:root {
  --ease-hover: ease;
  --ink-card: #F5F2EC;
  --surface-page: #3E3A34;
}
body{margin:0;padding:0;font-family:"Inter", sans-serif;}
*{box-sizing:border-box;}
.quiet-copy{
    background: #FAF7F2;
    border-bottom: 1px solid #E5DFD5;
    width: 100%;color:#3E3A34;}
.site-feature {
    max-width: 1060px;
    margin: 0 auto;
    padding: calc(1.5rem * 0.75) 2.14rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.19rem;
  }
.focused-flow {
    font-size: calc(15.3px * 1.125);
    font-weight: 700;
    color: #3E3A34;
    text-decoration: none;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }
.focused-flow:hover {
    color: #C48B5A;
  }
.wide-flow {
    display: flex;
    align-items: center;
  }
.nav-list {
    display: flex;
    align-items: center;
    gap: calc(1.19rem * 1.25);
    list-style: none;
    margin: 0;
    padding: 0;
  }
.nav-list a {
    color: #3E3A34;
    text-decoration: none;
    font-size: 15.3px;
    font-weight: 500;
    padding: 0.5rem 0.25rem;
    border-bottom: 2px solid transparent;
    transition: color 340ms var(--ease-hover), border-color 340ms var(--ease-hover);
  }
.nav-list a:hover {
    color: #C48B5A;
    border-bottom-color: #C48B5A;
  }
.text-frame {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #5A6B4F;
    color: #FFFFFF;
    font-size: 15.3px;
    font-weight: 600;
    text-decoration: none;
    padding: 0.6rem 1.25rem;
    border-radius: 0.7rem;
    transition: background 340ms var(--ease-hover);
    white-space: nowrap;
  }
.text-frame:hover{
    background: #4A5941;color:#3E3A34;}
.simple-tile {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
  }
.site-note{
    display: block;
    width: 24px;
    height: 2px;
    background: #3E3A34;
    border-radius: 2px;
    transition: transform 340ms var(--ease-hover), opacity 340ms var(--ease-hover);color:#3E3A34;}
.simple-tile.active .site-note:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.simple-tile.active .site-note:nth-child(2) {
    opacity: 0;
  }
.simple-tile.active .site-note:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
@media (max-width: 767px) {
    .site-feature {
      flex-wrap: wrap;
      padding: calc(1.5rem * 0.5) 2.14rem;
    }

    .simple-tile {
      display: flex;
      order: 3;
    }

    .wide-flow {
      display: none;
      width: 100%;
      order: 4;
      padding-top: 1.5rem;
    }

    .wide-flow.open {
      display: block;
    }

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

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

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

    .nav-list li:last-child a {
      border-bottom: none;
    }

    .text-frame {
      order: 2;
      margin-left: auto;
      padding: 0.5rem 1rem;
      font-size: calc(15.3px * .875);
    }

    .focused-flow {
      order: 1;
      font-size: 15.3px;
    }
  }
.local-view{padding:calc(1.5rem * 2.4) 2.14rem;font-family:"Inter", sans-serif;font-size:15.3px;line-height:1.87;background:var(--surface-page);color:var(--ink-card);}
.compact-entries{max-width:1060px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.19rem * 1.5)}
.service-proof{display:flex;flex-wrap:wrap;gap:1.19rem;align-items:center;font-style:normal}
.bottom-quote,
  .service-list,
  .fresh-intro{color:inherit;text-decoration:none;font-size:15.3px}
.service-list:hover,
  .fresh-intro:hover{text-decoration:underline}
.featured-region{margin-top:1.5rem}
.bottom-frame{font-size:calc(15.3px * 2);font-weight:700;color:inherit;text-decoration:none;letter-spacing:0.02em}
.bottom-frame:hover{}
.contact-area{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.19rem;margin-top:1.5rem}
.bottom-callout{display:flex;flex-direction:column;gap:calc(1.5rem * 0.5)}
.bottom-callout a{color:inherit;text-decoration:none;font-size:calc(15.3px * .875);transition:color 340ms var(--ease-hover)}
.bottom-callout a:hover{text-decoration:underline;color:inherit}
.soft-nav{margin-top:calc(1.19rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.1);padding-top:1.5rem;display:flex;flex-direction:column;gap:1.5rem}
.primary-body,
  .featured-list{font-size:calc(15.3px * .875);margin:0;color:inherit}
.featured-list{opacity:0.85;max-width:80ch}
@media (max-width: 768px) {.contact-area{grid-template-columns:1fr 1fr}
  }
@media (max-width: 480px) {.contact-area{grid-template-columns:1fr}.service-proof{flex-direction:column;align-items:flex-start}
  }
footer .contact-fields{flex:1 1 100%;max-width:1060px;margin:1.5rem auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(15.3px * .875);line-height:1.87;opacity:.82;overflow-wrap:anywhere;}
.cookies {
        position: fixed;
        left: 2.14rem;
        right: 2.14rem;
        bottom: 1.5rem;
        z-index: 1200
    }
.cookies .service-story {
        max-width: 1060px;
        margin: 0 auto;
        display: flex;
        gap: 1px;
        background: #d8dde6;
        color: #0a0f1a;
        border: 1px solid #d8dde6;
        box-shadow: 0 10px 34px rgba(0,0,0,0.03)
    }
.cookies .service-story div {
        width: 50%;
    }
.cookies .service-story > * {
        min-width: 0;
    }
.cookies .service-story > * {
        background: #fff;
        color: #0a0f1a;
        padding: 1.5rem
    }
.cookies strong {
        font-size: calc(15.3px * 1.35);
        line-height: 1.12
    }
.cookies p {
        margin: calc(1.5rem * .75) 0 0;
        color: #2a3040;
        line-height: 1.87
    }
.cookies button {
        border: 0;
        font: inherit;
        cursor: pointer
    }
.cookies button.cookie-accept {
        background: #5A6B4F;
        color: #FFFFFF
    }
@media (max-width: 760px) {
        .cookies .service-story {
            display: block
        }

        .cookies .service-story > * {
            display: block;
            width: 100%;
            text-align: left;
            border-bottom: 1px solid #d8dde6
        }
    }
.bottom-content{padding:calc(1.5rem * 2.4) 2.14rem;background:linear-gradient(135deg, #F5F2EC 0%, #E8E2D8 100%);color:#3E3A34;}
.bottom-content .offer-panel{max-width:1060px;margin:0 auto;}
.bottom-content h1,.bottom-content p{margin:0;}
.bottom-content .secondary-story{display:flex;align-items:flex-start;gap:1.19rem;}
.bottom-content .clear-group{flex:0 1 calc(1060px / 4);font-size:15.3px;line-height:1.87;color:#5A5348;}
.bottom-content .offer-lead{flex:1 1 auto;min-width:0;}
.bottom-content h1{font-size:calc(15.3px * 2.65);line-height:1.08;}
.bottom-content .offer-lead p{margin-top:1.5rem;font-size:calc(15.3px * 1.125);line-height:1.87;max-width:calc(1060px / 2.4);color:#5A5348;}
.bottom-content .clear-list{display:inline-flex;margin-top:1.5rem;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.32rem;background:#5A6B4F;color:#FFFFFF;text-decoration:none;transition:background 340ms var(--ease-hover);}
.bottom-content .clear-list:hover{background:#4A5941;color:#3E3A34;}
@media(max-width:760px){.bottom-content .secondary-story{flex-direction:column;}}
.contact-brand{padding:calc(1.5rem * 2.4) 2.14rem;background:linear-gradient(135deg, #F5F2EC 0%, #E8E2D8 100%);color:#3E3A34}
.contact-brand .offer-panel{max-width:1060px;margin:0 auto}
.contact-brand .entries{max-width:54rem;margin-bottom:calc(1.19rem * 1.5)}
.contact-brand h2{margin:0;font-size:calc(15.3px * 2.65);line-height:1.05;font-weight:600}
.contact-brand .entries p{max-width:42rem;margin:1.5rem 0 0;font-size:15.3px;line-height:1.87;color:#3E3A34}
.contact-brand .quiet-figure{display:flex;align-items:flex-start;gap:calc(calc(1.19rem * 1.5)*1.2)}
.contact-brand .fresh-headline{flex:0 1 20rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
.contact-brand button{max-width:100%;padding:calc(1.5rem * .75) 0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.6;transition:opacity 340ms var(--ease-hover),transform 340ms var(--ease-hover);border-bottom:1px solid rgba(90,107,79,.2)}
.contact-brand button:hover,.contact-brand button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.4));border-bottom-color:#C48B5A}
.contact-brand .featured-group{flex:1 1 30rem;align-self:start;background:#FFFFFF;color:#3E3A34;border:1px solid #E5DFD5;border-radius:1rem;padding:calc(1.19rem * 1.5)}
.contact-brand [data-response]{display:none}
.contact-brand [data-response].is-active{display:block;animation:clarifyFocusIn calc(340ms*1.8) var(--ease-hover) both}
.contact-brand h3{margin:0;font-size:calc(15.3px * 2);line-height:1.1;font-weight:600}
.contact-brand [data-response] p{max-width:46rem;margin:1.5rem 0 0;font-size:15.3px;line-height:1.87}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.19rem * 1)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.contact-brand .quiet-figure{display:block}.contact-brand .fresh-headline{margin-bottom:calc(1.19rem * 1.5)}.contact-brand .featured-group{padding:calc(1.5rem * .75)}}
@media(prefers-reduced-motion:reduce){.contact-brand [data-response].is-active{animation:none}}
.team-steps{
        --mark-main: calc(1.5rem * 1.14);
        --state-content: calc(1060px / 2.38);
        padding: calc(1.5rem * 2.4) 2.14rem;
        background: var(--surface-page);
        color: var(--ink-card);
    }
.team-steps .offer-panel{max-width: 1060px;
        margin: 0 auto;}
.team-steps h2,
    .team-steps h3,
    .team-steps p{margin: 0;}
.team-steps h2{font-size: calc(15.3px * 2);
        line-height: 1.12;
        max-width: calc(1060px / 1.6);}
.team-steps h3{font-size: calc(15.3px * 1.35);
        line-height: 1.2;}
.team-steps p{font-size: 15.3px;
        line-height: 1.87;}
.team-steps a{color: inherit;
        text-decoration: none;}
.team-steps .page-summary{margin-top: 1.5rem;
        max-width: calc(1060px / 2);}
.team-steps .steady-lead{display: grid;
        grid-template-columns: 1fr;
        gap: calc(var(--mark-main) * 0.8);
        margin-top: var(--mark-main);}
.team-steps .public-section{
        padding: calc(1.5rem * .75);
        border-radius: 0.7rem;
        background: color-mix(in srgb, var(--ink-card) 7%, transparent);color:#3E3A34;}
.team-steps .public-section p{margin-top: calc(1.5rem / 3);
        opacity: 0.92;}
.team-steps .public-actions{margin-top: calc(var(--mark-main) * 1.1);
        padding: calc(1.5rem * .75);
        border-left: 3px solid #C48B5A;
        max-width: calc(1060px / 1.4);}
.team-steps .public-actions p{margin-bottom: calc(1.5rem / 3);}
.team-steps .public-actions a{
        display: inline-flex;
        align-items: center;
        padding: calc(calc(1.5rem * .75) / 1.4) 1.5rem;
        border-radius: 0.32rem;
        background: #C48B5A;
        color: #FFFFFF;
        font-size: calc(15.3px * .875);
        line-height: 1.4;
        transition: background 340ms var(--ease-hover);
    }
.team-steps .public-actions a:hover{
        background: #A9743F;color:#3E3A34;}
@media (min-width: 640px) {.team-steps .steady-lead{
            grid-template-columns: 1fr 1fr;
        }.team-steps .public-section:last-child{
            grid-column: 1 / -1;
        }
    }
@media (min-width: 900px) {.team-steps .steady-lead{
            grid-template-columns: 1fr 1fr;
        }.team-steps .public-section:last-child{
            grid-column: auto;
        }
    }
.public-region{--mark-main:calc(1.5rem * 0.9);padding:calc(1.5rem * 2.4) 2.14rem;background:#5A6B4F;color:#FFFFFF;}
.public-region .offer-panel{max-width:1060px;margin:0 auto;}
.public-region h1,.public-region h2,.public-region h3,.public-region p{margin:0;}
.public-region h2{font-size:calc(15.3px * 2);line-height:1.15;max-width:calc(1060px * 0.72);}
.public-region h3{font-size:calc(15.3px * 1.35);line-height:1.25;font-weight:600;}
.public-region p{font-size:15.3px;line-height:1.87;color:color-mix(in srgb, currentColor 78%, transparent);}
.public-region a{color:inherit;text-decoration:underline;text-underline-offset:3px;text-decoration-color:color-mix(in srgb, currentColor 40%, transparent);}
.public-region a:hover{text-decoration-color:currentColor;}
.public-region .site-region{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.public-region .page-summary{max-width:calc(1060px * 0.78);font-size:calc(15.3px * 1.125);line-height:1.6;color:color-mix(in srgb, currentColor 88%, transparent);}
.public-region .fresh-headline{display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin-top:calc(1.5rem * 1.1);}
.public-region .public-section{padding:calc(calc(1.5rem * .75) * 1.05) calc(calc(1.5rem * .75) * 1.2);border-radius:0.7rem;background:color-mix(in srgb, currentColor 8%, transparent);border:1px solid color-mix(in srgb, currentColor 14%, transparent);}
.public-region .public-section p{margin-top:calc(1.5rem / 3.2);}
.public-region .clear-group{margin-top:calc(1.5rem * 1.1);padding-top:calc(1.5rem / 1.5);border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.public-region .clear-group p{max-width:calc(1060px * 0.8);}
@media (max-width:640px){.public-region h2{max-width:100%;}.public-region .page-summary{max-width:100%;font-size:15.3px;}.public-region .public-section{padding:calc(1.5rem * .75);}.public-region .clear-group p{max-width:100%;}
}
.media-fields{
        padding: clamp(48px, 6vw, 80px) clamp(16px, 4vw, 36px);
        background: #F0EBE3;
        color: #5A5348;
    }
.media-fields .offer-panel{max-width: 900px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;}
.media-fields .page-summary{max-width: 720px;}
.media-fields .page-summary h2{margin: 0 0 12px;
        font-size: calc(15.3px * 2);
        line-height: 1.3;}
.media-fields .page-summary p{margin: 0;
        font-size: 15.3px;}
.media-fields .public-actions{display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.19rem;}
.media-fields .team-brand{
        border: 1px solid #E5DFD5;
        border-radius: 1rem;
        background: #FFFFFF;
        color: #3E3A34;
        padding: 1.5rem 2.14rem;
        box-shadow: 0 1px 2px rgba(0,0,0,0.02);
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
.media-fields .team-brand h3{margin: 0;
        font-size: calc(15.3px * 1.35);
        line-height: 1.4;}
.media-fields .team-brand p{margin: 0;
        font-size: 15.3px;
        line-height: 1.87;}
.media-fields .team-brand a{margin-top: auto;
        color: #5A6B4F;
        text-decoration: underline;
        text-underline-offset: 3px;
        font-weight: 500;}
.media-fields .team-brand a:hover{color:inherit;}
.media-fields .clear-group{border-top: 1px solid #E5DFD5;
        padding-top: 1.5rem;
        display: flex;
        flex-direction: column;
        gap: 10px;}
.media-fields .clear-group p{margin: 0;
        font-size: calc(15.3px * .875);
        line-height: 1.87;
        max-width: 720px;}
.media-fields .clear-group a{color: #5A6B4F;
        text-decoration: underline;
        text-underline-offset: 3px;
        font-weight: 500;
        font-size: calc(15.3px * .875);
        width: fit-content;}
.media-fields .clear-group a:hover{color:inherit;}
@media (max-width: 700px) {.media-fields .public-actions{
            grid-template-columns: 1fr;
        }.media-fields .team-brand{
            padding: calc(1.19rem * 1.5) 2.14rem;
        }
    }
.team-body{
        background: #FAF7F2;
        color: #3E3A34;
        padding: calc(1.5rem * 2.4) 2.14rem;
    }
.team-body .offer-panel{width: min(100%, 1060px);
        margin: 0 auto;
        display: grid;
        gap: calc(1.19rem * 1.5);}
.team-body h2,
    .team-body h3,
    .team-body p{margin: 0;}
.team-body h2{font-size: calc(15.3px * 2);
        line-height: 1.08;
        max-width: 14em;}
.team-body h3{font-size: calc(15.3px * 1.35);
        line-height: 1.2;}
.team-body p{font-size: 15.3px;
        line-height: 1.87;}
.team-body .focused-copy{
        display: grid;
        gap: calc(1.5rem * .75);
        padding: calc(1.19rem * 1.5);
        border-radius: 1.37rem;
        background: #F0EBE3;
        color: #5A5348;
    }
.team-body .public-links{display: grid;
        gap: calc(1.5rem * .75);}
.team-body .focused-copy p{max-width: 42em;}
.team-body .team{display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: calc(1.5rem * .75);}
.team-body .site-menu{
        display: grid;
        gap: calc(1.5rem * .75);
        align-content: start;
        padding: calc(1.19rem * 1.5);
        border-radius: 1rem;
        background: #FFFFFF;
        color: #3E3A34;
        border: 1px solid #E5DFD5;
        animation: activitiesPocketIn calc(340ms * 2.2) var(--ease-hover) both;
        animation-delay: var(--ease-entry, 0ms);
    }
.team-body .focused-intro{display: flex;
        justify-content: space-between;
        gap: calc(1.5rem * .75);
        font-size: calc(15.3px * .875);
        border-bottom: 1px solid #E5DFD5;
        padding-bottom: calc(calc(1.5rem * .75) * 0.6);}
.team-body .clear-group{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: calc(1.5rem * .75);
        padding: calc(1.19rem * 1.5);
        border-radius: 1rem;
        background: #F0EBE3;
        color: #5A5348;
    }
.team-body .clear-group p{max-width: 34em;}
.team-body .clear-list{
        display: inline-block;
        padding: calc(calc(1.5rem * .75) * 0.75) 1.5rem;
        border-radius: 0.7rem;
        background: #5A6B4F;
        color: #FFFFFF;
        text-decoration: none;
        font-weight: 600;
        transition: background 340ms var(--ease-hover);
    }
.team-body .clear-list:hover{
        background: #4A5941;color:#3E3A34;}
@keyframes activitiesPocketIn {from{
            opacity: 0;
            transform: translateY(8px);
        }to{
            opacity: 1;
            transform: translateY(0);
        }
    }
@media (max-width: 700px) {.team-body .team{
            grid-template-columns: 1fr;
        }.team-body .clear-group{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.media-feature{--mark-main:calc(1.5rem * 1.45);--state-content:calc(1060px / 2.95);--label-meta:calc(1060px / 3.94);padding:calc(1.5rem * 2.4) 2.14rem;background:#FAF7F2;color:#3E3A34;}
.media-feature .offer-panel{max-width:1060px;margin:0 auto;}
.media-feature h1,.media-feature h2,.media-feature h3,.media-feature p{margin:0;}
.media-feature h1{font-size:calc(15.3px * 2.65);line-height:1.08;}
.media-feature h2{font-size:calc(15.3px * 2);line-height:1.12;}
.media-feature h3{font-size:calc(15.3px * 1.35);line-height:1.2;}
.media-feature p{font-size:15.3px;line-height:1.87;}
.media-feature a{color:inherit;text-decoration:none;}
.media-feature img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.7rem;flex:0 1 min(28rem,38vw);}
.media-feature .clear-list{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.32rem;background:#5A6B4F;color:#FFFFFF;}
.media-feature .clear-list:hover{background:#4A5941;color:#3E3A34;}
.media-feature .simple-block{display:flex;align-items:center;justify-content:space-between;gap:1.19rem;flex-wrap:wrap;}
.media-feature .simple-block .offer-lead{flex:1 1 24rem;min-width:0;}
.media-feature .page-summary,.media-feature .clear-group{}
.media-feature .simple-block h1,.media-feature .simple-block h2,.media-feature .simple-block p,.media-feature .simple-block .clear-list{margin-top:1.5rem;}
.media-feature .simple-block img{margin-top:var(--mark-main);}
.media-feature .simple-block .page-summary,.media-feature .simple-block .clear-group{}
.media-feature .clear-group{display:inline-block;padding:0.2rem 0.9rem;border-radius:0.32rem;background:#C48B5A;color:#FFFFFF;font-size:calc(15.3px * .875);margin-top:0 !important;}
.media-feature .page-summary{color:#3E3A34;}
.media-feature .public-actions{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;margin-top:1.5rem;}
.media-feature .team-contact{font-size:15.3px;color:#5A6B4F;border-bottom:1px solid #5A6B4F;padding-bottom:0.15rem;}
.media-feature .team-contact:hover{color:inherit;border-color:#C48B5A;}
@media (max-width: 640px){.media-feature .simple-block img{width:100%;flex-basis:100%;}
}
.direct-track{
  background: linear-gradient(135deg, #F5F2EC 0%, #E8E2D8 100%);
  color: #3E3A34;
  padding: calc(1.5rem * 2.4) 2.14rem;
}
.direct-track .offer-panel{width: min(100%, 1060px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .38fr) minmax(0, 1fr);
  gap: 1.19rem;}
.direct-track h2,
.direct-track h3,
.direct-track p{margin: 0;}
.direct-track h2{font-size: calc(15.3px * 2); line-height: 1.08;}
.direct-track h3{font-size: calc(15.3px * 1.35); line-height: 1.16;}
.direct-track p{font-size: 15.3px; line-height: 1.87;}
.direct-track .page-flow{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.19rem * 1.5);
  border-radius: 1.37rem;
  background: linear-gradient(135deg, #C48B5A 0%, #A9743F 100%);
  color: #FFFFFF;
}
.direct-track .narrow-fields{display: flex;
  flex-wrap: wrap;
  gap: 2.14rem;
  font-size: calc(15.3px * .875);
  line-height: 1.4;
  opacity: .9;}
.direct-track .secondary-body{display: grid;
  gap: calc(1.5rem * .75);}
.direct-track .direct-callout{
  display: grid;
  grid-template-columns: 1rem minmax(5rem, .16fr) minmax(9rem, .3fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: 0.7rem;
  background: #FFFFFF;
  color: #3E3A34;
  border: 1px solid #E5DFD5;
  animation: profileEventIn calc(340ms * 2.2) var(--ease-hover) both;
  animation-delay: var(--ease-entry, 0ms);
}
.direct-track i{
  width: .6rem;
  height: .6rem;
  margin-top: .5rem;
  border-radius: 50%;
  background: #5A6B4F;color:#FFFFFF;}
.direct-track .direct-callout span{}
@keyframes profileEventIn {from{ opacity: .2; transform: translateX(calc(calc(1.19rem * 1) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 860px) {.direct-track .offer-panel,
  .direct-track .direct-callout{ grid-template-columns: 1fr; }
}
.text-grid{
  background: #FAF7F2;
  color: #3E3A34;
  padding: calc(1.5rem * 2.4) 2.14rem;
}
.text-grid .offer-panel{width: min(100%, 1060px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(14rem, .34fr) minmax(0, 1fr);
  gap: 1.19rem;}
.text-grid h2,
.text-grid h3,
.text-grid p{margin: 0;}
.text-grid h2{font-size: calc(15.3px * 2); line-height: 1.08;}
.text-grid h3{font-size: calc(15.3px * 1.35); line-height: 1.16;}
.text-grid p{font-size: 15.3px; line-height: 1.87;}
.text-grid .top-details{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.19rem * 1.5);
  border-radius: 1.37rem;
  background: var(--surface-page);
  color: var(--ink-card);
}
.text-grid .top-details a{width: fit-content;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: border-color 340ms var(--ease-hover);}
.text-grid .top-details a:hover{border-color: #C48B5A;}
.text-grid .figure{display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(1.5rem * .75);}
.text-grid [data-block]{
  min-height: 13rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 1rem;
  background: #FFFFFF;
  color: #3E3A34;
  border: 1px solid #E5DFD5;
}
.text-grid .plain-form{color: #5A5348;
  font-size: calc(15.3px * .875);
  letter-spacing: 0.02em;}
@media (max-width: 820px) {.text-grid .offer-panel,
  .text-grid .figure{ grid-template-columns: 1fr; }
}
.service-footer{
  background:var(--surface-page);
  color:var(--ink-card);
  padding:calc(1.5rem * 2.4) 2.14rem;
}
.service-footer .offer-panel{max-width:1060px;
  margin:0 auto;
  display:flex;
  gap:calc(1.19rem * 1.5);
  align-items:stretch;}
.service-footer .content-steps{flex:0 0 15rem;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-width:0;
  border-right:1px solid rgba(245,242,236,0.22);
  padding-right:2.14rem;}
.service-footer .content-steps span{color:rgba(245,242,236,0.65);
  font-size:calc(15.3px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;}
.service-footer .content-steps p{margin:calc(1.19rem * 1.5) 0 0;
  line-height:1.87;
  font-size:calc(15.3px * .875);
  color:rgba(245,242,236,0.8);}
.service-footer .focused-wrap{flex:1 1 auto;
  min-width:0;
  max-width:52rem;}
.service-footer h2{margin:0;
  font-size:calc(15.3px * 2);
  line-height:1.12;
  letter-spacing:0;
  font-weight:600;}
.service-footer .site-view{margin:1.5rem 0 0;
  color:rgba(245,242,236,0.82);
  line-height:1.87;
  font-size:calc(15.3px * 1.125);
  max-width:44rem;}
.service-footer .simple-links{display:flex;
  flex-wrap:wrap;
  gap:.7rem 1.19rem;
  margin-top:calc(1.19rem * 1.5);}
.service-footer .simple-links a{color:var(--ink-card);
  text-decoration:none;
  border:1px solid rgba(245,242,236,0.3);
  border-radius:1.37rem;
  padding:.65rem 1.1rem;
  font-size:calc(15.3px * .875);
  transition:border-color 340ms var(--ease-hover), background 340ms var(--ease-hover);}
.service-footer .simple-links a:hover{
  border-color:rgba(245,242,236,0.6);
  background:rgba(245,242,236,0.06);
}
@media (max-width:720px){.service-footer .offer-panel{display:block}.service-footer .content-steps{border-right:0;border-bottom:1px solid rgba(245,242,236,0.22);padding:0 0 1.5rem}.service-footer .focused-wrap{margin-top:calc(1.19rem * 1.5)}.service-footer .site-view{font-size:15.3px}
}
.team-header{--mark-main:calc(1.5rem * 1.32);padding:calc(1.5rem * 2.4) 2.14rem;background:#F0EBE3;color:#5A5348;}
.team-header .offer-panel{max-width:1060px;margin:0 auto;}
.team-header h1,.team-header h2,.team-header h3,.team-header p{margin:0;}
.team-header h2{font-size:calc(15.3px * 2);line-height:1.12;max-width:calc(1060px * 0.7);}
.team-header h3{font-size:calc(15.3px * 1.35);line-height:1.2;color:#5A5348;}
.team-header p{font-size:15.3px;line-height:1.87;color:#5A5348;opacity:0.82;}
.team-header a{color:inherit;text-decoration:none;}
.team-header .page-summary{margin-top:1.5rem;max-width:calc(1060px * 0.82);}
.team-header .steady-lead{display:flex;flex-wrap:wrap;align-items:stretch;gap:1.19rem;margin-top:var(--mark-main);}
.team-header .public-section{flex:1 1 calc(1060px / 4);min-width:0;background:#FFFFFF;color:#3E3A34;border:1px solid #E5DFD5;border-radius:0.7rem;padding:calc(1.5rem * .75) calc(1.19rem * 1.5);}
.team-header .public-section h3{font-size:15.3px;line-height:1.35;font-weight:600;}
.team-header .public-section p{margin-top:calc(1.5rem / 3);font-size:calc(15.3px * .875);line-height:1.87;color:#3E3A34;opacity:0.78;}
.site-entries{--mark-main:calc(1.5rem * 1.15);--state-content:calc(1060px / 2.50);--label-meta:calc(1060px / 3.66);padding:calc(1.5rem * 2.4) 2.14rem;background:#F0EBE3;color:#5A5348;}
.site-entries .offer-panel{max-width:1060px;margin:0 auto;}
.site-entries h1,.site-entries h2,.site-entries h3,.site-entries p{margin:0;}
.site-entries h2{font-size:calc(15.3px * 2);line-height:1.12;max-width:calc(1060px / 1.8);}
.site-entries p{font-size:15.3px;line-height:1.87;}
.site-entries img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.site-entries .page-summary{margin-top:1.5rem;max-width:calc(1060px / 1.6);}
.site-entries .steady-lead{display:flex;flex-direction:column;gap:var(--mark-main);margin-top:var(--mark-main);}
.site-entries .public-section{min-width:0;padding-left:calc(2.14rem / 1.5);border-left:2px solid #E5DFD5;}
.site-entries .public-section p{line-height:1.87;}
.site-entries .public-section strong{font-weight:600;display:block;margin-bottom:calc(1.5rem / 4);}
.site-entries .clear-details{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.19rem;}
.site-entries .clear-details>.offer-lead{flex:1 1 calc(1060px / 3);min-width:0;}
.site-entries .clear-details>.steady-lead{flex:2 1 calc(1060px / 2);margin-top:0;}
.site-entries .clear-details>img{margin-left:auto;max-width:calc(var(--label-meta) * 1.1);}
@media (max-width: 720px){.site-entries .clear-details>img{max-width:100%;margin-left:0;margin-top:1.5rem;}}
.plain-content{--mark-main:calc(1.5rem * 1.35);--state-content:calc(1060px / 1.8);padding:calc(1.5rem * 2.4) 2.14rem;background:#FAF7F2;color:#3E3A34;}
.plain-content .offer-panel{max-width:1060px;margin:0 auto;}
.plain-content h1,.plain-content h2,.plain-content h3,.plain-content p{margin:0;}
.plain-content h2{font-size:calc(15.3px * 2);line-height:1.15;max-width:var(--state-content);}
.plain-content h3{font-size:calc(15.3px * 1.35);line-height:1.25;font-weight:600;}
.plain-content p{font-size:15.3px;line-height:1.87;color:#5A5348;}
.plain-content a{color:inherit;text-decoration:none;}
.plain-content .site-region{margin-bottom:calc(var(--mark-main) * 1.1);}
.plain-content .clear-group{display:inline-block;font-size:calc(15.3px * .875);letter-spacing:.03em;text-transform:uppercase;color:inherit;margin-bottom:calc(1.5rem / 2);}
.plain-content .page-summary{margin-top:1.5rem;max-width:var(--state-content);}
.plain-content .steady-lead{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 1.19rem;}
.plain-content .public-section{min-width:0;padding:calc(1.5rem * .75);background:#FFFFFF;border:1px solid #E5DFD5;border-radius:1rem;color:#3E3A34;}
.plain-content .public-section .offer-lead p{margin-top:calc(1.5rem / 3);}
.plain-content .strong-fields{margin-top:var(--mark-main);padding-top:1.5rem;border-top:1px solid #E5DFD5;display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;}
.plain-content .strong-fields .clear-group{text-transform:none;letter-spacing:normal;color:#5A5348;font-size:15.3px;max-width:var(--state-content);}
.plain-content .clear-list{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * .8) 1.5rem;border-radius:0.32rem;background:#5A6B4F;color:#FFFFFF;font-size:15.3px;line-height:1.4;transition:background 340ms var(--ease-hover);}
.plain-content .clear-list:hover{background:#4A5941;color:#3E3A34;}
@media (max-width: 720px){.plain-content .steady-lead{grid-template-columns:1fr;}.plain-content .public-section{padding:1.5rem calc(1.5rem * .75);}
}
.soft-panel{--mark-main:calc(1.5rem * 1.25);--state-content:calc(1060px / 2.35);--label-meta:calc(1060px / 3.49);padding:calc(1.5rem * 2.4) 2.14rem;background:#5A6B4F;color:#FFFFFF;}
.soft-panel .offer-panel{max-width:1060px;margin:0 auto;}
.soft-panel h1,.soft-panel h2,.soft-panel h3,.soft-panel p{margin:0;}
.soft-panel h1{font-size:calc(15.3px * 2.65);line-height:1.08;}
.soft-panel h2{font-size:calc(15.3px * 2);line-height:1.12;}
.soft-panel h3{font-size:calc(15.3px * 1.35);line-height:1.2;}
.soft-panel p{font-size:15.3px;line-height:1.87;color:color-mix(in srgb, currentColor 74%, transparent);}
.soft-panel a{color:inherit;text-decoration:none;}
.soft-panel img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.soft-panel .clear-list{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.32rem;background:#FFFFFF;color:#5A6B4F;}
.soft-panel .page-summary,.soft-panel .clear-group{}
.soft-panel .steady-lead{display:flex;flex-direction:column;gap:var(--mark-main);margin-top:var(--mark-main);}
.soft-panel .public-section{min-width:0;}
.soft-panel .public-section p,.soft-panel .public-section a{margin-top:calc(1.5rem / 3);}
.soft-panel .public-section img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--label-meta) * .7);}
.soft-panel .clear-group{margin-bottom:calc(1.5rem / 2);}
.soft-panel .page-summary{margin-top:1.5rem;}
.narrow-group{--mark-main:calc(1.5rem * 0.92);--state-content:calc(1060px / 2.40);padding:calc(1.5rem * 2.4) 2.14rem;background:#FAF7F2;color:#3E3A34;}
.narrow-group .offer-panel{max-width:1060px;margin:0 auto;}
.narrow-group h1,.narrow-group h2,.narrow-group h3,.narrow-group p{margin:0;}
.narrow-group h2{font-size:calc(15.3px * 2);line-height:1.15;max-width:var(--state-content);}
.narrow-group h3{font-size:calc(15.3px * 1.35);line-height:1.25;}
.narrow-group p{font-size:15.3px;line-height:1.87;}
.narrow-group a{color:#5A6B4F;text-decoration:underline;text-underline-offset:3px;}
.narrow-group a:hover{color:inherit;}
.narrow-group .secondary-note{max-width:var(--state-content);}
.narrow-group .clear-group{font-size:calc(15.3px * .875);color:#5A5348;margin-bottom:calc(1.5rem / 2);}
.narrow-group .page-summary{margin-top:1.5rem;color:#5A5348;}
.narrow-group .public-actions{display:flex;flex-direction:column;margin-top:calc(1.5rem * 1.6);}
.narrow-group .featured-intro{display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem / 3);padding:calc(1.19rem * 1.5) 0;border-top:1px solid #E5DFD5;}
.narrow-group .featured-intro:last-of-type{border-bottom:1px solid #E5DFD5;}
.narrow-group .direct-summary{display:flex;align-items:baseline;gap:1.19rem;}
.narrow-group .offer-story{font-size:calc(15.3px * .875);color:inherit;font-weight:600;letter-spacing:0.02em;}
.narrow-group .narrow-media{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.narrow-group .narrow-media p{color:#5A5348;}
.narrow-group .steady-form{font-size:calc(15.3px * .875);color:#5A5348;}
.narrow-group .featured-links{display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin-top:1.5rem;padding-top:calc(1.19rem * 1.5);}
.narrow-group .featured-links p{color:#5A5348;max-width:var(--state-content);}
.narrow-group .clear-list{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * 0.8) 1.5rem;border-radius:0.32rem;background:#5A6B4F;color:#FFFFFF;text-decoration:none;font-weight:500;transition:background 340ms var(--ease-hover);}
.narrow-group .clear-list:hover{background:#4A5941;color:#FFFFFF;}
@media (min-width: 640px){.narrow-group .featured-intro{grid-template-columns:minmax(0,0.35fr) minmax(0,1fr);gap:1.5rem;}.narrow-group .direct-summary{flex-direction:column;gap:calc(1.5rem / 4);}
}
.text-view{
        padding: calc(1.5rem * 2.4) 2.14rem;
        background: #FAF7F2;
        color: #3E3A34;
    }
.text-view .offer-panel{max-width: 1060px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: calc(1.19rem * 1.5);
        align-items: start;}
.text-view .page-summary{max-width: 42rem;}
.text-view .team-details{margin: 0 0 calc(1.5rem * .75);
        font-size: calc(15.3px * .875);
        font-weight: 600;
        letter-spacing: 0.02em;
        text-transform: uppercase;}
.text-view h2{margin: 0;
        font-size: calc(15.3px * 2);
        line-height: 1.1;
        font-weight: 600;}
.text-view .page-summary p:last-child{margin: calc(1.5rem * .75) 0 0;
        font-size: calc(15.3px * 1.125);
        line-height: 1.87;}
.text-view .service-story{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.text-view .offer-grid{
        padding: calc(1.5rem * .75);
        border-left: 3px solid #C48B5A;
        border-radius: 0.7rem;
        background: #FFFFFF;
        color: #3E3A34;
        box-shadow: 0 1px 2px rgba(0,0,0,0.02);
    }
.text-view .narrow-visual{font-size: 15.3px;
        line-height: 1.87;
        font-style: normal;}
.text-view .content-plan{margin-top: calc(1.5rem * .75);
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        font-size: calc(15.3px * .875);}
.text-view .content-plan strong{font-weight: 600;}
.text-view .content-plan span{font-style: italic;}
@media (min-width: 761px) {.text-view .offer-panel{
            grid-template-columns: 0.9fr 1.1fr;
            gap: calc(1.19rem * 1.5);
        }.text-view .page-summary{
            position: sticky;
            top: 1.5rem;
            padding-right: calc(1.19rem * 1.5);
        }.text-view .offer-grid{
            padding: calc(1.5rem * .75) calc(1.19rem * 1.5);
        }
    }
.simple-shell{
        --mark-main: calc(1.5rem * 1.26);
        --state-content: calc(1060px / 2.50);
        --font-body: calc(1060px / 3.59);
        padding: calc(1.5rem * 2.4) 2.14rem;
        background: var(--surface-page);
        color: var(--ink-card);
    }
.simple-shell .offer-panel{max-width: 1060px;
        margin: 0 auto;}
.simple-shell h1,
    .simple-shell h2,
    .simple-shell h3,
    .simple-shell p,
    .simple-shell ul{margin: 0;}
.simple-shell h2{font-size: calc(15.3px * 2);
        line-height: 1.12;}
.simple-shell h3{font-size: calc(15.3px * 1.35);
        line-height: 1.2;}
.simple-shell p{font-size: 15.3px;
        line-height: 1.87;}
.simple-shell a{color: inherit;
        text-decoration: none;}
.simple-shell .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 1.19rem;}
.simple-shell .row-title h2{flex: 1 1 calc(1060px / 3);
        min-width: 0;}
.simple-shell .row-title > p{flex: 1 1 calc(1060px / 3);
        min-width: 0;}
.simple-shell .steady-lead{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--mark-main);
        margin-top: var(--mark-main);}
.simple-shell .public-section{flex: 1 1 var(--font-body);
        min-width: 0;
        padding-top: calc(1.5rem / 2);
        border-top: 1px solid color-mix(in srgb, var(--ink-card) 18%, transparent);}
.simple-shell .public-section h3{font-size: 15.3px;
        line-height: 1.3;
        font-weight: 600;
        letter-spacing: 0.01em;}
.simple-shell .public-section p{margin-top: calc(1.5rem / 3);
        opacity: 0.88;}
.simple-shell .public-section a{display: inline-flex;
        margin-top: calc(1.5rem / 2);
        font-weight: 500;
        border-bottom: 1px solid color-mix(in srgb, var(--ink-card) 35%, transparent);
        padding-bottom: 2px;
        transition: border-color 340ms var(--ease-hover), opacity 340ms var(--ease-hover);
        opacity: 0.9;}
.simple-shell .public-section a:hover{border-color: var(--ink-card);
        opacity: 1;}
.simple-shell .team-callout{padding-block: calc(var(--mark-main) / 2);}
.simple-shell .fresh-rail{row-gap: calc(var(--mark-main) * 1.2);}
@media (max-width: 720px) {.simple-shell .row-title h2,
        .simple-shell .row-title > p{
            flex-basis: 100%;
        }.simple-shell .steady-lead{
            margin-top: calc(var(--mark-main) * 0.6);
        }.simple-shell .public-section{
            flex-basis: 100%;
        }
    }
.secondary-headline{padding:calc(1.5rem * 2.4) 2.14rem;background:#5A6B4F;color:#FFFFFF;overflow:hidden}
.secondary-headline .offer-panel{max-width:1060px;margin:0 auto}
.secondary-headline .page-summary{max-width:42rem;margin-bottom:calc(1.19rem * 1.5)}
.secondary-headline h2{margin:0;font-size:calc(15.3px * 2.65);line-height:1.1}
.secondary-headline .page-summary p{margin:1.5rem 0 0;font-size:calc(15.3px * 1.125);line-height:1.87}
.secondary-headline .wide-region{display:flex;flex-direction:column;gap:1.5rem}
.secondary-headline .strong-media{display:flex;gap:2.14rem;padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(245,242,236,0.18)}
.secondary-headline .strong-media:last-of-type{border-bottom:1px solid rgba(245,242,236,0.18)}
.secondary-headline .offer-story{flex:0 0 2.5rem;font-size:calc(15.3px * .875);line-height:1;opacity:0.65;padding-top:0.35rem}
.secondary-headline .plain-track{flex:1}
.secondary-headline h3{margin:0;font-size:calc(15.3px * 1.35);line-height:1.2}
.secondary-headline .plain-track p{margin:calc(1.5rem * .75) 0 0;line-height:1.87;max-width:48rem}
.secondary-headline .clear-group{margin-top:calc(1.19rem * 1.5);padding:calc(1.5rem * .75) 2.14rem;background:rgba(245,242,236,0.08);border-radius:0.7rem;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);align-items:baseline;justify-content:space-between}
.secondary-headline .clear-group p{margin:0;line-height:1.87;max-width:36rem}
.secondary-headline .clear-group a{font-weight:600;text-decoration:underline;text-underline-offset:0.2em;white-space:nowrap}
.secondary-headline .clear-group a:hover{opacity:0.85}
@media (max-width:640px){.secondary-headline .strong-media{flex-direction:column;gap:calc(1.5rem * .75)}.secondary-headline .offer-story{flex:0 0 auto;padding-top:0}.secondary-headline .clear-group{flex-direction:column;align-items:flex-start}
}
.media-lead{
        padding: clamp(3.1rem, 7vw, 5.7rem) 2.14rem;
        background: #FAF7F2;
        color: #3E3A34;
    }
.media-lead .offer-panel{max-width: 62rem;
        margin: 0 auto;}
.media-lead .secondary-note{margin-bottom: 2.2rem;
        max-width: 36rem;}
.media-lead .secondary-note p{margin: 0 0 .6rem;
        font-size: .82rem;
        letter-spacing: .1em;
        text-transform: uppercase;
        color: #5A5348;}
.media-lead .secondary-note h2{margin: 0;
        font-size: clamp(1.8rem, 3.6vw, 2.6rem);
        line-height: 1.2;
        font-weight: 600;
        letter-spacing: -0.01em;}
.media-lead .steady-lead{display: grid;
        gap: 1.1rem;}
.media-lead .steady-lead article{
        padding: 1.1rem 1.1rem 1.1rem 1.1rem;
        border-radius: 1rem;
        background: #FFFFFF;
        border: 1px solid #E5DFD5;
        color: #3E3A34;
        transition: border-color .2s ease, box-shadow .2s ease;
    }
.media-lead .steady-lead article:hover{border-color: #C48B5A;
        box-shadow: 0 4px 10px rgba(0,0,0,0.03);}
.media-lead .plain-form{display: flex;
        justify-content: space-between;
        gap: .75rem;
        align-items: center;
        margin-bottom: .9rem;
        font-size: .8rem;
        letter-spacing: .04em;}
.media-lead .plain-form strong{font-weight: 600;
        color: #5A5348;}
.media-lead .plain-form span{
        background: #F0EBE3;
        color: #5A5348;
        padding: .2rem .7rem;
        border-radius: 999px;
        font-size: .75rem;
        line-height: 1.4;
    }
.media-lead .plain-track{display: grid;
        grid-template-columns: 13rem 1fr;
        gap: 1.2rem;
        align-items: center;}
.media-lead .plain-track img{
        display: block;
        width: 100%;
        height: 10.5rem;
        object-fit: cover;
        border-radius: 0.7rem;
        background: #F0EBE3;color:#5A5348;}
.media-lead .plain-track small{display: block;
        font-size: .78rem;
        line-height: 1.5;
        color: #5A5348;
        margin-bottom: .3rem;}
.media-lead .plain-track h3{margin: 0 0 .4rem;
        font-size: 1.2rem;
        line-height: 1.35;
        font-weight: 600;
        letter-spacing: -0.01em;}
.media-lead .plain-track p{margin: 0;
        font-size: .95rem;
        line-height: 1.65;
        color: #5A5348;}
@media (max-width: 680px) {.media-lead .plain-track{
            grid-template-columns: 1fr;
            gap: .9rem;
        }.media-lead .plain-track img{
            height: 12rem;
        }.media-lead .steady-lead article{
            padding: 1rem;
        }
    }
.quiet-menu{--mark-main:calc(1.5rem * 0.9);padding:calc(1.5rem * 2.4) 2.14rem;background:#FAF7F2;color:#3E3A34;}
.quiet-menu .offer-panel{max-width:1060px;margin:0 auto;}
.quiet-menu h1,.quiet-menu h2,.quiet-menu h3,.quiet-menu p{margin:0;}
.quiet-menu h2{font-size:calc(15.3px * 2);line-height:1.18;letter-spacing:-0.01em;}
.quiet-menu h3{font-size:calc(15.3px * 1.35);line-height:1.3;}
.quiet-menu p{font-size:15.3px;line-height:1.87;}
.quiet-menu .offer-feature{display:inline-block;font-size:calc(15.3px * .875);font-weight:600;letter-spacing:0.06em;text-transform:uppercase;color:inherit;margin-bottom:calc(1.5rem * 0.55);}
.quiet-menu .main-team{display:flex;align-items:flex-start;gap:calc(1.19rem * 2.2);}
.quiet-menu .offer-lead{flex:0 0 calc(1060px * 0.38);min-width:0;position:sticky;top:calc(1.5rem * 1.2);}
.quiet-menu .offer-lead .page-summary{margin-top:1.5rem;font-size:15.3px;}
.quiet-menu .clear-group{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #E5DFD5;font-size:calc(15.3px * .875);color:#5A5348;}
.quiet-menu .steady-lead{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:0;}
.quiet-menu .public-section{padding:1.5rem 0;border-top:1px solid #E5DFD5;}
.quiet-menu .public-section:first-child{border-top:none;padding-top:0;}
.quiet-menu .main-links{display:flex;align-items:baseline;gap:1.19rem;margin-bottom:calc(1.5rem * 0.45);}
.quiet-menu .featured-intro{font-size:calc(15.3px * .875);font-weight:600;color:inherit;letter-spacing:0.04em;flex-shrink:0;min-width:2.2em;}
.quiet-menu .public-section p{max-width:56ch;}
.quiet-menu .public-section .plain-form{margin-top:calc(1.5rem * 0.4);font-size:calc(15.3px * .875);color:#5A5348;}
@media(max-width:900px){.quiet-menu .main-team{flex-direction:column;gap:1.5rem;}.quiet-menu .offer-lead{flex:none;position:static;}.quiet-menu .steady-lead{margin-top:0;}}
.media-list{--mark-main:calc(1.5rem * 1.20);--state-content:calc(1060px / 2.44);--font-body:calc(1060px / 3.53);padding:calc(1.5rem * 2.4) 2.14rem;background:#C48B5A;color:#FFFFFF;}
.media-list .offer-panel{max-width:1060px;margin:0 auto;}
.media-list h1,.media-list h2,.media-list h3,.media-list p,.media-list ul{margin:0;}
.media-list h1{font-size:calc(15.3px * 2.65);line-height:1.1;}
.media-list h2{font-size:calc(15.3px * 2);line-height:1.12;}
.media-list h3{font-size:calc(15.3px * 1.35);line-height:1.2;}
.media-list p{font-size:15.3px;line-height:1.87;color:color-mix(in srgb, currentColor 74%, transparent);}
.media-list a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 35%, transparent);}
.media-list .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.19rem;}
.media-list .row-title h2{flex:1 1 calc(1060px / 3);min-width:0;}
.media-list .row-title>p{flex:1 1 calc(1060px / 3);min-width:0;}
.media-list .primary-list{flex:1 1 100%;display:grid;grid-template-columns:repeat(3,1fr);gap:var(--mark-main) 1.19rem;margin-top:var(--mark-main);}
.media-list .public-section{min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.media-list .public-section h3{font-size:calc(15.3px * 1.35);line-height:1.25;}
.media-list .public-section p{margin-top:calc(1.5rem / 3);}
.media-list .clear-group{flex:1 1 100%;margin-top:1.5rem;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
@media (max-width: 760px){.media-list .primary-list{grid-template-columns:1fr 1fr;}
}
@media (max-width: 520px){.media-list .primary-list{grid-template-columns:1fr;}
}
.secondary-quote{padding:clamp(48px,6vw,80px) clamp(16px,4vw,36px);background:#F0EBE3;color:#5A5348;}
.secondary-quote .offer-panel{max-width:900px;margin:0 auto;}
.secondary-quote .page-summary{margin-bottom:calc(1.19rem * 1.5);}
.secondary-quote .page-summary h2{margin:0 0 12px;font-size:calc(15.3px * 2);line-height:1.25;}
.secondary-quote .page-summary p{margin:0;max-width:640px;}
.secondary-quote .public-actions{display:grid;grid-template-columns:1fr 1fr;gap:1.19rem;}
.secondary-quote .team-brand{border:1px solid #E5DFD5;border-radius:1rem;background:#FFFFFF;color:#3E3A34;padding:1.5rem 2.14rem;box-shadow:0 1px 2px rgba(0,0,0,0.02);}
.secondary-quote .team-brand h3{margin:0 0 8px;font-size:15.3px;line-height:1.4;}
.secondary-quote .team-brand p{margin:0;font-size:calc(15.3px * .875);line-height:1.75;}
.secondary-quote .team-brand a{color:#5A6B4F;text-decoration:underline;text-underline-offset:2px;}
.secondary-quote .team-brand a:hover{color:inherit;}
.secondary-quote .team-brand .team-contact{display:inline-block;margin-top:14px;font-weight:600;text-decoration:none;border-bottom:1px solid #E5DFD5;padding-bottom:2px;}
.secondary-quote .team-brand .team-contact:hover{border-color:#C48B5A;}
@media (max-width:700px){.secondary-quote .public-actions{grid-template-columns:1fr;}.secondary-quote .team-brand{padding:calc(1.19rem * 1.5) 2.14rem;}
}
.featured-copy{
  background:#FAF7F2;
  color:#3E3A34;
  padding:calc(1.5rem * 2.4) 2.14rem;
}
.featured-copy .offer-panel{max-width:1060px;
  margin:0 auto;}
.featured-copy .page-summary{max-width:44rem;}
.featured-copy h2{margin:0;
  font-size:calc(15.3px * 2.65);
  line-height:1.1;
  letter-spacing:0;}
.featured-copy .page-summary p{margin:1.5rem 0 0;
  font-size:calc(15.3px * 1.125);
  line-height:1.87;}
.featured-copy .public-actions{margin-top:calc(1.19rem * 1.5);
  border-top:1px solid #E5DFD5;
  padding-top:calc(1.19rem * 1.5);}
.featured-copy .strong-shell{max-width:38rem;}
.featured-copy h3{margin:0;
  font-size:calc(15.3px * 1.35);
  line-height:1.3;}
.featured-copy .strong-shell p{margin:1.19rem 0 0;
  font-size:15.3px;
  line-height:1.87;}
.featured-copy .stack{margin-top:calc(1.19rem * 1.5);
  display:flex;
  flex-direction:column;
  gap:1.5rem;}
.featured-copy .featured-block{display:grid;
  grid-template-columns:8rem 1fr;
  gap:.5rem 1.5rem;
  align-items:baseline;}
.featured-copy .direct-method{font-weight:600;
  font-size:calc(15.3px * .875);
  color:#5A5348;}
.featured-copy .featured-block a{color:#5A6B4F;
  text-decoration:none;
  font-weight:500;
  font-size:15.3px;}
.featured-copy .featured-block a:hover{color:inherit;}
.featured-copy .content-quote{grid-column:2;
  margin:0;
  font-size:calc(15.3px * .875);
  line-height:1.87;
  color:#5A5348;}
.featured-copy .media-plan{margin-top:calc(1.19rem * 1.5);
  border-top:1px solid #E5DFD5;
  padding-top:calc(1.19rem * 1.5);
  display:grid;
  grid-template-columns:1fr 1.4fr;
  gap:calc(1.19rem * 1.5);}
.featured-copy .focused-links{max-width:24rem;}
.featured-copy .focused-links p{margin:1.19rem 0 0;
  font-size:15.3px;
  line-height:1.87;}
.featured-copy .simple-section{display:flex;
  flex-direction:column;
  gap:1.5rem;}
.featured-copy .compact-panel{display:grid;
  grid-template-columns:8rem 1fr;
  gap:.25rem 1.5rem;
  align-items:baseline;}
.featured-copy .bottom-wrap{font-weight:600;
  font-size:calc(15.3px * .875);
  color:#5A6B4F;}
.featured-copy .compact-panel p{margin:0;
  font-size:15.3px;
  line-height:1.87;}
.featured-copy .open-inner{margin-top:calc(1.19rem * 1.5);
  border-top:1px solid #E5DFD5;
  padding-top:calc(1.19rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.19rem;
  align-items:center;
  justify-content:space-between;}
.featured-copy .open-inner p{margin:0;
  font-size:15.3px;
  line-height:1.87;
  max-width:32rem;}
.featured-copy .open-inner a{color:#5A6B4F;
  text-decoration:none;
  font-weight:500;
  border-bottom:1px solid transparent;
  transition:color 340ms var(--ease-hover), border-color 340ms var(--ease-hover);}
.featured-copy .open-inner a:hover{color:inherit;
  border-color:#C48B5A;}
@media (max-width:720px){.featured-copy .featured-block,
  .featured-copy .compact-panel{
    grid-template-columns:1fr;
    gap:.25rem;
  }.featured-copy .content-quote{
    grid-column:1;
  }.featured-copy .media-plan{
    grid-template-columns:1fr;
    gap:1.5rem;
  }
}
@media (max-width:520px){.featured-copy .open-inner{
    flex-direction:column;
    align-items:flex-start;
  }
}
.compact-proof{
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 2.14rem;
  background: #5A6B4F;
  color: #FFFFFF;
}
.compact-proof .offer-panel{max-width: 1060px;
  margin: 0 auto;}
.compact-proof .site-region{display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.19rem;
  align-items: end;}
.compact-proof h2{grid-column: 1 / 8;
  margin: 0;
  font-size: calc(15.3px * 2.65);
  line-height: 1.08;
  font-weight: 600;}
.compact-proof .secondary-lead{grid-column: 8 / -1;
  margin: 0;
  font-size: calc(15.3px * 1.125);
  line-height: 1.87;
  opacity: .9;}
.compact-proof .stack{padding: calc(1.19rem * 1.5) 0;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.19rem;
  align-items: baseline;}
.compact-proof .focused-tile{grid-column: 1 / 5;
  display: block;
  font-size: calc(15.3px * .875);
  opacity: .7;
  letter-spacing: .02em;}
.compact-proof .stack a,
.compact-proof .stack p{grid-column: 5 / -1;
  margin: 0;
  font-size: calc(15.3px * 1.35);
  line-height: 1.87;
  overflow-wrap: anywhere;}
.compact-proof .stack a{color: inherit;
  text-decoration: none;
  transition: opacity 340ms var(--ease-hover);}
.compact-proof .stack a:hover{opacity: .8;
  text-decoration: underline;
  text-underline-offset: .2em;}
.compact-proof .strong-surface{margin-top: calc(1.19rem * 1.5);
  padding-top: calc(1.19rem * 1.5);
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.19rem;}
.compact-proof .focused-summary{grid-column: 1 / 5;
  margin: 0;
  font-size: calc(15.3px * .875);
  opacity: .7;}
.compact-proof .fresh-lead{grid-column: 5 / -1;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.compact-proof .fresh-lead a{color: inherit;
  text-decoration: none;
  line-height: 1.87;
  transition: opacity 340ms var(--ease-hover);}
.compact-proof .fresh-lead a span{display: block;
  font-weight: 600;
  margin-bottom: .1rem;}
.compact-proof .fresh-lead a:hover{opacity: .8;}
@media (max-width: 860px) {.compact-proof .site-region,
  .compact-proof .stack,
  .compact-proof .strong-surface{
    display: block;
  }.compact-proof h2,
  .compact-proof .secondary-lead{
    margin-bottom: calc(1.19rem * 1.5);
  }.compact-proof .focused-tile{
    margin-bottom: calc(1.5rem * .75);
  }.compact-proof .stack a,
  .compact-proof .stack p{
    font-size: calc(15.3px * 1.125);
  }.compact-proof .focused-summary{
    margin-bottom: calc(1.5rem * .75);
  }
}
.plain-media{
  padding: calc(1.5rem * 2.4) 2.14rem;
  background: var(--surface-page);
  color: var(--ink-card);
}
.plain-media .offer-panel{max-width: min(1060px, 74rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  gap: calc(1.19rem * 1.5);
  align-items: start;}
.plain-media .simple-track{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(15.3px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.75;}
.plain-media h2{margin: 0;
  font-size: calc(15.3px * 2);
  line-height: 1.1;
  max-width: 22ch;}
.plain-media .clear-group > p:not(.simple-track){margin: calc(1.5rem * .75) 0 calc(1.19rem * 1.5);
  font-size: calc(15.3px * 1.125);
  line-height: 1.6;
  max-width: 52ch;}
.plain-media .clear-group a{
  display: inline-flex;
  padding: calc(calc(1.5rem * .75) * 0.8) calc(1.5rem * .75);
  border-radius: 0.7rem;
  background: #C48B5A;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 600;
  transition: background 340ms var(--ease-hover);
}
.plain-media .clear-group a:hover{
  background: #A9743F;color:#3E3A34;}
.plain-media .content-steps{
  padding: calc(1.19rem * 1.5) calc(1.5rem * .75);
  border-radius: 1rem;
  background: #FFFFFF;
  color: #3E3A34;
}
.plain-media .secondary-panel{margin: 0 0 calc(1.5rem * .75);
  font-size: 15.3px;
  font-weight: 600;}
.plain-media ul{list-style: none;
  margin: 0;
  padding: 0;}
.plain-media li{padding: 0 0 calc(1.5rem * .75);
  margin: 0 0 calc(1.5rem * .75);
  border-bottom: 1px solid #E5DFD5;}
.plain-media li:last-child{padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;}
.plain-media li strong,
.plain-media li span{display: block;}
.plain-media li strong{font-size: 15.3px;}
.plain-media li span{margin-top: calc(calc(1.5rem * .75) * 0.35);color:inherit;
  font-size: calc(15.3px * .875);
  line-height: 1.6;}
.plain-media .fresh-menu{margin: calc(1.5rem * .75) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #E5DFD5;
  font-size: calc(15.3px * .875);color:inherit;
  line-height: 1.6;}
@media (max-width: 760px) {.plain-media .offer-panel{
    grid-template-columns: 1fr;
    gap: calc(1.19rem * 1.5);
  }.plain-media h2{
    max-width: none;
  }
}
.local-links{--mark-main:calc(1.5rem * 1.19);padding:calc(1.5rem * 2.4) 2.14rem;background:#FAF7F2;color:#3E3A34;}
.local-links .offer-panel{max-width:1060px;margin:0 auto;}
.local-links h2,.local-links h3,.local-links p{margin:0;}
.local-links h2{font-size:calc(15.3px * 2);line-height:1.15;}
.local-links h3{font-size:calc(15.3px * 1.35);line-height:1.25;}
.local-links p{font-size:15.3px;line-height:1.87;}
.local-links a{color:#5A6B4F;text-decoration:none;font-weight:600;}
.local-links a:hover{color:inherit;}
.local-links img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.local-links .site-region{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.19rem;margin-bottom:var(--mark-main);}
.local-links .site-region h2{flex:1 1 calc(1060px / 3);min-width:0;}
.local-links .site-region .page-summary{flex:1 1 calc(1060px / 3);min-width:0;color:#5A5348;}
.local-links .strong-media{display:flex;flex-wrap:wrap;gap:calc(1.19rem * 1.5);}
.local-links .public-section{flex:1 1 calc(1060px / 3.4);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);border-radius:1rem;background:#FFFFFF;border:1px solid #E5DFD5;color:#3E3A34;}
.local-links .public-section img{aspect-ratio:4/3;object-fit:cover;}
.local-links .public-section p{color:#5A5348;}
.local-links .public-section a{margin-top:auto;font-size:calc(15.3px * .875);}
.page-list{--mark-main:calc(1.5rem * 1.2);--state-content:calc(1060px / 2.2);--label-meta:calc(1060px / 3.2);padding:calc(1.5rem * 2.4) 2.14rem;background:#FFFFFF;color:#3E3A34;border-bottom:1px solid #E5DFD5;}
.page-list .offer-panel{max-width:1060px;margin:0 auto;}
.page-list h1,.page-list h2,.page-list h3,.page-list p{margin:0;}
.page-list h1{font-size:calc(15.3px * 2.65);line-height:1.08;}
.page-list h2{font-size:calc(15.3px * 2);line-height:1.15;font-weight:600;letter-spacing:-0.01em;}
.page-list h3{font-size:calc(15.3px * 1.35);line-height:1.2;}
.page-list p{font-size:15.3px;line-height:1.87;}
.page-list a{color:inherit;text-decoration:none;}
.page-list img{display:block;width:100%;height:auto;border-radius:1rem;box-shadow:0 4px 10px rgba(0,0,0,0.03);}
.page-list .page-summary{font-size:15.3px;line-height:1.87;max-width:var(--state-content);}
.page-list .steady-lead{display:flex;flex-direction:column;gap:calc(1.19rem * 1.5);margin-top:1.5rem;}
.page-list .public-section{min-width:0;padding-left:1.5rem;border-left:2px solid #C48B5A;}
.page-list .public-section p{opacity:0.85;}
.page-list .clear-details{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.5rem 1.19rem;}
.page-list .clear-details>.offer-lead{flex:1 1 calc(1060px / 2.6);min-width:0;}
.page-list .clear-details>.steady-lead{flex:1 1 calc(1060px / 2.2);margin-top:0;}
.page-list .clear-details>img{flex:0 1 calc(1060px / 3.4);margin-left:auto;margin-top:1.5rem;}
.page-list .offer-lead .page-summary{margin-top:1.5rem;}
@media (max-width: 720px){.page-list .clear-details>img{flex-basis:100%;margin-left:0;}.page-list .public-section{padding-left:calc(1.5rem * .75);}
}
.bottom-region{
  --mark-main: calc(1.5rem * 1.2);
  --state-content: calc(1060px / 2.4);
  padding: calc(1.5rem * 2.4) 2.14rem;
  background: #F0EBE3;
  color: #5A5348;
}
.bottom-region .offer-panel{max-width: 1060px;
  margin: 0 auto;}
.bottom-region h1,
.bottom-region h2,
.bottom-region h3,
.bottom-region p{margin: 0;}
.bottom-region h2{font-size: calc(15.3px * 2);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.01em;}
.bottom-region p{font-size: 15.3px;
  line-height: 1.87;}
.bottom-region a{color: inherit;
  text-decoration: none;}
.bottom-region .site-region{max-width: var(--state-content);
  margin-bottom: var(--mark-main);}
.bottom-region .page-summary{margin-top: calc(1.5rem / 2);
  font-size: 15.3px;
  line-height: 1.87;}
.bottom-region .active-plan{display: flex;
  flex-wrap: wrap;
  gap: 1.19rem;
  margin-bottom: var(--mark-main);}
.bottom-region .active-surface{
  flex: 1 1 calc(1060px / 3.4);
  min-width: 220px;
  background: #FFFFFF;
  color: #3E3A34;
  border: 1px solid #E5DFD5;
  border-radius: 0.7rem;
  padding: calc(1.5rem * .75);
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem / 3);
  box-shadow: 0 1px 2px rgba(0,0,0,0.02);
}
.bottom-region .top-surface{display: flex;
  flex-direction: column;
  gap: 0.2rem;}
.bottom-region .open-visual{font-weight: 600;
  font-size: 15.3px;}
.bottom-region .narrow-stack{font-size: calc(15.3px * .875);
  opacity: 0.8;}
.bottom-region .fresh-plan{font-size: 15.3px;
  line-height: 1.87;
  flex-grow: 1;}
.bottom-region .clear-track{display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: calc(15.3px * .875);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-color: color-mix(in srgb, #5A6B4F 40%, transparent);
  transition: color 340ms var(--ease-hover), text-decoration-color 340ms var(--ease-hover);}
.bottom-region .clear-track:hover{text-decoration-color: #C48B5A;}
.bottom-region .clear-group{max-width: var(--state-content);
  padding-top: calc(1.5rem / 1.5);
  border-top: 1px solid #E5DFD5;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.bottom-region .clear-group p{font-size: 15.3px;
  line-height: 1.87;}
.bottom-region .clear-list{
  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.32rem;
  background: #5A6B4F;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 15.3px;
  line-height: 1;
  transition: background 340ms var(--ease-hover);
}
.bottom-region .clear-list:hover{
  background: #4A5941;color:#3E3A34;}
@media (max-width: 640px) {.bottom-region .active-plan{
    flex-direction: column;
  }.bottom-region .active-surface{
    flex: 1 1 auto;
  }.bottom-region .clear-group{
    flex-direction: column;
    align-items: flex-start;
  }
}
.focused-header{padding:calc(1.5rem * 2.4) 2.14rem;background:#F0EBE3;color:#5A5348}
.focused-header .offer-panel{max-width:1060px;margin:0 auto}
.focused-header .secondary-note{max-width:38rem;margin-bottom:calc(calc(1.19rem * 1.5) * 1.2)}
.focused-header h2{margin:0;font-size:calc(15.3px * 2);line-height:1.12}
.focused-header .secondary-note p{margin:1.5rem 0 0;line-height:1.87;font-size:15.3px}
.focused-header .steady-lead{display:flex;flex-direction:column;gap:calc(1.5rem * 0.8)}
.focused-header details{border-bottom:1px solid #E5DFD5;padding-bottom:1.5rem}
.focused-header details:last-child{border-bottom:none;padding-bottom:0}
.focused-header summary{display:flex;align-items:flex-start;justify-content:space-between;gap:calc(1.5rem * .75);cursor:pointer;list-style:none}
.focused-header summary::-webkit-details-marker{display:none}
.focused-header summary::before{content:"";flex-shrink:0;width:0.45rem;height:0.45rem;border-radius:50%;background:#C48B5A;margin-top:0.65rem;color:#FFFFFF;}
.focused-header strong{font-size:calc(15.3px * 1.35);line-height:1.15;font-weight:600}
.focused-header summary span{font-size:calc(15.3px * .875);text-align:right;max-width:24rem;line-height:1.6;color:#5A5348}
.focused-header details p{margin:1.5rem 0 0;line-height:1.87;max-width:44rem;padding-left:calc(0.45rem + calc(1.5rem * .75))}
.focused-header .clear-group{margin-top:calc(calc(1.19rem * 1.5) * 1.1);padding-top:1.5rem;border-top:1px solid #E5DFD5}
.focused-header .clear-group p{margin:0;line-height:1.87;font-size:calc(15.3px * .875)}
.focused-header .clear-group a{color:#5A6B4F;text-decoration:underline;text-underline-offset:0.2em}
.focused-header .clear-group a:hover{color:inherit;}
@media(max-width:680px){.focused-header summary{flex-direction:column;gap:calc(1.5rem * .75)}.focused-header summary span{text-align:left;max-width:none}.focused-header details p{padding-left:calc(0.45rem + calc(1.5rem * .75))}
}
.service-note{--mark-main:calc(1.5rem * 1.45);--state-content:calc(1060px / 2.65);padding:calc(1.5rem * 2.4) 2.14rem;background:#FAF7F2;color:#3E3A34;}
.service-note .offer-panel{max-width:1060px;margin:0 auto;}
.service-note h2,.service-note h3,.service-note p{margin:0;}
.service-note h2{font-size:calc(15.3px * 2);line-height:1.15;max-width:var(--state-content);}
.service-note h3{font-size:calc(15.3px * 1.35);line-height:1.25;}
.service-note p{font-size:15.3px;line-height:1.87;}
.service-note .site-region{margin-bottom:var(--mark-main);}
.service-note .page-summary{font-size:calc(15.3px * .875);color:#5A5348;margin-bottom:calc(1.5rem / 3);}
.service-note .offer-lead{margin-top:1.5rem;max-width:var(--state-content);}
.service-note .steady-lead{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 2.14rem;}
.service-note .public-section{padding:calc(1.5rem * .75);background:#FFFFFF;border:1px solid #E5DFD5;border-radius:0.7rem;color:#3E3A34;}
.service-note .focused-visual{font-size:calc(15.3px * .875);color:#5A5348;margin-bottom:calc(1.5rem / 3);}
.service-note .wide-callout{margin-top:calc(1.5rem / 3);color:#5A5348;}
.service-note .clear-group{margin-top:var(--mark-main);padding-top:1.5rem;border-top:1px solid #E5DFD5;display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;justify-content:space-between;}
.service-note .clear-group p{max-width:var(--state-content);}
.service-note .clear-list{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.32rem;background:#5A6B4F;color:#FFFFFF;text-decoration:none;transition:background 340ms var(--ease-hover);}
.service-note .clear-list:hover{background:#4A5941;color:#3E3A34;}
@media (max-width:640px){.service-note .steady-lead{grid-template-columns:1fr;}.service-note .clear-group{flex-direction:column;align-items:flex-start;}}
.wide-team{padding:calc(1.5rem * 2.4) 2.14rem;background:#FAF7F2;color:#3E3A34}
.wide-team .offer-panel{max-width:1060px;margin:0 auto}
.wide-team .site-region{max-width:44rem;margin-bottom:calc(1.19rem * 1.5)}
.wide-team h2{margin:0;font-size:calc(15.3px * 2.65);line-height:1.12}
.wide-team .site-region p{margin:1.5rem 0 0;font-size:calc(15.3px * 1.125);line-height:1.87;}
.wide-team .content-steps{display:grid;grid-template-columns:1fr;gap:1.5rem}
.wide-team .offer-grid{display:grid;grid-template-columns:2.5rem 1fr;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75) 0;border-top:1px solid #E5DFD5}
.wide-team .offer-grid:last-of-type{border-bottom:1px solid #E5DFD5}
.wide-team .offer-story{font-size:calc(15.3px * .875);font-weight:600;line-height:1.4}
.wide-team .focused-brand h3{margin:0;font-size:calc(15.3px * 1.35);line-height:1.2}
.wide-team .focused-brand p{margin:calc(1.5rem * .75) 0 0;line-height:1.87;}
.wide-team .clear-group{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:calc(1.5rem * .75);margin-top:calc(1.19rem * 1.5);padding:calc(1.5rem * .75);background:#F0EBE3;color:#5A5348;border-radius:0.7rem}
.wide-team .clear-group p{margin:0;line-height:1.87}
.wide-team .clear-group a{font-weight:600;text-decoration:none;white-space:nowrap}
.wide-team .clear-group a:hover{}
@media (min-width: 640px){.wide-team .content-steps{grid-template-columns:1fr 1fr;gap:0 calc(1.19rem * 1.5)}.wide-team .offer-grid:nth-child(odd){padding-right:calc(1.19rem * 1.5)}.wide-team .offer-grid:nth-child(even){padding-left:calc(1.19rem * 1.5)}.wide-team .offer-grid:nth-child(2){border-top:1px solid #E5DFD5}.wide-team .offer-grid:nth-child(odd){border-top:1px solid #E5DFD5}.wide-team .offer-grid:nth-child(3){border-top:1px solid #E5DFD5}.wide-team .offer-grid:last-of-type{border-bottom:1px solid #E5DFD5}
}
.public-media{--mark-main:calc(1.5rem * 1.32);padding:calc(1.5rem * 2.4) 2.14rem;background:#FAF7F2;color:#3E3A34;}
.public-media .offer-panel{max-width:1060px;margin:0 auto;}
.public-media h2,.public-media h3,.public-media p{margin:0;}
.public-media h2{font-size:calc(15.3px * 2);line-height:1.12;max-width:calc(1060px * 0.72);}
.public-media h3{font-size:calc(15.3px * 1.35);line-height:1.25;}
.public-media p{font-size:15.3px;line-height:1.87;}
.public-media a{text-decoration:none;}
.public-media a:hover{}
.public-media img{display:block;width:100%;height:auto;border-radius:0.7rem;box-shadow:0 4px 10px rgba(0,0,0,0.03);}
.public-media .strong-tile{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(1.5rem * 1.2);}
.public-media .featured-surface{flex:1 1 calc(1060px / 2.2);min-width:280px;}
.public-media .featured-surface .page-summary{margin-top:1.5rem;font-size:calc(15.3px * 1.125);line-height:1.55;}
.public-media .featured-surface p:not(.page-summary){margin-top:calc(1.19rem * 1.5);opacity:0.85;}
.public-media .main-proof{flex:1 1 calc(1060px / 2.8);min-width:260px;}
.public-media .public-actions{display:inline-block;margin-top:1.5rem;font-weight:600;border-bottom:1px solid #C48B5A;padding-bottom:2px;}
.public-media .fresh-feature{display:flex;flex-wrap:wrap;gap:1.19rem;margin-top:calc(1.5rem * 1.6);}
.public-media .steady-list{flex:1 1 calc(1060px / 4.4);min-width:220px;padding:calc(1.5rem * .75);background:#FFFFFF;border:1px solid #E5DFD5;border-radius:0.7rem;color:#3E3A34;}
.public-media .steady-list h3{font-size:15.3px;line-height:1.3;}
.public-media .steady-list p{margin-top:calc(1.5rem / 3);font-size:calc(15.3px * .875);opacity:0.85;}
.public-media .bottom-line{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;margin-top:calc(1.5rem * 1.6);padding-top:1.5rem;border-top:1px solid #E5DFD5;}
.public-media .bottom-line p{flex:1 1 60%;min-width:260px;font-size:calc(15.3px * .875);opacity:0.85;}
.public-media .clear-list{display:inline-flex;align-items:center;justify-content:center;padding:calc(calc(1.5rem * .75) * 0.8) 1.5rem;border-radius:0.32rem;background:#5A6B4F;color:#FFFFFF;font-weight:600;transition:background 340ms var(--ease-hover);}
.public-media .clear-list:hover{background:#4A5941;color:#FFFFFF;}
@media (max-width:640px){.public-media .strong-tile{gap:1.5rem;}.public-media .bottom-line{flex-direction:column;align-items:flex-start;}}
.direct-lead{padding:calc(1.5rem * 2.4) 2.14rem;background:#FAF7F2;color:#3E3A34}
.direct-lead .offer-panel{max-width:min(1060px,54rem);margin:0 auto}
.direct-lead .site-region{align-self:start}
.direct-lead h2{margin:0;font-size:calc(15.3px * 2);line-height:1.08}
.direct-lead .site-region p{margin:1.5rem 0 0;color:#5A5348;line-height:1.87}
.direct-lead .wide-quote{align-self:start;margin-top:calc(1.19rem * 1.5)}
.direct-lead details{padding:1.5rem 0;border-bottom:1px solid #E5DFD5}
.direct-lead details:first-of-type{border-top:1px solid #E5DFD5}
.direct-lead summary{cursor:pointer;font-size:calc(15.3px * 1.35);line-height:1.18;list-style:none;padding-right:2rem;position:relative}
.direct-lead summary::-webkit-details-marker{display:none}
.direct-lead summary::after{content:'';position:absolute;right:0;top:0.55rem;width:0.6rem;height:0.6rem;border-right:2px solid #C48B5A;border-bottom:2px solid #C48B5A;transform:rotate(45deg);transition:transform 340ms var(--ease-hover)}
.direct-lead details[open] summary::after{transform:rotate(225deg);top:0.85rem}
.direct-lead details p{max-width:46rem;margin:1.5rem 0 0;color:#5A5348;line-height:1.87}
@media(max-width:720px){.direct-lead .wide-quote{margin-top:calc(1.19rem * 1.5)}}
.simple-details{
    --mark-main: calc(1.5rem * 1.02);
    --state-content: calc(1060px / 3.15);
    --label-meta: calc(1060px / 3.11);
    padding: calc(1.5rem * 2.4) 2.14rem;
    background: #C48B5A;
    color: #FFFFFF;
  }
.simple-details .offer-panel{max-width: 1060px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: calc(1.19rem * 1.5);}
.simple-details h1,
  .simple-details h2,
  .simple-details h3,
  .simple-details p{margin: 0;}
.simple-details h1{font-size: calc(15.3px * 2.65);
    line-height: 1.08;}
.simple-details h2{font-size: calc(15.3px * 2);
    line-height: 1.12;
    max-width: 18ch;
    text-wrap: balance;}
.simple-details h3{font-size: calc(15.3px * 1.35);
    line-height: 1.2;}
.simple-details p{font-size: 15.3px;
    line-height: 1.87;
    color: color-mix(in srgb, currentColor 74%, transparent);}
.simple-details a{color: inherit;
    text-decoration: none;}
.simple-details img{display: block;
    width: min(28rem, 100%);
    max-width: 100%;
    height: auto;
    border-radius: 0.7rem;
    flex: 0 1 min(28rem, 38vw);}
.simple-details .clear-list{
    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.32rem;
    background: #FFFFFF;
    color: #C48B5A;
    font-weight: 600;
    box-shadow: 0 1px 2px rgba(0,0,0,0.02);
    transition: background 340ms var(--ease-hover), transform 340ms var(--ease-hover);
  }
.simple-details .clear-list:hover{
    background: color-mix(in srgb, #FFFFFF 88%, #C48B5A);
    transform: translateY(-1px);color:#FFFFFF;}
.simple-details .page-summary{font-size: calc(15.3px * 1.125);
    line-height: 1.6;
    max-width: 60ch;}
.simple-details .clear-group{font-size: calc(15.3px * .875);
    color: color-mix(in srgb, currentColor 68%, transparent);
    border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent);
    padding-top: calc(1.19rem * 1.5);
    max-width: 52ch;}
.simple-details .simple-block{display: flex;
    flex-direction: column;
    align-items: flex-start;}
.simple-details .simple-block > * + *{margin-top: 1.5rem;}
.simple-details .simple-block .page-summary{margin-top: 0;
    order: 0;}
.simple-details .simple-block h2{order: 1;}
.simple-details .simple-block .clear-list{order: 2;}
.simple-details .simple-block .clear-group{order: 3;
    margin-top: calc(1.19rem * 1.5);}
@media (min-width: 640px) {.simple-details .offer-panel{
      grid-template-columns: 1fr;
    }.simple-details .page-summary{
      max-width: 46ch;
    }.simple-details h2{
      max-width: 16ch;
    }
  }
@media (min-width: 860px) {.simple-details .offer-panel{
      grid-template-columns: 1fr;
    }.simple-details .simple-block{
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: end;
      column-gap: 1.5rem;
    }.simple-details .simple-block .page-summary{
      grid-column: 1 / -1;
      max-width: 62ch;
    }.simple-details .simple-block h2{
      grid-column: 1;
      margin-top: 0;
      align-self: end;
    }.simple-details .simple-block .clear-list{
      grid-column: 2;
      margin-top: 0;
      justify-self: end;
      align-self: end;
    }.simple-details .simple-block .clear-group{
      grid-column: 1 / -1;
      margin-top: 1.5rem;
    }
  }
.text-block{
  padding: calc(1.5rem * 2.4) 2.14rem;
  background: var(--surface-page);
  color: var(--ink-card);
}
.text-block .offer-panel{max-width: min(1060px, 70rem);
  margin: 0 auto;}
.text-block .compact-shell{max-width: 52rem;}
.text-block h2{margin: 0;
  font-size: calc(15.3px * 2);
  line-height: 1.12;
  font-weight: 600;}
.text-block .secondary-lead{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15.3px * 1.125);
  line-height: 1.7;
  color: #D9D2C7;}
.text-block .main-media{margin-top: calc(1.19rem * 1.5);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.19rem;}
.text-block .secondary-region{
  margin: 0;
  padding: calc(1.5rem * .75);
  background: #3E3A34;
  border-radius: 1rem;
  border: 1px solid rgba(245, 242, 236, 0.08);color:#3E3A34;}
.text-block .main-figure{grid-column: 1 / -1;}
.text-block .content-benefit{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem 0.9rem;
  margin-bottom: 0.8rem;}
.text-block .focused-story{font-weight: 600;
  font-size: 15.3px;}
.text-block .text-method{font-size: calc(15.3px * .875);
  color: #D9D2C7;}
.text-block blockquote{margin: 0;}
.text-block blockquote p{margin: 0;
  color: #D9D2C7;
  line-height: 1.75;}
.text-block blockquote footer{margin-top: 0.9rem;
  font-size: calc(15.3px * .875);color:inherit;
  font-style: normal;}
.text-block .media-stack{margin-top: calc(1.19rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(245, 242, 236, 0.12);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.19rem;}
.text-block .media-stack p{margin: 0;
  max-width: 38rem;
  color: #D9D2C7;
  font-size: 15.3px;}
.text-block .team-actions{
  display: inline-block;
  padding: 0.65rem 1.2rem;
  background: #C48B5A;
  color: #FFFFFF;
  border-radius: 0.32rem;
  font-weight: 500;
  text-decoration: none;
  font-size: 15.3px;
  transition: background 340ms var(--ease-hover);
}
.text-block .team-actions:hover{
  background: #A9743F;color:#3E3A34;}
@media (max-width: 700px) {.text-block .main-media{
    grid-template-columns: 1fr;
  }.text-block .main-figure{
    grid-column: auto;
  }.text-block .media-stack{
    display: block;
  }.text-block .team-actions{
    margin-top: calc(1.5rem * .75);
  }
}
.active-nav{padding:calc(1.5rem * 2.4) 2.14rem;background:#FAF7F2;color:#3E3A34;}
.active-nav .steady-flow{max-width:760px;margin:0 auto;}
.active-nav .service-rail{margin:0 0 calc(1.19rem * 1.5);font-size:calc(15.3px * .875);color:#5A5348;}
.active-nav .content-feature{margin:0 0 calc(1.19rem * 1.5);font-size:calc(15.3px * 2.65);line-height:1.25;font-weight:600;}
.active-nav .page-summary{margin:0 0 calc(1.19rem * 1.5);font-size:15.3px;line-height:1.7;color:#5A5348;}
.active-nav .open-brand{display:block;width:100%;height:auto;border-radius:1rem;margin:0 0 calc(1.19rem * 1.5);object-fit:cover;}
.active-nav .plain-track{margin:0 0 calc(1.19rem * 1.5);}
.active-nav .plain-track p{margin:0 0 calc(1.19rem * 1.5);font-size:15.3px;line-height:1.87;}
.active-nav .plain-track h2{margin:0 0 calc(1.19rem * 1.5);font-size:calc(15.3px * 1.35);line-height:1.4;font-weight:600;}
.active-nav .featured-links{padding-top:calc(1.19rem * 1.5);border-top:1px solid #E5DFD5;}
.active-nav .featured-footer{margin:0 0 6px;font-size:calc(15.3px * .875);color:#5A5348;}
.active-nav .content-unit{font-size:15.3px;color:#5A6B4F;text-decoration:none;}
.active-nav .content-unit:hover{color:inherit;text-decoration:underline;}
@media (max-width:640px){.active-nav .content-feature{font-size:calc(15.3px * 2);}.active-nav .page-summary{font-size:15.3px;}
}
.bottom-area{padding:calc(1.5rem * 2.4) 2.14rem;background:linear-gradient(135deg, #F5F2EC 0%, #E8E2D8 100%);color:#3E3A34}
.bottom-area .offer-panel{max-width:1060px;margin:0 auto}
.bottom-area .team-plan{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.1fr);gap:calc(calc(1.19rem * 1.5)*1.4);align-items:start}
.bottom-area .site-region{min-width:0}
.bottom-area .offer-feature{margin:0 0 calc(calc(1.5rem * .75)*0.5);font-size:calc(15.3px * .875);letter-spacing:0.08em;text-transform:uppercase;}
.bottom-area h2{margin:0;font-size:calc(15.3px * 2.65);line-height:1.05;letter-spacing:-0.01em}
.bottom-area .plain-visual{margin:calc(calc(1.5rem * .75)*0.75) 0 0;font-size:15.3px;line-height:1.5;}
.bottom-area .media-tile{min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.bottom-area .media-tile p{margin:0;font-size:15.3px;line-height:1.87}
.bottom-area .media-tile .clear-group{padding:calc(1.5rem * .75);background:#FFFFFF;border:1px solid #E5DFD5;border-radius:0.7rem;color:#3E3A34}
.bottom-area .simple-links{list-style:none;margin:calc(calc(1.5rem * .75)*0.5) 0 0;padding:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.bottom-area .simple-links li{min-width:0}
.bottom-area .simple-links a{display:inline-flex;align-items:center;border-radius:0.7rem;background:#5A6B4F;color:#FFFFFF;padding:calc(calc(1.5rem * .75)*0.7) calc(calc(1.5rem * .75)*1.1);text-decoration:none;font-size:calc(15.3px * .875);line-height:1.4;transition:background 340ms var(--ease-hover)}
.bottom-area .simple-links a:hover{background:#4A5941;color:#3E3A34;}
.bottom-area .simple-links li:last-child a{background:transparent;border:1px solid #E5DFD5;color:#3E3A34}
.bottom-area .simple-links li:last-child a:hover{background:#F0EBE3;color:#5A5348;}
@media(max-width:860px){.bottom-area .team-plan{grid-template-columns:1fr;gap:calc(1.19rem * 1.5)}.bottom-area h2{font-size:calc(15.3px * 2)}
}
.content-method{padding:calc(1.5rem * 2.4) 2.14rem;background:#FAF7F2;color:#3E3A34;}
.content-method .steady-flow{max-width:760px;margin:0 auto;}
.content-method .content-feature{margin:0 0 8px;font-size:calc(15.3px * 2.65);line-height:1.25;}
.content-method .plain-form{margin:0 0 24px;font-size:calc(15.3px * .875);color:#5A5348;}
.content-method .site-view{margin:0 0 18px;font-size:15.3px;line-height:1.87;}
.content-method .public-actions{display:flex;flex-wrap:wrap;gap:1.19rem;margin-top:28px;padding-top:20px;border-top:1px solid #E5DFD5;}
.content-method .public-actions a{font-size:15.3px;font-weight:600;color:#5A6B4F;text-decoration:none;transition:color 340ms var(--ease-hover);}
.content-method .public-actions a:hover{color:inherit;text-decoration:underline;}
.plain-menu{padding:calc(1.5rem * 2.4) 2.14rem;background:#F0EBE3;color:#5A5348}
.plain-menu .offer-panel{max-width:1060px;margin:0 auto}
.plain-menu .main-team{display:flex;gap:calc(1.19rem * 1.5);align-items:stretch}
.plain-menu .page-summary{flex:1 1 36rem;min-width:0;padding-right:calc(1.19rem * 1.5)}
.plain-menu .offer-feature{margin:0 0 1.5rem;font-size:calc(15.3px * .875);letter-spacing:.08em;text-transform:uppercase;}
.plain-menu h2{margin:0;font-size:calc(15.3px * 2);line-height:1.15;font-weight:600}
.plain-menu .site-region{margin:1.5rem 0 0;max-width:46rem;font-size:15.3px;line-height:1.87}
.plain-menu .media-tile{flex:0 1 30rem;min-width:0;background:#FFFFFF;color:#3E3A34;border:1px solid #E5DFD5;border-radius:1rem;padding:calc(1.19rem * 1.5);box-shadow:0 4px 10px rgba(0,0,0,0.03);display:flex;flex-direction:column;justify-content:space-between}
.plain-menu .media-tile>p{margin:0;line-height:1.87;font-size:calc(15.3px * .875)}
.plain-menu .simple-links{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #E5DFD5}
.plain-menu .simple-links a{border-radius:0.32rem;background:#5A6B4F;color:#FFFFFF;padding:calc(calc(1.5rem * .75)*.75) calc(1.5rem * .75);text-decoration:none;font-size:calc(15.3px * .875);transition:background 340ms var(--ease-hover)}
.plain-menu .simple-links a:hover{background:#4A5941;color:#3E3A34;}
@media(max-width:860px){.plain-menu .main-team{display:block}.plain-menu .page-summary{padding-right:0}.plain-menu .media-tile{margin-top:calc(1.19rem * 1.5)}.plain-menu h2{font-size:calc(15.3px * 2)}
}
.open-contact{
    padding:calc(1.5rem * 2.4) 2.14rem;
    background:#FAF7F2;
    color:#3E3A34;
    font-family:"Inter", sans-serif;
}
.open-contact .steady-flow{max-width:760px;
    margin:0 auto;}
.open-contact .site-region{margin-bottom:calc(1.19rem * 1.5);}
.open-contact .service-rail{margin:0 0 10px;
    font-size:calc(15.3px * .875);
    color:#5A5348;
    letter-spacing:0.02em;}
.open-contact .content-feature{margin:0 0 18px;
    font-size:clamp(26px,4.5vw,36px);
    line-height:1.25;
    font-weight:600;
    color:#3E3A34;}
.open-contact .page-summary{margin:0;
    font-size:15.3px;
    line-height:1.87;
    color:#5A5348;
    max-width:640px;}
.open-contact .page-media{
    margin:0 0 calc(1.19rem * 1.5);
    border-radius:1rem;
    overflow:hidden;
    background:#F0EBE3;color:#5A5348;}
.open-contact .page-media img{display:block;
    width:100%;
    height:auto;
    object-fit:cover;}
.open-contact .offer-method{font-size:15.3px;
    line-height:1.87;}
.open-contact .offer-method p{margin:0 0 1.4em;}
.open-contact .offer-method h2{margin:2em 0 0.8em;
    font-size:calc(15.3px * 1.35);
    line-height:1.35;
    font-weight:600;}
.open-contact .offer-method strong{font-weight:600;}
.open-contact .featured-links{margin-top:2.4em;
    padding-top:1.6em;
    border-top:1px solid #E5DFD5;
    font-size:15.3px;}
.open-contact .featured-links p{margin:0;
    color:#5A5348;}
.open-contact .featured-links a{color:#5A6B4F;
    text-decoration:underline;
    text-underline-offset:3px;}
.open-contact .featured-links a:hover{color:inherit;}
@media (max-width:640px){.open-contact{
        padding:calc(1.5rem * 2.4) 2.14rem;
    }.open-contact .content-feature{
        font-size:clamp(22px,6vw,30px);
    }.open-contact .page-summary{
        font-size:15.3px;
    }
}
.clear-media{padding:calc(1.5rem * 2.4) 2.14rem;background:#5A6B4F;color:#FFFFFF}
.clear-media .offer-panel{max-width:1060px;margin:0 auto}
.clear-media .content-steps{display:flex;gap:calc(1.19rem * 1.5);align-items:stretch}
.clear-media .content-copy{flex:0 1 20rem;min-width:0;border-left:1px solid rgba(245,242,236,0.25);padding-left:1.5rem;display:flex;flex-direction:column;justify-content:space-between}
.clear-media .content-copy p{margin:0;font-size:calc(15.3px * .875);line-height:1.87;opacity:0.9}
.clear-media .content-copy a{display:inline-flex;align-self:flex-start;margin-top:1.5rem;border-radius:0.32rem;background:#C48B5A;color:#FFFFFF;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-size:calc(15.3px * .875);transition:background 340ms var(--ease-hover)}
.clear-media .content-copy a:hover{background:#A9743F;color:#3E3A34;}
.clear-media .compact-lead{flex:1 1 44rem;min-width:0}
.clear-media h2{margin:0;max-width:16ch;font-size:calc(15.3px * 2.65);line-height:1.05}
.clear-media .compact-lead>p{margin:1.5rem 0 0;max-width:48rem;font-size:calc(15.3px * 1.125);line-height:1.87}
.clear-media .steady-lead{margin-top:calc(1.19rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.clear-media .steady-lead p{margin:0;display:flex;gap:1.5rem;align-items:flex-start}
.clear-media .steady-lead strong{flex:0 1 14rem;min-width:0;font-size:calc(15.3px * .875);line-height:1.87;font-weight:600}
.clear-media .steady-lead span{flex:1 1 24rem;min-width:0;line-height:1.87;opacity:0.92}
@media(max-width:760px){.clear-media .content-steps,.clear-media .steady-lead p{display:block}.clear-media .content-copy{border-left:0;padding-left:0}.clear-media .compact-lead{margin-top:calc(1.19rem * 1.5)}.clear-media .steady-lead span{display:block;margin-top:calc(1.5rem * .75)}.clear-media h2{font-size:calc(15.3px * 2)}}
.site-panel{
        background: #5A6B4F;
        color: #FFFFFF;
    }
.site-panel .entries{max-width: 1060px;
        margin: 0 auto;
        padding: calc(1.5rem * 2.4) 2.14rem;}
.site-panel h2{max-width: 18ch;
        margin: 0;
        font-size: calc(15.3px * 2.65);
        line-height: 1.05;}
.site-panel .entries p{max-width: 44rem;
        margin: 1.5rem 0 0;
        font-size: calc(15.3px * 1.125);
        line-height: 1.87;}
.site-panel .featured-stack{
        background: var(--surface-page);
        color: var(--ink-card);
    }
.site-panel .featured-stack .steady-flow{max-width: 1060px;
        margin: 0 auto;
        padding: 1.5rem 2.14rem;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.19rem;}
.site-panel .featured-stack a{display: block;
        min-width: 0;
        color: inherit;
        font-size: calc(15.3px * 1.35);
        line-height: 1.2;
        overflow-wrap: anywhere;
        text-decoration: none;
        transition: opacity 340ms var(--ease-hover);}
.site-panel .featured-stack a:hover{opacity: .78;}
.site-panel .featured-stack span{display: block;
        margin-bottom: calc(1.5rem * .75);
        font-size: calc(15.3px * .875);
        opacity: .62;}
.site-panel .page-plan{
        background: var(--surface-page);
        color: var(--ink-card);
        border-top: 1px solid rgba(245, 242, 236, .14);
    }
.site-panel .page-plan .steady-flow{max-width: 1060px;
        margin: 0 auto;
        padding: 1.5rem 2.14rem;
        display: grid;
        grid-template-columns: 1fr 1.4fr;
        gap: 1.19rem;
        align-items: start;}
.site-panel .page-plan p{margin: 0;
        line-height: 1.87;}
.site-panel .page-plan .steady-flow > div{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);}
.site-panel .page-plan a{color: inherit;
        text-underline-offset: .22em;
        text-decoration-thickness: 1px;}
.site-panel .page-plan a:hover{text-decoration-color: #C48B5A;}
@media (max-width: 680px) {.site-panel .featured-stack .steady-flow,
        .site-panel .page-plan .steady-flow{
            grid-template-columns: 1fr;
        }.site-panel .featured-stack a + a,
        .site-panel .page-plan p + p{
            margin-top: 1.5rem;
        }
    }
.media{
    padding: calc(1.5rem * 2.4) 2.14rem;
    background: var(--surface-page);
    color: var(--ink-card);
  }
.public-form{
    max-width: min(1060px, 64rem);
    margin: 0 auto;
  }
.public-group{
    margin-bottom: calc(1.19rem * 1.5);
  }
.public-group h2{
    margin: 0 0 1.5rem 0;
    font-size: calc(15.3px * 2);
    line-height: 1.2;
    max-width: 24ch;
  }
.area{
    margin: 0;
    font-size: 15.3px;
    line-height: 1.87;
    max-width: 58ch;
    opacity: 0.85;
  }
.main-items{
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #E5DFD5;
    height: clamp(20rem, 40vw, 30rem);
    margin-bottom: calc(1.19rem * 1.5);
    background: #FFFFFF;color:#3E3A34;}
.main-items iframe{display: block;
    width: 100%;
    height: 100%;
    border: 0;}
.main-note{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    gap: calc(1.5rem * .75);
    margin-bottom: calc(1.19rem * 1.5);
  }
.open-items{
    padding: calc(1.5rem * .75);
    background: #FFFFFF;
    border-radius: 0.7rem;
    border: 1px solid #E5DFD5;
    color: #3E3A34;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }
.compact-method{
    font-size: calc(15.3px * .875);
    color: #5A5348;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
.service-callout{
    margin: 0;
    font-size: 15.3px;
    line-height: 1.87;
    color: #3E3A34;
    word-break: break-word;
  }
.service-callout a{
    color: #5A6B4F;
    text-decoration: underline;
    text-underline-offset: 0.15em;
  }
.service-callout a:hover{
    color: #C48B5A;
  }
.page-tile{
    border-left: 3px solid #C48B5A;
    padding-left: calc(1.5rem * .75);
    margin-top: calc(1.19rem * 1.5);
  }
.page-tile p{
    margin: 0;
    font-size: 15.3px;
    line-height: 1.87;
    opacity: 0.9;
    max-width: 60ch;
  }
@media (max-width: 620px) {.public-group h2{
      font-size: calc(15.3px * 1.35);
    }.main-items{
      height: 18rem;
    }.main-note{
      grid-template-columns: 1fr;
      gap: 1.19rem;
    }.open-items{
      padding: calc(1.5rem * .75);
    }.page-tile{
      margin-top: 1.5rem;
    }
  }
.bottom-note{padding:calc(1.5rem * 2.4) 2.14rem;background:#FAF7F2;color:#3E3A34}
.bottom-note .offer-panel{max-width:1060px;margin:0 auto}
.bottom-note .main-team{display:flex;gap:calc(1.19rem * 1.5);align-items:flex-start}
.bottom-note .offer-lead{flex:1 1 24rem;min-width:0}
.bottom-note h2{margin:0;font-size:calc(15.3px * 2);line-height:1.15;max-width:16ch}
.bottom-note .offer-lead>p{margin:1.5rem 0 0;max-width:52rem;font-size:15.3px;line-height:1.87}
.bottom-note .content-steps{margin-top:calc(1.19rem * 1.5);display:flex;flex-direction:column;gap:1.5rem;max-width:50rem}
.bottom-note .content-steps p{margin:0;padding-left:1.5rem;border-left:1px solid #E5DFD5;line-height:1.87}
.bottom-note .content-steps strong{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(15.3px * .875);font-weight:600}
.bottom-note .content-steps span{display:block;min-width:0;}
.bottom-note .focused-plan{flex:0 1 32rem;min-width:0;background:#FFFFFF;color:#3E3A34;border:1px solid #E5DFD5;border-radius:1rem;padding:calc(1.19rem * 1.5);box-shadow:0 4px 10px rgba(0,0,0,0.03)}
.bottom-note .fresh-region{display:block;margin:0 0 1.5rem}
.bottom-note .fresh-region span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(15.3px * .875);font-weight:500}
.bottom-note input,.bottom-note textarea{display:block;width:100%;max-width:100%;border:1px solid #E5DFD5;border-radius:0.32rem;background:#FAF7F2;color:#3E3A34;font:inherit;padding:calc(1.5rem * .75) 1.5rem;outline:none;transition:border-color 340ms var(--ease-hover)}
.bottom-note input::placeholder,.bottom-note textarea::placeholder{}
.bottom-note input:focus,.bottom-note textarea:focus{border-color:#C48B5A}
.bottom-note textarea{resize:vertical;min-height:7rem}
.bottom-note button{display:inline-flex;align-items:center;justify-content:center;max-width:100%;border:0;border-radius:0.32rem;background:#5A6B4F;color:#FFFFFF;font:inherit;font-weight:500;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 340ms var(--ease-hover)}
.bottom-note button:hover{background:#4A5941;color:#3E3A34;}
.bottom-note .clear-group{margin:1.5rem 0 0;font-size:calc(15.3px * .875);line-height:1.87}
@media(max-width:820px){.bottom-note .main-team{display:block}.bottom-note .focused-plan{margin-top:calc(1.19rem * 1.5);padding:1.5rem}.bottom-note h2{font-size:calc(15.3px * 2)}}
.visual-brand{padding:calc(1.5rem * 2.4) 2.14rem;background:#FAF7F2;color:#3E3A34}
.visual-brand .offer-panel{max-width:1060px;margin:0 auto}
.visual-brand .site-region{margin-bottom:calc(1.19rem * 1.5)}
.visual-brand h2{margin:0;font-size:calc(15.3px * 2.65);line-height:1.1;max-width:34ch}
.visual-brand .page-summary{margin:1.5rem 0 0;font-size:calc(15.3px * 1.125);line-height:1.87;max-width:56ch}
.visual-brand .focused-plan{display:flex;flex-wrap:wrap;gap:calc(1.19rem * 1.5);padding:calc(1.19rem * 1.5) 0;border-top:1px solid #E5DFD5}
.visual-brand .content-steps{flex:1 1 280px;min-width:0}
.visual-brand h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.3px * 1.35);line-height:1.25}
.visual-brand .content-steps p{margin:0 0 1.19rem;line-height:1.87}
.visual-brand .content-steps p:last-child{margin-bottom:0}
.visual-brand .clear-group{padding:calc(1.19rem * 1.5);margin-top:calc(1.19rem * 1.5);background:#F0EBE3;color:#5A5348;border-radius:1rem}
.visual-brand .clear-group p{margin:0 0 calc(1.5rem * .75);line-height:1.87}
.visual-brand .clear-group p:last-child{margin-bottom:0}
.visual-brand .plain-form{font-size:calc(15.3px * .875);opacity:.75}
.visual-brand .secondary-group{margin-top:calc(1.19rem * 1.5);padding-top:calc(1.19rem * 1.5);border-top:1px solid #E5DFD5}
.visual-brand .focused-tile{margin:0 0 calc(1.5rem * .75);font-size:calc(15.3px * .875);text-transform:uppercase;letter-spacing:.06em}
.visual-brand .strong-media{margin:0 0 .4rem;line-height:1.87}
.visual-brand a{color:#5A6B4F;text-decoration:underline;text-underline-offset:2px}
.visual-brand a:hover{color:inherit;}
@media (min-width:720px){.visual-brand .focused-plan{gap:1.5rem}}
.grid---conditions{
    padding: calc(1.5rem * 2.4) 2.14rem;
    background: var(--surface-page);
    color: var(--ink-card);
  }
.grid---conditions .offer-method{max-width: min(1060px, 58rem);
    margin: 0 auto;}
.grid---conditions .page-summary{margin-bottom: calc(1.19rem * 1.5);}
.grid---conditions h2{margin: 0 0 1.5rem;
    font-size: calc(15.3px * 2.65);
    line-height: 1.1;
    letter-spacing: -0.01em;}
.grid---conditions .site-region{margin: 0;
    font-size: calc(15.3px * 1.125);
    line-height: 1.6;
    color: color-mix(in srgb, currentColor 78%, transparent);
    max-width: 46rem;}
.grid---conditions .focused-plan{border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);
    padding-top: calc(1.19rem * 1.5);}
.grid---conditions .featured-nav{padding: 0 0 calc(1.5rem * .75);
    margin: 0 0 calc(1.5rem * .75);
    border-bottom: 1px solid color-mix(in srgb, currentColor 12%, transparent);}
.grid---conditions .featured-nav:last-of-type{border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;}
.grid---conditions h3{margin: 0 0 calc(1.5rem * .75);
    font-size: calc(15.3px * 1.35);
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: -0.01em;}
.grid---conditions .featured-nav p{margin: 0;
    color: color-mix(in srgb, currentColor 76%, transparent);
    line-height: 1.87;}
.grid---conditions .featured-nav a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: color-mix(in srgb, #5A6B4F 40%, transparent);
    transition: color 340ms var(--ease-hover);}
.grid---conditions .featured-nav a:hover{color:inherit;
    text-decoration-color: currentColor;}
.grid---conditions .clear-group{
    margin-top: calc(1.19rem * 1.5);
    padding: calc(1.5rem * .75);
    background: color-mix(in srgb, currentColor 8%, transparent);
    border-radius: 0.7rem;
    font-size: calc(15.3px * .875);
    color: color-mix(in srgb, currentColor 72%, transparent);
  }
.grid---conditions .clear-group p{margin: 0;}
.grid---conditions .clear-group a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 2px;}
.grid---conditions .clear-group a:hover{color:inherit;}
@media (max-width: 640px) {.grid---conditions{
      padding: calc(1.5rem * 2.4) 2.14rem;
    }.grid---conditions h2{
      font-size: calc(15.3px * 2);
    }.grid---conditions .site-region{
      font-size: 15.3px;
    }
  }
.simple-unit{--mark-main:calc(1.5rem * 0.99);--state-content:calc(1060px / 3.10);--label-meta:calc(1060px / 3.05);padding:calc(1.5rem * 2.4) 2.14rem;background:#5A6B4F;color:#FFFFFF;}
.simple-unit .offer-panel{max-width:1060px;margin:0 auto;}
.simple-unit h1,.simple-unit h2,.simple-unit h3,.simple-unit p{margin:0;}
.simple-unit h1{font-size:calc(15.3px * 2.65);line-height:1.08;}
.simple-unit h2{font-size:calc(15.3px * 2);line-height:1.12;}
.simple-unit h3{font-size:calc(15.3px * 1.35);line-height:1.2;}
.simple-unit p{font-size:15.3px;line-height:1.87;color:color-mix(in srgb, currentColor 74%, transparent);}
.simple-unit a{color:inherit;text-decoration:none;}
.simple-unit img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.7rem;flex:0 1 min(28rem,38vw);}
.simple-unit .clear-list{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.32rem;background:#FFFFFF;color:#5A6B4F;font-weight:600;}
.simple-unit .page-summary,.simple-unit .clear-group{}
.simple-unit .soft-details h2{margin-top:var(--mark-main);}
.simple-unit .page-summary{margin-top:1.5rem;}
.simple-unit .public-actions{margin-top:calc(1.5rem * 1.2);padding-top:1.5rem;border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.simple-unit .public-actions p{max-width:var(--state-content);}
.simple-unit .top-wrap{display:flex;flex-wrap:wrap;gap:1.19rem;margin-top:calc(1.19rem * 1.5);}
.simple-unit .top-wrap a{font-size:calc(15.3px * .875);padding:0.5rem 1.1rem;border:1px solid color-mix(in srgb, currentColor 32%, transparent);border-radius:0.32rem;transition:background 340ms var(--ease-hover),border-color 340ms var(--ease-hover);}
.simple-unit .top-wrap a:hover{background:color-mix(in srgb, currentColor 10%, transparent);border-color:currentColor;}
@media (max-width:640px){.simple-unit .top-wrap{flex-direction:column;align-items:flex-start;}}
.page-method{background:#FAF7F2;color:#3E3A34;padding:calc(1.5rem * 2.4) 2.14rem}
.page-method .offer-panel{max-width:min(1060px,70rem);margin:0 auto}
.page-method .steady-area{display:flex;flex-direction:column;gap:calc(1.19rem * 1.5)}
.page-method .page-summary{max-width:44rem}
.page-method h2{margin:0 0 1.5rem;font-size:clamp(calc(15.3px * 2),5vw,calc(15.3px * 2.65));line-height:1.1;letter-spacing:0}
.page-method .page-summary p{margin:0;color:#5A5348;font-size:calc(15.3px * 1.125);line-height:1.7}
.page-method .plain-track{display:grid;grid-template-columns:1.4fr 1fr;gap:calc(1.19rem * 1.5);padding-top:1.5rem;border-top:1px solid #E5DFD5}
.page-method .featured-links{display:flex;flex-direction:column;gap:1.5rem}
.page-method .visual-surface{margin:0;font-weight:700;font-size:15.3px;color:#3E3A34}
.page-method .fresh-panel{margin:0;color:#5A5348;line-height:1.75}
.page-method .public-actions{display:flex;flex-wrap:wrap;gap:1.19rem;margin-top:1.5rem}
.page-method .public-actions a{display:inline-block;padding:calc(1.5rem * .75) 1.19rem;border-radius:0.7rem;background:#5A6B4F;color:#FFFFFF;text-decoration:none;font-weight:600;font-size:calc(15.3px * .875);transition:background 340ms var(--ease-hover)}
.page-method .public-actions a:hover{background:#4A5941;color:#3E3A34;}
.page-method .public-actions a:last-child{background:transparent;color:#5A6B4F;border:1px solid #E5DFD5}
.page-method .public-actions a:last-child:hover{background:#F0EBE3;color:#5A5348}
.page-method .text-media{background:#F0EBE3;color:#5A5348;padding:calc(1.19rem * 1.5);border-radius:1rem;display:flex;flex-direction:column;gap:1.5rem}
.page-method .page-copy{margin:0;font-weight:700;color:#3E3A34}
.page-method .content-entries{margin:0;font-size:15.3px;line-height:1.9}
.page-method .content-entries a{color:#5A6B4F;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 340ms var(--ease-hover)}
.page-method .content-entries a:hover{border-bottom-color:#C48B5A;color:inherit;}
.page-method .soft-tile{margin:0;font-size:calc(15.3px * .875);line-height:1.7;color:#5A5348}
@media(max-width:760px){.page-method .plain-track{grid-template-columns:1fr}.page-method .public-actions{flex-direction:column;align-items:flex-start}
}
.main-block{padding:calc(1.5rem * 2.4) 2.14rem;background:#FAF7F2;color:#3E3A34}
.main-block .offer-panel{max-width:1060px;margin:0 auto}
.main-block .primary-tile{display:flex;gap:calc(1.19rem * 1.5);align-items:flex-start}
.main-block .page-summary{flex:1 1 38rem;min-width:0}
.main-block .page-summary p{margin:0 0 1.5rem;max-width:28rem;font-size:calc(15.3px * .875);line-height:1.87;color:#5A5348}
.main-block h2{margin:0;font-size:calc(15.3px * 2.65);line-height:1.04;max-width:15ch}
.main-block .wide-benefit{flex:0 1 30rem;min-width:0;padding-top:calc(1.5rem * .75)}
.main-block .site-view{margin:0;line-height:1.87;color:#3E3A34}
.main-block .wide-benefit>a{display:inline-flex;margin-top:1.5rem;border-radius:0.7rem;background:#C48B5A;color:#FFFFFF;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:background 340ms var(--ease-hover)}
.main-block .wide-benefit>a:hover{background:#A9743F;color:#3E3A34;}
.main-block ul{list-style:none;margin:calc(1.19rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.main-block li a{display:block;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #E5DFD5;color:#3E3A34;text-decoration:none;transition:color 340ms var(--ease-hover)}
.main-block li a:hover{color:inherit;}
@media(max-width:760px){.main-block .primary-tile{display:block}.main-block h2{font-size:calc(15.3px * 2)}.main-block .wide-benefit{margin-top:calc(1.19rem * 1.5);padding-top:0}}
