*,*::before,*::after{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Playfair Display", sans-serif;}
a{color:inherit;}
.secondary-area {
    width: 100%;
    background: #faf5ec;
    color: #2c2118;
    border-bottom: 1px solid #e2d3bb;
  }
.primary-stack {
    max-width: 1300px;
    margin: 0 auto;
    padding: 1.5rem 2.45rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1.96rem;
  }
.quiet-headline {
    font-size: calc(16.8px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #2c2118;
    text-decoration: none;
    white-space: nowrap;
  }
:root {
  --motion-panel: cubic-bezier(0.16,1,0.3,1);
}
.quiet-headline:hover {
    color: #a8611f;
  }
.service-actions {
    display: flex;
    justify-content: flex-start;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: calc(1.96rem * 1.25);
  }
.nav-list a {
    display: inline-block;
    padding: 0.35rem 0;
    font-size: 16.8px;
    color: #2c2118;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color 290ms var(--motion-panel), color 290ms var(--motion-panel);
  }
.nav-list a:hover {
    color: #a8611f;
    border-bottom-color: #a8611f;
  }
.soft-frame {
    display: flex;
    justify-content: flex-end;
  }
.fresh-callout {
    display: inline-block;
    padding: 0.6rem 1.1rem;
    background: #7a4a24;
    color: #fdf8f1;
    border-radius: 0.52rem;
    font-size: calc(16.8px * .875);
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 290ms var(--motion-panel);
  }
.fresh-callout:hover{
    background: #633a1a;color:#2c2118;}
.bottom-brand {
    display: none;
    width: 42px;
    height: 42px;
    padding: 0;
    background: #f1e7d6;
    color: #3f3226;
    border: 1px solid #e2d3bb;
    border-radius: 0.27rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.bottom-view{
    display: block;
    width: 20px;
    height: 2px;
    background: #3f3226;
    border-radius: 2px;
    transition: transform 290ms var(--motion-panel), opacity 290ms var(--motion-panel);color:#2c2118;}
.bottom-brand[aria-expanded="true"] .bottom-view:nth-child(1){transform: translateY(7px) rotate(45deg);}
.bottom-brand[aria-expanded="true"] .bottom-view:nth-child(2){opacity: 0;}
.bottom-brand[aria-expanded="true"] .bottom-view:nth-child(3){transform: translateY(-7px) rotate(-45deg);}
@media (max-width: 900px) {
    .primary-stack {
      grid-template-columns: auto auto;
      grid-template-areas:
        "logo burger"
        "nav nav"
        "cta cta";
      row-gap: calc(1.96rem * 0.75);
    }

    .quiet-headline { grid-area: logo; }
    .bottom-brand { grid-area: burger; justify-self: end; }
    .service-actions { grid-area: nav; }
    .soft-frame { grid-area: cta; justify-content: flex-start; }
  }
@media (max-width: 767px) {
    .bottom-brand {
      display: inline-flex;
    }

    .service-actions {
      display: none;
      width: 100%;
    }

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

    .nav-list {
      flex-direction: column;
      gap: 0;
      border-top: 1px solid #e2d3bb;
      padding-top: calc(1.96rem * 1.5);
    }

    .nav-list li {
      border-bottom: 1px solid #e2d3bb;
    }

    .nav-list a {
      display: block;
      padding: 0.75rem 0;
      border-bottom: none;
    }

    .nav-list a:hover {
      border-bottom-color: transparent;
    }

    .soft-frame {
      width: 100%;
    }

    .fresh-callout {
      width: 100%;
      text-align: center;
    }
  }
.text-flow{font-family:"Playfair Display", sans-serif;font-size:16.8px;line-height:1.77;padding:calc(1.5rem * 2.4) 2.45rem;margin-top:calc(1.5rem * 2.4);background:#241b12;color:#f6efe4;}
.page-grid{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(1.96rem * 1.5)}
.text-entries{border-bottom:1px solid rgba(255, 255, 255, 0.18);padding-bottom:calc(1.96rem * 1.5)}
.content-footer{font-size:calc(16.8px * .875);text-transform:uppercase;letter-spacing:0.08em;margin:0 0 calc(1.5rem * .75);font-weight:600}
.team-menu{font-style:normal;display:flex;flex-direction:column;gap:calc(1.5rem * .75);font-size:16.8px}
.text-body{display:block}
.secondary-frame{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.steady-callout{font-size:calc(16.8px * 1.35);font-weight:700;margin:0;letter-spacing:0.01em}
.focused-block{margin:0;font-size:calc(16.8px * .875);max-width:42ch;opacity:0.85}
.contact-section{display:grid;grid-template-columns:1fr;gap:calc(1.96rem * 1.5)}
.secondary-media{font-size:calc(16.8px * .875);text-transform:uppercase;letter-spacing:0.08em;margin:0 0 calc(1.5rem * .75);font-weight:600}
.steady-block{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.contact-list{color:inherit;text-decoration:none;font-size:16.8px;transition:opacity 290ms var(--motion-panel)}
.contact-list:hover,
  .contact-list:focus-visible{opacity:0.75;text-decoration:underline;text-underline-offset:3px}
.active-items{border-top:1px solid rgba(255, 255, 255, 0.18);padding-top:calc(1.96rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.strong-wrap{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:calc(1.96rem * 1.5)}
.offer-story{margin:0;font-size:calc(16.8px * .875);opacity:0.8;max-width:70ch}
.contact-frame{margin:0;font-size:calc(16.8px * .875);opacity:0.7}
@media (min-width: 640px) {.contact-section{grid-template-columns:repeat(2, 1fr)}
  }
@media (min-width: 960px) {.page-grid{grid-template-columns:1fr 1fr;grid-template-areas:"contact brand"
        "nav nav"
        "legal legal";gap:calc(1.5rem * 2.4) calc(1.96rem * 1.5)}.text-entries{grid-area:contact;border-bottom:none;padding-bottom:0}.secondary-frame{grid-area:brand}.contact-section{grid-area:nav;grid-template-columns:repeat(3, 1fr)}.active-items{grid-area:legal}
  }
.cookies {
    position: fixed;
    left: 2.45rem;
    right: 2.45rem;
    bottom: 1.5rem;
    z-index: 1200;
}
.cookies .public-grid {
    margin-left: auto;
    max-width: 440px;
    border-radius: 1.14rem;
    padding: 1.5rem 2.45rem;
    background: #7a4a24;
    color: #fdf8f1;
    box-shadow: 0 20px 32px rgba(0,0,0,0.24);
    border: 1px solid rgba(148, 163, 184, .35);
}
.cookies .secondary-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.cookies .secondary-shell strong {
    font-size: 16px;
}
.cookies .secondary-shell button {
    border: 0;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 13px;
    cursor: pointer;
}
.cookies p {
    margin: 10px 0 0;
}
.cookies .soft-menu {
    margin-top: 14px;
    display: flex;
    gap: 8px;
}
.cookies .soft-menu button {
    flex: 1;
    border-radius: 0.27rem;
    border: 1px solid rgba(148, 163, 184, .45);
    padding: 9px 12px;
    color: #ffffff;
    background: rgba(51, 65, 85, .65);
    cursor: pointer;
}
.cookies .soft-menu button.cookie-accept {
    color: #faf5ec;
    border-color: transparent;
    color: #2c2118;
    font-weight: 700;
}
@media (max-width: 760px) {
    .cookies .public-grid {
        max-width: none;
    }
}
.plain-footer{--state-strong:calc(1.5rem * 0.93);--mark-local:calc(1300px / 2.17);padding:calc(1.5rem * 2.4) 2.45rem;background:#7a4a24;color:#fdf8f1;}
.plain-footer .local-actions{max-width:1300px;margin:0 auto;display:flex;flex-direction:column;row-gap:calc(var(--state-strong) * 1.2);}
.plain-footer .service-entries{max-width:var(--mark-local);}
.plain-footer h1,.plain-footer p{margin:0;}
.plain-footer h1{font-size:calc(16.8px * 2.65);line-height:1.1;}
.plain-footer p{font-size:16.8px;line-height:1.77;margin-top:1.5rem;color:color-mix(in srgb, currentColor 78%, transparent);}
.plain-footer .compact-quote{display:flex;flex-wrap:wrap;align-items:center;column-gap:1.96rem;row-gap:calc(1.96rem * .6);}
.plain-footer a{color:inherit;text-decoration:none;}
.plain-footer .strong-list{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.27rem;background:#fdf8f1;color:#7a4a24;font-size:16.8px;transition:background 290ms var(--motion-panel),color 290ms var(--motion-panel);}
.plain-footer .strong-list:hover{background:#a8611f;color:#fdf8f1;}
.plain-footer .local-section{font-size:calc(16.8px * .875);border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:2px;transition:border-color 290ms var(--motion-panel);}
.plain-footer .local-section:hover{border-color:currentColor;}
@media (max-width:720px){.plain-footer .local-actions{row-gap:var(--state-strong);}.plain-footer .compact-quote{flex-direction:column;align-items:flex-start;}
}
.local-plan{--state-strong:calc(1.5rem * 1.35);--mark-local:calc(1300px / 2.4);padding:calc(1.5rem * 2.4) 2.45rem;background:#f1e7d6;color:#3f3226;}
.local-plan .local-actions{max-width:1300px;margin:0 auto;}
.local-plan h2,.local-plan h3,.local-plan p{margin:0;}
.local-plan h2{font-size:calc(16.8px * 2);line-height:1.14;}
.local-plan h3{font-size:calc(16.8px * 1.35);line-height:1.22;}
.local-plan p{font-size:16.8px;line-height:1.77;}
.local-plan .plain-list{max-width:var(--mark-local);}
.local-plan .plain-list .service-entries{margin-top:calc(1.5rem / 2);}
.local-plan .open-region{display:flex;flex-wrap:wrap;gap:var(--state-strong) 1.96rem;margin-top:var(--state-strong);}
.local-plan .fresh-region{flex:1 1 calc(1300px / 3.4);min-width:260px;padding-top:calc(1.5rem / 2);border-top:1px solid #e2d3bb;}
.local-plan .fresh-region p{margin-top:calc(1.5rem / 3);}
.local-plan .site-entries{margin-top:var(--state-strong);max-width:var(--mark-local);font-size:calc(16.8px * .875);}
.local-plan .site-entries a{color:#7a4a24;text-decoration:underline;text-underline-offset:3px;}
.local-plan .site-entries a:hover{color:inherit;}
@media (max-width:720px){.local-plan .fresh-region{flex:1 1 100%;min-width:0;}
}
.main-body{
        padding: calc(1.5rem * 2.4) 2.45rem;
        background: linear-gradient(135deg, #faf5ec 0%, #f1e7d6 55%, #e6d6bd 100%);
        color: #2c2118;
    }
.main-body .local-actions{max-width: 1300px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.96rem * 1.5);}
.main-body .service-entries{display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: calc(1.5rem * .75) calc(1.96rem * 1.5);
        border-bottom: 1px solid #e2d3bb;
        padding-bottom: calc(1.5rem * .75);}
.main-body h2{margin: 0;
        font-size: calc(16.8px * 2);
        line-height: 1.1;
        flex: 1 1 18rem;}
.main-body .service-entries p{margin: 0;
        flex: 1 1 22rem;
        font-size: 16.8px;}
.main-body .text-benefit{display: flex;
        flex-direction: column;
        gap: 0;}
.main-body .secondary-proof{display: grid;
        grid-template-columns: minmax(0, 1fr) 14rem;
        gap: calc(1.96rem * 1.5);
        padding: calc(1.5rem * .75) 0;
        border-bottom: 1px solid #e2d3bb;}
.main-body .secondary-proof:last-child{border-bottom: none;}
.main-body .steady-service{font-size: calc(16.8px * 1.125);
        line-height: 1.77;}
.main-body .visual-footer{display: flex;
        flex-direction: column;
        gap: 0.35rem;
        align-self: start;}
.main-body .visual-footer strong{font-size: calc(16.8px * .875);
        letter-spacing: 0.02em;}
.main-body .visual-footer span{font-size: calc(16.8px * .875);}
@media (max-width: 760px) {.main-body .secondary-proof{
            grid-template-columns: 1fr;
            gap: calc(1.5rem * .75);
        }.main-body .service-entries{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.public-copy{--state-strong:calc(1.5rem * 1.18);--mark-local:calc(1300px / 1.9);padding:calc(1.5rem * 2.4) 2.45rem;background:#faf5ec;color:#2c2118;}
.public-copy .local-actions{max-width:1300px;margin:0 auto;display:flex;flex-direction:column;gap:var(--state-strong);}
.public-copy h2,.public-copy p{margin:0;}
.public-copy h2{font-size:calc(16.8px * 2);line-height:1.14;letter-spacing:-0.01em;}
.public-copy .page-footer{max-width:var(--mark-local);display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.public-copy .service-entries{font-size:16.8px;line-height:1.77;color:#3f3226;}
.public-copy .scene{display:flex;flex-direction:column;gap:0;border-top:1px solid #e2d3bb;}
.public-copy details{padding:calc(calc(1.5rem * .75) * 1.1) 0;border-bottom:1px solid #e2d3bb;}
.public-copy summary{cursor:pointer;font-size:calc(16.8px * 1.125);font-weight:600;line-height:1.3;list-style:none;display:flex;justify-content:space-between;gap:1.5rem;align-items:baseline;}
.public-copy summary::-webkit-details-marker{display:none;}
.public-copy summary::after{content:"+";font-size:16.8px;color:inherit;font-weight:400;flex-shrink:0;}
.public-copy details[open] summary::after{content:"–";}
.public-copy details p{margin-top:calc(1.5rem / 2);font-size:16.8px;line-height:1.77;color:#3f3226;max-width:var(--mark-local);}
.public-copy .compact-quote{font-size:calc(16.8px * .875);line-height:1.77;color:#3f3226;max-width:var(--mark-local);}
.public-copy .compact-quote a{color:#7a4a24;text-decoration:underline;text-underline-offset:2px;}
.public-copy .compact-quote a:hover{color:inherit;}
@media (max-width:640px){.public-copy summary{font-size:16.8px;}
}
.team-view{--state-strong:calc(1.5rem * 1.25);--mark-local:calc(1300px / 3.1);padding:calc(1.5rem * 2.4) 2.45rem;background:#f1e7d6;color:#3f3226;}
.team-view .local-actions{max-width:1300px;margin:0 auto;}
.team-view h2,.team-view h3,.team-view p{margin:0;}
.team-view h2{font-size:calc(16.8px * 2);line-height:1.14;max-width:calc(1300px / 1.55);}
.team-view h3{font-size:calc(16.8px * 1.35);line-height:1.22;}
.team-view p{font-size:16.8px;line-height:1.77;}
.team-view .page-footer{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.96rem;}
.team-view .page-footer>h2{flex:1 1 calc(1300px / 2.2);min-width:0;}
.team-view .page-footer>.service-entries{flex:1 1 calc(1300px / 3.4);min-width:0;max-width:var(--mark-local);}
.team-view .open-region{display:flex;flex-wrap:wrap;gap:var(--state-strong);margin-top:calc(var(--state-strong) * 1.1);}
.team-view .fresh-region{flex:1 1 calc(1300px / 3.5);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);padding-top:calc(calc(1.5rem * .75) * .9);border-top:1px solid #e2d3bb;}
.team-view .clear-figure{font-size:calc(16.8px * .875);letter-spacing:.06em;text-transform:uppercase;color:inherit;}
.team-view .fresh-region p{color:#3f3226;}
.team-view .plain-intro{align-self:flex-start;margin-top:auto;font-size:calc(16.8px * .875);color:#7a4a24;text-decoration:none;border-bottom:1px solid #7a4a24;padding-bottom:2px;transition:color 290ms var(--motion-panel),border-color 290ms var(--motion-panel);}
.team-view .plain-intro:hover{color:inherit;border-color:#a8611f;}
@media (max-width:720px){.team-view h2{max-width:none;}.team-view .page-footer>.service-entries{max-width:none;}.team-view .fresh-region{flex:1 1 100%;}
}
.steady-grid{--state-strong:calc(1.5rem * 1.15);--mark-local:calc(1300px / 2.6);padding:calc(1.5rem * 2.4) 2.45rem;background:#7a4a24;color:#fdf8f1;}
.steady-grid .local-actions{max-width:1300px;margin:0 auto;display:flex;flex-direction:column;gap:var(--state-strong);}
.steady-grid h2,.steady-grid h3,.steady-grid p{margin:0;}
.steady-grid h2{font-size:calc(16.8px * 2);line-height:1.14;max-width:var(--mark-local);}
.steady-grid h3{font-size:calc(16.8px * 1.35);line-height:1.22;}
.steady-grid p{font-size:16.8px;line-height:1.77;}
.steady-grid .plain-list{display:flex;flex-direction:column;gap:1.5rem;}
.steady-grid .service-entries{max-width:var(--mark-local);opacity:.86;}
.steady-grid .open-region{display:flex;flex-direction:column;gap:0;border-top:1px solid rgba(253,248,241,.22);}
.steady-grid .fresh-region{padding:calc(1.96rem * 1.5) 0;border-bottom:1px solid rgba(253,248,241,.22);display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.steady-grid .fresh-region p{max-width:calc(var(--mark-local) * 1.15);opacity:.82;}
.steady-grid .compact-quote{margin-top:calc(1.5rem / 2);font-size:calc(16.8px * .875);opacity:.78;}
.steady-grid .compact-quote a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.steady-grid .compact-quote a:hover{opacity:.7;}
@media (min-width:860px){.steady-grid .fresh-region{flex-direction:row;gap:1.96rem;align-items:baseline;}.steady-grid .fresh-region h3{flex:0 0 32%;}.steady-grid .fresh-region p{flex:1 1 auto;}
}
.offer-copy{--state-strong:calc(1.5rem * 1.05);--mark-local:calc(1300px / 2.35);padding:calc(1.5rem * 2.4) 2.45rem;background:#f1e7d6;color:#3f3226;}
.offer-copy .local-actions{max-width:1300px;margin:0 auto;}
.offer-copy h1,.offer-copy h2,.offer-copy h3,.offer-copy p{margin:0;}
.offer-copy h2{font-size:calc(16.8px * 2);line-height:1.12;}
.offer-copy p{font-size:16.8px;line-height:1.77;}
.offer-copy .service-entries{max-width:var(--mark-local);}
.offer-copy .site-entries{max-width:var(--mark-local);margin-top:calc(1.96rem * 1.5);}
.offer-copy a{color:#7a4a24;text-decoration:none;}
.offer-copy a:hover{color:inherit;}
.offer-copy .strong-list{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:calc(1.96rem * 1.5);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.27rem;background:#7a4a24;color:#fdf8f1;}
.offer-copy .strong-list:hover{background:#633a1a;color:#fdf8f1;}
.offer-copy .compact-quote{margin-top:var(--state-strong);font-size:calc(16.8px * .875);}
.offer-copy .compact-quote a{text-decoration:underline;text-underline-offset:3px;}
.plain-shell{--state-strong:calc(1.5rem * 1.2);--mark-local:calc(1300px / 2.1);padding:calc(1.5rem * 2.4) 2.45rem;background:#faf5ec;color:#2c2118;}
.plain-shell .local-actions{max-width:1300px;margin:0 auto;}
.plain-shell h1,.plain-shell h2,.plain-shell h3,.plain-shell p{margin:0;}
.plain-shell h2{font-size:calc(16.8px * 2);line-height:1.14;}
.plain-shell h3{font-size:calc(16.8px * 1.35);line-height:1.22;}
.plain-shell p{font-size:16.8px;line-height:1.77;}
.plain-shell a{color:inherit;text-decoration:none;}
.plain-shell .site-entries{font-size:calc(16.8px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.plain-shell .compact-links{max-width:var(--mark-local);}
.plain-shell .compact-links h2{margin-top:calc(1.5rem / 2);}
.plain-shell .service-entries{margin-top:calc(1.96rem * 1.5);}
.plain-shell .strong-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.27rem;background:#7a4a24;color:#fdf8f1;transition:background 290ms var(--motion-panel);}
.plain-shell .strong-list:hover{background:#633a1a;color:#2c2118;}
.plain-shell .offer-steps{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.96rem;}
.plain-shell .offer-steps>.compact-links{flex:1 1 auto;min-width:0;}
.plain-shell .offer-steps>.strong-list{flex:0 0 auto;}
.plain-shell .offer-steps>.open-region{flex:1 1 100%;}
.plain-shell .open-region{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.96rem;margin-top:var(--state-strong);border-top:1px solid #e2d3bb;padding-top:var(--state-strong);}
.plain-shell .fresh-region{flex:1 1 calc(1300px / 3.6);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.plain-shell .fresh-region .narrow-visual{font-size:calc(16.8px * .875);}
.plain-shell .fresh-region p{}
.plain-shell .compact-quote{margin-top:auto;padding-top:calc(1.5rem / 3);font-size:calc(16.8px * .875);border-bottom:1px solid #e2d3bb;width:max-content;max-width:100%;transition:color 290ms var(--motion-panel);}
.plain-shell .compact-quote:hover{}
@media (max-width:720px){.plain-shell .offer-steps{align-items:flex-start;}.plain-shell .fresh-region{flex:1 1 100%;}
}
.main-plan{padding:calc(1.5rem*2.8) 2.45rem;background:#faf5ec;color:#2c2118}
.main-plan .featured-rail{max-width:1300px;margin:0 auto;background:#fffaf2;color:#2c2118;border:1px solid #e2d3bb;border-radius:1.14rem;padding:1.4rem 1.6rem;box-shadow:0 2px 8px rgba(0,0,0,0.15)}
.main-plan .plain-list{max-width:60ch}
.main-plan h1{margin:0;font-size:clamp(2rem,4.4vw,3.4rem);line-height:1.06}
.main-plan .direct-steps{margin:.5rem 0 0;color:#7a4a24;font-weight:700;font-size:calc(16.8px * .875);letter-spacing:.02em}
.main-plan .service-entries{margin:.9rem 0 0;font-size:16.8px;line-height:1.6;opacity:.9}
.main-plan .service-media{margin-top:calc(1.96rem * 1.5);padding-top:calc(1.96rem * 1.5);border-top:1px solid #e2d3bb}
.main-plan h2{margin:0;font-size:clamp(1.25rem,2.4vw,1.75rem);line-height:1.18}
.main-plan p{margin:.7rem 0 0;line-height:1.6;opacity:.86}
.main-plan ul{margin:.8rem 0 0;padding-left:1.15rem}
.main-plan li{margin:.4rem 0;line-height:1.55;opacity:.9}
@media (max-width:640px){
  .main-plan{padding:calc(1.5rem*1.8) 2.45rem}
  .main-plan .featured-rail{padding:1.1rem 1.15rem}
}
.top-footer{
  --state-strong:calc(1.5rem * 1.09);
  --mark-local:calc(1300px / 2.95);
  padding:calc(1.5rem * 2.4) 2.45rem;
  background:#7a4a24;
  color:#fdf8f1;
}
.top-footer .local-actions{max-width:1300px;
  margin:0 auto;}
.top-footer h2,
.top-footer h3,
.top-footer p{margin:0;}
.top-footer h2{font-size:calc(16.8px * 2);
  line-height:1.12;}
.top-footer h3{font-size:calc(16.8px * 1.35);
  line-height:1.2;}
.top-footer p{font-size:16.8px;
  line-height:1.77;
  color:color-mix(in srgb, currentColor 78%, transparent);}
.top-footer .plain-list{max-width:var(--mark-local);}
.top-footer .site-entries{font-size:calc(16.8px * .875);
  letter-spacing:0.06em;
  text-transform:uppercase;
  margin-bottom:calc(1.5rem / 2);
  color:color-mix(in srgb, currentColor 70%, transparent);}
.top-footer .service-entries{margin-top:1.5rem;}
.top-footer .open-region{display:flex;
  flex-direction:column;
  gap:var(--state-strong);
  margin-top:calc(var(--state-strong) * 1.2);}
.top-footer .fresh-region{min-width:0;
  padding-top:calc(1.5rem / 2);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.top-footer .fresh-region p{margin-top:calc(1.5rem / 3);
  max-width:calc(var(--mark-local) * 1.15);}
@media (min-width:900px){.top-footer .open-region{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    column-gap:calc(1.96rem * 1.4);
    row-gap:var(--state-strong);
  }
}
.bottom-method{--state-strong:calc(1.5rem * 1.25);--mark-local:calc(1300px / 2.30);padding:calc(1.5rem * 2.4) 2.45rem;background:#faf5ec;color:#2c2118;}
.bottom-method .local-actions{max-width:1300px;margin:0 auto;}
.bottom-method h2,.bottom-method h3,.bottom-method p,.bottom-method ol,.bottom-method li{margin:0;}
.bottom-method h2{font-size:calc(16.8px * 2);line-height:1.14;}
.bottom-method h3{font-size:calc(16.8px * 1.35);line-height:1.22;}
.bottom-method p{font-size:16.8px;line-height:1.77;color:#3f3226;}
.bottom-method .service-entries{font-size:calc(16.8px * 1.125);color:#2c2118;max-width:var(--mark-local);}
.bottom-method .plain-nav{display:flex;align-items:flex-start;gap:1.96rem;}
.bottom-method .plain-nav>.compact-links{flex:1 1 calc(1300px / 3);min-width:0;position:sticky;top:1.5rem;}
.bottom-method .compact-links .service-entries{margin-top:1.5rem;}
.bottom-method .open-region{flex:2 1 calc(1300px / 2);list-style:none;padding:0;display:flex;flex-direction:column;gap:var(--state-strong);border-left:1px solid #e2d3bb;padding-left:calc(1.96rem * 1.5);}
.bottom-method .fresh-region{min-width:0;display:grid;grid-template-columns:auto 1fr;column-gap:calc(1.5rem * .75);row-gap:calc(1.5rem / 3);}
.bottom-method .fresh-region .clear-visual{grid-row:1 / span 2;font-size:calc(16.8px * .875);letter-spacing:.08em;text-transform:uppercase;color:inherit;padding-top:.35em;}
.bottom-method .fresh-region h3{grid-column:2;}
.bottom-method .fresh-region p{grid-column:2;}
@media(max-width:860px){.bottom-method .plain-nav{flex-direction:column;}.bottom-method .plain-nav>.compact-links{position:static;}.bottom-method .open-region{border-left:0;padding-left:0;border-top:1px solid #e2d3bb;padding-top:var(--state-strong);}
}
@media(max-width:520px){.bottom-method .fresh-region{grid-template-columns:1fr;}.bottom-method .fresh-region .clear-visual{grid-row:auto;padding-top:0;}.bottom-method .fresh-region h3,.bottom-method .fresh-region p{grid-column:1;}
}
.service-surface{--state-strong:calc(1.5rem * 1.19);--label-small:calc(1300px / 3.52);padding:calc(1.5rem * 2.4) 2.45rem;background:#241b12;color:#f6efe4;}
.service-surface .local-actions{max-width:1300px;margin:0 auto;}
.service-surface h2,.service-surface h3,.service-surface p{margin:0;}
.service-surface h2{font-size:calc(16.8px * 2);line-height:1.12;}
.service-surface h3{font-size:calc(16.8px * 1.35);line-height:1.2;}
.service-surface p{font-size:16.8px;line-height:1.77;}
.service-surface a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;}
.service-surface .narrow-frame{padding-inline-start:calc(2.45rem / 2);}
.service-surface .featured-flow{row-gap:calc(var(--state-strong) * 1.2);}
.service-surface .service-entries{margin-top:1.5rem;max-width:calc(1300px / 2);}
.service-surface .narrow-summary{display:flex;flex-wrap:wrap;gap:var(--state-strong);margin-top:var(--state-strong);}
.service-surface .fresh-region{flex:1 1 var(--label-small);min-width:0;padding:calc(var(--state-strong) * .75);border-radius:0.52rem;background:#f1e7d6;color:#3f3226;}
.service-surface .fresh-region p{margin-top:calc(1.5rem / 3);}
.service-surface .compact-quote{margin-top:var(--state-strong);font-size:calc(16.8px * .875);opacity:.85;}
.secondary-actions{--state-strong:calc(1.5rem * 0.91);--label-small:calc(1300px / 3.21);padding:calc(1.5rem * 2.4) 2.45rem;background:#7a4a24;color:#fdf8f1;}
.secondary-actions .local-actions{max-width:1300px;margin:0 auto;}
.secondary-actions h1,.secondary-actions h2,.secondary-actions h3,.secondary-actions p{margin:0;}
.secondary-actions h2{font-size:calc(16.8px * 2);line-height:1.12;}
.secondary-actions h3{font-size:calc(16.8px * 1.35);line-height:1.2;}
.secondary-actions p{font-size:16.8px;line-height:1.77;color:color-mix(in srgb, currentColor 78%, transparent);}
.secondary-actions a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:1px;}
.secondary-actions a:hover{border-bottom-color:currentColor;}
.secondary-actions .main-method{padding-block:calc(var(--state-strong) / 2);}
.secondary-actions .featured-flow{row-gap:calc(var(--state-strong) * 1.2);}
.secondary-actions .service-entries{margin-top:1.5rem;max-width:calc(1300px / 2.05);}
.secondary-actions .open-region{display:flex;flex-wrap:wrap;gap:var(--state-strong);margin-top:var(--state-strong);}
.secondary-actions .fresh-region{flex:1 1 var(--label-small);min-width:0;padding:calc(var(--state-strong) * .75);border-radius:0.52rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.secondary-actions .fresh-region p{margin-top:calc(1.5rem / 3);}
.secondary-actions .compact-quote{margin-top:var(--state-strong);font-size:calc(16.8px * .875);color:color-mix(in srgb, currentColor 82%, transparent);}
.plain-region{
        padding: calc(1.5rem * 2.4) 2.45rem;
        background: #f1e7d6;
        color: #3f3226;
    }
.plain-region .local-actions{max-width: 1300px;
        margin: 0 auto;}
.plain-region .text-benefit{display: flex;
        flex-direction: column;
        gap: calc(1.96rem * 1.5);
        align-items: flex-start;}
.plain-region .plain-list{min-width: 0;
        max-width: 62ch;}
.plain-region h2{margin: 0;
        font-size: calc(16.8px * 2);
        line-height: 1.08;}
.plain-region .plain-list p{margin: 1.5rem 0 0;
        font-size: calc(16.8px * 1.125);
        line-height: 1.77;}
.plain-region .strong-method{list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column;}
.plain-region .strong-method li{display: flex;
        gap: 1.96rem;
        align-items: flex-start;
        padding: 1.5rem 0;}
.plain-region .strong-method li + li{border-top: 1px solid #e2d3bb;}
.plain-region .strong-method strong{flex: 0 1 18rem;
        min-width: 0;
        font-size: calc(16.8px * 1.35);
        line-height: 1.16;}
.plain-region .strong-method span{flex: 1 1 26rem;
        min-width: 0;
        line-height: 1.77;}
@media (max-width: 760px) {.plain-region .strong-method li{
            display: block;
        }.plain-region .strong-method span{
            display: block;
            margin-top: calc(1.5rem * .75);
        }
    }
.active-lead{
  padding: calc(1.5rem * 2.4) 2.45rem;
  background: #241b12;
  color: #f6efe4;
}
.active-lead .local-actions{max-width: min(1300px, 72rem);
  margin: 0 auto;}
.active-lead .page-footer{max-width: 46rem;
  margin-bottom: calc(1.96rem * 1.5);}
.active-lead h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.8px * 2);
  line-height: 1.1;}
.active-lead .service-entries{margin: 0;
  font-size: calc(16.8px * 1.125);
  color: #d9c8b0;}
.active-lead .open-region{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.96rem;}
.active-lead .fresh-region{
  flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75);
  background: #fffaf2;
  color: #2c2118;
  border: 1px solid #e2d3bb;
  border-radius: 0.52rem;
  display: flex;
  flex-direction: column;
}
.active-lead .steady-service{margin: 0 0 calc(1.5rem * .75);
  font-size: 16.8px;
  line-height: 1.6;}
.active-lead .service-headline{display: block;
  font-weight: 700;
  font-size: 16.8px;}
.active-lead .site-details{display: block;
  margin-top: 0.35rem;
  font-size: calc(16.8px * .875);color:inherit;}
.active-lead .simple-method{margin-top: calc(1.96rem * 1.5);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.96rem;}
.active-lead .site-entries{margin: 0;
  max-width: 40rem;
  font-size: calc(16.8px * .875);
  color: #d9c8b0;}
.active-lead .compact-quote{
  display: inline-block;
  padding: 0.7rem 1.3rem;
  background: #a8611f;
  color: #fdf8f1;
  border-radius: 0.27rem;
  text-decoration: none;
  font-size: calc(16.8px * .875);
  transition: background 290ms var(--motion-panel);
}
.active-lead .compact-quote:hover{
  background: #8c4f18;color:#2c2118;}
@media (max-width: 700px) {.active-lead .open-region{
    display: block;
  }.active-lead .fresh-region + .fresh-region{
    margin-top: 1.96rem;
  }.active-lead .simple-method{
    flex-direction: column;
    align-items: flex-start;
  }
}
.compact-stack{--state-strong:calc(1.5rem * 0.89);--mark-local:calc(1300px / 2.13);padding:calc(1.5rem * 2.4) 2.45rem;background:#7a4a24;color:#fdf8f1;}
.compact-stack .local-actions{max-width:1300px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;column-gap:calc(1.96rem * 1.4);row-gap:var(--state-strong);}
.compact-stack .service-entries{flex:1 1 26rem;min-width:0;}
.compact-stack .compact-quote{flex:1 1 20rem;min-width:0;padding-inline-start:calc(calc(1.5rem * .75) * 1.2);border-inline-start:1px solid color-mix(in srgb, currentColor 24%, transparent);}
.compact-stack h2{font-size:calc(16.8px * 2);line-height:1.14;margin:0 0 calc(1.96rem * 1.5);}
.compact-stack p{margin:0;font-size:16.8px;line-height:1.77;}
.compact-stack .site-entries{margin-bottom:calc(1.96rem * 1.5);font-size:calc(16.8px * .875);letter-spacing:0.06em;text-transform:uppercase;color:color-mix(in srgb, currentColor 72%, transparent);}
.compact-stack .compact-links{color:color-mix(in srgb, currentColor 82%, transparent);max-width:var(--mark-local);}
.compact-stack .opening{color:color-mix(in srgb, currentColor 82%, transparent);}
.compact-stack .strong-list{display:inline-flex;align-items:center;justify-content:center;margin-top:calc(1.96rem * 1.5);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.27rem;background:#fdf8f1;color:#7a4a24;font-size:16.8px;text-decoration:none;transition:background 290ms var(--motion-panel),color 290ms var(--motion-panel);}
.compact-stack .strong-list:hover,.compact-stack .strong-list:focus-visible{background:#a8611f;color:#fdf8f1;}
.compact-stack .plain-intro{margin-top:calc(1.96rem * 1.5);font-size:calc(16.8px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
.compact-stack .plain-intro a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.compact-stack .plain-intro a:hover,.compact-stack .plain-intro a:focus-visible{}
@media (max-width:720px){.compact-stack .compact-quote{padding-inline-start:0;border-inline-start:0;border-top:1px solid color-mix(in srgb, currentColor 24%, transparent);padding-top:calc(1.96rem * 1.5);}
}
.plain-lead{
        padding: calc(1.5rem * 2.4) 2.45rem;
        background: #f1e7d6;
        color: #3f3226
    }
.plain-lead .local-actions{max-width: 1300px;
        margin: 0 auto;
        width: min(100%, 58rem)}
.plain-lead .plain-list{max-width: 38rem;
        margin-bottom: calc(1.96rem * 1.5)}
.plain-lead .plain-list p{margin: 0;
        font-size: calc(16.8px * .875);
        letter-spacing: 0.04em;
        text-transform: uppercase;
        line-height: 1.77}
.plain-lead h2{margin: 1.5rem 0 0;
        font-size: calc(16.8px * 2);
        line-height: 1.1}
.plain-lead .main-rail{display: flex;
        gap: 1.96rem;
        align-items: flex-start}
.plain-lead .site-entries{flex: 0 0 min(17rem, 32vw);
        padding-top: 1.5rem;
        line-height: 1.77}
.plain-lead .site-entries p{margin: 0 0 calc(1.5rem * .75)}
.plain-lead .site-entries p:last-child{margin-bottom: 0}
.plain-lead .compact-quote{font-size: calc(16.8px * .875)}
.plain-lead .compact-quote a{color: #7a4a24;
        text-decoration: underline;
        text-underline-offset: 0.18em}
.plain-lead .compact-quote a:hover{color:inherit;}
.plain-lead .open-region{flex: 1 1 0;
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column}
.plain-lead li{padding: 1.5rem 0;
        border-top: 1px solid #e2d3bb}
.plain-lead li:first-child{border-top: 0;
        padding-top: 0}
.plain-lead strong{display: block;
        font-size: calc(16.8px * 1.125);
        line-height: 1.2}
.plain-lead span{display: block;
        margin-top: calc(1.5rem * .75);
        line-height: 1.77}
@media (max-width: 720px) {.plain-lead .main-rail{
            display: block
        }.plain-lead .site-entries{
            max-width: 26rem;
            margin-bottom: 1.5rem
        }
    }
.offer-service{--state-strong:calc(1.5rem * 1.15);--mark-local:calc(1300px / 2.20);padding:calc(1.5rem * 2.4) 2.45rem;background:#faf5ec;color:#2c2118;}
.offer-service .local-actions{max-width:1300px;margin:0 auto;}
.offer-service h1,.offer-service h2,.offer-service h3,.offer-service p{margin:0;}
.offer-service h2{font-size:calc(16.8px * 2);line-height:1.12;}
.offer-service h3{font-size:calc(16.8px * 1.35);line-height:1.2;}
.offer-service p{font-size:16.8px;line-height:1.77;}
.offer-service .site-entries{font-size:calc(16.8px * .875);color:#3f3226;}
.offer-service .open-region{display:flex;flex-direction:column;gap:var(--state-strong);margin-top:var(--state-strong);}
.offer-service .fresh-region{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #e2d3bb;}
.offer-service .fresh-region p{margin-top:calc(1.5rem / 3);}
.offer-service .plain-nav{display:flex;align-items:flex-start;gap:1.96rem;}
.offer-service .plain-nav>.compact-links{flex:1 1 calc(1300px / 3);min-width:0;}
.offer-service .plain-nav>.open-region{flex:2 1 calc(1300px / 2);margin-top:0;}
.offer-service .compact-links .service-entries{margin-top:1.5rem;}
.offer-service .compact-links .site-entries{margin-top:1.5rem;}
@media(max-width:760px){.offer-service .plain-nav{flex-direction:column;}.offer-service .plain-nav>.open-region{margin-top:var(--state-strong);}}
.clear-view{padding:calc(1.5rem * 2.4) 2.45rem;background:linear-gradient(135deg, #faf5ec 0%, #f1e7d6 55%, #e6d6bd 100%);color:#2c2118}
.clear-view .local-actions{max-width:1300px;margin:0 auto}
.clear-view .narrow-list{display:flex;gap:calc(1.96rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.clear-view .media-wrap{flex:0 1 20rem;min-width:0;border-left:1px solid color-mix(in srgb,#2c2118 25%,transparent);padding-left:1.5rem}
.clear-view .media-wrap .site-entries{margin:0 0 calc(1.5rem * .75);line-height:1.77;font-size:calc(16.8px * .875)}
.clear-view .media-wrap .site-entries:last-child{margin-bottom:0}
.clear-view .secondary-content{flex:1 1 40rem;min-width:0}
.clear-view h2{margin:0 0 calc(1.96rem * 1.5);font-size:calc(16.8px * 2);line-height:1.08}
.clear-view .bottom-wrap{display:flex;flex-direction:column;gap:1.5rem}
.clear-view .fresh-region{display:flex;gap:1.5rem;align-items:baseline;padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,#2c2118 15%,transparent)}
.clear-view .fresh-region:last-child{border-bottom:0;padding-bottom:0}
.clear-view strong{flex:0 1 13rem;min-width:0;font-size:calc(16.8px * .875);line-height:1.4}
.clear-view span{flex:1 1 26rem;min-width:0;line-height:1.77}
@media(max-width:760px){.clear-view .narrow-list{display:block}.clear-view .media-wrap{border-left:0;padding-left:0;margin-bottom:calc(1.96rem * 1.5)}.clear-view .fresh-region{display:block}.clear-view strong{display:block;margin-bottom:calc(1.5rem * .75)}.clear-view span{display:block}
}
.visual-menu{
  background:#faf5ec;
  color:#2c2118;
  padding:calc(1.5rem * 2.4) 2.45rem;
}
.visual-menu .local-actions{max-width:1300px;
  margin:0 auto;}
.visual-menu .plain-list{display:flex;
  flex-wrap:wrap;
  gap:calc(1.96rem * 1.5);
  align-items:flex-end;
  padding-bottom:calc(1.96rem * 1.5);
  border-bottom:1px solid #e2d3bb;}
.visual-menu h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(16.8px * 2);
  line-height:1.1;}
.visual-menu .plain-list p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:#3f3226;
  line-height:1.77;}
.visual-menu .simple-nav{margin-top:calc(1.96rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.96rem;}
.visual-menu .simple-nav a{
  flex:1 1 15rem;
  min-width:0;
  display:block;
  padding:calc(1.5rem * .75);
  background:#fffaf2;
  color:#2c2118;
  border:1px solid #e2d3bb;
  border-radius:0.52rem;
  text-decoration:none;
  transition:border-color 290ms var(--motion-panel), transform 290ms var(--motion-panel);
}
.visual-menu .simple-nav a:hover{border-color:#a8611f;
  transform:translateY(-2px);}
.visual-menu .simple-nav strong,
.visual-menu .simple-nav span{display:block;}
.visual-menu .simple-nav strong{font-size:16.8px;}
.visual-menu .simple-nav span{margin-top:.4rem;
  color:#3f3226;
  font-size:calc(16.8px * .875);
  line-height:1.77;}
.visual-menu .site-entries{margin:calc(1.96rem * 1.5) 0 0;
  max-width:48rem;
  color:#3f3226;
  font-size:calc(16.8px * .875);
  line-height:1.77;}
.visual-menu .compact-quote{margin-top:calc(1.96rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.96rem;}
.visual-menu .compact-quote a{display:inline-flex;
  align-items:center;
  padding:.7rem 1.1rem;
  border-radius:1.14rem;
  text-decoration:none;
  font-size:calc(16.8px * .875);
  transition:background 290ms var(--motion-panel);}
.visual-menu .compact-quote a:first-child{
  background:#7a4a24;
  color:#fdf8f1;
}
.visual-menu .compact-quote a:first-child:hover{
  background:#633a1a;color:#2c2118;}
.visual-menu .compact-quote a:last-child{
  background:transparent;
  color:#2c2118;
  border:1px solid #e2d3bb;
}
.visual-menu .compact-quote a:last-child:hover{
  background:color-mix(in srgb, currentColor 10%, transparent);color:#2c2118;}
@media (max-width:680px){.visual-menu .plain-list{display:block}.visual-menu .plain-list p{margin-top:1.5rem}.visual-menu .simple-nav{display:block}.visual-menu .simple-nav a{margin-top:1.96rem}
}
.fresh-quote{
  padding: calc(1.5rem * 2.4) 2.45rem;
  background: #241b12;
  color: #f6efe4;
}
.fresh-quote .local-actions{max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.96rem * 1.5);}
.fresh-quote .plain-list{max-width: 62rem;}
.fresh-quote h2{margin: 0;
  font-size: calc(16.8px * 2);
  line-height: 1.1;}
.fresh-quote .plain-list p{margin: calc(1.5rem * .75) 0 0;
  color: #d9c8b0;
  font-size: calc(16.8px * 1.125);
  line-height: 1.77;}
.fresh-quote .secondary-brand{display: flex;
  flex-wrap: wrap;
  gap: 1.96rem;}
.fresh-quote .compact-quote{flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);
  border-left: 2px solid #a8611f;
  text-decoration: none;
  transition: border-color 290ms var(--motion-panel), transform 290ms var(--motion-panel);}
.fresh-quote .compact-quote:hover{border-color: #7a4a24;
  transform: translateX(4px);}
.fresh-quote .compact-quote .visual-inner{font-size: calc(16.8px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #d9c8b0;}
.fresh-quote .compact-quote strong{font-size: calc(16.8px * 1.35);
  line-height: 1.25;}
.fresh-quote .compact-quote small{font-size: calc(16.8px * .875);
  color: #d9c8b0;
  line-height: 1.77;}
.fresh-quote .focused-links{display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1.96rem;
  padding-top: calc(1.96rem * 1.5);
  border-top: 1px solid #3f3226;}
.fresh-quote .strong-items{display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1 1 220px;}
.fresh-quote .strong-items label{font-size: calc(16.8px * .875);
  color: #d9c8b0;}
.fresh-quote .strong-items input,
.fresh-quote .strong-items select{
  padding: 0.7rem 0.9rem;
  border-radius: 0.52rem;
  border: 1px solid #3f3226;
  background: #faf5ec;
  color: #2c2118;
  font-family: inherit;
  font-size: 16.8px;
}
.fresh-quote .strong-items input::placeholder{color:inherit;}
.fresh-quote .focused-links button{
  padding: 0.75rem 1.6rem;
  border: none;
  border-radius: 0.52rem;
  background: #a8611f;
  color: #fdf8f1;
  font-family: inherit;
  font-size: 16.8px;
  cursor: pointer;
  transition: background 290ms var(--motion-panel);
}
.fresh-quote .focused-links button:hover{
  background: #8c4f18;color:#2c2118;}
.fresh-quote .site-entries{flex: 1 1 100%;
  margin: 0;
  font-size: calc(16.8px * .875);
  color: #d9c8b0;}
.fresh-quote .site-entries a{color:inherit;
  text-decoration: underline;}
@media (max-width: 720px) {.fresh-quote .focused-links{
    flex-direction: column;
    align-items: stretch;
  }
}
.top-surface{
        padding: calc(1.5rem * 2.4) 2.45rem;
        background: linear-gradient(135deg, #faf5ec 0%, #f1e7d6 55%, #e6d6bd 100%);
        color: #2c2118;
    }
.top-surface .local-actions{max-width: 1300px;
        margin: 0 auto;}
.top-surface .page-footer{max-width: 720px;
        margin-bottom: calc(1.96rem * 1.5);}
.top-surface .page-footer h2{margin: 0;
        font-size: calc(16.8px * 2);
        line-height: 1.2;}
.top-surface .page-footer p{margin: 1.5rem 0 0;
        font-size: 16.8px;
        line-height: 1.77;}
.top-surface .open-region{display: flex;
        flex-direction: column;
        gap: 1px;
        border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent);}
.top-surface .fresh-region{border-bottom: 1px solid color-mix(in srgb, currentColor 22%, transparent);}
.top-surface .fresh-region button{
        width: 100%;
        border: 0;
        background: transparent;
        color: inherit;
        text-align: left;
        font: inherit;
        font-size: 16.8px;
        font-weight: 600;
        padding: 1.5rem 0;
        cursor: pointer;
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 1.96rem;
    }
.top-surface .fresh-region button::after{content: "+";
        font-weight: 400;
        font-size: calc(16.8px * 1.125);
        line-height: 1;
        flex-shrink: 0;
        transition: transform 290ms var(--motion-panel);}
.top-surface .fresh-region.is-open button::after{transform: rotate(45deg);}
.top-surface .fresh-region p{margin: 0;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        font-size: 16.8px;
        line-height: 1.77;
        transition: max-height 290ms var(--motion-panel),
                    padding 290ms var(--motion-panel),
                    opacity 290ms var(--motion-panel);
        opacity: 0;}
.top-surface .fresh-region.is-open p{max-height: 320px;
        padding: 0 0 1.5rem;
        opacity: 1;}
.top-surface .compact-quote{margin: calc(1.96rem * 1.5) 0 0;
        font-size: calc(16.8px * .875);
        line-height: 1.77;}
.top-surface .compact-quote a{text-decoration: underline;
        text-underline-offset: 3px;
        transition: color 290ms var(--motion-panel);}
.top-surface .compact-quote a:hover{}
.active-region{background:#faf5ec;color:#2c2118;padding:calc(1.5rem * 2.4) 2.45rem}
.active-region .local-actions{max-width:1300px;margin:0 auto}
.active-region .text-benefit{display:flex;align-items:flex-start;gap:calc(1.96rem * 1.5);flex-wrap:wrap}
.active-region .plain-list{flex:1 1 22rem;min-width:0}
.active-region h2{margin:0;font-size:clamp(calc(16.8px * 2),4.5vw,calc(16.8px * 2.65));line-height:1.08;letter-spacing:0}
.active-region p{margin:1.5rem 0 0;font-size:calc(16.8px * 1.125);line-height:1.65}
.active-region .site-entries{margin-top:calc(1.5rem * .75);font-size:calc(16.8px * .875);color:#3f3226;background:#f1e7d6;padding:calc(1.5rem * .75);border-radius:0.52rem;line-height:1.6}
.active-region .bottom-wrap{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #e2d3bb}
.active-region .steady-items{display:flex;gap:1.96rem;padding:1.5rem 0;border-bottom:1px solid #e2d3bb;align-items:baseline}
.active-region strong{flex:0 1 13rem;min-width:0;font-weight:600}
.active-region span{flex:1 1 20rem;min-width:0;line-height:1.6}
.active-region a{color:#7a4a24;text-decoration:none;border-bottom:1px solid #e2d3bb;transition:color 290ms var(--motion-panel),border-color 290ms var(--motion-panel)}
.active-region a:hover{color:inherit;border-color:#a8611f}
@media(max-width:760px){.active-region .text-benefit{flex-direction:column}.active-region .steady-items{flex-direction:column;gap:calc(calc(1.5rem * .75)*.5)}.active-region strong{flex:0 0 auto}
}
.clear-plan{--state-strong:calc(1.5rem * 1.35);--mark-local:calc(1300px / 2.2);padding:calc(1.5rem * 2.4) 2.45rem;background:#faf5ec;color:#2c2118;}
.clear-plan .local-actions{max-width:1300px;margin:0 auto;}
.clear-plan h1,.clear-plan h2,.clear-plan h3,.clear-plan p{margin:0;}
.clear-plan h2{font-size:calc(16.8px * 2);line-height:1.12;max-width:var(--mark-local);}
.clear-plan h3{font-size:calc(16.8px * 1.35);line-height:1.22;}
.clear-plan p{font-size:16.8px;line-height:1.77;}
.clear-plan .site-entries{font-size:calc(16.8px * .875);letter-spacing:0.08em;text-transform:uppercase;color:#3f3226;margin-bottom:calc(1.5rem / 2);}
.clear-plan .service-entries{margin-top:1.5rem;max-width:var(--mark-local);color:#3f3226;}
.clear-plan .open-region{display:flex;flex-direction:column;gap:0;margin-top:var(--state-strong);border-top:1px solid #e2d3bb;}
.clear-plan .fresh-region{padding:calc(1.96rem * 1.5) 0;border-bottom:1px solid #e2d3bb;}
.clear-plan .fresh-region .compact-links{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:1.96rem;align-items:start;}
.clear-plan .fresh-region p{color:#3f3226;}
.clear-plan a{color:#7a4a24;text-decoration:underline;text-underline-offset:3px;}
.clear-plan a:hover{color:inherit;}
@media (max-width:720px){.clear-plan .fresh-region .compact-links{grid-template-columns:1fr;gap:calc(1.5rem / 2);}
}
.main-fields{--state-strong:calc(1.5rem * 0.92);--mark-local:calc(1300px / 2.40);padding:calc(1.5rem * 2.4) 2.45rem;background:#7a4a24;color:#fdf8f1;}
.main-fields .local-actions{max-width:1300px;margin:0 auto;}
.main-fields h1,.main-fields h2,.main-fields h3,.main-fields p{margin:0;}
.main-fields h1{font-size:calc(16.8px * 2.65);line-height:1.08;}
.main-fields h2{font-size:calc(16.8px * 2);line-height:1.12;}
.main-fields h3{font-size:calc(16.8px * 1.35);line-height:1.2;}
.main-fields p{font-size:16.8px;line-height:1.77;color:color-mix(in srgb, currentColor 74%, transparent);}
.main-fields a{color:inherit;text-decoration:none;}
.main-fields .site-entries{margin-bottom:calc(1.5rem / 2);}
.main-fields .service-entries{margin-top:1.5rem;max-width:var(--mark-local);}
.main-fields .open-region{display:flex;flex-direction:column;gap:var(--state-strong);margin-top:var(--state-strong);}
.main-fields .fresh-region{min-width:0;padding-bottom:var(--state-strong);border-bottom:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.main-fields .fresh-region:last-child{border-bottom:none;padding-bottom:0;}
.main-fields .fresh-region p{margin-top:calc(1.5rem / 3);max-width:var(--mark-local);}
.main-fields .compact-quote{margin-top:var(--state-strong);font-size:calc(16.8px * .875);}
.main-fields .compact-quote a{text-decoration:underline;text-underline-offset:3px;}
.active-stack{--state-strong:calc(1.5rem * 1.06);--label-small:calc(1300px / 3.37);padding:calc(1.5rem * 2.4) 2.45rem;background:#241b12;color:#f6efe4;}
.active-stack .local-actions{max-width:1300px;margin:0 auto;}
.active-stack h2,.active-stack h3,.active-stack p{margin:0;}
.active-stack h2{font-size:calc(16.8px * 2);line-height:1.12;}
.active-stack h3{font-size:calc(16.8px * 1.35);line-height:1.2;}
.active-stack p{font-size:16.8px;line-height:1.77;}
.active-stack .narrow-frame{padding-inline-start:calc(2.45rem / 2);}
.active-stack .active-entries{padding-block:calc(var(--state-strong) / 2);}
.active-stack .primary-note{row-gap:calc(var(--state-strong) * .7);}
.active-stack .service-entries{margin-top:1.5rem;max-width:calc(1300px / 2);color:inherit;}
.active-stack .open-region{display:flex;flex-wrap:wrap;gap:var(--state-strong);margin-top:var(--state-strong);}
.active-stack .fresh-region{flex:1 1 var(--label-small);min-width:0;padding:calc(var(--state-strong) * .75);border-radius:0.52rem;background:#f1e7d6;color:#3f3226;}
.active-stack .fresh-region p{margin-bottom:calc(1.5rem / 3);}
.active-stack .fresh-region h3{color:inherit;}
.site-note{
        padding: calc(1.5rem * 2.4) 2.45rem;
        background: #faf5ec;
        color: #2c2118;
    }
.site-note .local-actions{max-width: 1300px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
        gap: calc(1.96rem * 1.5);
        align-items: start;}
.site-note .service-entries{position: sticky;
        top: 1.5rem;
        padding-right: calc(1.5rem * .75);
        border-right: 1px solid #e2d3bb;}
.site-note h2{margin: 0;
        font-size: calc(16.8px * 2);
        line-height: 1.1;}
.site-note .service-entries p{margin: calc(1.5rem * .75) 0 0;
        font-size: 16.8px;
        line-height: 1.77;}
.site-note .text-benefit{display: flex;
        flex-direction: column;
        gap: calc(1.96rem * 1.5);}
.site-note .secondary-proof{padding: 0 0 calc(1.96rem * 1.5);
        border-bottom: 1px solid #e2d3bb;}
.site-note .secondary-proof:last-child{border-bottom: 0;
        padding-bottom: 0;}
.site-note .steady-service{font-size: calc(16.8px * 1.125);
        line-height: 1.77;
        font-style: italic;}
.site-note .visual-footer{margin-top: calc(1.5rem * .75);
        display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        align-items: baseline;
        justify-content: space-between;}
.site-note .visual-footer strong{font-size: 16.8px;
        font-weight: 600;}
.site-note .visual-footer span{font-size: calc(16.8px * .875);}
@media (max-width: 860px) {.site-note .local-actions{
            grid-template-columns: 1fr;
        }.site-note .service-entries{
            position: static;
            padding-right: 0;
            border-right: 0;
            border-bottom: 1px solid #e2d3bb;
            padding-bottom: calc(1.96rem * 1.5);
        }
    }
.fresh-wrap{--state-strong:calc(1.5rem * 1.11);--mark-local:calc(1300px / 2.35);--label-small:calc(1300px / 3.43);padding:calc(1.5rem * 2.4) 2.45rem;background:#241b12;color:#f6efe4;}
.fresh-wrap .local-actions{max-width:1300px;margin:0 auto;}
.fresh-wrap h2,.fresh-wrap h3,.fresh-wrap p{margin:0;}
.fresh-wrap h2{font-size:calc(16.8px * 2);line-height:1.12;}
.fresh-wrap h3{font-size:calc(16.8px * 1.35);line-height:1.2;}
.fresh-wrap p{font-size:16.8px;line-height:1.77;color:inherit;}
.fresh-wrap .wide-grid{padding-inline-start:calc(1.5rem * .75);}
.fresh-wrap .featured-flow{row-gap:calc(var(--state-strong) * 1.2);}
.fresh-wrap .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.96rem;}
.fresh-wrap .row-title h2{flex:1 1 calc(1300px / 3);min-width:0;}
.fresh-wrap .row-title>p{flex:1 1 calc(1300px / 3);min-width:0;}
.fresh-wrap .service-fields{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-strong);margin-top:var(--state-strong);}
.fresh-wrap .fresh-region{flex:1 1 var(--label-small);min-width:0;padding-block-start:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, #f6efe4 22%, transparent);}
.fresh-wrap .fresh-region p{margin-top:calc(1.5rem / 3);}
.contact-unit{padding:calc(1.5rem*2.8) 2.45rem;background:#faf5ec;color:#2c2118}
.contact-unit .featured-rail{max-width:1300px;margin:0 auto;background:#fffaf2;color:#2c2118;border:1px solid #e2d3bb;border-radius:1.14rem;padding:calc(calc(1.5rem * .75)*1.4);box-shadow:0 2px 8px rgba(0,0,0,0.15)}
.contact-unit .focused-entries{display:flex;flex-direction:column;gap:.4rem;padding-bottom:calc(1.96rem * 1.5);border-bottom:1px solid #e2d3bb}
.contact-unit h1{margin:0;color:#2c2118;font-size:clamp(2rem,4.4vw,3.4rem);line-height:1.06;letter-spacing:-.01em}
.contact-unit .direct-steps{margin:0;color:#7a4a24;font-weight:700;font-size:calc(16.8px * .875);text-transform:uppercase;letter-spacing:.06em}
.contact-unit .bottom-details{margin:calc(1.96rem * 1.5) 0 0;color:#2c2118;opacity:.9;line-height:1.66;font-size:calc(16.8px * 1.125)}
.contact-unit .service-media{margin-top:calc(1.96rem * 1.5);padding-top:calc(1.96rem * 1.5);border-top:1px solid #e2d3bb}
.contact-unit .service-media:first-of-type{border-top:0;padding-top:0}
.contact-unit h2{margin:0;color:#2c2118;font-size:clamp(1.25rem,2.4vw,1.7rem);line-height:1.18}
.contact-unit p{margin:.7rem 0 0;color:#2c2118;opacity:.85;line-height:1.62}
.contact-unit ul{margin:.8rem 0 0;padding-left:1.15rem;color:#2c2118;opacity:.9}
.contact-unit li{margin:.4rem 0;line-height:1.55}
@media (max-width:720px){
  .contact-unit{padding:calc(1.5rem*1.6) 2.45rem}
  .contact-unit .featured-rail{padding:calc(1.5rem * .75)}
}
.narrow-feature{padding:calc(1.5rem * 2.4) 2.45rem;background:#a8611f;color:#fdf8f1}
.narrow-feature .local-actions{max-width:1300px;margin:0 auto}
.narrow-feature .plain-list{max-width:40rem;margin:0;font-size:calc(16.8px * 1.125);line-height:1.77}
.narrow-feature h2{max-width:16ch;margin:1.5rem 0 calc(1.96rem * 1.5);font-size:calc(16.8px * 2.65);line-height:1.02}
.narrow-feature .top-media{display:flex;flex-direction:column;gap:0}
.narrow-feature [data-voice]{width:min(100%,44rem);padding:1.5rem 0;border-top:1px solid rgba(253,248,241,0.22);align-self:var(--mark-public,flex-start);text-align:var(--tone-muted,left)}
.narrow-feature [data-voice]:first-child{border-top:0;padding-top:0}
.narrow-feature h3{margin:0;font-size:calc(16.8px * 1.35);line-height:1.2}
.narrow-feature [data-voice] p{margin:calc(1.5rem * .75) 0 0;line-height:1.77}
@media(max-width:620px){.narrow-feature [data-voice]{align-self:flex-start!important;text-align:left!important;width:100%}.narrow-feature h2{max-width:none}
}
.team-grid{
  background: #faf5ec;
  color: #2c2118;
  padding: calc(1.5rem * 2.4) 2.45rem;
}
.team-grid .local-actions{width: min(100%, 1300px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.96rem * 1.5);}
.team-grid h2,
.team-grid h3,
.team-grid p{margin: 0;}
.team-grid h2{font-size: calc(16.8px * 2);
  line-height: 1.08;}
.team-grid h3{font-size: calc(16.8px * 1.35);
  line-height: 1.16;}
.team-grid p{font-size: 16.8px;
  line-height: 1.77;}
.team-grid .primary-panel{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 62ch;}
.team-grid .service-entries{color: #3f3226;
  font-size: calc(16.8px * 1.125);}
.team-grid .text-benefit{display: flex;
  flex-direction: column;
  border-top: 1px solid #e2d3bb;}
.team-grid .opening{display: grid;
  grid-template-columns: minmax(8rem, .2fr) minmax(12rem, .3fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e2d3bb;
  align-items: start;}
.team-grid .direct-shell{font-size: calc(16.8px * .875);
  color: #3f3226;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding-top: 0.35rem;}
.team-grid .simple-method{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.96rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.9rem;
  background: #fffaf2;
  color: #2c2118;
  border: 1px solid #e2d3bb;
}
.team-grid .simple-method p{max-width: 60ch;}
.team-grid .simple-method a{color: #7a4a24;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;
  transition: color 290ms var(--motion-panel);}
.team-grid .simple-method a:hover{color:inherit;}
@media (max-width: 800px) {.team-grid .opening{
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }.team-grid .direct-shell{
    padding-top: 0;
  }.team-grid .simple-method{
    flex-direction: column;
    align-items: flex-start;
  }
}
.visual-benefit{--state-strong:calc(1.5rem * 1.12);--mark-local:calc(1300px / 2.15);padding:calc(1.5rem * 2.4) 2.45rem;background:#7a4a24;color:#fdf8f1;}
.visual-benefit .local-actions{max-width:1300px;margin:0 auto;}
.visual-benefit h1,.visual-benefit h2,.visual-benefit h3,.visual-benefit p{margin:0;}
.visual-benefit h2{font-size:calc(16.8px * 2);line-height:1.12;}
.visual-benefit h3{font-size:calc(16.8px * 1.35);line-height:1.2;}
.visual-benefit p{font-size:16.8px;line-height:1.77;color:color-mix(in srgb, currentColor 76%, transparent);}
.visual-benefit a{color:inherit;text-decoration:none;}
.visual-benefit .strong-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.27rem;background:#fdf8f1;color:#7a4a24;}
.visual-benefit .site-entries{font-size:calc(16.8px * .875);letter-spacing:0.08em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.visual-benefit .offer-steps{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.96rem;}
.visual-benefit .offer-steps>.compact-links{flex:1 1 auto;min-width:0;max-width:var(--mark-local);}
.visual-benefit .offer-steps>.strong-list{flex:0 0 auto;}
.visual-benefit .compact-links h2{margin-top:calc(1.5rem / 2);}
.visual-benefit .open-region{flex:1 1 100%;display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.96rem;margin-top:var(--state-strong);}
.visual-benefit .fresh-region{flex:1 1 calc(1300px / 4.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.visual-benefit .fresh-region h3{margin-bottom:calc(1.5rem / 3);}
.soft-surface{
  padding: calc(1.5rem * 2.4) 2.45rem;
  background: #241b12;
  color: #f6efe4;
}
.soft-surface .local-actions{max-width: min(1300px, 72rem);
  margin: 0 auto;}
.soft-surface .page-footer{max-width: 46rem;
  margin-bottom: calc(1.96rem * 1.5);}
.soft-surface h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.8px * 2);
  line-height: 1.1;}
.soft-surface .service-entries{margin: 0;
  font-size: calc(16.8px * 1.125);
  color: #d9c8b0;
  line-height: 1.77;}
.soft-surface .narrow-list{display: flex;
  flex-wrap: wrap;
  gap: 1.96rem;}
.soft-surface .fresh-region{
  flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75);
  background: #fffaf2;
  color: #2c2118;
  border: 1px solid #e2d3bb;
  border-radius: 0.52rem;
}
.soft-surface .steady-service{margin: 0 0 calc(1.5rem * .75);
  font-size: 16.8px;
  line-height: 1.77;}
.soft-surface .service-headline{margin: 0;
  font-weight: 700;
  font-size: 16.8px;}
.soft-surface .site-details{margin: 0.35rem 0 0;
  font-size: calc(16.8px * .875);color:inherit;}
.soft-surface .simple-method{margin-top: calc(1.96rem * 1.5);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(1.5rem * .75);
  justify-content: space-between;}
.soft-surface .site-entries{margin: 0;
  max-width: 40rem;
  color: #d9c8b0;
  font-size: 16.8px;}
.soft-surface .strong-list{
  display: inline-block;
  padding: 0.7rem 1.3rem;
  background: #a8611f;
  color: #fdf8f1;
  border-radius: 0.27rem;
  text-decoration: none;
  font-size: calc(16.8px * .875);
  transition: background 290ms var(--motion-panel);
}
.soft-surface .strong-list:hover{
  background: #8c4f18;color:#2c2118;}
@media (max-width: 700px) {.soft-surface .narrow-list{
    display: block;
  }.soft-surface .fresh-region + .fresh-region{
    margin-top: 1.96rem;
  }.soft-surface .simple-method{
    display: block;
  }.soft-surface .strong-list{
    margin-top: calc(1.5rem * .75);
  }
}
.visual-stack{
  --state-strong:calc(1.5rem * 0.9);
  --mark-local:calc(1300px / 2.2);
  padding:calc(1.5rem * 2.4) 2.45rem;
  background:#7a4a24;
  color:#fdf8f1;
}
.visual-stack .local-actions{max-width:1300px;
  margin:0 auto;}
.visual-stack h2,
.visual-stack p{margin:0;}
.visual-stack h2{font-size:calc(16.8px * 2);
  line-height:1.14;
  max-width:var(--mark-local);}
.visual-stack p{font-size:16.8px;
  line-height:1.77;
  color:color-mix(in srgb, currentColor 78%, transparent);
  max-width:var(--mark-local);
  margin-top:calc(1.96rem * 1.5);}
.visual-stack .view{display:flex;
  flex-direction:column;
  align-items:flex-start;
  row-gap:var(--state-strong);}
.visual-stack .compact-quote{display:flex;
  flex-wrap:wrap;
  align-items:center;
  column-gap:1.96rem;
  row-gap:calc(var(--state-strong) * .6);}
.visual-stack .strong-list{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.27rem;
  background:#fdf8f1;
  color:#7a4a24;
  text-decoration:none;
  font-size:16.8px;
  transition:background 290ms var(--motion-panel),color 290ms var(--motion-panel);
}
.visual-stack .strong-list:hover{
  background:#a8611f;
  color:#fdf8f1;
}
.visual-stack .local-section{color:inherit;
  text-decoration:none;
  font-size:calc(16.8px * .875);
  border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);
  padding-bottom:2px;
  transition:border-color 290ms var(--motion-panel),color 290ms var(--motion-panel);}
.visual-stack .local-section:hover{border-color:#fdf8f1;}
@media (max-width:720px){.visual-stack .compact-quote{
    flex-direction:column;
    align-items:flex-start;
  }
}
.page-intro{--state-strong:calc(1.5rem * 1.05);--mark-local:calc(1300px / 2.90);padding:calc(1.5rem * 2.4) 2.45rem;background:#faf5ec;color:#2c2118;}
.page-intro .local-actions{max-width:1300px;margin:0 auto;}
.page-intro h1,.page-intro h2,.page-intro h3,.page-intro p{margin:0;}
.page-intro h2{font-size:calc(16.8px * 2);line-height:1.12;}
.page-intro p{font-size:16.8px;line-height:1.77;color:#3f3226;}
.page-intro a{color:#7a4a24;text-decoration:none;}
.page-intro a:hover{color:inherit;}
.page-intro .strong-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.27rem;background:#7a4a24;color:#fdf8f1;transition:background 290ms var(--motion-panel);}
.page-intro .strong-list:hover{background:#633a1a;color:#fdf8f1;}
.page-intro .offer-steps{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.96rem;}
.page-intro .compact-links{flex:1 1 60%;min-width:0;max-width:var(--mark-local);}
.page-intro .compact-links .service-entries{margin-top:1.5rem;}
.page-intro .scene{flex:1 1 100%;display:flex;flex-direction:column;gap:calc(1.5rem * .6);margin-top:calc(1.96rem * 1.5);}
.page-intro details{padding:calc(calc(1.5rem * .75) * .9);border-radius:0.52rem;background:#fffaf2;color:#2c2118;border:1px solid #e2d3bb;}
.page-intro summary{cursor:pointer;font-weight:700;font-size:16.8px;}
.page-intro details p{margin-top:calc(1.5rem / 3);}
.page-intro details a{text-decoration:underline;}
@media (max-width:720px){.page-intro .compact-links{flex:1 1 100%;}.page-intro .strong-list{width:100%;}
}
.strong-intro{
  --state-strong:calc(1.5rem * 1.15);
  --label-small:calc(1300px / 3.6);
  padding:calc(1.5rem * 2.4) 2.45rem;
  background:#a8611f;
  color:#fdf8f1;
}
.strong-intro .top-block{max-width:1300px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--state-strong);}
.strong-intro h2,
.strong-intro h3,
.strong-intro p{margin:0;}
.strong-intro h2{font-size:calc(16.8px * 2);
  line-height:1.14;}
.strong-intro h3{font-size:calc(16.8px * 1.35);
  line-height:1.22;}
.strong-intro p{font-size:16.8px;
  line-height:1.77;}
.strong-intro .service-entries{display:flex;
  flex-wrap:wrap;
  gap:1.96rem;
  align-items:flex-start;}
.strong-intro .service-entries h2{flex:1 1 calc(1300px / 3);
  min-width:0;}
.strong-intro .service-entries .site-entries{flex:1 1 calc(1300px / 3);
  min-width:0;
  opacity:.82;}
.strong-intro .wide-frame{display:flex;
  flex-wrap:wrap;
  gap:var(--state-strong);}
.strong-intro .fresh-region{flex:1 1 var(--label-small);
  min-width:0;
  padding-block-start:calc(calc(1.5rem * .75) * .6);
  border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);}
.strong-intro .fresh-region .focused-steps{font-size:calc(16.8px * .875);
  opacity:.78;}
.strong-intro .fresh-region a{
  margin-top:auto;
  align-self:flex-start;
  padding-block:calc(calc(1.5rem * .75) / 2);
  padding-inline:calc(1.5rem * .75);
  border-radius:0.27rem;
  background:#fdf8f1;
  color:#a8611f;
  text-decoration:none;
  font-size:calc(16.8px * .875);
  transition:background 290ms var(--motion-panel),color 290ms var(--motion-panel);
}
.strong-intro .fresh-region a:hover{
  background:#7a4a24;
  color:#fdf8f1;
}
.strong-intro .compact-quote{font-size:calc(16.8px * .875);
  opacity:.85;
  max-width:calc(1300px * .72);}
.strong-intro .compact-quote a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.strong-intro .compact-quote a:hover{opacity:1;}
@media (max-width:720px){.strong-intro .service-entries h2,
  .strong-intro .service-entries .site-entries{
    flex-basis:100%;
  }
}
.direct-team{
        --state-strong: calc(1.5rem * 1.12);
        --label-small: calc(1300px / 3.44);
        padding: calc(1.5rem * 2.4) 2.45rem;
        background: #241b12;
        color: #f6efe4;
    }
.direct-team .local-actions{max-width: 1300px;
        margin: 0 auto;}
.direct-team h2,
    .direct-team h3,
    .direct-team p{margin: 0;}
.direct-team h2{font-size: calc(16.8px * 2);
        line-height: 1.12;}
.direct-team h3{font-size: calc(16.8px * 1.35);
        line-height: 1.2;}
.direct-team p{font-size: 16.8px;
        line-height: 1.77;}
.direct-team .featured-flow{row-gap: calc(var(--state-strong) * 1.2);}
.direct-team .simple-links{padding-inline-end: calc(calc(1.5rem * .75) / 2);}
.direct-team .service-entries{margin-top: 1.5rem;
        max-width: calc(1300px / 2);
        opacity: .86;}
.direct-team .open-region{display: flex;
        flex-wrap: wrap;
        gap: var(--state-strong);
        margin-top: var(--state-strong);}
.direct-team .fresh-region{
        flex: 1 1 var(--label-small);
        min-width: 0;
        padding: calc(var(--state-strong) * .75);
        border-radius: 0.52rem;
        background: #f1e7d6;
        color: #3f3226;
    }
.direct-team .fresh-region p{margin-top: calc(1.5rem / 3);color:inherit;}
.direct-team .compact-quote{margin-top: calc(var(--state-strong) * .9);
        font-size: calc(16.8px * .875);
        opacity: .82;}
.direct-team .compact-quote a{color:inherit;
        text-decoration: underline;
        text-underline-offset: 3px;}
.direct-team .compact-quote a:hover{color:inherit;}
.soft-brand{
    padding:calc(1.5rem * 2.4) 0;
    background:#faf5ec;
    color:#2c2118;
}
.soft-brand .top-block{max-width:1300px;
    margin:0 auto;
    padding:0 2.45rem;}
.soft-brand .bottom-group{max-width:820px;
    margin:0 auto;}
.soft-brand .service-entries{margin-bottom:calc(1.96rem * 1.5);
    padding-bottom:calc(1.96rem * 1.5);
    border-bottom:1px solid #e2d3bb;}
.soft-brand .service-entries h1{font-size:calc(16.8px * 2.65);
    line-height:1.15;
    margin:0 0 0.6rem;}
.soft-brand .service-entries .narrow-visual{font-size:calc(16.8px * 1.125);
    color:#3f3226;
    margin:0;
    max-width:60ch;}
.soft-brand .compact-links p{margin:0 0 1.4rem;
    line-height:1.77;}
.soft-brand .content-panel{margin-top:calc(1.96rem * 1.5);}
.soft-brand .content-panel h2{font-size:calc(16.8px * 1.35);
    margin:0 0 0.9rem;}
.soft-brand .content-panel p{margin:0 0 1.2rem;
    line-height:1.77;}
.soft-brand .open-region{list-style:none;
    margin:0;
    padding:0;
    border-top:1px solid #e2d3bb;}
.soft-brand .open-region li{padding:0.7rem 0 0.7rem 1.1rem;
    border-bottom:1px solid #e2d3bb;
    position:relative;
    line-height:1.6;}
.soft-brand .open-region li::before{
    content:"";
    position:absolute;
    left:0;
    top:1.15rem;
    width:6px;
    height:6px;
    background:#a8611f;
    border-radius:50%;color:#fdf8f1;}
.soft-brand .site-entries{
    margin-top:calc(1.96rem * 1.5);
    padding:calc(1.5rem * .75);
    background:#f1e7d6;
    color:#3f3226;
    border-left:3px solid #a8611f;
    border-radius:0.27rem;
}
.soft-brand .site-entries p{margin:0;
    line-height:1.65;}
.soft-brand .strong-list{margin-top:calc(1.96rem * 1.5);
    padding-top:calc(1.96rem * 1.5);
    border-top:1px solid #e2d3bb;}
.soft-brand .compact-lead{
    display:inline-block;
    padding:12px 28px;
    border-radius:0.52rem;
    font-weight:500;
    font-size:16.8px;
    background:#7a4a24;
    color:#fdf8f1;
    border:1px solid #7a4a24;
    text-decoration:none;
    transition:background 290ms var(--motion-panel), border-color 290ms var(--motion-panel), transform 290ms var(--motion-panel);
}
.soft-brand .compact-lead:hover{
    background:#633a1a;
    border-color:#633a1a;
    color:#fdf8f1;
    transform:translateY(-2px);
}
.soft-brand .compact-quote{margin:1.2rem 0 0;
    font-size:calc(16.8px * .875);
    color:#3f3226;}
.soft-brand .compact-quote a{color:#7a4a24;
    text-decoration:underline;
    text-underline-offset:3px;}
.soft-brand .compact-quote a:hover{color:inherit;}
@media (max-width:640px){.soft-brand .service-entries h1{
        font-size:calc(16.8px * 2);
    }.soft-brand .service-entries .narrow-visual{
        font-size:16.8px;
    }
}
.text-grid{padding:calc(1.5rem * 2.4) 2.45rem;background:#a8611f;color:#fdf8f1}
.text-grid .local-actions{max-width:1300px;margin:0 auto}
.text-grid .plain-nav{display:flex;gap:calc(1.96rem * 1.5);align-items:flex-end}
.text-grid .service-entries{flex:1 1 36rem;min-width:0}
.text-grid h2{margin:0;max-width:16ch;font-size:calc(16.8px * 2.65);line-height:1.04}
.text-grid .service-entries p{margin:1.5rem 0 0;max-width:42rem;font-size:calc(16.8px * 1.125);line-height:1.77}
.text-grid .secondary-rail{flex:0 1 30rem;min-width:0;background:#241b12;color:#f6efe4;border-radius:0.52rem;padding:1.96rem;box-shadow:0 2px 8px rgba(0,0,0,0.15)}
.text-grid .secondary-rail>p{margin:0;line-height:1.77}
.text-grid .soft-header{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.text-grid .soft-header a{border-radius:0.27rem;background:#7a4a24;color:#fdf8f1;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(16.8px * .875);transition:background 290ms var(--motion-panel)}
.text-grid .soft-header a:hover{background:#633a1a;color:#2c2118;}
@media(max-width:820px){.text-grid .plain-nav{display:block}.text-grid .secondary-rail{margin-top:calc(1.96rem * 1.5);padding:1.5rem}.text-grid h2{font-size:calc(16.8px * 2);max-width:none}}
.text-intro{
    padding:calc(1.5rem * 2.4) 0;
    color:#2c2118;
    background:#faf5ec;
}
.text-intro .top-block{max-width:1300px;
    margin:0 auto;
    padding:0 2.45rem;}
.text-intro .text-fields{max-width:820px;
    margin:0 auto;}
.text-intro .service-entries{padding-bottom:calc(1.96rem * 1.5);
    border-bottom:1px solid #e2d3bb;
    margin-bottom:calc(1.96rem * 1.5);}
.text-intro .service-entries h1{font-size:calc(16.8px * 2.65);
    line-height:1.15;
    margin:0 0 0.6rem;}
.text-intro .service-entries .soft-details{font-size:calc(16.8px * 1.125);
    color:#3f3226;
    margin:0;
    max-width:60ch;}
.text-intro .bottom-group p{margin:0 0 1.2rem;
    line-height:1.77;}
.text-intro .local-stack{margin-top:calc(1.96rem * 1.5);}
.text-intro .local-stack h2{font-size:calc(16.8px * 2);
    margin:0 0 0.9rem;
    line-height:1.2;}
.text-intro .open-region{list-style:none;
    padding:0;
    margin:0;}
.text-intro .open-region li{position:relative;
    padding:0.55rem 0 0.55rem 1.4rem;
    border-bottom:1px solid #e2d3bb;
    line-height:1.6;}
.text-intro .open-region li:last-child{border-bottom:none;}
.text-intro .open-region li::before{
    content:"";
    position:absolute;
    left:0;
    top:1.05rem;
    width:6px;
    height:6px;
    background:#a8611f;
    border-radius:50%;color:#fdf8f1;}
.text-intro .bottom-wrap{display:flex;
    flex-direction:column;
    gap:1.96rem;
    margin-top:0.4rem;}
.text-intro .steady-items{display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:0.9rem;
    padding:0.9rem 0;
    border-top:1px solid #e2d3bb;}
.text-intro .steady-items:last-child{border-bottom:1px solid #e2d3bb;}
.text-intro .visual-inner{
    flex:0 0 auto;
    font-size:calc(16.8px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;
    padding:0.25rem 0.7rem;
    border-radius:0.27rem;
    background:#a8611f;
    color:#fdf8f1;
}
.text-intro .steady-items p{flex:1 1 260px;
    margin:0;
    color:#3f3226;
    line-height:1.6;}
.text-intro .visual-flow{
    margin-top:calc(1.96rem * 1.5);
    padding:calc(1.5rem * .75);
    background:#f1e7d6;
    color:#3f3226;
    border:1px solid #e2d3bb;
    border-radius:0.9rem;
}
.text-intro .visual-flow p{margin:0;
    line-height:1.65;}
.text-intro .soft-menu{margin-top:calc(1.96rem * 1.5);
    padding-top:calc(1.96rem * 1.5);
    border-top:1px solid #e2d3bb;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:1.1rem;}
.text-intro .compact-lead{
    display:inline-block;
    padding:0.8rem 1.9rem;
    border-radius:0.52rem;
    font-size:16.8px;
    font-weight:500;
    text-decoration:none;
    background:#7a4a24;
    color:#fdf8f1;
    border:1px solid #7a4a24;
    transition:background-color 290ms var(--motion-panel),
               border-color 290ms var(--motion-panel),
               transform 290ms var(--motion-panel),
               box-shadow 290ms var(--motion-panel);
}
.text-intro .compact-lead:hover{
    background:#633a1a;
    border-color:#633a1a;
    color:#fdf8f1;
    transform:translateY(-2px);
    box-shadow:0 10px 16px rgba(0,0,0,0.2);
}
.text-intro .compact-quote{margin:0;
    font-size:calc(16.8px * .875);
    color:#3f3226;}
.text-intro .compact-quote a{color:#7a4a24;
    text-decoration:underline;
    text-underline-offset:3px;}
.text-intro .compact-quote a:hover{color:inherit;}
@media (max-width:640px){.text-intro .service-entries .soft-details{
        font-size:16.8px;
    }.text-intro .steady-items{
        gap:0.5rem;
    }
}
.text-rail{padding:calc(1.5rem * 2.4) 2.45rem;background:#7a4a24;color:#fdf8f1}
.text-rail .local-actions{max-width:1300px;margin:0 auto}
.text-rail .narrow-list{display:flex;gap:calc(1.96rem * 1.5);align-items:stretch}
.text-rail .media-wrap{flex:0 1 20rem;min-width:0;border-left:1px solid color-mix(in srgb,#fdf8f1 32%,transparent);padding-left:1.5rem;display:flex;flex-direction:column;justify-content:space-between}
.text-rail .media-wrap p{margin:0;line-height:1.77}
.text-rail .media-wrap a{display:inline-flex;align-self:flex-start;margin-top:1.5rem;border-radius:0.27rem;background:#a8611f;color:#fdf8f1;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.text-rail .secondary-content{flex:1 1 44rem;min-width:0}
.text-rail h2{margin:0;max-width:16ch;font-size:calc(16.8px * 2.65);line-height:1.02}
.text-rail .secondary-content>p{margin:1.5rem 0 0;max-width:48rem;font-size:calc(16.8px * 1.125);line-height:1.77}
.text-rail .open-region{margin-top:calc(1.96rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.text-rail .open-region p{margin:0;display:flex;gap:1.5rem;align-items:flex-start}
.text-rail .open-region strong{flex:0 1 12rem;min-width:0;font-size:calc(16.8px * .875)}
.text-rail .open-region span{flex:1 1 24rem;min-width:0;line-height:1.77}
@media(max-width:760px){.text-rail .narrow-list,.text-rail .open-region p{display:block}.text-rail .media-wrap{border-left:0;padding-left:0}.text-rail .secondary-content{margin-top:calc(1.96rem * 1.5)}.text-rail .open-region span{display:block;margin-top:calc(1.5rem * .75)}.text-rail h2{font-size:calc(16.8px * 2)}}
.active-form{
    padding:calc(1.5rem * 2.4) 0;
    background:#faf5ec;
    color:#2c2118;
}
.active-form .top-block{max-width:1300px;
    margin:0 auto;
    padding:0 2.45rem;}
.active-form .text-fields{max-width:760px;
    margin:0 auto;}
.active-form h1{font-size:calc(16.8px * 2.65);
    line-height:1.15;
    margin:0 0 calc(1.96rem * 1.5);}
.active-form .service-entries{font-size:calc(16.8px * 1.125);
    line-height:1.6;
    color:#3f3226;
    margin:0 0 calc(1.96rem * 1.5);}
.active-form h2{font-size:calc(16.8px * 1.35);
    margin:calc(1.96rem * 1.5) 0 calc(calc(1.96rem * 1.5) / 2);}
.active-form p{margin:0 0 calc(1.96rem * 1.5);
    line-height:1.77;}
.active-form ul{margin:0 0 calc(1.96rem * 1.5);
    padding-left:1.2rem;
    list-style:disc;}
.active-form li{margin-bottom:0.5rem;
    line-height:1.6;}
.active-form .visual-flow{
    margin:calc(1.96rem * 1.5) 0;
    padding:calc(1.5rem * .75);
    background:#f1e7d6;
    color:#3f3226;
    border:1px solid #e2d3bb;
    border-radius:0.9rem;
}
.active-form .visual-flow p{margin:0;}
.active-form .compact-quote{display:flex;
    flex-wrap:wrap;
    gap:1.96rem;
    margin-top:calc(1.96rem * 1.5);
    padding-top:calc(1.96rem * 1.5);
    border-top:1px solid #e2d3bb;}
.active-form .compact-quote a{
    display:inline-block;
    padding:10px 22px;
    border-radius:0.52rem;
    background:#7a4a24;
    color:#fdf8f1;
    text-decoration:none;
    font-size:calc(16.8px * .875);
    transition:background 290ms var(--motion-panel), transform 290ms var(--motion-panel);
}
.active-form .compact-quote a:hover{
    background:#633a1a;
    transform:translateY(-1px);color:#2c2118;}
.active-form .compact-quote a + a{
    background:transparent;
    color:#7a4a24;
    border:1px solid #e2d3bb;
}
.active-form .compact-quote a + a:hover{
    background:#f1e7d6;
    color:#a8611f;
}
@media (max-width:640px){.active-form .compact-quote{
        flex-direction:column;
        align-items:flex-start;
    }
}
.soft-items{padding:calc(1.5rem * 2.4) 2.45rem;background:linear-gradient(135deg, #a8611f 0%, #7a4a24 100%);color:#fdf8f1}
.soft-items .local-actions{max-width:1300px;margin:0 auto}
.soft-items .contact-figure{display:flex;gap:calc(1.96rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.soft-items .service-entries{flex:1 1 30rem;min-width:0}
.soft-items h2{margin:0;font-size:calc(16.8px * 2.65);line-height:1.05}
.soft-items .direct-shell{margin:calc(1.5rem * .75) 0 0;font-size:16.8px;opacity:.9}
.soft-items .secondary-rail{flex:1 1 32rem;min-width:0}
.soft-items .secondary-rail p{margin:0 0 calc(1.5rem * .75);font-size:calc(16.8px * 1.125);line-height:1.77}
.soft-items .secondary-rail p:last-of-type{margin-bottom:0}
.soft-items .focused-rail{list-style:none;margin:calc(1.96rem * 1.5) 0 0;padding:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.soft-items .focused-rail li{min-width:0}
.soft-items .focused-rail a{display:inline-flex;border-radius:0.52rem;background:#a8611f;color:#fdf8f1;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(16.8px * .875);transition:background 290ms var(--motion-panel)}
.soft-items .focused-rail a:hover{background:#8c4f18;color:#2c2118;}
@media(max-width:760px){.soft-items h2{font-size:calc(16.8px * 2)}.soft-items .secondary-rail{margin-top:calc(1.96rem * 1.5)}}
.bottom-figure{padding:calc(1.5rem * 2.4) 2.45rem;background:#241b12;color:#f6efe4}
.bottom-figure .narrow-list{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:minmax(15rem,.3fr) minmax(0,1fr);gap:calc(1.96rem * 1.5)}
.bottom-figure .steady-area{align-self:start}
.bottom-figure h2{margin:0;font-size:calc(16.8px * 2);line-height:1.05}
.bottom-figure .steady-area p{margin:1.5rem 0 0;font-size:16.8px;line-height:1.77}
.bottom-figure .featured-section{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.bottom-figure .plain-header{height:clamp(20rem,38vw,32rem);border-radius:0.9rem;overflow:hidden;border:1px solid #e2d3bb}
.bottom-figure iframe{display:block;width:100%;height:100%;border:0}
.bottom-figure .plain-view{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1.96rem}
.bottom-figure .focused-rail{padding:calc(1.5rem * .75);border-radius:0.52rem;background:#fffaf2;color:#2c2118;border:1px solid #e2d3bb}
.bottom-figure .focused-rail span{display:block;font-size:calc(16.8px * .875);color:inherit;}
.bottom-figure .focused-rail strong{display:block;margin-top:calc(calc(1.5rem * .75) * .5);font-size:16.8px;line-height:1.4}
.bottom-figure .site-entries{margin:0;font-size:calc(16.8px * .875);line-height:1.77;color:#d9c8b0}
@media (max-width: 760px){.bottom-figure .narrow-list{grid-template-columns:1fr}.bottom-figure .plain-header{height:20rem}
}
.offer-panel{
  background:linear-gradient(135deg, #faf5ec 0%, #f1e7d6 55%, #e6d6bd 100%);
  color:#2c2118;
  padding:calc(1.5rem * 2.4) 2.45rem;
}
.offer-panel .local-actions{max-width:1300px;
  margin:0 auto;}
.offer-panel .simple-nav{display:flex;
  flex-direction:column;
  gap:calc(1.96rem * 1.5);}
.offer-panel .service-entries{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  max-width:52rem;}
.offer-panel h2{margin:0;
  font-size:clamp(calc(16.8px * 2),4.4vw,calc(16.8px * 2.65));
  line-height:1.08;
  letter-spacing:0;}
.offer-panel .plain-list{margin:0;
  font-size:calc(16.8px * 1.125);
  line-height:1.65;}
.offer-panel .visual-track{display:flex;
  flex-wrap:wrap;
  gap:1.5rem 1.96rem;
  padding:1.5rem 0;
  border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);
  border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent);}
.offer-panel .strong-items{flex:1 1 14rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * .4);}
.offer-panel .strong-items.wide{flex:1 1 100%;}
.offer-panel label{font-size:calc(16.8px * .875);
  letter-spacing:.02em;}
.offer-panel input,
.offer-panel select,
.offer-panel textarea{
  width:100%;
  min-width:0;
  border:1px solid color-mix(in srgb,currentColor 26%,transparent);
  border-radius:0.27rem;
  background:color-mix(in srgb,currentColor 7%,transparent);
  color:inherit;
  padding:calc(1.5rem * .75);
  font:inherit;
}
.offer-panel textarea{resize:vertical;
  line-height:1.55;}
.offer-panel input::placeholder,
.offer-panel textarea::placeholder{color:color-mix(in srgb,currentColor 55%,transparent);}
.offer-panel select option{
  color:#2c2118;
  background:#faf5ec;
}
.offer-panel .strong-list{flex:1 1 100%;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:calc(1.5rem * .75) 1.96rem;}
.offer-panel button{
  flex:0 0 auto;
  border:0;
  border-radius:0.52rem;
  background:#7a4a24;
  color:#fdf8f1;
  padding:calc(1.5rem * .75) 1.96rem;
  font:inherit;
  font-weight:700;
  cursor:pointer;
  transition:background 290ms var(--motion-panel);
}
.offer-panel button:hover{
  background:#633a1a;color:#2c2118;}
.offer-panel .site-entries{margin:0;
  flex:1 1 18rem;
  font-size:calc(16.8px * .875);
  line-height:1.6;
  opacity:.85;}
.offer-panel .local-section{max-width:52rem;
  font-size:16.8px;
  line-height:1.7;}
.offer-panel .local-section p{margin:0;}
.offer-panel .local-section a{text-decoration:underline;
  text-underline-offset:3px;}
.offer-panel .local-section a:hover{}
@media (max-width:640px) {.offer-panel .visual-track{ flex-direction:column; }.offer-panel .strong-items{ flex:1 1 auto; }
}
.service-panel{background:#faf5ec;color:#2c2118;padding:calc(1.5rem * 2.4) 2.45rem}
.service-panel .local-actions{max-width:1300px;margin:0 auto}
.service-panel .text-benefit{display:flex;align-items:flex-start;gap:calc(1.96rem * 1.5)}
.service-panel .plain-list{flex:0 1 30rem;min-width:0}
.service-panel h2{margin:0;font-size:clamp(calc(16.8px * 2),5vw,calc(16.8px * 2.65));line-height:1.08;letter-spacing:0}
.service-panel p{margin:1.5rem 0 0;font-size:calc(16.8px * 1.125);line-height:1.65}
.service-panel .bottom-wrap{flex:1 1 36rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #e2d3bb}
.service-panel .steady-items{display:flex;gap:1.96rem;padding:1.5rem 0;border-bottom:1px solid #e2d3bb;color:inherit;text-decoration:none}
.service-panel .steady-items:hover strong{color:inherit;}
.service-panel strong{flex:0 1 12rem;min-width:0;transition:color 290ms var(--motion-panel)}
.service-panel span{flex:1 1 20rem;min-width:0;line-height:1.6}
@media(max-width:760px){.service-panel .text-benefit,.service-panel .steady-items{flex-direction:column}.service-panel .steady-items{gap:calc(calc(1.5rem * .75)*.5)}}
.bottom-section{
  padding: calc(1.5rem * 2.4) 2.45rem;
  background: linear-gradient(135deg, #faf5ec 0%, #f1e7d6 55%, #e6d6bd 100%);
  color: #2c2118;
}
.bottom-section .plain-summary{
  max-width: 1300px;
  margin: 0 auto;
  border-radius: 1.14rem;
  overflow: hidden;
  background: #fffaf2;
  color: #2c2118;
  border: 1px solid #e2d3bb;
}
.bottom-section .simple-unit{display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.96rem * 1.5);
  border-bottom: 1px solid #e2d3bb;}
.bottom-section .simple-unit span,
.bottom-section .simple-unit strong{font-size: calc(16.8px * .875);}
.bottom-section .bottom-group{display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 1.96rem;
  padding: calc(1.96rem * 1.5);}
.bottom-section h2{margin: 0;
  font-size: calc(16.8px * 2);
  line-height: 1.1;}
.bottom-section .compact-links p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.8px * 1.125);}
.bottom-section .open-region{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.bottom-section .opening{
  display: grid;
  grid-template-columns: minmax(6rem, .3fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.52rem;
  background: #f1e7d6;
  color: #2c2118;
}
.bottom-section .opening span{font-size: calc(16.8px * .875);
  font-weight: 600;}
.bottom-section h3{margin: 0;
  font-size: calc(16.8px * 1.35);}
.bottom-section .opening p{margin: calc(calc(1.5rem * .75) * .5) 0 0;}
.bottom-section .simple-method{padding: calc(1.5rem * .75) calc(1.96rem * 1.5) calc(1.96rem * 1.5);
  border-top: 1px solid #e2d3bb;}
.bottom-section .simple-method p{margin: 0;
  font-size: calc(16.8px * .875);
  line-height: 1.77;}
.bottom-section .simple-method a{text-decoration: underline;}
.bottom-section .simple-method a:hover{}
@media (max-width: 800px) {.bottom-section .bottom-group,
  .bottom-section .opening{
    grid-template-columns: 1fr;
  }.bottom-section .bottom-group{
    padding: calc(1.5rem * .75);
  }
}
.strip{padding:calc(1.5rem * 2.4) 2.45rem;background:linear-gradient(135deg, #a8611f 0%, #7a4a24 100%);color:#fdf8f1}
.strip .main-visual{max-width:min(1300px,66rem);margin:0 auto}
.strip .plain-list{margin:0 0 calc(1.96rem * 1.5)}
.strip h2{margin:0;font-size:calc(16.8px * 2.65);line-height:1.08;letter-spacing:-0.01em}
.strip .steady-area{margin:1.5rem 0 0;font-size:calc(16.8px * 1.125);line-height:1.6;max-width:52rem}
.strip .soft-area{display:flex;flex-direction:column;gap:calc(1.96rem * 1.5)}
.strip .secondary-proof{padding:0 0 0 calc(1.5rem * .75);border-left:1px solid color-mix(in srgb,currentColor 34%,transparent)}
.strip .secondary-proof:last-child{padding-bottom:0}
.strip h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.8px * 1.35);line-height:1.25;font-weight:600}
.strip .secondary-proof p{margin:0;line-height:1.75}
.strip a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.strip a:hover{opacity:0.82}
@media (max-width:640px){.strip .secondary-proof{padding-left:1.5rem}.strip .steady-area{font-size:16.8px}
}
.contact-fields{
  --state-strong:calc(1.5rem * 1.05);
  --mark-local:calc(1300px / 2.90);
  padding:calc(1.5rem * 2.4) 2.45rem;
  background:#f1e7d6;
  color:#3f3226;
}
.contact-fields .local-actions{max-width:1300px;margin:0 auto;}
.contact-fields h1,.contact-fields h2,.contact-fields h3,.contact-fields p{margin:0;}
.contact-fields h2{font-size:calc(16.8px * 2);line-height:1.12;max-width:var(--mark-local);}
.contact-fields p{font-size:16.8px;line-height:1.77;}
.contact-fields a{color:#7a4a24;text-decoration:none;}
.contact-fields a:hover{color:inherit;}
.contact-fields .site-entries{font-size:calc(16.8px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  opacity:0.72;}
.contact-fields .service-entries{max-width:var(--mark-local);
  margin-top:1.5rem;}
.contact-fields .strong-list{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:calc(1.96rem * 1.5);
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.27rem;
  background:#7a4a24;
  color:#fdf8f1;
  transition:background 290ms var(--motion-panel);
}
.contact-fields .strong-list:hover{background:#633a1a;color:#fdf8f1;}
.contact-fields .compact-quote{margin-top:calc(1.96rem * 1.5);
  font-size:calc(16.8px * .875);
  opacity:0.85;}
.contact-fields .media-area>h2,
.contact-fields .media-area>p,
.contact-fields .media-area>.strong-list{margin-top:1.5rem;}
.contact-fields .media-area>h2:first-of-type{margin-top:0;}
.featured-content{
  padding: calc(1.5rem * 2.4) 2.45rem;
  background: #a8611f;
  color: #fdf8f1;
}
.featured-content .local-actions{max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.96rem;}
.featured-content .team-flow{
  flex: 1 1 340px;
  padding: calc(1.5rem * .75);
  border-radius: 1.14rem;
  background: #241b12;
  color: #f6efe4;
}
.featured-content .team-flow span{display: inline-block;
  font-size: calc(16.8px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.featured-content h2{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.8px * 2);
  line-height: 1.1;}
.featured-content .team-flow p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.8px * 1.125);
  line-height: 1.77;}
.featured-content .clear-callout{flex: 1 1 420px;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.featured-content .clear-callout div{
  padding: calc(1.5rem * .75);
  border-radius: 0.52rem;
  background: #fffaf2;
  color: #2c2118;
  border: 1px solid #e2d3bb;
}
.featured-content .clear-callout strong{display: block;
  font-size: calc(16.8px * 1.35);
  line-height: 1.2;}
.featured-content .clear-callout p{margin: calc(1.5rem * .75) 0 0;
  font-size: 16.8px;}
.featured-content .clear-callout a{text-decoration: underline;
  text-underline-offset: 2px;}
.featured-content .clear-callout a:hover{}
@media (max-width: 760px) {.featured-content .local-actions{
    flex-direction: column;
  }.featured-content .team-flow,
  .featured-content .clear-callout{
    flex: 1 1 auto;
    width: 100%;
  }
}
.page-links{background:#7a4a24;color:#fdf8f1}
.page-links .content-view{max-width:1300px;margin:0 auto;padding:calc(1.5rem * 2.4) 2.45rem}
.page-links h1{max-width:16ch;margin:0;font-size:calc(16.8px * 2.65);line-height:1.05}
.page-links .visual-track{background:#241b12;color:#f6efe4}
.page-links .top-block{max-width:1300px;margin:0 auto;padding:1.5rem 2.45rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1.96rem;flex-wrap:wrap}
.page-links .compact-links{flex:1 1 26rem;min-width:0}
.page-links p{margin:0 0 calc(1.5rem * .75);font-size:calc(16.8px * 1.125);line-height:1.77}
.page-links .site-entries{font-size:calc(16.8px * .875);opacity:.85;margin-bottom:0}
.page-links .strong-list{flex:0 1 auto;display:flex;flex-direction:column;gap:calc(1.5rem * .75);align-items:flex-start}
.page-links .secondary-content{display:inline-block;padding:.7em 1.3em;background:#a8611f;color:#fdf8f1;border-radius:0.52rem;text-decoration:none;font-size:16.8px;transition:background 290ms var(--motion-panel)}
.page-links .secondary-content:hover{background:#8c4f18;color:#2c2118;}
.page-links .compact-quote{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin:0}
.page-links .compact-quote a{color:inherit;font-size:calc(16.8px * .875);text-decoration:underline;text-underline-offset:.22em;opacity:.85}
.page-links .compact-quote a:hover{opacity:1}
@media(max-width:620px){.page-links .top-block{display:block}.page-links .strong-list{margin-top:1.5rem}
}
