*,*::before,*::after{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Cormorant Garamond", sans-serif;}
a{color:inherit;}
.btn-primary,.btn.btn-primary{background:#0f4d3a!important;color:#f7f4ec!important;border-color:#0f4d3a!important;}
.btn-primary:hover,.btn.btn-primary:hover{background:#0a3a2c!important;color:#f7f4ec!important;border-color:#0a3a2c!important;}
.soft-fields {
    width: 100%;
    background: #faf7f0;
    color: #1c1e19;
    border-bottom: 1px solid #e2dccd;
  }
:root {
  --surface-light: #33352e;
  --ease-base: cubic-bezier(0.16,1,0.3,1);
  --line-primary: #f1ece0;
}
.top-service {
    max-width: 1440px;
    margin: 0 auto;
    padding: 1.5rem 2.15rem;
    display: flex;
    align-items: center;
    gap: 1.82rem;
  }
.clear-section {
    font-size: calc(17.8px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #1c1e19;
    text-decoration: none;
    flex-shrink: 0;
  }
.nav-desktop {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.82rem * 1.5);
  }
.nav-list a {
    color: #1c1e19;
    text-decoration: none;
    font-size: 17.8px;
    padding: 0.35rem 0.2rem;
    border-radius: 0.28rem;
    transition: color 350ms var(--ease-base),
                background-color 350ms var(--ease-base);
  }
.nav-list a:hover {
    color: #b08d3f;
  }
.soft-content {
    display: flex;
    align-items: center;
    gap: 1.82rem;
    flex-shrink: 0;
  }
.strong-flow {
    color: var(--surface-light);
    text-decoration: none;
    font-size: calc(17.8px * .875);
    transition: color 350ms var(--ease-base);
  }
.strong-flow:hover {
    color: #b08d3f;
  }
.btn-primary {
    display: inline-block;
    background: #0f4d3a;
    color: #f7f4ec;
    text-decoration: none;
    font-size: calc(17.8px * .875);
    font-weight: 600;
    padding: 0.6rem 1.1rem;
    border-radius: 0.51rem;
    transition: background-color 350ms var(--ease-base);
  }
.btn-primary:hover{
    background: #0a3a2c;color:#1c1e19;}
.secondary-tile {
    display: none;
    background: transparent;
    border: 1px solid #e2dccd;
    border-radius: 0.28rem;
    padding: 0.5rem;
    cursor: pointer;
    flex-direction: column;
    gap: 4px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
  }
.quiet-steps{
    display: block;
    width: 20px;
    height: 2px;
    background: #1c1e19;
    border-radius: 2px;color:#1c1e19;}
.offer-feature{
    display: none;
    border-top: 1px solid #e2dccd;
    background: #faf7f0;
    padding: calc(1.82rem * 1.5) 2.15rem 1.5rem;color:#1c1e19;}
.offer-feature.is-open{display: block;}
.figure {
    list-style: none;
    margin: 0 0 calc(1.82rem * 1.5);
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
.figure a {
    display: block;
    padding: 0.75rem 0.25rem;
    color: #1c1e19;
    text-decoration: none;
    font-size: 17.8px;
    border-bottom: 1px solid #e2dccd;
  }
.figure a:hover {
    color: #b08d3f;
  }
.controls {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: stretch;
  }
.controls .btn-primary {
    text-align: center;
  }
.controls .strong-flow {
    text-align: center;
    font-size: 17.8px;
  }
@media (max-width: 960px) {
    .nav-list {
      gap: 1.82rem;
    }
    .strong-flow {
      display: none;
    }
  }
@media (max-width: 767px) {
    .nav-desktop {
      display: none;
    }
    .soft-content .btn-primary {
      display: none;
    }
    .secondary-tile {
      display: flex;
    }
    .top-service {
      justify-content: space-between;
    }
  }
.public-quote{font-family:"Cormorant Garamond", sans-serif;font-size:17.8px;line-height:1.8;padding:calc(1.5rem * 2.4) 2.15rem;background:#0f4d3a;color:#f7f4ec;}
.local-actions{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(1.82rem * 1.5)}
.active-items{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.local-group{font-size:calc(17.8px * 1.35);font-weight:600;margin:0;letter-spacing:0.01em}
.content-note{font-style:normal;display:flex;flex-direction:column;gap:0.4rem}
.public-area{display:block;font-size:17.8px}
.content-note a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(255, 255, 255, 0.25);transition:border-color 350ms var(--ease-base)}
.content-note a:hover{border-bottom-color:currentColor;color:inherit}
.site-fields{display:flex;flex-direction:column;gap:0.6rem}
.site-block{font-size:calc(17.8px * 1.125);font-weight:700;letter-spacing:0.02em}
.quiet-nav{margin:0;font-size:calc(17.8px * .875);opacity:0.75;max-width:42ch}
.plain-media{display:grid;grid-template-columns:1fr;gap:calc(1.82rem * 1.5)}
.clear-lead ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem}
.clear-lead a{color:inherit;text-decoration:none;font-size:17.8px;transition:opacity 350ms var(--ease-base)}
.clear-lead a:hover{opacity:0.7;color:inherit}
.strong-fields{display:flex;flex-direction:column;gap:0.6rem;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(255, 255, 255, 0.15)}
.soft-proof{margin:0;font-size:calc(17.8px * .875);opacity:0.8;max-width:70ch}
.focused-frame{margin:0;font-size:calc(17.8px * .875);opacity:0.65}
@media (min-width: 640px) {.plain-media{grid-template-columns:repeat(2, 1fr)}
  }
@media (min-width: 960px) {.local-actions{grid-template-columns:1.2fr 1fr 2fr;grid-template-areas:"contact brand nav"
        "legal legal legal";align-items:start}.active-items{grid-area:contact}.site-fields{grid-area:brand}.plain-media{grid-area:nav;grid-template-columns:repeat(3, 1fr)}.strong-fields{grid-area:legal}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:clamp(14px,2vw,24px);right:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);z-index:1200}
.cookies .focused-items{max-width:760px;margin:0 auto;padding:14px 16px;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:linear-gradient(135deg, #0f4d3a 0%, #1a6b50 55%, #b08d3f 100%);color:#f7f4ec;box-shadow:0 24px 40px rgba(0,0,0,0.21);display:flex;gap:1.82rem;align-items:center}
.cookies .page-steps{flex:1 1 0}
.cookies strong{display:block;font-size:calc(17.8px * 1.35)}
.cookies p{margin:6px 0 0;line-height:1.8}
.cookies .content-quote{flex:0 0 auto;display:grid;gap:8px}
.cookies .content-quote button{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.12);color:inherit;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .content-quote button.cookie-accept{background:#faf7f0;color:#1c1e19}
@media(max-width:720px){.cookies .focused-items{display:block}.cookies .content-quote{margin-top:12px;grid-template-columns:repeat(2,minmax(0,1fr))}}
.fresh-note{--state-active:calc(1.5rem * 1.25);--field-static:calc(1440px / 2.35);--copy-quiet:calc(1440px / 3.49);padding:calc(1.5rem * 2.4) 2.15rem;background:#faf7f0;color:#1c1e19;}
.fresh-note .local-region{max-width:1440px;margin:0 auto;}
.fresh-note h1,.fresh-note p{margin:0;}
.fresh-note h1{font-size:calc(17.8px * 2.65);line-height:1.08;}
.fresh-note p{font-size:17.8px;line-height:1.8;}
.fresh-note img{display:block;width:100%;height:auto;border-radius:0.51rem;}
.fresh-note .quiet-frame{display:flex;align-items:flex-start;gap:1.82rem;}
.fresh-note .top-method{flex:1 1 auto;min-width:0;}
.fresh-note .content-headline{margin-top:1.5rem;color:var(--surface-light);}
.fresh-note .clear-links{flex:0 1 var(--copy-quiet);min-width:0;}
.fresh-note .clear-links img{width:min(var(--copy-quiet),100%);}
.fresh-note .open-group{margin-top:calc(1.82rem * 1.5);font-size:calc(17.8px * .875);color:var(--surface-light);}
.fresh-note .active-service{display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.82rem * 1.5);margin-top:1.5rem;}
.fresh-note .contact-header{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.28rem;background:#0f4d3a;color:#f7f4ec;text-decoration:none;transition:background 350ms var(--ease-base);}
.fresh-note .contact-header:hover{background:#0a3a2c;color:#1c1e19;}
.fresh-note .visual-lead{color:#0f4d3a;text-decoration:none;font-size:17.8px;border-bottom:1px solid #e2dccd;padding-bottom:2px;transition:color 350ms var(--ease-base);}
.fresh-note .visual-lead:hover{color:inherit;}
@media(max-width:760px){.fresh-note .quiet-frame{flex-direction:column;}}
.media-flow{padding:calc(1.5rem * 2.4) 2.15rem;background:linear-gradient(135deg, #0f4d3a 0%, #1a6b50 55%, #b08d3f 100%);color:#f7f4ec}
.media-flow .local-region{max-width:1440px;margin:0 auto}
.media-flow .fresh-story{margin-bottom:calc(1.82rem * 1.5)}
.media-flow h2{margin:0;font-size:calc(17.8px * 2.65);line-height:1.05}
.media-flow .fresh-story p{margin:1.5rem 0 0;font-size:calc(17.8px * 1.125);line-height:1.8}
.media-flow .media-team{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem 1.82rem}
.media-flow .focused-surface{padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(247,244,236,0.28)}
.media-flow .focused-surface strong{display:block;font-size:calc(17.8px * 1.35);line-height:1.15}
.media-flow .focused-surface p{margin:calc(1.5rem * .75) 0 0;font-size:17.8px;line-height:1.8}
.media-flow .active-service{margin:calc(1.82rem * 1.5) 0 0;font-size:calc(17.8px * .875);line-height:1.8}
.media-flow .active-service a{color:#f7f4ec;text-decoration:underline;text-underline-offset:3px}
.media-flow .active-service a:hover{}
@media(max-width:900px){.media-flow .media-team{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.media-flow .media-team{grid-template-columns:1fr}}
.unit{
        --state-active: calc(1.5rem * 1.05);
        padding: calc(1.5rem * 2.4) 2.15rem;
        background: #0f4d3a;
        color: #f7f4ec;
    }
.unit .local-region{max-width: 1440px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--state-active);}
.unit h2{font-size: calc(17.8px * 2);
        line-height: 1.14;
        margin: 0 0 calc(calc(1.82rem * 1.5) / 2);}
.unit .content-headline{font-size: 17.8px;
        line-height: 1.8;
        margin: 0;
        max-width: 68ch;}
.unit .offer-intro{display: flex;
        flex-direction: column;
        gap: calc(calc(1.5rem * .75) * 0.7);}
.unit details{
        padding: calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.15);
        border-radius: 0.51rem;
        background: var(--line-primary);
        color: var(--surface-light);
        border-inline-start: 3px solid #b08d3f;
    }
.unit summary{cursor: pointer;
        font-weight: 700;
        font-size: 17.8px;
        line-height: 1.35;
        list-style: none;}
.unit summary::-webkit-details-marker{display: none;}
.unit summary::after{content: "+";
        float: right;
        margin-inline-start: calc(1.82rem * 1.5);
        font-weight: 400;
        opacity: 0.7;}
.unit details[open] summary::after{content: "\2013";}
.unit details p{margin: calc(calc(1.82rem * 1.5) * 0.6) 0 0;
        font-size: calc(17.8px * .875);
        line-height: 1.8;}
.unit .active-service{margin: 0;
        font-size: calc(17.8px * .875);
        line-height: 1.8;
        opacity: 0.85;}
.unit .active-service a{color: inherit;
        text-decoration: underline;
        text-underline-offset: 3px;}
.unit .active-service a:hover{color:inherit;}
@media (max-width: 720px) {.unit details{
            padding: calc(1.5rem * .75);
        }
    }
.local-entries{--state-active:calc(1.5rem * 1.02);--field-static:calc(1440px / 3.15);padding:calc(1.5rem * 2.4) 2.15rem;background:#b08d3f;color:#1a1a14;}
.local-entries .local-region{max-width:1440px;margin:0 auto;}
.local-entries h1,.local-entries h2,.local-entries h3,.local-entries p{margin:0;}
.local-entries h2{font-size:calc(17.8px * 2);line-height:1.12;}
.local-entries p{font-size:17.8px;line-height:1.8;}
.local-entries a{color:inherit;text-decoration:none;}
.local-entries .content-headline{margin-top:1.5rem;}
.local-entries .active-service{display:flex;flex-wrap:wrap;align-items:center;gap:1.82rem;margin-top:var(--state-active);}
.local-entries .contact-header{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.28rem;background:#1a1a14;color:#b08d3f;font-size:17.8px;}
.local-entries .clear-links{font-size:calc(17.8px * .875);text-decoration:underline;text-underline-offset:0.28rem;opacity:0.82;}
.local-entries .clear-links:hover{opacity:1;}
@media (max-width:640px){.local-entries .active-service{flex-direction:column;align-items:flex-start;}
}
.clear-story{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.15rem calc(calc(1.5rem * 2.4) * .68);
        background:#faf7f0;
        color:#1c1e19;
        border-bottom:1px solid #e2dccd;
    }
.content-method{
        max-width:1440px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.82rem * 1.5);
    }
.service-form{
        padding-left:clamp(0.9rem,2vw,1.6rem);
        border-left:3px solid #b08d3f;
    }
.clear-story h1{margin:0;
        font-size:clamp(2rem,5.4vw,4.2rem);
        line-height:1.06;
        font-weight:640;
        letter-spacing:-0.01em;}
.clear-story p{margin:clamp(0.9rem,1.8vw,1.3rem) 0 0;
        font-size:clamp(1rem,1.5vw,1.18rem);
        line-height:1.7;}
@media (max-width:700px){.clear-story{
            padding:calc(calc(1.5rem * 2.4) * .7) 2.15rem;
        }.clear-story h1{
            font-size:clamp(1.85rem,9vw,3rem);
        }
    }
.soft-area{--state-active:calc(1.5rem * 1.00);--type-quiet:calc(1440px / 3.31);padding:calc(1.5rem * 2.4) 2.15rem;background:#faf7f0;color:#1c1e19;}
.soft-area .local-region{max-width:1440px;margin:0 auto;}
.soft-area h2,.soft-area h3,.soft-area p,.soft-area span{margin:0;}
.soft-area h2{font-size:calc(17.8px * 2);line-height:1.12;}
.soft-area h3{font-size:calc(17.8px * 1.35);line-height:1.2;}
.soft-area p{font-size:17.8px;line-height:1.8;color:var(--surface-light);}
.soft-area .wide-plan{padding-inline-start:calc(1.5rem * .75);}
.soft-area .plain-fields{row-gap:calc(var(--state-active) * 1.2);}
.soft-area .simple-view{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.soft-area .content-headline{margin-top:1.5rem;}
.soft-area .featured-block{display:flex;flex-wrap:wrap;gap:var(--state-active);margin-top:var(--state-active);}
.soft-area .direct-area{flex:1 1 var(--type-quiet);min-width:0;padding:calc(var(--state-active) * .75);border-radius:0.51rem;background:var(--line-primary);color:var(--surface-light);border-left:2px solid #b08d3f;}
.soft-area .direct-area p{margin-top:calc(1.5rem / 3);}
.soft-area .main-wrap{display:inline-block;font-size:calc(17.8px * .875);letter-spacing:.08em;text-transform:uppercase;color:inherit;margin-bottom:calc(1.5rem / 4);}
.narrow-track{--state-active:calc(1.5rem * 1.04);--field-static:calc(1440px / 2.28);padding:calc(1.5rem * 2.4) 2.15rem;background:#b08d3f;color:#1a1a14;}
.narrow-track .local-region{max-width:1440px;margin:0 auto;}
.narrow-track h2,.narrow-track h3,.narrow-track p{margin:0;}
.narrow-track h2{font-size:calc(17.8px * 2);line-height:1.12;}
.narrow-track h3{font-size:calc(17.8px * 1.35);line-height:1.2;}
.narrow-track p{font-size:17.8px;line-height:1.8;color:color-mix(in srgb, currentColor 74%, transparent);}
.narrow-track .content-headline{margin-top:1.5rem;max-width:calc(1440px / 2);}
.narrow-track .contact-body{display:flex;flex-direction:column;gap:var(--state-active);margin-top:var(--state-active);}
.narrow-track .direct-area{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.narrow-track .direct-area p{margin-top:calc(1.5rem / 3);}
@media (min-width:720px){.narrow-track .contact-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:calc(1.82rem * 1.12);}
}
.primary-wrap{
    padding:calc(1.5rem * 2.4) 2.15rem;
    background:var(--line-primary);
    color:var(--surface-light);
}
.primary-wrap .local-region{max-width:1440px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(1.82rem * 1.5);
    align-items:flex-start;}
.primary-wrap .soft-steps{flex:1 1 320px;
    min-width:280px;}
.primary-wrap .soft-steps img{width:100%;
    height:auto;
    display:block;
    border-radius:0.91rem;
    border:1px solid #e2dccd;
    box-shadow:0 1px 4px rgba(0,0,0,0.13);}
.primary-wrap .simple-grid{flex:1 1 420px;
    min-width:280px;}
.primary-wrap .simple-grid h2{margin:0 0 0.4rem;
    font-size:calc(17.8px * 2);
    line-height:1.2;}
.primary-wrap .simple-grid h3{margin:0 0 1.1rem;
    font-size:17.8px;
    font-weight:400;
    letter-spacing:0.02em;
    opacity:0.78;}
.primary-wrap .simple-grid p{margin:0 0 0.9rem;
    font-size:17.8px;
    line-height:1.8;}
.primary-wrap .simple-grid ul{margin:0.4rem 0 0;
    padding-left:1.1rem;
    display:flex;
    flex-direction:column;
    gap:0.55rem;}
.primary-wrap .simple-grid li{line-height:1.55;}
@media (max-width:820px){.primary-wrap .local-region{
        flex-direction:column;
    }.primary-wrap .soft-steps,
    .primary-wrap .simple-grid{
        flex:1 1 auto;
        width:100%;
    }
}
.clear-grid{
        padding:calc(calc(1.5rem * 2.4) * .74) 2.15rem;
        background:var(--line-primary);
        color:var(--surface-light);
    }
.content-method{
        max-width:1440px;
        margin:0 auto;
    }
.service-form{
        padding-top:clamp(1rem,2.5vw,1.8rem);
        border-top:2px solid color-mix(in srgb,currentColor 30%,transparent);
    }
.clear-grid h1{margin:0;
        font-size:clamp(2.1rem,6.3vw,4.9rem);
        line-height:1.02;
        font-weight:760;}
.clear-grid p{margin:clamp(1rem,2vw,1.4rem) 0 0;
        font-size:clamp(1rem,1.7vw,1.22rem);
        line-height:1.68;
        color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:700px){.clear-grid h1{
            font-size:clamp(2rem,12vw,3.45rem);
        }
    }
.direct-lead{--state-active:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 2.15rem;background:#faf7f0;color:#1c1e19;}
.direct-lead .local-region{max-width:1440px;margin:0 auto;}
.direct-lead h2,.direct-lead h3,.direct-lead p{margin:0;}
.direct-lead h2{font-size:calc(17.8px * 2);line-height:1.14;}
.direct-lead h3{font-size:calc(17.8px * 1.35);line-height:1.22;}
.direct-lead p{font-size:17.8px;line-height:1.8;color:var(--surface-light);}
.direct-lead .fresh-story{max-width:calc(1440px / 1.6);}
.direct-lead .fresh-story .content-headline{margin-top:calc(1.82rem * 1.5);}
.direct-lead .main-figure{display:flex;flex-wrap:wrap;gap:1.82rem;margin-top:var(--state-active);}
.direct-lead .direct-area{flex:1 1 calc(1440px / 4.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #e2dccd;}
.direct-lead .direct-area p{margin-top:calc(1.5rem / 3);}
.direct-lead .active-service{margin-top:var(--state-active);padding-top:calc(1.82rem * 1.5);border-top:1px solid #e2dccd;font-size:calc(17.8px * .875);color:var(--surface-light);}
.direct-lead .active-service a{color:#0f4d3a;text-decoration:none;border-bottom:1px solid #0f4d3a;}
.direct-lead .active-service a:hover{color:inherit;border-bottom-color:#b08d3f;}
@media (max-width:720px){.direct-lead .direct-area{flex:1 1 100%;}
}
.plain-copy{padding:calc(1.5rem * 2.4) 2.15rem;background:#b08d3f;color:#1a1a14}
.plain-copy .primary-form{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:1.82rem}
.plain-copy .active-header{border-radius:1.11rem;background:linear-gradient(135deg, #0f4d3a 0%, #1a6b50 55%, #b08d3f 100%);color:#f7f4ec;padding:calc(1.82rem * 1.5);display:flex;flex-direction:column;justify-content:flex-end;min-height:clamp(16rem,34vw,26rem)}
.plain-copy h2{margin:0;font-size:calc(17.8px * 2.65);line-height:1;max-width:16ch}
.plain-copy .active-header p{margin:1.5rem 0 0;font-size:calc(17.8px * 1.125)}
.plain-copy .top-frame{display:flex;flex-wrap:wrap;gap:1px;background:#e2dccd;border:1px solid #e2dccd;border-radius:0.91rem;overflow:hidden;color:#1c1e19;}
.plain-copy .media-copy{flex:1 1 200px;background:#ffffff;color:#1c1e19;padding:calc(1.5rem * .75);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.plain-copy .media-copy:nth-child(3){background:#0f4d3a;color:#f7f4ec}
.plain-copy .media-copy span{font-size:calc(17.8px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.75}
.plain-copy h3{margin:0;font-size:calc(17.8px * 1.35);line-height:1.15}
.plain-copy .media-copy p{margin:0;font-size:calc(17.8px * .875)}
.plain-copy .active-service{margin:0;font-size:calc(17.8px * .875);}
.plain-copy .active-service a{text-decoration:underline;text-underline-offset:3px}
.plain-copy .active-service a:hover{}
@media (max-width: 720px){.plain-copy .active-header{min-height:auto}.plain-copy .media-copy{flex:1 1 100%}}
.header{
        padding:calc(calc(1.5rem * 2.4) * .74) 2.15rem;
        background:#b08d3f;
        color:#1a1a14;
    }
.content-method{
        max-width:1440px;
        margin:0 auto;
    }
.service-form{
        padding-top:clamp(1rem,2.5vw,1.8rem);
        border-top:2px solid color-mix(in srgb,currentColor 34%,transparent);
    }
.header h1{margin:0;
        font-size:clamp(2.1rem,6.3vw,4.9rem);
        line-height:1.01;
        font-weight:760;}
.header p{margin:clamp(1rem,2vw,1.4rem) 0 0;
        font-size:clamp(1rem,1.7vw,1.22rem);
        line-height:1.68;
        color:color-mix(in srgb,currentColor 78%,transparent);}
@media (max-width:700px){.header h1{font-size:clamp(2rem,12vw,3.45rem);}
    }
.open-track{--state-active:calc(1.5rem * 1.32);--field-static:calc(1440px / 2.45);padding:calc(1.5rem * 2.4) 2.15rem;background:#0f4d3a;color:#f7f4ec;}
.open-track .local-region{max-width:1440px;margin:0 auto;}
.open-track h1,.open-track h2,.open-track h3,.open-track p{margin:0;}
.open-track h2{font-size:calc(17.8px * 2);line-height:1.12;}
.open-track p{font-size:17.8px;line-height:1.8;color:color-mix(in srgb, currentColor 78%, transparent);}
.open-track a{color:inherit;text-decoration:none;}
.open-track .open-steps{display:flex;flex-direction:column;gap:var(--state-active);}
.open-track .fresh-story{display:flex;flex-direction:column;gap:calc(1.82rem * 1.5);}
.open-track .open-group{font-size:calc(17.8px * .875);letter-spacing:0.06em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.open-track .content-headline{max-width:var(--field-static);}
.open-track .primary-menu{display:flex;flex-wrap:wrap;align-items:center;gap:1.82rem;}
.open-track .contact-header{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.28rem;background:#f7f4ec;color:#0f4d3a;transition:background 350ms var(--ease-base),color 350ms var(--ease-base);}
.open-track .contact-header:hover{background:#b08d3f;color:#1a1a14;}
.open-track .clear-links{flex:1 1 18rem;font-size:calc(17.8px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.open-track .clear-links a{text-decoration:underline;text-underline-offset:0.18em;color:inherit;}
.open-track .clear-links a:hover{}
@media (max-width:640px){.open-track .primary-menu{flex-direction:column;align-items:flex-start;}.open-track .contact-header{width:100%;}
}
.media-tile{padding:calc(1.5rem * 2.4) 2.15rem;background:#faf7f0;color:#1c1e19;}
.media-tile .local-region{max-width:1440px;margin:0 auto;}
.media-tile h2,.media-tile h3,.media-tile p{margin:0;}
.media-tile h2{font-size:calc(17.8px * 2);line-height:1.14;}
.media-tile h3{font-size:calc(17.8px * 1.35);line-height:1.22;}
.media-tile p{font-size:17.8px;line-height:1.8;}
.media-tile .fresh-story{display:flex;flex-direction:column;gap:calc(1.82rem * 1.5);}
.media-tile .content-headline{color:var(--surface-light);}
.media-tile .local-section{display:flex;flex-wrap:wrap;gap:1.82rem;margin-top:1.5rem;}
.media-tile .narrow-items{flex:1 1 calc(1440px / 3.6);min-width:0;padding:calc(1.5rem * .75);background:#ffffff;color:#1c1e19;border:1px solid #e2dccd;border-radius:0.91rem;}
.media-tile .narrow-items p{margin-top:calc(1.5rem / 3);color:var(--surface-light);}
.media-tile .active-service{display:flex;flex-wrap:wrap;gap:1.82rem;margin-top:1.5rem;padding-top:calc(1.82rem * 1.5);border-top:1px solid #e2dccd;}
.media-tile .active-service a{color:#0f4d3a;text-decoration:none;font-size:17.8px;border-bottom:1px solid transparent;transition:color 350ms var(--ease-base),border-color 350ms var(--ease-base);}
.media-tile .active-service a:hover{color:inherit;border-bottom-color:#b08d3f;}
@media (max-width:720px){.media-tile .narrow-items{flex:1 1 100%;}
}
.visual-brand{
        padding:calc(calc(1.5rem * 2.4) * .78) 2.15rem;
        background:var(--line-primary);
        color:var(--surface-light);
        border-bottom:1px solid #e2dccd;
    }
.content-method{
        max-width:1440px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.82rem * 1.5);
    }
.service-form{
        display:flex;
        flex-direction:column;
        gap:1.82rem;
        padding-left:clamp(0.9rem,2vw,1.6rem);
        border-left:2px solid #b08d3f;
    }
.visual-brand h1{margin:0;
        font-size:clamp(2rem,5.4vw,4.2rem);
        line-height:1.06;
        font-weight:700;
        letter-spacing:-0.01em;}
.visual-brand p{margin:0;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.7;
        opacity:.86;}
@media (max-width:700px){.visual-brand{
            padding:calc(calc(1.5rem * 2.4) * .62) 2.15rem;
        }.visual-brand h1{
            font-size:clamp(1.85rem,9vw,2.9rem);
        }
    }
.text-inner{padding:calc(1.5rem * 2.4) 2.15rem;background:#b08d3f;color:#1a1a14}
.text-inner .primary-form{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:1.82rem}
.text-inner .active-header{border-radius:1.11rem;background:linear-gradient(135deg, #0f4d3a 0%, #1a6b50 55%, #b08d3f 100%);color:#f7f4ec;padding:calc(1.82rem * 1.5);display:flex;flex-direction:column;gap:calc(1.82rem * 1.5)}
.text-inner h2{margin:0;font-size:calc(17.8px * 2.65);line-height:1.02}
.text-inner .active-header p{margin:0;font-size:calc(17.8px * 1.125)}
.text-inner .top-frame{display:flex;flex-wrap:wrap;gap:1px;background:#e2dccd;border:1px solid #e2dccd;border-radius:0.91rem;overflow:hidden;color:#1c1e19;}
.text-inner .media-copy{flex:1 1 220px;background:#ffffff;color:#1c1e19;padding:calc(1.5rem * .75);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.text-inner .media-copy:nth-child(3n){background:#0f4d3a;color:#f7f4ec}
.text-inner .media-copy span{font-size:calc(17.8px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.75}
.text-inner h3{margin:0;font-size:calc(17.8px * 1.35);line-height:1.15}
.text-inner .media-copy p{margin:0;font-size:calc(17.8px * .875)}
.text-inner .active-service{margin:0;font-size:calc(17.8px * .875)}
.text-inner .active-service a{text-decoration:underline;text-underline-offset:3px}
.text-inner .active-service a:hover{}
@media (max-width: 720px){.text-inner .media-copy{flex:1 1 100%}
}
.main-body{
  background:#faf7f0;
  color:#1c1e19;
  padding:calc(1.5rem * 2.4) 2.15rem;
}
.main-body .local-region{max-width:1440px;
  margin:0 auto;}
.main-body .fresh-story{display:flex;
  flex-wrap:wrap;
  gap:calc(1.82rem * 1.5);
  align-items:flex-start;}
.main-body h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(17.8px * 2);
  line-height:1.12;
  letter-spacing:0;}
.main-body .fresh-story p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:var(--surface-light);
  line-height:1.8;}
.main-body .local-section{margin-top:calc(1.82rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.82rem;}
.main-body .local-section a{flex:1 1 18rem;
  min-width:0;
  color:#1c1e19;
  text-decoration:none;
  padding-top:1.5rem;
  border-top:1px solid #e2dccd;
  transition:border-color 350ms var(--ease-base);}
.main-body .local-section a:hover{border-top-color:#b08d3f;}
.main-body .local-section strong,
.main-body .local-section span{display:block;}
.main-body .local-section strong{font-size:17.8px;
  line-height:1.3;}
.main-body .local-section span{margin-top:.4rem;
  color:var(--surface-light);
  font-size:calc(17.8px * .875);
  line-height:1.8;}
.main-body .clear-links{margin-top:calc(1.82rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.82rem;
  padding-top:1.5rem;
  border-top:1px solid #e2dccd;}
.main-body .clear-links p{flex:1 1 24rem;
  min-width:0;
  margin:0;
  color:var(--surface-light);
  line-height:1.8;}
.main-body .contact-header{
  display:inline-flex;
  align-items:center;
  color:#f7f4ec;
  background:#0f4d3a;
  text-decoration:none;
  border-radius:1.11rem;
  padding:.75rem 1.15rem;
  transition:background 350ms var(--ease-base);
}
.main-body .contact-header:hover{
  background:#0a3a2c;color:#1c1e19;}
@media (max-width:680px){.main-body .fresh-story{display:block}.main-body .fresh-story p{margin-top:1.5rem}.main-body .local-section{display:block}.main-body .local-section a{display:block;margin-top:1.82rem}.main-body .clear-links{display:block}.main-body .contact-header{margin-top:1.5rem}
}
.badge--second-hero-block{
        padding:calc(calc(1.5rem * 2.4) * .78) 2.15rem;
        background:var(--line-primary);
        color:var(--surface-light);
    }
.content-method{
        max-width:1440px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.82rem * 1.5);
    }
.service-form{
        padding-top:clamp(1.1rem,2.4vw,1.9rem);
        border-top:1px solid color-mix(in srgb,currentColor 26%,transparent);
    }
.badge--second-hero-block h1{margin:0;
        font-size:clamp(2rem,5.6vw,4.3rem);
        line-height:1.04;
        font-weight:700;
        letter-spacing:-0.01em;}
.badge--second-hero-block p{margin:clamp(1rem,2vw,1.5rem) 0 0;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.72;
        color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:700px){.badge--second-hero-block h1{font-size:clamp(1.85rem,10vw,3rem);}.content-method{gap:calc(1.5rem * .75);}
    }
.text-area{
  background:#faf7f0;
  color:#1c1e19;
  padding:calc(1.5rem * 2.4) 2.15rem;
}
.text-area .local-region{max-width:1440px;
  margin:0 auto;}
.text-area .fresh-story{display:flex;
  gap:calc(1.82rem * 1.5);
  align-items:flex-start;
  flex-wrap:wrap;}
.text-area h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(17.8px * 2);
  line-height:1.1;
  letter-spacing:0;}
.text-area .fresh-story p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:var(--surface-light);
  line-height:1.8;}
.text-area .local-section{margin-top:calc(1.82rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.82rem;}
.text-area .local-section a{flex:1 1 18rem;
  min-width:0;
  color:#1c1e19;
  text-decoration:none;
  padding-top:1.5rem;
  border-top:1px solid #e2dccd;
  transition:border-color 350ms var(--ease-base);}
.text-area .local-section a:hover{border-top-color:#b08d3f;}
.text-area .local-section strong,
.text-area .local-section span{display:block;}
.text-area .local-section strong{font-size:17.8px;}
.text-area .local-section span{margin-top:.4rem;
  color:var(--surface-light);
  line-height:1.8;
  font-size:calc(17.8px * .875);}
.text-area .open-group{margin:calc(1.82rem * 1.5) 0 0;
  color:var(--surface-light);
  line-height:1.8;
  font-size:calc(17.8px * .875);}
.text-area .active-service{margin-top:calc(1.82rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.82rem;
  align-items:center;}
.text-area .contact-header{
  display:inline-flex;
  align-items:center;
  color:#f7f4ec;
  background:#0f4d3a;
  text-decoration:none;
  border:1px solid #0f4d3a;
  border-radius:1.11rem;
  padding:.75rem 1.15rem;
  transition:background 350ms var(--ease-base), color 350ms var(--ease-base);
}
.text-area .contact-header:hover{
  background:#0a3a2c;
  border-color:#0a3a2c;color:#1c1e19;}
.text-area .soft-nav{
  background:transparent;
  color:#1c1e19;
  border:1px solid #e2dccd;
}
.text-area .soft-nav:hover{
  background:var(--line-primary);
  color:var(--surface-light);
  border-color:#b08d3f;
}
@media (max-width:680px){.text-area .fresh-story{display:block}.text-area .fresh-story p{margin-top:1.5rem}.text-area .local-section{display:block}.text-area .local-section a{display:block;margin-top:1.82rem}
}
.featured-visual{--state-active:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 2.15rem;background:#faf7f0;color:#1c1e19;}
.featured-visual .local-region{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:var(--state-active);}
.featured-visual h2,.featured-visual p{margin:0;}
.featured-visual h2{font-size:calc(17.8px * 2);line-height:1.14;}
.featured-visual p{font-size:17.8px;line-height:1.8;}
.featured-visual .fresh-story{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.featured-visual .content-headline{}
.featured-visual .offer-intro{display:flex;flex-direction:column;gap:calc(1.82rem / 1.6);}
.featured-visual details{padding:calc(calc(1.5rem * .75) * .95) calc(1.5rem * .75);border-radius:0.51rem;background:#ffffff;color:#1c1e19;border:1px solid #e2dccd;}
.featured-visual summary{cursor:pointer;font-size:calc(17.8px * 1.125);font-weight:700;line-height:1.3;}
.featured-visual details p{margin-top:calc(1.5rem / 3);}
.featured-visual .active-service{font-size:calc(17.8px * .875);}
.featured-visual .active-service a{text-decoration:underline;text-underline-offset:3px;}
.featured-visual .active-service a:hover{}
@media (min-width:900px){.featured-visual .local-region{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);grid-template-areas:"intro questions" "route questions";align-items:start;column-gap:2.15rem;}.featured-visual .fresh-story{grid-area:intro;}.featured-visual .offer-intro{grid-area:questions;}.featured-visual .active-service{grid-area:route;}
}
.open-body{
        padding:calc(calc(1.5rem * 2.4) * .78) 2.15rem;
        background:#faf7f0;
        color:#1c1e19;
    }
.content-method{
        max-width:1440px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.82rem * 1.5);
    }
.service-form{
        display:flex;
        flex-direction:column;
        gap:calc(1.82rem * 1.5);
        padding-top:clamp(1rem,2.4vw,1.7rem);
        border-top:2px solid #e2dccd;
    }
.open-body h1{margin:0;
        font-size:clamp(2rem,5.6vw,4.2rem);
        line-height:1.04;
        font-weight:700;
        letter-spacing:-0.01em;}
.open-body p{margin:0;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.7;}
@media (max-width:700px){.open-body h1{font-size:clamp(1.85rem,10vw,3rem);}.service-form{gap:calc(1.5rem * .75);}
    }
.visual-benefit{--state-active:calc(1.5rem * 1.05);--field-static:calc(1440px / 2.35);padding:calc(1.5rem * 2.4) 2.15rem;background:#0f4d3a;color:#f7f4ec;}
.visual-benefit .local-region{max-width:1440px;margin:0 auto;}
.visual-benefit h2,.visual-benefit h3,.visual-benefit p{margin:0;}
.visual-benefit h2{font-size:calc(17.8px * 2);line-height:1.12;}
.visual-benefit h3{font-size:calc(17.8px * 1.35);line-height:1.22;}
.visual-benefit p{font-size:17.8px;line-height:1.8;color:color-mix(in srgb, currentColor 76%, transparent);}
.visual-benefit a{color:inherit;text-decoration:none;}
.visual-benefit .open-group{margin-bottom:calc(1.5rem / 2.2);font-size:calc(17.8px * .875);letter-spacing:.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.visual-benefit .content-headline{margin-top:1.5rem;max-width:var(--field-static);}
.visual-benefit .quiet-plan{display:flex;flex-direction:column;gap:var(--state-active);margin-top:calc(var(--state-active) * 1.1);}
.visual-benefit .direct-area{min-width:0;padding-top:calc(1.5rem / 2.4);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.visual-benefit .direct-area p{margin-top:calc(1.5rem / 3.2);}
.visual-benefit .active-service{display:inline-block;margin-top:calc(1.5rem / 2.6);font-size:calc(17.8px * .875);text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px;transition:opacity 350ms var(--ease-base);}
.visual-benefit .active-service:hover{opacity:.72;}
@media (min-width:900px){.visual-benefit .quiet-plan{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.82rem;}.visual-benefit .direct-area{padding-top:calc(1.5rem / 2);}
}
.open-block{padding:calc(1.5rem * 2.4) 2.15rem;background:#faf7f0;color:#1c1e19}
.open-block .local-region{max-width:min(1440px,56rem);margin:0 auto}
.open-block .fresh-story{display:flex;flex-direction:column;gap:1.5rem}
.open-block h2{margin:0;font-size:calc(17.8px * 2);line-height:1.1}
.open-block .fresh-story p{margin:0;color:var(--surface-light);line-height:1.8}
.open-block .narrow-details{margin-top:calc(1.82rem * 1.5);border-top:1px solid #e2dccd}
.open-block details{padding:1.5rem 0;border-bottom:1px solid #e2dccd}
.open-block summary{cursor:pointer;font-size:calc(17.8px * 1.35);line-height:1.2;list-style:none;display:flex;justify-content:space-between;align-items:baseline;gap:1.82rem}
.open-block summary::-webkit-details-marker{display:none}
.open-block summary::after{content:"+";font-size:calc(17.8px * 1.125);color:inherit;flex:0 0 auto}
.open-block details[open] summary::after{content:"–"}
.open-block details p{margin:1.5rem 0 0;color:var(--surface-light);line-height:1.8}
@media(max-width:720px){.open-block summary{font-size:17.8px}.open-block details{padding:calc(1.5rem * .75) 0}
}
.soft-story{
        padding:calc(calc(1.5rem * 2.4) * .74) 2.15rem;
        background:var(--line-primary);
        color:var(--surface-light);
    }
.content-method{
        max-width:1440px;
        margin:0 auto;
    }
.service-form{
        padding-top:clamp(1rem,2.5vw,1.8rem);
        border-top:2px solid color-mix(in srgb,currentColor 30%,transparent);
    }
.soft-story h1{margin:0;
        font-size:clamp(2.1rem,6.3vw,4.9rem);
        line-height:1.01;
        font-weight:760;}
.soft-story p{margin:clamp(1rem,2vw,1.4rem) 0 0;
        font-size:clamp(1rem,1.7vw,1.22rem);
        line-height:1.68;
        color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:700px){.soft-story h1{
            font-size:clamp(2rem,12vw,3.45rem);
        }
    }
.focused-unit{
  background: #faf7f0;
  color: #1c1e19;
  padding: calc(1.5rem * 2.4) 2.15rem;
}
.focused-unit .local-region{width: min(100%, 1440px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .36fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;}
.focused-unit h2,
.focused-unit h3,
.focused-unit p{margin: 0;}
.focused-unit h2{font-size: calc(17.8px * 2);
  line-height: 1.1;}
.focused-unit h3{font-size: calc(17.8px * 1.35);
  line-height: 1.18;}
.focused-unit p{font-size: 17.8px;
  line-height: 1.8;}
.focused-unit .local-view{
  display: grid;
  gap: calc(1.82rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 1.11rem;
  background: var(--line-primary);
  color: var(--surface-light);
  border: 1px solid #e2dccd;
}
.focused-unit .local-view .open-group{font-size: calc(17.8px * .875);
  line-height: 1.65;
  padding-top: calc(1.82rem * 1.5);
  border-top: 1px solid #e2dccd;}
.focused-unit .steady-frame{display: flex;
  flex-direction: column;
  gap: calc(1.82rem * 1.5);}
.focused-unit .offer-unit{
  display: grid;
  grid-template-columns: minmax(8rem, .26fr) minmax(0, 1fr);
  grid-template-areas:
    "role name"
    "role text";
  column-gap: 1.5rem;
  row-gap: 0.4rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.91rem;
  background: #ffffff;
  color: #1c1e19;
  border: 1px solid #e2dccd;
  transition: border-color 350ms var(--ease-base);
}
.focused-unit .offer-unit:hover{border-color: #b08d3f;}
.focused-unit .offer-unit b{grid-area: role;
  font-size: calc(17.8px * .875);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--surface-light);
  align-self: start;}
.focused-unit .offer-unit h3{grid-area: name;}
.focused-unit .offer-unit p{grid-area: text;}
.focused-unit .compact-plan{
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 1.82rem;
  align-items: center;
  padding: calc(1.5rem * .75) 1.5rem;
  border-radius: 0.91rem;
  background: #0f4d3a;
  color: #f7f4ec;
}
.focused-unit .compact-plan p{font-size: calc(17.8px * .875);
  line-height: 1.6;}
.focused-unit .compact-plan a{color: inherit;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;}
.focused-unit .compact-plan a:hover{color:inherit;
  border-color: #b08d3f;}
@media (max-width: 880px) {.focused-unit .local-region{
    grid-template-columns: 1fr;
  }.focused-unit .offer-unit{
    grid-template-columns: 1fr;
    grid-template-areas:
      "role"
      "name"
      "text";
  }.focused-unit .compact-plan{
    flex-direction: column;
    align-items: flex-start;
  }
}
.steady-content{
  --state-active:calc(1.5rem * 1.3);
  padding:calc(1.5rem * 2.4) 2.15rem;
  background:#faf7f0;
  color:#1c1e19;
}
.steady-content .local-region{max-width:1440px;
  margin:0 auto;}
.steady-content h2,
.steady-content h3,
.steady-content p{margin:0;}
.steady-content h2{font-size:calc(17.8px * 2);
  line-height:1.14;}
.steady-content h3{font-size:calc(17.8px * 1.35);
  line-height:1.22;}
.steady-content p{font-size:17.8px;
  line-height:1.8;}
.steady-content .fresh-story{display:flex;
  flex-direction:column;
  gap:calc(1.82rem * 1.5);
  max-width:calc(1440px * .62);}
.steady-content .content-headline{}
.steady-content .main-figure{display:flex;
  flex-wrap:wrap;
  gap:1.82rem;
  margin-top:var(--state-active);}
.steady-content .direct-area{
  flex:1 1 260px;
  min-width:0;
  padding:calc(1.5rem * .75);
  border:1px solid #e2dccd;
  border-radius:0.51rem;
  background:#ffffff;
  color:#1c1e19;
}
.steady-content .direct-area .main-wrap{font-size:calc(17.8px * .875);
  letter-spacing:.06em;
  text-transform:uppercase;}
.steady-content .direct-area h3{margin-top:calc(calc(1.82rem * 1.5) / 2);}
.steady-content .direct-area p + p{margin-top:calc(calc(1.82rem * 1.5) / 2);}
.steady-content .open-group{margin-top:var(--state-active);
  padding-top:calc(1.82rem * 1.5);
  border-top:1px solid #e2dccd;}
@media (max-width:720px){.steady-content .fresh-story{
    max-width:none;
  }.steady-content .direct-area{
    flex:1 1 100%;
  }
}
.simple-footer{padding:calc(1.5rem * 2.4) 2.15rem;background:var(--line-primary);color:var(--surface-light)}
.simple-footer .local-region{max-width:1440px;margin:0 auto;display:flex;gap:calc(1.82rem * 1.5);align-items:flex-start}
.simple-footer .fresh-story{flex:0 1 36%;align-self:flex-start}
.simple-footer h2{margin:0;font-size:calc(17.8px * 2);line-height:1.1}
.simple-footer .fresh-story p{margin:1.5rem 0 0;line-height:1.8}
.simple-footer .narrow-details{flex:1 1 0;display:flex;flex-direction:column}
.simple-footer details{padding:1.5rem 0;border-bottom:1px solid #e2dccd}
.simple-footer details:first-child{padding-top:0}
.simple-footer details:last-child{border-bottom:0;padding-bottom:0}
.simple-footer summary{cursor:pointer;font-size:calc(17.8px * 1.35);line-height:1.25}
.simple-footer details p{margin:calc(1.5rem * .75) 0 calc(1.5rem * .75);line-height:1.8}
.simple-footer details strong{font-size:calc(17.8px * .875);font-weight:600}
@media(max-width:720px){.simple-footer .local-region{display:block}.simple-footer .narrow-details{margin-top:calc(1.82rem * 1.5)}}
.open-story{
        padding:calc(calc(1.5rem * 2.4) * .7) 2.15rem;
        background:var(--line-primary);
        color:var(--surface-light);
    }
.content-method{
        max-width:1440px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.82rem * 1.5);
    }
.service-form{
        padding-top:clamp(1rem,2.2vw,1.6rem);
        border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);
    }
.open-story h1{margin:0;
        font-size:clamp(2rem,5.6vw,4.2rem);
        line-height:1.04;
        font-weight:700;
        letter-spacing:-0.01em;}
.open-story p{margin:clamp(.9rem,1.8vw,1.3rem) 0 0;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.7;
        color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:700px){.open-story h1{font-size:clamp(1.9rem,10vw,3.1rem);}
    }
.active-region{padding:calc(1.5rem * 2.4) 2.15rem;background:#faf7f0;color:#1c1e19;}
.active-region .local-region{max-width:1440px;margin:0 auto;}
.active-region h2,.active-region h3,.active-region p{margin:0;}
.active-region h2{font-size:calc(17.8px * 2);line-height:1.12;}
.active-region h3{font-size:calc(17.8px * 1.35);line-height:1.22;}
.active-region p{font-size:17.8px;line-height:1.8;}
.active-region .fresh-story{max-width:calc(1440px / 1.7);}
.active-region .content-headline{margin-top:calc(1.82rem * 1.5);color:var(--surface-light);}
.active-region img{display:block;width:100%;height:auto;margin-top:calc(1.82rem * 1.5);border-radius:0.91rem;}
.active-region .quiet-plan{display:flex;flex-wrap:wrap;gap:1.82rem;margin-top:calc(1.5rem * 2.4);}
.active-region .direct-area{flex:1 1 calc(1440px / 4.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #e2dccd;}
.active-region .direct-area p{margin-top:calc(calc(1.82rem * 1.5) / 2);color:var(--surface-light);}
.active-region a{color:#0f4d3a;text-decoration:underline;text-underline-offset:3px;}
.active-region a:hover{color:inherit;}
@media (max-width:720px){.active-region .direct-area{flex:1 1 100%;}
}
.local-benefit{--state-active:calc(1.5rem * 1.01);--type-quiet:calc(1440px / 3.32);padding:calc(1.5rem * 2.4) 2.15rem;background:#0f4d3a;color:#f7f4ec;}
.local-benefit .local-region{max-width:1440px;margin:0 auto;}
.local-benefit h2,.local-benefit h3,.local-benefit p{margin:0;}
.local-benefit h2{font-size:calc(17.8px * 2);line-height:1.12;}
.local-benefit h3{font-size:calc(17.8px * 1.35);line-height:1.2;}
.local-benefit p{font-size:17.8px;line-height:1.8;color:color-mix(in srgb, currentColor 74%, transparent);}
.local-benefit .text-body{row-gap:calc(var(--state-active) * .7);}
.local-benefit .simple-view{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.local-benefit .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.82rem;}
.local-benefit .row-title h2{flex:1 1 calc(1440px / 3);min-width:0;}
.local-benefit .row-title>p{flex:1 1 calc(1440px / 3);min-width:0;}
.local-benefit .featured-block{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-active);margin-top:var(--state-active);}
.local-benefit .direct-area{flex:1 1 var(--type-quiet);min-width:0;padding-block-start:calc(1.5rem / 2.4);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.local-benefit .direct-area p{margin-top:calc(1.5rem / 3);}
.track{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.15rem calc(calc(1.5rem * 2.4) * .68);
        background:var(--line-primary);
        color:var(--surface-light);
    }
.content-method{
        max-width:1440px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
    }
.service-form{
        padding-top:clamp(1.1rem,2.6vw,2rem);
        border-top:1px solid color-mix(in srgb,currentColor 26%,transparent);
    }
.track h1{margin:0;
        font-size:clamp(2.05rem,5.6vw,4.35rem);
        line-height:1.06;
        font-weight:640;
        letter-spacing:-0.01em;}
.track p{margin:clamp(1rem,2.1vw,1.5rem) 0 0;
        font-size:clamp(1rem,1.55vw,1.16rem);
        line-height:1.72;
        color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:700px){.track{
            padding:calc(calc(1.5rem * 2.4) * .7) 2.15rem;
        }.track h1{
            font-size:clamp(1.9rem,9.5vw,3rem);
        }
    }
.fresh-details{--state-active:calc(1.5rem * 1.05);--copy-quiet:calc(1440px / 3.6);padding:calc(1.5rem * 2.4) 2.15rem;background:#faf7f0;color:#1c1e19;}
.fresh-details .local-region{max-width:1440px;margin:0 auto;}
.fresh-details h1,.fresh-details h2,.fresh-details h3,.fresh-details p{margin:0;}
.fresh-details h2{font-size:calc(17.8px * 2);line-height:1.14;}
.fresh-details h3{font-size:calc(17.8px * 1.35);line-height:1.22;}
.fresh-details p{font-size:17.8px;line-height:1.8;}
.fresh-details .content-headline{margin-top:1.5rem;color:#1c1e19;}
.fresh-details .open-group{margin-top:calc(1.82rem * 1.5);font-size:calc(17.8px * .875);color:var(--surface-light);}
.fresh-details a{color:#0f4d3a;text-decoration:none;border-bottom:1px solid #e2dccd;}
.fresh-details a:hover{color:inherit;}
.fresh-details img{display:block;width:100%;height:auto;border-radius:0.51rem;}
.fresh-details .public-list{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.82rem;}
.fresh-details .public-list>.top-method{flex:1 1 calc(1440px / 3.2);min-width:0;}
.fresh-details .public-list>.quiet-plan{flex:2 1 calc(1440px / 2);min-width:0;display:flex;flex-direction:column;gap:var(--state-active);}
.fresh-details .public-list>img{flex:0 1 var(--copy-quiet);margin-left:auto;align-self:stretch;object-fit:cover;}
.fresh-details .direct-area{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #e2dccd;}
.fresh-details .direct-area p{margin-top:calc(1.5rem / 3);color:var(--surface-light);}
@media (max-width:900px){.fresh-details .public-list>img{flex:1 1 100%;margin-left:0;max-height:340px;}.fresh-details .public-list>.top-method,.fresh-details .public-list>.quiet-plan{flex:1 1 100%;}
}
.narrow-fields{--state-active:calc(1.5rem * 1.15);--type-quiet:calc(1440px / 3.4);padding:calc(1.5rem * 2.4) 2.15rem;background:#b08d3f;color:#1a1a14;}
.narrow-fields .local-region{max-width:1440px;margin:0 auto;}
.narrow-fields h1,.narrow-fields h2,.narrow-fields h3,.narrow-fields p,.narrow-fields ul{margin:0;}
.narrow-fields h1{font-size:calc(17.8px * 2.65);line-height:1.1;}
.narrow-fields h2{font-size:calc(17.8px * 2);line-height:1.12;}
.narrow-fields h3{font-size:calc(17.8px * 1.35);line-height:1.2;}
.narrow-fields p{font-size:17.8px;line-height:1.8;color:color-mix(in srgb, currentColor 76%, transparent);}
.narrow-fields a{color:inherit;text-decoration:none;}
.narrow-fields .main-actions{padding-block:calc(var(--state-active) / 2);}
.narrow-fields .plain-fields{row-gap:calc(var(--state-active) * 1.1);}
.narrow-fields .simple-view{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.narrow-fields .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.82rem;}
.narrow-fields .row-title h2{flex:1 1 calc(1440px / 3);min-width:0;}
.narrow-fields .row-title>p{flex:1 1 calc(1440px / 3);min-width:0;}
.narrow-fields .featured-block{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-active);margin-top:var(--state-active);}
.narrow-fields .direct-area{flex:1 1 var(--type-quiet);min-width:0;padding-top:calc(calc(1.5rem * .75) / 1.6);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.narrow-fields .direct-area p{margin-top:calc(1.5rem / 3);}
.narrow-fields .active-service{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:1.82rem;margin-top:calc(var(--state-active) / 1.4);padding-top:calc(calc(1.5rem * .75) / 1.4);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.narrow-fields .active-service a{font-size:calc(17.8px * .875);letter-spacing:.02em;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:2px;transition:opacity 350ms var(--ease-base);}
.narrow-fields .active-service a:hover{opacity:.72;}
@media (max-width:720px){.narrow-fields .row-title h2,.narrow-fields .row-title>p{flex:1 1 100%;}.narrow-fields .direct-area{flex:1 1 100%;}
}
.soft-rail{
        padding:calc(calc(1.5rem * 2.4) * .78) 2.15rem;
        background:#b08d3f;
        color:#1a1a14;
    }
.content-method{
        max-width:1440px;
        margin:0 auto;
    }
.service-form{
        display:flex;
        flex-direction:column;
        gap:calc(1.82rem * 1.5);
        padding-top:clamp(1.1rem,2.6vw,2rem);
        border-top:2px solid color-mix(in srgb,currentColor 32%,transparent);
    }
.soft-rail h1{margin:0;
        font-size:clamp(2rem,5.6vw,4.4rem);
        line-height:1.04;
        font-weight:740;
        letter-spacing:-0.01em;}
.soft-rail p{margin:0;
        font-size:clamp(1rem,1.6vw,1.2rem);
        line-height:1.7;
        color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:700px){.soft-rail h1{font-size:clamp(1.9rem,10.5vw,3.2rem);}
    }
.active-feature{--state-active:calc(1.5rem * 1.2);padding:calc(1.5rem * 2.4) 2.15rem;background:#faf7f0;color:#1c1e19;}
.active-feature .local-region{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:var(--state-active);}
.active-feature h2,.active-feature h3,.active-feature p{margin:0;}
.active-feature h2{font-size:calc(17.8px * 2);line-height:1.14;}
.active-feature h3{font-size:calc(17.8px * 1.35);line-height:1.22;}
.active-feature p{font-size:17.8px;line-height:1.8;color:var(--surface-light);}
.active-feature a{color:#0f4d3a;text-decoration:none;}
.active-feature a:hover{color:inherit;}
.active-feature img{display:block;width:100%;height:auto;border-radius:0.51rem;}
.active-feature .fresh-story{display:flex;flex-wrap:wrap;gap:1.82rem;align-items:flex-start;}
.active-feature .fresh-story>h2{flex:1 1 calc(1440px / 3.2);min-width:0;}
.active-feature .fresh-story>.content-headline{flex:1 1 calc(1440px / 3.2);min-width:0;}
.active-feature .main-figure{display:flex;flex-wrap:wrap;gap:1.82rem;}
.active-feature .direct-area{flex:1 1 calc(1440px / 3.6);min-width:0;display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .6);padding:calc(calc(1.5rem * .75) * .9);border:1px solid #e2dccd;border-radius:0.91rem;background:#ffffff;color:#1c1e19;}
.active-feature .direct-area p{color:#1c1e19;}
.active-feature .direct-area .active-media{margin-top:auto;font-size:calc(17.8px * .875);border-bottom:1px solid currentColor;align-self:flex-start;padding-bottom:2px;}
.active-feature .open-group{font-size:calc(17.8px * .875);color:var(--surface-light);}
.active-feature .open-group a{color:#0f4d3a;}
@media (max-width:720px){.active-feature .fresh-story>h2,.active-feature .fresh-story>.content-headline,.active-feature .direct-area{flex:1 1 100%;}
}
.top-wrap{padding:calc(1.5rem * 2.4) 2.15rem;background:linear-gradient(135deg, #0f4d3a 0%, #1a6b50 55%, #b08d3f 100%);color:#f7f4ec}
.top-wrap .local-region{max-width:1440px;margin:0 auto;display:flex;align-items:flex-start;gap:1.82rem}
.top-wrap .content-headline{flex:0 0 min(22rem,32vw);padding-top:1.5rem}
.top-wrap .content-headline h2{margin:0;font-size:calc(17.8px * 2.65);line-height:1.05}
.top-wrap .content-headline p{margin:1.5rem 0 0;font-size:calc(17.8px * 1.125);line-height:1.8}
.top-wrap .content-headline strong{display:block;margin-top:calc(1.82rem * 1.5);font-size:calc(17.8px * 1.35);line-height:1.15}
.top-wrap .offer-surface{flex:1 1 0;display:flex;flex-direction:column}
.top-wrap .simple-menu{padding:1.5rem 0;border-top:1px solid rgba(247,244,236,0.18)}
.top-wrap .simple-menu:first-child{border-top:0;padding-top:0}
.top-wrap .simple-menu strong{display:block;font-size:calc(17.8px * 1.35);line-height:1.15}
.top-wrap .simple-menu p{margin:calc(1.5rem * .75) 0 0;line-height:1.8}
.top-wrap .active-service{margin:calc(1.82rem * 1.5) auto 0;max-width:1440px;font-size:calc(17.8px * .875);line-height:1.8}
.top-wrap .active-service a{color:#f7f4ec;text-decoration:underline;text-underline-offset:3px}
.top-wrap .active-service a:hover{}
@media(max-width:760px){.top-wrap .local-region{display:block}.top-wrap .content-headline{max-width:26rem;margin-bottom:calc(1.82rem * 1.5);padding-top:0}.top-wrap .simple-menu{padding:calc(1.5rem * .75) 0}}
.quiet-entries{
  background: #faf7f0;
  color: #1c1e19;
  padding: calc(1.5rem * 2.4) 2.15rem;
}
.quiet-entries .local-region{width: min(100%, 1440px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.82rem * 1.5);}
.quiet-entries h2,
.quiet-entries p{margin: 0;}
.quiet-entries .fresh-story{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: calc(1.82rem * 1.5);
  border-bottom: 1px solid #e2dccd;}
.quiet-entries h2{font-size: calc(17.8px * 2);
  line-height: 1.08;}
.quiet-entries .fresh-story p,
.quiet-entries .fresh-brand p{line-height: 1.8;
  color: var(--surface-light);}
.quiet-entries .quiet-plan{display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.quiet-entries .fresh-brand{
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: calc(1.5rem * .75);
  background: #ffffff;
  color: #1c1e19;
  border: 1px solid #e2dccd;
  border-radius: 0.91rem;
}
.quiet-entries .public-content{display: block;
  flex: 0 0 12rem;
  width: 12rem;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.51rem;}
.quiet-entries strong{font-size: calc(17.8px * 1.35);
  line-height: 1.16;}
.quiet-entries .fresh-brand p{margin-top: calc(1.5rem * .75);}
@media (max-width: 820px) {.quiet-entries .fresh-brand{ flex-direction: column; }.quiet-entries .public-content{ width: 100%; flex-basis: auto; }
}
.fresh-grid{
        padding:calc(calc(1.5rem * 2.4) * .78) 2.15rem;
        background:var(--line-primary);
        color:var(--surface-light);
    }
.content-method{
        max-width:1440px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.82rem * 1.5);
    }
.service-form{
        display:flex;
        flex-direction:column;
        gap:clamp(.9rem,1.8vw,1.3rem);
        padding-top:clamp(1.1rem,2.6vw,2rem);
        border-top:1px solid color-mix(in srgb,currentColor 26%,transparent);
    }
.fresh-grid h1{margin:0;
        font-size:clamp(2rem,5.6vw,4.2rem);
        line-height:1.04;
        font-weight:640;
        letter-spacing:-0.01em;}
.fresh-grid p{margin:0;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.7;
        color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:700px){.fresh-grid h1{font-size:clamp(1.85rem,10vw,3rem);}.service-form{gap:1rem;}
    }
.clear-form{
  --state-active:calc(1.5rem * 1.15);
  --field-local:calc(1440px / 12);
  padding:calc(1.5rem * 2.4) 2.15rem;
  background:#faf7f0;
  color:#1c1e19;
}
.clear-form .local-region{max-width:1440px;
  margin:0 auto;}
.clear-form h2,
.clear-form h3,
.clear-form p{margin:0;}
.clear-form h2{font-size:calc(17.8px * 2);
  line-height:1.14;}
.clear-form h3{font-size:calc(17.8px * 1.35);
  line-height:1.25;}
.clear-form .fresh-story{display:flex;
  flex-wrap:wrap;
  gap:1.82rem calc(1.82rem * 1.5);
  align-items:flex-start;
  margin-bottom:var(--state-active);}
.clear-form .fresh-story>h2{flex:1 1 calc(1440px / 3.2);
  min-width:0;}
.clear-form .fresh-story>.content-headline{flex:1 1 calc(1440px / 3.2);
  min-width:0;
  font-size:17.8px;
  line-height:1.8;
  color:var(--surface-light);}
.clear-form .main-figure{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid #e2dccd;}
.clear-form .direct-area{display:flex;
  flex-wrap:wrap;
  gap:calc(1.82rem * 1.5);
  align-items:flex-start;
  padding:calc(1.82rem * 1.5) 0;
  border-bottom:1px solid #e2dccd;}
.clear-form .wide-summary{flex:0 0 auto;
  min-width:var(--field-local);
  font-size:calc(17.8px * .875);
  letter-spacing:.08em;
  text-transform:uppercase;color:inherit;
  padding-top:calc(calc(1.5rem * .75) * .35);}
.clear-form .top-method{flex:1 1 calc(1440px / 2.4);
  min-width:0;}
.clear-form .top-method p{margin-top:calc(1.5rem / 3);
  font-size:17.8px;
  line-height:1.8;
  color:var(--surface-light);}
.clear-form .open-group{margin-top:var(--state-active);
  font-size:calc(17.8px * .875);
  line-height:1.8;
  color:var(--surface-light);
  padding-left:calc(var(--field-local) + calc(1.82rem * 1.5));}
@media (max-width:720px){.clear-form .open-group{
    padding-left:0;
  }.clear-form .wide-summary{
    min-width:0;
  }
}
.media-view{--state-active:calc(1.5rem * 1.05);--layer-public:calc(1440px / 2.6);padding:calc(1.5rem * 2.4) 2.15rem;background:var(--line-primary);color:var(--surface-light);}
.media-view .local-region{max-width:1440px;margin:0 auto;}
.media-view h2,.media-view h3,.media-view p{margin:0;}
.media-view h2{font-size:calc(17.8px * 2);line-height:1.14;max-width:36ch;}
.media-view h3{font-size:calc(17.8px * 1.35);line-height:1.22;}
.media-view p{font-size:17.8px;line-height:1.8;}
.media-view .content-headline{margin-top:calc(1.82rem * 1.5);max-width:60ch;}
.media-view .fresh-story{display:flex;flex-direction:column;align-items:flex-start;}
.media-view .team-media{margin:var(--state-active) 0 0;width:100%;max-width:var(--layer-public);}
.media-view .team-media img{display:block;width:100%;height:auto;border-radius:0.91rem;box-shadow:0 1px 4px rgba(0,0,0,0.13);}
.media-view .quiet-plan{display:flex;flex-wrap:wrap;gap:1.82rem;margin-top:var(--state-active);}
.media-view .direct-area{flex:1 1 calc(1440px / 4.2);min-width:0;padding-top:calc(1.82rem * 1.5);border-top:1px solid #e2dccd;}
.media-view .direct-area p{margin-top:calc(1.5rem / 3);}
.media-view .active-service{margin-top:var(--state-active);font-size:calc(17.8px * .875);}
.media-view .active-service a{text-decoration:underline;text-underline-offset:3px;}
.media-view .active-service a:hover{}
@media (max-width:900px){.media-view .team-media{max-width:100%;}.media-view .direct-area{flex:1 1 100%;}
}
.plain-items{padding:calc(1.5rem * 2.4) 2.15rem;background:linear-gradient(135deg, #0f4d3a 0%, #1a6b50 55%, #b08d3f 100%);color:#f7f4ec;}
.plain-items .public-view{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.82rem * 1.5);}
.plain-items .focused-actions{margin:0;}
.plain-items img{width:100%;height:clamp(320px,50vw,600px);object-fit:cover;border-radius:1.11rem;display:block;}
.plain-items .featured-feature{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.82rem;border-bottom:1px solid rgba(247,244,236,.28);padding-bottom:calc(1.5rem * .75);}
.plain-items h1{margin:0;font-size:calc(17.8px * 2.65);line-height:1.05;max-width:22ch;}
.plain-items .page-body{margin:0;font-size:calc(17.8px * .875);color:#d9d3c4;}
.plain-items .media-feature{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.82rem;}
.plain-items .media-feature p{margin:0;font-size:17.8px;line-height:1.8;color:#d9d3c4;}
.plain-items .wide-entries{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.82rem;border-top:1px solid rgba(247,244,236,.28);padding-top:calc(1.5rem * .75);}
.plain-items .bluecover-note{margin:0;font-size:calc(17.8px * .875);color:#d9d3c4;max-width:52ch;}
.plain-items .read-next{display:flex;flex-wrap:wrap;gap:1.82rem;}
.plain-items .read-next a{color:#f7f4ec;text-decoration:none;font-size:calc(17.8px * .875);border-bottom:1px solid #b08d3f;padding-bottom:2px;transition:color 350ms var(--ease-base),border-color 350ms var(--ease-base);}
.plain-items .read-next a:hover{color:inherit;border-color:#f7f4ec;}
@media (max-width:800px){
  .plain-items .featured-feature{flex-direction:column;align-items:flex-start;}
  .plain-items .media-feature{grid-template-columns:1fr;}
  .plain-items h1{max-width:none;}
}
.strong-story{
  padding:calc(1.5rem * 2.4) 2.15rem;
  background:#faf7f0;
  color:#1c1e19;
}
.strong-story .local-region{width:min(100%,calc(1440px*.78));
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.82rem * 1.5);}
.strong-story .fresh-story h2{margin:0 0 calc(1.5rem * .75);
  font-size:calc(17.8px * 2);
  line-height:1.1;}
.strong-story .fresh-story .content-headline{margin:0;
  font-size:17.8px;
  line-height:1.8;
  color:var(--surface-light);}
.strong-story .main-figure{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:1.5rem;}
.strong-story .direct-area{display:flex;
  flex-wrap:wrap;
  gap:1.82rem;
  align-items:flex-start;
  padding:calc(1.5rem * .75) 0;
  border-top:1px solid #e2dccd;}
.strong-story .direct-area:last-child{border-bottom:1px solid #e2dccd;}
.strong-story .plain-form{
  flex:0 0 220px;
  display:block;
  border-radius:0.51rem;
  overflow:hidden;
  background:var(--line-primary);color:var(--surface-light);}
.strong-story .plain-form img{display:block;
  width:100%;
  height:150px;
  object-fit:cover;}
.strong-story .simple-grid{flex:1 1 320px;
  min-width:0;}
.strong-story .fresh-brand{display:inline-block;
  font-size:calc(17.8px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;color:inherit;
  margin-bottom:calc(1.5rem * .75);}
.strong-story h3{margin:0 0 calc(1.5rem * .75);
  font-size:calc(17.8px * 1.35);
  line-height:1.2;}
.strong-story h3 a{color:inherit;
  text-decoration:none;}
.strong-story h3 a:hover{color:inherit;}
.strong-story .simple-grid p{margin:0 0 calc(1.5rem * .75);
  line-height:1.8;
  color:var(--surface-light);}
.strong-story .visual-lead{display:inline-block;
  font-size:calc(17.8px * .875);
  color:#0f4d3a;
  text-decoration:none;
  border-bottom:1px solid #0f4d3a;
  padding-bottom:2px;}
.strong-story .visual-lead:hover{color:inherit;
  border-bottom-color:#b08d3f;}
@media (max-width:720px){.strong-story .plain-form{
    flex:1 1 100%;
  }.strong-story .plain-form img{
    height:200px;
  }
}
.page-story{padding:calc(1.5rem * 2.4) 2.15rem;background:#faf7f0;color:#1c1e19;}
.page-story .public-view{max-width:1440px;margin:0 auto;display:grid;gap:calc(1.82rem * 1.5);}
.page-story .compact-copy{display:grid;gap:calc(1.5rem * .75);}
.page-story img{width:100%;height:clamp(320px,50vw,580px);object-fit:cover;border-radius:0.91rem;display:block;}
.page-story .featured-feature{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1.82rem;border-bottom:1px solid #e2dccd;padding-bottom:calc(1.5rem * .75);}
.page-story h1{margin:0;font-size:calc(17.8px * 2.65);line-height:1.1;font-weight:600;}
.page-story .secondary-menu{margin:0;font-size:calc(17.8px * .875);color:var(--surface-light);letter-spacing:.02em;}
.page-story .media-feature{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.82rem;}
.page-story .media-feature p{margin:0;font-size:17.8px;line-height:1.8;}
.page-story .media-feature p:first-child{grid-column:1 / -1;font-size:calc(17.8px * 1.125);}
.page-story .media-feature a{color:#0f4d3a;text-decoration:underline;text-underline-offset:3px;transition:color 350ms var(--ease-base);}
.page-story .media-feature a:hover{color:inherit;}
@media (max-width:820px){
  .page-story .featured-feature{flex-direction:column;align-items:flex-start;}
  .page-story .media-feature{grid-template-columns:1fr;}
  .page-story .media-feature p:first-child{font-size:17.8px;}
}
.primary-links{
        padding: calc(1.5rem * 2.6) 2.15rem;
        background: #faf7f0;
        color: #1c1e19;
    }
.primary-links .focused-items{max-width: 1440px;
        margin: 0 auto;
        display: grid;
        gap: 1.82rem;}
.primary-links .text-proof h2{margin: 0;
        font-size: calc(17.8px * 2);
        line-height: 1.25;}
.primary-links .text-proof p{margin: 0.5rem 0 0;
        color: var(--surface-light);
        font-size: 17.8px;}
.primary-links .main-figure{display: flex;
        flex-direction: column;
        gap: 0;
        border-top: 1px solid #e2dccd;}
.primary-links .direct-area{display: grid;
        grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
        gap: 1.82rem;
        align-items: stretch;
        padding: calc(1.82rem * 1.5) 0;
        border-bottom: 1px solid #e2dccd;}
.primary-links .plain-form{
        display: block;
        overflow: hidden;
        border-radius: 0.51rem;
        background: var(--line-primary);color:var(--surface-light);}
.primary-links .plain-form img{width: 100%;
        height: 100%;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        display: block;}
.primary-links .simple-grid{display: flex;
        flex-direction: column;
        gap: 0.55rem;
        padding: 0.15rem 0;}
.primary-links .fresh-brand{margin: 0;
        font-size: calc(17.8px * .875);
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: var(--surface-light);}
.primary-links h3{margin: 0;
        font-size: calc(17.8px * 1.35);
        line-height: 1.3;}
.primary-links h3 a{text-decoration: none;
        color: inherit;}
.primary-links h3 a:hover{color:inherit;}
.primary-links .top-method{margin: 0;
        font-size: 17.8px;
        line-height: 1.8;}
.primary-links .contact-header{align-self: flex-start;
        margin-top: 0.35rem;
        font-size: calc(17.8px * .875);
        text-decoration: none;
        color: #0f4d3a;
        border-bottom: 1px solid #0f4d3a;
        padding-bottom: 2px;}
.primary-links .contact-header:hover{color:inherit;
        border-bottom-color: #b08d3f;}
@media (max-width: 860px) {.primary-links .direct-area{
            grid-template-columns: 1fr;
        }
    }
.quiet-story{padding:calc(1.5rem * 2.4) 2.15rem;background:#faf7f0;color:#1c1e19;}
.quiet-story .public-view{max-width:1440px;margin:0 auto;display:grid;gap:calc(1.82rem * 1.5);}
.quiet-story .compact-copy{display:grid;gap:.6rem;border-bottom:1px solid #e2dccd;padding-bottom:calc(1.82rem * 1.5);}
.quiet-story h1{margin:0;font-size:calc(17.8px * 2.65);line-height:1.05;font-weight:600;}
.quiet-story .media-callout{margin:0;font-size:calc(17.8px * .875);letter-spacing:.02em;}
.quiet-story .focused-actions{margin:0;}
.quiet-story img{width:100%;height:clamp(320px,50vw,560px);object-fit:cover;border-radius:0.91rem;display:block;}
.quiet-story .media-feature{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(1.82rem * 1.5) 1.82rem;}
.quiet-story .media-feature p{margin:0;font-size:17.8px;line-height:1.8;}
.quiet-story .media-feature p:first-child{grid-column:1 / -1;font-size:calc(17.8px * 1.125);}
.quiet-story .wide-entries{border-top:1px solid #e2dccd;padding-top:calc(1.82rem * 1.5);}
.quiet-story .visual-method{margin:0;font-size:calc(17.8px * .875);line-height:1.7;}
.quiet-story .visual-method a{text-decoration:underline;text-underline-offset:3px;}
.quiet-story .visual-method a:hover{}
@media (max-width:800px){.quiet-story .media-feature{grid-template-columns:1fr;}.quiet-story .media-feature p:first-child{font-size:17.8px;}
}
.quiet-wrap{
  padding:calc(1.5rem * 2.4) 2.15rem;
  background:#faf7f0;
  color:#1c1e19;
}
.quiet-wrap .local-region{width:min(100%,calc(1440px*.72));
  margin:0 auto;}
.quiet-wrap .main-figure{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  margin-bottom:calc(1.82rem * 1.5);
  padding-bottom:calc(1.5rem * .75);
  border-bottom:1px solid #e2dccd;}
.quiet-wrap h2{margin:0;
  font-size:calc(17.8px * 2);
  line-height:1.12;}
.quiet-wrap .content-headline{margin:0;
  font-size:17.8px;
  line-height:1.8;
  color:var(--surface-light);}
.quiet-wrap .quiet-plan{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:1.5rem;}
.quiet-wrap .direct-area{display:flex;
  gap:1.82rem;
  align-items:flex-start;
  padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid #e2dccd;}
.quiet-wrap .direct-area:last-child{border-bottom:0;
  padding-bottom:0;}
.quiet-wrap .plain-form{
  flex:0 0 34%;
  display:block;
  overflow:hidden;
  border-radius:0.51rem;
  background:var(--line-primary);color:var(--surface-light);}
.quiet-wrap .plain-form img{display:block;
  width:100%;
  height:100%;
  aspect-ratio:4/3;
  object-fit:cover;}
.quiet-wrap .simple-grid{flex:1 1 auto;
  display:flex;
  flex-direction:column;
  gap:0.5rem;}
.quiet-wrap .primary-group{font-size:calc(17.8px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:var(--surface-light);}
.quiet-wrap h3{margin:0;
  font-size:calc(17.8px * 1.35);
  line-height:1.2;}
.quiet-wrap h3 a{color:inherit;
  text-decoration:none;
  transition:color 350ms var(--ease-base);}
.quiet-wrap h3 a:hover{color:inherit;}
.quiet-wrap .simple-grid p{margin:0;
  line-height:1.8;}
.quiet-wrap .active-flow{font-size:calc(17.8px * .875);
  color:var(--surface-light);}
@media (max-width:720px){.quiet-wrap .direct-area{
    flex-direction:column;
  }.quiet-wrap .plain-form{
    flex:0 0 auto;
    width:100%;
  }
}
.bottom-lead{
        padding:calc(calc(1.5rem * 2.4) * .78) 2.15rem calc(calc(1.5rem * 2.4) * .62);
        background:#b08d3f;
        color:#1a1a14;
    }
.content-method{
        max-width:1440px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.82rem * 1.5);
    }
.service-form{
        padding-top:clamp(.9rem,2.2vw,1.6rem);
        border-top:2px solid color-mix(in srgb,currentColor 30%,transparent);
    }
.bottom-lead h1{margin:0;
        font-size:clamp(2.05rem,6vw,4.6rem);
        line-height:1.04;
        font-weight:740;
        letter-spacing:-0.01em;}
.bottom-lead p{margin:clamp(.9rem,1.9vw,1.35rem) 0 0;
        font-size:clamp(1rem,1.65vw,1.2rem);
        line-height:1.7;
        color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:700px){.bottom-lead{
            padding:calc(calc(1.5rem * 2.4) * .62) 2.15rem;
        }.bottom-lead h1{
            font-size:clamp(1.95rem,11vw,3.3rem);
        }
    }
.public-block{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 2.15rem;
  background: linear-gradient(135deg, #0f4d3a 0%, #1a6b50 55%, #b08d3f 100%);
  color: #f7f4ec;
}
.public-block .local-region{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  margin: 0 auto;}
.public-block .strip{margin: 0 0 calc(1.82rem * 1.5);
  padding: 1.5rem 0;}
.public-block h2{margin: 0;
  font-size: calc(17.8px * 2.65);
  line-height: 1.05;}
.public-block .strip p{margin: 1.5rem 0 0;
  font-size: calc(17.8px * 1.125);
  line-height: 1.8;}
.public-block .clear-header{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.82rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.public-block .visual-summary{display: flex;
  flex-wrap: wrap;
  gap: 1.82rem;}
.public-block .visual-summary p{margin: 0;
  line-height: 1.8;}
.public-block .visual-summary p:first-child{flex: 1 1 22rem;}
.public-block .visual-summary p:last-child{flex: 1 1 18rem;}
.public-block .bottom-view{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.public-block .bottom-view a{color: inherit;
  font-size: calc(17.8px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.public-block .visual-fields{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;}
.public-block .visual-fields a{flex: 1 1 16rem;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  line-height: 1.8;}
.public-block .visual-fields span{display: block;
  margin-top: .35rem;
  font-size: calc(17.8px * .875);
  opacity: .7;}
@media (max-width: 720px) {.public-block .clear-header{
    display: block;
  }.public-block .visual-summary p + p{
    margin-top: calc(1.5rem * .75);
  }.public-block .bottom-view{
    align-items: flex-start;
    margin-top: 1.5rem;
  }
}
.contact-steps{padding:calc(1.5rem * 2.4) 2.15rem;background:#0f4d3a;color:#f7f4ec}
.contact-steps .local-region{max-width:1440px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.82rem * 1.5)}
.contact-steps .fresh-story{flex:1 1 22rem;min-width:0}
.contact-steps h2{margin:0;font-size:calc(17.8px * 2);line-height:1.1}
.contact-steps .fresh-story>p{margin:1.5rem 0 0;line-height:1.8;opacity:.88}
.contact-steps .open-group{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(247,244,236,0.22)}
.contact-steps .open-group .fresh-brand{margin:0 0 calc(1.5rem * .75);font-size:calc(17.8px * .875);line-height:1.8;opacity:.82}
.contact-steps .open-group .fresh-brand:last-child{margin-bottom:0}
.contact-steps .active-service{list-style:none;margin:1.5rem 0 0;padding:0}
.contact-steps .active-service li{position:relative;padding-left:1.1rem;margin-bottom:calc(1.5rem * .75);font-size:calc(17.8px * .875);line-height:1.8;opacity:.88}
.contact-steps .active-service li::before{content:"";position:absolute;left:0;top:.7em;width:.4rem;height:1px;background:#b08d3f;color:#1a1a14;}
.contact-steps .active-service li:last-child{margin-bottom:0}
.contact-steps form{flex:1 1 26rem;min-width:0}
.contact-steps fieldset{display:flex;flex-wrap:wrap;gap:1.82rem;margin:0;padding:0;border:0}
.contact-steps fieldset label{flex:1 1 14rem;min-width:0}
.contact-steps label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(17.8px * .875);letter-spacing:.02em}
.contact-steps input,.contact-steps textarea{width:100%;padding:calc(1.5rem * .75);border:1px solid #e2dccd;border-radius:0.28rem;background:#faf7f0;color:#1c1e19;font:inherit}
.contact-steps input:focus,.contact-steps textarea:focus{outline:2px solid #b08d3f;outline-offset:1px}
.contact-steps .strip{display:block;margin-top:1.5rem}
.contact-steps textarea{resize:vertical}
.contact-steps .compact-area{margin:1.5rem 0;font-size:calc(17.8px * .875);line-height:1.8;opacity:.78}
.contact-steps button{padding:calc(1.5rem * .75) 1.5rem;border:1px solid #b08d3f;border-radius:0.28rem;background:#b08d3f;color:#1a1a14;font:inherit;cursor:pointer;transition:background 350ms var(--ease-base),color 350ms var(--ease-base)}
.contact-steps button:hover{background:#96762f;border-color:#96762f;color:#1c1e19;}
@media(max-width:720px){.contact-steps .local-region{display:block}.contact-steps form{margin-top:calc(1.82rem * 1.5)}}
.strong-body{padding:calc(1.5rem * 2.4) 2.15rem;background:#0f4d3a;color:#f7f4ec}
.strong-body .featured-contact{max-width:min(1440px,64rem);margin:0 auto}
.strong-body h2{margin:0;font-size:calc(17.8px * 2.65);line-height:1.08}
.strong-body .clear-details{margin:1.5rem 0 calc(1.82rem * 1.5);font-size:calc(17.8px * 1.125);line-height:1.8}
.strong-body .focused-panel{display:flex;flex-direction:column;border-top:1px solid color-mix(in srgb,currentColor 30%,transparent)}
.strong-body .open-group{padding:1.82rem 0}
.strong-body .open-group + .open-group{border-top:1px solid color-mix(in srgb,currentColor 20%,transparent)}
.strong-body h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17.8px * 1.35);line-height:1.25}
.strong-body .open-group p{margin:0;line-height:1.8}
@media (min-width:900px){.strong-body .focused-panel{display:grid;grid-template-columns:1fr 1fr;column-gap:2.15rem;border-top:1px solid color-mix(in srgb,currentColor 30%,transparent)}.strong-body .open-group{border-top:0;border-bottom:1px solid color-mix(in srgb,currentColor 20%,transparent);padding:1.82rem 0}.strong-body .open-group + .open-group{border-top:0}
}
.featured-surface{padding:calc(1.5rem * 2.4) 2.15rem;background:#faf7f0;color:#1c1e19}
.featured-surface .local-region{max-width:min(1440px,68rem);margin:0 auto}
.featured-surface .content-headline{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-bottom:calc(1.82rem * 1.5);border-bottom:1px solid #e2dccd}
.featured-surface h2{margin:0;font-size:calc(17.8px * 2.65);line-height:1.08;letter-spacing:-0.01em}
.featured-surface .fresh-story{margin:0;font-size:calc(17.8px * 1.125);line-height:1.6;}
.featured-surface .offer-callout{display:flex;flex-direction:column;margin-top:calc(1.82rem * 1.5)}
.featured-surface .content-brand{display:grid;grid-template-columns:minmax(0,14rem) minmax(0,1fr);gap:1.82rem;padding:1.82rem 0;border-bottom:1px solid #e2dccd}
.featured-surface .content-brand:first-child{padding-top:0}
.featured-surface .content-brand:last-child{border-bottom:none;padding-bottom:0}
.featured-surface h3{margin:0;font-size:calc(17.8px * 1.35);line-height:1.25;font-weight:600}
.featured-surface .content-brand p{margin:0;font-size:17.8px;line-height:1.75;}
.featured-surface a{text-decoration:underline;text-underline-offset:2px}
.featured-surface a:hover{}
@media (max-width:720px){.featured-surface .content-brand{grid-template-columns:1fr;gap:calc(1.5rem * .75)}.featured-surface h2{font-size:calc(17.8px * 2)}
}
.clear-view{
        padding:calc(calc(1.5rem * 2.4) * .78) 2.15rem;
        background:#b08d3f;
        color:#1a1a14;
    }
.content-method{
        max-width:1440px;
        margin:0 auto;
    }
.service-form{
        padding-top:clamp(1.1rem,2.6vw,1.9rem);
        border-top:2px solid color-mix(in srgb,currentColor 32%,transparent);
    }
.clear-view h1{margin:0;
        font-size:clamp(2rem,5.6vw,4.4rem);
        line-height:1.04;
        font-weight:720;}
.clear-view p{margin:clamp(1rem,2vw,1.5rem) 0 0;
        font-size:clamp(1rem,1.6vw,1.2rem);
        line-height:1.7;
        color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:700px){.clear-view h1{font-size:clamp(1.9rem,10.5vw,3.1rem);}
    }
.offer-fields{--state-active:calc(1.5rem * 0.92);--field-static:calc(1440px / 3.00);padding:calc(1.5rem * 2.4) 2.15rem;background:var(--line-primary);color:var(--surface-light);}
.offer-fields .local-region{max-width:1440px;margin:0 auto;}
.offer-fields h1,.offer-fields h2,.offer-fields h3,.offer-fields p{margin:0;}
.offer-fields h2{font-size:calc(17.8px * 2);line-height:1.14;}
.offer-fields p{font-size:17.8px;line-height:1.8;}
.offer-fields a{color:#0f4d3a;text-decoration:none;}
.offer-fields a:hover{color:inherit;}
.offer-fields .visual-steps{display:flex;flex-direction:column;gap:calc(1.82rem * 1.5);}
.offer-fields .content-headline{font-size:calc(17.8px * 1.125);}
.offer-fields .open-group{font-size:calc(17.8px * .875);}
.offer-fields .active-service{display:flex;flex-wrap:wrap;align-items:center;gap:1.82rem;margin-top:calc(1.82rem * 1.5);}
.offer-fields .contact-header{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.28rem;background:#0f4d3a;color:#f7f4ec;transition:background 350ms var(--ease-base);}
.offer-fields .contact-header:hover{background:#0a3a2c;color:#f7f4ec;}
.offer-fields .visual-lead{font-size:17.8px;border-bottom:1px solid currentColor;padding-bottom:2px;}
.offer-fields .fresh-brand{font-size:calc(17.8px * .875);margin-top:calc(1.82rem * 1.5);}
.quiet-summary{background:#b08d3f;color:#1a1a14;padding:calc(1.5rem * 2.4) 2.15rem}
.quiet-summary .local-region{max-width:1440px;margin:0 auto}
.quiet-summary .direct-brand{display:flex;flex-direction:column;gap:calc(1.82rem * 1.5)}
.quiet-summary .content-headline{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.quiet-summary h2{margin:0;font-size:clamp(calc(17.8px * 2),4.4vw,calc(17.8px * 2.65));line-height:1.1;letter-spacing:0}
.quiet-summary .top-method{margin:0;font-size:calc(17.8px * 1.125);line-height:1.7}
.quiet-summary .wide-brand{display:flex;flex-wrap:wrap;gap:calc(1.82rem * 1.5);align-items:flex-start}
.quiet-summary .featured-block{flex:1 1 22rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.quiet-summary .fresh-brand{margin:0;font-size:17.8px;letter-spacing:0.02em;text-transform:uppercase}
.quiet-summary .quiet-plan{margin:0;padding-left:1.1rem;display:flex;flex-direction:column;gap:0.55rem;font-size:17.8px;line-height:1.6}
.quiet-summary .clear-links{flex:1 1 20rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);border-radius:0.51rem;background:color-mix(in srgb,currentColor 8%,transparent)}
.quiet-summary .open-group{margin:0;font-size:calc(17.8px * .875);line-height:1.65}
.quiet-summary .active-service{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.quiet-summary .active-service a{padding:0.5rem 0.9rem;border-radius:0.28rem;background:#0f4d3a;color:#f7f4ec;text-decoration:none;font-size:calc(17.8px * .875);transition:background 350ms var(--ease-base)}
.quiet-summary .active-service a:hover{background:#0a3a2c;color:#1c1e19;}
.quiet-summary .content-stack{margin:0;font-size:calc(17.8px * .875);line-height:1.6}
.quiet-summary .content-stack a{color:inherit;text-decoration:underline;text-underline-offset:2px}
@media(max-width:760px){.quiet-summary .wide-brand{flex-direction:column}.quiet-summary .featured-block,.quiet-summary .clear-links{flex-basis:auto;width:100%}}
.bottom-brand{padding:calc(1.5rem * 2.4) 2.15rem;background:#faf7f0;color:#1c1e19}
.bottom-brand .local-region{max-width:1440px;margin:0 auto}
.bottom-brand .direct-brand{display:flex;flex-direction:column;gap:calc(1.82rem * 1.5)}
.bottom-brand .fresh-brand{display:flex;flex-wrap:wrap;gap:1.82rem;align-items:flex-start}
.bottom-brand h2{flex:1 1 26rem;min-width:0;margin:0;font-size:calc(17.8px * 2);line-height:1.1}
.bottom-brand .fresh-brand p{flex:1 1 26rem;min-width:0;margin:0;font-size:calc(17.8px * 1.125);line-height:1.8;color:var(--surface-light)}
.bottom-brand .top-callout{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-start;background:var(--line-primary);color:var(--surface-light);border-radius:0.91rem;padding:1.82rem}
.bottom-brand .top-callout>p{flex:1 1 20rem;min-width:0;margin:0;line-height:1.8}
.bottom-brand .active-service{flex:2 1 32rem;min-width:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.bottom-brand .active-service a{flex:1 1 12rem;min-width:0;border-radius:0.51rem;background:#ffffff;color:#1c1e19;border:1px solid #e2dccd;padding:calc(1.5rem * .75);text-decoration:none;transition:border-color 350ms var(--ease-base)}
.bottom-brand .active-service a:hover{border-color:#b08d3f}
.bottom-brand strong,.bottom-brand span{display:block;min-width:0}
.bottom-brand span{margin-top:calc(calc(1.5rem * .75)*.5);font-size:calc(17.8px * .875);color:var(--surface-light)}
.bottom-brand .featured-story{border-radius:0.51rem;background:#0f4d3a;color:#f7f4ec;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;white-space:nowrap}
.bottom-brand .featured-story:hover{background:#0a3a2c;color:#1c1e19;}
.bottom-brand .clear-links{margin:0;font-size:calc(17.8px * .875);color:var(--surface-light)}
.bottom-brand .clear-links a{color:#0f4d3a;text-decoration:underline}
.bottom-brand .clear-links a:hover{color:inherit;}
@media(max-width:760px){.bottom-brand .top-callout{display:block;padding:1.5rem}.bottom-brand .active-service{margin-top:1.5rem}.bottom-brand .featured-story{display:flex;justify-content:center;margin-top:1.5rem}}
