:root {
  --paint-card: #d6c9ac;
  --speed-nav: cubic-bezier(0.4,0,0.2,1);
  --surface-main: #fbf7ec;
  --line-clear: #2b2118;
}
body{margin:0;padding:0;font-family:"Libre Baskerville", sans-serif;}
*{box-sizing:border-box;}
.media-copy {
    width: 100%;
    background: #f6f1e3;
    color: #2b2118;
    border-bottom: 1px solid var(--paint-card);
  }
.secondary-frame {
    max-width: 1120px;
    margin: 0 auto;
    padding: 1.5rem 1.68rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.93rem;
  }
.local-flow {
    font-size: calc(14.2px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
  }
.local-flow:hover {
    color: #a83a26;
  }
.open-tile {
    display: block;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(0.93rem * 1.5);
  }
.nav-link {
    display: inline-block;
    padding: 0.35rem 0.1rem;
    font-size: 14.2px;
    color: inherit;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 530ms var(--speed-nav),
                border-color 530ms var(--speed-nav);
  }
.nav-link:hover {
    color: #a83a26;
    border-bottom-color: #a83a26;
  }
.nav-link.is-active {
    border-bottom-color: #2b2118;
  }
.service-method {
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    border: 1px solid var(--paint-card);
    border-radius: 0.3rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.plain-figure{
    display: block;
    width: 20px;
    height: 2px;
    background: #2b2118;
    border-radius: 2px;
    transition: transform 530ms var(--speed-nav),
                opacity 530ms var(--speed-nav);color:var(--line-clear);}
.service-method[aria-expanded="true"] .plain-figure:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.service-method[aria-expanded="true"] .plain-figure:nth-child(2) {
    opacity: 0;
  }
.service-method[aria-expanded="true"] .plain-figure:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
@media (max-width: 767px) {
    .secondary-frame {
      flex-wrap: wrap;
      align-items: center;
    }

    .service-method {
      display: flex;
      margin-left: auto;
    }

    .open-tile {
      display: none;
      width: 100%;
      order: 3;
      margin-top: 1.5rem;
      padding-top: 1.5rem;
      border-top: 1px solid var(--paint-card);
    }

    .open-tile.is-open {
      display: block;
    }

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

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

    .nav-link {
      display: block;
      width: 100%;
      padding: 0.75rem 0;
      border-bottom: 1px solid var(--paint-card);
    }

    .nav-link.is-active {
      border-bottom-color: #2b2118;
    }
  }
.public-region{font-family:"Libre Baskerville", sans-serif;font-size:14.2px;line-height:1.74;padding:calc(1.5rem * 2.4) 1.68rem;background:#2b2118;color:#f6f1e3;}
.primary-tile{max-width:1120px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.93rem * 1.5)}
.top-unit{display:grid;grid-template-columns:1fr 1fr;gap:calc(0.93rem * 1.5);padding-bottom:calc(0.93rem * 1.5);border-bottom:1px solid currentColor}
.site-details{font-size:calc(14.2px * 1.35);font-weight:600;margin:0 0 calc(1.5rem * .75) 0;letter-spacing:0.01em}
.quiet-area{margin:0;max-width:42ch;font-size:14.2px;opacity:0.85}
.primary-items{font-size:calc(14.2px * 1.125);font-weight:600;margin:0 0 calc(1.5rem * .75) 0}
.clear-header{margin:0 0 calc(1.5rem * .75) 0;font-size:calc(14.2px * .875);opacity:0.85;max-width:46ch}
.plain-menu{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.top-wrap{font-size:calc(14.2px * .875);opacity:0.85}
.direct-track{display:flex;gap:calc(1.5rem * .75);flex-wrap:wrap}
.site-entries{flex:1 1 220px;min-width:0;padding:0.65rem 0.85rem;font-family:inherit;font-size:14.2px;color:#f6f1e3;background:transparent;border:1px solid currentColor;border-radius:0;outline:none}
.site-entries::placeholder{color:currentColor;opacity:0.6}
.service-content{padding:0.65rem 1.15rem;font-family:inherit;font-size:14.2px;font-weight:600;color:#2b2118;background:#f6f1e3;border:1px solid currentColor;border-radius:0;cursor:pointer}
.service-content:hover{opacity:0.9}
.focused-flow{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(0.93rem * 1.5)}
.simple-brand{font-size:calc(14.2px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.08em;margin:0 0 calc(1.5rem * .75) 0;opacity:0.75}
.open-summary{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.4rem}
.open-summary a{color:inherit;text-decoration:none;font-size:14.2px}
.open-summary a:hover{text-decoration:underline;color:inherit}
.page-list{padding-top:calc(0.93rem * 1.5);border-top:1px solid currentColor}
.offer-steps{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.4rem;font-size:14.2px}
.offer-steps a{color:inherit;text-decoration:none}
.offer-steps a:hover{text-decoration:underline;color:inherit}
.quiet-content{font-weight:600;margin-right:0.35rem}
.secondary-grid{padding-top:calc(0.93rem * 1.5);border-top:1px solid currentColor;display:flex;flex-direction:column;gap:calc(1.5rem * .75);font-size:calc(14.2px * .875)}
.fresh-stack{margin:0;max-width:80ch;opacity:0.85}
.service-proof{list-style:none;padding:0;margin:0;display:flex;gap:calc(0.93rem * 1.5);flex-wrap:wrap}
.service-proof a{color:inherit;text-decoration:none}
.service-proof a:hover{text-decoration:underline;color:inherit}
.fresh-lead{margin:0;opacity:0.75}
@media (max-width: 860px) {.top-unit{grid-template-columns:1fr}.focused-flow{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 520px) {.focused-flow{grid-template-columns:1fr}.direct-track{flex-direction:column;align-items:stretch}.service-content{width:100%}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;right:1.68rem;bottom:1.5rem;z-index:1200}
.cookies .steady-surface{width:min(31rem,calc(100vw - 1.68rem*2));padding:1.5rem;border:1px solid color-mix(in srgb,currentColor 14%,transparent);border-radius:1rem;background:#fff;color:#0a0f1a;box-shadow:0 12px 24px rgba(0,0,0,0.03)}
.cookies strong{display:block;font-size:calc(14.2px * 1.35);line-height:1.12}
.cookies p{margin:calc(1.5rem * .75) 0 0;color:#2a3040;line-height:1.74}
.cookies .top-media{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.cookies .top-media>*{min-width:0;flex:1 1 10rem}
.cookies button{border:1px solid color-mix(in srgb,currentColor 16%,transparent);border-radius:0.3rem;background:#f7f7f7;color:#0a0f1a;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.cookies button.cookie-accept{background:#5c6b3f;color:#f6f1e3;border-color:#5c6b3f}
.steady-menu{padding:calc(1.5rem * 2.6) 1.68rem;background:#ece3cd;color:#3f3427;}
.steady-menu .steady-surface{max-width:1120px;margin:0 auto;display:flex;gap:calc(0.93rem * 2.2);align-items:flex-start;flex-wrap:wrap;}
.steady-menu .primary-menu{flex:1 1 30rem;min-width:0;}
.steady-menu .offer-body{margin:0 0 .4rem;font-size:calc(14.2px * .875);letter-spacing:.08em;text-transform:uppercase;opacity:.75;}
.steady-menu h1{margin:.1rem 0 .8rem;font-size:clamp(2rem,4vw,3.1rem);line-height:1.12;}
.steady-menu .fresh-actions{margin:0 0 calc(0.93rem * 1.5);font-size:14.2px;line-height:1.74;}
.steady-menu .soft-summary{margin:0;font-size:14.2px;line-height:1.74;}
.steady-menu .top-media{display:flex;flex-wrap:wrap;gap:0.93rem;margin-top:1.5rem;}
.steady-menu .top-media a{text-decoration:none;padding:.72rem 1.05rem;border-radius:0.65rem;border:1px solid var(--paint-card);color:var(--line-clear);background:var(--surface-main);transition:background 530ms var(--speed-nav),color 530ms var(--speed-nav);}
.steady-menu .top-media a:first-child{background:#5c6b3f;color:#f6f1e3;border-color:#5c6b3f;}
.steady-menu .top-media a:first-child:hover{background:#48552f;border-color:#48552f;color:var(--line-clear);}
.steady-menu .top-media a:last-child:hover{background:#a83a26;color:#fbf5e8;border-color:#a83a26;}
.steady-menu .content-entries{margin:calc(0.93rem * 1.5) 0 0;font-size:calc(14.2px * .875);}
.steady-menu .content-entries a{color:#5c6b3f;text-decoration:underline;text-underline-offset:3px;}
.steady-menu .content-entries a:hover{color:#a83a26;}
.steady-menu .direct-group{flex:1 1 22rem;max-width:32rem;width:100%;height:auto;display:block;border-radius:1.4rem;border:1px solid var(--paint-card);box-shadow:0 6px 16px rgba(0,0,0,0.03);}
@media (max-width: 940px){.steady-menu .direct-group{max-width:none;order:-1;}}
.service-stack{padding:calc(calc(1.5rem * 2.4) * 1.4) 1.68rem;background:linear-gradient(135deg, #f6f1e3 0%, #ece3cd 55%, #e3d8bd 100%);color:#2b2118;}
.service-stack .steady-surface{max-width:1120px;margin:0 auto;display:grid;gap:calc(0.93rem * 1.5);}
.service-stack h2,.service-stack h3,.service-stack p{margin:0;}
.service-stack .active-brand{display:grid;gap:.6rem;}
.service-stack .active-brand h2{font-size:calc(14.2px * 2);line-height:1.2;}
.service-stack .active-brand p{font-size:14.2px;line-height:1.74;}
.service-stack .secondary-service{display:grid;grid-template-columns:1.55fr 1fr;gap:calc(1.5rem * .75);align-items:start;}
.service-stack .service-flow{display:grid;gap:0.93rem;}
.service-stack .media-fields{display:grid;gap:.35rem;padding-bottom:0.93rem;border-bottom:1px solid var(--paint-card);}
.service-stack .media-fields:last-child{border-bottom:0;padding-bottom:0;}
.service-stack .media-fields h3{font-size:calc(14.2px * 1.35);line-height:1.25;}
.service-stack .media-fields p{font-size:14.2px;line-height:1.74;}
.service-stack .quiet-footer{display:grid;gap:0.93rem;background:var(--surface-main);color:var(--line-clear);border:1px solid var(--paint-card);border-radius:1rem;padding:calc(1.5rem * .75);box-shadow:0 1px 4px rgba(0,0,0,0.02);}
.service-stack .quiet-footer img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:0.65rem;}
.service-stack .narrow-wrap{font-size:calc(14.2px * .875);line-height:1.74;font-style:italic;}
.service-stack .content-entries{display:flex;flex-wrap:wrap;gap:.5rem;}
.service-stack .content-entries a{display:inline-flex;align-items:center;min-height:2.4rem;padding:0 .85rem;border-radius:0.3rem;text-decoration:none;background:#5c6b3f;color:#f6f1e3;border:1px solid #a83a26;font-size:calc(14.2px * .875);transition:background 530ms var(--speed-nav);}
.service-stack .content-entries a:hover{background:#48552f;color:var(--line-clear);}
@media (max-width: 900px){.service-stack .secondary-service{grid-template-columns:1fr;}.service-stack .quiet-footer img{aspect-ratio:16/9;}
    }
.main-team{
  padding: calc(1.5rem * 2.4) 1.68rem;
  background: #2b2118;
  color: #f6f1e3;
}
.main-team .local-unit{max-width: min(1120px, 76rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.93rem * 1.5);
  align-items: flex-start;}
.main-team .soft-summary{flex: 1 1 22rem;
  min-width: 0;}
.main-team h2{margin: 0;
  font-size: calc(14.2px * 2);
  line-height: 1.12;}
.main-team .soft-summary p{margin: calc(1.5rem * .75) 0 0;
  color: #d6c9ac;
  font-size: 14.2px;
  line-height: 1.74;}
.main-team .soft-summary p + p{margin-top: calc(1.5rem * .75);}
.main-team .strong-copy{flex: 1 1 26rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.main-team .strong-copy a{
  display: grid;
  grid-template-columns: minmax(4.5rem, auto) minmax(0, 1fr);
  grid-template-areas:
    "tag title"
    "tag text";
  column-gap: calc(1.5rem * .75);
  row-gap: 0.25rem;
  align-items: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.65rem;
  background: #2b2118;
  color: #f6f1e3;
  border: 1px solid #3f3427;
  text-decoration: none;
  transition: border-color 530ms var(--speed-nav), background 530ms var(--speed-nav);
}
.main-team .strong-copy a:hover{border-color: #a83a26;}
.main-team .strong-copy span{grid-area: tag;color:inherit;
  font-size: calc(14.2px * .875);
  letter-spacing: 0.02em;
  padding-top: 0.15rem;}
.main-team .strong-copy strong{grid-area: title;
  font-size: 14.2px;
  line-height: 1.3;}
.main-team .strong-copy em{grid-area: text;
  font-style: normal;
  color: #d6c9ac;
  font-size: calc(14.2px * .875);
  line-height: 1.74;}
@media (max-width: 720px) {.main-team .strong-copy a{
    grid-template-columns: 1fr;
    grid-template-areas:
      "tag"
      "title"
      "text";
  }
}
.wide-stack{--field-static:calc(1.5rem * 1.25);--type-heading:calc(1120px / 3.58);padding:calc(1.5rem * 2.4) 1.68rem;background:#5c6b3f;color:#f6f1e3;}
.wide-stack .local-unit{max-width:1120px;margin:0 auto;}
.wide-stack h2,.wide-stack h3,.wide-stack p{margin:0;}
.wide-stack h2{font-size:calc(14.2px * 2);line-height:1.12;}
.wide-stack h3{font-size:calc(14.2px * 1.35);line-height:1.2;}
.wide-stack p{font-size:14.2px;line-height:1.74;color:color-mix(in srgb, currentColor 78%, transparent);}
.wide-stack a{color:inherit;text-decoration:none;}
.wide-stack .main-summary{padding-inline-start:calc(1.68rem / 2);}
.wide-stack .open-intro{row-gap:calc(var(--field-static) * 1.2);}
.wide-stack .soft-summary{margin-top:1.5rem;}
.wide-stack .team-view{display:flex;flex-wrap:wrap;gap:var(--field-static);margin-top:var(--field-static);}
.wide-stack .media-fields{flex:1 1 var(--type-heading);min-width:0;padding:calc(var(--field-static) * .75);border-radius:0.65rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.wide-stack .media-fields p{margin-top:calc(1.5rem / 3);}
.wide-stack .media-fields a{display:inline-flex;margin-top:calc(1.5rem / 2);opacity:.85;}
.wide-stack .content-entries{margin-top:var(--field-static);font-size:calc(14.2px * .875);}
.wide-stack .content-entries a{text-decoration:underline;text-underline-offset:3px;}
.contact-entries{
    padding:clamp(50px,7vw,88px) clamp(16px,4vw,36px);
    background:#ece3cd;
    color:#3f3427;
}
.contact-entries .local-unit{max-width:1120px;margin:0 auto;}
.contact-entries .featured-unit{margin-bottom:calc(0.93rem * 1.5);}
.contact-entries .featured-unit h2{margin:0;font-size:calc(14.2px * 2);}
.contact-entries .featured-unit p{margin:0.93rem 0 0;}
.contact-entries .visual-tile{display:flex;
    flex-wrap:wrap;
    gap:0.93rem;
    align-items:flex-start;}
.contact-entries .content-entries{flex:1 1 260px;
    border-top:2px solid var(--paint-card);
    padding-top:calc(1.5rem * .75);}
.contact-entries .content-entries h3{margin:0 0 6px;font-size:calc(14.2px * 1.35);}
.contact-entries .content-entries p{margin:0 0 8px;}
.contact-entries .content-entries a{display:inline-block;
    font-weight:600;
    text-decoration:none;
    color:#5c6b3f;
    border-bottom:1px solid var(--paint-card);
    padding-bottom:2px;}
.contact-entries .content-entries a:hover{color:#a83a26;}
.contact-entries .content-entries .narrow-wrap{margin:0;
    font-size:calc(14.2px * .875);
    color:#3f3427;
    opacity:0.85;}
.contact-entries .service-media{margin-top:calc(1.5rem * 2.4);
    padding-top:calc(0.93rem * 1.5);
    border-top:1px solid var(--paint-card);}
.contact-entries .service-media p{margin:0 0 0.93rem;}
.contact-entries .service-media p:last-child{margin-bottom:0;}
.contact-entries .service-media .bottom-section a{color:#5c6b3f;
    text-decoration:none;
    font-weight:600;
    border-bottom:1px solid var(--paint-card);}
.contact-entries .service-media .bottom-section a:hover{color:#a83a26;}
@media (max-width:640px){.contact-entries .content-entries{flex:1 1 100%;}
}
.contact-fields{padding:calc(1.5rem*3) 1.68rem;background:#3f3427;color:#fbf7ec;}
.contact-fields .soft-area{max-width:1120px;margin:0 auto;display:grid;gap:calc(0.93rem * 1.5);}
.contact-fields .featured-details{display:grid;grid-template-columns:1.1fr minmax(260px,.55fr);gap:0.93rem;align-items:end;border-bottom:1px solid rgba(214,201,172,.28);padding-bottom:calc(0.93rem * 1.5);}
.contact-fields h2{margin:0;font-size:calc(14.2px * 2);line-height:1.08;}
.contact-fields .featured-details p{margin:0;color:#d6c9ac;font-size:calc(14.2px * .875);}
.contact-fields .site-callout{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0.93rem;}
.contact-fields .content-callout{background:var(--surface-main);color:var(--line-clear);border:1px solid var(--paint-card);border-radius:1rem;overflow:hidden;display:flex;flex-direction:column;}
.contact-fields .page-rail{display:block;line-height:0;}
.contact-fields img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;}
.contact-fields .local-summary{padding:calc(1.5rem * .75);display:grid;gap:.55rem;align-content:start;}
.contact-fields h3{margin:0;font-size:calc(14.2px * 1.125);line-height:1.24;}
.contact-fields h3 a{text-decoration:none;color:inherit;}
.contact-fields h3 a:hover{color:inherit;}
.contact-fields .plain-surface{margin:0;font-size:calc(14.2px * .875);color:inherit;font-style:italic;}
.contact-fields .service-callout{margin:0;font-size:calc(14.2px * .875);color:inherit;}
.contact-fields .fresh-wrap{font-weight:700;font-size:calc(14.2px * .875);text-decoration:none;color:inherit;border-bottom:1px solid currentColor;justify-self:start;padding-bottom:1px;}
.contact-fields .fresh-wrap:hover{color:inherit;}
.contact-fields .narrow-wrap{margin:0;font-size:calc(14.2px * .875);color:#d6c9ac;border-top:1px solid rgba(214,201,172,.28);padding-top:calc(0.93rem * 1.5);}
@media (max-width:900px){
  .contact-fields .featured-details{grid-template-columns:1fr;}
  .contact-fields .site-callout{grid-template-columns:1fr;}
}
.text-tile{
        --field-static: calc(1.5rem * 1.05);
        padding: calc(1.5rem * 2.4) 1.68rem;
        background: #2b2118;
        color: #f6f1e3;
    }
.text-tile .local-unit{max-width: 1120px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--field-static);}
.text-tile h2{margin: 0;
        font-size: calc(14.2px * 2);
        line-height: 1.14;}
.text-tile .soft-summary{margin: calc(calc(1.5rem * .75) / 1.4) 0 0;
        font-size: 14.2px;
        line-height: 1.74;
        opacity: 0.88;}
.text-tile .text-callout{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.text-tile details{
        padding: calc(1.5rem * .75) 1.5rem;
        border-radius: 0.65rem;
        background: #ece3cd;
        color: #3f3427;
        border-left: 3px solid #a83a26;
    }
.text-tile summary{cursor: pointer;
        font-weight: 700;
        font-size: 14.2px;
        line-height: 1.3;
        list-style: none;}
.text-tile summary::-webkit-details-marker{display: none;}
.text-tile summary::after{content: "+";
        float: right;
        margin-left: 0.93rem;
        font-weight: 400;color:inherit;}
.text-tile details[open] summary::after{content: "–";}
.text-tile details p{margin: calc(calc(1.5rem * .75) / 1.6) 0 0;
        font-size: calc(14.2px * .875);
        line-height: 1.74;}
.text-tile .content-entries{margin: 0;
        font-size: calc(14.2px * .875);
        line-height: 1.74;
        opacity: 0.9;}
.text-tile .content-entries a{color: inherit;
        text-decoration: underline;
        text-underline-offset: 3px;}
.text-tile .content-entries a:hover{color:inherit;}
@media (max-width: 640px) {.text-tile details{
            padding: calc(1.5rem * .75);
        }
    }
.featured-rail{padding:calc(1.5rem * 2.4) 1.68rem;background:#5c6b3f;color:#f6f1e3}
.featured-rail .local-unit{max-width:1120px;margin:0 auto}
.featured-rail .visual-tile{display:flex;gap:calc(0.93rem * 1.5);align-items:stretch}
.featured-rail .steady-frame{flex:0 1 20rem;min-width:0;border-left:1px solid color-mix(in srgb,#f6f1e3 32%,transparent);padding-left:1.5rem;display:flex;flex-direction:column;justify-content:space-between}
.featured-rail .steady-frame p{margin:0;line-height:1.74}
.featured-rail .steady-frame a{display:inline-flex;align-self:flex-start;margin-top:1.5rem;border-radius:0.3rem;background:#a83a26;color:#fbf5e8;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.featured-rail .top-benefit{flex:1 1 44rem;min-width:0}
.featured-rail h2{margin:0;max-width:16ch;font-size:calc(14.2px * 2.65);line-height:1.02}
.featured-rail .top-benefit>p{margin:1.5rem 0 0;max-width:48rem;font-size:calc(14.2px * 1.125);line-height:1.74}
.featured-rail .team-view{margin-top:calc(0.93rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.featured-rail .team-view p{margin:0;display:flex;gap:1.5rem;align-items:flex-start}
.featured-rail .team-view strong{flex:0 1 12rem;min-width:0;font-size:calc(14.2px * .875)}
.featured-rail .team-view span{flex:1 1 24rem;min-width:0;line-height:1.74}
@media(max-width:760px){.featured-rail .visual-tile,.featured-rail .team-view p{display:block}.featured-rail .steady-frame{border-left:0;padding-left:0}.featured-rail .top-benefit{margin-top:calc(0.93rem * 1.5)}.featured-rail .team-view span{display:block;margin-top:calc(1.5rem * .75)}.featured-rail h2{font-size:calc(14.2px * 2)}}
.content-footer{
  --field-static:calc(1.5rem * 1.1);
  padding:calc(1.5rem * 2.4) 1.68rem;
  background:#ece3cd;
  color:#3f3427;
}
.content-footer .local-unit{max-width:1120px;margin:0 auto;}
.content-footer .secondary-nav{display:flex;
  flex-wrap:wrap;
  gap:calc(0.93rem * 1.5);
  align-items:flex-start;
  justify-content:space-between;}
.content-footer .primary-menu{flex:1 1 34rem;min-width:0;}
.content-footer .primary-menu h2{margin:0 0 calc(0.93rem * 1.5);
  font-size:calc(14.2px * 2);
  line-height:1.14;}
.content-footer .soft-summary{margin:0;
  font-size:14.2px;
  line-height:1.74;}
.content-footer .narrow-wrap{margin:calc(0.93rem * 1.5) 0 0;
  font-size:calc(14.2px * .875);
  line-height:1.74;
  color:#3f3427;
  opacity:.85;}
.content-footer .public-plan{
  flex:0 1 20rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  padding:calc(1.5rem * .75);
  background:var(--surface-main);
  color:var(--line-clear);
  border:1px solid var(--paint-card);
  border-radius:1rem;
}
.content-footer .site-stack{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  background:#5c6b3f;
  color:#f6f1e3;
  border-radius:0.3rem;
  font-size:14.2px;
  text-decoration:none;
  transition:background 530ms var(--speed-nav);
}
.content-footer .site-stack:hover{background:#48552f;color:var(--line-clear);}
.content-footer .content-entries{margin:0;
  display:flex;
  flex-direction:column;
  gap:.4rem;
  font-size:calc(14.2px * .875);}
.content-footer .content-entries a{color:#5c6b3f;
  text-decoration:underline;
  text-underline-offset:3px;}
.content-footer .content-entries a:hover{color:#a83a26;}
@media (max-width:720px){.content-footer .secondary-nav{flex-direction:column;}.content-footer .public-plan{flex:1 1 auto;width:100%;}
}
.bottom-list{padding:calc(1.5rem * 2.4) 1.68rem;background:#f6f1e3;color:#2b2118;}
.public-surface{max-width:1120px;margin:0 auto;}
.bottom-list h1{margin:0;font-size:calc(14.2px * 2.65);line-height:1.08;}
.simple-method{padding:calc(1.5rem * 2.4) 1.68rem;background:linear-gradient(135deg, #f6f1e3 0%, #ece3cd 55%, #e3d8bd 100%);color:#2b2118}
.simple-method .local-unit{max-width:1120px;margin:0 auto}
.simple-method .visual-tile{display:flex;gap:calc(0.93rem * 1.5);align-items:flex-start}
.simple-method .steady-frame{flex:0 1 21rem;min-width:0;border-left:1px solid color-mix(in srgb,#2b2118 26%,transparent);padding-left:1.5rem}
.simple-method .steady-frame p{margin:0;line-height:1.74;font-size:calc(14.2px * .875)}
.simple-method .top-benefit{flex:1 1 44rem;min-width:0}
.simple-method h2{margin:0;font-size:calc(14.2px * 2);line-height:1.1}
.simple-method .open-inner{margin-top:calc(0.93rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.simple-method .open-inner p{margin:0;display:flex;gap:1.5rem;align-items:flex-start;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,#2b2118 14%,transparent)}
.simple-method .open-inner p:last-child{border-bottom:0;padding-bottom:0}
.simple-method strong{flex:0 1 13rem;min-width:0;font-size:calc(14.2px * .875);letter-spacing:0.01em}
.simple-method span{flex:1 1 28rem;min-width:0;line-height:1.74}
@media(max-width:760px){.simple-method .visual-tile{display:block}.simple-method .steady-frame{border-left:0;padding-left:0}.simple-method .top-benefit{margin-top:calc(0.93rem * 1.5)}.simple-method .open-inner p{display:block}.simple-method span{display:block;margin-top:calc(1.5rem * .75)}.simple-method h2{font-size:calc(14.2px * 1.35)}
}
.plain-group{
  --field-static:calc(1.5rem * 1.05);
  --field-base:5.5rem;
  padding:calc(1.5rem * 2.4) 1.68rem;
  background:#2b2118;
  color:#f6f1e3;
}
.plain-group .local-unit{max-width:1120px;margin:0 auto;}
.plain-group h2,.plain-group h3,.plain-group p,.plain-group figure{margin:0;}
.plain-group h2{font-size:calc(14.2px * 2);line-height:1.14;}
.plain-group h3{font-size:calc(14.2px * 1.35);line-height:1.22;}
.plain-group p{font-size:14.2px;line-height:1.74;}
.plain-group .active-brand .soft-summary{margin-top:1.5rem;}
.plain-group .top-figure{margin-top:var(--field-static);}
.plain-group .top-figure img{display:block;width:100%;height:auto;border-radius:0.65rem;}
.plain-group .top-figure figcaption{margin-top:calc(1.5rem / 2.4);font-size:calc(14.2px * .875);opacity:.72;}
.plain-group .team-view{margin-top:var(--field-static);border-top:1px solid rgba(246,241,227,0.22);}
.plain-group .media-fields{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:0.93rem;
  padding:calc(0.93rem * 1.5) 0;
  border-bottom:1px solid rgba(246,241,227,0.22);}
.plain-group .strong-actions{
  flex:0 0 var(--field-base);
  font-size:calc(14.2px * .875);
  letter-spacing:.06em;
  color:#a83a26;
  background:#f6f1e3;
  border-radius:0.3rem;
  padding:.28rem .5rem;
  text-align:center;
  align-self:flex-start;
}
.plain-group .primary-menu{flex:1 1 22rem;min-width:0;}
.plain-group .primary-menu p{margin-top:calc(1.5rem / 3);opacity:.86;}
.plain-group .narrow-wrap{margin-top:var(--field-static);
  font-size:calc(14.2px * .875);
  opacity:.78;}
@media (max-width:640px){.plain-group .strong-actions{flex-basis:auto;}
}
.steady-wrap{--field-static:calc(1.5rem * 1.11);padding:calc(1.5rem * 2.4) 1.68rem;background:#5c6b3f;color:#f6f1e3;}
.steady-wrap .local-unit{max-width:1120px;margin:0 auto;}
.steady-wrap h2,.steady-wrap h3,.steady-wrap p{margin:0;}
.steady-wrap h2{font-size:calc(14.2px * 2);line-height:1.12;}
.steady-wrap h3{font-size:calc(14.2px * 1.35);line-height:1.2;}
.steady-wrap p{font-size:14.2px;line-height:1.74;color:color-mix(in srgb, currentColor 76%, transparent);}
.steady-wrap .offer-nav{padding-block:calc(var(--field-static) / 2);}
.steady-wrap .open-intro{row-gap:calc(var(--field-static) * 1.2);}
.steady-wrap .bottom-figure{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.steady-wrap .offer-visual{display:flex;align-items:flex-start;gap:0.93rem;}
.steady-wrap .primary-menu{flex:1 1 calc(1120px / 3);min-width:0;}
.steady-wrap .primary-menu p{margin-top:1.5rem;}
.steady-wrap .team-view{flex:2 1 calc(1120px / 2);display:flex;flex-direction:column;gap:var(--field-static);}
.steady-wrap .media-fields{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.steady-wrap .media-fields p{margin-top:calc(1.5rem / 3);}
@media(max-width:760px){.steady-wrap .offer-visual{flex-direction:column;}.steady-wrap .team-view{margin-top:1.5rem;}}
.offer-form{
  background: #f6f1e3;
  color: #2b2118;
  padding: calc(1.5rem * 2.4) 1.68rem;
}
.offer-form .local-unit{width: min(100%, 1120px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, .68fr);
  gap: calc(0.93rem * 1.5);
  align-items: start;}
.offer-form h2,
.offer-form h3,
.offer-form p{margin: 0;}
.offer-form h2{font-size: calc(14.2px * 2);
  line-height: 1.08;
  margin-bottom: calc(0.93rem * 1.5);}
.offer-form h3{font-size: calc(14.2px * 1.35);
  line-height: 1.18;}
.offer-form p{font-size: 14.2px;
  line-height: 1.74;}
.offer-form .content-callout{display: grid;
  gap: 1.5rem;}
.offer-form .content-callout p + p{margin-top: calc(1.5rem * -0.35);}
.offer-form .strong-panel{display: grid;
  gap: calc(1.5rem * .75);}
.offer-form .narrow-wrap{display: grid;
  gap: 0.4rem;
  padding: 0 0 1.5rem 1.5rem;
  border-left: 1px solid var(--paint-card);}
.offer-form .narrow-wrap span{font-size: calc(14.2px * .875);
  color: #3f3427;
  letter-spacing: 0.02em;
  text-transform: uppercase;}
.offer-form .narrow-wrap:nth-child(2n){padding-top: calc(1.5rem * .75);}
@media (max-width: 860px) {.offer-form .local-unit{
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }.offer-form h2{
    font-size: clamp(calc(14.2px * 1.35), 8vw, calc(14.2px * 2));
  }
}
.direct-items{--field-static:calc(1.5rem * 1.04);--layer-base:calc(1120px / 2.28);--type-heading:calc(1120px / 3.35);padding:calc(1.5rem * 2.4) 1.68rem;background:#a83a26;color:#fbf5e8;}
.direct-items .local-unit{max-width:1120px;margin:0 auto;}
.direct-items h2,.direct-items h3,.direct-items p{margin:0;}
.direct-items h2{font-size:calc(14.2px * 2);line-height:1.12;}
.direct-items h3{font-size:calc(14.2px * 1.35);line-height:1.2;}
.direct-items p{font-size:14.2px;line-height:1.74;color:color-mix(in srgb, currentColor 78%, transparent);}
.direct-items .soft-summary{margin-top:1.5rem;max-width:calc(1120px / 1.55);}
.direct-items .wide-nav{display:flex;flex-wrap:wrap;gap:var(--field-static) calc(0.93rem * 1.4);margin-top:var(--field-static);}
.direct-items .media-fields{flex:1 1 calc(var(--type-heading) - 0.93rem);min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:1px solid color-mix(in srgb, currentColor 32%, transparent);}
.direct-items .media-fields p{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.direct-items .media-fields{flex-basis:100%;}
}
.focused-wrap{--field-static:calc(1.5rem * 1.05);--layer-base:calc(1120px / 2.90);padding:calc(1.5rem * 2.4) 1.68rem;background:#f6f1e3;color:#2b2118;}
.focused-wrap .local-unit{max-width:1120px;margin:0 auto;}
.focused-wrap h1,.focused-wrap h2,.focused-wrap h3,.focused-wrap p{margin:0;}
.focused-wrap h1{font-size:calc(14.2px * 2.65);line-height:1.08;}
.focused-wrap h2{font-size:calc(14.2px * 2);line-height:1.12;}
.focused-wrap h3{font-size:calc(14.2px * 1.35);line-height:1.2;}
.focused-wrap p{font-size:14.2px;line-height:1.74;}
.focused-wrap a{color:#5c6b3f;text-decoration:none;}
.focused-wrap a:hover{color:#a83a26;}
.focused-wrap .public-plan{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.3rem;background:#5c6b3f;color:#f6f1e3;}
.focused-wrap .public-plan:hover{background:#48552f;color:#f6f1e3;}
.focused-wrap .soft-summary{margin-top:1.5rem;}
.focused-wrap .text-callout{display:flex;flex-direction:column;gap:var(--field-static);}
.focused-wrap details{padding:calc(calc(1.5rem * .75) * .9);border-radius:0.65rem;background:var(--surface-main);color:var(--line-clear);border:1px solid var(--paint-card);}
.focused-wrap summary{cursor:pointer;font-weight:700;font-size:calc(14.2px * 1.125);}
.focused-wrap details p{margin-top:calc(1.5rem / 3);}
.focused-wrap .site-grid{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.93rem;}
.focused-wrap .primary-menu{flex:1 1 auto;min-width:0;}
.focused-wrap .text-callout{flex:1 1 100%;}
.focused-wrap .content-entries{flex:1 1 100%;margin-top:calc(0.93rem * 1.5);font-size:calc(14.2px * .875);}
.site-actions{--field-static:calc(1.5rem * 1.20);--type-heading:calc(1120px / 2.4);padding:calc(1.5rem * 2.4) 1.68rem;background:#f6f1e3;color:#2b2118;}
.site-actions .local-unit{max-width:1120px;margin:0 auto;}
.site-actions h2,.site-actions h3,.site-actions p{margin:0;}
.site-actions h2{font-size:calc(14.2px * 2);line-height:1.12;}
.site-actions h3{font-size:calc(14.2px * 1.35);line-height:1.2;}
.site-actions p{font-size:14.2px;line-height:1.74;}
.site-actions a{text-decoration:none;border-bottom:1px solid var(--paint-card);}
.site-actions a:hover{border-bottom-color:#a83a26;}
.site-actions .main-summary{padding-inline-start:calc(1.68rem / 2);}
.site-actions .offer-nav{padding-block:calc(var(--field-static) / 2);}
.site-actions .offer-story{row-gap:calc(var(--field-static) * .7);}
.site-actions .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.93rem;}
.site-actions .row-title h2{flex:1 1 calc(1120px / 3);min-width:0;}
.site-actions .row-title>p{flex:1 1 calc(1120px / 3);min-width:0;}
.site-actions .direct-stack{flex:1 1 100%;}
.site-actions .direct-stack{display:flex;flex-wrap:wrap;gap:var(--field-static);margin-top:var(--field-static);}
.site-actions .media-fields{flex:1 1 var(--type-heading);min-width:0;padding:calc(1.5rem * .75);background:var(--surface-main);color:var(--line-clear);border:1px solid var(--paint-card);border-radius:0.65rem;}
.site-actions .media-fields p{margin-top:calc(1.5rem / 3);}
.site-actions .media-fields a{display:inline-flex;margin-top:calc(1.5rem / 2);font-size:calc(14.2px * .875);}
.team-proof{
  padding: calc(1.5rem * 2.4) 1.68rem;
  background: #2b2118;
  color: #f6f1e3;
}
.team-proof .local-unit{max-width: min(1120px, 72rem);
  margin: 0 auto;}
.team-proof .active-brand{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.93rem calc(0.93rem * 1.5);
  margin-bottom: calc(0.93rem * 1.5);}
.team-proof h2{margin: 0;
  flex: 1 1 22rem;
  font-size: calc(14.2px * 2);
  line-height: 1.1;}
.team-proof .soft-team{flex: 1 1 26rem;
  margin: 0;
  font-size: 14.2px;
  color: #d6c9ac;}
.team-proof .visual-tile{display: flex;
  flex-wrap: wrap;
  gap: 0.93rem;}
.team-proof .media-fields{
  flex: 1 1 min(100%, 20rem);
  display: flex;
  flex-direction: column;
  padding: calc(1.5rem * .75);
  background: var(--surface-main);
  color: var(--line-clear);
  border: 1px solid var(--paint-card);
  border-radius: 0.65rem;
}
.team-proof .service-media{display: flex;
  align-items: center;
  gap: 0.93rem;
  margin-bottom: calc(calc(1.5rem * .75) * .6);}
.team-proof .service-media img{width: 3rem;
  height: 3rem;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;}
.team-proof .narrow-area{display: flex;
  flex-direction: column;
  min-width: 0;}
.team-proof .active-body{font-weight: 700;
  font-size: 14.2px;
  line-height: 1.2;}
.team-proof .narrow-area small{font-size: calc(14.2px * .875);color:inherit;}
.team-proof .media-fields p{margin: 0 0 calc(calc(1.5rem * .75) * .7);
  font-size: calc(14.2px * .875);
  line-height: 1.74;}
.team-proof .narrow-wrap{margin-top: auto;
  font-size: calc(14.2px * .875);color:inherit;
  font-weight: 700;}
.team-proof .offer-story{margin: calc(0.93rem * 1.5) 0 0;
  font-size: 14.2px;
  color: #d6c9ac;}
.team-proof .offer-story a{color:inherit;
  text-decoration: underline;}
.team-proof .offer-story a:hover{color:inherit;}
@media (max-width: 700px) {.team-proof .visual-tile{
    display: block;
  }.team-proof .media-fields + .media-fields{
    margin-top: 0.93rem;
  }
}
.text-surface{--field-static:calc(1.5rem * 1.05);--copy-strong:calc(1120px / 3.6);padding:calc(1.5rem * 2.4) 1.68rem;background:#5c6b3f;color:#f6f1e3;}
.text-surface .local-unit{max-width:1120px;margin:0 auto;}
.text-surface h1,.text-surface h2,.text-surface h3,.text-surface p{margin:0;}
.text-surface h2{font-size:calc(14.2px * 2);line-height:1.14;}
.text-surface h3{font-size:calc(14.2px * 1.35);line-height:1.24;}
.text-surface p{font-size:14.2px;line-height:1.74;}
.text-surface .soft-summary{margin-top:1.5rem;font-size:calc(14.2px * 1.125);}
.text-surface .narrow-wrap{margin-top:var(--field-static);font-size:calc(14.2px * .875);}
.text-surface a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.text-surface a:hover{}
.text-surface img{display:block;width:100%;max-width:var(--copy-strong);height:auto;margin-top:var(--field-static);border-radius:0.65rem;}
.text-surface .team-view{display:flex;flex-wrap:wrap;gap:0.93rem;margin-top:var(--field-static);}
.text-surface .media-fields{flex:1 1 calc(1120px / 3.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.text-surface .media-fields p{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.text-surface .media-fields{flex:1 1 100%;}.text-surface img{max-width:100%;}
}
.compact-area{padding:calc(1.5rem * 2.4) 1.68rem;background:#5c6b3f;color:#f6f1e3;overflow:hidden}
.compact-area .local-unit{max-width:1120px;margin:0 auto}
.compact-area .active-brand{margin:0 0 calc(0.93rem * 1.5)}
.compact-area h2{margin:0;font-size:calc(14.2px * 2);line-height:1.12}
.compact-area .active-brand p{margin:calc(1.5rem * .75) 0 0;font-size:calc(14.2px * 1.125);line-height:1.74}
.compact-area .text-group{display:flex;flex-wrap:wrap;gap:0.93rem}
.compact-area .media-fields{flex:1 1 18rem;padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(246,241,227,0.28)}
.compact-area .media-fields:nth-child(3n+2){flex-basis:22rem}
.compact-area strong{display:block;font-size:calc(14.2px * 1.35);line-height:1.15}
.compact-area .media-fields p{margin:calc(1.5rem * .75) 0 0;line-height:1.74}
.compact-area .content-entries{margin-top:calc(0.93rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid rgba(246,241,227,0.28)}
.compact-area .content-entries p{margin:0;font-size:calc(14.2px * .875);line-height:1.74}
.compact-area .content-entries a{text-decoration:underline;text-underline-offset:3px}
.compact-area .content-entries a:hover{}
@media (max-width:720px){.compact-area .media-fields{flex-basis:100%}.compact-area .media-fields:nth-child(3n+2){flex-basis:100%}
}
.page-section{padding:calc(1.5rem * 2.4) 1.68rem;background:#f6f1e3;color:#2b2118;}
.page-section .local-unit{max-width:1120px;margin:0 auto;}
.page-section .featured-unit{margin-bottom:calc(0.93rem * 1.5);}
.page-section .featured-unit p{margin:0;font-size:calc(14.2px * .875);letter-spacing:.08em;text-transform:uppercase;color:#3f3427;}
.page-section .featured-unit h2{margin:.5rem 0 0;font-size:calc(14.2px * 2);line-height:1.2;}
.page-section .active-brand{margin:0 0 calc(0.93rem * 1.5);}
.page-section .active-brand p{margin:0;font-size:14.2px;}
.page-section .team-view{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.page-section .team-view article{padding:calc(1.5rem * .75);border-radius:1rem;background:var(--surface-main);border:1px solid var(--paint-card);color:var(--line-clear);}
.page-section .visual-headline{display:flex;flex-wrap:wrap;justify-content:space-between;gap:0.93rem;align-items:baseline;margin-bottom:0.93rem;}
.page-section .visual-headline strong{font-size:calc(14.2px * .875);letter-spacing:.06em;text-transform:uppercase;}
.page-section .visual-headline span{font-size:calc(14.2px * .875);color:#3f3427;}
.page-section .open-visual{display:flex;flex-wrap:wrap;gap:0.93rem;align-items:flex-start;}
.page-section .open-visual img{display:block;flex:0 0 15rem;width:15rem;height:11rem;object-fit:cover;border-radius:0.65rem;}
.page-section .open-visual > div{flex:1 1 18rem;min-width:0;}
.page-section .open-visual small{display:block;font-size:calc(14.2px * .875);color:#3f3427;}
.page-section .open-visual h3{margin:.45rem 0 .35rem;font-size:calc(14.2px * 1.35);}
.page-section .open-visual p{margin:0;}
.page-section .narrow-wrap{margin:calc(0.93rem * 1.5) 0 0;font-size:calc(14.2px * .875);color:#3f3427;}
@media (max-width:680px){.page-section .open-visual img{flex:1 1 100%;width:100%;height:12rem;}
}
.clear-story{--field-static:calc(1.5rem * 1.42);--layer-base:calc(1120px / 2.90);padding:calc(1.5rem * 2.4) 1.68rem;background:#5c6b3f;color:#f6f1e3;}
.clear-story .local-unit{max-width:1120px;margin:0 auto;}
.clear-story h1,.clear-story h2,.clear-story h3,.clear-story p{margin:0;}
.clear-story h1{font-size:calc(14.2px * 2.65);line-height:1.08;}
.clear-story h2{font-size:calc(14.2px * 2);line-height:1.12;}
.clear-story h3{font-size:calc(14.2px * 1.35);line-height:1.2;}
.clear-story p{font-size:14.2px;line-height:1.74;color:color-mix(in srgb, currentColor 78%, transparent);}
.clear-story a{color:inherit;text-decoration:none;}
.clear-story .public-plan{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.3rem;background:#f6f1e3;color:#5c6b3f;}
.clear-story .soft-unit>h1,.clear-story .soft-unit>h2,.clear-story .soft-unit>p,.clear-story .soft-unit>.public-plan{margin-top:1.5rem;}
.clear-story .content-entries{margin-top:var(--field-static);font-size:calc(14.2px * .875);}
.clear-story .content-entries a{text-decoration:underline;text-underline-offset:3px;}
.clear-story .content-entries a:hover{}
.text-wrap{
  padding: calc(1.5rem * 2.4) 1.68rem;
  background: #2b2118;
  color: #f6f1e3;
}
.text-wrap .local-unit{max-width: min(1120px, 72rem);
  margin: 0 auto;}
.text-wrap .featured-unit{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  align-items: baseline;
  border-bottom: 1px solid #3f3427;
  padding-bottom: calc(1.5rem * .75);}
.text-wrap h2{margin: 0;
  flex: 1 1 22rem;
  font-size: calc(14.2px * 2);
  line-height: 1.12;}
.text-wrap .soft-summary{flex: 1 1 26rem;
  margin: 0;
  font-size: 14.2px;
  color: #d6c9ac;}
.text-wrap .team-view{list-style: none;
  padding: 0;
  margin: calc(0.93rem * 1.5) 0 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.text-wrap .media-fields{margin: 0;
  padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);
  border-left: 2px solid #a83a26;
  display: flex;
  flex-wrap: wrap;
  gap: 0.93rem;
  align-items: flex-start;}
.text-wrap .bar{flex: 1 1 32rem;
  margin: 0;
  font-size: 14.2px;
  line-height: 1.74;
  color: #d6c9ac;}
.text-wrap .narrow-area{flex: 0 1 14rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;}
.text-wrap .active-body{font-weight: 700;
  font-size: 14.2px;}
.text-wrap .visual-headline{font-size: calc(14.2px * .875);color:inherit;}
.text-wrap .narrow-wrap{margin: calc(0.93rem * 1.5) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #3f3427;
  font-size: calc(14.2px * .875);
  color: #d6c9ac;}
@media (max-width: 700px) {.text-wrap .media-fields{
    padding-left: calc(1.5rem * .75);
  }.text-wrap .narrow-area{
    flex: 1 1 100%;
  }
}
.plain-note{--field-static:calc(1.5rem * 1.42);--layer-base:calc(1120px / 2.30);--copy-strong:calc(1120px / 3.66);padding:calc(1.5rem * 2.4) 1.68rem;background:#f6f1e3;color:#2b2118;}
.plain-note .local-unit{max-width:1120px;margin:0 auto;}
.plain-note h1,.plain-note h2,.plain-note h3,.plain-note p{margin:0;}
.plain-note h1{font-size:calc(14.2px * 2.65);line-height:1.08;}
.plain-note h2{font-size:calc(14.2px * 2);line-height:1.12;}
.plain-note h3{font-size:calc(14.2px * 1.35);line-height:1.2;}
.plain-note p{font-size:14.2px;line-height:1.74;}
.plain-note a{color:#5c6b3f;text-decoration:none;border-bottom:1px solid var(--paint-card);}
.plain-note a:hover{color:#a83a26;border-bottom-color:#a83a26;}
.plain-note img{display:block;width:100%;height:auto;border-radius:0.65rem;}
.plain-note .narrow-wrap{font-size:calc(14.2px * 1.125);line-height:1.74;color:#3f3427;}
.plain-note .soft-summary{margin-top:calc(1.5rem / 1.4);font-size:14.2px;}
.plain-note .team-view{display:flex;flex-wrap:wrap;gap:var(--field-static);margin-top:var(--field-static);}
.plain-note .media-fields{flex:1 1 calc(1120px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.65rem;background:var(--surface-main);color:var(--line-clear);border:1px solid var(--paint-card);}
.plain-note .media-fields p{margin-top:calc(1.5rem / 3);}
.plain-note .media-fields img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.plain-note .open-content>.team-view{margin-top:var(--field-static);}
.plain-note .open-content>h2{margin-top:var(--field-static);}
@media (max-width:720px){.plain-note .media-fields{flex:1 1 100%;}
}
.main-items{
    padding:calc(1.5rem * 2.4) 1.68rem;
    background:linear-gradient(135deg, #f6f1e3 0%, #ece3cd 55%, #e3d8bd 100%);
    color:#2b2118;
}
.main-items .local-unit{max-width:1120px;
    margin:0 auto;}
.main-items .featured-unit{margin-bottom:calc(0.93rem * 1.5);
    border-bottom:1px solid color-mix(in srgb, currentColor 18%, transparent);
    padding-bottom:calc(1.5rem * .75);}
.main-items .featured-unit p{margin:0;
    font-size:calc(14.2px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;
    opacity:.85;}
.main-items .featured-unit h2{margin:0.5rem 0 0;
    font-size:calc(14.2px * 2);
    line-height:1.2;}
.main-items .soft-summary{margin-bottom:calc(0.93rem * 1.5);}
.main-items .soft-summary p{margin:0;
    font-size:14.2px;
    line-height:1.74;}
.main-items .visual-tile{display:flex;
    flex-direction:column;
    gap:0.93rem;
    margin-bottom:calc(0.93rem * 1.5);}
.main-items .media-fields{display:grid;
    grid-template-columns:minmax(120px, 180px) 1fr;
    gap:0.93rem;
    align-items:start;
    padding:calc(1.5rem * .75) 0;
    border-top:1px solid color-mix(in srgb, currentColor 14%, transparent);}
.main-items .media-fields:last-child{border-bottom:1px solid color-mix(in srgb, currentColor 14%, transparent);}
.main-items .media-fields .service-media{font-size:calc(14.2px * .875);
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:0.05em;
    opacity:.8;}
.main-items .media-fields h3{margin:0 0 0.4rem;
    font-size:calc(14.2px * 1.35);
    line-height:1.3;}
.main-items .media-fields p{margin:0;
    font-size:14.2px;
    line-height:1.74;
    opacity:.92;}
.main-items .narrow-wrap{
    background:var(--surface-main);
    color:var(--line-clear);
    border:1px solid var(--paint-card);
    border-radius:1rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 4px rgba(0,0,0,0.02);
}
.main-items .narrow-wrap p{margin:0;
    font-size:14.2px;
    line-height:1.74;}
.main-items .content-entries{margin-top:calc(1.5rem * .75);
    display:flex;
    flex-wrap:wrap;
    gap:0.93rem;}
.main-items .content-entries a{text-decoration:none;
    font-weight:700;
    border-bottom:1px solid color-mix(in srgb, #5c6b3f 40%, transparent);
    padding-bottom:2px;
    transition:color 530ms var(--speed-nav), border-color 530ms var(--speed-nav);}
.main-items .content-entries a:hover{border-color:#a83a26;}
@media (max-width:640px){.main-items .media-fields{
        grid-template-columns:1fr;
        gap:0.4rem;
    }
}
.media-region{padding:clamp(50px,7vw,88px) clamp(16px,4vw,36px);background:#ece3cd;color:#3f3427;}
.media-region .local-unit{max-width:1120px;margin:0 auto;}
.media-region .featured-unit{margin-bottom:calc(0.93rem * 1.5);}
.media-region .featured-unit h2{margin:0;font-size:clamp(28px,4vw,40px);}
.media-region .featured-unit p{margin:calc(1.5rem * .75) 0 0;}
.media-region .compact-header{display:grid;gap:0.93rem;grid-template-columns:repeat(var(--state-soft,3),minmax(0,1fr));}
.media-region .media-fields{border:1px solid var(--paint-card);border-radius:0.65rem;background:var(--surface-main);color:var(--line-clear);padding:calc(1.5rem * .75);}
.media-region .media-fields h3{margin:0 0 6px;font-size:calc(14.2px * 1.125);}
.media-region .media-fields p{margin:0 0 calc(1.5rem * .75);}
.media-region .content-entries{display:inline-block;text-decoration:none;font-weight:600;color:#5c6b3f;}
.media-region .content-entries:hover{color:#a83a26;}
.media-region .narrow-wrap{margin:calc(0.93rem * 1.5) 0 0;font-size:calc(14.2px * .875);}
@media (max-width: 900px){.media-region .compact-header{grid-template-columns:1fr 1fr;}
    }
@media (max-width: 640px){.media-region .compact-header{grid-template-columns:1fr;}
    }
.active-surface{background:#a83a26;color:#fbf5e8;padding:calc(1.5rem * 2.4) 1.68rem}
.active-surface .local-unit{max-width:1120px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.93rem * 1.5)}
.active-surface .active-brand h2{margin:0;font-size:clamp(calc(14.2px * 2),4.4vw,calc(14.2px * 2.65));line-height:1.08;letter-spacing:0}
.active-surface .active-brand p{margin:1.5rem 0 0;font-size:calc(14.2px * 1.125);line-height:1.68}
.active-surface .visual-tile{display:flex;flex-wrap:wrap;gap:calc(0.93rem * 1.5) 1.5rem;padding-top:1.5rem;border-top:1px solid color-mix(in srgb,currentColor 26%,transparent)}
.active-surface .service-media{flex:1 1 15rem;min-width:0}
.active-surface .local-surface{display:block;font-size:calc(14.2px * .875);letter-spacing:.06em;text-transform:uppercase;opacity:.78}
.active-surface .service-media address,.active-surface .service-media p,.active-surface .service-media a{display:block;margin:calc(calc(1.5rem * .75)*.4) 0 0;font-style:normal;line-height:1.6}
.active-surface .service-media a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb,currentColor 40%,transparent)}
.active-surface .service-media a:hover{border-bottom-color:currentColor}
.active-surface .quiet-footer{display:flex;align-items:flex-start;gap:calc(0.93rem * 1.5)}
.active-surface .soft-fields{display:block;flex:0 1 20rem;min-width:12rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:1rem}
.active-surface .narrow-wrap{flex:1 1 26rem;min-width:0}
.active-surface .narrow-wrap h3{margin:0;font-size:calc(14.2px * 1.35);line-height:1.2}
.active-surface .narrow-wrap p{margin:calc(1.5rem * .75) 0 0;line-height:1.66}
.active-surface .team-view{display:flex;flex-wrap:wrap;gap:1.5rem calc(0.93rem * 1.5);padding-top:1.5rem;border-top:1px solid color-mix(in srgb,currentColor 26%,transparent)}
.active-surface .media-fields{flex:1 1 16rem;min-width:0;color:inherit;text-decoration:none}
.active-surface .media-fields strong{display:block;font-size:14.2px;line-height:1.3}
.active-surface .media-fields span{display:block;margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.58;opacity:.9}
.active-surface .media-fields:hover strong{text-decoration:underline}
@media(max-width:780px){.active-surface .quiet-footer{flex-direction:column}.active-surface .soft-fields{flex-basis:auto;min-width:0;aspect-ratio:16/9}
}
.team-media{
  padding: calc(1.5rem * 2.4) 1.68rem;
  background: #2b2118;
  color: #f6f1e3;
}
.team-media .local-unit{max-width: 1120px;
  margin: 0 auto;}
.team-media .clear-links{margin-bottom: calc(0.93rem * 1.5);}
.team-media h2{margin: 0;
  font-size: calc(14.2px * 2);
  line-height: 1.1;}
.team-media .clear-links p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(14.2px * 1.125);
  color: #d6c9ac;}
.team-media .offer-visual{display: flex;
  flex-wrap: wrap;
  gap: calc(0.93rem * 1.5);
  align-items: flex-start;}
.team-media .local-summary{flex: 1 1 34rem;}
.team-media .local-summary p{margin: 0 0 calc(1.5rem * .75);
  line-height: 1.74;}
.team-media .quiet-footer{
  flex: 0 1 22rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.65rem;
  border: 1px solid #3f3427;
  background: var(--line-main);
  color: #f6f1e3;
}
.team-media .quiet-footer .narrow-wrap{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(14.2px * .875);
  color: #d6c9ac;}
.team-media .quiet-footer .narrow-wrap:last-child{margin: calc(1.5rem * .75) 0 0;}
.team-media .team-view{list-style: none;
  margin: 0;
  padding: 0;}
.team-media .team-view li{padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #3f3427;
  font-size: calc(14.2px * .875);
  line-height: 1.5;}
.team-media .team-view li:last-child{border-bottom: 0;}
.team-media .team-view span{display: block;
  margin-bottom: 0.25rem;
  color: #d6c9ac;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: calc(14.2px * .875);}
.team-media .team-view a{text-decoration: underline;
  text-underline-offset: 3px;}
.team-media .team-view a:hover{color:inherit;}
.team-media .quiet-track{display: flex;
  flex-wrap: wrap;
  gap: 0.93rem;
  margin-top: calc(0.93rem * 1.5);
  padding-top: calc(0.93rem * 1.5);
  border-top: 1px solid #3f3427;}
.team-media .text-plan{flex: 1 1 16rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;}
.team-media .fresh-region{flex: 1 1 100%;}
.team-media .text-plan label{font-size: calc(14.2px * .875);
  color: #d6c9ac;}
.team-media .text-plan input,
.team-media .text-plan select,
.team-media .text-plan textarea{
  width: 100%;
  padding: 0.7rem 0.85rem;
  font-family: "Libre Baskerville", sans-serif;
  font-size: 14.2px;
  color: #2b2118;
  background: #f6f1e3;
  border: 1px solid #3f3427;
  border-radius: 0.3rem;
}
.team-media .text-plan textarea{resize: vertical;}
.team-media .text-plan input:focus,
.team-media .text-plan select:focus,
.team-media .text-plan textarea:focus{outline: 2px solid #a83a26;
  outline-offset: 2px;}
.team-media .public-plan{flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.93rem;}
.team-media .public-plan button{
  padding: 0.75rem 1.5rem;
  font-family: "Libre Baskerville", sans-serif;
  font-size: 14.2px;
  color: #fbf5e8;
  background: #a83a26;
  border: 0;
  border-radius: 0.3rem;
  cursor: pointer;
  transition: background 530ms var(--speed-nav);
}
.team-media .public-plan button:hover{
  background: #8c2f1e;color:var(--line-clear);}
.team-media .public-plan small{flex: 1 1 18rem;
  font-size: calc(14.2px * .875);
  color: #d6c9ac;
  line-height: 1.5;}
@media (max-width: 780px) {.team-media .offer-visual{
    flex-direction: column;
  }.team-media .quiet-footer{
    flex: 1 1 auto;
    width: 100%;
  }
}
.team-headline{
  --field-static:calc(1.5rem * 0.9);
  --layer-soft:calc(1120px / 3.2);
  padding:calc(1.5rem * 2.4) 1.68rem;
  background:#f6f1e3;
  color:#2b2118;
}
.team-headline .local-unit{max-width:1120px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--field-static);}
.team-headline h1,
.team-headline h2,
.team-headline h3,
.team-headline p{margin:0;}
.team-headline h2{font-size:calc(14.2px * 2);
  line-height:1.14;}
.team-headline h3{font-size:calc(14.2px * 1.35);
  line-height:1.22;}
.team-headline p{font-size:14.2px;
  line-height:1.74;}
.team-headline .active-brand{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:0.93rem;
  padding-bottom:calc(calc(0.93rem * 1.5) * 0.6);
  border-bottom:1px solid var(--paint-card);}
.team-headline .active-brand>h2{flex:1 1 calc(1120px / 2.6);
  min-width:0;}
.team-headline .active-brand>.soft-summary{flex:1 1 calc(1120px / 2.6);
  min-width:0;
  color:#3f3427;}
.team-headline .team-view{display:flex;
  flex-wrap:wrap;
  gap:0.93rem;}
.team-headline .media-fields{
  flex:1 1 var(--layer-soft);
  min-width:0;
  padding:calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.1);
  background:var(--surface-main);
  color:var(--line-clear);
  border:1px solid var(--paint-card);
  border-radius:0.65rem;
  box-shadow:0 1px 4px rgba(0,0,0,0.02);
}
.team-headline .media-fields p{margin-top:calc(1.5rem / 3.4);
  color:#3f3427;}
.team-headline .narrow-wrap{margin-top:calc(var(--field-static) * 0.4);
  padding-top:calc(0.93rem * 1.5);
  border-top:1px solid var(--paint-card);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);}
.team-headline .narrow-wrap p{color:#2b2118;}
.team-headline .content-entries{color:#3f3427;}
.team-headline a{color:#5c6b3f;
  text-decoration:underline;
  text-underline-offset:3px;}
.team-headline a:hover{color:#a83a26;}
@media (max-width:720px){.team-headline .active-brand>h2,
  .team-headline .active-brand>.soft-summary{
    flex:1 1 100%;
  }.team-headline .media-fields{
    flex:1 1 100%;
  }
}
.steady-header{
  --field-static:calc(1.5rem * 0.9);
  --copy-strong:calc(1120px / 3.4);
  padding:calc(1.5rem * 2.4) 1.68rem;
  background:#a83a26;
  color:#fbf5e8;
}
.steady-header .local-unit{max-width:1120px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--field-static);}
.steady-header h2,
.steady-header h3,
.steady-header p{margin:0;}
.steady-header h2{font-size:calc(14.2px * 2);
  line-height:1.14;}
.steady-header h3{font-size:calc(14.2px * 1.35);
  line-height:1.22;}
.steady-header p{font-size:14.2px;
  line-height:1.74;}
.steady-header .active-brand{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.4);}
.steady-header .soft-summary{font-size:calc(14.2px * 1.125);
  line-height:1.5;}
.steady-header .team-view{display:flex;
  flex-wrap:wrap;
  gap:0.93rem;
  align-items:flex-start;}
.steady-header .media-fields{flex:1 1 calc(1120px / 3.6);
  min-width:0;
  padding-top:calc(1.5rem / 2.6);
  border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.steady-header .media-fields p{margin-top:calc(1.5rem / 3);}
.steady-header .visual-tile{display:flex;
  flex-wrap:wrap;
  gap:0.93rem;
  align-items:center;
  margin-top:calc(var(--field-static) / 2);}
.steady-header .visual-tile img{display:block;
  width:100%;
  max-width:var(--copy-strong);
  height:auto;
  border-radius:0.65rem;}
.steady-header .quiet-footer{flex:1 1 calc(1120px / 2.6);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.6);}
.steady-header .narrow-wrap{font-size:14.2px;}
.steady-header .content-entries{display:flex;
  flex-wrap:wrap;
  gap:0.93rem;}
.steady-header .content-entries a{
  display:inline-flex;
  align-items:center;
  padding:calc(calc(1.5rem * .75) / 1.6) 1.5rem;
  border-radius:0.3rem;
  background:#fbf5e8;
  color:#a83a26;
  text-decoration:none;
  font-size:calc(14.2px * .875);
}
.steady-header .content-entries a:hover{
  background:#8c2f1e;
  color:#fbf5e8;
}
@media (max-width:640px){.steady-header .media-fields{
    flex:1 1 100%;
  }.steady-header .visual-tile img{
    max-width:100%;
  }
}
.offer-intro{
    padding:calc(1.5rem * 2.4) 1.68rem;
    background:#ece3cd;
    color:#3f3427;
}
.offer-intro .local-unit{max-width:1120px;
    margin:0 auto;}
.offer-intro .featured-unit{display:flex;
    flex-direction:column;
    gap:calc(0.93rem * 1.5);
    padding-bottom:calc(0.93rem * 1.5);
    border-bottom:1px solid var(--paint-card);
    margin-bottom:calc(0.93rem * 1.5);}
.offer-intro .featured-unit p{margin:0;
    font-size:calc(14.2px * .875);
    letter-spacing:0.08em;
    text-transform:uppercase;
    opacity:0.72;}
.offer-intro .featured-unit h2{margin:0;
    font-size:calc(14.2px * 2);
    line-height:1.2;
    font-weight:600;}
.offer-intro .featured-unit span{font-size:14.2px;
    line-height:1.74;}
.offer-intro .featured-summary{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.offer-intro article{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:0.93rem;
    padding:calc(1.5rem * .75);
    background:var(--surface-main);
    color:var(--line-clear);
    border:1px solid var(--paint-card);
    border-radius:0.65rem;
    box-shadow:0 1px 4px rgba(0,0,0,0.02);
}
.offer-intro .service-media{display:flex;
    align-items:baseline;
    gap:0.93rem;
    flex-wrap:wrap;}
.offer-intro .service-media i{font-style:normal;
    font-size:calc(14.2px * .875);
    font-weight:700;
    color:#a83a26;
    letter-spacing:0.06em;}
.offer-intro .service-media h3{margin:0;
    font-size:calc(14.2px * 1.35);
    line-height:1.3;
    font-weight:600;}
.offer-intro article p{margin:0;
    font-size:14.2px;
    line-height:1.74;}
.offer-intro article small{font-size:calc(14.2px * .875);
    font-weight:600;
    color:#5c6b3f;
    letter-spacing:0.02em;}
@media (min-width:720px){.offer-intro article{
        grid-template-columns:minmax(0,1fr);
        padding:calc(calc(1.5rem * .75) * 1.15);
    }.offer-intro .featured-unit{
        flex-direction:row;
        align-items:flex-end;
        justify-content:space-between;
        flex-wrap:wrap;
    }.offer-intro .featured-unit p{
        flex:0 0 auto;
    }.offer-intro .featured-unit h2{
        flex:1 1 100%;
    }.offer-intro .featured-unit span{
        flex:1 1 100%;
    }
}
.open-contact{--field-static:calc(1.5rem * 1.11);--layer-base:calc(1120px / 2.35);--type-heading:calc(1120px / 3.43);padding:calc(1.5rem * 2.4) 1.68rem;background:#5c6b3f;color:#f6f1e3;}
.open-contact .local-unit{max-width:1120px;margin:0 auto;}
.open-contact h1,.open-contact h2,.open-contact h3,.open-contact p,.open-contact ul{margin:0;}
.open-contact h1{font-size:calc(14.2px * 2.65);line-height:1.1;}
.open-contact h2{font-size:calc(14.2px * 2);line-height:1.12;}
.open-contact h3{font-size:calc(14.2px * 1.35);line-height:1.2;}
.open-contact p{font-size:14.2px;line-height:1.74;color:color-mix(in srgb, currentColor 74%, transparent);}
.open-contact a{color:inherit;text-decoration:none;}
.open-contact img{display:block;width:100%;height:auto;border-radius:0.65rem;}
.open-contact .public-plan{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.3rem;background:#f6f1e3;color:#5c6b3f;}
.open-contact .soft{background:color-mix(in srgb, color-mix(in srgb, currentColor 10%, transparent) 79%, transparent);}
.open-contact .centered{text-align:center;}
.open-contact .main-summary{padding-inline-start:calc(1.68rem / 2);}
.open-contact .offer-nav{padding-block:calc(var(--field-static) / 2);}
.open-contact .open{padding-block-start:var(--field-static);}
.open-contact .top-form{padding-block-end:calc(var(--field-static) / 3);}
.open-contact .wide{max-width:1120px;}
.open-contact .soft-start{padding-inline-start:calc(1.5rem * .75);}
.open-contact .open-intro{row-gap:calc(var(--field-static) * 1.2);}
.open-contact .offer-story{row-gap:calc(var(--field-static) * .7);}
.open-contact .measured{column-gap:calc(0.93rem * .85);}
.open-contact .relaxed{column-gap:calc(0.93rem * 1.12);}
.open-contact .bottom-figure{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.open-contact .offer-visual{display:flex;align-items:flex-start;gap:0.93rem;}
.open-contact .primary-menu{flex:1 1 calc(1120px / 3);min-width:0;}
.open-contact .primary-menu p{margin-top:1.5rem;}
.open-contact .team-view{flex:2 1 calc(1120px / 2);margin-top:0;}
.open-contact .team-view{display:flex;flex-direction:column;gap:var(--field-static);margin-top:var(--field-static);}
.open-contact .media-fields{min-width:0;}
.open-contact .media-fields p{margin-top:calc(1.5rem / 3);}
.open-contact .media-fields a{display:inline-flex;margin-top:calc(1.5rem / 2);opacity:.85;}
@media(max-width:760px){.open-contact .offer-visual{flex-direction:column;}.open-contact .team-view{margin-top:1.5rem;}}
.open-entries{
  background: #f6f1e3;
  color: #2b2118;
  padding: calc(1.5rem * 2.4) 1.68rem;
}
.open-entries .local-unit{width: min(100%, 1120px);
  margin: 0 auto;}
.open-entries h2,
.open-entries p{margin: 0;}
.open-entries .clear-links{display: flex;
  justify-content: space-between;
  align-items: end;
  gap: calc(0.93rem * 1.5);
  margin-bottom: calc(0.93rem * 1.5);
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid var(--paint-card);}
.open-entries h2{font-size: calc(14.2px * 2);
  line-height: 1.08;
  max-width: 18ch;}
.open-entries .clear-links p{max-width: 42rem;
  color: #3f3427;
  line-height: 1.74;
  font-size: 14.2px;}
.open-entries .content-method{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  align-items: flex-start;}
.open-entries .fresh-proof,
.open-entries .page-story{display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 0.65rem;}
.open-entries .fresh-proof{flex: 1 1 min(100%, 22rem);
  aspect-ratio: 4 / 5;
  border-radius: 1rem;}
.open-entries .start{
  flex: 1 1 min(100%, 15rem);
  margin: 0;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: var(--surface-main);
  color: var(--line-clear);
  border: 1px solid var(--paint-card);
  box-shadow: 0 1px 4px rgba(0,0,0,0.02);
}
.open-entries .page-story{aspect-ratio: 5 / 4;
  margin-bottom: calc(1.5rem * .75);}
.open-entries .start:nth-child(3n) .page-story{aspect-ratio: 3 / 4;}
.open-entries .start p{font-size: calc(14.2px * .875);
  line-height: 1.74;}
@media (max-width: 720px) {.open-entries .clear-links{
    flex-direction: column;
    align-items: flex-start;
  }.open-entries h2{ max-width: none; }
}
.text-intro{padding:calc(1.5rem * 2.4) 1.68rem;background:#a83a26;color:#fbf5e8}
.text-intro .local-unit{max-width:1120px;margin:0 auto}
.text-intro .active-brand{margin-bottom:calc(0.93rem * 1.5)}
.text-intro h1{margin:0 0 1.5rem;font-size:calc(14.2px * 2.65);line-height:1.05}
.text-intro .soft-summary{margin:0;font-size:calc(14.2px * 1.125);line-height:1.74}
.text-intro .contact-flow{display:grid;grid-template-columns:minmax(11rem,.28fr) minmax(0,1fr);gap:calc(0.93rem * 1.5);align-items:start}
.text-intro .visual-tile{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;border-left:1px solid rgba(251,245,232,.28);padding-left:1.68rem}
.text-intro button{padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.5;transition:opacity 530ms var(--speed-nav)}
.text-intro button:hover{opacity:.8}
.text-intro button.is-active{opacity:1}
.text-intro [data-mission-meaning]{display:none}
.text-intro [data-mission-meaning].is-active{display:block}
.text-intro h2{margin:0;font-size:calc(14.2px * 2);line-height:1.15}
.text-intro [data-mission-meaning] p{margin:1.5rem 0;line-height:1.74}
.text-intro [data-mission-meaning] strong{display:block;font-size:calc(14.2px * .875);font-weight:400;opacity:.85}
@media(max-width:760px){.text-intro .contact-flow{grid-template-columns:1fr}.text-intro .visual-tile{flex-direction:row;flex-wrap:wrap;gap:0.93rem;border-left:0;padding-left:0;border-top:1px solid rgba(251,245,232,.28);padding-top:1.5rem;margin-bottom:calc(0.93rem * 1.5)}
}
.open-nav{background:#f6f1e3;color:#2b2118;padding:calc(1.5rem * 2.4) 1.68rem}
.open-nav .local-unit{max-width:min(1120px,64rem);margin:0 auto}
.open-nav .primary-lead{display:flex;flex-direction:column;align-items:flex-start;gap:calc(0.93rem * 1.5)}
.open-nav .narrow-wrap{margin:0;color:#3f3427;line-height:1.74}
.open-nav h2{margin:0;font-size:calc(14.2px * 2);line-height:1.1}
.open-nav .soft-fields{display:block;width:min(100%,46rem);height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:1rem;box-shadow:0 1px 4px rgba(0,0,0,0.02)}
.open-nav .open-inner{display:flex;flex-direction:column;gap:calc(1.5rem * .75);width:100%}
.open-nav .steady-flow{display:flex;flex-wrap:wrap;gap:0.93rem;align-items:baseline;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--paint-card)}
.open-nav .steady-flow:last-child{border-bottom:0}
.open-nav .strong-fields{flex:0 0 12rem;font-size:calc(14.2px * .875);text-transform:uppercase;letter-spacing:0.04em;color:#3f3427}
.open-nav .steady-flow address,.open-nav .steady-flow p{margin:0;font-style:normal;line-height:1.74;flex:1 1 16rem}
.open-nav .steady-flow a{color:#5c6b3f;text-decoration:none}
.open-nav .steady-flow a:hover{color:#a83a26}
.open-nav .contact-inner{display:flex;flex-direction:column;gap:calc(0.93rem * 1.5);width:100%}
.open-nav .soft-summary{margin:0;line-height:1.74}
.open-nav .top-media{display:flex;flex-wrap:wrap;gap:0.93rem}
.open-nav .top-media a{padding:calc(1.5rem * .75);border-radius:0.3rem;background:var(--surface-main);color:var(--line-clear);border:1px solid var(--paint-card);text-decoration:none;font-size:calc(14.2px * .875)}
.open-nav .top-media a:first-child{background:#5c6b3f;color:#f6f1e3;border-color:#5c6b3f}
.open-nav .top-media a:first-child:hover{background:#48552f;color:var(--line-clear);}
.open-nav .top-media a:hover{background:#ece3cd;color:#3f3427}
@media (max-width:640px){.open-nav .strong-fields{flex:1 1 100%}
}
.visual-rail{padding:calc(1.5rem * 2.4) 1.68rem;background:linear-gradient(135deg, #f6f1e3 0%, #ece3cd 55%, #e3d8bd 100%);color:#2b2118}
.visual-rail .local-unit{max-width:1120px;margin:0 auto}
.visual-rail .visual-tile{display:flex;flex-wrap:wrap;gap:calc(0.93rem * 1.5);align-items:flex-start}
.visual-rail .steady-frame{flex:1 1 20rem;min-width:0;border-left:2px solid color-mix(in srgb,#2b2118 24%,transparent);padding-left:1.5rem}
.visual-rail .steady-frame p{margin:0;line-height:1.74}
.visual-rail .steady-frame .service-media{margin-top:calc(1.5rem * .75);font-size:calc(14.2px * .875);opacity:.82}
.visual-rail .top-benefit{flex:1 1 42rem;min-width:0}
.visual-rail h2{margin:0;font-size:calc(14.2px * 2);line-height:1.1}
.visual-rail .open-inner{margin-top:calc(0.93rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.visual-rail .media-fields{margin:0;display:flex;gap:1.5rem;align-items:flex-start;padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,#2b2118 14%,transparent)}
.visual-rail .media-fields:last-child{border-bottom:0;padding-bottom:0}
.visual-rail strong{flex:0 1 13rem;min-width:0;font-size:calc(14.2px * .875);letter-spacing:.01em}
.visual-rail span{flex:1 1 26rem;min-width:0;line-height:1.74}
@media(max-width:760px){.visual-rail .visual-tile{display:block}.visual-rail .steady-frame{border-left:0;padding-left:0}.visual-rail .top-benefit{margin-top:calc(0.93rem * 1.5)}.visual-rail .media-fields{display:block}.visual-rail span{display:block;margin-top:calc(1.5rem * .75)}.visual-rail h2{font-size:calc(14.2px * 1.35)}
}
.bottom-steps{padding:calc(1.5rem * 2.4) 1.68rem;background:#f6f1e3;color:#2b2118;}
.bottom-steps .local-unit{max-width:1120px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.93rem * 1.5);}
.bottom-steps h2,.bottom-steps h3,.bottom-steps p{margin:0;}
.bottom-steps h2{font-size:calc(14.2px * 2);line-height:1.14;}
.bottom-steps h3{font-size:calc(14.2px * 1.35);line-height:1.22;}
.bottom-steps p{font-size:14.2px;line-height:1.74;}
.bottom-steps .active-brand{display:flex;flex-direction:column;gap:0.93rem;}
.bottom-steps .soft-summary{font-size:calc(14.2px * 1.125);color:#3f3427;}
.bottom-steps .text-callout{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.bottom-steps .media-fields{padding:calc(1.5rem * .75) 1.5rem;background:var(--surface-main);color:var(--line-clear);border:1px solid var(--paint-card);border-radius:0.65rem;}
.bottom-steps .media-fields p{margin-top:calc(0.93rem * .6);color:#3f3427;}
.bottom-steps .content-entries{margin-top:calc(0.93rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid var(--paint-card);font-size:calc(14.2px * .875);color:#3f3427;}
.bottom-steps .content-entries a{color:#5c6b3f;text-decoration:underline;text-underline-offset:3px;}
.bottom-steps .content-entries a:hover{color:#a83a26;}
@media (min-width:760px){.bottom-steps .text-callout{display:grid;grid-template-columns:repeat(2,1fr);gap:calc(1.5rem * .75);}
}
.wide-view{
    padding:calc(1.5rem * 2.4) 1.68rem;
    background:linear-gradient(140deg,#5c6b3f,#a83a26);
    color:#f6f1e3;
}
.wide-view .local-unit{max-width:1120px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.93rem * 1.5);}
.wide-view .service-contact{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-start;
    gap:calc(1.5rem * .75);
    border-radius:1.4rem;
    border:1px solid color-mix(in srgb, currentColor 26%, transparent);
    background:color-mix(in srgb, currentColor 10%, transparent);
    padding:calc(1.5rem * .75);
}
.wide-view .soft-summary{flex:1 1 26rem;
    min-width:0;}
.wide-view .soft-summary h2{margin:0 0 calc(0.93rem * 1.5);
    font-size:calc(14.2px * 2);
    line-height:1.2;}
.wide-view .soft-summary p{margin:0 0 calc(0.93rem * 1.5);
    font-size:14.2px;
    line-height:1.74;
    opacity:.94;}
.wide-view .soft-summary p:last-child{margin-bottom:0;}
.wide-view .content-entries{flex:0 0 auto;
    display:flex;
    flex-direction:column;
    gap:0.93rem;
    align-self:center;}
.wide-view .content-entries a{
    text-decoration:none;
    white-space:nowrap;
    padding:0.7rem 1.1rem;
    border-radius:1rem;
    background:#a83a26;
    color:#fbf5e8;
    font-size:calc(14.2px * .875);
    font-weight:700;
    transition:background 530ms var(--speed-nav), color 530ms var(--speed-nav);
}
.wide-view .content-entries a:first-child{
    background:var(--surface-main);
    color:var(--line-clear);
}
.wide-view .content-entries a:hover{
    background:#8c2f1e;
    color:#fbf5e8;
}
.wide-view .narrow-wrap{margin:0;
    padding-top:calc(0.93rem * 1.5);
    border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);
    font-size:calc(14.2px * .875);
    line-height:1.74;
    opacity:.88;}
@media (max-width:760px){.wide-view .service-contact{
        flex-direction:column;
        align-items:stretch;
    }.wide-view .content-entries{
        align-self:stretch;
    }.wide-view .content-entries a{
        text-align:center;
    }
}
.visual-nav{background:#f6f1e3;color:#2b2118;padding:calc(1.5rem * 2.4) 1.68rem}
.visual-nav .local-unit{max-width:min(1120px,64rem);margin:0 auto}
.visual-nav .primary-lead{display:flex;flex-direction:column;align-items:flex-start;gap:calc(0.93rem * 1.5)}
.visual-nav .narrow-wrap{margin:0;font-size:calc(14.2px * .875);color:#3f3427;background:#ece3cd;padding:0.5rem 0.85rem;border-radius:0.3rem;line-height:1.6}
.visual-nav h2{margin:0;font-size:clamp(calc(14.2px * 2),5vw,calc(14.2px * 2.65));line-height:1.1;letter-spacing:0}
.visual-nav .soft-fields{display:block;width:min(100%,46rem);height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:1rem;box-shadow:0 1px 4px rgba(0,0,0,0.02)}
.visual-nav .open-inner{display:flex;flex-direction:column;gap:0.6rem;width:100%}
.visual-nav .steady-flow{display:flex;flex-wrap:wrap;gap:0.75rem;align-items:baseline;padding:0.7rem 0;border-bottom:1px solid var(--paint-card)}
.visual-nav .steady-flow:last-child{border-bottom:none}
.visual-nav .local-surface{flex:0 0 11rem;font-size:calc(14.2px * .875);text-transform:uppercase;letter-spacing:0.06em;color:#3f3427}
.visual-nav .steady-flow p{margin:0;flex:1 1 14rem;line-height:1.65}
.visual-nav .steady-flow a{color:#5c6b3f;text-decoration:none;border-bottom:1px solid #5c6b3f}
.visual-nav .steady-flow a:hover{color:#a83a26;border-bottom-color:#a83a26}
.visual-nav .contact-inner{display:flex;flex-direction:column;gap:0.9rem}
.visual-nav .soft-summary{margin:0;line-height:1.7}
.visual-nav .top-media{display:flex;flex-wrap:wrap;gap:0.93rem}
.visual-nav .top-media a{padding:0.7rem 1.1rem;border-radius:0.65rem;background:var(--surface-main);color:var(--line-clear);border:1px solid var(--paint-card);text-decoration:none;font-size:calc(14.2px * .875);transition:background 530ms var(--speed-nav),color 530ms var(--speed-nav)}
.visual-nav .top-media a:hover{background:#5c6b3f;color:#f6f1e3;border-color:#5c6b3f}
.visual-nav .top-media>a:first-child{background:#a83a26;color:#fbf5e8;border-color:#a83a26}
.visual-nav .top-media>a:first-child:hover{background:#8c2f1e;border-color:#8c2f1e;color:var(--line-clear);}
@media(max-width:640px){.visual-nav .local-surface{flex:0 0 100%}.visual-nav .top-media a{flex:1 1 100%;text-align:center}
}
.main-frame{--field-static:calc(1.5rem * 0.95);padding:calc(1.5rem * 2.4) 1.68rem;background:#5c6b3f;color:#f6f1e3;}
.main-frame .local-unit{max-width:1120px;margin:0 auto;}
.main-frame h1,.main-frame h2,.main-frame h3,.main-frame p{margin:0;}
.main-frame h2{font-size:calc(14.2px * 2);line-height:1.14;}
.main-frame h3{font-size:calc(14.2px * 1.35);line-height:1.24;}
.main-frame p{font-size:14.2px;line-height:1.74;color:color-mix(in srgb, currentColor 78%, transparent);}
.main-frame a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.main-frame a:hover{}
.main-frame .active-brand{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);padding-bottom:calc(0.93rem * 1.5);border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.main-frame .soft-summary{font-size:calc(14.2px * 1.125);}
.main-frame .text-callout{display:flex;flex-direction:column;gap:0;margin-top:calc(0.93rem * 1.5);}
.main-frame .media-fields{padding:calc(0.93rem * 1.5) 0;border-bottom:1px solid color-mix(in srgb, currentColor 16%, transparent);}
.main-frame .media-fields:last-child{border-bottom:0;}
.main-frame .media-fields h3{margin-bottom:calc(1.5rem / 3.2);}
.main-frame .narrow-wrap{margin-top:calc(0.93rem * 1.5);padding-top:calc(0.93rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);font-size:calc(14.2px * .875);}
@media (max-width:720px){.main-frame .active-brand{padding-bottom:calc(1.5rem * .75);}.main-frame .media-fields{padding:calc(1.5rem * .75) 0;}
}
.direct-contact{--field-static:calc(1.5rem * 1.18);--type-heading:calc(1120px / 3.40);padding:calc(1.5rem * 2.4) 1.68rem;background:#2b2118;color:#f6f1e3;}
.direct-contact .local-unit{max-width:1120px;margin:0 auto;}
.direct-contact h2,.direct-contact h3,.direct-contact p{margin:0;}
.direct-contact h2{font-size:calc(14.2px * 2);line-height:1.14;}
.direct-contact h3{font-size:calc(14.2px * 1.35);line-height:1.22;}
.direct-contact p{font-size:14.2px;line-height:1.74;opacity:.86;}
.direct-contact .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.93rem;}
.direct-contact .row-title h2{flex:1 1 calc(1120px / 3);min-width:0;}
.direct-contact .row-title>p{flex:1 1 calc(1120px / 3);min-width:0;}
.direct-contact .top-form{padding-block-end:calc(var(--field-static) / 3);}
.direct-contact .offer-story{row-gap:calc(var(--field-static) * .7);}
.direct-contact .team-view{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--field-static);margin-top:var(--field-static);}
.direct-contact .media-fields{flex:1 1 var(--type-heading);min-width:0;padding-block-start:calc(1.5rem / 2.4);border-top:1px solid color-mix(in srgb, #f6f1e3 22%, transparent);}
.direct-contact .media-fields p{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.direct-contact .row-title h2,.direct-contact .row-title>p{flex:1 1 100%;}.direct-contact .media-fields{flex:1 1 100%;}
}
.compact-lead{
  background: #a83a26;
  color: #fbf5e8;
  padding: calc(1.5rem * 2.4) 1.68rem;
}
.compact-lead .local-unit{width: min(100%, 1120px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.93rem * 1.5);
  align-items: stretch;}
.compact-lead .primary-menu{display: flex;
  flex-direction: column;
  gap: calc(0.93rem * 1.5);
  flex: 1 1 22rem;
  min-width: 0;}
.compact-lead h2{margin: 0;
  font-size: calc(14.2px * 2.65);
  line-height: 1.05;
  max-width: 16ch;}
.compact-lead .soft-summary{margin: 0;
  font-size: calc(14.2px * 1.125);
  line-height: 1.74;}
.compact-lead .service-flow{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-top: calc(0.93rem * 1.5);}
.compact-lead .media-fields{
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.65rem;
  background: var(--surface-main);
  color: var(--line-clear);
  border: 1px solid var(--paint-card);
}
.compact-lead .media-fields > *{min-width: 0;
  flex: 1 1 15rem;}
.compact-lead strong{font-size: calc(14.2px * 1.35);
  line-height: 1.16;}
.compact-lead .media-fields span{line-height: 1.74;}
.compact-lead .page-story{display: block;
  flex: 1 1 20rem;
  min-width: 0;
  width: 100%;
  height: 100%;
  min-height: 34rem;
  object-fit: cover;
  border-radius: 1.4rem;}
@media (max-width: 860px) {.compact-lead .page-story{ min-height: 20rem; }
}
.local-proof{padding:calc(1.5rem*2.8) 1.68rem;background:#f6f1e3;color:#2b2118}
.local-proof .steady-footer,.local-proof .plain-items{max-width:1120px;margin:0 auto}
.local-proof h1{margin:0;color:#2b2118;font-size:clamp(2.2rem,5vw,4.2rem);line-height:1.02}
.local-proof .narrow-header{display:flex;gap:.55rem;flex-wrap:wrap;margin:1rem 0;color:#3f3427}
.local-proof .narrow-header span{background:var(--surface-main);color:var(--line-clear);border:1px solid var(--paint-card);border-radius:999px;padding:.42rem .65rem;font-size:calc(14.2px * .875)}
.local-proof .compact-brand{display:block;width:min(100%,1180px);max-height:520px;object-fit:cover;border-radius:1.4rem;box-shadow:0 6px 16px rgba(0,0,0,0.03);margin:1.2rem auto}
.local-proof .plain-items{background:var(--surface-main);color:var(--line-clear);border:1px solid var(--paint-card);border-radius:1.4rem;padding:1.4rem}
.local-proof p{margin:.85rem 0 0;color:var(--line-clear);opacity:.86;line-height:1.6}
.local-proof .bottom-team{font-size:calc(14.2px * 1.125);opacity:1}
.local-proof h2{margin:1.4rem 0 0;color:var(--line-clear);font-size:clamp(1.4rem,3vw,2rem);line-height:1.15}
.local-proof .plain-summary{margin-top:1.6rem;padding-top:1rem;border-top:1px solid var(--paint-card);font-size:calc(14.2px * .875);opacity:.9}
.local-proof .plain-summary a{color:#5c6b3f;text-decoration:underline;text-underline-offset:3px}
.local-proof .plain-summary a:hover{color:#a83a26}
.visual-contact{
  background: #f6f1e3;
  color: #2b2118;
  padding: calc(1.5rem * 2.4) 1.68rem;
}
.visual-contact .local-unit{width: min(100%, 1120px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .38fr) minmax(0, 1fr);
  gap: calc(0.93rem * 1.5);
  align-items: start;}
.visual-contact h2,
.visual-contact h3,
.visual-contact p{margin: 0;}
.visual-contact h2{font-size: calc(14.2px * 2); line-height: 1.1;}
.visual-contact h3{font-size: calc(14.2px * 1.35); line-height: 1.18;}
.visual-contact p{font-size: 14.2px; line-height: 1.74;}
.visual-contact .narrow-steps{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #ece3cd;
  color: #3f3427;
  border: 1px solid var(--paint-card);
}
.visual-contact .top-contact{display: flex;
  flex-direction: column;
  gap: 0.93rem;}
.visual-contact .top-footer{
  display: grid;
  grid-template-columns: .55rem minmax(8rem, .24fr) minmax(0, 1fr);
  grid-template-areas:
    "dot role role"
    "dot name name"
    "dot text text";
  column-gap: 1.5rem;
  row-gap: .35rem;
  align-items: start;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.65rem;
  background: var(--surface-main);
  color: var(--line-clear);
  border: 1px solid var(--paint-card);
  box-shadow: 0 1px 4px rgba(0,0,0,0.02);
  animation: peopleTimelineIn calc(530ms * 2) var(--speed-nav) both;
  animation-delay: var(--ease-slow, 0ms);
}
.visual-contact .top-footer i{
  grid-area: dot;
  width: .55rem;
  height: .55rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: #a83a26;color:#fbf5e8;}
.visual-contact .top-footer span{grid-area: role;
  font-size: calc(14.2px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
.visual-contact .top-footer h3{grid-area: name;}
.visual-contact .top-footer p{grid-area: text;}
@keyframes peopleTimelineIn {from{ opacity: .25; transform: translateY(calc(calc(0.93rem * 2) * .12)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 860px) {.visual-contact .local-unit{ grid-template-columns: 1fr; }.visual-contact .top-footer{
    grid-template-columns: .55rem minmax(0, 1fr);
    grid-template-areas:
      "dot role"
      "dot name"
      "dot text";
  }
}
.steady-details{
  background: #f6f1e3;
  color: #2b2118;
  padding: calc(1.5rem * 2.4) 1.68rem;
}
.steady-details .local-unit{width: min(100%, 1120px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, .42fr);
  gap: calc(0.93rem * 1.5);
  align-items: start;}
.steady-details h2,
.steady-details h3,
.steady-details p{margin: 0;}
.steady-details h2{font-size: calc(14.2px * 2);
  line-height: 1.1;
  margin-bottom: calc(1.5rem * .75);}
.steady-details h3{font-size: calc(14.2px * 1.35);
  line-height: 1.2;}
.steady-details p{font-size: 14.2px;
  line-height: 1.74;}
.steady-details .primary-menu{display: grid;
  align-content: start;}
.steady-details .featured-menu{
  display: grid;
  gap: calc(1.5rem * .75);
  padding: 1.5rem;
  border-radius: 1rem;
  background: #ece3cd;
  color: #3f3427;
  border: 1px solid var(--paint-card);
}
.steady-details .featured-menu a{width: fit-content;
  color: #5c6b3f;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-size: calc(14.2px * .875);}
.steady-details .featured-menu a:hover{color: #a83a26;}
.steady-details .team-view{grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(1.5rem * .75);
  margin-top: calc(0.93rem * 1.5);}
.steady-details .media-fields{
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.65rem;
  background: var(--surface-main);
  color: var(--line-clear);
  border: 1px solid var(--paint-card);
}
.steady-details .media-fields span{font-size: calc(14.2px * .875);
  color: #3f3427;
  letter-spacing: 0.02em;}
@media (max-width: 860px) {.steady-details .local-unit{
    grid-template-columns: 1fr;
  }.steady-details .team-view{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {.steady-details .team-view{
    grid-template-columns: 1fr;
  }
}
.team-track{
    padding:clamp(56px,7vw,96px) clamp(16px,4vw,36px);
    background:linear-gradient(140deg,#5c6b3f,#a83a26);
    color:#f6f1e3;
}
.team-track .local-unit{max-width:1120px;
    margin:0 auto;}
.team-track .service-contact{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:0.93rem;
    border-radius:1.4rem;
    border:1px solid color-mix(in srgb, currentColor 28%, transparent);
    background:color-mix(in srgb, currentColor 12%, transparent);
    padding:calc(1.5rem * .75);
}
.team-track .soft-summary{flex:1 1 60%;}
.team-track .soft-summary h2{margin:0;
    font-size:clamp(24px,3.6vw,38px);
    line-height:1.2;}
.team-track .soft-summary p{margin:calc(0.93rem * 1.5) 0 0;
    opacity:.94;}
.team-track .content-entries{display:flex;
    flex-direction:column;
    gap:calc(0.93rem * 0.6);
    flex:0 0 auto;
    padding-top:0.4rem;}
.team-track .content-entries a{
    text-decoration:none;
    white-space:nowrap;
    padding:10px 18px;
    border-radius:999px;
    background:#a83a26;
    color:#fbf5e8;
    font-weight:700;
    transition:background 530ms var(--speed-nav);
}
.team-track .content-entries a:hover{
    background:#8c2f1e;color:var(--line-clear);}
.team-track .narrow-wrap{margin:calc(0.93rem * 1.5) 0 0;
    font-size:calc(14.2px * .875);
    opacity:.85;}
@media (max-width:760px){.team-track .service-contact{
        flex-direction:column;
        align-items:flex-start;
    }.team-track .content-entries{
        flex-direction:row;
        flex-wrap:wrap;
    }
}
.local-benefit{
        padding: calc(1.5rem * 2.4) 1.68rem;
        background: #ece3cd;
        color: #3f3427
    }
.local-benefit .local-unit{max-width: 1120px;
        margin: 0 auto}
.local-benefit .open-actions{display: flex;
        flex-direction: column;
        gap: calc(0.93rem * 1.5);
        align-items: flex-start}
.local-benefit .active-brand{min-width: 0}
.local-benefit h2{margin: 0;
        font-size: calc(14.2px * 2);
        line-height: 1.1}
.local-benefit .active-brand p{margin: 1.5rem 0 0;
        font-size: calc(14.2px * 1.125);
        line-height: 1.74}
.local-benefit ul{flex: 1 1 44rem;
        min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0}
.local-benefit li{display: flex;
        gap: 0.93rem;
        align-items: flex-start;
        padding: 1.5rem 0}
.local-benefit li + li{border-top: 1px solid var(--paint-card)}
.local-benefit strong{flex: 0 1 17rem;
        min-width: 0;
        font-size: calc(14.2px * 1.35);
        line-height: 1.18}
.local-benefit span{flex: 1 1 26rem;
        min-width: 0;
        line-height: 1.74}
@media (max-width: 760px) {.local-benefit .open-actions, .local-benefit li{
            display: block
        }.local-benefit ul{
            margin-top: calc(0.93rem * 1.5)
        }.local-benefit span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.open-surface{padding:calc(1.5rem*2.6) 1.68rem;background:#f6f1e3;color:#2b2118}
.open-surface .steady-footer,.open-surface .plain-items{max-width:1120px;margin:0 auto}
.open-surface h1{margin:0;font-size:clamp(2rem,4.6vw,3.6rem);line-height:1.08;letter-spacing:-0.01em}
.open-surface .narrow-header{display:flex;gap:.5rem;flex-wrap:wrap;margin:1.1rem 0 1.6rem}
.open-surface .narrow-header span{background:var(--surface-main);color:var(--line-clear);border:1px solid var(--paint-card);border-radius:0.3rem;padding:.4rem .7rem;font-size:calc(14.2px * .875)}
.open-surface .compact-brand{display:block;width:min(100%,1180px);max-height:520px;object-fit:cover;border-radius:1rem;box-shadow:0 6px 16px rgba(0,0,0,0.03);margin:0 auto 1.8rem}
.open-surface .plain-items{background:var(--surface-main);color:var(--line-clear);border:1px solid var(--paint-card);border-radius:1rem;padding:calc(calc(1.5rem * .75)*1.4)}
.open-surface p{margin:.9rem 0 0;line-height:1.72}
.open-surface .bottom-team{font-size:calc(14.2px * 1.125);line-height:1.6;margin-top:0}
.open-surface h2{margin:2rem 0 0;font-size:clamp(1.3rem,2.6vw,1.85rem);line-height:1.2}
.open-surface .top-menu:first-of-type h2{margin-top:1.4rem}
.open-surface a{color:#5c6b3f;text-decoration:underline;text-underline-offset:3px}
.open-surface a:hover{color:#a83a26}
@media (max-width:640px){
.open-surface{padding:calc(1.5rem*1.6) 1.68rem}
.open-surface .plain-items{padding:calc(1.5rem * .75)}
}
.steady-region{
  background: linear-gradient(135deg, #f6f1e3 0%, #ece3cd 55%, #e3d8bd 100%);
  color: #2b2118;
  padding: calc(1.5rem * 2.4) 1.68rem;
}
.steady-region .local-unit{width: min(100%, 1120px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .38fr) minmax(0, 1fr);
  gap: calc(0.93rem * 1.5);
  align-items: start;}
.steady-region h2,
.steady-region h3,
.steady-region p{margin: 0;}
.steady-region h2{font-size: calc(14.2px * 2); line-height: 1.1;}
.steady-region h3{font-size: calc(14.2px * 1.35); line-height: 1.18;}
.steady-region p{font-size: 14.2px; line-height: 1.74;}
.steady-region .narrow-steps{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(0.93rem * 1.5);
  border-radius: 1rem;
  background: linear-gradient(135deg, #a83a26 0%, #5c6b3f 100%);
  color: #fbf5e8;
  position: sticky;
  top: 1.5rem;
}
.steady-region .top-contact{display: grid;
  gap: calc(1.5rem * .75);}
.steady-region .top-footer{
  display: grid;
  grid-template-columns: .7rem minmax(7rem, .22fr) minmax(0, 1fr);
  grid-template-areas:
    "dot role role"
    "dot name name"
    "dot text text";
  column-gap: 1.5rem;
  row-gap: .35rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: 0.65rem;
  background: var(--surface-main);
  color: var(--line-clear);
  border: 1px solid var(--paint-card);
  animation: peopleTimelineIn calc(530ms * 2) var(--speed-nav) both;
  animation-delay: var(--ease-slow, 0ms);
}
.steady-region i{
  grid-area: dot;
  width: .6rem;
  height: .6rem;
  margin-top: .45rem;
  border-radius: 50%;
  background: #5c6b3f;color:#f6f1e3;}
.steady-region .top-footer span{grid-area: role;
  font-size: calc(14.2px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
.steady-region .top-footer h3{grid-area: name;}
.steady-region .top-footer p{grid-area: text;}
@keyframes peopleTimelineIn {from{ opacity: .25; transform: translateX(calc(calc(0.93rem * 2) * .14)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 860px) {.steady-region .local-unit{ grid-template-columns: 1fr; }.steady-region .narrow-steps{ position: static; }.steady-region .top-footer{
    grid-template-columns: .7rem minmax(0, 1fr);
    grid-template-areas:
      "dot role"
      "dot name"
      "dot text";
  }
}
.clear-stack{
  background: #f6f1e3;
  color: #2b2118;
  padding: calc(1.5rem * 2.4) 1.68rem;
}
.clear-stack .local-unit{width: min(100%, 1120px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(13rem, .4fr);
  gap: 0.93rem;
  align-items: start;}
.clear-stack h2,
.clear-stack h3,
.clear-stack p{margin: 0;}
.clear-stack h2{font-size: calc(14.2px * 2);
  line-height: 1.1;}
.clear-stack h3{font-size: calc(14.2px * 1.35);
  line-height: 1.18;}
.clear-stack p{font-size: 14.2px;
  line-height: 1.74;}
.clear-stack .primary-menu{display: grid;
  gap: calc(0.93rem * 1.5);}
.clear-stack .featured-menu{
  display: grid;
  gap: calc(0.93rem * 1.5);
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #ece3cd;
  color: #3f3427;
  border: 1px solid var(--paint-card);
}
.clear-stack .featured-menu p{font-size: calc(14.2px * .875);
  line-height: 1.5;}
.clear-stack .featured-menu a{width: fit-content;
  color: #5c6b3f;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-size: calc(14.2px * .875);}
.clear-stack .featured-menu a:hover{color: #a83a26;}
.clear-stack .team-view{grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(1.5rem * .75);
  margin-top: 1.5rem;}
.clear-stack .media-fields{
  display: grid;
  gap: calc(0.93rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.65rem;
  background: var(--surface-main);
  color: var(--line-clear);
  border: 1px solid var(--paint-card);
}
.clear-stack .media-fields span{font-size: calc(14.2px * .875);
  color: #3f3427;
  letter-spacing: 0.02em;}
.clear-stack .media-fields p{font-size: calc(14.2px * .875);
  line-height: 1.6;}
@media (max-width: 820px) {.clear-stack .local-unit,
  .clear-stack .team-view{ grid-template-columns: 1fr; }
}
.soft-benefit{padding:calc(1.5rem * 2.4) 1.68rem;background:linear-gradient(135deg, #f6f1e3 0%, #ece3cd 55%, #e3d8bd 100%);color:#2b2118;}
.soft-benefit .local-unit{max-width:1120px;margin:0 auto;}
.soft-benefit .featured-unit{margin-bottom:calc(0.93rem * 1.5);}
.soft-benefit .featured-unit p{margin:0;font-weight:700;font-size:calc(14.2px * .875);letter-spacing:.02em;opacity:.85;}
.soft-benefit .featured-unit h2{margin:6px 0 0;font-size:calc(14.2px * 2);}
.soft-benefit .soft-summary{margin:0 0 calc(0.93rem * 1.5);font-size:14.2px;line-height:1.74;}
.soft-benefit .visual-tile{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.soft-benefit .media-fields{border-left:3px solid #a83a26;padding:2px 0 2px calc(1.5rem * .75);}
.soft-benefit .media-fields .service-media{display:block;font-size:calc(14.2px * .875);text-transform:uppercase;letter-spacing:.06em;font-weight:700;}
.soft-benefit .media-fields h3{margin:6px 0 8px;font-size:calc(14.2px * 1.35);}
.soft-benefit .media-fields p{margin:0;line-height:1.74;}
.soft-benefit .content-entries{margin-top:calc(0.93rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid var(--paint-card);display:flex;flex-wrap:wrap;align-items:baseline;gap:0.93rem;}
.soft-benefit .content-entries p{margin:0;flex:1 1 320px;font-size:calc(14.2px * .875);}
.soft-benefit .content-entries a{text-decoration:underline;text-underline-offset:3px;font-size:calc(14.2px * .875);font-weight:700;}
.soft-benefit .content-entries a:hover{}
@media (max-width:640px){.soft-benefit .media-fields{padding-left:1.68rem;}.soft-benefit .content-entries{flex-direction:column;align-items:flex-start;}
    }
.main-flow{padding:calc(1.5rem * 2.4) 1.68rem;background:#f6f1e3;color:#2b2118}
.main-flow .local-unit{max-width:min(1120px,56rem);margin:0 auto}
.main-flow .active-brand{max-width:48rem}
.main-flow h2{margin:0;font-size:calc(14.2px * 2);line-height:1.1}
.main-flow .active-brand p{margin:1.5rem 0 0;color:#3f3427;line-height:1.74}
.main-flow .fresh-footer{margin-top:calc(0.93rem * 1.5);border-top:1px solid var(--paint-card)}
.main-flow details{padding:1.5rem 0;border-bottom:1px solid var(--paint-card)}
.main-flow summary{cursor:pointer;font-size:calc(14.2px * 1.35);line-height:1.22;list-style:none}
.main-flow summary::-webkit-details-marker{display:none}
.main-flow summary::before{content:"—";margin-right:0.6rem;color:#a83a26}
.main-flow details[open] summary::before{content:"·"}
.main-flow details p{margin:1.5rem 0 0;color:#3f3427;line-height:1.74}
@media(max-width:720px){.main-flow .fresh-footer{margin-top:calc(0.93rem * 1.5)}}
.media-story{
      padding:calc(1.5rem*2.6) 1.68rem calc(1.5rem*2.2);
      background:#f6f1e3;
      color:#2b2118;
    }
.media-story .secondary-nav{max-width:1120px;
      margin:0 auto;}
.media-story .featured-unit{border-bottom:1px solid var(--paint-card);
      padding-bottom:calc(0.93rem * 1.5);
      margin-bottom:calc(0.93rem * 1.5);}
.media-story h1{margin:0;
      font-size:clamp(2rem,4.6vw,3.4rem);
      line-height:1.08;
      letter-spacing:-0.01em;}
.media-story .visual-headline{display:flex;
      flex-wrap:wrap;
      gap:0.93rem;
      margin-top:calc(0.93rem * 1.5);
      font-size:calc(14.2px * .875);
      color:#3f3427;}
.media-story .visual-headline span{
      padding:0.28rem 0.7rem;
      border:1px solid var(--paint-card);
      border-radius:0.3rem;
      background:#ece3cd;
      color:#3f3427;
    }
.media-story .plain-story{margin:0 0 calc(0.93rem * 1.5);}
.media-story .plain-story img{display:block;
      width:100%;
      max-height:540px;
      object-fit:cover;
      border-radius:1rem;
      box-shadow:0 6px 16px rgba(0,0,0,0.03);}
.media-story .plain-story figcaption{margin-top:0.7rem;
      font-size:calc(14.2px * .875);
      color:#3f3427;}
.media-story .primary-menu{display:flex;
      flex-direction:column;
      gap:calc(0.93rem * 1.5);}
.media-story .soft-summary{font-size:calc(14.2px * 1.125);
      line-height:1.6;
      margin:0;
      padding-left:calc(1.5rem * .75);
      border-left:3px solid #a83a26;}
.media-story .content-copy h2{margin:0 0 0.6rem;
      font-size:clamp(1.3rem,2.6vw,1.85rem);
      line-height:1.2;}
.media-story .content-copy p{margin:0 0 0.85rem;
      line-height:1.72;}
.media-story .content-copy p:last-child{margin-bottom:0;}
.media-story .narrow-wrap{
      margin:0;
      padding:calc(1.5rem * .75);
      background:#ece3cd;
      color:#3f3427;
      border-left:3px solid #5c6b3f;
      border-radius:0.3rem;
      font-size:calc(14.2px * .875);
      line-height:1.65;
    }
.media-story .content-entries{margin-top:calc(0.93rem * 1.5);
      padding-top:calc(0.93rem * 1.5);
      border-top:1px solid var(--paint-card);
      display:flex;
      flex-wrap:wrap;
      gap:0.93rem;
      align-items:baseline;}
.media-story .content-entries a{color:#5c6b3f;
      text-decoration:none;
      border-bottom:1px solid #5c6b3f;
      padding-bottom:1px;
      font-size:calc(14.2px * .875);
      transition:color 530ms var(--speed-nav), border-color 530ms var(--speed-nav);}
.media-story .content-entries a:hover{color:#a83a26;
      border-color:#a83a26;}
@media (max-width:640px){.media-story{padding:calc(1.5rem*1.6) 1.68rem}.media-story .soft-summary{padding-left:calc(1.5rem * .75)}
    }
.open-section{
  background: #f6f1e3;
  color: #2b2118;
  padding: calc(1.5rem * 2.4) 1.68rem;
}
.open-section .local-unit{width: min(100%, 1120px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .38fr) minmax(0, 1fr);
  gap: calc(0.93rem * 1.5);
  align-items: start;}
.open-section h2,
.open-section h3,
.open-section p{margin: 0;}
.open-section h2{font-size: calc(14.2px * 2); line-height: 1.1;}
.open-section h3{font-size: calc(14.2px * 1.35); line-height: 1.18;}
.open-section p{font-size: 14.2px; line-height: 1.74;}
.open-section .narrow-steps{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #ece3cd;
  color: #3f3427;
  border: 1px solid var(--paint-card);
}
.open-section .top-contact{display: grid;
  gap: 0.93rem;}
.open-section .top-footer{
  display: grid;
  grid-template-columns: .55rem minmax(6rem, .22fr) minmax(9rem, .3fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.65rem;
  background: var(--surface-main);
  color: var(--line-clear);
  border: 1px solid var(--paint-card);
  animation: peopleTimelineIn calc(530ms * 2) var(--speed-nav) both;
  animation-delay: var(--ease-slow, 0ms);
}
.open-section i{
  width: .5rem;
  height: .5rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: #a83a26;color:#fbf5e8;}
.open-section .top-footer span{font-size: calc(14.2px * .875);
  padding-top: .2rem;}
@keyframes peopleTimelineIn {from{ opacity: .25; transform: translateX(calc(calc(0.93rem * 2) * .14)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 860px) {.open-section .local-unit,
  .open-section .top-footer{ grid-template-columns: 1fr; }.open-section i{ display: none; }
}
.narrow-frame{
  background: #f6f1e3;
  color: #2b2118;
  padding: calc(1.5rem * 2.4) 1.68rem;
}
.narrow-frame .local-unit{width: min(100%, 1120px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.93rem * 1.5);
  align-items: start;}
.narrow-frame h2,
.narrow-frame h3,
.narrow-frame p{margin: 0;}
.narrow-frame .soft-summary{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1 1 22rem;
  min-width: 0;}
.narrow-frame h2{font-size: calc(14.2px * 2);
  line-height: 1.1;}
.narrow-frame .soft-summary p,
.narrow-frame .contact-items p{color: #3f3427;
  line-height: 1.74;}
.narrow-frame .content-panel{display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 1rem;
  border: 1px solid var(--paint-card);}
.narrow-frame .headline{display: flex;
  flex-wrap: wrap;
  gap: 0.93rem;
  flex: 2 1 34rem;
  min-width: 0;}
.narrow-frame .contact-items{
  flex: 1 1 min(100%, 16rem);
  min-width: 0;
  background: var(--surface-main);
  color: var(--line-clear);
  border: 1px solid var(--paint-card);
  border-radius: 0.65rem;
  padding: calc(1.5rem * .75);
  box-shadow: 0 1px 4px rgba(0,0,0,0.02);
}
.narrow-frame .page-story{display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.3rem;
  margin-bottom: calc(1.5rem * .75);}
.narrow-frame .contact-items:nth-child(3n) .page-story{aspect-ratio: 3 / 4;}
.narrow-frame h3{font-size: calc(14.2px * 1.35);
  line-height: 1.18;
  margin-bottom: calc(1.5rem * .75);}
@media (max-width: 860px) {.narrow-frame .soft-summary,
  .narrow-frame .headline{ flex: 1 1 100%; }
}
.service-footer{
    padding:calc(1.5rem * 2.4) 1.68rem;
    background:#ece3cd;
    color:#3f3427;
}
.service-footer .local-unit{max-width:1120px;
    margin:0 auto;}
.service-footer .visual-tile{display:flex;
    flex-wrap:wrap;
    gap:calc(0.93rem * 1.5);
    align-items:flex-start;
    border-top:1px solid var(--paint-card);
    padding-top:calc(0.93rem * 1.5);}
.service-footer .soft-summary{flex:1 1 420px;
    min-width:0;}
.service-footer .soft-summary h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(14.2px * 2);
    line-height:1.25;}
.service-footer .soft-summary p{margin:0 0 0.93rem;
    font-size:14.2px;
    line-height:1.74;}
.service-footer .soft-summary .narrow-wrap{font-size:calc(14.2px * .875);
    opacity:.85;
    margin-bottom:0;}
.service-footer .public-plan{
    flex:0 1 300px;
    min-width:0;
    display:flex;
    flex-direction:column;
    gap:0.93rem;
    padding:calc(1.5rem * .75);
    border:1px solid var(--paint-card);
    border-radius:1rem;
    background:var(--surface-main);
    color:var(--line-clear);
}
.service-footer .site-stack{
    display:inline-block;
    text-align:center;
    text-decoration:none;
    padding:12px 20px;
    border-radius:0.65rem;
    background:#5c6b3f;
    color:#f6f1e3;
    font-weight:700;
    transition:background 530ms var(--speed-nav);
}
.service-footer .site-stack:hover{
    background:#48552f;color:var(--line-clear);}
.service-footer .content-entries{margin:0;
    font-size:calc(14.2px * .875);
    line-height:1.6;}
.service-footer .content-entries a{text-decoration:underline;}
.service-footer .content-entries a:hover{}
@media (max-width:760px){.service-footer .visual-tile{
        flex-direction:column;
    }.service-footer .public-plan{
        flex:1 1 auto;
        width:100%;
    }
}
.contact-footer{
        padding: calc(1.5rem * 2.4) 1.68rem;
        background: #ece3cd;
        color: #3f3427
    }
.contact-footer .local-unit{max-width: 1120px;
        margin: 0 auto}
.contact-footer .steady-frame{display: grid;
        grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
        gap: calc(0.93rem * 1.5);
        align-items: start}
.contact-footer h2{min-width: 0;
        margin: 0;
        font-size: calc(14.2px * 2);
        line-height: 1.12}
.contact-footer .open-visual{min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 1.5rem}
.contact-footer .open-visual p{margin: 0;
        font-size: calc(14.2px * 1.125);
        line-height: 1.74}
.contact-footer .main-note{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        margin-top: calc(1.5rem * .75)}
.contact-footer .main-note span{
        border-radius: 0.3rem;
        background: var(--surface-main);
        color: var(--line-clear);
        border: 1px solid var(--paint-card);
        padding: calc(calc(1.5rem * .75) * .6) calc(1.5rem * .75);
        font-size: calc(14.2px * .875)
    }
@media (max-width: 760px) {.contact-footer .steady-frame{
            grid-template-columns: 1fr
        }
    }
.clear-shell{padding:calc(1.5rem * 2.4) 1.68rem;background:#ece3cd;color:#3f3427}
.clear-shell .local-unit{max-width:1120px;margin:0 auto;display:flex;gap:calc(0.93rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.clear-shell .team-wrap{flex:1 1 22rem;min-width:0}
.clear-shell h2{margin:0 0 calc(0.93rem * 1.5);font-size:calc(14.2px * 2);line-height:1.1}
.clear-shell .active-brand{margin:0 0 1.5rem;line-height:1.74}
.clear-shell .team-view{margin:0 0 1.5rem;border-top:1px solid var(--paint-card)}
.clear-shell .team-view p{display:flex;gap:0.93rem;margin:0;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--paint-card);line-height:1.74}
.clear-shell .team-view strong{flex:0 0 6.5rem;font-size:calc(14.2px * .875);text-transform:uppercase;letter-spacing:.04em}
.clear-shell .team-view span{display:block;min-width:0}
.clear-shell .narrow-wrap{margin:0;font-size:calc(14.2px * .875);line-height:1.74;}
.clear-shell form{flex:1 1 20rem;min-width:0;background:#2b2118;color:#f6f1e3;border-radius:1rem;padding:calc(0.93rem * 1.5);box-shadow:0 6px 16px rgba(0,0,0,0.03)}
.clear-shell .top-surface{margin:0 0 1.5rem;font-size:14.2px;line-height:1.74}
.clear-shell label{display:block;margin-top:1.5rem}
.clear-shell label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(14.2px * .875)}
.clear-shell input,.clear-shell textarea{width:100%;border:1px solid var(--paint-card);border-radius:0.3rem;background:var(--surface-main);color:var(--line-clear);font:inherit;padding:calc(1.5rem * .75);outline:none}
.clear-shell input:focus,.clear-shell textarea:focus{border-color:#a83a26}
.clear-shell textarea{resize:vertical}
.clear-shell .narrow-copy{display:flex;align-items:flex-start;gap:calc(1.5rem * .75)}
.clear-shell .narrow-copy input{width:auto;flex:0 0 auto;margin-top:.35rem}
.clear-shell .narrow-copy span{margin:0;font-size:calc(14.2px * .875);line-height:1.74}
.clear-shell button{margin-top:1.5rem;border:0;border-radius:0.3rem;background:#a83a26;color:#fbf5e8;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 530ms var(--speed-nav)}
.clear-shell button:hover{background:#8c2f1e;color:var(--line-clear);}
.clear-shell .quiet-footer{margin:1.5rem 0 0;font-size:calc(14.2px * .875);line-height:1.74}
@media(max-width:860px){.clear-shell .local-unit{display:block}.clear-shell form{margin-top:calc(0.93rem * 1.5)}.clear-shell .team-view strong{flex-basis:5.5rem}}
.direct-note{background:#f6f1e3;color:#2b2118;padding:calc(1.5rem * 2.4) 1.68rem}
.direct-note .local-unit{max-width:min(1120px,64rem);margin:0 auto}
.direct-note .primary-lead{display:flex;flex-direction:column;align-items:flex-start;gap:calc(0.93rem * 1.5)}
.direct-note .narrow-wrap{margin:0;color:#3f3427;line-height:1.74;font-size:14.2px}
.direct-note h2{margin:0;font-size:clamp(calc(14.2px * 2),5vw,calc(14.2px * 2.65));line-height:1.1;letter-spacing:0}
.direct-note .soft-fields{display:block;width:min(100%,46rem);height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:1rem;box-shadow:0 1px 4px rgba(0,0,0,0.02)}
.direct-note .open-inner{display:flex;flex-direction:column;gap:0.93rem;width:100%;border-top:1px solid var(--paint-card);padding-top:calc(0.93rem * 1.5)}
.direct-note .steady-flow{display:flex;flex-wrap:wrap;gap:0.93rem;align-items:baseline;padding-bottom:0.93rem;border-bottom:1px solid var(--paint-card)}
.direct-note .text-plan{flex:0 0 12rem;font-size:calc(14.2px * .875);text-transform:uppercase;letter-spacing:0.06em;color:#3f3427}
.direct-note .service-media{margin:0;flex:1 1 18rem;line-height:1.74}
.direct-note .service-media a{color:#5c6b3f;text-decoration:none;border-bottom:1px solid var(--paint-card)}
.direct-note .service-media a:hover{color:#a83a26}
.direct-note .primary-menu{margin:0;line-height:1.74}
.direct-note .top-media{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.direct-note .top-media a{padding:calc(1.5rem * .75);border-radius:0.3rem;background:var(--surface-main);color:var(--line-clear);border:1px solid var(--paint-card);text-decoration:none;font-size:calc(14.2px * .875)}
.direct-note .top-media a:first-child{background:#5c6b3f;color:#f6f1e3;border-color:#5c6b3f}
.direct-note .top-media a:first-child:hover{background:#48552f;color:var(--line-clear);}
@media (max-width:640px){.direct-note .text-plan{flex:0 0 100%}
}
.top-items{padding:calc(1.5rem * 2.4) 1.68rem;background:#a83a26;color:#fbf5e8}
.top-items .secondary-nav{max-width:1120px;margin:0 auto}
.top-items .featured-unit{margin-bottom:calc(0.93rem * 1.5)}
.top-items h2{margin:0 0 calc(0.93rem * 1.5);font-size:calc(14.2px * 2);line-height:1.15}
.top-items .soft-summary{margin:0;font-size:calc(14.2px * 1.125);line-height:1.74}
.top-items .local-summary{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:calc(1.5rem * .75);align-items:start}
.top-items .visual-tile{display:flex;flex-direction:column;gap:0.93rem}
.top-items .steady-flow{padding:calc(1.5rem * .75);border-radius:0.65rem;background:var(--surface-main);color:var(--line-clear);border:1px solid var(--paint-card)}
.top-items .text-plan{display:block;font-size:calc(14.2px * .875);letter-spacing:.02em;text-transform:uppercase;opacity:.75}
.top-items .narrow-footer{display:block;margin-top:calc(0.93rem * .5);font-size:14.2px;line-height:1.74;font-weight:400}
.top-items .narrow-footer a{text-decoration:underline;text-underline-offset:3px}
.top-items .narrow-footer a:hover{}
.top-items .top-group{min-height:32rem;border-radius:1rem;overflow:hidden;border:1px solid var(--paint-card);background:var(--surface-main);color:var(--line-clear);}
.top-items iframe{display:block;width:100%;height:100%;border:0}
.top-items .narrow-wrap{margin:calc(0.93rem * 1.5) 0 0;font-size:calc(14.2px * .875);line-height:1.74;opacity:.85}
@media (max-width:860px){.top-items .local-summary{grid-template-columns:1fr}.top-items .top-group{min-height:22rem}
}
.offer-surface{padding:calc(1.5rem * 2.4) 1.68rem;background:#ece3cd;color:#3f3427}
.offer-surface .page-proof{max-width:min(1120px,58rem);margin:0 auto}
.offer-surface h2{margin:0;font-size:calc(14.2px * 2);line-height:1.15}
.offer-surface .fresh-proof{margin:1.5rem 0 calc(0.93rem * 1.5);font-size:calc(14.2px * 1.125);line-height:1.74}
.offer-surface .strong-panel{display:flex;flex-direction:column;gap:0}
.offer-surface .narrow-wrap{padding:calc(1.5rem * .75) 0;border-top:1px solid var(--paint-card)}
.offer-surface .narrow-wrap:last-child{border-bottom:1px solid var(--paint-card)}
.offer-surface h3{margin:0 0 0.6rem;font-size:calc(14.2px * 1.35);line-height:1.25}
.offer-surface .narrow-wrap p{margin:0}
.offer-surface .narrow-wrap p + p{margin-top:0.5rem}
.offer-surface .strong-actions{font-size:calc(14.2px * .875);opacity:0.85}
@media (min-width:768px){.offer-surface .narrow-wrap{display:grid;grid-template-columns:minmax(0,14rem) minmax(0,1fr);gap:0.93rem;align-items:start}.offer-surface h3{margin:0}
}
.surface{background:#f6f1e3;color:#2b2118;padding:calc(1.5rem * 2.4) 1.68rem}
.surface .local-unit{max-width:1120px;margin:0 auto}
.surface .open-actions{display:flex;align-items:flex-start;gap:calc(0.93rem * 1.5)}
.surface .active-brand{flex:0 1 30rem;min-width:0}
.surface h2{margin:0;font-size:clamp(calc(14.2px * 2),5vw,calc(14.2px * 2.65));line-height:1.1;letter-spacing:0}
.surface p{margin:1.5rem 0 0;color:#3f3427;font-size:calc(14.2px * 1.125);line-height:1.65}
.surface .open-inner{flex:1 1 36rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid var(--paint-card)}
.surface .steady-flow{display:flex;gap:0.93rem;padding:1.5rem 0;border-bottom:1px solid var(--paint-card)}
.surface strong{flex:0 1 14rem;min-width:0;font-size:14.2px}
.surface span{flex:1 1 20rem;min-width:0;color:#3f3427;line-height:1.6}
.surface a{color:#5c6b3f;text-decoration:none;border-bottom:1px solid var(--paint-card)}
.surface a:hover{color:#a83a26}
@media(max-width:760px){.surface .open-actions,.surface .steady-flow{flex-direction:column}.surface .steady-flow{gap:calc(calc(1.5rem * .75)*.5)}}
.text-team{
  padding:calc(1.5rem * 2.4) 1.68rem;
  background:#2b2118;
  color:#f6f1e3;
}
.text-team .primary-menu{max-width:min(1120px,60rem);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(0.93rem * 1.5);}
.text-team h2{margin:0;
  font-size:calc(14.2px * 2.65);
  line-height:1.08;
  letter-spacing:0.01em;}
.text-team .active-brand{margin:0;
  font-size:calc(14.2px * 1.125);
  line-height:1.74;
  color:color-mix(in srgb,currentColor 74%,transparent);}
.text-team .direct-callout{margin:0;
  padding:calc(1.5rem * .75) 0 0;
  border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);}
.text-team .direct-callout:first-of-type{border-top:0;
  padding-top:0;}
.text-team h3{margin:0 0 calc(1.5rem * .75);
  font-size:calc(14.2px * 1.35);
  line-height:1.25;}
.text-team .direct-callout p{margin:0;
  font-size:14.2px;
  line-height:1.74;
  color:color-mix(in srgb,currentColor 76%,transparent);}
@media (max-width:640px){.text-team .primary-menu{gap:1.5rem}.text-team h2{font-size:calc(14.2px * 2)}
}
.plain-footer{
  padding: calc(1.5rem * 2.4) 1.68rem;
  background: #2b2118;
  color: #f6f1e3;
}
.plain-footer .local-unit{max-width: min(1120px, 72rem);
  margin: 0 auto;}
.plain-footer .soft-summary h2{margin: 0;
  max-width: 46rem;
  font-size: calc(14.2px * 2);
  line-height: 1.1;}
.plain-footer .active-brand{margin: calc(1.5rem * .75) 0 calc(0.93rem * 1.5);
  max-width: 44rem;
  font-size: calc(14.2px * 1.125);
  color: #d6c9ac;}
.plain-footer .active-details{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  margin-bottom: calc(0.93rem * 1.5);}
.plain-footer .active-details .media-fields{
  flex: 1 1 16rem;
  padding: calc(1.5rem * .75);
  border: 1px solid #3f3427;
  border-radius: 1rem;
  background: #2b2118;
  color: #f6f1e3;
}
.plain-footer .active-details strong{display: block;
  font-size: calc(14.2px * 1.35);}
.plain-footer .active-details p{margin: calc(1.5rem * .75) 0 0;
  color: #d6c9ac;}
.plain-footer .local-contact{padding-top: calc(0.93rem * 1.5);
  border-top: 1px solid #3f3427;}
.plain-footer .narrow-wrap{margin: 0 0 calc(1.5rem * .75);
  color: #d6c9ac;}
.plain-footer .content-entries{margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) calc(0.93rem * 1.5);}
.plain-footer .content-entries li{}
.plain-footer a{color: #d6c9ac;
  text-decoration: underline;
  text-underline-offset: 3px;}
.plain-footer a:hover{}
.plain-footer .bottom-section{margin: calc(1.5rem * .75) 0 0;
  color: #d6c9ac;}
@media (max-width: 640px) {.plain-footer .active-details{
    flex-direction: column;
  }
}
.wide-menu{--field-static:calc(1.5rem * 1.19);--layer-base:calc(1120px / 2.25);padding:calc(1.5rem * 2.4) 1.68rem;background:#5c6b3f;color:#f6f1e3;}
.wide-menu .local-unit{max-width:1120px;margin:0 auto;}
.wide-menu h1,.wide-menu h2,.wide-menu h3,.wide-menu p{margin:0;}
.wide-menu h2{font-size:calc(14.2px * 2);line-height:1.12;}
.wide-menu p{font-size:14.2px;line-height:1.74;color:color-mix(in srgb, currentColor 78%, transparent);}
.wide-menu a{color:inherit;text-decoration:none;}
.wide-menu .soft-summary{display:flex;flex-direction:column;gap:calc(0.93rem * 1.5);}
.wide-menu .primary-menu{margin-top:calc(0.93rem * 1.5);}
.wide-menu .content-entries{display:flex;flex-wrap:wrap;align-items:center;gap:0.93rem;margin-top:1.5rem;}
.wide-menu .public-plan{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.3rem;background:#f6f1e3;color:#5c6b3f;}
.wide-menu .bottom-section{display:inline-flex;align-items:center;padding:calc(calc(1.5rem * .75) * 0.6) calc(1.5rem * .75);border:1px solid color-mix(in srgb, currentColor 45%, transparent);border-radius:0.3rem;font-size:calc(14.2px * .875);}
.wide-menu .bottom-section:hover{border-color:currentColor;}
.wide-menu .narrow-wrap{margin-top:1.5rem;font-size:calc(14.2px * .875);}
.local-media{padding:calc(1.5rem * 2.4) 1.68rem;background:#f6f1e3;color:#2b2118}
.local-media .local-unit{max-width:1120px;margin:0 auto}
.local-media .primary-lead{display:flex;flex-wrap:wrap;gap:calc(0.93rem * 1.5);align-items:flex-start}
.local-media .soft-summary{flex:1 1 34rem;min-width:0}
.local-media .narrow-wrap{margin:0 0 calc(1.5rem * .75);font-size:calc(14.2px * .875);letter-spacing:.06em;text-transform:uppercase;color:#3f3427}
.local-media h2{margin:0 0 calc(0.93rem * 1.5);font-size:calc(14.2px * 2.65);line-height:1.08}
.local-media .primary-menu{margin:0;font-size:14.2px;line-height:1.74}
.local-media .compact-panel{flex:1 1 26rem;min-width:0;padding-top:calc(1.5rem * .75)}
.local-media .fresh-area{margin:0;line-height:1.74}
.local-media .public-plan{display:inline-flex;margin-top:1.5rem;border-radius:0.65rem;background:#a83a26;color:#fbf5e8;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:background 530ms var(--speed-nav)}
.local-media .public-plan:hover{background:#8c2f1e;color:var(--line-clear);}
.local-media .content-entries{list-style:none;margin:calc(0.93rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.local-media .content-entries a{display:block;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--paint-card);color:#5c6b3f;text-decoration:none;transition:color 530ms var(--speed-nav)}
.local-media .content-entries a:hover{color:#a83a26}
@media(max-width:760px){.local-media h2{font-size:calc(14.2px * 2)}.local-media .compact-panel{margin-top:calc(0.93rem * 1.5);padding-top:0}}
