:root {
  --ink-clear: #c2410c;
  --surface-primary: #fdf6ec;
  --speed-slow: cubic-bezier(0.4,0,0.2,1);
}
body{margin:0;padding:0;font-family:"Source Serif 4", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
.items {
    width: 100%;
    background: #f3ece0;
    color: #181410;
    border-bottom: 1px solid #d8cebd;
  }
.plain-summary {
    max-width: 940px;
    margin: 0 auto;
    padding: calc(0.81rem * 1.5) 1.28rem;
    display: flex;
    flex-direction: column;
    gap: calc(0.81rem * 1.5);
  }
.secondary-plan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.81rem;
  }
.contact-flow {
    font-size: calc(17.1px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: inherit;
    text-decoration: none;
    line-height: 1.2;
  }
.contact-flow:hover {
    color: #181410;
  }
.service-unit {
    width: 100%;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: calc(0.81rem * 1.5);
    align-items: center;
  }
.nav-link {
    display: inline-block;
    padding: 0.35rem 0;
    font-size: 17.1px;
    color: inherit;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 460ms var(--speed-slow),
      border-color 460ms var(--speed-slow);
  }
.nav-link:hover {
    color: #181410;
    border-bottom-color: #d8cebd;
  }
.nav-link.is-active {
    border-bottom-color: var(--ink-clear);
  }
.steady-menu {
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #d8cebd;
    border-radius: 0.26rem;
    background: #fbf6ec;
    color: #181410;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.text-items {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
  }
@media (max-width: 767px) {
    .steady-menu {
      display: flex;
    }

    .service-unit {
      display: none;
    }

    .service-unit.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      border-top: 1px solid #d8cebd;
      padding-top: calc(0.81rem * 1.5);
    }

    .nav-link {
      padding: 0.75rem 0;
      border-bottom: 1px solid #d8cebd;
    }

    .nav-link.is-active {
      border-bottom-color: var(--ink-clear);
    }
  }
@media (min-width: 768px) {
    .plain-summary {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
    }

    .secondary-plan {
      flex: 0 0 auto;
    }

    .service-unit {
      width: auto;
    }
  }
.open-frame{display:block;width:100%;font-family:"Source Serif 4", sans-serif;font-size:17.1px;line-height:1.74;padding:calc(1.5rem * 2.4) 1.28rem;background:#181410;color:#f5efe4;}
.wide-story{max-width:940px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(0.81rem * 1.5)}
.active-list{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-bottom:calc(0.81rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.18)}
.clear-panel{font-size:calc(17.1px * .875);letter-spacing:0.08em;text-transform:uppercase;margin:0;font-weight:600;opacity:0.75}
.media-content{display:flex;flex-direction:column;gap:calc(1.5rem * .75);font-style:normal;font-size:17.1px}
.media-summary{display:block;max-width:42ch}
.steady-service{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.compact-contact{font-size:calc(17.1px * 1.35);font-weight:700;margin:0;letter-spacing:-0.01em}
.bottom-proof{margin:0;max-width:48ch;font-size:calc(17.1px * .875);opacity:0.8}
.main-wrap{display:grid;grid-template-columns:1fr;gap:calc(0.81rem * 1.5)}
.focused-figure{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.open-plan{font-size:calc(17.1px * .875);letter-spacing:0.08em;text-transform:uppercase;margin:0;font-weight:600;opacity:0.75}
.clear-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.open-team{color:inherit;text-decoration:none;font-size:17.1px;border-bottom:1px solid transparent;transition:border-color 460ms var(--speed-slow)}
.open-team:hover,
  .open-team:focus-visible{border-bottom-color:currentColor;outline:none}
.bottom-track{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:calc(0.81rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18)}
.quiet-media{margin:0;font-size:calc(17.1px * .875);max-width:72ch;opacity:0.85}
.content-proof{margin:0;font-size:calc(17.1px * .875);opacity:0.7}
.featured-tile{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:0.81rem}
@media (min-width: 640px) {.main-wrap{grid-template-columns:repeat(3, minmax(0, 1fr))}
  }
@media (min-width: 960px) {.wide-story{grid-template-columns:1.1fr 1fr;grid-template-areas:"contact brand"
        "nav nav"
        "legal legal";gap:calc(1.5rem * 2.4) calc(0.81rem * 1.5)}.active-list{grid-area:contact;border-bottom:none;padding-bottom:0}.steady-service{grid-area:brand;align-items:flex-end;text-align:right}.main-wrap{grid-area:nav;padding-top:calc(0.81rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18)}.bottom-track{grid-area:legal}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:1.28rem;bottom:1.5rem;width:min(360px,calc(100vw - (1.28rem * 2)));z-index:1200;}
.cookies .media-feature{border-radius:0.6rem;padding:1.5rem 1.28rem;background:linear-gradient(140deg,var(--ink-clear),#9a3412);color:var(--surface-primary);box-shadow:0 12px 28px rgba(0,0,0,0.11);}
.cookies .media-feature h3{margin:0 0 6px;}
.cookies .media-feature p{margin:0;opacity:.92;}
.cookies .media-body{margin-top:12px;display:grid;gap:8px;}
.cookies .media-body button{border:1px solid color-mix(in srgb, currentColor 28%, transparent);background:color-mix(in srgb, currentColor 14%, transparent);color:inherit;border-radius:0.26rem;padding:8px 10px;cursor:pointer;}
.cookies .media-body button.cookie-accept{background:#181410;color:#f5efe4;border-color:#2b2620;}
.fresh-note{
    padding: clamp(3.9rem, 9vw, 7rem) 1.28rem;
    background: #f3ece0;
    color: #181410;
}
.fresh-note .direct-nav{max-width: 940px;
    margin: 0 auto;
    display: flex;
    gap: calc(0.81rem * 1.5);
    align-items: flex-start;
    flex-wrap: wrap;}
.fresh-note .clear-flow{flex: 1 1 26rem;}
.fresh-note .secondary-wrap{flex: 1 1 18rem;}
.fresh-note .clear-flow h1{margin: 0;
    font-size: calc(17.1px * 2.65);
    line-height: 1.05;
    letter-spacing: -0.01em;}
.fresh-note .simple-region{margin: calc(0.81rem * 1.5) 0 0;
    font-size: calc(17.1px * 1.125);
    line-height: 1.74;}
.fresh-note .soft-menu{margin-top: calc(0.81rem * 1.5);}
.fresh-note .soft-menu p{margin: 0 0 0.85rem;
    font-size: 17.1px;
    line-height: 1.74;}
.fresh-note .soft-menu p:last-child{margin-bottom: 0;}
.fresh-note .strong-story{margin-top: calc(0.81rem * 1.5);
    display: flex;
    gap: 0.81rem;
    flex-wrap: wrap;}
.fresh-note .top-media{display: inline-flex;
    min-height: 2.85rem;
    align-items: center;
    justify-content: center;
    padding: 0 1.1rem;
    border-radius: 0.32rem;
    text-decoration: none;
    font-size: calc(17.1px * .875);
    letter-spacing: 0.02em;
    transition: background 460ms var(--speed-slow), color 460ms var(--speed-slow);}
.fresh-note .media-links{
    background: var(--ink-clear);
    color: var(--surface-primary);
    border: 1px solid var(--ink-clear);
}
.fresh-note .media-links:hover{
    background: #9a3412;
    border-color: #9a3412;color:#181410;}
.fresh-note .simple-footer{
    background: transparent;
    color: #181410;
    border: 1px solid #d8cebd;
}
.fresh-note .simple-footer:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#181410;}
.fresh-note .featured-surface{margin-top: calc(0.81rem * 1.5);
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    align-items: baseline;
    font-size: calc(17.1px * .875);}
.fresh-note .featured-surface a{text-decoration: underline;
    text-underline-offset: 3px;}
.fresh-note .featured-surface a:hover{}
.fresh-note .secondary-wrap img{display: block;
    width: 100%;
    border-radius: 0.6rem;
    border: 1px solid #d8cebd;
    box-shadow: 0 2px 12px rgba(0,0,0,0.09);}
@media (max-width: 720px) {.fresh-note .direct-nav{
        flex-direction: column;
    }.fresh-note .secondary-wrap{
        order: -1;
    }
}
.fresh-grid{padding:calc(1.5rem * 2.4) 1.28rem;background:#181410;color:#f5efe4}
.fresh-grid .compact-entries{max-width:940px;margin:0 auto}
.fresh-grid h2{max-width:20ch;margin:0;font-size:calc(17.1px * 2);line-height:1.1}
.fresh-grid .public-header{margin:1.5rem 0 calc(0.81rem * 1.5);opacity:.78;font-size:calc(17.1px * 1.125);line-height:1.74}
.fresh-grid .site-rail{display:flex;flex-wrap:wrap;gap:calc(0.81rem * 1.5) 0.81rem;margin:0;padding:0;list-style:none;counter-reset:nota}
.fresh-grid .site-rail>li{flex:1 1 min(100%,22rem);margin:0;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(245,239,228,0.18)}
.fresh-grid h3{margin:0;font-size:calc(17.1px * 1.35);line-height:1.2}
.fresh-grid .site-rail p{margin:calc(1.5rem * .75) 0 0;opacity:.74;line-height:1.74}
@media(max-width:680px){.fresh-grid .site-rail{display:block}.fresh-grid .site-rail>li+li{margin-top:calc(0.81rem * 1.5)}}
.bottom-rail{--field-active:calc(1.5rem * 1.02);--field-extra-6:calc(940px / 2.25);padding:calc(1.5rem * 2.4) 1.28rem;background:var(--ink-clear);color:var(--surface-primary);}
.bottom-rail .direct-nav{max-width:940px;margin:0 auto;}
.bottom-rail h1,.bottom-rail h2,.bottom-rail h3,.bottom-rail p{margin:0;}
.bottom-rail h1{font-size:calc(17.1px * 2.65);line-height:1.08;}
.bottom-rail h2{font-size:calc(17.1px * 2);line-height:1.12;}
.bottom-rail h3{font-size:calc(17.1px * 1.35);line-height:1.2;}
.bottom-rail p{font-size:17.1px;line-height:1.74;color:color-mix(in srgb, currentColor 74%, transparent);}
.bottom-rail a{color:inherit;text-decoration:none;}
.bottom-rail .visual-callout{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.26rem;background:var(--surface-primary);color:var(--ink-clear);}
.bottom-rail .simple-region{margin-top:calc(1.5rem / 2);}
.bottom-rail .direct-benefit{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.81rem;margin-top:var(--field-active);}
.bottom-rail .main-stack{flex:1 1 calc(940px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.bottom-rail .main-stack p,.bottom-rail .main-stack a{margin-top:calc(1.5rem / 3);}
.bottom-rail .main-stack a{display:inline-block;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);padding-bottom:2px;}
.bottom-rail .direct-contact{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.81rem;}
.bottom-rail .direct-contact>.soft-menu{flex:1 1 auto;min-width:0;}
.bottom-rail .direct-contact>.visual-callout{flex:0 0 auto;}
.bottom-rail .direct-contact>.direct-benefit{flex:1 1 100%;}
.bottom-rail .soft-menu h2{margin-top:calc(1.5rem / 2);}
.bottom-rail .featured-surface{flex:1 1 100%;margin-top:var(--field-active);font-size:calc(17.1px * .875);}
.bottom-rail .featured-surface a{border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);}
.featured-benefit{--field-active:calc(1.5rem * 0.9);--layer-strong:1px solid #d8cebd;padding:calc(1.5rem * 2.4) 1.28rem;background:#f3ece0;color:#181410;}
.featured-benefit .direct-nav{max-width:940px;margin:0 auto;}
.featured-benefit h1,.featured-benefit h2,.featured-benefit h3,.featured-benefit p{margin:0;}
.featured-benefit h2{font-size:calc(17.1px * 2);line-height:1.14;}
.featured-benefit h3{font-size:calc(17.1px * 1.35);line-height:1.22;}
.featured-benefit p{font-size:17.1px;line-height:1.74;}
.featured-benefit a{color:inherit;text-decoration:none;}
.featured-benefit .simple-note{font-size:calc(17.1px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#2b2620;}
.featured-benefit .soft-menu h2{margin-top:calc(1.5rem / 2.4);}
.featured-benefit .visual-callout{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * 0.85) 1.5rem;border-radius:0.26rem;background:var(--ink-clear);color:var(--surface-primary);font-size:calc(17.1px * .875);letter-spacing:0.02em;}
.featured-benefit .visual-callout:hover{background:#9a3412;color:#181410;}
.featured-benefit .direct-contact{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.81rem;}
.featured-benefit .direct-contact>.soft-menu{flex:1 1 auto;min-width:0;}
.featured-benefit .direct-contact>.visual-callout{flex:0 0 auto;margin-top:calc(1.5rem / 2);}
.featured-benefit .direct-benefit{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:0;margin-top:var(--field-active);border-top:var(--layer-strong);}
.featured-benefit .main-stack{flex:1 1 calc(940px / 2.6);min-width:0;padding:calc(1.5rem * .75) 1.28rem calc(1.5rem * .75) 0;border-bottom:var(--layer-strong);}
.featured-benefit .main-stack:nth-child(odd){padding-right:1.28rem;}
.featured-benefit .main-stack:nth-child(even){padding-left:1.28rem;border-left:var(--layer-strong);}
.featured-benefit .main-stack p{margin-top:calc(1.5rem / 3);color:#2b2620;}
.featured-benefit .featured-surface{flex:1 1 100%;margin-top:var(--field-active);font-size:calc(17.1px * .875);color:#2b2620;}
.featured-benefit .featured-surface a{color:inherit;border-bottom:1px solid #c2410c;}
.featured-benefit .featured-surface a:hover{color:#181410;border-bottom-color:#181410;}
@media (max-width:720px){.featured-benefit .main-stack{flex:1 1 100%;padding:calc(1.5rem * .75) 0;}.featured-benefit .main-stack:nth-child(even){padding-left:0;border-left:0;}
}
.visual-form{
    padding:calc(1.5rem * 2.4) 1.28rem;
    background:#f3ece0;
    color:#181410;
}
.visual-form .direct-nav{max-width:940px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.81rem * 1.5);}
.visual-form .simple-region h2{margin:0 0 0.6rem;
    font-size:calc(17.1px * 2);
    line-height:1.2;}
.visual-form .simple-region p{margin:0;
    font-size:17.1px;
    line-height:1.74;}
.visual-form .active-contact{display:flex;
    flex-wrap:wrap;
    gap:0.81rem;
    border-top:1px solid #d8cebd;
    padding-top:calc(0.81rem * 1.5);}
.visual-form .featured-surface{flex:1 1 220px;
    min-width:200px;
    display:flex;
    flex-direction:column;
    gap:0.35rem;}
.visual-form .featured-surface h3{margin:0;
    font-size:calc(17.1px * 1.35);
    font-weight:600;}
.visual-form .featured-surface p{margin:0;
    font-size:calc(17.1px * .875);
    line-height:1.6;}
.visual-form .featured-surface a,
.visual-form .featured-surface span{font-size:calc(17.1px * .875);
    text-decoration:none;
    word-break:break-word;}
.visual-form .featured-surface a:hover{text-decoration:underline;}
.visual-form .simple-note{border-left:3px solid var(--ink-clear);
    padding:0.4rem 0 0.4rem calc(1.5rem * .75);}
.visual-form .simple-note p{margin:0;
    font-size:calc(17.1px * .875);
    line-height:1.65;}
.visual-form .simple-note a{text-decoration:underline;}
.visual-form .simple-note a:hover{}
@media (max-width:760px){.visual-form .active-contact{
        flex-direction:column;
    }.visual-form .featured-surface{
        min-width:0;
    }
}
.plain-fields{
        background:#f3ece0;
        color:#181410;
        padding:calc(1.5rem * 2.4) 1.28rem;
    }
.plain-fields .c{max-width:940px;
        margin:0 auto;}
.plain-fields .h{margin-bottom:calc(0.81rem * 1.5);}
.plain-fields h1{font-size:calc(17.1px * 2.65);
        margin:0 0 0.6rem;
        line-height:1.15;}
.plain-fields .h p{margin:0;
        font-size:calc(17.1px * 1.125);}
.plain-fields .active-contact{display:flex;
        flex-wrap:wrap;
        gap:0.81rem;
        padding:0.6rem 0;
        border-top:1px solid #d8cebd;
        border-bottom:1px solid #d8cebd;
        margin-bottom:calc(0.81rem * 1.5);}
.plain-fields .active-contact .offer-callout{font-size:calc(17.1px * .875);
        letter-spacing:0.04em;
        text-transform:uppercase;}
.plain-fields .direct-benefit{display:flex;
        flex-direction:column;
        gap:1.5rem;}
.plain-fields .main-stack{display:grid;
        grid-template-columns:1fr;
        gap:calc(1.5rem * .75);
        padding-bottom:1.5rem;
        border-bottom:1px solid #d8cebd;}
.plain-fields .main-stack:last-child{border-bottom:0;
        padding-bottom:0;}
.plain-fields .plain-block img{width:100%;
        height:230px;
        object-fit:cover;
        border-radius:0.32rem;
        display:block;}
.plain-fields .wide-region h3{margin:0 0 0.35rem;
        font-size:calc(17.1px * 1.35);
        line-height:1.25;}
.plain-fields .wide-region h3 a{color:inherit;
        text-decoration:none;}
.plain-fields .wide-region h3 a:hover{}
.plain-fields .bottom-method{margin:0 0 0.7rem;
        font-size:calc(17.1px * .875);
        text-transform:uppercase;
        letter-spacing:0.03em;}
.plain-fields .wide-region p{margin:0 0 0.9rem;}
.plain-fields .visual-callout{display:inline-block;
        font-size:calc(17.1px * .875);
        text-decoration:none;
        border-bottom:1px solid currentColor;
        padding-bottom:2px;}
.plain-fields .visual-callout:hover{}
.plain-fields .simple-note{
        margin-top:calc(0.81rem * 1.5);
        padding:calc(1.5rem * .75);
        background:#e8dfcf;
        color:#2b2620;
        border-radius:0.32rem;
        font-size:calc(17.1px * .875);
    }
.plain-fields .simple-note a{text-decoration:none;
        border-bottom:1px solid currentColor;}
.plain-fields .simple-note a:hover{}
@media (min-width:768px){.plain-fields .main-stack{
            grid-template-columns:minmax(0,0.9fr) minmax(0,1.1fr);
            align-items:start;
        }.plain-fields .plain-block img{
            height:100%;
            min-height:220px;
        }
    }
.media-details{padding:calc(1.5rem * 2.4) 1.28rem;background:#f3ece0;color:#181410}
.media-details .direct-nav{max-width:940px;margin:0 auto}
.media-details .fresh-headline{margin-bottom:calc(0.81rem * 1.5)}
.media-details h2{margin:0;font-size:calc(17.1px * 2);line-height:1.1}
.media-details .fresh-headline p{margin:1.5rem 0 0;color:#2b2620;line-height:1.74}
.media-details .soft-media{display:flex;flex-wrap:wrap;gap:calc(0.81rem * 1.5);border-top:1px solid #d8cebd;padding-top:calc(0.81rem * 1.5)}
.media-details .simple-note{flex:1 1 100%;padding-bottom:1.5rem;color:#2b2620;line-height:1.74;border-bottom:1px solid #d8cebd}
.media-details .narrow-view{flex:1 1 15rem;padding-top:1.5rem;font-size:calc(17.1px * 1.35);line-height:1.15}
.media-details .narrow-view p{margin:calc(1.5rem * .75) 0 0;font-size:17.1px;line-height:1.74;color:#2b2620}
.media-details .featured-surface{margin:calc(0.81rem * 1.5) 0 0;font-size:calc(17.1px * .875);color:#2b2620;line-height:1.74}
.media-details .featured-surface a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.media-details .featured-surface a:hover{color:#181410}
.wide-list{
  padding: calc(1.5rem * 2.4) 1.28rem;
  background: #181410;
  color: #f5efe4;
}
.wide-list .steady-panel{
  max-width: 940px;
  margin: 0 auto;
  border-radius: 0.79rem;
  overflow: hidden;
  background: #f3ece0;
  color: #181410;
  box-shadow: 0 12px 28px rgba(0,0,0,0.11);
}
.wide-list .contact-media{display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(0.81rem * 1.5);
  border-bottom: 1px solid #d8cebd;
  flex-wrap: wrap;}
.wide-list .contact-media span{font-size: calc(17.1px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
.wide-list a{text-decoration: none;}
.wide-list .contact-media a{font-size: calc(17.1px * .875);
  border-bottom: 1px solid var(--ink-clear);
  padding-bottom: 2px;}
.wide-list .wide-region{display: flex;
  flex-wrap: wrap;
  gap: calc(0.81rem * 1.5);
  padding: calc(0.81rem * 1.5);}
.wide-list .simple-region{flex: 1 1 300px;
  min-width: 0;}
.wide-list h2{margin: 0;
  font-size: calc(17.1px * 2);
  line-height: 1.1;}
.wide-list .simple-region p{margin: calc(1.5rem * .75) 0 0;
  font-size: 17.1px;}
.wide-list .direct-copy{flex: 1 1 340px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.81rem;}
.wide-list .direct-copy a{
  display: block;
  padding: calc(1.5rem * .75) 0;
  border-top: 1px solid #d8cebd;
  background: transparent;
  color: #181410;
  transition: color 460ms var(--speed-slow);
}
.wide-list .direct-copy a:last-child{border-bottom: 1px solid #d8cebd;}
.wide-list .direct-copy a:hover{}
.wide-list .direct-copy span,
.wide-list .direct-copy small{display: block;
  font-size: calc(17.1px * .875);}
.wide-list .direct-copy strong{display: block;
  margin: calc(calc(1.5rem * .75) * .3) 0;
  font-size: calc(17.1px * 1.125);}
@media (max-width: 720px) {.wide-list .wide-region{
    padding: calc(1.5rem * .75);
  }.wide-list .contact-media{
    flex-direction: column;
    align-items: flex-start;
    padding: calc(1.5rem * .75);
  }
}
.strong-media{
  background: #f3ece0;
  color: #181410;
  padding: calc(1.5rem * 2.4) 1.28rem;
}
.strong-media .direct-nav{width: min(100%, 940px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.81rem * 1.5);
  align-items: flex-start;}
.strong-media h2,
.strong-media p{margin: 0;}
.strong-media .clear-nav{flex: 1 1 20rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 0.2rem;}
.strong-media h2{font-size: calc(17.1px * 2);
  line-height: 1.08;
  letter-spacing: -0.01em;}
.strong-media .clear-nav p,
.strong-media .top-section p{color: #2b2620;
  line-height: 1.74;}
.strong-media .active-quote{flex: 1 1 26rem;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #d8cebd;}
.strong-media .top-section{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: baseline;
  padding: 1.5rem 0;
  border-bottom: 1px solid #d8cebd;}
.strong-media .top-section span{flex: 0 0 8rem;
  font-size: calc(17.1px * .875);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #2b2620;}
.strong-media .top-section strong{flex: 0 0 min(15rem, 40%);
  font-size: calc(17.1px * 1.35);
  line-height: 1.16;}
.strong-media .top-section p{flex: 1 1 14rem;}
@media (max-width: 840px) {.strong-media .top-section span,
  .strong-media .top-section strong{
    flex: 1 1 100%;
  }
}
.active-method{--field-active:calc(1.5rem * 1.1);--state-content:calc(940px / 2.35);padding:calc(1.5rem * 2.4) 1.28rem;background:#f3ece0;color:#181410;}
.active-method .direct-nav{max-width:940px;margin:0 auto;}
.active-method h2,.active-method h3,.active-method p{margin:0;}
.active-method h2{font-size:calc(17.1px * 2);line-height:1.12;}
.active-method h3{font-size:calc(17.1px * 1.35);line-height:1.22;}
.active-method p{font-size:17.1px;line-height:1.74;}
.active-method .simple-region{margin-top:1.5rem;}
.active-method .simple-note{margin-top:calc(0.81rem * 1.5);font-size:calc(17.1px * .875);color:#2b2620;}
.active-method .team-actions{display:flex;align-items:flex-start;gap:0.81rem;}
.active-method .team-actions>.soft-menu{flex:1 1 var(--state-content);min-width:0;}
.active-method .direct-benefit{flex:2 1 var(--state-content);min-width:0;display:flex;flex-direction:column;gap:var(--field-active);border-left:1px solid #d8cebd;padding-left:1.5rem;}
.active-method .main-stack{min-width:0;position:relative;}
.active-method .main-stack h3{color:#181410;}
.active-method .main-stack p{margin-top:calc(1.5rem / 3);color:#2b2620;}
@media(max-width:760px){.active-method .team-actions{flex-direction:column;}.active-method .direct-benefit{border-left:0;padding-left:0;border-top:1px solid #d8cebd;padding-top:1.5rem;}
}
.soft-feature{
  background: #f3ece0;
  color: #181410;
  padding: calc(1.5rem * 2.4) 1.28rem;
}
.soft-feature .direct-nav{width: min(100%, 940px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
  gap: calc(0.81rem * 1.5);
  align-items: start;}
.soft-feature h2,
.soft-feature h3,
.soft-feature p{margin: 0;}
.soft-feature h2{font-size: calc(17.1px * 2);
  line-height: 1.1;}
.soft-feature h3{font-size: calc(17.1px * 1.35);
  line-height: 1.18;}
.soft-feature p{font-size: 17.1px;
  line-height: 1.74;}
.soft-feature .local-grid{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.6rem;
  background: #e8dfcf;
  color: #2b2620;
  border-left: 3px solid var(--ink-clear);
}
.soft-feature .local-grid p + p{padding-top: 1.5rem;
  border-top: 1px solid #d8cebd;}
.soft-feature .fresh-inner{display: grid;
  gap: calc(1.5rem * .75);}
.soft-feature .local-menu{
  display: grid;
  grid-template-columns: 0.75rem minmax(6rem, 0.22fr) minmax(9rem, 0.32fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.32rem;
  background: #fbf6ec;
  color: #181410;
  border: 1px solid #d8cebd;
  animation: peopleTimelineIn calc(460ms * 2.2) var(--speed-slow) both;
  animation-delay: var(--delay-base, 0ms);
}
.soft-feature i{
  width: 0.6rem;
  height: 0.6rem;
  margin-top: 0.55rem;
  border-radius: 50%;
  background: var(--ink-clear);color:var(--surface-primary);}
.soft-feature .local-menu span{font-size: calc(17.1px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
@keyframes peopleTimelineIn {from{ opacity: 0.2; transform: translateX(calc(calc(0.81rem * 2) * 0.16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 860px) {.soft-feature .direct-nav,
  .soft-feature .local-menu{
    grid-template-columns: 1fr;
  }.soft-feature i{
    margin-top: 0;
  }
}
.team-details{--field-active:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 1.28rem;background:#f3ece0;color:#181410;}
.team-details .direct-nav{max-width:940px;margin:0 auto;}
.team-details h2,.team-details h3,.team-details p{margin:0;}
.team-details h2{font-size:calc(17.1px * 2);line-height:1.12;}
.team-details h3{font-size:calc(17.1px * 1.35);line-height:1.22;}
.team-details p{font-size:17.1px;line-height:1.74;}
.team-details .fresh-headline{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.team-details .simple-note{font-size:calc(17.1px * .875);text-transform:uppercase;letter-spacing:.08em;color:#2b2620;}
.team-details .simple-region{color:#2b2620;}
.team-details .direct-benefit{display:flex;flex-direction:column;gap:var(--field-active);margin-top:calc(1.5rem * 1.4);border-top:1px solid #d8cebd;padding-top:1.5rem;}
.team-details .main-stack{display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding-bottom:var(--field-active);border-bottom:1px solid #d8cebd;}
.team-details .main-stack:last-child{border-bottom:none;padding-bottom:0;}
.team-details .main-stack p{color:#2b2620;}
@media (min-width:720px){.team-details .main-stack{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:1.5rem;align-items:start;}
}
.top-frame{
  background:var(--ink-clear);
  color:var(--surface-primary);
  padding:calc(1.5rem * 2.4) 1.28rem;
}
.top-frame .direct-nav{max-width:940px;
  margin:0 auto;
  display:flex;
  gap:calc(0.81rem * 1.5);
  align-items:flex-start;
  justify-content:space-between;
  flex-wrap:wrap;}
.top-frame .simple-region{flex:1 1 30rem;
  min-width:0;}
.top-frame .simple-region h2{margin:0;
  max-width:16ch;
  font-size:calc(17.1px * 2);
  line-height:1.1;
  letter-spacing:0;}
.top-frame .simple-region p{margin:1.5rem 0 0;
  font-size:calc(17.1px * 1.125);
  line-height:1.74;}
.top-frame .steady-wrap{flex:0 1 28rem;
  min-width:min(100%,17rem);
  padding-top:calc(0.81rem * 1.5);
  border-top:1px solid color-mix(in srgb,var(--surface-primary) 30%,transparent);}
.top-frame .steady-wrap p{margin:0;
  font-size:17.1px;
  line-height:1.74;}
.top-frame .visual-callout{display:inline-flex;
  margin-top:1.5rem;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:.2em;
  font-size:17.1px;}
.top-frame .visual-callout:hover{opacity:.82;}
@media (max-width:720px){.top-frame .direct-nav{display:block}.top-frame .steady-wrap{margin-top:calc(0.81rem * 1.5)}
}
.active-flow{--field-active:calc(1.5rem * 0.92);--copy-nav:calc(940px / 3.6);padding:calc(1.5rem * 2.4) 1.28rem;background:#f3ece0;color:#181410;}
.active-flow .direct-nav{max-width:940px;margin:0 auto;}
.active-flow h2,.active-flow h3,.active-flow p{margin:0;}
.active-flow h2{font-size:calc(17.1px * 2);line-height:1.12;}
.active-flow h3{font-size:calc(17.1px * 1.35);line-height:1.2;}
.active-flow p{font-size:17.1px;line-height:1.74;color:#2b2620;}
.active-flow img{display:block;width:100%;height:auto;border-radius:0.32rem;}
.active-flow .simple-note{font-size:calc(17.1px * .875);text-transform:uppercase;letter-spacing:0.08em;color:inherit;}
.active-flow .simple-region{margin-top:calc(1.5rem / 2);color:#181410;}
.active-flow .offer-callout{margin-top:calc(1.5rem / 2);font-size:calc(17.1px * .875);}
.active-flow .direct-benefit{display:flex;flex-direction:column;gap:var(--field-active);margin-top:var(--field-active);}
.active-flow .main-stack{display:flex;gap:0.81rem;align-items:flex-start;padding-top:var(--field-active);border-top:1px solid #d8cebd;}
.active-flow .main-stack img{flex:0 0 calc(940px / 5.4);max-width:calc(940px / 5.4);}
.active-flow .main-stack h3{margin-bottom:calc(1.5rem / 4);}
.active-flow .primary-summary{display:flex;align-items:flex-start;gap:0.81rem;}
.active-flow .active-contact{flex:0 1 var(--copy-nav);min-width:0;}
.active-flow .active-contact img{margin-top:1.5rem;}
.active-flow .primary-summary>.soft-menu{flex:1 1 auto;min-width:0;}
@media(max-width:760px){.active-flow .primary-summary{flex-direction:column;}.active-flow .main-stack{flex-direction:column;}.active-flow .main-stack img{flex:1 1 auto;max-width:100%;}
}
.visual-view{padding:calc(1.5rem * 2.4) 1.28rem;background:#f3ece0;color:#181410;}
.local-media{max-width:940px;margin:0 auto;}
.visual-view h1{margin:0;font-size:calc(17.1px * 2.65);line-height:1.08;}
.page-quote{--field-active:calc(1.5rem * 1.28);--field-main:calc(940px / 3.2);padding:calc(1.5rem * 2.4) 1.28rem;background:#f3ece0;color:#181410;}
.page-quote .direct-nav{max-width:940px;margin:0 auto;}
.page-quote h2,.page-quote h3,.page-quote p{margin:0;}
.page-quote h2{font-size:calc(17.1px * 2);line-height:1.12;}
.page-quote h3{font-size:calc(17.1px * 1.35);line-height:1.22;}
.page-quote p{font-size:17.1px;line-height:1.74;}
.page-quote .active-media .simple-region{margin-top:1.5rem;}
.page-quote .active-contact{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.5rem;margin-top:var(--field-active);}
.page-quote .offer-unit{flex:0 0 var(--field-main);max-width:var(--field-main);margin:0;}
.page-quote .offer-unit img{display:block;width:100%;height:auto;border-radius:0.32rem;}
.page-quote .soft-menu{flex:1 1 260px;min-width:0;}
.page-quote .soft-menu p{color:color-mix(in srgb, currentColor 82%, transparent);}
.page-quote .direct-benefit{display:flex;flex-wrap:wrap;gap:1.5rem 0.81rem;margin-top:var(--field-active);padding-top:var(--field-active);border-top:1px solid #d8cebd;}
.page-quote .main-stack{flex:1 1 calc(940px / 3.4);min-width:0;}
.page-quote .main-stack p{margin-top:calc(1.5rem / 3);color:color-mix(in srgb, currentColor 78%, transparent);}
.page-quote .simple-note{margin-top:var(--field-active);padding-top:1.5rem;border-top:1px solid #d8cebd;}
.page-quote .simple-note p{color:color-mix(in srgb, currentColor 82%, transparent);}
.page-quote .featured-surface{display:flex;flex-wrap:wrap;gap:1.28rem;margin-top:1.5rem;}
.page-quote .featured-surface a{text-decoration:none;font-size:calc(17.1px * .875);border-bottom:1px solid #c2410c;padding-bottom:2px;}
.page-quote .featured-surface a:hover{border-bottom-color:#181410;}
@media (max-width:720px){.page-quote .offer-unit{flex:1 1 100%;max-width:100%;}.page-quote .main-stack{flex:1 1 100%;}
}
.content-unit{--field-active:calc(1.5rem * 1.2);padding:calc(1.5rem * 2.4) 1.28rem;background:#f3ece0;color:#181410;}
.content-unit .quiet-proof{max-width:940px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.81rem * 1.5);}
.content-unit h2,.content-unit h3,.content-unit p{margin:0;}
.content-unit h2{font-size:calc(17.1px * 2);line-height:1.14;}
.content-unit h3{font-size:calc(17.1px * 1.35);line-height:1.22;}
.content-unit p{font-size:17.1px;line-height:1.74;}
.content-unit .simple-region{font-size:calc(17.1px * 1.125);color:#2b2620;margin-top:1.5rem;}
.content-unit .site-actions{display:flex;flex-direction:column;gap:var(--field-active);border-top:1px solid #d8cebd;padding-top:calc(0.81rem * 1.5);}
.content-unit .main-stack{padding-bottom:var(--field-active);border-bottom:1px solid #d8cebd;}
.content-unit .main-stack:last-child{border-bottom:none;padding-bottom:0;}
.content-unit .main-stack p{margin-top:calc(1.5rem / 2.4);color:#2b2620;}
.content-unit .featured-surface{margin-top:calc(0.81rem * 1.5);font-size:calc(17.1px * .875);color:#2b2620;}
.content-unit .featured-surface a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;}
.content-unit .featured-surface a:hover{color:#181410;}
@media (max-width:640px){.content-unit .simple-region{font-size:17.1px;}
}
.service-lead{--field-active:calc(1.5rem * 1.15);--layer-strong:1px solid #d8cebd;padding:calc(1.5rem * 2.4) 1.28rem;background:#f3ece0;color:#181410;}
.service-lead .direct-nav{max-width:940px;margin:0 auto;}
.service-lead h2,.service-lead h3,.service-lead p{margin:0;}
.service-lead h2{font-size:calc(17.1px * 2);line-height:1.14;}
.service-lead h3{font-size:calc(17.1px * 1.35);line-height:1.22;}
.service-lead p{font-size:17.1px;line-height:1.74;}
.service-lead .simple-note{margin-bottom:calc(1.5rem / 2.5);font-size:calc(17.1px * .875);letter-spacing:.04em;text-transform:uppercase;}
.service-lead .simple-region{margin-top:1.5rem;}
.service-lead .direct-benefit{display:flex;flex-direction:column;gap:0;margin-top:var(--field-active);border-top:var(--layer-strong);}
.service-lead .main-stack{padding:calc(0.81rem * 1.5) 0;border-bottom:var(--layer-strong);}
.service-lead .soft-menu{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.service-lead .soft-menu p{}
.service-lead .soft-menu a{display:inline-flex;align-items:center;width:max-content;max-width:100%;margin-top:calc(1.5rem / 4);padding:calc(calc(1.5rem * .75) / 1.6) 1.5rem;border-radius:0.26rem;background:var(--ink-clear);color:var(--surface-primary);font-size:calc(17.1px * .875);text-decoration:none;transition:background 460ms var(--speed-slow);}
.service-lead .soft-menu a:hover{background:#9a3412;color:#181410;}
.service-lead .featured-surface{margin-top:var(--field-active);font-size:calc(17.1px * .875);}
.service-lead .featured-surface a{text-decoration:underline;text-underline-offset:3px;}
.service-lead .featured-surface a:hover{}
@media (min-width:720px){.service-lead .main-stack{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:0.81rem;align-items:start;}.service-lead .soft-menu{gap:calc(1.5rem / 2.5);}
}
.top-rail{--field-active:calc(1.5rem * 1.17);padding:calc(1.5rem * 2.4) 1.28rem;background:#181410;color:#f5efe4;}
.top-rail .direct-nav{max-width:940px;margin:0 auto;}
.top-rail h2,.top-rail h3,.top-rail p{margin:0;}
.top-rail h2{font-size:calc(17.1px * 2);line-height:1.12;}
.top-rail h3{font-size:calc(17.1px * 1.35);line-height:1.2;}
.top-rail p{font-size:17.1px;line-height:1.74;color:inherit;}
.top-rail a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;}
.top-rail .visual-method{row-gap:calc(var(--field-active) * 1.2);}
.top-rail .soft-details{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.top-rail .simple-region{margin-top:1.5rem;}
.top-rail .page-wrap{display:flex;flex-direction:column;gap:var(--field-active);margin-top:var(--field-active);}
.top-rail .main-stack{min-width:0;border-top:1px solid rgba(245,239,228,0.18);padding-top:calc(0.81rem * 1.5);}
.top-rail .main-stack p{margin-top:calc(1.5rem / 3);}
.top-rail .featured-surface{margin-top:var(--field-active);font-size:calc(17.1px * .875);opacity:.85;}
.top-rail .featured-surface a{opacity:1;}
@media (min-width:760px){.top-rail .page-wrap{display:grid;grid-template-columns:repeat(2,1fr);gap:calc(var(--field-active) * 1.1) 0.81rem;}.top-rail .main-stack:nth-child(1){grid-column:1 / -1;}
}
.main-feature{
  padding:calc(1.5rem * 2.4) 1.28rem;
  background:#f3ece0;
  color:#181410;
}
.main-feature .direct-nav{max-width:940px;
  margin:0 auto;}
.main-feature h2,
.main-feature h3,
.main-feature p{margin:0;}
.main-feature h2{font-size:calc(17.1px * 2);
  line-height:1.14;
  letter-spacing:-0.01em;}
.main-feature h3{font-size:calc(17.1px * 1.35);
  line-height:1.22;
  margin-bottom:calc(1.5rem / 3);}
.main-feature p{font-size:17.1px;
  line-height:1.74;}
.main-feature .fresh-headline{display:flex;
  flex-direction:column;
  gap:calc(0.81rem * 1.5);
  padding-bottom:1.5rem;
  border-bottom:1px solid #d8cebd;}
.main-feature .simple-region{font-size:calc(17.1px * 1.125);
  line-height:1.6;}
.main-feature .direct-benefit{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:1.5rem;}
.main-feature .main-stack{display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);
  gap:0.81rem;
  padding:calc(0.81rem * 1.5) 0;
  border-bottom:1px solid #d8cebd;}
.main-feature .main-stack:last-child{border-bottom:0;}
.main-feature .main-stack p{}
.main-feature .secondary-wrap{
  margin-top:1.5rem;
  padding:calc(0.81rem * 1.5) calc(1.5rem * .75);
  background:#fbf6ec;
  color:#181410;
  border:1px solid #d8cebd;
  border-radius:0.32rem;
}
.main-feature .secondary-wrap p{}
.main-feature a{text-decoration:underline;
  text-underline-offset:3px;}
.main-feature a:hover{}
@media (max-width:720px){.main-feature .main-stack{
    grid-template-columns:1fr;
    gap:calc(0.81rem / 2);
  }
}
.wide-surface{--field-active:calc(1.5rem * 1.05);--field-extra-6:calc(940px / 2.35);padding:calc(1.5rem * 2.4) 1.28rem;background:#f3ece0;color:#181410;}
.wide-surface .direct-nav{max-width:940px;margin:0 auto;}
.wide-surface h1,.wide-surface h2,.wide-surface h3,.wide-surface p{margin:0;}
.wide-surface h2{font-size:calc(17.1px * 2);line-height:1.12;}
.wide-surface p{font-size:17.1px;line-height:1.74;color:#2b2620;}
.wide-surface a{color:inherit;text-decoration:none;}
.wide-surface a:hover{color:#181410;}
.wide-surface .visual-callout{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.26rem;background:var(--ink-clear);color:var(--surface-primary);}
.wide-surface .visual-callout:hover{background:#9a3412;color:var(--surface-primary);}
.wide-surface .contact-steps>h2,.wide-surface .contact-steps>p,.wide-surface .contact-steps>.visual-callout{margin-top:1.5rem;}
.wide-surface .featured-surface{margin-top:var(--field-active);font-size:calc(17.1px * .875);}
.open-figure{
        padding: calc(1.5rem * 2.4) 1.28rem;
        background: linear-gradient(135deg, #f3ece0 0%, #e8dfcf 55%, #dccfb8 100%);
        color: #181410;
    }
.open-figure .direct-nav{max-width: 940px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(0.81rem * 1.5);}
.open-figure .simple-region{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding-bottom: calc(1.5rem * .75);
        border-bottom: 1px solid #d8cebd;}
.open-figure h2{margin: 0;
        font-size: calc(17.1px * 2);
        line-height: 1.1;}
.open-figure .simple-region p{margin: 0;
        font-size: calc(17.1px * 1.125);
        line-height: 1.74;}
.open-figure .visual-region{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.open-figure .steady-body{padding: calc(1.5rem * .75) 0;
        border-bottom: 1px solid #d8cebd;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.open-figure .steady-body:last-of-type{border-bottom: none;}
.open-figure .primary-details{margin: 0;
        font-size: calc(17.1px * 1.125);
        line-height: 1.74;}
.open-figure .main-content{display: flex;
        flex-wrap: wrap;
        gap: 0.81rem;
        align-items: baseline;}
.open-figure .main-content strong{font-size: 17.1px;}
.open-figure .main-content span{font-size: calc(17.1px * .875);}
.open-figure .secondary-wrap{
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding: calc(1.5rem * .75);
        background: #fbf6ec;
        color: #181410;
        border: 1px solid #d8cebd;
        border-radius: 0.6rem;
    }
.open-figure .simple-note{margin: 0;
        font-size: 17.1px;
        line-height: 1.74;}
.open-figure .visual-callout{
        align-self: flex-start;
        display: inline-block;
        padding: 0.7rem 1.15rem;
        background: var(--ink-clear);
        color: var(--surface-primary);
        border-radius: 0.32rem;
        text-decoration: none;
        font-size: 17.1px;
        transition: background 460ms var(--speed-slow);
    }
.open-figure .visual-callout:hover{
        background: #9a3412;color:#181410;}
@media (min-width: 820px) {.open-figure .direct-nav{
            display: grid;
            grid-template-columns: 1fr 1.4fr;
            grid-template-areas:
                "lead ledger"
                "aside ledger";
            align-items: start;
            gap: calc(0.81rem * 1.5) 1.28rem;
        }.open-figure .simple-region{
            grid-area: lead;
            border-bottom: none;
            padding-bottom: 0;
        }.open-figure .visual-region{
            grid-area: ledger;
        }.open-figure .secondary-wrap{
            grid-area: aside;
        }
    }
.page-proof{
  --field-active:calc(1.5rem * 0.85);
  --field-static:calc(940px / 5.2);
  padding:calc(1.5rem * 2.4) 1.28rem;
  background:#f3ece0;
  color:#181410;
}
.page-proof .direct-nav{max-width:940px;
  margin:0 auto;}
.page-proof h2,
.page-proof h3,
.page-proof p{margin:0;}
.page-proof h2{font-size:calc(17.1px * 2);
  line-height:1.12;}
.page-proof h3{font-size:calc(17.1px * 1.35);
  line-height:1.22;}
.page-proof p{font-size:17.1px;
  line-height:1.74;}
.page-proof .fresh-headline .simple-region{margin-top:1.5rem;}
.page-proof .active-contact{display:flex;
  flex-direction:column;
  gap:var(--field-active);
  margin-top:calc(1.5rem * 1.4);
  border-top:1px solid #d8cebd;
  padding-top:1.5rem;}
.page-proof .main-stack{display:flex;
  align-items:flex-start;
  gap:0.81rem;
  padding-bottom:var(--field-active);
  border-bottom:1px solid #d8cebd;}
.page-proof .main-stack:last-child{border-bottom:0;
  padding-bottom:0;}
.page-proof .steady-region{flex:0 0 var(--field-static);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 4);
  padding-top:2px;}
.page-proof .text-nav{font-size:calc(17.1px * .875);
  letter-spacing:0.06em;
  text-transform:uppercase;}
.page-proof .soft-surface{font-size:calc(17.1px * .875);}
.page-proof .wide-region{flex:1 1 auto;
  min-width:0;}
.page-proof .wide-region p{margin-top:calc(1.5rem / 3);}
.page-proof .simple-note{
  margin-top:calc(1.5rem * 1.2);
  padding:calc(1.5rem * .75);
  border-radius:0.32rem;
  background:#e8dfcf;
  color:#2b2620;
}
.page-proof .simple-note p{color:inherit;}
.page-proof .visual-callout{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:1.5rem;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.26rem;
  background:var(--ink-clear);
  color:var(--surface-primary);
  text-decoration:none;
  font-size:17.1px;
}
.page-proof .visual-callout:hover{
  background:#9a3412;color:#181410;}
@media(max-width:760px){.page-proof .main-stack{
    flex-direction:column;
    gap:calc(1.5rem / 3);
  }.page-proof .steady-region{
    flex-direction:row;
    align-items:baseline;
    gap:0.81rem;
    flex:0 0 auto;
  }
}
.fresh-tile{padding:calc(1.5rem * 2.4) 1.28rem;background:#f3ece0;color:#181410}
.fresh-tile .direct-nav{max-width:min(940px,54rem);margin:0 auto}
.fresh-tile .fresh-headline{display:flex;flex-direction:column;gap:1.5rem}
.fresh-tile h2{margin:0;font-size:calc(17.1px * 2);line-height:1.08;letter-spacing:-0.01em}
.fresh-tile .fresh-headline p{margin:0;color:#2b2620;line-height:1.74}
.fresh-tile .main-group{margin-top:calc(0.81rem * 1.5);border-top:1px solid #d8cebd}
.fresh-tile details{padding:1.5rem 0;border-bottom:1px solid #d8cebd}
.fresh-tile summary{cursor:pointer;font-size:calc(17.1px * 1.35);line-height:1.2;list-style:none;display:flex;justify-content:space-between;align-items:baseline;gap:0.81rem}
.fresh-tile summary::-webkit-details-marker{display:none}
.fresh-tile summary::after{content:"+";font-size:calc(17.1px * 1.125);color:inherit;flex-shrink:0}
.fresh-tile details[open] summary::after{content:"–"}
.fresh-tile details p{margin:1.5rem 0 0;color:#2b2620;line-height:1.74}
@media(max-width:720px){.fresh-tile summary{font-size:17.1px}.fresh-tile details{padding:calc(1.5rem * .75) 0}
}
.direct-media{
    padding:calc(1.5rem * 2.4) 1.28rem;
    background:#e8dfcf;
    color:#2b2620;
}
.direct-media .direct-nav{max-width:940px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.81rem * 1.5);}
.direct-media .simple-region{display:flex;
    flex-direction:column;
    gap:0.81rem;
    border-bottom:1px solid #d8cebd;
    padding-bottom:calc(0.81rem * 1.5);}
.direct-media .simple-region h2{margin:0;
    font-size:calc(17.1px * 2);
    line-height:1.2;}
.direct-media .simple-region p{margin:0;
    font-size:17.1px;}
.direct-media .active-contact{display:flex;
    flex-direction:column;
    gap:0;}
.direct-media .featured-rail{padding:1.5rem 0;
    border-bottom:1px solid #d8cebd;
    display:grid;
    grid-template-columns:minmax(180px, 240px) 1fr;
    gap:1.28rem;
    align-items:start;}
.direct-media .featured-rail:last-child{border-bottom:none;}
.direct-media .featured-rail h3{margin:0;
    font-size:calc(17.1px * 1.35);
    line-height:1.3;}
.direct-media .featured-rail p{margin:0;
    font-size:17.1px;}
.direct-media a{color:inherit;
    text-decoration:underline;
    text-underline-offset:2px;}
.direct-media a:hover{color:#181410;}
.direct-media .focused-media{border-top:1px solid #d8cebd;
    padding-top:calc(0.81rem * 1.5);}
.direct-media .focused-media p{margin:0;
    font-size:calc(17.1px * .875);}
@media (max-width:700px){.direct-media .featured-rail{
        grid-template-columns:1fr;
        gap:0.81rem;
    }
}
.secondary-headline{background:#e8dfcf;color:#2b2620;padding:calc(1.5rem * 2.4) 1.28rem}
.secondary-headline .direct-nav{max-width:940px;margin:0 auto}
.secondary-headline .team-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(0.81rem * 1.5)}
.secondary-headline .soft-menu{flex:1 1 26rem;min-width:0}
.secondary-headline h2{margin:0;font-size:calc(17.1px * 2);line-height:1.15;letter-spacing:0}
.secondary-headline p{margin:1.5rem 0 0;font-size:17.1px;line-height:1.7}
.secondary-headline .soft-menu a{display:inline-flex;margin-top:1.5rem;padding:calc(1.5rem * .75) 0.81rem;border-radius:0.32rem;background:var(--ink-clear);color:var(--surface-primary);text-decoration:none;font-weight:700;transition:background 460ms var(--speed-slow)}
.secondary-headline .soft-menu a:hover{background:#9a3412;color:#181410;}
.secondary-headline .soft-fields{display:block;flex:1 1 16rem;min-width:12rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.6rem;box-shadow:0 1px 3px rgba(0,0,0,0.07)}
.secondary-headline .direct-benefit{flex:1 1 100%;display:flex;flex-direction:column;gap:1.5rem;margin-top:calc(0.81rem * 1.5)}
.secondary-headline .main-stack{padding-bottom:1.5rem;border-bottom:1px solid #d8cebd}
.secondary-headline .main-stack:last-child{border-bottom:0;padding-bottom:0}
.secondary-headline strong{display:block;font-size:17.1px}
.secondary-headline span{display:block;margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.6;font-size:calc(17.1px * .875)}
@media(min-width:820px){.secondary-headline .direct-benefit{flex:1 1 22rem;margin-top:0}
}
@media(max-width:780px){.secondary-headline .soft-fields{flex-basis:auto;min-width:0;aspect-ratio:16/9}
}
.secondary-surface{
  --field-active:calc(1.5rem * 1.05);
  padding:calc(1.5rem * 2.4) 1.28rem;
  background:#181410;
  color:#f5efe4;
}
.secondary-surface .direct-nav{max-width:940px;margin:0 auto;}
.secondary-surface h2,.secondary-surface h3,.secondary-surface p{margin:0;}
.secondary-surface h2{font-size:calc(17.1px * 2);line-height:1.14;}
.secondary-surface h3{font-size:calc(17.1px * 1.35);line-height:1.22;}
.secondary-surface p{font-size:17.1px;line-height:1.74;color:color-mix(in srgb, currentColor 76%, transparent);}
.secondary-surface .fresh-headline{max-width:calc(940px * 0.78);}
.secondary-surface .fresh-headline .simple-region{margin-top:calc(0.81rem * 1.5);}
.secondary-surface .direct-benefit{display:flex;
  flex-wrap:wrap;
  gap:0.81rem 1.5rem;
  margin-top:var(--field-active);}
.secondary-surface .main-stack{flex:1 1 calc(940px / 3.4);
  min-width:0;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.secondary-surface .main-stack p{margin-top:calc(1.5rem / 3);}
.secondary-surface .featured-surface{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:0.81rem 1.5rem;
  margin-top:var(--field-active);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.secondary-surface .featured-surface .simple-note{flex:1 1 calc(940px / 2.2);min-width:0;}
.secondary-surface .featured-surface a{color:inherit;
  text-decoration:none;
  font-size:calc(17.1px * .875);
  padding-bottom:2px;
  border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);
  transition:border-color 460ms var(--speed-slow);}
.secondary-surface .featured-surface a:hover{border-color:currentColor;}
@media (max-width:720px){.secondary-surface .main-stack{flex:1 1 100%;}
}
.strong-form{--field-active:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.28rem;background:#f3ece0;color:#181410;}
.strong-form .direct-nav{max-width:940px;margin:0 auto;display:flex;flex-direction:column;gap:var(--field-active);}
.strong-form h2,.strong-form h3,.strong-form p{margin:0;}
.strong-form h2{font-size:calc(17.1px * 2);line-height:1.14;}
.strong-form h3{font-size:calc(17.1px * 1.35);line-height:1.22;}
.strong-form p{font-size:17.1px;line-height:1.74;}
.strong-form .fresh-headline{display:flex;flex-direction:column;gap:calc(0.81rem * .8);}
.strong-form .simple-region{color:#2b2620;}
.strong-form .direct-benefit{display:flex;flex-wrap:wrap;gap:var(--field-active);}
.strong-form .main-stack{flex:1 1 calc(940px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9);background:#fbf6ec;color:#181410;border:1px solid #d8cebd;border-radius:0.32rem;display:flex;flex-direction:column;gap:calc(0.81rem * .7);}
.strong-form .main-stack .simple-note{font-size:calc(17.1px * .875);color:#2b2620;}
.strong-form .featured-surface{padding-top:calc(0.81rem * .5);border-top:1px solid #d8cebd;}
.strong-form .featured-surface p{font-size:calc(17.1px * .875);color:#2b2620;}
.strong-form .featured-surface a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.strong-form .featured-surface a:hover{color:#181410;}
@media (max-width:720px){.strong-form .main-stack{flex:1 1 100%;}
}
.direct-surface{
  --field-active:calc(1.5rem * 0.92);
  --field-main:calc(940px / 3.2);
  padding:calc(1.5rem * 2.4) 1.28rem;
  background:#f3ece0;
  color:#181410;
}
.direct-surface .quiet-proof{max-width:940px;
  margin:0 auto;}
.direct-surface h2,
.direct-surface h3,
.direct-surface p,
.direct-surface figure{margin:0;}
.direct-surface h2{font-size:calc(17.1px * 2);
  line-height:1.14;}
.direct-surface h3{font-size:calc(17.1px * 1.35);
  line-height:1.22;}
.direct-surface p{font-size:17.1px;
  line-height:1.74;}
.direct-surface .simple-region{margin-top:calc(0.81rem * 1.5);}
.direct-surface .offer-unit{margin-top:var(--field-active);
  max-width:var(--field-main);}
.direct-surface .offer-unit img{display:block;
  width:100%;
  height:auto;
  border-radius:0.32rem;}
.direct-surface .direct-benefit{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:0.81rem;
  margin-top:var(--field-active);}
.direct-surface .main-stack{flex:1 1 calc(940px / 2.4);
  min-width:0;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #d8cebd;}
.direct-surface .main-stack .active-benefit{margin-top:calc(1.5rem / 4);
  font-size:calc(17.1px * .875);}
.direct-surface .main-stack p + p{margin-top:calc(0.81rem * 1.5);}
.direct-surface .simple-note{margin-top:var(--field-active);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #d8cebd;
  font-size:calc(17.1px * .875);}
.direct-surface a{text-decoration:none;}
.direct-surface a:hover{text-decoration:underline;}
@media (max-width:640px){.direct-surface .offer-unit{
    max-width:100%;
  }.direct-surface .main-stack{
    flex:1 1 100%;
  }
}
.text-stack{--field-active:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.28rem;background:#f3ece0;color:#181410;}
.text-stack .direct-nav{max-width:940px;margin:0 auto;}
.text-stack h2,.text-stack h3,.text-stack p{margin:0;}
.text-stack h2{font-size:calc(17.1px * 2);line-height:1.14;}
.text-stack h3{font-size:calc(17.1px * 1.35);line-height:1.22;}
.text-stack p{font-size:17.1px;line-height:1.74;}
.text-stack .fresh-headline{display:flex;flex-direction:column;gap:calc(0.81rem * 1.5);}
.text-stack .simple-region{color:#2b2620;}
.text-stack .site-actions{margin-top:var(--field-active);display:flex;flex-direction:column;gap:0.81rem;}
.text-stack .main-stack{padding:calc(1.5rem * .75) 1.28rem;border-left:2px solid #181410;background:#fbf6ec;color:#181410;border-radius:0.26rem;}
.text-stack .main-stack p{margin-top:calc(1.5rem / 3.4);color:#2b2620;}
.text-stack .simple-note{margin-top:var(--field-active);padding-top:calc(0.81rem * 1.5);border-top:1px solid #d8cebd;font-size:calc(17.1px * .875);color:#2b2620;}
.text-stack .simple-note a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.text-stack .simple-note a:hover{color:#181410;}
@media (max-width:720px){.text-stack .main-stack{padding:calc(1.5rem * .75) 1.28rem;}
}
.text-headline{
        padding: calc(1.5rem * 2.4) 1.28rem;
        background: linear-gradient(135deg, #f3ece0 0%, #e8dfcf 55%, #dccfb8 100%);
        color: #181410;
    }
.text-headline .direct-nav{max-width: 940px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(0.81rem * 1.5);}
.text-headline .simple-region{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding-bottom: calc(1.5rem * .75);
        border-bottom: 1px solid #d8cebd;}
.text-headline h2{margin: 0;
        font-size: calc(17.1px * 2);
        line-height: 1.08;}
.text-headline .simple-region p{margin: 0;
        font-size: calc(17.1px * 1.125);
        line-height: 1.74;}
.text-headline .visual-region{display: flex;
        flex-direction: column;
        gap: 0.81rem;}
.text-headline .steady-body{display: grid;
        grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
        gap: calc(1.5rem * .75);
        padding: calc(1.5rem * .75) 0;
        border-top: 1px solid #d8cebd;}
.text-headline .steady-body:first-child{border-top: 0;
        padding-top: 0;}
.text-headline .primary-details{font-size: 17.1px;
        line-height: 1.74;}
.text-headline .main-content{display: flex;
        flex-direction: column;
        gap: 0.2rem;
        align-self: start;
        padding-left: calc(1.5rem * .75);
        border-left: 2px solid var(--ink-clear);}
.text-headline .main-content strong{font-size: calc(17.1px * .875);
        letter-spacing: 0.02em;}
.text-headline .main-content span{font-size: calc(17.1px * .875);}
.text-headline .simple-note{margin: 0;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #d8cebd;
        font-size: calc(17.1px * .875);
        line-height: 1.74;}
.text-headline .simple-note a{text-decoration: underline;
        text-underline-offset: 3px;}
.text-headline .simple-note a:hover{}
@media (max-width: 760px) {.text-headline .steady-body{
            grid-template-columns: 1fr;
            gap: calc(1.5rem * .75);
        }.text-headline .main-content{
            padding-left: 0;
            padding-top: 0.4rem;
            border-left: 0;
            border-top: 2px solid var(--ink-clear);
            padding-top: calc(1.5rem * .75);
        }
    }
.main-grid{
        padding: calc(1.5rem * 2.4) 1.28rem;
        background: #f3ece0;
        color: #181410
    }
.main-grid .direct-nav{max-width: 940px;
        margin: 0 auto}
.main-grid .visual-region{display: flex;
        flex-direction: column;
        gap: calc(0.81rem * 1.5);
        align-items: flex-start}
.main-grid .fresh-headline{min-width: 0}
.main-grid h2{margin: 0;
        font-size: calc(17.1px * 2);
        line-height: 1.1}
.main-grid .fresh-headline p{margin: 1.5rem 0 0;
        font-size: calc(17.1px * 1.125);
        line-height: 1.74;
        color: #2b2620}
.main-grid ul{flex: 1 1 44rem;
        min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0}
.main-grid li{display: flex;
        gap: 0.81rem;
        align-items: flex-start;
        padding: 1.5rem 0}
.main-grid li + li{border-top: 1px solid #d8cebd}
.main-grid strong{flex: 0 1 17rem;
        min-width: 0;
        font-size: calc(17.1px * 1.35);
        line-height: 1.2}
.main-grid span{flex: 1 1 26rem;
        min-width: 0;
        line-height: 1.74;
        color: #2b2620}
@media (max-width: 760px) {.main-grid .visual-region, .main-grid li{
            display: block
        }.main-grid ul{
            margin-top: calc(0.81rem * 1.5)
        }.main-grid span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.page-rail{--field-active:calc(1.5rem * 1.09);--field-extra-6:calc(940px / 2.33);padding:calc(1.5rem * 2.4) 1.28rem;background:#f3ece0;color:#181410;}
.page-rail .direct-nav{max-width:940px;margin:0 auto;display:flex;flex-direction:column;row-gap:calc(var(--field-active) * 1.1);}
.page-rail h2{margin:0;font-size:calc(17.1px * 2);line-height:1.14;}
.page-rail p{margin:0;font-size:17.1px;line-height:1.74;}
.page-rail .top-view>p{max-width:var(--field-extra-6);}
.page-rail .site-actions{display:flex;flex-direction:column;gap:0;border-top:1px solid #d8cebd;}
.page-rail details{padding:calc(1.5rem * .75) 0;border-bottom:1px solid #d8cebd;}
.page-rail summary{cursor:pointer;font-weight:700;font-size:calc(17.1px * 1.125);line-height:1.3;list-style:none;display:flex;justify-content:space-between;align-items:baseline;gap:0.81rem;}
.page-rail summary::-webkit-details-marker{display:none;}
.page-rail summary::after{content:"+";font-weight:400;flex-shrink:0;}
.page-rail details[open] summary::after{content:"–";}
.page-rail details p{margin-top:calc(1.5rem / 3);max-width:var(--field-extra-6);}
.page-rail .featured-surface{margin-top:calc(var(--field-active) / 2);font-size:calc(17.1px * .875);}
.page-rail .featured-surface a{text-decoration:underline;text-underline-offset:3px;}
.page-rail .featured-surface a:hover{}
@media (max-width:640px){.page-rail summary{font-size:17.1px;}
}
.wide-method{background:#f3ece0;color:#181410;padding:calc(1.5rem * 2.4) 1.28rem}
.wide-method .direct-nav{max-width:min(940px,64rem);margin:0 auto}
.wide-method .secondary-brand{display:flex;flex-direction:column;align-items:flex-start;gap:calc(0.81rem * 1.5)}
.wide-method .simple-note{margin:0;color:#2b2620;line-height:1.74;font-size:17.1px}
.wide-method h2{margin:0;font-size:clamp(calc(17.1px * 2),5vw,calc(17.1px * 2.65));line-height:1.08;letter-spacing:0}
.wide-method .soft-fields{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:0.6rem}
.wide-method .focused-details{display:flex;flex-direction:column;gap:0;width:100%;border-top:1px solid #d8cebd}
.wide-method .featured-rail{display:flex;flex-wrap:wrap;gap:0.81rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #d8cebd}
.wide-method .public-flow{flex:0 0 12rem;font-size:calc(17.1px * .875);text-transform:uppercase;letter-spacing:0.06em;color:#2b2620}
.wide-method .page-items{margin:0;flex:1 1 16rem;font-size:17.1px;line-height:1.74}
.wide-method .page-items a{color:inherit;text-decoration:none;border-bottom:1px solid #c2410c}
.wide-method .page-items a:hover{color:#181410;border-bottom-color:#181410}
.wide-method .soft-menu{margin:0;font-size:17.1px;line-height:1.74}
.wide-method .media-body{display:flex;flex-wrap:wrap;gap:0.81rem}
.wide-method .media-body a{padding:0.7rem 1.1rem;border-radius:0.26rem;background:#fbf6ec;color:#181410;border:1px solid #d8cebd;text-decoration:none;font-size:calc(17.1px * .875)}
.wide-method .media-body a:first-child{background:var(--ink-clear);color:var(--surface-primary);border-color:var(--ink-clear)}
.wide-method .media-body a:first-child:hover{background:#9a3412;border-color:#9a3412;color:#181410;}
.wide-method .media-body a:hover{background:#e8dfcf;color:#2b2620}
@media (max-width:640px){.wide-method .public-flow{flex:0 0 100%}
}
.local-view{
        --field-active: calc(1.5rem * 1.18);
        --label-meta: calc(940px / 3.4);
        padding: calc(1.5rem * 2.4) 1.28rem;
        background: #181410;
        color: #f5efe4;
    }
.local-view .direct-nav{max-width: 940px;
        margin: 0 auto;}
.local-view h2,
    .local-view h3,
    .local-view p{margin: 0;}
.local-view h2{font-size: calc(17.1px * 2);
        line-height: 1.14;}
.local-view h3{font-size: calc(17.1px * 1.35);
        line-height: 1.22;}
.local-view p{font-size: 17.1px;
        line-height: 1.74;}
.local-view a{color: inherit;
        text-decoration: none;
        border-bottom: 1px solid currentColor;
        padding-bottom: 2px;}
.local-view .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0.81rem;}
.local-view .row-title h2{flex: 1 1 calc(940px / 2.6);
        min-width: 0;}
.local-view .row-title > p{flex: 1 1 calc(940px / 3);
        min-width: 0;
        opacity: .88;}
.local-view .public-content{padding-block: calc(var(--field-active) / 2);}
.local-view .visual-method{row-gap: calc(var(--field-active) * 1.1);}
.local-view .direct-benefit{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--field-active);
        margin-top: calc(var(--field-active) * .6);}
.local-view .main-stack{flex: 1 1 var(--label-meta);
        min-width: 0;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid color-mix(in srgb, #f5efe4 28%, transparent);}
.local-view .main-stack p{margin-top: calc(1.5rem / 3);
        opacity: .9;}
.local-view .main-stack a{display: inline-block;
        margin-top: calc(1.5rem / 2);
        font-size: calc(17.1px * .875);
        letter-spacing: .02em;}
@media (max-width: 720px) {.local-view .row-title h2,
        .local-view .row-title > p{
            flex: 1 1 100%;
        }
    }
.local-tile{
  background:#e8dfcf;
  color:#2b2620;
  padding:calc(1.5rem * 2.4) 1.28rem;
}
.local-tile .direct-nav{max-width:940px;
  margin:0 auto;
  display:flex;
  gap:calc(0.81rem * 1.5);
  align-items:flex-start;}
.local-tile .main-flow{flex:1 1 30rem;
  min-width:0;}
.local-tile .simple-note{margin:0 0 1.5rem;
  font-size:calc(17.1px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;
  opacity:.7;}
.local-tile h2{margin:0 0 calc(0.81rem * 1.5);
  font-size:calc(17.1px * 2);
  line-height:1.1;}
.local-tile .simple-region{margin:0 0 1.5rem;
  line-height:1.74;}
.local-tile .direct-benefit{margin-top:calc(0.81rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:.65rem;}
.local-tile .direct-benefit span{
  border-radius:0.79rem;
  background:#fbf6ec;
  color:#181410;
  border:1px solid #d8cebd;
  padding:.6rem .85rem;
  font-size:calc(17.1px * .875);
}
.local-tile .featured-surface{margin:calc(0.81rem * 1.5) 0 0;
  line-height:1.74;}
.local-tile .featured-surface a{text-decoration:underline;
  text-underline-offset:3px;}
.local-tile .featured-surface a:hover{}
.local-tile .soft-fields{display:block;
  width:min(38%,28rem);
  min-width:16rem;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:0.6rem;
  flex:0 0 auto;}
@media (max-width:760px){.local-tile .direct-nav{display:block}.local-tile .soft-fields{width:100%;min-width:0;max-height:30rem;margin-top:calc(0.81rem * 1.5)}
}
.surface{padding:calc(1.5rem * 2.4) 1.28rem;background:#f3ece0;color:#181410;}
.surface .direct-nav{max-width:940px;margin:0 auto;}
.surface h2,.surface h3,.surface p,.surface ol,.surface li,.surface figure{margin:0;padding:0;}
.surface h2{font-size:calc(17.1px * 2);line-height:1.14;max-width:36ch;}
.surface h3{font-size:calc(17.1px * 1.35);line-height:1.22;}
.surface p{font-size:17.1px;line-height:1.74;}
.surface .fresh-headline .simple-region{margin-top:calc(0.81rem * 1.5);max-width:60ch;}
.surface .team-actions{display:flex;flex-wrap:wrap;gap:calc(0.81rem * 1.5);margin-top:1.5rem;align-items:flex-start;}
.surface .offer-unit{flex:1 1 260px;min-width:0;margin:0;}
.surface .offer-unit img{display:block;width:100%;height:auto;border-radius:0.32rem;}
.surface .offer-unit figcaption{margin-top:calc(calc(1.5rem * .75) / 2);font-size:calc(17.1px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.surface .page-wrap{flex:2 1 420px;min-width:0;list-style:none;display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.surface .text-nav{display:flex;gap:calc(1.5rem * .75);align-items:flex-start;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid #d8cebd;}
.surface .text-nav:last-child{border-bottom:0;padding-bottom:0;}
.surface .strong-stack{flex:0 0 auto;font-size:calc(17.1px * .875);letter-spacing:0.08em;padding-top:0.35em;}
.surface .wide-region{min-width:0;}
.surface .wide-region p{margin-top:calc(calc(1.5rem * .75) / 2);color:color-mix(in srgb, currentColor 78%, transparent);}
.surface .simple-note{margin-top:1.5rem;padding-top:calc(0.81rem * 1.5);border-top:1px solid #d8cebd;}
.surface .simple-note p + p{margin-top:calc(1.5rem * .75);}
.surface .featured-surface{font-size:calc(17.1px * .875);}
.surface a{text-decoration:none;border-bottom:1px solid currentColor;}
.surface a:hover{}
@media (max-width:720px){.surface .team-actions{flex-direction:column;}.surface .offer-unit,.surface .page-wrap{flex:1 1 100%;}
}
.plain-menu{
    padding:calc(1.5rem * 2.4) 1.28rem;
    background:#e8dfcf;
    color:#2b2620;
}
.plain-menu .direct-nav{max-width:940px;
    margin:0 auto;}
.plain-menu .active-media{margin-bottom:calc(0.81rem * 1.5);}
.plain-menu .active-media h2{margin:0;
    font-size:calc(17.1px * 2);
    line-height:1.2;}
.plain-menu .active-media p{margin:1.5rem 0 0;
    font-size:17.1px;
    line-height:1.74;}
.plain-menu .main-quote{display:grid;
    gap:calc(1.5rem * .75);
    grid-template-columns:repeat(var(--field-strong,3),minmax(0,1fr));}
.plain-menu .main-quote article{
    background:#fbf6ec;
    color:#181410;
    border:1px solid #d8cebd;
    border-radius:0.32rem;
    padding:calc(1.5rem * .75);
    display:flex;
    flex-direction:column;
    gap:0.81rem;
}
.plain-menu .main-quote h3{margin:0;
    font-size:calc(17.1px * 1.35);
    line-height:1.3;}
.plain-menu .main-quote p{margin:0;
    font-size:calc(17.1px * .875);
    line-height:1.74;}
.plain-menu .main-quote a{margin-top:auto;
    font-size:calc(17.1px * .875);
    font-weight:600;color:inherit;
    text-decoration:none;
    word-break:break-word;}
.plain-menu .main-quote a:hover{color:#181410;
    text-decoration:underline;}
.plain-menu .active-contact{margin-top:calc(0.81rem * 1.5);
    padding-top:calc(0.81rem * 1.5);
    border-top:1px solid #d8cebd;
    display:flex;
    flex-wrap:wrap;
    gap:calc(1.5rem * .75);
    align-items:flex-start;}
.plain-menu .active-contact .simple-note{flex:1 1 320px;
    margin:0;
    font-size:calc(17.1px * .875);
    line-height:1.74;}
.plain-menu .active-contact .featured-surface{flex:1 1 260px;
    margin:0;
    font-size:calc(17.1px * .875);
    line-height:1.74;}
.plain-menu .active-contact .featured-surface a{color:inherit;
    font-weight:600;
    text-decoration:none;}
.plain-menu .active-contact .featured-surface a:hover{color:#181410;
    text-decoration:underline;}
@media (max-width:900px){.plain-menu .main-quote{grid-template-columns:1fr 1fr;}
}
@media (max-width:640px){.plain-menu .main-quote{grid-template-columns:1fr;}.plain-menu .active-contact{flex-direction:column;}
}
.local-intro{
    background:#f3ece0;
    color:#181410;
    padding:calc(1.5rem * 2.4) 1.28rem;
}
.local-intro .c{max-width:940px;
    margin:0 auto;}
.local-intro .active-media{margin-bottom:calc(0.81rem * 1.5);
    border-bottom:1px solid #d8cebd;
    padding-bottom:calc(0.81rem * 1.5);}
.local-intro h1{font-size:calc(17.1px * 2.65);
    line-height:1.15;
    margin:0 0 0.6rem;
    letter-spacing:-0.01em;}
.local-intro .simple-region{font-size:calc(17.1px * 1.125);
    margin:0;}
.local-intro .team-actions{display:flex;
    flex-wrap:wrap;
    gap:0.81rem;
    align-items:flex-start;
    margin-bottom:calc(0.81rem * 1.5);}
.local-intro .soft-menu{flex:1 1 320px;
    min-width:0;}
.local-intro .soft-menu p{margin:0 0 1rem;
    line-height:1.74;}
.local-intro .offer-unit{flex:1 1 280px;
    min-width:0;
    margin:0;}
.local-intro .offer-unit img{width:100%;
    display:block;
    border-radius:0.6rem;
    box-shadow:0 2px 12px rgba(0,0,0,0.09);}
.local-intro .narrow-entries{margin-bottom:calc(0.81rem * 1.5);}
.local-intro .narrow-entries:last-child{margin-bottom:0;}
.local-intro h2{font-size:calc(17.1px * 2);
    margin:0 0 0.7rem;
    line-height:1.2;}
.local-intro .narrow-entries p{margin:0 0 0.9rem;
    line-height:1.74;}
.local-intro .narrow-entries p:last-child{margin-bottom:0;}
.local-intro .featured-surface{margin-top:1.2rem;
    padding-top:1rem;
    border-top:1px solid #d8cebd;
    font-size:calc(17.1px * .875);}
.local-intro .featured-surface a{text-decoration:underline;
    text-underline-offset:2px;}
.local-intro .featured-surface a:hover{}
@media (max-width:640px){.local-intro .team-actions{
        flex-direction:column;
    }.local-intro .simple-region{
        font-size:17.1px;
    }
}
.local-brand{
    padding:calc(1.5rem * 2.4) 1.28rem;
    background:#e8dfcf;
    color:#2b2620;
}
.local-brand .quiet-proof{max-width:940px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.81rem * 1.5);}
.local-brand .fresh-headline{border-bottom:1px solid #d8cebd;
    padding-bottom:calc(1.5rem * .75);}
.local-brand .media-region{margin:0 0 0.25rem;
    font-size:calc(17.1px * 1.35);
    line-height:1.25;}
.local-brand .active-benefit{margin:0;
    font-size:calc(17.1px * .875);
    letter-spacing:0.02em;
    text-transform:uppercase;}
.local-brand .soft-menu{display:flex;
    flex-direction:column;
    gap:0.81rem;}
.local-brand .featured-list{margin:0;
    font-size:17.1px;
    line-height:1.74;}
.local-brand .site-details{list-style:none;
    margin:0;
    padding:calc(1.5rem * .75) 0 0;
    border-top:1px solid #d8cebd;
    display:flex;
    flex-wrap:wrap;
    gap:0.81rem calc(0.81rem * 1.5);
    font-size:calc(17.1px * .875);}
.local-brand .site-details li{display:flex;
    flex-direction:column;
    gap:0.15rem;}
.local-brand .site-details .public-flow{font-size:calc(17.1px * .875);
    opacity:0.7;}
.local-brand .site-details a{color:inherit;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:border-color 460ms var(--speed-slow), color 460ms var(--speed-slow);}
.local-brand .site-details a:hover{color:#181410;
    border-bottom-color:#181410;}
@media (min-width:720px){.local-brand .quiet-proof{
        flex-direction:row;
        flex-wrap:wrap;
        align-items:flex-start;
    }.local-brand .fresh-headline{
        flex:0 0 100%;
    }.local-brand .soft-menu{
        flex:1 1 60%;
    }.local-brand .site-details{
        flex:1 1 30%;
        border-top:none;
        border-left:1px solid #d8cebd;
        padding:0 0 0 calc(0.81rem * 1.5);
        flex-direction:column;
    }
}
.text-content{
  background: #f3ece0;
  color: #181410;
  padding: calc(1.5rem * 2.4) 1.28rem;
}
.text-content .direct-nav{width: min(100%, 940px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.81rem * 1.5);}
.text-content h2,
.text-content h3,
.text-content p{margin: 0;}
.text-content h2{font-size: calc(17.1px * 2);
  line-height: 1.1;}
.text-content h3{font-size: calc(17.1px * 1.35);
  line-height: 1.18;}
.text-content p{font-size: 17.1px;
  line-height: 1.74;}
.text-content .local-grid{
  display: grid;
  gap: calc(0.81rem * 1.5);
  padding: calc(1.5rem * .75);
  border-left: 3px solid var(--ink-clear);
  background: #e8dfcf;
  color: #2b2620;
  border-radius: 0.32rem;
}
.text-content .local-grid .simple-note{font-size: calc(17.1px * .875);
  opacity: .85;}
.text-content .fresh-inner{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.text-content .local-menu{
  display: grid;
  grid-template-columns: 0.75rem minmax(8rem, 0.28fr) minmax(9rem, 0.32fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.32rem;
  background: #fbf6ec;
  color: #181410;
  border: 1px solid #d8cebd;
  animation: peopleTimelineIn calc(460ms * 2) var(--speed-slow) both;
  animation-delay: var(--delay-base, 0ms);
}
.text-content i{
  width: 0.6rem;
  height: 0.6rem;
  margin-top: 0.55rem;
  border-radius: 50%;
  background: var(--ink-clear);color:var(--surface-primary);}
.text-content .local-menu span{font-size: calc(17.1px * .875);}
@keyframes peopleTimelineIn {from{ opacity: .2; transform: translateX(calc(calc(0.81rem * 2) * .14)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 860px) {.text-content .local-menu{
    grid-template-columns: 0.75rem 1fr;
  }.text-content .local-menu span,
  .text-content .local-menu h3,
  .text-content .local-menu p{
    grid-column: 2 / -1;
  }
}
.simple-panel{
  background: #f3ece0;
  color: #181410;
  padding: calc(1.5rem * 2.4) 1.28rem;
}
.simple-panel .direct-nav{width: min(100%, 940px);
  margin: 0 auto;
  display: grid;
  gap: calc(0.81rem * 1.5);}
.simple-panel h2,
.simple-panel h3,
.simple-panel p{margin: 0;}
.simple-panel h2{font-size: calc(17.1px * 2);
  line-height: 1.1;
  letter-spacing: -0.01em;}
.simple-panel h3{font-size: calc(17.1px * 1.35);
  line-height: 1.2;}
.simple-panel p{font-size: 17.1px;
  line-height: 1.74;}
.simple-panel .public-unit{display: grid;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d8cebd;}
.simple-panel .public-unit p{color: #2b2620;
  font-size: calc(17.1px * 1.125);}
.simple-panel .local-visual{display: grid;
  gap: 0;}
.simple-panel .featured-rail{display: grid;
  grid-template-columns: minmax(6rem, .18fr) minmax(12rem, .34fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #d8cebd;
  align-items: baseline;}
.simple-panel .featured-rail:first-child{padding-top: 0;}
.simple-panel .featured-rail span{color: #2b2620;
  font-size: calc(17.1px * .875);
  text-transform: uppercase;
  letter-spacing: 0.06em;}
.simple-panel .simple-proof{
  display: flex;
  justify-content: space-between;
  gap: 0.81rem;
  align-items: center;
  padding: calc(1.5rem * .75);
  border-radius: 0.6rem;
  background: #fbf6ec;
  color: #181410;
  border: 1px solid #d8cebd;
}
.simple-panel .simple-proof p{font-size: 17.1px;}
.simple-panel .simple-proof a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;
  transition: color 460ms var(--speed-slow);}
.simple-panel .simple-proof a:hover{color: #181410;}
@media (max-width: 800px) {.simple-panel .featured-rail{
    grid-template-columns: 1fr;
    gap: 1.28rem;
  }.simple-panel .simple-proof{
    flex-direction: column;
    align-items: flex-start;
  }
}
.local-group{
    padding:calc(1.5rem * 2.4) 1.28rem;
    background:#e8dfcf;
    color:#2b2620;
}
.local-group .direct-nav{max-width:940px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.81rem * 1.5);}
.local-group .team-area{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:calc(1.5rem * .75);
    border-radius:0.6rem;
    border:1px solid #d8cebd;
    background:#fbf6ec;
    color:#181410;
    padding:calc(1.5rem * .75);
}
.local-group .soft-menu{flex:1 1 60%;}
.local-group .soft-menu h2{margin:0;
    font-size:calc(17.1px * 2);
    line-height:1.2;}
.local-group .soft-menu p{margin:0.81rem 0 0;
    font-size:17.1px;
    line-height:1.74;}
.local-group .featured-surface{display:flex;
    flex-direction:column;
    gap:0.81rem;
    flex:0 0 auto;}
.local-group .featured-surface a{
    text-decoration:none;
    white-space:nowrap;
    padding:0.6rem 1.1rem;
    border-radius:0.32rem;
    background:var(--ink-clear);
    color:var(--surface-primary);
    font-weight:700;
    font-size:calc(17.1px * .875);
    transition:background 460ms var(--speed-slow);
}
.local-group .featured-surface a:hover{
    background:#9a3412;color:#181410;}
.local-group .featured-surface a + a{
    background:transparent;
    color:#c2410c;
    border:1px solid #d8cebd;
}
.local-group .featured-surface a + a:hover{
    background:color-mix(in srgb, currentColor 10%, transparent);
    color:#181410;
}
.local-group .active-contact{display:flex;
    flex-direction:column;
    gap:0.81rem;
    border-top:1px solid #d8cebd;
    padding-top:calc(0.81rem * 1.5);}
.local-group .active-contact .offer-callout{margin:0;
    font-size:17.1px;
    line-height:1.74;}
.local-group .active-contact .simple-note{margin:0;
    font-size:calc(17.1px * .875);
    line-height:1.74;}
.local-group .active-contact .simple-note a{text-decoration:underline;}
.local-group .active-contact .simple-note a:hover{}
@media (max-width:760px){.local-group .team-area{
        flex-direction:column;
        align-items:stretch;
    }.local-group .featured-surface{
        flex-direction:row;
        flex-wrap:wrap;
    }
}
.site-frame{
        background:linear-gradient(135deg, #f3ece0 0%, #e8dfcf 55%, #dccfb8 100%);
        color:#181410;
        padding:calc(1.5rem * 2.4) 1.28rem;
    }
.site-frame .c{max-width:940px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(0.81rem * 1.5);}
.site-frame .team-list{border-bottom:1px solid #d8cebd;
        padding-bottom:calc(0.81rem * 1.5);}
.site-frame h1{font-size:calc(17.1px * 2.65);
        line-height:1.15;
        margin:0 0 0.6rem;}
.site-frame .direct-brand{font-size:calc(17.1px * 1.125);
        margin:0;}
.site-frame .main-fields{display:flex;
        flex-wrap:wrap;
        gap:0.81rem;}
.site-frame .main-fields .soft-fields{flex:1 1 320px;}
.site-frame .soft-fields img{display:block;
        width:100%;
        height:auto;
        border-radius:0.6rem;
        box-shadow:0 2px 12px rgba(0,0,0,0.09);}
.site-frame .quiet-links,
    .site-frame .page-visual{display:flex;
        flex-direction:column;
        gap:0.81rem;}
.site-frame h2{font-size:calc(17.1px * 2);
        line-height:1.2;
        margin:0;}
.site-frame p{margin:0;
        line-height:1.74;
        font-size:17.1px;}
.site-frame .page-visual{
        background:#fbf6ec;
        color:#181410;
        border:1px solid #d8cebd;
        border-radius:0.6rem;
        padding:calc(1.5rem * .75);
    }
.site-frame .page-visual a{text-decoration:underline;
        text-underline-offset:3px;}
.site-frame .page-visual a:hover{}
@media (min-width: 768px){.site-frame .quiet-links{
            display:grid;
            grid-template-columns:1fr 1fr;
            gap:calc(0.81rem * 1.5);
            align-items:start;
        }.site-frame .quiet-links h2{
            grid-column:1 / -1;
        }
    }
.visual-team{
    padding:calc(1.5rem * 2.4) 1.28rem;
    background:#f3ece0;
    color:#181410;
}
.visual-team .quiet-proof{max-width:940px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.81rem * 1.5);}
.visual-team .fresh-feature{display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:0.4rem 0.9rem;
    padding-bottom:calc(1.5rem * .75);
    border-bottom:1px solid #d8cebd;}
.visual-team .media-region{margin:0;
    font-size:calc(17.1px * 1.35);
    letter-spacing:0.01em;}
.visual-team .active-benefit{margin:0;
    font-size:calc(17.1px * .875);
    color:#2b2620;}
.visual-team .soft-menu{display:flex;
    flex-direction:column;
    gap:0.81rem;}
.visual-team .featured-list{margin:0;
    font-size:17.1px;
    line-height:1.74;}
.visual-team .site-details{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:0.5rem;}
.visual-team .offer-callout{display:flex;
    flex-wrap:wrap;
    gap:0.5rem 0.9rem;
    align-items:baseline;
    font-size:calc(17.1px * .875);}
.visual-team .offer-surface{min-width:5.5rem;
    font-size:calc(17.1px * .875);
    text-transform:uppercase;
    letter-spacing:0.06em;
    color:#2b2620;}
.visual-team .page-items{color:#181410;}
.visual-team .narrow-footer{color:inherit;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 460ms var(--speed-slow), border-color 460ms var(--speed-slow);}
.visual-team .narrow-footer:hover,
.visual-team .narrow-footer:focus-visible{color:#181410;
    border-bottom-color:#181410;}
.visual-team .simple-note{margin:0;
    font-size:calc(17.1px * .875);
    color:#2b2620;}
@media (max-width:640px){.visual-team .offer-surface{
        min-width:auto;
    }
}
.active-items{
  background: linear-gradient(135deg, #f3ece0 0%, #e8dfcf 55%, #dccfb8 100%);
  color: #181410;
  padding: calc(1.5rem * 2.4) 1.28rem;
}
.active-items .direct-nav{width: min(100%, 940px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.81rem * 1.5);
  align-items: flex-start;}
.active-items h2,
.active-items h3,
.active-items p{margin: 0;}
.active-items h2{font-size: calc(17.1px * 2); line-height: 1.1;}
.active-items h3{font-size: calc(17.1px * 1.35); line-height: 1.18;}
.active-items p{font-size: 17.1px; line-height: 1.74;}
.active-items .local-grid{
  flex: 1 1 22rem;
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.6rem;
  background: linear-gradient(135deg, #c2410c 0%, #9a3412 100%);
  color: #fdf6ec;
}
.active-items .local-grid p{color:inherit;}
.active-items .fresh-inner{flex: 1 1 30rem;
  display: grid;
  gap: calc(1.5rem * .75);}
.active-items .local-menu{
  display: grid;
  grid-template-columns: 0.75rem minmax(0, 1fr);
  grid-template-areas:
    "dot role"
    "dot name"
    "dot text";
  column-gap: 1.5rem;
  row-gap: calc(0.81rem * 0.5);
  align-items: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.32rem;
  background: #fbf6ec;
  color: #181410;
  border: 1px solid #d8cebd;
  animation: peopleTimelineIn calc(460ms * 2.2) var(--speed-slow) both;
  animation-delay: var(--delay-base, 0ms);
}
.active-items .local-menu i{
  grid-area: dot;
  width: 0.6rem;
  height: 0.6rem;
  margin-top: 0.55rem;
  border-radius: 50%;
  background: var(--ink-clear);color:var(--surface-primary);}
.active-items .local-menu span{grid-area: role;
  font-size: calc(17.1px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.active-items .local-menu h3{grid-area: name;}
.active-items .local-menu p{grid-area: text;}
@keyframes peopleTimelineIn {from{ opacity: 0.2; transform: translateY(calc(calc(0.81rem * 2) * 0.16)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 720px) {.active-items .direct-nav{ flex-direction: column; }
}
.narrow-track{
  background: #f3ece0;
  color: #181410;
  padding: calc(1.5rem * 2.4) 1.28rem;
}
.narrow-track .direct-nav{width: min(100%, 940px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, .42fr);
  gap: calc(0.81rem * 1.5);
  align-items: start;}
.narrow-track h2,
.narrow-track h3,
.narrow-track p{margin: 0;}
.narrow-track h2{font-size: calc(17.1px * 2);
  line-height: 1.1;}
.narrow-track h3{font-size: calc(17.1px * 1.35);
  line-height: 1.18;}
.narrow-track p{font-size: 17.1px;
  line-height: 1.74;}
.narrow-track .soft-menu{display: grid;
  gap: 1.5rem;}
.narrow-track .clear-copy{
  display: grid;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.79rem;
  background: #181410;
  color: #f5efe4;
}
.narrow-track .clear-copy a{width: fit-content;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: opacity 460ms var(--speed-slow);}
.narrow-track .clear-copy a:hover{opacity: .72;}
.narrow-track .direct-benefit{grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(1.5rem * .75);
  margin-top: calc(0.81rem * 1.5);}
.narrow-track .main-stack{
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.6rem;
  background: #fbf6ec;
  color: #181410;
  border: 1px solid #d8cebd;
}
.narrow-track .main-stack span{font-size: calc(17.1px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #2b2620;}
@media (max-width: 820px) {.narrow-track .direct-nav,
  .narrow-track .direct-benefit{
    grid-template-columns: 1fr;
  }
}
.wide-panel{
    padding:calc(1.5rem * 2.4) 1.28rem;
    background:#f3ece0;
    color:#181410;
}
.wide-panel .direct-nav{max-width:940px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.81rem * 1.5);}
.wide-panel .simple-region h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(17.1px * 2);
    line-height:1.2;}
.wide-panel .simple-region p{margin:0;
    font-size:17.1px;
    line-height:1.74;}
.wide-panel .compact-menu{display:flex;
    flex-wrap:wrap;
    gap:0.81rem;}
.wide-panel .featured-surface{
    flex:1 1 220px;
    min-width:200px;
    padding:calc(1.5rem * .75);
    border:1px solid #d8cebd;
    border-radius:0.32rem;
    background:#fbf6ec;
    color:#181410;
}
.wide-panel .featured-surface .secondary-track{display:inline-block;
    margin-bottom:0.4rem;
    font-size:calc(17.1px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;}
.wide-panel .featured-surface a{display:block;
    font-size:calc(17.1px * 1.125);
    font-weight:600;
    text-decoration:none;
    word-break:break-word;}
.wide-panel .featured-surface a:hover{text-decoration:underline;}
.wide-panel .featured-surface .simple-note{margin:0.5rem 0 0;
    font-size:calc(17.1px * .875);
    line-height:1.6;}
.wide-panel .secondary-wrap{padding-top:calc(1.5rem * .75);
    border-top:1px solid #d8cebd;}
.wide-panel .secondary-wrap p{margin:0;
    font-size:17.1px;
    line-height:1.74;}
.wide-panel .secondary-wrap a{text-decoration:underline;}
.wide-panel .secondary-wrap a:hover{}
@media (max-width:760px){.wide-panel .featured-surface{
        flex:1 1 100%;
    }
}
.fresh-plan{
  background:#f3ece0;
  color:#181410;
  padding:calc(1.5rem * 2.4) 1.28rem;
}
.fresh-plan .c{max-width:940px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(0.81rem * 1.5);}
.fresh-plan .active-media{border-bottom:1px solid #d8cebd;
  padding-bottom:calc(0.81rem * 1.5);}
.fresh-plan h1{font-size:calc(17.1px * 2.65);
  line-height:1.15;
  margin:0 0 0.6rem;
  letter-spacing:-0.01em;}
.fresh-plan .direct-brand{font-size:calc(17.1px * 1.125);
  margin:0;}
.fresh-plan .offer-unit{margin:0;
  display:flex;
  flex-direction:column;
  gap:0.6rem;}
.fresh-plan .offer-unit img{width:100%;
  display:block;
  border-radius:0.6rem;
  box-shadow:0 2px 12px rgba(0,0,0,0.09);}
.fresh-plan .offer-unit figcaption{font-size:calc(17.1px * .875);
  line-height:1.5;}
.fresh-plan .featured-inner{display:flex;
  flex-direction:column;
  gap:calc(0.81rem * 1.5);}
.fresh-plan .narrow-entries h2{font-size:calc(17.1px * 1.35);
  margin:0 0 0.5rem;}
.fresh-plan .narrow-entries p{margin:0;
  line-height:1.74;}
.fresh-plan .simple-note{
  background:#e8dfcf;
  color:#2b2620;
  border-left:3px solid var(--ink-clear);
  padding:calc(1.5rem * .75);
  border-radius:0.32rem;
}
.fresh-plan .simple-note p{margin:0;
  line-height:1.74;}
.fresh-plan .simple-note a{text-decoration:underline;
  text-underline-offset:2px;}
.fresh-plan .simple-note a:hover{}
@media (min-width:768px){.fresh-plan .featured-inner{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:calc(0.81rem * 1.5) calc(1.5rem * .75);
  }.fresh-plan .featured-inner .narrow-entries:first-child{
    grid-column:1 / -1;
  }
}
.clear-surface{padding:calc(1.5rem * 2.4) 1.28rem;background:#f3ece0;color:#181410;}
.clear-surface .quiet-proof{max-width:940px;margin:0 auto;}
.clear-surface .active-contact{display:flex;flex-wrap:wrap;gap:calc(0.81rem * 1.5);align-items:flex-start;}
.clear-surface .featured-headline{flex:0 0 220px;margin:0;border:1px solid #d8cebd;border-radius:0.6rem;overflow:hidden;background:#fbf6ec;color:#181410;}
.clear-surface .featured-headline img{display:block;width:100%;height:100%;object-fit:cover;}
.clear-surface .soft-menu{flex:1 1 340px;min-width:0;}
.clear-surface .media-region{margin:0 0 4px;font-size:calc(17.1px * 1.35);line-height:1.2;}
.clear-surface .active-benefit{margin:0 0 calc(0.81rem * 1.5);font-size:calc(17.1px * .875);text-transform:uppercase;letter-spacing:0.06em;color:#2b2620;}
.clear-surface .featured-list{margin:0 0 calc(0.81rem * 1.5);font-size:17.1px;line-height:1.74;}
.clear-surface .site-details{list-style:none;margin:0 0 calc(0.81rem * 1.5);padding:0;display:flex;flex-wrap:wrap;gap:0.81rem;font-size:calc(17.1px * .875);}
.clear-surface .site-details .top-contact{flex:1 1 100%;color:#2b2620;}
.clear-surface .site-details a{color:inherit;text-decoration:none;border-bottom:1px solid #d8cebd;}
.clear-surface .site-details a:hover{color:#181410;border-bottom-color:#181410;}
.clear-surface .focused-media{margin:0;font-size:calc(17.1px * .875);color:#2b2620;}
.clear-surface .focused-media a{color:inherit;text-decoration:none;}
.clear-surface .focused-media a:hover{color:#181410;}
@media (max-width:640px){.clear-surface .featured-headline{flex:1 1 100%;}
}
.narrow-group{
  background: #f3ece0;
  color: #181410;
  padding: calc(1.5rem * 2.4) 1.28rem;
}
.narrow-group .direct-nav{width: min(100%, 940px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: calc(0.81rem * 1.5);}
.narrow-group h2,
.narrow-group h3,
.narrow-group p{margin: 0;}
.narrow-group h2{font-size: calc(17.1px * 2); line-height: 1.1;}
.narrow-group h3{font-size: calc(17.1px * 1.35); line-height: 1.18;}
.narrow-group p{font-size: 17.1px; line-height: 1.74;}
.narrow-group .local-grid{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.6rem;
  background: #e8dfcf;
  color: #2b2620;
  border-left: 3px solid var(--ink-clear);
}
.narrow-group .fresh-inner{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.narrow-group .local-menu{display: grid;
  grid-template-columns: 1rem minmax(6rem, .2fr) minmax(9rem, .32fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem 0;
  border-top: 1px solid #d8cebd;
  animation: peopleTimelineIn calc(460ms * 2) var(--speed-slow) both;
  animation-delay: var(--delay-base, 0ms);}
.narrow-group .local-menu:last-child{border-bottom: 1px solid #d8cebd;}
.narrow-group i{
  width: .55rem;
  height: .55rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: var(--ink-clear);color:var(--surface-primary);}
.narrow-group .local-menu span{font-size: calc(17.1px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;}
@keyframes peopleTimelineIn {from{ opacity: .25; transform: translateX(calc(calc(0.81rem * 2) * .14)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 860px) {.narrow-group .direct-nav{ grid-template-columns: 1fr; }.narrow-group .local-menu{ grid-template-columns: 1rem minmax(0, 1fr); }.narrow-group .local-menu h3,
  .narrow-group .local-menu p{ grid-column: 2; }
}
.public-quote{
  background: #f3ece0;
  color: #181410;
  padding: calc(1.5rem * 2.4) 1.28rem;
}
.public-quote .direct-nav{width: min(100%, 940px);
  margin: 0 auto;}
.public-quote h2,
.public-quote h3,
.public-quote p{margin: 0;}
.public-quote .top-callout{display: flex;
  flex-wrap: wrap;
  gap: calc(0.81rem * 1.5);
  align-items: flex-start;
  margin-bottom: calc(1.5rem * 2.4);}
.public-quote .soft-contact{display: block;
  flex: 1 1 20rem;
  min-width: 0;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.6rem;
  border: 1px solid #d8cebd;}
.public-quote .strong-header{flex: 1 1 22rem;
  min-width: 0;}
.public-quote h2{font-size: calc(17.1px * 2);
  line-height: 1.08;}
.public-quote .strong-header p{margin-top: calc(1.5rem * .75);
  color: #2b2620;
  line-height: 1.74;}
.public-quote .quiet-inner{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.public-quote .compact-entries{
  flex: 1 1 17rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.32rem;
  background: #fbf6ec;
  color: #181410;
  border: 1px solid #d8cebd;
}
.public-quote .compact-entries:nth-child(3n + 2){margin-top: 1.5rem;}
.public-quote .wide-steps{display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.26rem;}
.public-quote h3{font-size: calc(17.1px * 1.35);
  line-height: 1.16;}
.public-quote .contact-quote p{margin-top: calc(1.5rem * .75);
  color: #2b2620;
  line-height: 1.74;}
@media (max-width: 860px) {.public-quote .compact-entries:nth-child(3n + 2){ margin-top: 0; }
}
.quiet-list{
    padding:calc(1.5rem * 2.4) 1.28rem;
    background:linear-gradient(135deg, #f3ece0 0%, #e8dfcf 55%, #dccfb8 100%);
    color:#181410;
}
.quiet-list .direct-nav{max-width:940px;
    margin:0 auto;}
.quiet-list .active-media{margin-bottom:calc(0.81rem * 1.5);
    border-bottom:1px solid color-mix(in srgb, currentColor 18%, transparent);
    padding-bottom:1.28rem;}
.quiet-list .active-media p{margin:0;
    font-size:calc(17.1px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;
    opacity:.85;}
.quiet-list .active-media h2{margin:0.4rem 0 0;
    font-size:calc(17.1px * 2);
    line-height:1.2;}
.quiet-list .simple-region{margin-bottom:calc(0.81rem * 1.5);}
.quiet-list .simple-region p{margin:0;
    font-size:17.1px;}
.quiet-list .active-contact{display:flex;
    flex-wrap:wrap;
    gap:0.81rem;
    margin-bottom:calc(0.81rem * 1.5);}
.quiet-list .main-stack{
    flex:1 1 260px;
    padding:calc(1.5rem * .75);
    background:#fbf6ec;
    color:#181410;
    border:1px solid #d8cebd;
    border-radius:0.32rem;
    box-shadow:0 1px 3px rgba(0,0,0,0.07);
}
.quiet-list .main-stack .secondary-track{display:inline-block;
    font-size:calc(17.1px * .875);
    letter-spacing:0.05em;
    text-transform:uppercase;
    margin-bottom:0.35rem;}
.quiet-list .main-stack h3{margin:0 0 0.5rem;
    font-size:calc(17.1px * 1.35);
    line-height:1.3;}
.quiet-list .main-stack p{margin:0;
    font-size:17.1px;}
.quiet-list .main-stack a{text-decoration:underline;
    text-underline-offset:2px;}
.quiet-list .main-stack a:hover{}
.quiet-list .simple-note{padding-top:1.28rem;
    border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.quiet-list .simple-note p{margin:0;
    font-size:17.1px;
    opacity:.92;}
.quiet-list .simple-note a{text-decoration:underline;
    text-underline-offset:2px;}
.quiet-list .simple-note a:hover{}
@media (max-width:640px){.quiet-list .active-contact{
        flex-direction:column;
    }.quiet-list .main-stack{
        flex:1 1 auto;
    }
}
.narrow-figure{padding:calc(1.5rem * 2.4) 1.28rem;background:#181410;color:#f5efe4}
.narrow-figure .bottom-service{max-width:940px;margin:0 auto}
.narrow-figure .offer-visual{display:flex;justify-content:space-between;gap:0.81rem;align-items:flex-end;margin-bottom:calc(0.81rem * 1.5)}
.narrow-figure h2{margin:0;font-size:calc(17.1px * 2.65);line-height:1.05}
.narrow-figure .offer-visual p{margin:0;max-width:38rem;font-size:calc(17.1px * 1.125);line-height:1.74}
.narrow-figure .bottom-links{display:grid;grid-template-columns:minmax(15rem,.4fr) minmax(0,1fr);gap:calc(1.5rem * .75);align-items:stretch}
.narrow-figure .steady-panel{display:flex;flex-direction:column;gap:0.81rem}
.narrow-figure .offer-callout{padding:calc(1.5rem * .75);border-radius:0.6rem;background:#fbf6ec;color:#181410;border:1px solid #d8cebd}
.narrow-figure .offer-callout span{display:block;font-size:calc(17.1px * .875);text-transform:uppercase;letter-spacing:.04em}
.narrow-figure .offer-callout strong{display:block;margin-top:calc(calc(1.5rem * .75) * .5);font-weight:600;line-height:1.5}
.narrow-figure .offer-callout a{text-decoration:none;border-bottom:1px solid currentColor}
.narrow-figure .offer-callout a:hover{}
.narrow-figure .narrow-inner{min-height:34rem;border-radius:0.79rem;overflow:hidden;border:1px solid color-mix(in srgb,currentColor 22%,transparent);background:#e8dfcf;color:#2b2620;}
.narrow-figure iframe{display:block;width:100%;height:100%;border:0;filter:grayscale(.15) contrast(1.02)}
@media (max-width: 860px){.narrow-figure .offer-visual{display:block}.narrow-figure .offer-visual p{margin-top:1.5rem}.narrow-figure .bottom-links{grid-template-columns:1fr}.narrow-figure .narrow-inner{min-height:24rem}
}
.top-nav{padding:calc(1.5rem * 2.4) 1.28rem;background:#f3ece0;color:#181410}
.top-nav .direct-nav{max-width:940px;margin:0 auto}
.top-nav .secondary-brand{display:flex;flex-wrap:wrap;gap:calc(0.81rem * 1.5);align-items:flex-start}
.top-nav .narrow-view{flex:1 1 22rem;min-width:0}
.top-nav h2{margin:0;font-size:calc(17.1px * 2);line-height:1.14}
.top-nav .narrow-view p{margin:1.5rem 0 0;font-size:17.1px;line-height:1.74}
.top-nav ul{list-style:none;margin:calc(0.81rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.top-nav li{padding:calc(1.5rem * .75) 0;line-height:1.74}
.top-nav li+li{border-top:1px solid #d8cebd}
.top-nav .team-summary{flex:1 1 26rem;min-width:0;background:#fbf6ec;color:#181410;border:1px solid #d8cebd;border-radius:0.6rem;padding:calc(0.81rem * 1.5);box-shadow:0 1px 3px rgba(0,0,0,0.07)}
.top-nav .team-summary .simple-region{margin:0 0 1.5rem;font-size:calc(17.1px * .875);line-height:1.74}
.top-nav .open-proof{display:flex;flex-wrap:wrap;gap:1.5rem}
.top-nav .open-proof label{flex:1 1 14rem;min-width:0}
.top-nav label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(17.1px * .875)}
.top-nav input,.top-nav textarea{width:100%;max-width:100%;border:1px solid #d8cebd;border-radius:0.26rem;background:#f3ece0;color:#181410;font:inherit;padding:calc(1.5rem * .75);outline:none;transition:border-color 460ms var(--speed-slow)}
.top-nav input::placeholder,.top-nav textarea::placeholder{color:rgba(255,255,255,0.55)}
.top-nav input:focus,.top-nav textarea:focus{border-color:#c2410c}
.top-nav .direct-feature{display:block;margin-top:1.5rem}
.top-nav textarea{resize:vertical}
.top-nav button{margin-top:1.5rem;border:0;border-radius:0.26rem;background:var(--ink-clear);color:var(--surface-primary);font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 460ms var(--speed-slow)}
.top-nav button:hover{background:#9a3412;color:#181410;}
@media(max-width:840px){.top-nav .secondary-brand{display:block}.top-nav .team-summary{margin-top:calc(0.81rem * 1.5);padding:1.5rem}.top-nav .open-proof{display:block}.top-nav .open-proof label+label{margin-top:1.5rem}
}
.contact-track{background:#181410;color:#f5efe4;padding:calc(1.5rem * 2.4) 1.28rem}
.contact-track .direct-nav{max-width:940px;margin:0 auto}
.contact-track .team-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(0.81rem * 1.5)}
.contact-track .soft-menu{flex:1 1 22rem;min-width:0}
.contact-track h2{margin:0;font-size:clamp(calc(17.1px * 2),4.5vw,calc(17.1px * 2.65));line-height:1.08;letter-spacing:0}
.contact-track p{margin:1.5rem 0 0;font-size:calc(17.1px * 1.125);line-height:1.68}
.contact-track .soft-menu a{display:inline-flex;margin-top:1.5rem;padding:calc(1.5rem * .75) 0.81rem;border-radius:0.32rem;background:#f5efe4;color:#181410;text-decoration:none;font-weight:700}
.contact-track .soft-fields{display:block;flex:0 1 16rem;min-width:11rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.6rem}
.contact-track .direct-benefit{flex:1 1 24rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.contact-track .main-stack{color:inherit;text-decoration:none;padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,currentColor 24%,transparent)}
.contact-track .main-stack:last-child{border-bottom:0;padding-bottom:0}
.contact-track strong,.contact-track span{display:block}
.contact-track strong{font-size:17.1px;letter-spacing:0.02em}
.contact-track span{margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.58;font-size:calc(17.1px * .875)}
@media(max-width:820px){.contact-track .team-actions{flex-direction:column}.contact-track .soft-fields{flex-basis:auto;min-width:0;aspect-ratio:16/10}.contact-track .direct-benefit{width:100%}
}
.media-stack{padding:calc(1.5rem * 2.4) 1.28rem;background:#f3ece0;color:#181410}
.media-stack .direct-nav{width:min(100%,940px);margin:0 auto;display:flex;flex-direction:column;gap:calc(0.81rem * 1.5)}
.media-stack .fresh-headline h2{margin:0;font-size:calc(17.1px * 2);line-height:1.1}
.media-stack .fresh-headline p{margin:calc(1.5rem * .75) 0 0;line-height:1.74}
.media-stack .active-contact{display:flex;flex-direction:column;border-top:1px solid #d8cebd}
.media-stack .featured-rail{display:flex;flex-direction:column;gap:0.25rem;padding:1.5rem 0;border-bottom:1px solid #d8cebd;text-decoration:none;color:inherit}
.media-stack .featured-rail .public-flow{font-size:calc(17.1px * .875);text-transform:uppercase;letter-spacing:0.06em;color:#2b2620}
.media-stack .featured-rail strong{font-size:calc(17.1px * 1.35);line-height:1.2;overflow-wrap:anywhere}
.media-stack .featured-rail p{margin:0;line-height:1.74;overflow-wrap:anywhere}
.media-stack .featured-rail .simple-note{font-size:calc(17.1px * .875);color:#2b2620}
.media-stack a.row:hover strong{color:inherit;}
.media-stack .focused-note h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17.1px * 1.35)}
.media-stack .direct-benefit{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.media-stack .direct-benefit li{display:flex;justify-content:space-between;gap:0.81rem;flex-wrap:wrap;padding-bottom:calc(1.5rem * .75);border-bottom:1px dashed #d8cebd}
.media-stack .direct-benefit li span{color:#2b2620;font-size:calc(17.1px * .875)}
.media-stack .focused-note .simple-note{margin:calc(0.81rem * 1.5) 0 0;font-size:calc(17.1px * .875);color:#2b2620;line-height:1.74}
@media(min-width:760px){.media-stack .featured-rail{flex-direction:row;align-items:baseline;gap:0.81rem}.media-stack .featured-rail .public-flow{flex:0 0 12rem}.media-stack .featured-rail p,.media-stack .featured-rail strong{flex:1 1 auto}.media-stack .featured-rail .simple-note{flex:1 1 100%;padding-left:12rem}
}
.quiet-team{padding:calc(1.5rem * 2.4) 1.28rem;background:var(--ink-clear);color:var(--surface-primary)}
.quiet-team .compact-entries{max-width:min(940px,60rem);margin:0 auto}
.quiet-team h2{margin:0;font-size:calc(17.1px * 2);line-height:1.1;letter-spacing:-0.01em}
.quiet-team .public-header{margin:1.5rem 0 calc(0.81rem * 1.5);font-size:calc(17.1px * 1.125);line-height:1.6}
.quiet-team .fresh-section{display:flex;flex-direction:column;border-top:1px solid color-mix(in srgb,currentColor 32%,transparent)}
.quiet-team .simple-note{padding:calc(1.5rem * .75) 0}
.quiet-team .simple-note + .simple-note{border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.quiet-team h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17.1px * 1.35);line-height:1.25}
.quiet-team .simple-note p{margin:0;line-height:1.7}
@media (min-width:760px){.quiet-team .simple-note{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:0.81rem;align-items:start}.quiet-team h3{margin:0}
}
.plain-track{padding:calc(1.5rem * 2.4) 1.28rem;background:#f3ece0;color:#181410}
.plain-track .compact-entries{max-width:min(940px,58rem);margin:0 auto}
.plain-track h2{margin:0;font-size:calc(17.1px * 2);line-height:1.1;letter-spacing:-0.01em}
.plain-track .public-header{margin:1.5rem 0 calc(0.81rem * 1.5);font-size:calc(17.1px * 1.125);}
.plain-track .fresh-section{display:flex;flex-direction:column;gap:0;border-top:1px solid #d8cebd}
.plain-track .simple-note{padding:calc(1.5rem * .75) 0;display:grid;grid-template-columns:minmax(0,1fr);gap:0.81rem}
.plain-track .simple-note + .simple-note{border-top:1px solid #d8cebd}
.plain-track h3{margin:0;font-size:calc(17.1px * 1.35);line-height:1.25}
.plain-track .simple-note p{margin:0;}
@media (min-width:720px){.plain-track .simple-note{grid-template-columns:14rem minmax(0,1fr);gap:calc(0.81rem * 1.5);align-items:start}
}
.quiet-nav{
  padding: calc(1.5rem * 2.4) 1.28rem;
  background: #181410;
  color: #f5efe4;
}
.quiet-nav .direct-nav{max-width: min(940px, 72rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.81rem * 1.5);}
.quiet-nav .active-media h2{margin: 0;
  font-size: calc(17.1px * 2);
  line-height: 1.1;}
.quiet-nav .simple-region{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.1px * 1.125);
  line-height: 1.74;
  color: #d8cebd;}
.quiet-nav .featured-inner{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.quiet-nav .text-nav{flex: 1 1 16rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2b2620;}
.quiet-nav .text-nav strong{display: block;
  font-size: calc(17.1px * 1.35);
  margin-bottom: calc(1.5rem * .75);}
.quiet-nav .text-nav p{margin: 0;
  color: #d8cebd;
  line-height: 1.74;}
.quiet-nav .plain-quote{padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2b2620;}
.quiet-nav .simple-note{margin: 0 0 calc(1.5rem * .75);
  color: #d8cebd;}
.quiet-nav .featured-surface{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) calc(0.81rem * 1.5);}
.quiet-nav .featured-surface li{font-size: 17.1px;}
.quiet-nav .featured-surface a{text-decoration: underline;
  text-underline-offset: 3px;}
.quiet-nav .featured-surface a:hover{color:inherit;}
.quiet-nav .focused-media{margin: calc(0.81rem * 1.5) 0 0;
  color: #d8cebd;}
.quiet-nav .focused-media a{text-decoration: underline;
  text-underline-offset: 3px;}
.quiet-nav .focused-media a:hover{color:inherit;}
@media (max-width: 640px) {.quiet-nav .featured-inner{
    flex-direction: column;
  }
}
.clear-brand{
  --field-active:calc(1.5rem * 0.99);
  --field-extra-6:calc(940px / 3.10);
  padding:calc(1.5rem * 2.4) 1.28rem;
  background:var(--ink-clear);
  color:var(--surface-primary);
}
.clear-brand .direct-nav{max-width:940px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:1.5rem;
  align-items:flex-start;}
.clear-brand .quiet-proof{flex:1 1 34rem;
  min-width:0;}
.clear-brand .active-contact{flex:1 1 18rem;
  min-width:0;
  padding-top:calc(1.5rem * 0.4);
  border-top:1px solid color-mix(in srgb, currentColor 30%, transparent);}
.clear-brand h1,
.clear-brand h2,
.clear-brand h3,
.clear-brand p{margin:0;}
.clear-brand h2{font-size:calc(17.1px * 2);
  line-height:1.12;}
.clear-brand p{font-size:17.1px;
  line-height:1.74;
  color:color-mix(in srgb, currentColor 82%, transparent);}
.clear-brand a{color:inherit;text-decoration:none;}
.clear-brand .simple-region{margin-top:1.5rem;}
.clear-brand .visual-callout{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:1.5rem;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.26rem;
  background:var(--surface-primary);
  color:var(--ink-clear);
  font-weight:600;
}
.clear-brand .simple-note{font-size:calc(17.1px * .875);
  color:color-mix(in srgb, currentColor 74%, transparent);}
.clear-brand .featured-surface{display:flex;
  flex-direction:column;
  gap:0.81rem;
  margin-top:calc(0.81rem * 1.5);}
.clear-brand .featured-surface a{border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);
  padding-bottom:2px;
  width:max-content;
  max-width:100%;}
.clear-brand .featured-surface a:hover{border-bottom-color:currentColor;}
@media (max-width:720px){.clear-brand .direct-nav{flex-direction:column;}.clear-brand .active-contact{padding-top:calc(0.81rem * 1.5);}
}
.plain-contact{
  background: #f3ece0;
  color: #181410;
  padding: calc(1.5rem * 2.4) 1.28rem;
}
.plain-contact .direct-nav{width: min(100%, 940px);
  margin: 0 auto;}
.plain-contact .secondary-brand{display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.81rem * 1.5);}
.plain-contact .simple-note{margin: 0;
  font-size: calc(17.1px * .875);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2b2620;
  border-left: 3px solid var(--ink-clear);
  padding-left: 0.7rem;}
.plain-contact h1{margin: 0;
  font-size: clamp(calc(17.1px * 2), 7vw, calc(17.1px * 2.65));
  line-height: 1.02;
  letter-spacing: -0.01em;}
.plain-contact .primary-flow{margin: 0;
  font-size: calc(17.1px * 1.125);
  line-height: 1.74;}
.plain-contact .media-body{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.81rem;
  min-width: 0;}
.plain-contact a{max-width: 100%;
  overflow-wrap: anywhere;
  text-decoration: none;}
.plain-contact .service-track{
  padding: 0.78rem 1.15rem;
  border-radius: 0.32rem;
  background: var(--ink-clear);
  color: var(--surface-primary);
  font-weight: 700;
  transition: background 460ms var(--speed-slow);
}
.plain-contact .service-track:hover{
  background: #9a3412;color:#181410;}
.plain-contact .soft-details{padding: 0.78rem 0;color:inherit;
  border-bottom: 1px solid #d8cebd;
  transition: color 460ms var(--speed-slow), border-color 460ms var(--speed-slow);}
.plain-contact .soft-details:hover{color: #181410;
  border-color: #181410;}
.plain-contact .featured-surface{margin: 0;
  font-size: calc(17.1px * .875);
  line-height: 1.7;
  color: #2b2620;}
.plain-contact .featured-surface a{color:inherit;
  border-bottom: 1px solid #d8cebd;}
.plain-contact .featured-surface a:hover{color: #181410;
  border-color: #181410;}
@media (max-width: 640px) {.plain-contact .media-body{
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
