*,*::before,*::after{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Inter", sans-serif;}
a{color:inherit;}
.primary-track {
    width: 100%;
    background: #f7f6f3;
    color: #1a1a18;
    border-bottom: 1px solid #dcd9d0;
  }
.offer-area {
    max-width: 840px;
    margin: 0 auto;
    padding: 1.5rem 1.31rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.69rem;
  }
.site-headline {
    font-size: calc(15.9px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #1a1a18;
    text-decoration: none;
    white-space: nowrap;
  }
:root {
  --ease-nav: ease;
}
.site-headline:hover {
    color: #8a6a1f;
  }
.secondary-contact {
    display: flex;
    align-items: center;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(0.69rem * 1.5);
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 15.9px;
    color: #1a1a18;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 300ms var(--ease-nav),
                border-color 300ms var(--ease-nav);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #8a6a1f;
    border-bottom-color: #8a6a1f;
  }
.text-track {
    display: none;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    background: transparent;
    color: #1a1a18;
    border: 1px solid #dcd9d0;
    border-radius: 0.27rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.28rem;
  }
.text-track:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#1a1a18;}
.service-group {
    display: block;
    width: 1.15rem;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
  }
@media (max-width: 767px) {
    .offer-area {
      flex-wrap: wrap;
      padding: calc(0.69rem * 1.5) 1.31rem;
    }

    .text-track {
      display: flex;
    }

    .secondary-contact {
      display: none;
      width: 100%;
      order: 3;
      margin-top: calc(0.69rem * 1.5);
      border-top: 1px solid #dcd9d0;
      padding-top: calc(0.69rem * 1.5);
    }

    .secondary-contact.is-open {
      display: block;
    }

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

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

    .nav-list a {
      display: block;
      width: 100%;
      padding: 0.75rem 0;
      border-bottom: 1px solid #dcd9d0;
    }

    .nav-list a:hover,
    .nav-list a:focus-visible {
      border-bottom-color: #8a6a1f;
    }
  }
.soft-form{font-family:"Inter", sans-serif;font-size:calc(15.9px * .875);line-height:1.74;padding:calc(1.5rem * 2.4) 1.31rem;background:#141412;color:#f4f3ef;}
.local-proof{max-width:840px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(0.69rem * 1.5)}
.top-copy{display:grid;gap:1.5rem}
.focused-form{font-size:calc(15.9px * 1.125);font-weight:600;letter-spacing:0.02em;margin:0}
.team-form{margin:0;max-width:48ch;opacity:0.85}
.local-intro{display:grid;grid-template-columns:1fr;gap:0.69rem}
.team-header ul{list-style:none;margin:0;padding:0;display:grid;gap:0.4rem}
.team-header a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 300ms var(--ease-nav)}
.team-header a:hover,
  .team-header a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.visual-links{display:grid;gap:0.35rem;border-top:1px solid rgba(255, 255, 255, 0.15);padding-top:calc(0.69rem * 1.5)}
.open-unit{margin:0 0 0.25rem 0;font-weight:600;font-size:15.9px}
.visual-links p{margin:0}
.visual-links a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 300ms var(--ease-nav)}
.visual-links a:hover,
  .visual-links a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.quiet-links{display:grid;gap:0.5rem;border-top:1px solid rgba(255, 255, 255, 0.15);padding-top:calc(0.69rem * 1.5);font-size:calc(15.9px * .875);opacity:0.85}
.local-body,
  .wide-links{margin:0}
@media (min-width: 640px) {.local-intro{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 960px) {.local-proof{grid-template-columns:1.2fr 2fr;grid-template-areas:"brand sitemap"
        "contacts legal";column-gap:calc(0.69rem * 1.5);row-gap:calc(0.69rem * 1.5)}.top-copy{grid-area:brand}.local-intro{grid-area:sitemap;grid-template-columns:repeat(3, minmax(0, 1fr))}.visual-links{grid-area:contacts;border-top:none;padding-top:0}.quiet-links{grid-area:legal;border-top:none;padding-top:0}
  }
.cookies{position:fixed;left:1.31rem;right:1.31rem;bottom:1.5rem;z-index:1200;}
.cookies .active-proof{max-width:920px;margin:0 auto;padding:calc(1.5rem * .9) 1.31rem;border-radius:0.67rem;background:linear-gradient(135deg,#8a6a1f,#1c1c1c);color:#fdfbf6;box-shadow:0 6px 28px rgba(0,0,0,0.13);display:grid;grid-template-columns:1fr auto;gap:0.69rem;align-items:center;}
.cookies .clear-visual strong{display:block;margin-bottom:4px;}
.cookies .clear-visual p{margin:0;opacity:.95;}
.cookies .visual-tile{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;}
.cookies .visual-tile button{border:1px solid color-mix(in srgb, currentColor 35%, transparent);background:color-mix(in srgb, currentColor 18%, transparent);color:inherit;border-radius:0.27rem;padding:8px 12px;cursor:pointer;}
.cookies .visual-tile button.cookie-accept{background:#f7f6f3;border-color:transparent;font-weight:700;color:#1c1c1c;}
@media (max-width: 760px){.cookies .active-proof{grid-template-columns:1fr;}
        .cookies .visual-tile{justify-content:flex-start;}
    }
.soft-content{--axis-main:calc(1.5rem * 1.25);--field-local:calc(840px / 2.35);--label-heading:calc(840px / 3.49);padding:calc(1.5rem * 2.4) 1.31rem;background:#f7f6f3;color:#1a1a18;}
.soft-content .active-proof{max-width:840px;margin:0 auto;}
.soft-content h1,.soft-content h2,.soft-content h3,.soft-content p{margin:0;}
.soft-content h1{font-size:calc(15.9px * 2.65);line-height:1.08;letter-spacing:-0.01em;}
.soft-content p{font-size:15.9px;line-height:1.74;}
.soft-content a{color:inherit;text-decoration:none;}
.soft-content img{display:block;width:100%;height:auto;border-radius:0.35rem;}
.soft-content .fresh-proof{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.27rem;background:#1c1c1c;color:#f7f6f3;font-size:calc(15.9px * .875);}
.soft-content .fresh-proof:hover{background:#000000;color:#1a1a18;}
.soft-content .plain-view{display:inline-flex;align-items:center;padding:calc(1.5rem * .75) 0;font-size:calc(15.9px * .875);color:#1c1c1c;border-bottom:1px solid #dcd9d0;}
.soft-content .plain-view:hover{color:#8a6a1f;border-bottom-color:#8a6a1f;}
.soft-content .content-headline{display:flex;align-items:flex-start;gap:0.69rem;}
.soft-content .soft-figure{flex:1 1 auto;min-width:0;}
.soft-content .offer-section{margin-top:1.5rem;max-width:var(--field-local);}
.soft-content .top-panel{margin-top:1.5rem;max-width:var(--field-local);font-size:calc(15.9px * .875);color:#2c2b28;}
.soft-content .narrow-story{display:flex;flex-wrap:wrap;align-items:center;gap:0.69rem;margin-top:calc(0.69rem * 1.5);}
.soft-content .focused-area{flex:0 1 var(--label-heading);min-width:0;}
.soft-content .focused-area img{width:min(var(--label-heading),100%);}
.soft-content .team-lead{margin-top:calc(1.5rem * .75);font-size:calc(15.9px * .875);line-height:1.5;color:#2c2b28;}
@media(max-width:760px){.soft-content .content-headline{flex-direction:column;}.soft-content .focused-area{flex:1 1 auto;width:100%;}}
.content-frame{--axis-main:calc(1.5rem * 1.35);--field-local:calc(840px / 2.75);padding:calc(1.5rem * 2.4) 1.31rem;background:#1c1c1c;color:#f7f6f3;}
.content-frame .active-proof{max-width:840px;margin:0 auto;}
.content-frame h1,.content-frame h2,.content-frame h3,.content-frame p{margin:0;}
.content-frame h2{font-size:calc(15.9px * 2);line-height:1.12;letter-spacing:-0.01em;}
.content-frame p{font-size:15.9px;line-height:1.74;color:color-mix(in srgb, currentColor 76%, transparent);}
.content-frame a{color:inherit;text-decoration:none;}
.content-frame .top-panel{font-size:calc(15.9px * .875);text-transform:uppercase;letter-spacing:0.08em;color:color-mix(in srgb, currentColor 62%, transparent);}
.content-frame .offer-section{max-width:var(--field-local);}
.content-frame .fresh-proof{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.27rem;background:#f7f6f3;color:#1c1c1c;font-size:15.9px;transition:background 300ms var(--ease-nav),color 300ms var(--ease-nav);}
.content-frame .fresh-proof:hover{background:#8a6a1f;color:#fdfbf6;}
.content-frame .plain-view{max-width:var(--field-local);font-size:calc(15.9px * .875);}
.content-frame .plain-view a{text-decoration:underline;text-underline-offset:3px;text-decoration-color:color-mix(in srgb, currentColor 40%, transparent);}
.content-frame .plain-view a:hover{text-decoration-color:currentColor;}
.content-frame .active-grid>*+*{margin-top:1.5rem;}
.content-frame .active-grid .fresh-proof{margin-top:var(--axis-main);}
.content-frame .active-grid .plain-view{margin-top:calc(0.69rem * 1.5);}
@media (max-width:640px){.content-frame .fresh-proof{width:100%;}
}
.direct-inner{
        --axis-main: calc(1.5rem * 1.26);
        --font-heading: calc(840px / 3.59);
        padding: calc(1.5rem * 2.4) 1.31rem;
        background: #141412;
        color: #f4f3ef;
    }
.direct-inner .active-proof{max-width: 840px;
        margin: 0 auto;}
.direct-inner h2,
    .direct-inner h3,
    .direct-inner p{margin: 0;}
.direct-inner h2{font-size: calc(15.9px * 2);
        line-height: 1.12;}
.direct-inner h3{font-size: calc(15.9px * 1.35);
        line-height: 1.2;}
.direct-inner p{font-size: 15.9px;
        line-height: 1.74;}
.direct-inner a{color: inherit;
        text-decoration: none;}
.direct-inner .public-surface{padding-block: calc(var(--axis-main) / 2);}
.direct-inner .clear-panel{row-gap: calc(var(--axis-main) * 1.2);}
.direct-inner .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0.69rem;}
.direct-inner .row-title h2{flex: 1 1 calc(840px / 3);
        min-width: 0;}
.direct-inner .row-title > p{flex: 1 1 calc(840px / 3);
        min-width: 0;
        opacity: .82;}
.direct-inner .local-wrap{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--axis-main);
        margin-top: var(--axis-main);}
.direct-inner .simple-items{flex: 1 1 var(--font-heading);
        min-width: 0;
        padding-top: calc(1.5rem / 2);
        border-top: 1px solid color-mix(in srgb, #f4f3ef 22%, transparent);}
.direct-inner .simple-items p{margin-top: calc(1.5rem / 3);
        opacity: .82;}
.direct-inner .simple-items a{display: inline-flex;
        margin-top: calc(1.5rem / 2);
        padding-bottom: 2px;
        border-bottom: 1px solid color-mix(in srgb, #f4f3ef 45%, transparent);
        font-size: calc(15.9px * .875);
        letter-spacing: .02em;}
.direct-inner .simple-items a:hover{border-bottom-color: #8a6a1f;color:inherit;}
@media (max-width: 640px) {.direct-inner .row-title h2,
        .direct-inner .row-title > p{
            flex: 1 1 100%;
        }
    }
.clear-surface{padding:calc(1.5rem * 2.4) 1.31rem;background:#8a6a1f;color:#fdfbf6}
.clear-surface .active-proof{max-width:840px;margin:0 auto}
.clear-surface .primary-body{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:0.69rem;margin-bottom:calc(0.69rem * 1.5);padding-bottom:1.5rem;border-bottom:1px solid rgba(253,251,246,0.28)}
.clear-surface .primary-body p{max-width:40rem;margin:0;font-size:calc(15.9px * 1.125);line-height:1.74}
.clear-surface h2{max-width:14ch;margin:0;font-size:calc(15.9px * 2);line-height:1.05;text-align:right}
.clear-surface .page-panel{display:flex;flex-wrap:wrap;gap:0.69rem 1.31rem}
.clear-surface [data-cluster]{flex:1 1 20rem;max-width:34rem;padding:calc(1.5rem * .75) 0 0;border-top:1px solid rgba(253,251,246,0.22);order:var(--axis-control,0);transform:translateY(var(--state-main,0))}
.clear-surface h3{margin:0;font-size:calc(15.9px * 1.35);line-height:1.25}
.clear-surface [data-cluster] p{margin:calc(1.5rem * .75) 0 0;line-height:1.74}
@media(max-width:680px){.clear-surface .primary-body{grid-template-columns:1fr}.clear-surface h2{margin-top:1.5rem;text-align:left}.clear-surface [data-cluster]{max-width:none;transform:none}
}
.public-figure{--axis-main:calc(1.5rem * 1.05);--field-local:calc(840px * 0.72);padding:calc(1.5rem * 2.4) 1.31rem;background:#f7f6f3;color:#1a1a18;}
.public-figure .active-proof{max-width:840px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.69rem * 1.5);}
.public-figure h2,.public-figure h3,.public-figure p{margin:0;}
.public-figure h2{font-size:calc(15.9px * 2);line-height:1.14;letter-spacing:-0.01em;}
.public-figure h3{font-size:calc(15.9px * 1.35);line-height:1.28;}
.public-figure p{font-size:15.9px;line-height:1.74;}
.public-figure .soft-stack{display:flex;flex-direction:column;gap:1.5rem;max-width:var(--field-local);}
.public-figure .offer-section{font-size:calc(15.9px * 1.125);}
.public-figure .direct-story{display:flex;flex-direction:column;gap:0;border-top:1px solid #dcd9d0;}
.public-figure .simple-items{padding:calc(1.5rem * .75) 0;border-bottom:1px solid #dcd9d0;display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.public-figure .simple-items p{}
.public-figure .top-panel{font-size:calc(15.9px * .875);border-top:1px solid #dcd9d0;padding-top:1.5rem;}
.public-figure .top-panel a{text-decoration:underline;text-underline-offset:3px;}
.public-figure .top-panel a:hover{}
@media (max-width:640px){.public-figure .soft-stack{max-width:none;}.public-figure h2{font-size:calc(15.9px * 1.35);}
}
.offer-steps{--axis-main:calc(1.5rem * 1.22);--field-local:calc(840px / 2.30);--label-heading:calc(840px / 3.44);padding:calc(1.5rem * 2.4) 1.31rem;background:#f7f6f3;color:#1a1a18;}
.offer-steps .active-proof{max-width:840px;margin:0 auto;}
.offer-steps h1,.offer-steps h2,.offer-steps h3,.offer-steps p{margin:0;}
.offer-steps h2{font-size:calc(15.9px * 2);line-height:1.12;}
.offer-steps h3{font-size:calc(15.9px * 1.35);line-height:1.22;}
.offer-steps p{font-size:15.9px;line-height:1.74;}
.offer-steps .offer-section{font-size:calc(15.9px * 1.125);}
.offer-steps .top-panel{font-size:calc(15.9px * .875);color:#2c2b28;}
.offer-steps img{display:block;width:100%;height:auto;border-radius:0.35rem;}
.offer-steps .soft-proof{display:flex;align-items:flex-start;gap:calc(0.69rem * 2);}
.offer-steps .soft-proof>.soft-figure{flex:1 1 calc(840px / 2.6);min-width:0;}
.offer-steps .soft-figure .offer-section{margin-top:1.5rem;}
.offer-steps .soft-figure .top-panel{margin-top:calc(1.5rem / 1.4);}
.offer-steps .soft-proof>.local-wrap{flex:1 1 calc(840px / 2.2);min-width:0;display:flex;flex-direction:column;gap:calc(0.69rem * 1.5);}
.offer-steps .simple-items{display:grid;grid-template-columns:var(--label-heading) 1fr;gap:0.69rem;align-items:start;}
.offer-steps .simple-items img{margin:0;}
.offer-steps .simple-items h3{margin-bottom:calc(1.5rem / 3);}
@media(max-width:760px){.offer-steps .soft-proof{flex-direction:column;}.offer-steps .simple-items{grid-template-columns:1fr;}
}
.bottom-footer{--axis-main:calc(1.5rem * 1.35);--field-local:calc(840px / 2.4);padding:calc(1.5rem * 2.4) 1.31rem;background:#f7f6f3;color:#1a1a18;}
.bottom-footer .active-proof{max-width:840px;margin:0 auto;}
.bottom-footer h2,.bottom-footer h3,.bottom-footer p{margin:0;}
.bottom-footer h2{font-size:calc(15.9px * 2);line-height:1.14;max-width:var(--field-local);}
.bottom-footer h3{font-size:calc(15.9px * 1.35);line-height:1.24;}
.bottom-footer p{font-size:15.9px;line-height:1.74;}
.bottom-footer .soft-stack{display:flex;flex-direction:column;gap:calc(0.69rem * 1.5);}
.bottom-footer .offer-section{max-width:var(--field-local);}
.bottom-footer .local-wrap{display:flex;flex-direction:column;gap:var(--axis-main);margin-top:calc(calc(1.5rem * 2.4) / 1.4);border-top:1px solid #dcd9d0;padding-top:calc(0.69rem * 1.5);}
.bottom-footer .simple-items{display:grid;grid-template-columns:calc(840px / 6.5) 1fr;gap:calc(0.69rem * 1.5);align-items:baseline;padding-bottom:calc(0.69rem * 1.5);border-bottom:1px solid #dcd9d0;}
.bottom-footer .simple-items:last-child{border-bottom:none;padding-bottom:0;}
.bottom-footer .simple-items .team-frame{font-size:calc(15.9px * .875);letter-spacing:0.06em;text-transform:uppercase;font-weight:600;}
.bottom-footer .simple-items p{margin-top:calc(1.5rem / 3);}
.bottom-footer .top-panel{margin-top:var(--axis-main);max-width:var(--field-local);font-size:calc(15.9px * .875);border-left:2px solid #8a6a1f;padding-left:calc(0.69rem * 1.5);}
@media (max-width:640px){.bottom-footer .simple-items{grid-template-columns:1fr;gap:calc(1.5rem / 3);}
}
.quiet-surface{
        --axis-main: calc(1.5rem * 1.05);
        --field-local: calc(840px * 0.72);
        padding: calc(1.5rem * 2.4) 1.31rem;
        background: #141412;
        color: #f4f3ef;
    }
.quiet-surface .active-proof{max-width: 840px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--axis-main);}
.quiet-surface h2{margin: 0;
        font-size: calc(15.9px * 2);
        line-height: 1.14;
        letter-spacing: -0.01em;}
.quiet-surface .feature{display: flex;
        flex-direction: column;
        gap: calc(1.5rem / 2.4);
        max-width: var(--field-local);}
.quiet-surface .offer-section{margin: 0;
        font-size: 15.9px;
        line-height: 1.74;
        opacity: 0.82;}
.quiet-surface .direct-story{display: flex;
        flex-direction: column;
        border-top: 1px solid color-mix(in srgb, #f4f3ef 22%, transparent);}
.quiet-surface details{border-bottom: 1px solid color-mix(in srgb, #f4f3ef 22%, transparent);
        padding-block: calc(calc(1.5rem * .75) * 0.9);}
.quiet-surface summary{cursor: pointer;
        font-size: calc(15.9px * 1.125);
        font-weight: 600;
        line-height: 1.3;
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        gap: 0.69rem;}
.quiet-surface summary::-webkit-details-marker{display: none;}
.quiet-surface summary::after{content: "+";
        font-weight: 400;
        font-size: calc(15.9px * 1.125);
        opacity: 0.6;
        flex-shrink: 0;}
.quiet-surface details[open] summary::after{content: "\2212";}
.quiet-surface details p{margin: calc(1.5rem / 3) 0 0;
        font-size: 15.9px;
        line-height: 1.74;
        max-width: var(--field-local);
        opacity: 0.86;}
.quiet-surface .plain-view{margin: 0;
        font-size: calc(15.9px * .875);
        line-height: 1.74;
        opacity: 0.78;}
.quiet-surface .plain-view a{color: inherit;
        text-decoration: underline;
        text-underline-offset: 3px;}
.quiet-surface .plain-view a:hover{color:inherit;}
@media (max-width: 640px) {.quiet-surface .feature{
            max-width: 100%;
        }.quiet-surface summary{
            font-size: 15.9px;
        }
    }
.site-track{padding:calc(calc(1.5rem * 2.4)) 1.31rem;background:linear-gradient(180deg, #f7f6f3 0%, #ecebe5 100%);color:#1a1a18;}
.site-track .public-benefit{max-width:840px;margin:0 auto;display:grid;gap:calc(0.69rem * 1.5);}
.site-track h2,.site-track h3,.site-track p{margin:0;}
.site-track .offer-section{display:grid;gap:.6rem;max-width:60ch;}
.site-track .offer-section h2{font-size:calc(15.9px * 2);line-height:1.25;}
.site-track .offer-section .soft-stack{font-size:15.9px;}
.site-track .quiet-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0.69rem;}
.site-track .simple-items{display:grid;gap:.4rem;padding:.9rem 1rem;background:#ffffff;color:#1a1a18;border:1px solid #dcd9d0;border-radius:0.51rem;}
.site-track .simple-items h3{font-size:calc(15.9px * 1.35);line-height:1.3;}
.site-track .simple-items p{font-size:calc(15.9px * .875);line-height:1.74;}
.site-track .focused-area{display:grid;gap:.7rem;padding-top:calc(0.69rem * 1.5);border-top:1px solid #dcd9d0;}
.site-track .focused-area p{font-size:calc(15.9px * .875);max-width:62ch;}
.site-track .plain-view{display:flex;flex-wrap:wrap;gap:.5rem;}
.site-track .plain-view a{display:inline-flex;align-items:center;min-height:2.4rem;padding:0 .85rem;border-radius:0.27rem;text-decoration:none;background:#1c1c1c;color:#f7f6f3;border:1px solid #8a6a1f;font-size:calc(15.9px * .875);}
.site-track .plain-view a:hover{background:#000000;color:#1a1a18;}
@media (max-width: 720px){.site-track .quiet-summary{grid-template-columns:1fr;}
    }
.page-header{
  --axis-main:calc(1.5rem * 1.4);
  --field-local:calc(840px / 1.05);
  padding:calc(1.5rem * 2.4) 1.31rem;
  background:#f7f6f3;
  color:#1a1a18;
}
.page-header .active-proof{max-width:840px;
  margin:0 auto;}
.page-header h2,
.page-header h3,
.page-header p,
.page-header ul{margin:0;}
.page-header h2{font-size:calc(15.9px * 2);
  line-height:1.14;
  letter-spacing:-0.01em;}
.page-header h3{font-size:calc(15.9px * 1.35);
  line-height:1.22;}
.page-header p{font-size:15.9px;
  line-height:1.74;}
.page-header .offer-section{max-width:var(--field-local);
  padding-bottom:calc(0.69rem * 1.5);
  border-bottom:1px solid #dcd9d0;}
.page-header .soft-stack{margin-top:calc(0.69rem * 1.5);
  color:#2c2b28;}
.page-header .local-wrap{display:flex;
  flex-direction:column;
  gap:var(--axis-main);
  margin-top:var(--axis-main);}
.page-header .simple-items{min-width:0;
  padding-top:calc(0.69rem * 1.5);
  border-top:1px solid #dcd9d0;}
.page-header .simple-items:first-child{border-top:none;
  padding-top:0;}
.page-header .soft-figure{margin-top:calc(calc(0.69rem * 1.5) * .75);
  max-width:var(--field-local);
  color:#2c2b28;}
.page-header .team-steps{list-style:none;
  padding:0;
  margin-top:calc(0.69rem * 1.5);
  display:flex;
  flex-direction:column;
  gap:calc(0.69rem * .6);}
.page-header .team-steps li{position:relative;
  padding-left:1.1rem;
  font-size:calc(15.9px * .875);
  line-height:1.74;
  color:#1a1a18;}
.page-header .team-steps li::before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:.4rem;
  height:1px;
  background:#8a6a1f;color:#fdfbf6;}
.page-header .fresh-proof{
  display:inline-block;
  margin-top:calc(0.69rem * 1.5);
  padding:calc(calc(1.5rem * .75) * .7) 1.5rem;
  border-radius:0.27rem;
  background:#1c1c1c;
  color:#f7f6f3;
  font-size:calc(15.9px * .875);
  text-decoration:none;
  transition:background 300ms var(--ease-nav);
}
.page-header .fresh-proof:hover{
  background:#000000;color:#1a1a18;}
.page-header .top-panel{margin-top:var(--axis-main);
  padding-top:calc(0.69rem * 1.5);
  border-top:1px solid #dcd9d0;
  max-width:var(--field-local);}
.page-header .top-panel p{font-size:calc(15.9px * .875);
  color:#2c2b28;}
.page-header .top-panel a{color:#1c1c1c;
  text-decoration:underline;
  text-underline-offset:2px;}
.page-header .top-panel a:hover{color:#8a6a1f;}
@media (min-width:720px){.page-header .simple-items{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);
    column-gap:1.31rem;
    align-items:start;
  }.page-header .simple-items h3{
    grid-column:1;
  }.page-header .soft-figure,
  .page-header .team-steps,
  .page-header .fresh-proof{
    grid-column:2;
  }.page-header .soft-figure{
    margin-top:0;
  }
}
.offer-footer{--axis-main:calc(1.5rem * 1.42);--field-local:calc(840px / 2.30);padding:calc(1.5rem * 2.4) 1.31rem;background:#1c1c1c;color:#f7f6f3;}
.offer-footer .active-proof{max-width:840px;margin:0 auto;}
.offer-footer h2,.offer-footer h3,.offer-footer p{margin:0;}
.offer-footer h2{font-size:calc(15.9px * 2);line-height:1.12;}
.offer-footer h3{font-size:calc(15.9px * 1.35);line-height:1.2;}
.offer-footer p{font-size:15.9px;line-height:1.74;color:color-mix(in srgb, currentColor 74%, transparent);}
.offer-footer a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);}
.offer-footer a:hover{border-bottom-color:currentColor;}
.offer-footer img{display:block;width:100%;height:auto;border-radius:0.35rem;}
.offer-footer .top-panel{font-size:calc(15.9px * .875);text-transform:uppercase;letter-spacing:.08em;color:color-mix(in srgb, currentColor 62%, transparent);}
.offer-footer .soft-stack{margin-top:calc(1.5rem / 1.6);max-width:var(--field-local);}
.offer-footer .soft-stack .offer-section{margin-top:calc(1.5rem / 3);}
.offer-footer .local-wrap{display:flex;flex-wrap:wrap;gap:var(--axis-main);margin-top:var(--axis-main);}
.offer-footer .simple-items{flex:1 1 calc(840px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.35rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.offer-footer .simple-items h3{margin-bottom:calc(1.5rem / 3);}
.offer-footer .simple-items img{margin-bottom:calc(1.5rem / 2);}
.offer-footer .plain-view{margin-top:var(--axis-main);padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);max-width:var(--field-local);}
.offer-footer .plain-view p{font-size:calc(15.9px * .875);}
.focused-benefit{
  background:#f7f6f3;
  color:#1a1a18;
  padding:calc(1.5rem * 2.4) 1.31rem;
}
.focused-benefit .active-proof{max-width:840px;
  margin:0 auto;}
.focused-benefit .soft-stack{max-width:44rem;}
.focused-benefit h2{margin:0;
  font-size:calc(15.9px * 2);
  line-height:1.12;
  letter-spacing:-0.01em;}
.focused-benefit .soft-stack p{margin:1.5rem 0 0;
  color:#2c2b28;
  font-size:calc(15.9px * 1.125);
  line-height:1.74;}
.focused-benefit .featured-brand{margin-top:calc(0.69rem * 1.5);
  border-top:1px solid #dcd9d0;}
.focused-benefit .simple-items{display:flex;
  gap:calc(1.5rem * .75);
  align-items:baseline;
  padding:1.5rem 0;
  border-bottom:1px solid #dcd9d0;}
.focused-benefit .simple-items strong{flex:0 0 15rem;
  min-width:0;
  font-size:15.9px;
  font-weight:600;
  line-height:1.4;}
.focused-benefit .simple-items span{min-width:0;
  color:#2c2b28;
  font-size:15.9px;
  line-height:1.74;}
.focused-benefit .plain-view{margin:calc(0.69rem * 1.5) 0 0;
  font-size:calc(15.9px * .875);
  color:#2c2b28;
  line-height:1.74;}
.focused-benefit .plain-view a{color:#1c1c1c;
  text-decoration:underline;
  text-underline-offset:3px;}
.focused-benefit .plain-view a:hover{color:#8a6a1f;}
@media (max-width:620px){.focused-benefit .simple-items{
    display:block;
  }.focused-benefit .simple-items strong{
    display:block;
    margin-bottom:.35rem;
  }
}
.narrow-callout{
  background: linear-gradient(135deg, #8a6a1f 0%, #5c4712 100%);
  color: #fdfbf6;
  padding: calc(1.5rem * 2.4) 1.31rem;
  overflow: hidden;
}
.narrow-callout .active-proof{width: min(100%, 840px);
  margin: 0 auto;}
.narrow-callout .offer-section{display: flex;
  flex-direction: column;
  gap: calc(0.69rem * 1.5);}
.narrow-callout h2{margin: 0;
  font-size: calc(15.9px * 2);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.01em;}
.narrow-callout .soft-stack{margin: 0;
  max-width: 44rem;
  font-size: 15.9px;
  line-height: 1.74;}
.narrow-callout .quiet-summary{margin: calc(1.5rem * 2.4) 0 calc(0.69rem * 1.5);
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.narrow-callout .main-figure{flex: 1 1 15rem;
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.narrow-callout .main-figure img{display: block;
  width: 100%;
  height: 12rem;
  object-fit: cover;
  border-radius: 0.35rem;
  border: 1px solid #6f5416;}
.narrow-callout .main-figure figcaption{display: flex;
  flex-direction: column;
  gap: 0.4rem;}
.narrow-callout .main-flow{font-size: calc(15.9px * .875);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.75;}
.narrow-callout .main-figure p{margin: 0;
  font-size: calc(15.9px * .875);
  line-height: 1.74;}
.narrow-callout .top-panel{margin: 0;
  max-width: 44rem;
  font-size: calc(15.9px * .875);
  line-height: 1.74;
  opacity: 0.9;}
.narrow-callout .top-panel a{color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;}
.narrow-callout .top-panel a:hover{opacity: 0.8;}
@media (max-width: 640px) {.narrow-callout .main-figure img{
    height: 10rem;
  }
}
.visual-copy{padding:calc(1.5rem * 2.4) 1.31rem;background:#f7f6f3;color:#1a1a18}
.visual-copy .active-proof{max-width:min(840px,52rem);margin:0 auto}
.visual-copy .soft-stack{max-width:44rem}
.visual-copy h2{margin:0;font-size:calc(15.9px * 2);line-height:1.1}
.visual-copy .soft-stack p{margin:1.5rem 0 0;color:#2c2b28;line-height:1.74}
.visual-copy .text-body{margin-top:calc(0.69rem * 1.5);border-top:1px solid #dcd9d0}
.visual-copy details{padding:1.5rem 0;border-bottom:1px solid #dcd9d0}
.visual-copy summary{cursor:pointer;font-size:calc(15.9px * 1.35);line-height:1.22;list-style:none}
.visual-copy summary::-webkit-details-marker{display:none}
.visual-copy summary::after{content:"+";float:right;color:#2c2b28;font-weight:400}
.visual-copy details[open] summary::after{content:"–"}
.visual-copy details p{max-width:46rem;margin:1.5rem 0 0;color:#2c2b28;line-height:1.74}
@media(max-width:720px){.visual-copy .text-body{margin-top:calc(0.69rem * 1.5)}.visual-copy summary{font-size:15.9px}
}
.fresh-block{--axis-main:calc(1.5rem * 1.42);--field-local:calc(840px / 2.30);--label-heading:calc(840px / 3.66);padding:calc(1.5rem * 2.4) 1.31rem;background:#1c1c1c;color:#f7f6f3;}
.fresh-block .active-proof{max-width:840px;margin:0 auto;}
.fresh-block h1,.fresh-block h2,.fresh-block h3,.fresh-block p{margin:0;}
.fresh-block h1{font-size:calc(15.9px * 2.65);line-height:1.08;}
.fresh-block h2{font-size:calc(15.9px * 2);line-height:1.12;}
.fresh-block h3{font-size:calc(15.9px * 1.35);line-height:1.2;}
.fresh-block p{font-size:15.9px;line-height:1.74;color:color-mix(in srgb, currentColor 74%, transparent);}
.fresh-block a{color:inherit;text-decoration:none;}
.fresh-block img{display:block;width:100%;height:auto;border-radius:0.35rem;}
.fresh-block .fresh-proof{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.27rem;background:#f7f6f3;color:#1c1c1c;}
.fresh-block .offer-section,.fresh-block .top-panel{}
.fresh-block .local-wrap{display:flex;flex-wrap:wrap;gap:var(--axis-main);margin-top:var(--axis-main);}
.fresh-block .simple-items{flex:1 1 calc(840px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.35rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.fresh-block .simple-items p,.fresh-block .simple-items a{margin-top:calc(1.5rem / 3);}
.fresh-block .simple-items img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.fresh-block .soft-flow>.local-wrap{margin-top:var(--axis-main);}
.fresh-block .soft-flow>h2{margin-top:var(--axis-main);}
.fresh-block .plain-view{margin-top:var(--axis-main);font-size:calc(15.9px * .875);}
.fresh-block .plain-view a{text-decoration:underline;text-underline-offset:3px;}
.fresh-block .plain-view a:hover{}
.steady-stack{
    padding:calc(1.5rem * 2.4) 1.31rem;
    background:#ecebe5;
    color:#2c2b28;
}
.steady-stack .active-proof{max-width:840px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.69rem * 1.5);}
.steady-stack .offer-section{max-width:60ch;}
.steady-stack .offer-section h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(15.9px * 2);
    line-height:1.2;
    letter-spacing:-0.01em;}
.steady-stack .offer-section p{margin:0;
    font-size:15.9px;
    line-height:1.74;}
.steady-stack .quiet-summary{display:flex;
    flex-direction:column;
    border-top:1px solid #dcd9d0;}
.steady-stack .simple-items{display:grid;
    grid-template-columns:minmax(120px,160px) 1fr;
    gap:0.69rem;
    align-items:start;
    padding:calc(1.5rem * .75) 0;
    border-bottom:1px solid #dcd9d0;}
.steady-stack .main-flow{font-size:calc(15.9px * .875);
    text-transform:uppercase;
    letter-spacing:0.08em;
    opacity:.75;
    padding-top:2px;}
.steady-stack .simple-items p{margin:0;
    font-size:15.9px;
    line-height:1.74;}
.steady-stack .simple-items a{text-decoration:underline;
    text-underline-offset:3px;}
.steady-stack .simple-items a:hover{}
.steady-stack .top-panel{grid-column:2;
    font-size:calc(15.9px * .875);
    opacity:.7;
    margin-top:calc(0.69rem * -0.4);}
.steady-stack .strong-copy{display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:baseline;
    gap:0.69rem;
    padding-top:calc(1.5rem * .75);}
.steady-stack .strong-copy p{margin:0;
    font-size:calc(15.9px * .875);
    max-width:52ch;}
.steady-stack .plain-view{display:flex;
    flex-wrap:wrap;
    gap:0.69rem;}
.steady-stack .plain-view a{font-size:calc(15.9px * .875);
    text-decoration:none;
    border-bottom:1px solid #1c1c1c;
    padding-bottom:1px;}
.steady-stack .plain-view a:hover{border-bottom-color:#8a6a1f;}
@media (max-width:640px){.steady-stack .simple-items{
        grid-template-columns:1fr;
        gap:calc(0.69rem * 0.5);
    }.steady-stack .top-panel{
        grid-column:1;
        margin-top:0;
    }.steady-stack .strong-copy{
        flex-direction:column;
        align-items:flex-start;
    }
}
.visual-section{--axis-main:calc(1.5rem * 1.35);--field-local:calc(840px / 2.50);--label-heading:calc(840px / 3.66);padding:calc(1.5rem * 2.4) 1.31rem;background:#f7f6f3;color:#1a1a18;}
.visual-section .active-proof{max-width:840px;margin:0 auto;}
.visual-section h1,.visual-section h2,.visual-section h3,.visual-section p{margin:0;}
.visual-section h1{font-size:calc(15.9px * 2.65);line-height:1.08;}
.visual-section h2{font-size:calc(15.9px * 2);line-height:1.12;}
.visual-section h3{font-size:calc(15.9px * 1.35);line-height:1.2;}
.visual-section p{font-size:15.9px;line-height:1.74;color:#2c2b28;}
.visual-section a{color:inherit;text-decoration:none;}
.visual-section img{display:block;width:100%;height:auto;border-radius:0.35rem;}
.visual-section .fresh-proof{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.27rem;background:#1c1c1c;color:#f7f6f3;}
.visual-section .offer-section,.visual-section .top-panel{}
.visual-section .local-wrap{display:flex;flex-direction:column;gap:var(--axis-main);margin-top:var(--axis-main);}
.visual-section .simple-items{min-width:0;}
.visual-section .simple-items p,.visual-section .simple-items a{margin-top:calc(1.5rem / 3);}
.visual-section .simple-items img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--label-heading) * .7);}
.visual-section .team-service{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.69rem;}
.visual-section .team-service>.soft-figure{flex:1 1 calc(840px / 3);min-width:0;}
.visual-section .team-service>.local-wrap{flex:2 1 calc(840px / 2);margin-top:0;}
.visual-section .team-service>img{margin-left:auto;}
.visual-section .soft-figure .offer-section{margin-top:1.5rem;}
.main-shell{--axis-main:calc(1.5rem * 1.20);--field-local:calc(840px / 2.44);--font-heading:calc(840px / 3.53);padding:calc(1.5rem * 2.4) 1.31rem;background:#f7f6f3;color:#1a1a18;}
.main-shell .active-proof{max-width:840px;margin:0 auto;}
.main-shell h2,.main-shell h3,.main-shell p{margin:0;}
.main-shell h2{font-size:calc(15.9px * 2);line-height:1.12;}
.main-shell h3{font-size:calc(15.9px * 1.35);line-height:1.2;}
.main-shell p{font-size:15.9px;line-height:1.74;color:color-mix(in srgb, currentColor 74%, transparent);}
.main-shell a{text-decoration:none;}
.main-shell a:hover{}
.main-shell .public-surface{padding-block:calc(var(--axis-main) / 2);}
.main-shell .clear-panel{row-gap:calc(var(--axis-main) * 1.2);}
.main-shell .primary-copy{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.main-shell .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.69rem;}
.main-shell .row-title h2{flex:1 1 calc(840px / 3);min-width:0;}
.main-shell .row-title>p{flex:1 1 calc(840px / 3);min-width:0;}
.main-shell .top-grid{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--axis-main);margin-top:var(--axis-main);}
.main-shell .simple-items{flex:1 1 var(--font-heading);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #dcd9d0;}
.main-shell .simple-items p{margin-top:calc(1.5rem / 3);}
.main-shell .plain-view{flex:1 1 100%;margin-top:var(--axis-main);font-size:calc(15.9px * .875);}
.bottom-quote{--axis-main:calc(1.5rem * 1.22);--field-local:calc(840px / 3.15);padding:calc(1.5rem * 2.4) 1.31rem;background:#f7f6f3;color:#1a1a18;}
.bottom-quote .active-proof{max-width:840px;margin:0 auto;}
.bottom-quote h2,.bottom-quote p{margin:0;}
.bottom-quote h2{font-size:calc(15.9px * 2);line-height:1.12;}
.bottom-quote p{font-size:15.9px;line-height:1.74;}
.bottom-quote .offer-section{max-width:var(--field-local);margin-top:calc(1.5rem / 2);}
.bottom-quote a{text-decoration:underline;text-underline-offset:2px;}
.bottom-quote a:hover{}
.bottom-quote .direct-story{display:flex;flex-direction:column;gap:var(--axis-main);margin-top:var(--axis-main);}
.bottom-quote details{padding:calc(calc(1.5rem * .75) * .9) 0;border-top:1px solid #dcd9d0;}
.bottom-quote details:last-of-type{border-bottom:1px solid #dcd9d0;}
.bottom-quote summary{cursor:pointer;font-weight:700;font-size:calc(15.9px * 1.125);line-height:1.3;list-style:none;}
.bottom-quote summary::-webkit-details-marker{display:none;}
.bottom-quote summary::after{content:"+";float:right;font-weight:400;}
.bottom-quote details[open] summary::after{content:"–";}
.bottom-quote details p{margin-top:calc(1.5rem / 3);max-width:var(--field-local);}
.bottom-quote .top-panel{margin-top:var(--axis-main);font-size:calc(15.9px * .875);}
.start{background:#f7f6f3;color:#1a1a18;padding:calc(1.5rem * 2.4) 1.31rem}
.start .active-proof{max-width:min(840px,60rem);margin:0 auto}
.start .page-tile{display:flex;flex-direction:column;align-items:flex-start;gap:calc(0.69rem * 1.5)}
.start .top-panel{margin:0;max-width:38rem;color:#2c2b28;line-height:1.74}
.start h2{margin:0;font-size:calc(15.9px * 2);line-height:1.15;letter-spacing:0}
.start .offer-entries{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:0.51rem;border:1px solid #dcd9d0}
.start .plain-view{display:flex;flex-direction:column;gap:0;width:100%;border-top:1px solid #dcd9d0}
.start .clear-figure{display:flex;flex-wrap:wrap;gap:0.69rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #dcd9d0;align-items:baseline}
.start .content-story{flex:0 0 8rem;font-size:calc(15.9px * .875);text-transform:uppercase;letter-spacing:0.06em;color:#2c2b28}
.start .active-method{flex:1 1 16rem;font-size:15.9px;line-height:1.74}
.start a.value{color:#1c1c1c;text-decoration:none;border-bottom:1px solid #dcd9d0}
.start a.value:hover{color:#8a6a1f;border-bottom-color:#8a6a1f}
.start .visual-tile{display:flex;flex-wrap:wrap;gap:0.69rem;margin-top:calc(0.69rem * 1.5)}
.start .visual-tile a{padding:0.7rem 1.1rem;border-radius:0.27rem;background:#ffffff;color:#1a1a18;border:1px solid #dcd9d0;text-decoration:none;font-size:calc(15.9px * .875)}
.start .visual-tile a:hover{background:#ecebe5;color:#2c2b28}
.start .visual-tile>a:first-child{background:#1c1c1c;color:#f7f6f3;border-color:#1c1c1c}
.start .visual-tile>a:first-child:hover{background:#000000;color:#f7f6f3}
@media (max-width:640px){.start .content-story{flex:0 0 100%}
}
.public-section{
  padding: calc(1.5rem * 2.4) 1.31rem;
  background: #ecebe5;
  color: #2c2b28;
}
.public-section .active-proof{max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.69rem * 1.5);}
.public-section .offer-section{max-width: 62ch;}
.public-section h2{margin: 0;
  font-size: calc(15.9px * 2);
  line-height: 1.15;
  letter-spacing: -0.01em;}
.public-section .offer-section p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15.9px * 1.125);
  line-height: 1.74;}
.public-section .offer-section .top-panel{font-size: calc(15.9px * .875);
  opacity: .78;}
.public-section .plain-view{border-top: 1px solid #dcd9d0;
  padding-top: calc(0.69rem * 1.5);}
.public-section .compact-note{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid #dcd9d0;}
.public-section .content-story{font-size: calc(15.9px * .875);
  text-transform: uppercase;
  letter-spacing: .08em;
  opacity: .7;}
.public-section .compact-note a{text-decoration: none;
  font-size: 15.9px;
  border-bottom: 1px solid #1c1c1c;
  padding-bottom: 2px;
  transition: color 300ms var(--ease-nav), border-color 300ms var(--ease-nav);}
.public-section .compact-note a:hover{border-color: #8a6a1f;}
.public-section .local-wrap{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;}
.public-section .local-wrap li{border-bottom: 1px solid #dcd9d0;}
.public-section .local-wrap a{display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "title meta"
    "text  text";
  gap: calc(calc(1.5rem * .75) * .35) calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0;
  text-decoration: none;
  color: inherit;
  transition: padding-left 300ms var(--ease-nav);}
.public-section .local-wrap a:hover{padding-left: calc(1.5rem * .75);}
.public-section .local-wrap strong{grid-area: title;
  font-size: 15.9px;
  font-weight: 600;}
.public-section .local-wrap small{grid-area: meta;
  font-size: calc(15.9px * .875);
  opacity: .72;
  white-space: nowrap;
  align-self: center;}
.public-section .local-wrap span{grid-area: text;
  font-size: calc(15.9px * .875);
  line-height: 1.74;
  max-width: 68ch;}
@media (max-width: 640px) {.public-section .local-wrap a{
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "title"
      "meta"
      "text";
  }.public-section .local-wrap small{
    white-space: normal;
  }.public-section .compact-note{
    flex-direction: column;
    align-items: flex-start;
  }
}
.steady-proof{padding:calc(1.5rem * 2.4) 1.31rem;background:#f7f6f3;color:#1a1a18}
.steady-proof .active-proof{max-width:min(840px,52rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(0.69rem * 1.5)}
.steady-proof .soft-stack{border-bottom:1px solid #dcd9d0;padding-bottom:1.5rem}
.steady-proof h2{margin:0;font-size:calc(15.9px * 2);line-height:1.12;letter-spacing:-0.01em}
.steady-proof .soft-stack p{margin:1.5rem 0 0;color:#2c2b28;line-height:1.74;max-width:44rem}
.steady-proof .text-body{display:flex;flex-direction:column}
.steady-proof details{padding:1.5rem 0;border-bottom:1px solid #dcd9d0}
.steady-proof details:last-child{border-bottom:none}
.steady-proof summary{cursor:pointer;font-size:15.9px;font-weight:600;line-height:1.3;list-style:none;position:relative;padding-right:1.6rem}
.steady-proof summary::-webkit-details-marker{display:none}
.steady-proof summary::after{content:"+";position:absolute;right:0;top:0;color:#2c2b28;font-weight:400}
.steady-proof details[open] summary::after{content:"–"}
.steady-proof details p{margin:1.5rem 0 0;color:#2c2b28;line-height:1.74;max-width:46rem}
.steady-proof details a{color:#1c1c1c;text-decoration:underline;text-underline-offset:2px}
.steady-proof details a:hover{color:#8a6a1f}
@media(max-width:720px){.steady-proof .active-proof{gap:1.5rem}.steady-proof summary{font-size:15.9px}
}
.media-nav{
  --axis-main:calc(1.5rem * 1.35);
  --field-local:calc(840px / 3.1);
  --label-heading:calc(840px / 3.4);
  padding:calc(1.5rem * 2.4) 1.31rem;
  background:#f7f6f3;
  color:#1a1a18;
}
.media-nav .active-proof{max-width:840px;
  margin:0 auto;}
.media-nav h2,
.media-nav h3,
.media-nav p{margin:0;}
.media-nav h2{font-size:calc(15.9px * 2);
  line-height:1.14;}
.media-nav h3{font-size:calc(15.9px * 1.35);
  line-height:1.22;}
.media-nav p{font-size:15.9px;
  line-height:1.74;
  color:#2c2b28;}
.media-nav .soft-figure .offer-section{margin-top:1.5rem;
  color:#1a1a18;}
.media-nav .soft-figure .top-panel{margin-top:calc(1.5rem / 2);
  font-size:calc(15.9px * .875);}
.media-nav .local-wrap{display:flex;
  flex-direction:column;
  gap:var(--axis-main);
  margin-top:0;}
.media-nav .simple-items{min-width:0;
  padding-bottom:calc(1.5rem / 2);
  border-bottom:1px solid #dcd9d0;}
.media-nav .simple-items:last-child{border-bottom:0;
  padding-bottom:0;}
.media-nav .simple-items p{margin-top:calc(1.5rem / 3);}
.media-nav .site-fields{display:inline-block;
  margin-top:calc(1.5rem / 2.5);
  font-size:calc(15.9px * .875);
  color:#1c1c1c;
  text-decoration:none;
  border-bottom:1px solid #1c1c1c;
  padding-bottom:1px;
  transition:color 300ms var(--ease-nav),border-color 300ms var(--ease-nav);}
.media-nav .site-fields:hover{color:#8a6a1f;
  border-color:#8a6a1f;}
.media-nav img{display:block;
  width:100%;
  height:auto;
  border-radius:0.35rem;}
.media-nav .team-service{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:0.69rem;}
.media-nav .team-service>.soft-figure{flex:1 1 calc(840px / 3);
  min-width:0;}
.media-nav .team-service>.local-wrap{flex:2 1 calc(840px / 2);}
.media-nav .team-service>img{margin-left:auto;
  max-width:calc(var(--label-heading) * .85);}
@media (max-width:720px){.media-nav .team-service>img{
    max-width:100%;
    margin-left:0;
  }
}
.local-block{
  padding:calc(1.5rem * 2.4) 1.31rem;
  background:linear-gradient(180deg, #f7f6f3 0%, #ecebe5 100%);
  color:#1a1a18;
}
.local-block .active-proof{max-width:840px;
  margin:0 auto;}
.local-block .primary-body{max-width:44rem;
  margin-bottom:calc(0.69rem * 1.5);}
.local-block h2{margin:0;
  font-size:calc(15.9px * 2.65);
  line-height:1.05;
  letter-spacing:-0.01em;}
.local-block .primary-body p{max-width:38rem;
  margin:1.5rem 0 0;
  font-size:calc(15.9px * 1.125);
  line-height:1.74;}
.local-block .contact-figure{display:flex;
  align-items:flex-start;
  gap:calc(0.69rem * 1.5);
  border-top:1px solid #dcd9d0;
  padding-top:calc(0.69rem * 1.5);}
.local-block .direct-story{flex:0 1 17rem;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:calc(1.5rem * .75);}
.local-block button{
  max-width:100%;
  padding:0;
  border:0;
  background:none;
  color:inherit;
  font:inherit;
  text-align:left;
  cursor:pointer;
  opacity:.55;
  transition:opacity 300ms var(--ease-nav),transform 300ms var(--ease-nav);
}
.local-block button:hover,
.local-block button.is-active{opacity:1;
  transform:translateX(calc(calc(1.5rem * .75)*.3));}
.local-block .active-header{flex:1 1 26rem;
  align-self:start;}
.local-block [data-response]{display:none;}
.local-block [data-response].is-active{display:block;
  animation:clarifyFocusIn calc(300ms*1.6) var(--ease-nav) both;}
.local-block h3{margin:0;
  font-size:calc(15.9px * 2);
  line-height:1.1;}
.local-block [data-response] p{max-width:46rem;
  margin:1.5rem 0 0;
  font-size:calc(15.9px * 1.125);
  line-height:1.74;}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(0.69rem * 2)*.1))}to{opacity:1;transform:translateY(0)}
}
@media(max-width:720px){.local-block .contact-figure{display:block}.local-block .direct-story{margin-bottom:calc(0.69rem * 1.5)}
}
@media(prefers-reduced-motion:reduce){.local-block [data-response].is-active{animation:none}
}
.focused-track{
  padding: calc(1.5rem * 2.4) 1.31rem;
  background: #141412;
  color: #f4f3ef;
}
.focused-track .active-proof{max-width: min(840px, 68rem);
  margin: 0 auto;}
.focused-track .offer-section{max-width: 46rem;}
.focused-track h2{margin: 0;
  font-size: calc(15.9px * 2);
  line-height: 1.12;}
.focused-track .narrow-items{margin: calc(1.5rem * .75) 0 calc(0.69rem * 1.5);
  font-size: calc(15.9px * 1.125);
  color: #d6d3cb;}
.focused-track .quiet-summary{display: flex;
  flex-wrap: wrap;
  gap: 0.69rem;}
.focused-track .simple-items{flex: 1 1 min(100%, 22rem);
  padding: calc(1.5rem * .75) 0 0;
  border-top: 1px solid #2c2b28;}
.focused-track .compact-note{display: flex;
  align-items: center;
  gap: 0.69rem;
  margin-bottom: calc(calc(1.5rem * .75) * .7);}
.focused-track .compact-note img{width: 52px;
  height: 52px;
  border-radius: 0.35rem;
  object-fit: cover;
  flex: 0 0 auto;}
.focused-track .team-shell{display: block;
  font-weight: 700;
  font-size: 15.9px;}
.focused-track .team-entries{display: block;
  font-size: calc(15.9px * .875);
  color: #d6d3cb;}
.focused-track .simple-items p{margin: 0 0 calc(calc(1.5rem * .75) * .6);
  color: #d6d3cb;}
.focused-track .quiet-rail{font-size: calc(15.9px * .875);color:inherit;}
.focused-track .top-panel{margin: calc(0.69rem * 1.5) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2c2b28;
  font-size: calc(15.9px * .875);
  color: #d6d3cb;
  max-width: 46rem;}
@media (max-width: 700px) {.focused-track .quiet-summary{
    display: block;
  }.focused-track .simple-items + .simple-items{
    margin-top: calc(0.69rem * 1.5);
  }
}
.area{
        padding:calc(1.5rem * 2.4) 1.31rem;
        background:linear-gradient(180deg, #f7f6f3 0%, #ecebe5 100%);
        color:#1a1a18;
    }
.area .active-proof{max-width:840px;
        margin:0 auto;}
.area .feature{margin-bottom:calc(0.69rem * 1.5);
        border-bottom:1px solid #dcd9d0;
        padding-bottom:calc(0.69rem * 1.5);}
.area .feature p{margin:0;
        font-size:calc(15.9px * .875);
        letter-spacing:.04em;
        text-transform:uppercase;}
.area .feature h2{margin:1.31rem 0 0;
        font-size:calc(15.9px * 2);
        line-height:1.2;}
.area .offer-section{margin:0 0 calc(0.69rem * 1.5);
        max-width:62ch;
        font-size:15.9px;
        line-height:1.74;}
.area .quiet-summary{display:flex;
        flex-direction:column;
        gap:0;
        border-top:1px solid #dcd9d0;}
.area .simple-items{padding:calc(0.69rem * 1.5) 0;
        border-bottom:1px solid #dcd9d0;
        display:grid;
        grid-template-columns:minmax(0,1fr);
        gap:0.69rem;}
.area .main-flow{
        display:inline-block;
        font-size:calc(15.9px * .875);
        font-weight:600;
        letter-spacing:.03em;
        color:#8a6a1f;
        background:transparent;
        padding:0;
    }
.area .simple-items h3{margin:0;
        font-size:calc(15.9px * 1.35);
        line-height:1.3;}
.area .simple-items p{margin:0;
        max-width:64ch;
        font-size:15.9px;
        line-height:1.74;}
.area .fresh-proof{margin-top:calc(0.69rem * 1.5);
        display:flex;
        flex-wrap:wrap;
        gap:0.69rem;}
.area .plain-view{font-size:calc(15.9px * .875);
        text-decoration:underline;
        text-underline-offset:3px;}
.area .plain-view:hover{}
@media (min-width:720px){.area .simple-items{
            grid-template-columns:180px minmax(0,1fr);
            align-items:start;
        }.area .simple-items h3,
        .area .simple-items p{
            grid-column:2;
        }.area .simple-items h3{
            margin-bottom:calc(0.69rem * -0.5);
        }
    }
.page-body{--axis-main:calc(1.5rem * 1.2);--field-local:calc(840px / 3.1);padding:calc(1.5rem * 2.4) 1.31rem;background:#f7f6f3;color:#1a1a18;}
.page-body .active-proof{max-width:840px;margin:0 auto;}
.page-body h2,.page-body h3,.page-body p{margin:0;}
.page-body h2{font-size:calc(15.9px * 2);line-height:1.14;max-width:var(--field-local);}
.page-body h3{font-size:calc(15.9px * 1.35);line-height:1.22;}
.page-body p{font-size:15.9px;line-height:1.74;}
.page-body .offer-section{margin-top:1.5rem;max-width:var(--field-local);}
.page-body .top-panel{margin-top:var(--axis-main);font-size:calc(15.9px * .875);color:#2c2b28;}
.page-body .top-panel a{color:#1c1c1c;text-decoration:underline;text-underline-offset:2px;}
.page-body .top-panel a:hover{color:#8a6a1f;}
.page-body img{display:block;width:100%;height:auto;margin-top:var(--axis-main);border-radius:0.35rem;}
.page-body .local-wrap{display:flex;flex-direction:column;gap:0;margin-top:var(--axis-main);border-top:1px solid #dcd9d0;}
.page-body .simple-items{display:flex;flex-wrap:wrap;gap:0.69rem;padding:calc(0.69rem * 1.5) 0;border-bottom:1px solid #dcd9d0;}
.page-body .simple-items h3{flex:0 0 calc(840px / 4.2);min-width:0;}
.page-body .simple-items p{flex:1 1 calc(840px / 2.4);min-width:0;color:#2c2b28;}
@media (max-width:640px){.page-body .simple-items{flex-direction:column;gap:calc(0.69rem / 2);}.page-body .simple-items h3{flex:1 1 auto;}
}
.soft-tile{--axis-main:calc(1.5rem * 0.91);--font-heading:calc(840px / 3.21);padding:calc(1.5rem * 2.4) 1.31rem;background:#1c1c1c;color:#f7f6f3;}
.soft-tile .active-proof{max-width:840px;margin:0 auto;}
.soft-tile h2,.soft-tile h3,.soft-tile p{margin:0;}
.soft-tile h2{font-size:calc(15.9px * 2);line-height:1.12;}
.soft-tile h3{font-size:calc(15.9px * 1.35);line-height:1.2;}
.soft-tile p{font-size:15.9px;line-height:1.74;color:color-mix(in srgb, currentColor 74%, transparent);}
.soft-tile a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 35%, transparent);}
.soft-tile a:hover{border-bottom-color:currentColor;}
.soft-tile .public-surface{padding-block:calc(var(--axis-main) / 2);}
.soft-tile .clear-panel{row-gap:calc(var(--axis-main) * 1.2);}
.soft-tile .offer-section{margin-top:1.5rem;max-width:calc(840px / 2);}
.soft-tile .local-wrap{display:flex;flex-wrap:wrap;gap:var(--axis-main);margin-top:var(--axis-main);}
.soft-tile .simple-items{flex:1 1 var(--font-heading);min-width:0;padding:calc(var(--axis-main) * .75);border-radius:0.35rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.soft-tile .simple-items p{margin-top:calc(1.5rem / 3);}
.soft-tile .plain-view{margin-top:var(--axis-main);max-width:calc(840px / 1.4);font-size:calc(15.9px * .875);}
.featured-body{--axis-main:calc(1.5rem * 1.02);--field-local:calc(840px / 2.55);--label-heading:calc(840px / 3.94);padding:calc(1.5rem * 2.4) 1.31rem;background:#f7f6f3;color:#1a1a18;}
.featured-body .active-proof{max-width:840px;margin:0 auto;}
.featured-body h1,.featured-body h2,.featured-body h3,.featured-body p{margin:0;}
.featured-body h2{font-size:calc(15.9px * 2);line-height:1.12;}
.featured-body h3{font-size:calc(15.9px * 1.35);line-height:1.2;}
.featured-body p{font-size:15.9px;line-height:1.74;color:#2c2b28;}
.featured-body a{color:#1c1c1c;text-decoration:none;border-bottom:1px solid #dcd9d0;}
.featured-body a:hover{color:#8a6a1f;border-bottom-color:#8a6a1f;}
.featured-body img{display:block;width:100%;height:auto;border-radius:0.35rem;}
.featured-body .offer-section{margin-top:1.5rem;}
.featured-body .top-panel{margin-top:calc(1.5rem / 2);font-size:calc(15.9px * .875);}
.featured-body .local-wrap{display:flex;flex-direction:column;gap:var(--axis-main);margin-top:var(--axis-main);}
.featured-body .simple-items{min-width:0;padding-bottom:calc(0.69rem * 1.5);border-bottom:1px solid #dcd9d0;}
.featured-body .simple-items:last-child{border-bottom:0;padding-bottom:0;}
.featured-body .simple-items p{margin-top:calc(1.5rem / 3);}
.featured-body .team-service{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.69rem;}
.featured-body .team-service>.soft-figure{flex:1 1 calc(840px / 3);min-width:0;}
.featured-body .team-service>.local-wrap{flex:2 1 calc(840px / 2);margin-top:0;}
.featured-body .team-service>img{margin-left:auto;max-width:var(--label-heading);}
.featured-body .plain-view{margin-top:calc(0.69rem * 1.5);font-size:calc(15.9px * .875);color:#2c2b28;}
@media (max-width:720px){.featured-body .team-service>img{margin-left:0;max-width:100%;}
}
.quiet-method{--axis-main:calc(1.5rem * 1.04);--field-local:calc(840px / 2.28);padding:calc(1.5rem * 2.4) 1.31rem;background:#8a6a1f;color:#fdfbf6;}
.quiet-method .active-proof{max-width:840px;margin:0 auto;}
.quiet-method h2,.quiet-method h3,.quiet-method p{margin:0;}
.quiet-method h2{font-size:calc(15.9px * 2);line-height:1.12;}
.quiet-method h3{font-size:calc(15.9px * 1.35);line-height:1.2;}
.quiet-method p{font-size:15.9px;line-height:1.74;color:color-mix(in srgb, currentColor 74%, transparent);}
.quiet-method .clear-panel{row-gap:calc(var(--axis-main) * 1.2);}
.quiet-method .primary-copy{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.quiet-method .offer-section{margin-top:1.5rem;max-width:var(--field-local);}
.quiet-method .focused-note{display:flex;flex-direction:column;gap:var(--axis-main);margin-top:var(--axis-main);}
.quiet-method .simple-items{min-width:0;padding-block-start:calc(var(--axis-main) / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.quiet-method .simple-items p{margin-top:calc(1.5rem / 3);}
.visual-summary{
  --axis-main:calc(1.5rem * 1.4);
  --field-local:calc(840px / 1.9);
  padding:calc(1.5rem * 2.4) 1.31rem;
  background:#f7f6f3;
  color:#1a1a18;
}
.visual-summary .active-proof{max-width:840px;
  margin:0 auto;}
.visual-summary h2,.visual-summary h3,.visual-summary p{margin:0;}
.visual-summary h2{font-size:calc(15.9px * 2);
  line-height:1.14;}
.visual-summary h3{font-size:calc(15.9px * 1.35);
  line-height:1.22;}
.visual-summary p{font-size:15.9px;
  line-height:1.74;}
.visual-summary .soft-stack{max-width:var(--field-local);}
.visual-summary .offer-section{margin-top:1.5rem;
  color:#2c2b28;}
.visual-summary .local-wrap{display:flex;
  flex-wrap:wrap;
  gap:calc(0.69rem * 1.5);
  margin-top:var(--axis-main);}
.visual-summary .simple-items{flex:1 1 calc(840px / 2.4);
  min-width:0;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #dcd9d0;}
.visual-summary .simple-items img{display:block;
  width:100%;
  height:auto;
  border-radius:0.35rem;
  margin-bottom:calc(1.5rem * .75);}
.visual-summary .simple-items .team-entries{margin-top:calc(1.5rem / 3);
  font-size:calc(15.9px * .875);
  color:#2c2b28;}
.visual-summary .simple-items p:not(.team-entries){margin-top:calc(1.5rem * .75);}
.visual-summary .top-panel{margin-top:var(--axis-main);
  max-width:var(--field-local);
  color:#2c2b28;}
.visual-summary .fresh-proof{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:calc(0.69rem * 1.5);
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.27rem;
  background:#1c1c1c;
  color:#f7f6f3;
  text-decoration:none;
  font-size:calc(15.9px * .875);
}
.visual-summary .fresh-proof:hover{
  background:#000000;color:#1a1a18;}
@media (max-width:640px){.visual-summary .simple-items{
    flex:1 1 100%;
  }
}
.narrow-panel{padding:calc(1.5rem * 2.4) 1.31rem;background:#ecebe5;color:#2c2b28}
.narrow-panel .active-proof{max-width:840px;margin:0 auto}
.narrow-panel .primary-body{margin-bottom:calc(0.69rem * 1.5)}
.narrow-panel h2{margin:0;font-size:calc(15.9px * 2);line-height:1.1}
.narrow-panel .primary-body p{max-width:44rem;margin:1.5rem 0 0;font-size:15.9px;line-height:1.74}
.narrow-panel .contact-figure{display:flex;align-items:flex-start;gap:calc(0.69rem * 1.5)}
.narrow-panel .direct-story{flex:0 1 15rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);border-left:1px solid #dcd9d0;padding-left:calc(1.5rem * .75)}
.narrow-panel button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;font-size:calc(15.9px * .875);text-align:left;cursor:pointer;opacity:.55;transition:opacity 300ms var(--ease-nav)}
.narrow-panel button:hover,.narrow-panel button.is-active{opacity:1}
.narrow-panel .active-header{flex:1 1 28rem;align-self:start}
.narrow-panel [data-response]{display:none}
.narrow-panel [data-response].is-active{display:block;animation:clarifyFocusIn calc(300ms*1.6) var(--ease-nav) both}
.narrow-panel h3{margin:0;font-size:calc(15.9px * 1.35);line-height:1.15}
.narrow-panel [data-response] p{max-width:48rem;margin:1.5rem 0 0;font-size:15.9px;line-height:1.74}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(0.69rem * 2)*.1))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.narrow-panel .contact-figure{display:block}.narrow-panel .direct-story{flex-direction:row;flex-wrap:wrap;border-left:0;padding-left:0;margin-bottom:calc(0.69rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.narrow-panel [data-response].is-active{animation:none}}
.site-shell{padding:calc(1.5rem * 2.4) 1.31rem;background:linear-gradient(180deg, #f7f6f3 0%, #ecebe5 100%);color:#1a1a18;}
.site-shell .active-proof{max-width:840px;margin:0 auto;}
.site-shell .feature{margin-bottom:calc(0.69rem * 1.5);}
.site-shell .feature p{margin:0;font-size:calc(15.9px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.75;}
.site-shell .feature h2{margin:0.69rem 0 0;font-size:calc(15.9px * 2);line-height:1.15;}
.site-shell .offer-section{margin:0 0 calc(0.69rem * 1.5);max-width:60ch;font-size:15.9px;}
.site-shell .featured-brand{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.site-shell .simple-items{padding:calc(1.5rem * .75) 0;border-top:1px solid #dcd9d0;}
.site-shell .simple-items:last-child{border-bottom:1px solid #dcd9d0;}
.site-shell .simple-items h3{margin:0 0 0.69rem;font-size:calc(15.9px * 1.35);}
.site-shell .simple-items p{margin:0;max-width:68ch;}
.site-shell .simple-items a{text-decoration:underline;text-underline-offset:2px;}
.site-shell .simple-items a:hover{}
.site-shell .strong-copy{margin-top:calc(0.69rem * 1.5);display:flex;flex-wrap:wrap;gap:calc(0.69rem * 1.5);align-items:baseline;justify-content:space-between;}
.site-shell .strong-copy p{margin:0;max-width:52ch;font-size:calc(15.9px * .875);opacity:.85;}
.site-shell .plain-view{display:flex;flex-wrap:wrap;gap:1.31rem;}
.site-shell .plain-view a{font-size:calc(15.9px * .875);text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px;}
.site-shell .plain-view a:hover{}
@media (max-width:640px){.site-shell .strong-copy{flex-direction:column;align-items:flex-start;}
    }
.featured-tile{--axis-main:calc(1.5rem * 1.25);--field-extra-8:1px solid #dcd9d0;padding:calc(1.5rem * 2.4) 1.31rem;background:#f7f6f3;color:#1a1a18;}
.featured-tile .active-proof{max-width:840px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.69rem * 1.5);}
.featured-tile h2,.featured-tile h3,.featured-tile p{margin:0;}
.featured-tile h2{font-size:calc(15.9px * 2);line-height:1.14;letter-spacing:-0.01em;}
.featured-tile h3{font-size:calc(15.9px * 1.125);line-height:1.28;font-weight:600;}
.featured-tile p{font-size:15.9px;line-height:1.74;}
.featured-tile .soft-figure{max-width:calc(840px * 0.82);}
.featured-tile .soft-figure .offer-section{margin-top:1.5rem;color:#2c2b28;}
.featured-tile .direct-story{display:flex;flex-direction:column;border-top:var(--field-extra-8);}
.featured-tile .simple-items{padding:1.5rem 0;border-bottom:var(--field-extra-8);display:flex;flex-direction:column;gap:calc(1.5rem / 2.6);}
.featured-tile .simple-items p{color:#2c2b28;}
.featured-tile a{color:#1c1c1c;text-decoration:underline;text-underline-offset:3px;}
.featured-tile a:hover{color:#8a6a1f;}
.featured-tile .plain-view{font-size:calc(15.9px * .875);color:#2c2b28;padding-top:1.5rem;}
@media (max-width:640px){.featured-tile .soft-figure{max-width:100%;}.featured-tile .simple-items{padding:calc(0.69rem * 1.5) 0;}
}
.offer-copy{background:#8a6a1f;color:#fdfbf6;padding:calc(1.5rem * 2.4) 1.31rem}
.offer-copy .active-proof{max-width:840px;margin:0 auto}
.offer-copy .team-rail{display:flex;align-items:flex-start;gap:calc(0.69rem * 1.5)}
.offer-copy .soft-frame{display:block;flex:0 1 38%;min-width:14rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.51rem}
.offer-copy .team-fields{flex:1 1 36rem;min-width:0}
.offer-copy h2{margin:0;font-size:clamp(calc(15.9px * 2),4.4vw,calc(15.9px * 2.65));line-height:1.1;letter-spacing:-0.01em}
.offer-copy p{margin:1.5rem 0 0;max-width:44rem;font-size:15.9px;line-height:1.68}
.offer-copy .fresh-copy{display:flex;flex-wrap:wrap;gap:0.69rem;margin-top:calc(0.69rem * 1.5)}
.offer-copy .fresh-copy a{padding:calc(calc(1.5rem * .75) * 0.7) calc(1.5rem * .75);border-radius:0.27rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;text-decoration:none;font-size:calc(15.9px * .875);transition:background 300ms var(--ease-nav)}
.offer-copy .fresh-copy a:hover{background:color-mix(in srgb,currentColor 22%,transparent)}
.offer-copy .featured-proof{margin:calc(0.69rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:0;border-top:1px solid color-mix(in srgb,currentColor 25%,transparent)}
.offer-copy .featured-proof .compact-note{display:flex;flex-wrap:wrap;gap:0.69rem;padding:calc(calc(1.5rem * .75) * 0.6) 0;border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.offer-copy .featured-proof dt{flex:0 0 11rem;font-size:calc(15.9px * .875);font-weight:600;letter-spacing:0.02em}
.offer-copy .featured-proof dd{flex:1 1 16rem;margin:0;font-size:calc(15.9px * .875);line-height:1.6}
.offer-copy .top-panel{margin-top:calc(0.69rem * 1.5);font-size:calc(15.9px * .875);line-height:1.65;opacity:0.88}
@media(max-width:760px){.offer-copy .team-rail{align-items:stretch;flex-direction:column}.offer-copy .soft-frame{flex-basis:auto;min-width:0;aspect-ratio:16/10}.offer-copy .featured-proof dt{flex-basis:100%}}
.offer-story{
  padding: calc(1.5rem * 2.4) 1.31rem;
  background: #f7f6f3;
  color: #1a1a18;
}
.offer-story .public-benefit{max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.69rem * 1.5);}
.offer-story .bottom-panel{padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #dcd9d0;}
.offer-story h2{margin: 0;
  font-size: calc(15.9px * 2);
  line-height: 1.12;
  letter-spacing: -0.01em;}
.offer-story .bottom-panel p{margin: calc(1.5rem * .75) 0 0;
  max-width: 62ch;
  font-size: 15.9px;}
.offer-story .text-feature{display: flex;
  flex-direction: column;
  gap: calc(0.69rem * 1.5);}
.offer-story .bottom-block{display: grid;
  grid-template-columns: minmax(6rem, .22fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #dcd9d0;}
.offer-story .bottom-block:last-child{border-bottom: none;}
.offer-story .text-note{font-size: calc(15.9px * .875);
  letter-spacing: 0.02em;
  word-break: break-word;}
.offer-story h3{margin: 0;
  font-size: calc(15.9px * 1.35);
  line-height: 1.25;}
.offer-story .bottom-block p{margin: calc(calc(1.5rem * .75) * .5) 0;
  font-size: 15.9px;
  line-height: 1.74;}
.offer-story small{display: block;
  font-size: calc(15.9px * .875);}
@media (max-width: 780px) {.offer-story .bottom-block{
    grid-template-columns: 1fr;
    gap: calc(calc(1.5rem * .75) * .5);
  }
}
.simple-stack{--axis-main:calc(1.5rem * 1.19);--label-heading:calc(840px / 3.27);padding:calc(1.5rem * 2.4) 1.31rem;background:#f7f6f3;color:#1a1a18;}
.simple-stack .active-proof{max-width:840px;margin:0 auto;display:flex;flex-direction:column;gap:var(--axis-main);}
.simple-stack h2,.simple-stack p{margin:0;}
.simple-stack h2{font-size:calc(15.9px * 2);line-height:1.12;}
.simple-stack p{font-size:15.9px;line-height:1.74;}
.simple-stack .offer-section{max-width:calc(840px * .78);}
.simple-stack a{color:#1c1c1c;text-decoration:none;}
.simple-stack a:hover{color:#8a6a1f;text-decoration:underline;}
.simple-stack .direct-story{display:flex;flex-direction:column;gap:calc(0.69rem * 1.5);}
.simple-stack details{padding:calc(calc(1.5rem * .75) * .9) 0;border-top:1px solid #dcd9d0;}
.simple-stack details:last-of-type{border-bottom:1px solid #dcd9d0;}
.simple-stack summary{cursor:pointer;font-weight:700;font-size:calc(15.9px * 1.125);line-height:1.3;}
.simple-stack details p{margin-top:calc(1.5rem / 3);}
.simple-stack .focused-area{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.69rem;}
.simple-stack .focused-area img{display:block;width:var(--label-heading);max-width:100%;height:auto;border-radius:0.35rem;flex:0 0 auto;}
.simple-stack .top-panel{flex:1 1 14rem;font-size:calc(15.9px * .875);color:#2c2b28;}
@media (max-width:640px){.simple-stack .focused-area img{width:100%;}
}
.fresh-note{
    padding: calc(1.5rem * 2.4) 1.31rem;
    background: #f7f6f3;
    color: #1a1a18;
}
.fresh-note .direct-team{max-width: 840px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(0.69rem * 1.5);}
.fresh-note .strong-contact{border-radius: 0.51rem;
    overflow: hidden;
    border: 1px solid #dcd9d0;}
.fresh-note .strong-contact img{display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;}
.fresh-note .team-fields{display: flex;
    flex-direction: column;
    gap: 0.69rem;}
.fresh-note .offer-callout{margin: 0;
    font-size: calc(15.9px * 2.65);
    line-height: 1.2;
    letter-spacing: -0.01em;}
.fresh-note .quiet-rail{margin: 0;
    font-size: calc(15.9px * .875);}
.fresh-note .offer-section{margin: 0;
    font-size: calc(15.9px * 1.125);
    font-weight: 500;
    border-left: 2px solid #8a6a1f;
    padding-left: 0.69rem;}
.fresh-note .soft-benefit{margin: 0;
    font-size: 15.9px;
    line-height: 1.74;}
.fresh-note .focused-nav{display: flex;
    flex-direction: column;
    gap: calc(0.69rem * 1.5);
    padding-top: calc(0.69rem * 1.5);
    border-top: 1px solid #dcd9d0;}
.fresh-note .secondary-frame{margin: 0;
    font-size: calc(15.9px * 1.35);
    line-height: 1.3;}
.fresh-note .focused-nav p{margin: 0;
    font-size: 15.9px;
    line-height: 1.74;}
.fresh-note .local-wrap{margin: 0;
    padding-left: 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 15.9px;
    line-height: 1.74;}
.fresh-note .plain-view{display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.69rem;
    padding-top: calc(0.69rem * 1.5);
    border-top: 1px solid #dcd9d0;
    font-size: calc(15.9px * .875);}
.fresh-note .main-menu{text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: calc(15.9px * .875);}
.fresh-note .plain-view a{text-decoration: none;
    border-bottom: 1px solid #dcd9d0;
    padding-bottom: 1px;
    transition: color 300ms var(--ease-nav), border-color 300ms var(--ease-nav);}
.fresh-note .plain-view a:hover{border-color: #8a6a1f;}
@media (max-width: 640px) {.fresh-note .strong-contact img{
        height: 200px;
    }.fresh-note .plain-view{
        flex-direction: column;
        align-items: flex-start;
    }
}
.primary-rail{
    padding:calc(1.5rem * 2.4) 1.31rem;
    background:#f7f6f3;
    color:#1a1a18;
}
.primary-rail .direct-team{max-width:840px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.69rem * 1.5);}
.primary-rail .active-flow{border-bottom:1px solid #dcd9d0;
    padding-bottom:calc(1.5rem * .75);}
.primary-rail .team-shell{margin:0 0 0.25rem;
    font-size:calc(15.9px * 1.35);
    line-height:1.3;
    letter-spacing:-0.01em;}
.primary-rail .team-entries{margin:0;
    font-size:calc(15.9px * .875);
    color:#2c2b28;
    max-width:52ch;}
.primary-rail .soft-figure{display:flex;
    flex-direction:column;
    gap:0.69rem;}
.primary-rail .active-menu{margin:0;
    font-size:15.9px;
    line-height:1.74;
    max-width:64ch;}
.primary-rail .active-menu em{font-style:italic;}
.primary-rail .simple-benefit{
    display:flex;
    flex-direction:column;
    gap:0.35rem;
    padding:calc(1.5rem * .75);
    background:#ecebe5;
    color:#2c2b28;
    border-radius:0.35rem;
}
.primary-rail .clear-figure{margin:0;
    font-size:calc(15.9px * .875);
    line-height:1.6;}
.primary-rail .content-story{display:inline-block;
    min-width:6.5rem;
    color:#2c2b28;
    opacity:0.75;}
.primary-rail .clear-figure a{color:#1c1c1c;
    text-decoration:none;
    border-bottom:1px solid #dcd9d0;}
.primary-rail .clear-figure a:hover{color:#8a6a1f;
    border-bottom-color:#8a6a1f;}
.primary-rail .top-panel{margin:0;
    font-size:calc(15.9px * .875);
    line-height:1.65;
    color:#2c2b28;
    max-width:60ch;}
.primary-rail .top-panel a{color:#1c1c1c;
    text-decoration:none;
    border-bottom:1px solid #dcd9d0;}
.primary-rail .top-panel a:hover{color:#8a6a1f;
    border-bottom-color:#8a6a1f;}
@media (max-width:640px){.primary-rail .content-story{
        display:block;
        min-width:0;
        margin-bottom:0.1rem;
    }
}
.bottom-entries{
        background:#f7f6f3;
        color:#1a1a18;
        padding:calc(1.5rem * 2.4) 1.31rem;
    }
.bottom-entries .c{max-width:840px;
        margin:0 auto;
        display:grid;
        gap:calc(0.69rem * 1.5);}
@media (min-width:1024px){.bottom-entries .c{
            grid-template-columns:minmax(0,1fr) 260px;
            align-items:start;
        }
    }
.bottom-entries .featured-intro{border-bottom:1px solid #dcd9d0;
        padding-bottom:calc(0.69rem * 1.5);}
.bottom-entries h1{font-size:calc(15.9px * 2.65);
        line-height:1.2;
        margin:0 0 0.6rem;
        letter-spacing:-0.01em;}
.bottom-entries .offer-section{font-size:calc(15.9px * 1.125);
        margin:0 0 1rem;}
.bottom-entries .quiet-rail{display:flex;
        flex-wrap:wrap;
        gap:0.4rem 1.2rem;
        font-size:calc(15.9px * .875);}
.bottom-entries .simple-surface{margin:calc(0.69rem * 1.5) 0 0;}
.bottom-entries .simple-surface img{display:block;
        width:100%;
        height:auto;
        border-radius:0.35rem;
        border:1px solid #dcd9d0;}
.bottom-entries .team-fields{margin-top:calc(0.69rem * 1.5);
        font-size:15.9px;
        line-height:1.74;}
.bottom-entries .team-fields p{margin:0 0 1.1rem;}
.bottom-entries .team-fields h2{font-size:calc(15.9px * 1.35);
        margin:1.8rem 0 0.7rem;
        letter-spacing:-0.005em;}
.bottom-entries .strong-copy{margin-top:calc(0.69rem * 1.5);
        padding-top:calc(0.69rem * 1.5);
        border-top:1px solid #dcd9d0;}
.bottom-entries .top-panel{font-size:calc(15.9px * .875);
        margin:0;}
.bottom-entries .top-panel a{text-decoration:underline;
        text-underline-offset:2px;}
.bottom-entries .top-panel a:hover{}
.bottom-entries .focused-area{
        background:#ffffff;
        color:#1a1a18;
        border:1px solid #dcd9d0;
        border-radius:0.51rem;
        padding:calc(1.5rem * .75);
    }
.bottom-entries .focused-area h3{font-size:15.9px;
        margin:0 0 0.9rem;
        letter-spacing:0.01em;
        text-transform:uppercase;}
.bottom-entries .plain-view{list-style:none;
        margin:0;
        padding:0;
        display:flex;
        flex-direction:column;
        gap:0.7rem;}
.bottom-entries .plain-view li{border-bottom:1px solid #dcd9d0;
        padding-bottom:0.7rem;}
.bottom-entries .plain-view li:last-child{border-bottom:0;
        padding-bottom:0;}
.bottom-entries .plain-view a{text-decoration:none;
        font-size:calc(15.9px * .875);
        line-height:1.5;}
.bottom-entries .plain-view a:hover{text-decoration:underline;
        text-underline-offset:2px;}
.welcome{
    padding:calc(1.5rem * 2.4) 1.31rem;
    background:#f7f6f3;
    color:#1a1a18;
}
.welcome .direct-team{max-width:840px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.69rem * 1.5);}
.welcome .active-flow{border-bottom:1px solid #dcd9d0;
    padding-bottom:1.5rem;}
.welcome .team-shell{margin:0 0 4px;
    font-size:calc(15.9px * 1.35);
    letter-spacing:-0.01em;}
.welcome .team-entries{margin:0;
    font-size:calc(15.9px * .875);
    color:#2c2b28;}
.welcome .soft-figure{display:flex;
    flex-direction:column;
    gap:0.69rem;
    max-width:56ch;}
.welcome .active-menu{margin:0;
    font-size:15.9px;
    line-height:1.74;}
.welcome .quiet-summary{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:0.69rem;}
.welcome .clear-figure{
    display:flex;
    flex-direction:column;
    gap:2px;
    padding:calc(1.5rem * .75);
    background:#ffffff;
    color:#1a1a18;
    border:1px solid #dcd9d0;
    border-radius:0.35rem;
    flex:1 1 220px;
    min-width:0;
}
.welcome .content-story{font-size:calc(15.9px * .875);
    color:#2c2b28;
    text-transform:uppercase;
    letter-spacing:0.06em;}
.welcome .clear-figure a{color:#1c1c1c;
    text-decoration:none;
    word-break:break-word;}
.welcome .clear-figure a:hover{color:#8a6a1f;
    text-decoration:underline;}
.welcome .top-panel{margin:0;
    font-size:calc(15.9px * .875);
    color:#2c2b28;
    max-width:60ch;}
.welcome .top-panel a{color:#1c1c1c;
    text-decoration:underline;}
.welcome .top-panel a:hover{color:#8a6a1f;}
@media (max-width:640px){.welcome .quiet-summary{
        flex-direction:column;
    }
}
.active-benefit{
        color:#1a1a18;
        background:#f7f6f3;
        padding:calc(1.5rem * 2.4) 1.31rem;
    }
.active-benefit .c{max-width:840px;
        margin:0 auto;
        display:grid;
        gap:calc(0.69rem * 1.5);}
@media (min-width:1024px){.active-benefit .c{
            grid-template-columns:minmax(0,1fr) 260px;
            align-items:start;
        }
    }
.active-benefit .featured-intro{margin-bottom:calc(0.69rem * 1.5);
        padding-bottom:calc(0.69rem * 1.5);
        border-bottom:1px solid #dcd9d0;}
.active-benefit h1{font-size:calc(15.9px * 2.65);
        line-height:1.2;
        margin:0 0 0.6rem;
        letter-spacing:-0.01em;}
.active-benefit .active-block{font-size:calc(15.9px * 1.125);
        margin:0 0 1rem;}
.active-benefit .quiet-rail{display:flex;
        flex-wrap:wrap;
        gap:1.2rem;
        font-size:calc(15.9px * .875);}
.active-benefit .active-intro{margin:0 0 calc(0.69rem * 1.5);}
.active-benefit .active-intro img{display:block;
        width:100%;
        height:auto;
        border-radius:0.51rem;
        box-shadow:0 0px 1px rgba(0,0,0,0.08);}
.active-benefit .team-fields{line-height:1.74;
        font-size:15.9px;}
.active-benefit .team-fields p{margin:0 0 1.1rem;}
.active-benefit .team-fields h2{font-size:calc(15.9px * 1.35);
        margin:1.8rem 0 0.7rem;
        letter-spacing:-0.005em;}
.active-benefit .bottom-body{margin:0 0 1.2rem;
        padding-left:1.1rem;
        display:flex;
        flex-direction:column;
        gap:0.5rem;}
.active-benefit .bottom-body li{line-height:1.65;}
.active-benefit .article-foot{margin-top:calc(0.69rem * 1.5);
        padding-top:calc(0.69rem * 1.5);
        border-top:1px solid #dcd9d0;}
.active-benefit .top-panel{font-size:calc(15.9px * .875);
        margin:0 0 0.8rem;}
.active-benefit .site-fields{display:flex;
        flex-wrap:wrap;
        gap:0.6rem 1.4rem;}
.active-benefit .site-fields a{text-decoration:none;
        font-size:calc(15.9px * .875);
        border-bottom:1px solid #dcd9d0;
        padding-bottom:2px;}
.active-benefit .site-fields a:hover{border-bottom-color:#8a6a1f;}
.active-benefit .primary-callout{
        background:#ffffff;
        color:#1a1a18;
        border:1px solid #dcd9d0;
        padding:calc(1.5rem * .75);
        border-radius:0.51rem;
        box-shadow:0 0px 1px rgba(0,0,0,0.08);
    }
.active-benefit .primary-callout h3{margin:0 0 1rem;
        font-size:15.9px;
        letter-spacing:0.01em;}
.active-benefit .visual-footer{display:flex;
        flex-direction:column;
        gap:0.9rem;}
.active-benefit .visual-footer .simple-items{display:flex;
        flex-direction:column;
        gap:0.25rem;
        padding-bottom:0.9rem;
        border-bottom:1px solid #dcd9d0;}
.active-benefit .visual-footer .simple-items:last-child{border-bottom:none;
        padding-bottom:0;}
.active-benefit .visual-footer a{text-decoration:none;
        font-size:calc(15.9px * .875);
        line-height:1.5;}
.active-benefit .visual-footer a:hover{}
.active-benefit .main-flow{font-size:calc(15.9px * .875);}
.active-benefit .focused-plan{margin:1.2rem 0 0.6rem;
        font-size:calc(15.9px * .875);
        line-height:1.6;}
.active-benefit .narrow-note{display:inline-block;
        font-size:calc(15.9px * .875);
        text-decoration:none;
        border-bottom:1px solid #dcd9d0;
        padding-bottom:2px;}
.active-benefit .narrow-note:hover{border-bottom-color:#8a6a1f;}
.mission{
    padding:calc(1.5rem * 2.4) 1.31rem;
    background:#ecebe5;
    color:#2c2b28;
}
.mission .direct-team{max-width:840px;
    margin:0 auto;}
.mission .quiet-summary{display:flex;
    flex-wrap:wrap;
    gap:calc(1.5rem * .75);
    align-items:flex-start;}
.mission .primary-shell{
    flex:0 0 180px;
    margin:0;
    border:1px solid #dcd9d0;
    border-radius:0.35rem;
    overflow:hidden;
    background:#ffffff;color:#1a1a18;}
.mission .primary-shell img{display:block;
    width:100%;
    height:auto;}
.mission .soft-figure{flex:1 1 320px;
    min-width:0;}
.mission .clear-figure{margin:0 0 0.69rem;
    font-size:calc(15.9px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;}
.mission .team-shell{margin:0 0 0.2rem;
    font-size:calc(15.9px * 1.35);
    line-height:1.25;}
.mission .team-entries{margin:0 0 calc(0.69rem * 1.5);
    font-size:15.9px;}
.mission .active-menu{margin:0 0 calc(0.69rem * 1.5);
    font-size:15.9px;
    line-height:1.74;}
.mission .simple-benefit{list-style:none;
    margin:0 0 calc(0.69rem * 1.5);
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:0.4rem 1.1rem;
    font-size:calc(15.9px * .875);}
.mission .simple-benefit .media-body{flex:1 1 100%;}
.mission .simple-benefit a{color:#1c1c1c;
    text-decoration:none;
    border-bottom:1px solid #dcd9d0;}
.mission .simple-benefit a:hover{color:inherit;
    border-bottom-color:#8a6a1f;}
.mission .top-panel{margin:0;
    font-size:calc(15.9px * .875);
    padding-top:0.69rem;
    border-top:1px solid #dcd9d0;}
.mission .top-panel a{color:#1c1c1c;
    text-decoration:none;
    border-bottom:1px solid #dcd9d0;}
.mission .top-panel a:hover{color:inherit;
    border-bottom-color:#8a6a1f;}
@media (max-width:560px){.mission .primary-shell{
        flex:1 1 100%;
    }
}
.primary-figure{background:#8a6a1f;color:#fdfbf6;padding:calc(1.5rem * 2.4) 1.31rem}
.primary-figure .active-proof{max-width:840px;margin:0 auto}
.primary-figure .team-rail{display:flex;align-items:flex-start;gap:calc(0.69rem * 1.5)}
.primary-figure .soft-frame{display:block;flex:0 1 40%;min-width:14rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.35rem;border:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.primary-figure .team-fields{flex:1 1 32rem;min-width:0}
.primary-figure h2{margin:0;font-size:clamp(calc(15.9px * 2),4.4vw,calc(15.9px * 2.65));line-height:1.08;letter-spacing:-0.01em}
.primary-figure p{margin:1.5rem 0 0;max-width:40rem;font-size:15.9px;line-height:1.7}
.primary-figure .fresh-copy{display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin-top:calc(0.69rem * 1.5);border-top:1px solid color-mix(in srgb,currentColor 20%,transparent);padding-top:calc(0.69rem * 1.5)}
.primary-figure a{display:block;padding:0.55rem 0;border-radius:0.27rem;color:inherit;text-decoration:none;font-size:15.9px;border-bottom:1px solid color-mix(in srgb,currentColor 14%,transparent);transition:border-color 300ms var(--ease-nav),opacity 300ms var(--ease-nav)}
.primary-figure a:last-child{border-bottom:0}
.primary-figure a:hover,.primary-figure a:focus-visible{border-color:currentColor;opacity:0.86}
@media(max-width:760px){.primary-figure .team-rail{flex-direction:column}.primary-figure .soft-frame{flex-basis:auto;min-width:0;aspect-ratio:16/10}}
.main-section{padding:calc(1.5rem * 2.4) 1.31rem;background:#f7f6f3;color:#1a1a18}
.main-section .active-proof{max-width:840px;margin:0 auto}
.main-section .page-tile{display:flex;gap:calc(0.69rem * 1.5);align-items:flex-start}
.main-section .content-surface{flex:0 1 30rem;min-width:0}
.main-section h2{margin:0;font-size:calc(15.9px * 2);line-height:1.14}
.main-section .content-surface p{margin:1.5rem 0 0;font-size:calc(15.9px * 1.125);line-height:1.74}
.main-section .content-surface .top-panel{margin-top:calc(0.69rem * 1.5);font-size:calc(15.9px * .875);line-height:1.74;color:#2c2b28;background:#ecebe5;padding:calc(1.5rem * .75);border-radius:0.27rem}
.main-section .content-surface .top-panel a{color:#1c1c1c;text-decoration:underline}
.main-section .content-surface .top-panel a:hover{color:#8a6a1f}
.main-section ul{list-style:none;margin:calc(0.69rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.main-section li{padding:calc(1.5rem * .75) 0;line-height:1.74}
.main-section li+li{border-top:1px solid #dcd9d0}
.main-section .quiet-frame{flex:1 1 34rem;min-width:0;background:#ffffff;color:#1a1a18;border:1px solid #dcd9d0;border-radius:0.35rem;padding:calc(0.69rem * 1.5);box-shadow:0 0px 1px rgba(0,0,0,0.08)}
.main-section .quiet-frame .offer-section{margin:0 0 1.5rem;font-size:calc(15.9px * .875);line-height:1.74;color:#2c2b28}
.main-section .team-steps{display:flex;flex-wrap:wrap;gap:1.5rem}
.main-section .team-steps label{flex:1 1 16rem;min-width:0}
.main-section label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(15.9px * .875)}
.main-section input,.main-section textarea{width:100%;max-width:100%;border:1px solid #dcd9d0;border-radius:0.27rem;background:#ffffff;color:#1a1a18;font:inherit;padding:calc(1.5rem * .75);outline:none}
.main-section input::placeholder,.main-section textarea::placeholder{color:rgba(255,255,255,0.55)}
.main-section input:focus,.main-section textarea:focus{border-color:#8a6a1f}
.main-section .primary-links{display:block;margin-top:1.5rem}
.main-section textarea{resize:vertical}
.main-section button{margin-top:1.5rem;border:0;border-radius:0.27rem;background:#1c1c1c;color:#f7f6f3;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.main-section button:hover{background:#000000;color:#1a1a18;}
@media(max-width:840px){.main-section .page-tile{display:block}.main-section .quiet-frame{margin-top:calc(0.69rem * 1.5);padding:1.5rem}.main-section .team-steps{display:block}.main-section .team-steps label+label{margin-top:1.5rem}}
.page-footer{padding:calc(1.5rem * 2.4) 1.31rem;background:linear-gradient(180deg, #f7f6f3 0%, #ecebe5 100%);color:#1a1a18}
.page-footer .active-proof{max-width:840px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.78fr);gap:calc(0.69rem * 1.5);align-items:start}
.page-footer .soft-figure{display:flex;flex-direction:column;gap:0.69rem}
.page-footer h2{margin:0;font-size:calc(15.9px * 2);line-height:1.15}
.page-footer .soft-figure>p{margin:0;font-size:15.9px;max-width:52ch}
.page-footer .quiet-area{display:flex;flex-direction:column;gap:0;margin-top:1.5rem;border-top:1px solid #dcd9d0}
.page-footer .focused-surface{display:flex;flex-wrap:wrap;align-items:baseline;gap:0.69rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #dcd9d0}
.page-footer .focused-surface span{flex:0 0 9rem;font-size:calc(15.9px * .875);text-transform:uppercase;letter-spacing:.04em}
.page-footer .focused-surface strong{flex:1 1 12rem;font-size:15.9px;font-weight:600}
.page-footer .focused-surface a{color:inherit;text-decoration:none;border-bottom:1px solid #8a6a1f}
.page-footer .focused-surface a:hover{}
.page-footer .top-panel{margin:1.5rem 0 0;font-size:calc(15.9px * .875);max-width:56ch}
.page-footer .featured-region{min-height:clamp(22rem,44vw,34rem);border-radius:0.51rem;overflow:hidden;border:1px solid #dcd9d0;box-shadow:0 0px 1px rgba(0,0,0,0.08);background:#ffffff;color:#1a1a18;}
.page-footer iframe{display:block;width:100%;height:100%;border:0;filter:grayscale(1) contrast(.95)}
@media (max-width: 860px){.page-footer .active-proof{grid-template-columns:1fr}.page-footer .featured-region{min-height:22rem}.page-footer .focused-surface span{flex-basis:100%}}
.visual-callout{padding:calc(1.5rem * 2.4) 1.31rem;background:#f7f6f3;color:#1a1a18}
.visual-callout .media-steps{max-width:min(840px,58rem);margin:0 auto}
.visual-callout .soft-stack{margin-bottom:calc(0.69rem * 1.5)}
.visual-callout h2{margin:0;font-size:calc(15.9px * 2);line-height:1.12;letter-spacing:-0.01em}
.visual-callout .main-header{margin:1.5rem 0 0;font-size:calc(15.9px * 1.125);line-height:1.74;max-width:52rem}
.visual-callout .site-steps{display:flex;flex-direction:column;border-top:1px solid #dcd9d0}
.visual-callout .top-panel{padding:calc(0.69rem * 1.5) 0}
.visual-callout .top-panel + .top-panel{border-top:1px solid #dcd9d0}
.visual-callout h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.9px * 1.35);line-height:1.25;font-weight:600}
.visual-callout .top-panel p{margin:0;line-height:1.74}
.visual-callout .top-panel a{text-decoration:underline;text-underline-offset:2px}
.visual-callout .top-panel a:hover{}
.visual-callout .visual-form{margin:calc(0.69rem * 1.5) 0 0;font-size:calc(15.9px * .875);}
@media (max-width:640px){.visual-callout .top-panel{padding:calc(1.5rem * .75) 0}.visual-callout h2{font-size:calc(15.9px * 1.35)}
}
.text-links{padding:calc(1.5rem * 2.4) 1.31rem;background:#141412;color:#f4f3ef}
.text-links .soft-figure{max-width:min(840px,54rem);margin:0 auto}
.text-links h2{margin:0;font-size:calc(15.9px * 2.65);line-height:1.08;letter-spacing:-0.01em}
.text-links .soft-stack{margin:1.5rem 0 calc(1.5rem * 2.4);font-size:calc(15.9px * 1.125);line-height:1.6;color:color-mix(in srgb,currentColor 74%,transparent)}
.text-links .simple-service{margin:0 0 calc(0.69rem * 1.5);padding-bottom:calc(0.69rem * 1.5);border-bottom:1px solid color-mix(in srgb,currentColor 14%,transparent)}
.text-links .simple-service:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}
.text-links h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.9px * 1.35);line-height:1.25;font-weight:600}
.text-links .simple-service p{margin:0;color:color-mix(in srgb,currentColor 76%,transparent)}
.text-links .simple-service a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.text-links .simple-service a:hover{color:inherit;}
@media (max-width:640px){.text-links .soft-stack{font-size:15.9px}.text-links .simple-service{padding-bottom:calc(1.5rem * .75);margin-bottom:calc(1.5rem * .75)}
}
.secondary-block{
  --axis-main:calc(1.5rem * 1.02);
  --field-local:calc(840px / 3.15);
  padding:calc(1.5rem * 2.4) 1.31rem;
  background:#f7f6f3;
  color:#1a1a18;
}
.secondary-block .active-proof{max-width:840px;margin:0 auto;}
.secondary-block h1,.secondary-block h2,.secondary-block h3,.secondary-block p{margin:0;}
.secondary-block h2{font-size:calc(15.9px * 2);line-height:1.12;}
.secondary-block p{font-size:15.9px;line-height:1.74;}
.secondary-block .offer-section{max-width:var(--field-local);}
.secondary-block .top-panel{max-width:var(--field-local);color:#2c2b28;}
.secondary-block a{color:inherit;text-decoration:none;}
.secondary-block .fresh-proof{
  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.27rem;
  background:#1c1c1c;
  color:#f7f6f3;
}
.secondary-block .fresh-proof:hover{background:#000000;color:#1a1a18;}
.secondary-block .active-grid>h2,
.secondary-block .active-grid>p,
.secondary-block .active-grid>.fresh-proof{margin-top:1.5rem;}
.secondary-block .plain-view{display:flex;
  flex-wrap:wrap;
  gap:0.69rem 1.5rem;
  margin-top:var(--axis-main);
  padding-top:calc(0.69rem * 1.5);
  border-top:1px solid #dcd9d0;
  font-size:calc(15.9px * .875);}
.secondary-block .plain-view a{color:#1c1c1c;
  border-bottom:1px solid #dcd9d0;
  padding-bottom:2px;}
.secondary-block .plain-view a:hover{color:#8a6a1f;border-bottom-color:#8a6a1f;}
.signal{
  padding: calc(1.5rem * 2.4) 1.31rem;
  background: #f7f6f3;
  color: #1a1a18;
}
.signal .active-proof{max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.69rem * 1.5);}
.signal .bottom-details{
  padding: calc(1.5rem * .75);
  border-radius: 0.51rem;
  background: #141412;
  color: #f4f3ef;
  border: 1px solid #141412;
}
.signal .bottom-details .site-entries{
  display: inline-block;
  font-size: calc(15.9px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fdfbf6;
  background: #8a6a1f;
  padding: 0.2rem 0.55rem;
  border-radius: 0.27rem;
}
.signal h2{margin: calc(0.69rem * 1.5) 0 0;
  font-size: calc(15.9px * 2);
  line-height: 1.12;}
.signal .bottom-details p{margin: calc(1.5rem * .75) 0 0;
  font-size: 15.9px;
  line-height: 1.74;color:inherit;
  opacity: 0.86;}
.signal .quiet-area{display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #dcd9d0;}
.signal .simple-items{padding: calc(0.69rem * 1.5) 0;
  border-bottom: 1px solid #dcd9d0;}
.signal .simple-items strong{display: block;
  font-size: calc(15.9px * 1.35);
  font-weight: 600;
  margin-bottom: 0.4rem;}
.signal .simple-items p{margin: 0;
  font-size: 15.9px;
  line-height: 1.74;}
.signal .simple-items a{text-decoration: underline;
  text-underline-offset: 2px;}
.signal .simple-items a:hover{}
@media (max-width: 760px) {.signal .bottom-details{
    padding: calc(0.69rem * 1.5);
  }
}
.secondary-lead{padding:calc(1.5rem * 2.4) 1.31rem;background:#f7f6f3;color:#1a1a18}
.secondary-lead .active-proof{max-width:840px;margin:0 auto}
.secondary-lead .page-tile{display:flex;flex-wrap:wrap;gap:calc(0.69rem * 1.5);align-items:flex-start}
.secondary-lead .offer-section{flex:1 1 22rem;min-width:0}
.secondary-lead .top-panel{margin:0 0 1.5rem;font-size:calc(15.9px * .875);letter-spacing:0.08em;text-transform:uppercase;color:#2c2b28}
.secondary-lead h2{margin:0;font-size:calc(15.9px * 2.65);line-height:1.08}
.secondary-lead .bottom-frame{flex:1 1 20rem;min-width:0;padding-top:calc(1.5rem * .75)}
.secondary-lead .clear-visual{margin:0;line-height:1.74;color:#2c2b28}
.secondary-lead .fresh-proof{display:inline-flex;margin-top:1.5rem;border-radius:0.35rem;background:#1c1c1c;color:#f7f6f3;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.secondary-lead .fresh-proof:hover{background:#000000;color:#1a1a18;}
.secondary-lead .plain-view{list-style:none;margin:calc(0.69rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.secondary-lead .plain-view a{display:block;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #dcd9d0;color:#1c1c1c;text-decoration:none}
.secondary-lead .plain-view a:hover{color:#8a6a1f}
.secondary-lead .focused-area{margin:calc(0.69rem * 1.5) 0 0;font-size:calc(15.9px * .875);line-height:1.74;color:#2c2b28}
.secondary-lead .focused-area a{color:#1c1c1c;text-decoration:underline}
.secondary-lead .focused-area a:hover{color:#8a6a1f}
@media(max-width:760px){.secondary-lead h2{font-size:calc(15.9px * 2)}.secondary-lead .bottom-frame{padding-top:0}}
