html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:"Inter", sans-serif;}
.plain-feature {
    width: 100%;
    background: #faf6f2;
    color: #1c1412;
    border-bottom: 1px solid #e2d7cd;
  }
:root {
  --motion-panel: ease;
  --paint-secondary: #8f1d22;
}
.visual-track {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem 1.51rem;
    display: flex;
    align-items: center;
    gap: 2.33rem;
  }
.steady-visual {
    font-size: calc(17.1px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #1c1412;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
.steady-visual:hover {
    color: #b8322f;
  }
.nav-desktop {
    flex: 1 1 auto;
    margin-left: calc(2.33rem * 1.5);
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(2.33rem * 1.5);
    flex-wrap: wrap;
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 17.1px;
    color: #1c1412;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 150ms var(--motion-panel),
                border-color 150ms var(--motion-panel);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #b8322f;
    border-bottom-color: #b8322f;
    outline: none;
  }
.direct-headline {
    flex-shrink: 0;
    margin-left: auto;
  }
.local-tile {
    display: inline-block;
    padding: 0.6rem 1.1rem;
    background: var(--paint-secondary);
    color: #fdf6f2;
    font-size: 17.1px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.53rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.13);
    transition: background 150ms var(--motion-panel),
                box-shadow 150ms var(--motion-panel);
  }
.local-tile:hover,
  .local-tile:focus-visible{
    background: #741518;
    box-shadow: 0 12px 30px rgba(0,0,0,0.17);
    outline: none;color:#1c1412;}
.secondary-method {
    display: none;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin-left: auto;
    background: #f1e9e2;
    color: #332a27;
    border: 1px solid #e2d7cd;
    border-radius: 0.53rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.focused-headline{
    display: block;
    width: 20px;
    height: 2px;
    background: #332a27;
    border-radius: 0.27rem;color:#1c1412;}
.nav-mobile {
    display: none;
    width: 100%;
    background: #f1e9e2;
    color: #332a27;
    border-top: 1px solid #e2d7cd;
  }
.nav-mobile-list {
    list-style: none;
    margin: 0 auto;
    padding: calc(2.33rem * 1.5) 1.51rem;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: calc(2.33rem * 1.5);
  }
.nav-mobile-list a {
    display: block;
    padding: 0.5rem 0;
    font-size: 17.1px;
    color: #332a27;
    text-decoration: none;
    border-bottom: 1px solid #e2d7cd;
  }
.nav-mobile-list a:hover,
  .nav-mobile-list a:focus-visible {
    color: #b8322f;
    outline: none;
  }
@media (max-width: 767px) {
    .nav-desktop,
    .direct-headline {
      display: none;
    }

    .secondary-method {
      display: flex;
    }

    .nav-mobile.is-open {
      display: block;
    }
  }
.media-brand{font-family:"Inter", sans-serif;font-size:17.1px;line-height:1.36;padding:calc(1.5rem * 2.4) 1.51rem;background:#1c1412;color:#f6f1ec;}
.steady-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.33rem * 1.5)}
.clear-feature{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:calc(2.33rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.15)}
.team-lead{font-size:calc(17.1px * 1.125);font-weight:600;margin:0;letter-spacing:0.02em}
.page-section{display:flex;flex-direction:column;gap:0.35rem;font-style:normal;font-size:17.1px}
.content-area{display:block}
.narrow-header{color:inherit;text-decoration:none;transition:opacity 150ms var(--motion-panel)}
.narrow-header:hover{opacity:0.75;text-decoration:underline}
.soft-view{display:flex;flex-direction:column;gap:1.5rem}
.focused-nav{font-size:calc(17.1px * 1.35);font-weight:700;margin:0;letter-spacing:0.01em}
.offer-section{margin:0;font-size:calc(17.1px * .875);opacity:0.8;max-width:42ch}
.offer-unit{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:2.33rem}
.service-panel{display:flex;flex-direction:column;gap:1.5rem}
.service-view{font-size:calc(17.1px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.08em;margin:0;opacity:0.7}
.service-rail{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.4rem}
.service-rail a{color:inherit;text-decoration:none;font-size:17.1px;transition:opacity 150ms var(--motion-panel)}
.service-rail a:hover{opacity:0.75;text-decoration:underline;color:inherit}
.strong-view{display:flex;flex-direction:column;gap:1.5rem;padding-top:calc(2.33rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15)}
.active-figure{margin:0;font-size:calc(17.1px * .875);opacity:0.75;max-width:72ch;line-height:1.5}
.plain-entries{margin:0;font-size:calc(17.1px * .875);opacity:0.6}
@media (max-width: 768px) {.offer-unit{grid-template-columns:1fr;gap:calc(2.33rem * 1.5)}.media-brand{padding:calc(1.5rem * 2.4) 1.51rem;background:#1c1412;color:#f6f1ec;}
  }
@media (min-width: 769px) and (max-width: 1024px) {.offer-unit{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
.cookies {
        position: fixed;
        left: 1.51rem;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1200
    }
.cookies .media-headline {
        width: min(22rem, calc(100vw - 1.51rem * 2));
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding: 1.5rem;
        border: 1px solid color-mix(in srgb, currentColor 14%, transparent);
        background: #f5f5f5;
        color: #0a0f1a;
        box-shadow: 0 24px 50px rgba(0,0,0,0.21)
    }
.cookies strong {
        font-size: calc(17.1px * 1.35);
        line-height: 1.12
    }
.cookies p {
        margin: 0 0 calc(1.5rem * .75);
        color: #2a3040;
        line-height: 1.36
    }
.cookies button {
        border: 1px solid color-mix(in srgb, currentColor 16%, transparent);
        border-radius: 0.27rem;
        background: #fff;
        color: #0a0f1a;
        font: inherit;
        padding: calc(1.5rem * .75);
        cursor: pointer;
        text-align: left
    }
.cookies button.cookie-accept {
        background: var(--paint-secondary);
        color: #fdf6f2;
        border-color: var(--paint-secondary)
    }
@media (max-width: 620px) {
        .cookies {
            top: auto;
            right: 1.51rem;
            bottom: 1.5rem;
            transform: none
        }

        .cookies .media-headline {
            width: auto
        }
    }
.bottom-steps{
  padding:calc(1.5rem * 2.4) 1.51rem;
  background:linear-gradient(135deg, #8f1d22 0%, #5c1216 100%);
  color:#fdf6f2;
}
.bottom-steps .clear-team{width:100%;
  max-width:1200px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:2.33rem;}
.bottom-steps .plain-block{flex:1 1 34rem;
  min-width:0;}
.bottom-steps h1{margin:0;
  font-size:calc(17.1px * 2.65);
  line-height:1.1;}
.bottom-steps .compact-area{margin:calc(2.33rem * 1.5) 0 0;
  font-size:calc(17.1px * 1.125);
  line-height:1.36;
  max-width:38rem;
  color:#fdf6f2;
  opacity:.9;}
.bottom-steps .box{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:calc(1.5rem * .75);
  margin-top:1.5rem;}
.bottom-steps .team-links{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.27rem;
  background:#b8322f;
  color:#fdf6f2;
  text-decoration:none;
  font-weight:600;
  transition:background 150ms var(--motion-panel);
}
.bottom-steps .team-links:hover{
  background:#9a2622;color:#1c1412;}
.bottom-steps .start{color:#fdf6f2;
  text-decoration:none;
  border-bottom:1px solid rgba(253,246,242,.5);
  padding-bottom:2px;
  font-size:calc(17.1px * .875);}
.bottom-steps .start:hover{border-bottom-color:#fdf6f2;}
.bottom-steps .local-block{margin:calc(2.33rem * 1.5) 0 0;
  font-size:calc(17.1px * .875);
  color:#fdf6f2;
  opacity:.75;}
.bottom-steps .visual-flow{flex:1 1 22rem;
  margin:0;
  border-radius:0.85rem;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(0,0,0,0.17);}
.bottom-steps .visual-flow img{display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  aspect-ratio:4 / 3;}
@media (max-width:820px){.bottom-steps .clear-team{
    flex-direction:column-reverse;
    align-items:stretch;
  }.bottom-steps .visual-flow{
    flex:0 0 auto;
  }
}
.local-brand{--field-public:calc(1.5rem * 1.2);--mark-active:calc(1200px / 3.05);padding:calc(1.5rem * 2.4) 1.51rem;background:#f1e9e2;color:#332a27;}
.local-brand .clear-team{max-width:1200px;margin:0 auto;}
.local-brand h2,.local-brand h3,.local-brand p{margin:0;}
.local-brand h2{font-size:calc(17.1px * 2);line-height:1.14;}
.local-brand h3{font-size:calc(17.1px * 1.35);line-height:1.22;}
.local-brand p{font-size:17.1px;line-height:1.36;}
.local-brand img{display:block;width:100%;height:auto;border-radius:0.53rem;}
.local-brand .content-lead{display:flex;flex-wrap:wrap;gap:2.33rem;align-items:flex-end;}
.local-brand .content-lead>h2{flex:1 1 calc(1200px / 3);min-width:0;}
.local-brand .content-lead>.plain-block{flex:1 1 calc(1200px / 2.4);min-width:0;max-width:var(--mark-active);color:#332a27;opacity:.85;}
.local-brand .wide-visual{display:flex;flex-wrap:wrap;gap:var(--field-public);margin-top:var(--field-public);}
.local-brand .active-grid{flex:1 1 calc(1200px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.53rem;background:#ffffff;color:#1c1412;border:1px solid #e2d7cd;display:flex;flex-direction:column;gap:calc(1.5rem / 2.6);}
.local-brand .active-grid img{margin-bottom:calc(1.5rem / 4);}
.local-brand .active-grid p{color:#1c1412;opacity:.82;}
.local-brand .page-entries{align-self:flex-start;margin-top:auto;font-size:calc(17.1px * .875);color:#8f1d22;text-decoration:none;border-bottom:1px solid #8f1d22;padding-bottom:2px;transition:color 150ms var(--motion-panel),border-color 150ms var(--motion-panel);}
.local-brand .page-entries:hover{color:#b8322f;border-color:#b8322f;}
@media (max-width:720px){.local-brand .content-lead>h2,.local-brand .content-lead>.plain-block{flex:1 1 100%;}.local-brand .active-grid{flex:1 1 100%;}
}
.strong-actions{
  background:var(--paint-secondary);
  color:#fdf6f2;
  padding:calc(1.5rem * 2.4) 1.51rem;
}
.strong-actions .clear-team{max-width:1200px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(2.33rem * 1.5);
  align-items:flex-start;}
.strong-actions .plain-block{flex:1 1 22rem;
  min-width:0;}
.strong-actions h2{margin:0;
  font-size:calc(17.1px * 2);
  line-height:1.1;
  letter-spacing:0;}
.strong-actions .plain-block p{margin:1.5rem 0 0;
  max-width:30rem;
  font-size:calc(17.1px * 1.125);
  line-height:1.36;}
.strong-actions .contact{flex:1 1 30rem;
  min-width:0;
  display:flex;
  flex-direction:column;}
.strong-actions .contact a{text-decoration:none;
  padding:1.5rem 0;
  border-top:1px solid color-mix(in srgb,#fdf6f2 22%,transparent);}
.strong-actions .contact a:first-of-type{border-top:0;
  padding-top:0;}
.strong-actions .contact a:hover strong{text-decoration:underline;}
.strong-actions .contact strong,
.strong-actions .contact span{display:block;}
.strong-actions .contact span{margin-top:.4rem;
  line-height:1.36;
  font-size:calc(17.1px * .875);}
.strong-actions .local-block{margin:1.5rem 0 0;
  padding-top:1.5rem;
  border-top:1px solid color-mix(in srgb,#fdf6f2 22%,transparent);
  font-size:calc(17.1px * .875);}
.strong-actions .local-block a{text-decoration:underline;
  padding:0;
  border-top:0;
  display:inline;}
.strong-actions .local-block a:hover{text-decoration:none;}
@media (max-width:760px){.strong-actions .clear-team{
    display:block;
  }.strong-actions .contact{
    margin-top:calc(2.33rem * 1.5);
  }
}
.steady-group{--field-public:calc(1.5rem * 0.92);--mark-active:calc(1200px / 2.40);padding:calc(1.5rem * 2.4) 1.51rem;background:#faf6f2;color:#1c1412;}
.steady-group .clear-team{max-width:1200px;margin:0 auto;}
.steady-group h1,.steady-group h2,.steady-group h3,.steady-group p{margin:0;}
.steady-group h2{font-size:calc(17.1px * 2);line-height:1.12;max-width:var(--mark-active);}
.steady-group h3{font-size:calc(17.1px * 1.35);line-height:1.2;}
.steady-group p{font-size:17.1px;line-height:1.36;}
.steady-group a{color:#8f1d22;text-decoration:underline;text-underline-offset:3px;}
.steady-group a:hover{color:#b8322f;}
.steady-group .local-block{margin-bottom:calc(1.5rem / 2);font-size:calc(17.1px * .875);letter-spacing:.04em;text-transform:uppercase;color:#332a27;}
.steady-group .plain-block{margin-top:1.5rem;max-width:var(--mark-active);color:#332a27;}
.steady-group .wide-visual{display:flex;flex-direction:column;gap:0;margin-top:calc(var(--field-public) * 1.1);border-top:1px solid #e2d7cd;}
.steady-group .active-grid{min-width:0;padding:calc(2.33rem * 1.5) 0;border-bottom:1px solid #e2d7cd;}
.steady-group .active-grid .compact-area{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.steady-group .active-grid p{color:#332a27;max-width:calc(var(--mark-active) * 1.35);}
.steady-group .box{margin-top:var(--field-public);font-size:calc(17.1px * .875);color:#332a27;}
@media (min-width:768px){.steady-group .active-grid{display:grid;grid-template-columns:calc(1200px / 3.4) 1fr;gap:2.33rem;align-items:start;}.steady-group .active-grid .compact-area{display:contents;}.steady-group .active-grid h3{margin:0;}.steady-group .active-grid p{margin:0;}
}
.active-story{
        padding:calc(calc(1.5rem * 2.4) * .68) 1.51rem calc(calc(1.5rem * 2.4) * .55);
        background:#faf6f2;
        color:#1c1412;
    }
.contact-block{
        max-width:1200px;
        margin:0 auto;
    }
.service-details{
        max-width:44rem;
        margin:0 auto;
        text-align:center;
    }
.active-story h1{margin:0 auto;
        font-size:clamp(1.85rem,5vw,3.6rem);
        line-height:1.08;
        font-weight:700;
        letter-spacing:-0.01em;}
.active-story p{margin:clamp(.85rem,1.8vw,1.3rem) auto 0;
        max-width:38rem;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.62;
        color:#332a27;}
@media (max-width:680px){.service-details{text-align:left;}.active-story h1,
        .active-story p{margin-left:0;margin-right:0;}
    }
.entries{
  padding: calc(1.5rem * 2.4) 1.51rem;
  background: #1c1412;
  color: #f6f1ec;
}
.entries .clear-team{max-width: min(1200px, 72rem);
  margin: 0 auto;}
.entries .service-entries{max-width: 48rem;}
.entries h2{margin: 0;
  font-size: calc(17.1px * 2);
  line-height: 1.1;}
.entries .media-unit{margin: calc(1.5rem * .75) 0 calc(2.33rem * 1.5);
  font-size: calc(17.1px * 1.125);
  line-height: 1.45;
  color: #d8cec6;}
.entries .wide-visual{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2.33rem;}
.entries .active-grid{flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75) 0 0 calc(1.5rem * .75);
  border-left: 1px solid #332a27;
  border-top: 1px solid #332a27;}
.entries .media-header{display: flex;
  flex-direction: column;
  gap: 0.2rem;}
.entries .plain-items{font-weight: 700;
  font-size: calc(17.1px * 1.35);
  line-height: 1.2;}
.entries .quiet-note{font-size: calc(17.1px * .875);
  color: #d8cec6;}
.entries .active-grid p{margin: calc(1.5rem * .75) 0 calc(calc(1.5rem * .75) * 0.7);
  line-height: 1.5;
  color: #d8cec6;}
.entries .details{display: block;
  font-size: calc(17.1px * .875);color:inherit;}
.entries .local-block{margin: calc(2.33rem * 1.5) 0 0;
  max-width: 52rem;
  font-size: calc(17.1px * .875);
  line-height: 1.5;
  color: #d8cec6;}
@media (max-width: 700px) {.entries .wide-visual{
    display: block;
  }.entries .active-grid + .active-grid{
    margin-top: 2.33rem;
  }
}
.text-callout{--field-public:calc(1.5rem * 1.29);--mark-active:calc(1200px / 2.40);padding:calc(1.5rem * 2.4) 1.51rem;background:#faf6f2;color:#1c1412;}
.text-callout .clear-team{max-width:1200px;margin:0 auto;}
.text-callout h1,.text-callout h2,.text-callout h3,.text-callout p{margin:0;}
.text-callout h1{font-size:calc(17.1px * 2.65);line-height:1.08;max-width:var(--mark-active);}
.text-callout h3{font-size:calc(17.1px * 1.35);line-height:1.2;}
.text-callout p{font-size:17.1px;line-height:1.36;}
.text-callout a{text-decoration:none;}
.text-callout a:hover{text-decoration:underline;}
.text-callout .service-entries{display:flex;flex-wrap:wrap;gap:2.33rem;align-items:flex-start;margin-bottom:var(--field-public);}
.text-callout .service-entries>h1{flex:1 1 calc(1200px / 2.6);min-width:0;}
.text-callout .service-entries>.plain-block{flex:1 1 calc(1200px / 3);min-width:0;padding-top:calc(1.5rem / 3);}
.text-callout .wide-visual{display:flex;flex-direction:column;gap:0;border-top:1px solid #e2d7cd;}
.text-callout .active-grid{padding:calc(calc(1.5rem * .75) * 1.1) 0;border-bottom:1px solid #e2d7cd;}
.text-callout .active-grid .compact-area{max-width:calc(1200px / 1.35);}
.text-callout .active-grid h3{margin-bottom:calc(1.5rem / 3);}
.text-callout .local-block{margin-top:var(--field-public);padding:calc(calc(1.5rem * .75) * 1.1);border-radius:0.53rem;background:#f1e9e2;color:#332a27;}
.text-callout .local-block p{}
@media (max-width:720px){.text-callout .service-entries>h1,.text-callout .service-entries>.plain-block{flex:1 1 100%;}.text-callout .active-grid .compact-area{max-width:100%;}
}
.main-list{padding:calc(1.5rem*3) 1.51rem;background:#faf6f2;color:#1c1412}
.main-list .text-feature{max-width:1200px;margin:0 auto}
.main-list .team-steps{max-width:60ch;margin-bottom:calc(2.33rem * 1.5)}
.main-list h2{margin:0 0 .8rem;font-size:clamp(1.9rem,4vw,3.15rem);line-height:1.05}
.main-list .plain-block{margin:0;font-size:calc(17.1px * 1.125);line-height:1.5;opacity:.85}
.main-list .simple-benefit{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.33rem}
.main-list .compact-tile{display:flex;flex-direction:column;background:#ffffff;color:#1c1412;border:1px solid #e2d7cd;border-radius:1.29rem;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,0.13)}
.main-list img{width:100%;height:220px;object-fit:cover;display:block}
.main-list .service-summary{display:flex;flex-direction:column;flex:1;padding:1.1rem 1.1rem 1.2rem}
.main-list h3{margin:0;font-size:calc(17.1px * 1.35);line-height:1.18}
.main-list h3 a{color:#1c1412;text-decoration:none}
.main-list h3 a:hover{color:#b8322f}
.main-list .service-summary p{margin:.65rem 0 0;line-height:1.5;opacity:.82}
.main-list .featured-media{margin-top:auto;padding-top:1rem;color:#8f1d22;text-decoration:none;font-weight:700}
.main-list .featured-media:hover{color:#b8322f}
.main-list .page-shell{margin:calc(2.33rem * 1.5) 0 0;padding-top:calc(2.33rem * 1.5);border-top:1px solid #e2d7cd;font-size:calc(17.1px * .875);line-height:1.55;opacity:.8}
.main-list .page-shell a{color:#8f1d22;text-decoration:none}
.main-list .page-shell a:hover{color:#b8322f}
.top-area{
        padding:calc(calc(1.5rem * 2.4) * .78) 1.51rem;
        background:#faf6f2;
        color:#1c1412;
    }
.contact-block{
        max-width:1200px;
        margin:0 auto;
    }
.service-details{
        max-width:44rem;
        margin:0 auto;
        text-align:center;
    }
.top-area h1{margin:0 auto;
        font-size:clamp(1.9rem,5vw,3.4rem);
        line-height:1.08;
        font-weight:720;
        letter-spacing:-0.01em;
        max-width:22ch;}
.top-area p{margin:clamp(1rem,2.2vw,1.5rem) auto 0;
        max-width:38rem;
        font-size:clamp(1rem,1.6vw,1.15rem);
        line-height:1.62;
        color:#332a27;}
@media (max-width:680px){.service-details{text-align:left}.top-area h1,
        .top-area p{margin-left:0;margin-right:0}
    }
.simple-service{
  background: #faf6f2;
  color: #1c1412;
  padding: calc(1.5rem * 2.4) 1.51rem;
}
.simple-service .clear-team{width: min(100%, 1200px);
  margin: 0 auto;}
.simple-service h2,
.simple-service p{margin: 0;}
.simple-service .clear-unit{display: flex;
  flex-direction: column;
  gap: calc(2.33rem * 1.5);
  margin-bottom: calc(2.33rem * 1.5);
  padding-bottom: calc(2.33rem * 1.5);
  border-bottom: 1px solid #e2d7cd;}
.simple-service h2{font-size: calc(17.1px * 2);
  line-height: 1.08;}
.simple-service .clear-unit p{max-width: 46rem;
  color: #332a27;
  line-height: 1.36;}
.simple-service .visual-stack{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  align-items: flex-start;}
.simple-service .site-track,
.simple-service .clear-intro{display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 0.85rem;}
.simple-service .site-track{flex: 1 1 min(100%, 22rem);
  aspect-ratio: 4 / 5;
  border-radius: 1.29rem;}
.simple-service .visual-group{
  flex: 1 1 min(100%, 15rem);
  margin: 0;
  padding: calc(1.5rem * .75);
  border-radius: 0.85rem;
  background: #ffffff;
  color: #1c1412;
  border: 1px solid #e2d7cd;
}
.simple-service .clear-intro{aspect-ratio: 5 / 4;
  margin-bottom: calc(1.5rem * .75);}
.simple-service .visual-group:nth-child(3n) .clear-intro{aspect-ratio: 3 / 4;}
.simple-service .visual-group p{font-size: calc(17.1px * .875);
  line-height: 1.36;
  color: #1c1412;}
@media (max-width: 720px) {.simple-service .site-track{ aspect-ratio: 3 / 2; }.simple-service .visual-group:nth-child(3n) .clear-intro{ aspect-ratio: 5 / 4; }
}
.local-flow{
        padding:calc(1.5rem * 2.4) 1.51rem;
        background:#f1e9e2;
        color:#332a27;
    }
.local-flow .clear-team{max-width:1200px;
        margin:0 auto;}
.local-flow .media-header{max-width:64ch;
        margin-bottom:calc(2.33rem * 1.5);}
.local-flow .media-header span{display:inline-block;
        font-size:calc(17.1px * .875);
        letter-spacing:0.08em;
        text-transform:uppercase;
        padding:3px 0;
        border-bottom:1px solid #e2d7cd;}
.local-flow .media-header h2{margin:calc(1.5rem * .75) 0 calc(1.5rem * .75);
        font-size:calc(17.1px * 2);
        line-height:1.15;}
.local-flow .media-header p{margin:0;
        font-size:17.1px;
        line-height:1.55;}
.local-flow .wide-visual{display:flex;
        flex-direction:column;
        gap:0;
        border-top:1px solid #e2d7cd;}
.local-flow .wide-visual article{display:grid;
        grid-template-columns:56px 1fr;
        gap:calc(1.5rem * .75);
        padding:calc(2.33rem * 1.5) 0;
        border-bottom:1px solid #e2d7cd;}
.local-flow .wide-visual b{font-size:calc(17.1px * .875);
        font-weight:600;
        padding-top:4px;
        letter-spacing:0.04em;}
.local-flow .wide-visual h3{margin:0;
        font-size:calc(17.1px * 1.125);
        line-height:1.25;}
.local-flow .wide-visual em{display:block;
        margin-top:3px;
        font-style:normal;
        font-size:calc(17.1px * .875);
        opacity:0.75;}
.local-flow .wide-visual p{margin:calc(1.5rem * .75) 0 0;
        max-width:72ch;
        line-height:1.55;}
@media (max-width:640px){.local-flow .wide-visual article{
            grid-template-columns:1fr;
            gap:6px;
        }.local-flow .wide-visual b{
            padding-top:0;
        }
    }
.wide-panel{--field-public:calc(1.5rem * 1.11);--copy-heading:calc(1200px / 3.43);padding:calc(1.5rem * 2.4) 1.51rem;background:#1c1412;color:#f6f1ec;}
.wide-panel .clear-team{max-width:1200px;margin:0 auto;}
.wide-panel h2,.wide-panel h3,.wide-panel p{margin:0;}
.wide-panel h2{font-size:calc(17.1px * 2);line-height:1.12;}
.wide-panel h3{font-size:calc(17.1px * 1.35);line-height:1.2;}
.wide-panel p{font-size:17.1px;line-height:1.36;color:inherit;}
.wide-panel .team-fields{padding-inline-start:calc(1.5rem * .75);}
.wide-panel .site-view{row-gap:calc(var(--field-public) * 1.2);}
.wide-panel .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.33rem;}
.wide-panel .row-title h2{flex:1 1 calc(1200px / 3);min-width:0;}
.wide-panel .row-title>p{flex:1 1 calc(1200px / 3);min-width:0;}
.wide-panel .active-nav{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--field-public);margin-top:var(--field-public);}
.wide-panel .active-grid{flex:1 1 var(--copy-heading);min-width:0;border-top:1px solid #e2d7cd;padding-top:calc(1.5rem * .75);}
.wide-panel .active-grid p{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.wide-panel .row-title h2,.wide-panel .row-title>p{flex:1 1 100%;}
}
.plain-details{
        padding:calc(calc(1.5rem * 2.4) * .78) 1.51rem;
        background:#faf6f2;
        color:#1c1412;
        border-bottom:1px solid #e2d7cd;
    }
.contact-block{
        max-width:1200px;
        margin:0 auto;
    }
.service-details{
        max-width:46rem;
        margin:0;
        text-align:left;
        padding-left:1.51rem;
        border-left:3px solid var(--paint-secondary);
    }
.plain-details h1{margin:0;
        font-size:clamp(1.85rem,4.6vw,3.1rem);
        line-height:1.14;
        font-weight:700;
        letter-spacing:-0.01em;}
.plain-details p{margin:calc(2.33rem * 1.5) 0 0;
        max-width:42rem;
        font-size:17.1px;
        line-height:1.62;
        color:#332a27;}
@media (max-width:680px){.service-details{
            padding-left:1.51rem;
            border-left-width:2px;
        }.plain-details h1{
            font-size:clamp(1.6rem,7vw,2.2rem);
        }
    }
.site-surface{
  --field-public:calc(1.5rem * 1.15);
  --mark-active:calc(1200px / 2.7);
  padding:calc(1.5rem * 2.4) 1.51rem;
  background:#faf6f2;
  color:#1c1412;
}
.site-surface .clear-team{max-width:1200px;
  margin:0 auto;}
.site-surface h2,
.site-surface h3,
.site-surface p{margin:0;}
.site-surface h2{font-size:calc(17.1px * 2);
  line-height:1.14;}
.site-surface h3{font-size:calc(17.1px * 1.35);
  line-height:1.22;}
.site-surface p{font-size:17.1px;
  line-height:1.36;}
.site-surface .service-entries{max-width:var(--mark-active);}
.site-surface .service-entries .plain-block{margin-top:1.5rem;
  color:#332a27;}
.site-surface .wide-visual{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:2.33rem;
  margin-top:var(--field-public);}
.site-surface .active-grid{flex:1 1 calc(1200px / 3.6);
  min-width:0;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #e2d7cd;}
.site-surface .active-grid p{margin-top:calc(1.5rem / 2.6);
  color:#332a27;}
.site-surface .box{margin-top:var(--field-public);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #e2d7cd;}
.site-surface .box p{color:#332a27;}
.site-surface .box a{color:#8f1d22;
  text-decoration:underline;
  text-underline-offset:2px;}
.site-surface .box a:hover{color:#b8322f;}
@media (max-width:720px){.site-surface .active-grid{
    flex:1 1 100%;
  }
}
.top-header{--field-public:calc(1.5rem * 1.20);--copy-heading:calc(1200px / 3.53);padding:calc(1.5rem * 2.4) 1.51rem;background:#b8322f;color:#fdf6f2;}
.top-header .clear-team{max-width:1200px;margin:0 auto;}
.top-header h1,.top-header h2,.top-header h3,.top-header p{margin:0;}
.top-header h2{font-size:calc(17.1px * 2);line-height:1.12;}
.top-header h3{font-size:calc(17.1px * 1.35);line-height:1.2;}
.top-header p{font-size:17.1px;line-height:1.36;color:color-mix(in srgb, currentColor 74%, transparent);}
.top-header a{color:inherit;text-decoration:none;}
.top-header .text-flow{padding-block:calc(var(--field-public) / 2);}
.top-header .site-view{row-gap:calc(var(--field-public) * 1.2);}
.top-header .bottom-body{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.top-header .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.33rem;}
.top-header .row-title h2{flex:1 1 calc(1200px / 3);min-width:0;}
.top-header .row-title>p{flex:1 1 calc(1200px / 3);min-width:0;}
.top-header .secondary-links{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--field-public);margin-top:var(--field-public);}
.top-header .active-grid{flex:1 1 var(--copy-heading);min-width:0;}
.top-header .active-grid p{margin-top:calc(1.5rem / 3);}
.top-header .box{flex:1 1 100%;margin-top:var(--field-public);font-size:calc(17.1px * .875);}
.top-header .box a{text-decoration:underline;text-underline-offset:3px;}
.top-header .box a:hover{opacity:.8;}
.simple-frame{
        padding:calc(calc(1.5rem * 2.4) * .68) 1.51rem;
        background:#faf6f2;
        color:#1c1412;
    }
.contact-block{
        max-width:1200px;
        margin:0 auto;
    }
.service-details{
        max-width:46rem;
        margin:0 auto;
        text-align:center;
    }
.simple-frame h1{margin:0 auto;
        font-size:clamp(1.9rem,5.4vw,3.9rem);
        line-height:1.06;
        font-weight:730;
        letter-spacing:-0.01em;}
.simple-frame p{margin:clamp(.85rem,1.9vw,1.3rem) auto 0;
        max-width:40rem;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.62;
        color:#332a27;}
@media (max-width:680px){.service-details{text-align:left;}.simple-frame h1,
        .simple-frame p{margin-left:0;margin-right:0;}
    }
.narrow-figure{--field-public:calc(1.5rem * 1.19);--mark-active:calc(1200px / 2.55);--font-quiet:calc(1200px / 3.49);padding:calc(1.5rem * 2.4) 1.51rem;background:#faf6f2;color:#1c1412;}
.narrow-figure .clear-team{max-width:1200px;margin:0 auto;}
.narrow-figure h2,.narrow-figure h3,.narrow-figure p{margin:0;}
.narrow-figure h2{font-size:calc(17.1px * 2);line-height:1.12;}
.narrow-figure h3{font-size:calc(17.1px * 1.35);line-height:1.2;}
.narrow-figure p{font-size:17.1px;line-height:1.36;}
.narrow-figure a{color:#8f1d22;text-decoration:none;border-bottom:1px solid #e2d7cd;}
.narrow-figure a:hover{color:#b8322f;border-bottom-color:#b8322f;}
.narrow-figure img{display:block;width:100%;height:auto;border-radius:0.53rem;}
.narrow-figure .service-entries{max-width:var(--mark-active);}
.narrow-figure .service-entries .plain-block{margin-top:1.5rem;color:#332a27;}
.narrow-figure .plain-inner{margin:var(--field-public) 0 0;max-width:var(--font-quiet);}
.narrow-figure .plain-inner img{border-radius:0.85rem;}
.narrow-figure .wide-visual{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.33rem;margin-top:var(--field-public);}
.narrow-figure .active-grid{flex:1 1 calc(1200px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #e2d7cd;}
.narrow-figure .active-grid p{margin-top:calc(1.5rem / 3);color:#332a27;}
.narrow-figure .box{margin-top:var(--field-public);font-size:calc(17.1px * .875);color:#332a27;}
@media (max-width:760px){.narrow-figure .active-grid{flex:1 1 100%;}.narrow-figure .plain-inner{max-width:100%;}
}
.open-lead{--field-public:calc(1.5rem * 1.32);--mark-active:calc(1200px / 2.45);padding:calc(1.5rem * 2.4) 1.51rem;background:var(--paint-secondary);color:#fdf6f2;}
.open-lead .clear-team{max-width:1200px;margin:0 auto;}
.open-lead h1,.open-lead h2,.open-lead h3,.open-lead p{margin:0;}
.open-lead h2{font-size:calc(17.1px * 2);line-height:1.12;}
.open-lead p{font-size:17.1px;line-height:1.36;color:color-mix(in srgb, currentColor 74%, transparent);}
.open-lead a{color:inherit;text-decoration:none;}
.open-lead .team-links{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.27rem;background:#fdf6f2;color:var(--paint-secondary);}
.open-lead .soft-intro>h2,.open-lead .soft-intro>p,.open-lead .soft-intro>.team-links{margin-top:1.5rem;}
.open-lead .box{display:flex;flex-wrap:wrap;gap:2.33rem;margin-top:var(--field-public);font-size:calc(17.1px * .875);}
.open-lead .box a{border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:2px;}
.open-lead .box a:hover{border-bottom-color:currentColor;}
.wide-stack{
  background:#faf6f2;
  color:#1c1412;
  padding:calc(1.5rem * 2.4) 1.51rem;
}
.wide-stack .clear-team{max-width:1200px;
  margin:0 auto;}
.wide-stack .service-entries{max-width:44rem;}
.wide-stack h2{margin:0;
  font-size:calc(17.1px * 2);
  line-height:1.1;}
.wide-stack .service-entries p{margin:1.5rem 0 0;
  color:#332a27;
  font-size:calc(17.1px * 1.125);
  line-height:1.36;}
.wide-stack .fresh-unit{margin-top:calc(2.33rem * 1.5);
  border-top:1px solid #e2d7cd;}
.wide-stack .active-grid{display:flex;
  gap:2.33rem;
  align-items:flex-start;
  padding:1.5rem 0;}
.wide-stack .active-grid + .active-grid{border-top:1px solid #e2d7cd;}
.wide-stack .active-grid strong{flex:0 0 15rem;
  min-width:0;
  font-size:17.1px;
  line-height:1.36;}
.wide-stack .active-grid span{min-width:0;
  color:#332a27;
  line-height:1.36;}
.wide-stack .box{margin:calc(2.33rem * 1.5) 0 0;
  font-size:calc(17.1px * .875);
  color:#332a27;}
.wide-stack .box a{color:#8f1d22;
  text-decoration:underline;
  text-underline-offset:2px;}
.wide-stack .box a:hover{color:#b8322f;}
@media (max-width:620px){.wide-stack .active-grid{display:block}.wide-stack .active-grid span{display:block;margin-top:.4rem}
}
.top-frame{
        padding:calc(calc(1.5rem * 2.4) * .68) 1.51rem;
        background:#faf6f2;
        color:#1c1412;
    }
.contact-block{
        max-width:1200px;
        margin:0 auto;
    }
.service-details{
        max-width:44rem;
        margin:0 auto;
        text-align:center;
        display:flex;
        flex-direction:column;
        gap:calc(2.33rem * 1.5);
    }
.top-frame h1{margin:0;
        font-size:clamp(1.9rem,5vw,3.6rem);
        line-height:1.06;
        font-weight:720;
        letter-spacing:-0.01em;}
.top-frame p{margin:0;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.62;
        color:#332a27;}
@media (max-width:680px){.service-details{
            text-align:left;
            gap:calc(calc(2.33rem * 1.5) * .8);
        }
    }
.clear-header{--field-public:calc(1.5rem * 1.19);--mark-active:calc(1200px / 2.43);--copy-heading:calc(1200px / 3.52);padding:calc(1.5rem * 2.4) 1.51rem;background:#1c1412;color:#f6f1ec;}
.clear-header .clear-team{max-width:1200px;margin:0 auto;}
.clear-header h2,.clear-header h3,.clear-header p{margin:0;}
.clear-header h2{font-size:calc(17.1px * 2);line-height:1.12;}
.clear-header h3{font-size:calc(17.1px * 1.35);line-height:1.2;}
.clear-header p{font-size:17.1px;line-height:1.36;}
.clear-header a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.clear-header .steady-footer{padding-inline-start:calc(1.51rem / 2);}
.clear-header .site-view{row-gap:calc(var(--field-public) * 1.2);}
.clear-header .service-entries{max-width:calc(1200px / 1.9);}
.clear-header .plain-block{margin-top:1.5rem;max-width:calc(1200px / 2);color:inherit;}
.clear-header .secondary-links{display:flex;flex-wrap:wrap;gap:var(--field-public);margin-top:var(--field-public);}
.clear-header .active-grid{flex:1 1 var(--copy-heading);min-width:0;padding:calc(var(--field-public) * .75);border-radius:0.53rem;background:#f1e9e2;color:#332a27;}
.clear-header .active-grid h3{}
.clear-header .active-grid p{margin-top:calc(1.5rem / 3);}
.clear-header .box{margin-top:var(--field-public);font-size:calc(17.1px * .875);color:inherit;}
.plain-header{--field-public:calc(1.5rem * 0.92);--mark-active:calc(1200px / 3.00);--font-quiet:calc(1200px / 3.99);padding:calc(1.5rem * 2.4) 1.51rem;background:var(--paint-secondary);color:#fdf6f2;}
.plain-header .clear-team{max-width:1200px;margin:0 auto;}
.plain-header h2,.plain-header h3,.plain-header p{margin:0;}
.plain-header h2{font-size:calc(17.1px * 2);line-height:1.12;}
.plain-header h3{font-size:calc(17.1px * 1.35);line-height:1.2;}
.plain-header p{font-size:17.1px;line-height:1.36;color:color-mix(in srgb, currentColor 74%, transparent);}
.plain-header img{display:block;width:100%;height:auto;border-radius:0.53rem;}
.plain-header .plain-block{max-width:var(--mark-active);}
.plain-header .wide-visual{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.33rem;margin-top:var(--field-public);}
.plain-header .active-grid{flex:1 1 calc(1200px / 4);min-width:0;}
.plain-header .active-grid p{margin-top:calc(1.5rem / 3);}
.plain-header .visual-region>img{margin-top:var(--field-public);max-width:var(--font-quiet);}
.plain-header .visual-region>.plain-block{margin-top:1.5rem;}
.public-method{
        padding:calc(calc(1.5rem * 2.4) * .68) 1.51rem;
        background:#faf6f2;
        color:#1c1412;
    }
.contact-block{
        max-width:1200px;
        margin:0 auto;
    }
.service-details{
        max-width:46rem;
        margin:0;
        text-align:left;
        padding-left:0;
        border-left:2px solid #e2d7cd;
        padding-inline-start:calc(1.5rem * .75);
    }
.public-method h1{margin:0;
        font-size:clamp(1.8rem,4.6vw,3.1rem);
        line-height:1.08;
        font-weight:720;
        letter-spacing:-0.01em;}
.public-method p{margin:calc(2.33rem * 1.5) 0 0;
        max-width:38rem;
        font-size:calc(17.1px * 1.125);
        line-height:1.62;
        color:#332a27;}
@media (max-width:680px){.service-details{
            padding-inline-start:1.51rem;
            border-left-width:2px;
        }.public-method h1{
            font-size:clamp(1.6rem,7vw,2.2rem);
        }.public-method p{
            font-size:17.1px;
        }
    }
.quiet-contact{background:#faf6f2;color:#1c1412;padding:calc(1.5rem * 2.4) 1.51rem}
.quiet-contact .clear-team{max-width:1200px;margin:0 auto}
.quiet-contact .public-rail{display:flex;align-items:flex-start;gap:calc(2.33rem * 1.5)}
.quiet-contact .primary-flow{display:block;flex:0 1 17rem;min-width:11rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.85rem;box-shadow:0 1px 4px rgba(0,0,0,0.13)}
.quiet-contact .compact-area{flex:1 1 32rem;min-width:0}
.quiet-contact h2{margin:0;font-size:calc(17.1px * 2);line-height:1.15;letter-spacing:0}
.quiet-contact p{margin:1.5rem 0 0;font-size:17.1px;line-height:1.6}
.quiet-contact p + p{margin-top:calc(1.5rem * .75)}
.quiet-contact .site-callout{flex:0 1 21rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.quiet-contact a{padding:calc(1.5rem * .75);border-radius:0.27rem;background:#ffffff;color:#1c1412;border:1px solid #e2d7cd;text-decoration:none;font-size:calc(17.1px * .875);line-height:1.4;transition:background 150ms var(--motion-panel)}
.quiet-contact a:hover{background:#f1e9e2;color:#332a27}
@media(max-width:760px){.quiet-contact .public-rail{flex-direction:column}.quiet-contact .primary-flow{flex-basis:auto;min-width:0;aspect-ratio:16/9}.quiet-contact .site-callout{width:100%}}
.steady-contact{
  padding: calc(1.5rem * 2.4) 1.51rem;
  background: #b8322f;
  color: #fdf6f2;
}
.steady-contact .clear-team{max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: calc(2.33rem * 1.5);
  align-items: start;}
.steady-contact h2{margin: 0;
  font-size: calc(17.1px * 2);
  line-height: 1.1;}
.steady-contact .media-unit p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.1px * 1.125);
  line-height: 1.45;}
.steady-contact .strong-inner{
  border-radius: 0.85rem;
  background: #ffffff;
  color: #1c1412;
  border: 1px solid #e2d7cd;
  overflow: hidden;
}
.steady-contact .compact-story{display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-bottom: 1px solid #e2d7cd;
  flex-wrap: wrap;}
.steady-contact .compact-story span{font-size: calc(17.1px * .875);}
.steady-contact a{text-decoration: none;
  color: inherit;}
.steady-contact .compact-story a{font-size: calc(17.1px * .875);}
.steady-contact .steady-copy{display: flex;
  flex-direction: column;}
.steady-contact .steady-copy a{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-bottom: 1px solid #e2d7cd;
  align-items: baseline;}
.steady-contact .steady-copy a:last-child{border-bottom: 0;}
.steady-contact .steady-copy strong{display: block;
  font-size: 17.1px;}
.steady-contact .steady-copy small{display: block;
  margin-top: calc(calc(1.5rem * .75) * .25);
  font-size: calc(17.1px * .875);}
.steady-contact .steady-copy span{font-size: calc(17.1px * .875);
  line-height: 1.45;}
@media (max-width: 820px) {.steady-contact .clear-team{
    grid-template-columns: 1fr;
  }.steady-contact .steady-copy a{
    grid-template-columns: 1fr;
  }
}
.wide-grid{
    padding:calc(1.5rem * 2.4) 1.51rem;
    background:#f1e9e2;
    color:#332a27;
}
.wide-grid .clear-team{max-width:1200px;
    margin:0 auto;}
.wide-grid .media-header{max-width:60ch;
    margin-bottom:calc(2.33rem * 1.5);}
.wide-grid .media-header h2{margin:0;
    font-size:calc(17.1px * 2);
    line-height:1.2;}
.wide-grid .media-header p{margin:calc(1.5rem * .75) 0 0;
    font-size:17.1px;
    line-height:1.36;}
.wide-grid .media-headline{display:flex;
    flex-wrap:wrap;
    gap:2.33rem;}
.wide-grid .active-grid{
    flex:1 1 260px;
    min-width:0;
    padding:calc(1.5rem * .75);
    border:1px solid #e2d7cd;
    border-radius:0.53rem;
    background:#ffffff;
    color:#1c1412;
}
.wide-grid .active-grid h3{margin:0 0 calc(1.5rem * .75);
    font-size:calc(17.1px * 1.35);
    line-height:1.25;}
.wide-grid .active-grid p{margin:0 0 calc(1.5rem * .75);
    font-size:calc(17.1px * .875);
    line-height:1.36;}
.wide-grid .box{display:inline-block;
    font-size:calc(17.1px * .875);
    font-weight:600;
    color:#8f1d22;
    text-decoration:none;
    border-bottom:1px solid currentColor;
    padding-bottom:1px;
    transition:color 150ms var(--motion-panel);}
.wide-grid .box:hover{color:#b8322f;}
.wide-grid .local-block{margin-top:calc(2.33rem * 1.5);
    padding-top:calc(1.5rem * .75);
    border-top:1px solid #e2d7cd;
    font-size:calc(17.1px * .875);
    line-height:1.36;}
.wide-grid .local-block p{margin:0;}
.wide-grid .local-block a{color:#8f1d22;
    text-decoration:none;
    border-bottom:1px solid currentColor;}
.wide-grid .local-block a:hover{color:#b8322f;}
@media (max-width:640px){.wide-grid .media-headline{
        flex-direction:column;
    }.wide-grid .active-grid{
        flex:1 1 auto;
    }
}
.text-links{padding:calc(calc(1.5rem * 2.4) * .78) 1.51rem;background:#faf6f2;color:#1c1412;}
.contact-block{max-width:1200px;margin:0 auto;}
.service-details{max-width:46rem;margin:0 auto;text-align:center;}
.text-links h1{margin:0 auto;font-size:clamp(1.9rem,5.4vw,3.9rem);line-height:1.06;font-weight:720;max-width:18ch;letter-spacing:-0.01em;}
.text-links p{margin:clamp(.85rem,1.9vw,1.3rem) auto 0;max-width:40rem;font-size:clamp(1rem,1.65vw,1.2rem);line-height:1.62;color:#332a27;}
@media (max-width:680px){.service-details{text-align:left}.text-links h1,.text-links p{margin-left:0;margin-right:0;}}
.clear-nav{--field-public:calc(1.5rem * 0.88);--mark-active:calc(1200px / 2.55);padding:calc(1.5rem * 2.4) 1.51rem;background:var(--paint-secondary);color:#fdf6f2;}
.clear-nav .clear-team{max-width:1200px;margin:0 auto;}
.clear-nav h2,.clear-nav h3,.clear-nav p{margin:0;}
.clear-nav h2{font-size:calc(17.1px * 2);line-height:1.12;max-width:var(--mark-active);}
.clear-nav h3{font-size:calc(17.1px * 1.35);line-height:1.22;}
.clear-nav p{font-size:17.1px;line-height:1.36;}
.clear-nav .local-block{font-size:calc(17.1px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.78;margin-bottom:calc(1.5rem / 2);}
.clear-nav .plain-block{margin-top:1.5rem;max-width:var(--mark-active);opacity:0.9;}
.clear-nav .wide-visual{display:flex;flex-direction:column;gap:var(--field-public);margin-top:calc(var(--field-public) * 1.1);border-top:1px solid rgba(253,246,242,0.22);padding-top:var(--field-public);}
.clear-nav .active-grid{min-width:0;display:flex;gap:2.33rem;align-items:flex-start;}
.clear-nav .compact-area{max-width:var(--mark-active);}
.clear-nav .active-grid p{margin-top:calc(1.5rem / 3);opacity:0.86;}
.clear-nav .active-grid a{display:inline-block;margin-top:calc(1.5rem / 2.4);color:inherit;text-decoration:none;font-size:calc(17.1px * .875);border-bottom:1px solid rgba(253,246,242,0.5);padding-bottom:2px;transition:border-color 150ms var(--motion-panel);}
.clear-nav .active-grid a:hover{border-color:#fdf6f2;}
@media (max-width:720px){.clear-nav .active-grid{flex-direction:column;gap:calc(1.5rem / 3);}
}
.steady-grid{padding:calc(1.5rem * 2.4) 1.51rem;background:#1c1412;color:#f6f1ec}
.steady-grid .featured-story{max-width:1200px;margin:0 auto}
.steady-grid h2{max-width:20ch;margin:0;font-size:calc(17.1px * 2);line-height:1.1}
.steady-grid .site-track{max-width:44rem;margin:1.5rem 0 calc(2.33rem * 1.5);color:#d8cec6;font-size:calc(17.1px * 1.125);line-height:1.36}
.steady-grid .steady-entries{display:flex;flex-wrap:wrap;gap:calc(2.33rem * 1.5) 2.33rem;margin:0;padding:0;list-style:none;counter-reset:nota}
.steady-grid .steady-entries>li{flex:1 1 min(100%,22rem);margin:0;padding-top:calc(1.5rem * .75);border-top:1px solid #332a27}
.steady-grid h3{margin:0;font-size:calc(17.1px * 1.35);line-height:1.2}
.steady-grid .steady-entries p{margin:calc(1.5rem * .75) 0 0;color:#d8cec6;line-height:1.36}
@media(max-width:680px){.steady-grid .steady-entries{display:block}.steady-grid .steady-entries>li+li{margin-top:calc(2.33rem * 1.5)}}
.bottom-details{--field-public:calc(1.5rem * 1.35);--mark-active:calc(1200px / 2.50);--font-quiet:calc(1200px / 3.66);padding:calc(1.5rem * 2.4) 1.51rem;background:#b8322f;color:#fdf6f2;}
.bottom-details .clear-team{max-width:1200px;margin:0 auto;}
.bottom-details h1,.bottom-details h2,.bottom-details h3,.bottom-details p{margin:0;}
.bottom-details h1{font-size:calc(17.1px * 2.65);line-height:1.08;}
.bottom-details h2{font-size:calc(17.1px * 2);line-height:1.12;}
.bottom-details h3{font-size:calc(17.1px * 1.35);line-height:1.2;}
.bottom-details p{font-size:17.1px;line-height:1.36;color:color-mix(in srgb, currentColor 74%, transparent);}
.bottom-details a{color:inherit;text-decoration:none;}
.bottom-details img{display:block;width:100%;height:auto;border-radius:0.53rem;}
.bottom-details .team-links{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.27rem;background:#fdf6f2;color:#b8322f;}
.bottom-details .plain-block,.bottom-details .local-block{}
.bottom-details .wide-visual{display:flex;flex-direction:column;gap:var(--field-public);margin-top:var(--field-public);}
.bottom-details .active-grid{min-width:0;}
.bottom-details .active-grid p,.bottom-details .active-grid a{margin-top:calc(1.5rem / 3);}
.bottom-details .active-grid img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--font-quiet) * .7);}
.bottom-details .wide-steps{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.33rem;}
.bottom-details .wide-steps>.compact-area{flex:1 1 calc(1200px / 3);min-width:0;}
.bottom-details .wide-steps>.wide-visual{flex:2 1 calc(1200px / 2);margin-top:0;}
.bottom-details .wide-steps>img{margin-left:auto;}
.bottom-details .compact-area .plain-block{margin-top:1.5rem;}
.bottom-details .box{display:flex;flex-wrap:wrap;gap:1.51rem;margin-top:1.5rem;}
.bottom-details .box a{font-size:calc(17.1px * .875);border-bottom:1px solid color-mix(in srgb, currentColor 55%, transparent);padding-bottom:2px;}
.bottom-details .box a:hover{border-bottom-color:currentColor;}
.steady-rail{
        padding:calc(calc(1.5rem * 2.4) * .78) 1.51rem;
        background:#faf6f2;
        color:#1c1412;
    }
.contact-block{
        max-width:1200px;
        margin:0 auto;
    }
.service-details{
        max-width:46rem;
        margin:0 auto;
        text-align:center;
    }
.steady-rail h1{margin:0 auto;
        font-size:clamp(1.9rem,5.4vw,3.9rem);
        line-height:1.06;
        font-weight:720;
        max-width:18ch;
        letter-spacing:-0.01em;}
.steady-rail p{margin:clamp(1rem,2.2vw,1.5rem) auto 0;
        max-width:42rem;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.68;
        color:#332a27;}
@media (max-width:680px){.service-details{text-align:left;}.steady-rail h1,
        .steady-rail p{margin-left:0;margin-right:0;}
    }
.strong-items{--field-public:calc(1.5rem * 0.9);--mark-active:calc(1200px / 3.1);--font-quiet:calc(1200px / 4.2);padding:calc(1.5rem * 2.4) 1.51rem;background:#f1e9e2;color:#332a27;}
.strong-items .clear-team{max-width:1200px;margin:0 auto;}
.strong-items h1,.strong-items h2,.strong-items h3,.strong-items p{margin:0;}
.strong-items h1{font-size:calc(17.1px * 2.65);line-height:1.08;}
.strong-items h2{font-size:calc(17.1px * 2);line-height:1.14;}
.strong-items h3{font-size:calc(17.1px * 1.35);line-height:1.22;}
.strong-items p{font-size:17.1px;line-height:1.36;}
.strong-items a{color:#8f1d22;text-decoration:none;}
.strong-items a:hover{color:#b8322f;}
.strong-items img{display:block;width:100%;height:auto;border-radius:0.53rem;}
.strong-items .plain-block{max-width:var(--mark-active);margin-top:1.5rem;}
.strong-items .wide-visual{display:flex;flex-direction:column;gap:var(--field-public);margin-top:var(--field-public);}
.strong-items .active-grid{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #e2d7cd;}
.strong-items .active-grid p{margin-top:calc(1.5rem / 3);}
.strong-items .active-grid img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--font-quiet) * .72);}
.strong-items .wide-steps{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.33rem;}
.strong-items .wide-steps>.compact-area{flex:1 1 calc(1200px / 3);min-width:0;}
.strong-items .wide-steps>.wide-visual{flex:2 1 calc(1200px / 2);margin-top:0;}
.strong-items .wide-steps>img{margin-left:auto;border-radius:0.85rem;}
@media (max-width:720px){.strong-items .wide-steps>img{margin-left:0;max-width:100%;}
}
.soft-nav{
  padding: calc(1.5rem * 2.4) 1.51rem;
  background: #b8322f;
  color: #fdf6f2;
}
.soft-nav .strong-summary{max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
  gap: 2.33rem;
  align-items: start;}
.soft-nav .content-track{
  padding: calc(1.5rem * .75);
  border-radius: 0.85rem;
  background: #1c1412;
  color: #f6f1ec;
  position: sticky;
  top: calc(1.5rem * .75);
}
.soft-nav h2{margin: 0;
  font-size: calc(17.1px * 2);
  line-height: 1.08;}
.soft-nav .content-track p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.1px * 1.125);}
.soft-nav .direct-benefit{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.soft-nav .featured-shell{
  display: grid;
  grid-template-columns: minmax(4.5rem, .22fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.53rem;
  background: #ffffff;
  color: #1c1412;
  border: 1px solid #e2d7cd;
}
.soft-nav .direct-steps{font-size: calc(17.1px * .875);
  word-break: break-word;
  letter-spacing: .02em;}
.soft-nav h3{margin: 0;
  font-size: calc(17.1px * 1.35);
  line-height: 1.2;}
.soft-nav .featured-shell p{margin: calc(calc(1.5rem * .75) * .5) 0;}
.soft-nav small{font-size: calc(17.1px * .875);}
@media (max-width: 780px) {.soft-nav .strong-summary,
  .soft-nav .featured-shell{
    grid-template-columns: 1fr;
  }.soft-nav .content-track{
    position: static;
  }
}
.compact-list{
        padding:calc(calc(1.5rem * 2.4) * .78) 1.51rem;
        background:#faf6f2;
        color:#1c1412;
    }
.contact-block{
        max-width:1200px;
        margin:0 auto;
    }
.service-details{
        max-width:46rem;
        margin:0 auto;
        text-align:center;
    }
.compact-list h1{margin:0 auto;
        font-size:clamp(1.9rem,5.2vw,3.6rem);
        line-height:1.08;
        font-weight:720;
        letter-spacing:-0.01em;
        max-width:20ch;}
.compact-list p{margin:clamp(1rem,2.2vw,1.5rem) auto 0;
        max-width:42rem;
        font-size:calc(17.1px * 1.125);
        line-height:1.6;
        color:#332a27;}
@media (max-width:680px){.service-details{text-align:left;}.compact-list h1,
        .compact-list p{margin-left:0;margin-right:0;}
    }
.clear-contact{
    padding:calc(1.5rem * 2.4) 1.51rem;
    background:#ffffff;
    color:#1c1412;
}
.clear-contact .clear-team{max-width:1200px;
    margin:0 auto;}
.clear-contact .media-headline{max-width:44rem;
    margin-bottom:calc(2.33rem * 1.5);}
.clear-contact .media-headline h2{margin:0;
    font-size:calc(17.1px * 2);
    line-height:1.15;}
.clear-contact .media-headline .plain-block{margin:.7rem 0 0;
    font-size:17.1px;
    line-height:1.36;}
.clear-contact .fresh-callout{display:flex;
    flex-wrap:wrap;
    gap:2.33rem;}
.clear-contact .active-grid{
    flex:1 1 20rem;
    margin:0;
    display:flex;
    flex-direction:column;
    gap:.85rem;
    padding:calc(1.5rem * .75);
    border-radius:0.85rem;
    background:#f1e9e2;
    color:#332a27;
    border:1px solid #e2d7cd;
}
.clear-contact .active-grid img{display:block;
    width:100%;
    height:11.5rem;
    object-fit:cover;
    border-radius:0.53rem;
    order:-1;}
.clear-contact .active-grid .header{
    display:inline-block;
    align-self:flex-start;
    padding:.2rem .6rem;
    border-radius:0.27rem;
    background:#b8322f;
    color:#fdf6f2;
    font-size:calc(17.1px * .875);
    letter-spacing:.02em;
}
.clear-contact .active-grid h3{margin:.35rem 0 .3rem;
    font-size:calc(17.1px * 1.35);
    line-height:1.25;}
.clear-contact .active-grid p{margin:0;
    font-size:calc(17.1px * .875);
    line-height:1.36;}
@media (max-width:640px){.clear-contact .active-grid{
        flex:1 1 100%;
    }.clear-contact .active-grid img{
        height:10rem;
    }
}
.primary-headline{--field-public:calc(1.5rem * 1.19);--mark-active:calc(1200px / 2.25);padding:calc(1.5rem * 2.4) 1.51rem;background:var(--paint-secondary);color:#fdf6f2;}
.primary-headline .clear-team{max-width:1200px;margin:0 auto;}
.primary-headline h1,.primary-headline h2,.primary-headline h3,.primary-headline p{margin:0;}
.primary-headline h2{font-size:calc(17.1px * 2);line-height:1.12;max-width:var(--mark-active);}
.primary-headline p{font-size:17.1px;line-height:1.36;}
.primary-headline .plain-block{margin-top:calc(2.33rem * 1.5);max-width:var(--mark-active);color:color-mix(in srgb, currentColor 82%, transparent);}
.primary-headline a{color:inherit;text-decoration:none;}
.primary-headline .team-links{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:1.5rem;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.27rem;background:#fdf6f2;color:var(--paint-secondary);font-weight:600;}
.primary-headline .team-links:hover{background:#b8322f;color:#fdf6f2;}
.primary-headline .local-block{margin-top:1.5rem;max-width:var(--mark-active);font-size:calc(17.1px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.primary-headline .local-block a{text-decoration:underline;text-underline-offset:3px;}
.primary-headline .local-block a:hover{}
.compact-view{
  padding: calc(1.5rem * 2.4) 1.51rem;
  background: #1c1412;
  color: #f6f1ec;
}
.compact-view .clear-team{max-width: min(1200px, 72rem);
  margin: 0 auto;}
.compact-view .media-headline{display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  padding-bottom: calc(2.33rem * 1.5);
  border-bottom: 1px solid #332a27;}
.compact-view h2{margin: 0;
  flex: 1 1 22rem;
  font-size: calc(17.1px * 2);
  line-height: 1.12;}
.compact-view .plain-block{margin: 0;
  flex: 1 1 20rem;
  max-width: 34rem;
  font-size: 17.1px;
  color: #d8cec6;}
.compact-view .wide-visual{list-style: none;
  padding: 0;
  margin: calc(2.33rem * 1.5) 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2.33rem;}
.compact-view .active-grid{flex: 1 1 min(100%, 20rem);
  margin: 0;
  padding: calc(1.5rem * .75) 0 0;
  border-top: 1px solid #332a27;}
.compact-view .strong-wrap{display: block;
  font-weight: 700;
  font-size: calc(17.1px * 1.35);}
.compact-view .active-grid p{margin: calc(calc(1.5rem * .75) * 0.6) 0;
  color: #d8cec6;
  line-height: 1.36;}
.compact-view .details{display: block;
  font-size: calc(17.1px * .875);color:inherit;}
.compact-view .local-block{margin: calc(2.33rem * 1.5) 0 0;
  max-width: 48rem;
  font-size: calc(17.1px * .875);
  color: #d8cec6;}
@media (max-width: 720px) {.compact-view .media-headline{
    align-items: flex-start;
  }.compact-view .wide-visual{
    display: block;
  }.compact-view .active-grid + .active-grid{
    margin-top: 2.33rem;
  }
}
.content-brand{
        padding:calc(calc(1.5rem * 2.4) * .78) 1.51rem calc(calc(1.5rem * 2.4) * .62);
        background:#faf6f2;
        color:#1c1412;
        border-bottom:1px solid #e2d7cd;
    }
.contact-block{
        max-width:1200px;
        margin:0 auto;
    }
.service-details{
        max-width:44rem;
        margin:0;
        padding-left:clamp(0rem,2vw,1.1rem);
        border-left:2px solid var(--paint-secondary);
    }
.content-brand h1{margin:0;
        font-size:clamp(1.75rem,4.4vw,3.1rem);
        line-height:1.08;
        font-weight:700;
        letter-spacing:-0.01em;}
.content-brand p{margin:calc(2.33rem * 1.5) 0 0;
        max-width:40rem;
        font-size:calc(17.1px * 1.125);
        line-height:1.6;
        color:#332a27;}
@media (max-width:680px){.service-details{
            padding-left:0.85rem;
        }.content-brand p{
            font-size:17.1px;
        }
    }
.service-form{--field-public:calc(1.5rem * 1.05);--mark-active:calc(1200px / 2.6);--font-quiet:calc(1200px / 3.9);padding:calc(1.5rem * 2.4) 1.51rem;background:#faf6f2;color:#1c1412;}
.service-form .clear-team{max-width:1200px;margin:0 auto;}
.service-form h2,.service-form h3,.service-form p{margin:0;}
.service-form h2{font-size:calc(17.1px * 2);line-height:1.12;}
.service-form h3{font-size:calc(17.1px * 1.35);line-height:1.22;}
.service-form p{font-size:17.1px;line-height:1.36;}
.service-form img{display:block;width:100%;height:auto;border-radius:0.53rem;}
.service-form .plain-block{margin-top:1.5rem;max-width:var(--mark-active);}
.service-form .local-block{margin-top:calc(1.5rem / 2);font-size:calc(17.1px * .875);color:#332a27;}
.service-form .wide-visual{display:flex;flex-direction:column;gap:var(--field-public);margin-top:0;}
.service-form .active-grid{min-width:0;padding-left:1.51rem;border-left:2px solid #e2d7cd;}
.service-form .active-grid p{margin-top:calc(1.5rem / 3);}
.service-form .wide-steps{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.33rem;}
.service-form .wide-steps>.compact-area{flex:1 1 calc(1200px / 3);min-width:0;}
.service-form .wide-steps>.wide-visual{flex:2 1 calc(1200px / 2);}
.service-form .wide-steps>img{margin-left:auto;max-width:var(--font-quiet);}
.service-form .box{margin-top:calc(2.33rem * 1.5);font-size:calc(17.1px * .875);color:#332a27;}
.service-form .box a{color:#8f1d22;text-decoration:none;border-bottom:1px solid #8f1d22;}
.service-form .box a:hover{color:#b8322f;border-bottom-color:#b8322f;}
@media (max-width:760px){.service-form .wide-steps>img{max-width:100%;margin-left:0;}.service-form .active-grid{padding-left:1.5rem;}
}
.soft-method{position:relative;padding:calc(1.5rem * 2.4) 1.51rem;background:#faf6f2;color:#1c1412}
.soft-method .clear-team{max-width:1200px;margin:0 auto}
.soft-method h2{margin:0 0 1.5rem;font-size:calc(17.1px * 2);line-height:1.1}
.soft-method .plain-block{max-width:52rem;margin:0 0 calc(2.33rem * 1.5);font-size:calc(17.1px * 1.125);line-height:1.36;}
.soft-method .compact-panel{display:flex;flex-direction:column;border-top:1px solid #e2d7cd}
.soft-method .active-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:2.33rem;padding:1.5rem 0;border-bottom:1px solid #e2d7cd}
.soft-method h3{margin:0;font-size:calc(17.1px * 1.35);line-height:1.2}
.soft-method .active-grid p{margin:0;line-height:1.36}
.soft-method .narrow-benefit{max-width:52rem;margin:calc(2.33rem * 1.5) 0 0;font-size:17.1px;line-height:1.36;}
@media(max-width:720px){.soft-method .active-grid{grid-template-columns:1fr;gap:1.51rem}
}
.focused-inner{padding:calc(calc(1.5rem * 2.4) * .78) 1.51rem calc(calc(1.5rem * 2.4) * .6);background:#faf6f2;color:#1c1412;}
.contact-block{max-width:1200px;margin:0 auto;}
.service-details{max-width:52rem;margin:0 auto;text-align:center;}
.focused-inner h1{margin:0 auto;font-size:clamp(1.9rem,5vw,3.6rem);line-height:1.08;font-weight:720;max-width:20ch;letter-spacing:-0.01em;}
.focused-inner p{margin:clamp(.9rem,2vw,1.3rem) auto 0;max-width:44rem;font-size:clamp(1rem,1.6vw,1.18rem);line-height:1.62;color:#332a27;}
@media (max-width:680px){.service-details{text-align:left}.focused-inner h1,.focused-inner p{margin-left:0;margin-right:0;}}
.open-list{--field-public:calc(1.5rem * 1.2);--mark-active:calc(1200px / 2.60);padding:calc(1.5rem * 2.4) 1.51rem;background:var(--paint-secondary);color:#fdf6f2;}
.open-list .clear-team{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:var(--field-public);}
.open-list h2,.open-list h3,.open-list p{margin:0;}
.open-list h2{font-size:calc(17.1px * 2);line-height:1.12;max-width:var(--mark-active);}
.open-list h3{font-size:calc(17.1px * 1.35);line-height:1.22;}
.open-list p{font-size:17.1px;line-height:1.36;}
.open-list .plain-block{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.open-list .local-block{max-width:var(--mark-active);opacity:.82;}
.open-list .wide-visual{display:flex;flex-wrap:wrap;gap:2.33rem;}
.open-list .active-grid{flex:1 1 calc(1200px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .95);border-radius:0.53rem;background:color-mix(in srgb, currentColor 10%, transparent);display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.open-list .active-grid p{opacity:.86;}
@media (max-width:720px){.open-list .active-grid{flex:1 1 100%;}
}
.fresh-form{
  --field-public:calc(1.5rem * 1.1);
  --mark-active:calc(1200px / 2.4);
  padding:calc(1.5rem * 2.4) 1.51rem;
  background:#faf6f2;
  color:#1c1412;
}
.fresh-form .clear-team{max-width:1200px;
  margin:0 auto;}
.fresh-form h2,
.fresh-form h3,
.fresh-form p{margin:0;}
.fresh-form h2{font-size:calc(17.1px * 2);
  line-height:1.14;
  max-width:var(--mark-active);}
.fresh-form h3{font-size:calc(17.1px * 1.35);
  line-height:1.25;}
.fresh-form p{font-size:17.1px;
  line-height:1.36;}
.fresh-form .service-entries{display:flex;
  flex-direction:column;
  gap:calc(2.33rem * 1.5);}
.fresh-form .plain-block{max-width:var(--mark-active);
  color:#332a27;}
.fresh-form .open-copy{margin-top:var(--field-public);
  display:flex;
  flex-direction:column;
  border-top:1px solid #e2d7cd;}
.fresh-form .active-grid{padding:calc(2.33rem * 1.5) 0;
  border-bottom:1px solid #e2d7cd;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);
  gap:2.33rem;
  align-items:start;}
.fresh-form .active-grid h3{padding-right:calc(2.33rem * 1.5);}
.fresh-form .active-grid p{color:#332a27;}
.fresh-form .box{margin-top:var(--field-public);
  font-size:calc(17.1px * .875);
  color:#332a27;}
.fresh-form .box a{color:#8f1d22;
  text-decoration:underline;
  text-underline-offset:2px;}
.fresh-form .box a:hover{color:#b8322f;}
@media (max-width:760px){.fresh-form .active-grid{
    grid-template-columns:1fr;
    gap:calc(calc(2.33rem * 1.5) / 2);
  }.fresh-form .active-grid h3{
    padding-right:0;
  }
}
.compact-nav{
        padding: calc(1.5rem * 2.4) 1.51rem;
        background: linear-gradient(135deg, #8f1d22 0%, #5c1216 100%);
        color: #fdf6f2;
    }
.compact-nav .clear-team{max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
        gap: 2.33rem;
        align-items: start;}
.compact-nav .plain-block{position: sticky;
        top: 1.5rem;}
.compact-nav h2{margin: 0;
        font-size: calc(17.1px * 2);
        line-height: 1.08;}
.compact-nav .plain-block p:last-child{margin: calc(1.5rem * .75) 0 0;
        max-width: 34rem;
        font-size: 17.1px;
        line-height: 1.36;}
.compact-nav .page-figure{display: flex;
        flex-direction: column;
        gap: calc(2.33rem * 1.5);}
.compact-nav .simple-headline{
        padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) + 0.4rem);
        border-left: 3px solid #b8322f;
        border-radius: 0.27rem;
        background: #ffffff;
        color: #1c1412;
        box-shadow: 0 1px 4px rgba(0,0,0,0.13);
    }
.compact-nav .primary-feature{font-size: 17.1px;
        line-height: 1.36;}
.compact-nav .strong-brand{margin-top: calc(1.5rem * .75);
        display: flex;
        flex-wrap: wrap;
        gap: 0.35rem calc(1.5rem * .75);
        align-items: baseline;
        font-size: calc(17.1px * .875);}
.compact-nav .strong-brand strong{}
.compact-nav .strong-brand span{}
@media (max-width: 860px) {.compact-nav .clear-team{
            grid-template-columns: 1fr;
        }.compact-nav .plain-block{
            position: static;
        }
    }
.site-section{
        background:linear-gradient(135deg, #8f1d22 0%, #5c1216 100%);
        color:#fdf6f2;
        padding:calc(1.5rem * 2.4) 1.51rem;
    }
.site-section .c{max-width:1200px;
        margin:0 auto;}
.site-section .service-proof{
        display:grid;
        grid-template-columns:minmax(0,0.85fr) minmax(0,1.15fr);
        gap:2.33rem;
        background:#ffffff;
        color:#1c1412;
        border:1px solid #e2d7cd;
        border-radius:1.29rem;
        box-shadow:0 24px 50px rgba(0,0,0,0.21);
        overflow:hidden;
    }
.site-section .contact-callout{margin:0;
        min-height:100%;}
.site-section .contact-callout img{display:block;
        width:100%;
        height:100%;
        min-height:280px;
        object-fit:cover;}
.site-section .strong-team{padding:calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.1);
        display:flex;
        flex-direction:column;
        gap:calc(2.33rem * 1.5);}
.site-section .media-header{display:flex;
        flex-wrap:wrap;
        align-items:flex-start;
        justify-content:space-between;
        gap:1.51rem;
        padding-bottom:calc(2.33rem * 1.5);
        border-bottom:1px solid #e2d7cd;}
.site-section .strong-wrap{display:flex;
        align-items:center;
        gap:0.9rem;
        min-width:0;}
.site-section .steady-panel{
        flex:0 0 auto;
        width:52px;
        height:52px;
        border-radius:0.53rem;
        background:var(--paint-secondary);
        color:#fdf6f2;
        display:flex;
        align-items:center;
        justify-content:center;
        font-weight:700;
        font-size:17.1px;
        letter-spacing:0.04em;
    }
.site-section .id{min-width:0;}
.site-section h1{font-size:calc(17.1px * 2);
        line-height:1.18;
        margin:0 0 0.35rem;}
.site-section .focused-details{margin:0;
        font-size:calc(17.1px * .875);}
.site-section .strong-details{
        margin:0;
        font-size:calc(17.1px * .875);
        font-weight:700;
        letter-spacing:0.06em;
        background:#b8322f;
        color:#fdf6f2;
        padding:0.35rem 0.7rem;
        border-radius:0.27rem;
    }
.site-section .primary-feature{margin:0;
        padding-left:1.51rem;
        border-left:3px solid #b8322f;
        font-size:calc(17.1px * 1.125);
        line-height:1.5;}
.site-section .compact-area{display:flex;
        flex-direction:column;
        gap:0.9rem;}
.site-section .compact-area p{margin:0;
        font-size:17.1px;
        line-height:1.36;}
.site-section .details{display:flex;
        flex-wrap:wrap;
        align-items:center;
        justify-content:space-between;
        gap:1.51rem;
        padding-top:calc(2.33rem * 1.5);
        border-top:1px solid #e2d7cd;
        font-size:calc(17.1px * .875);}
.site-section .box{display:flex;
        flex-wrap:wrap;
        gap:1.51rem;}
.site-section .box a{text-decoration:none;
        border-bottom:1px solid #8f1d22;
        padding-bottom:1px;
        transition:color 150ms var(--motion-panel), border-color 150ms var(--motion-panel);}
.site-section .box a:hover{border-color:#b8322f;}
@media (max-width:820px){.site-section .service-proof{
            grid-template-columns:1fr;
        }.site-section .contact-callout img{
            min-height:220px;
        }.site-section .details{
            flex-direction:column;
            align-items:flex-start;
        }
    }
.strip{
        background: linear-gradient(135deg, #8f1d22 0%, #5c1216 100%);
        color: #fdf6f2;
        padding: calc(1.5rem * 2.4) 1.51rem;
    }
.strip .c{max-width: 1200px;
        margin: 0 auto;}
.strip .service-proof{
        background: #ffffff;
        color: #1c1412;
        border: 1px solid #e2d7cd;
        border-radius: 0.85rem;
        box-shadow: 0 12px 30px rgba(0,0,0,0.17);
        padding: calc(1.5rem * .75);
        display: flex;
        flex-direction: column;
        gap: calc(2.33rem * 1.5);
    }
.strip .media-header{display: flex;
        flex-wrap: wrap;
        gap: 2.33rem;
        align-items: flex-start;
        justify-content: space-between;}
.strip .strong-wrap{display: flex;
        gap: 1.51rem;
        align-items: flex-start;
        flex: 1 1 320px;}
.strip .steady-panel{
        flex: 0 0 auto;
        width: 56px;
        height: 56px;
        border-radius: 0.53rem;
        background: var(--paint-secondary);
        color: #fdf6f2;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 17.1px;
        letter-spacing: 0.04em;
    }
.strip .id h1{font-size: calc(17.1px * 2);
        line-height: 1.15;
        margin: 0 0 0.4rem;}
.strip .public-stack{margin: 0 0 0.3rem;
        font-size: calc(17.1px * .875);}
.strip .site-nav{margin: 0;
        font-size: calc(17.1px * .875);
        font-weight: 600;}
.strip .contact-callout{flex: 0 1 280px;
        margin: 0;
        border-radius: 0.53rem;
        overflow: hidden;
        border: 1px solid #e2d7cd;}
.strip .contact-callout img{display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 4 / 3;}
.strip .steady-tile{display: flex;
        flex-direction: column;
        gap: 1.5rem;
        line-height: 1.36;
        font-size: 17.1px;}
.strip .steady-tile p{margin: 0;}
.strip .details{display: flex;
        flex-wrap: wrap;
        gap: 1.5rem;
        align-items: center;
        justify-content: space-between;
        padding-top: 1.5rem;
        border-top: 1px solid #e2d7cd;
        font-size: calc(17.1px * .875);}
.strip .active-rail{}
.strip .box{display: flex;
        flex-wrap: wrap;
        gap: 1.51rem;}
.strip .box a{text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: color 150ms var(--motion-panel), border-color 150ms var(--motion-panel);}
.strip .box a:hover{border-bottom-color: #b8322f;}
@media (max-width: 640px) {.strip .contact-callout{
            flex: 1 1 100%;
        }.strip .details{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.main-copy{
        background:linear-gradient(135deg, #8f1d22 0%, #5c1216 100%);
        color:#fdf6f2;
        padding:calc(1.5rem * 2.4) 1.51rem;
    }
.main-copy .c{max-width:1200px;
        margin:0 auto;}
.main-copy .service-proof{
        background:#ffffff;
        color:#1c1412;
        border:1px solid #e2d7cd;
        border-radius:0.85rem;
        box-shadow:0 12px 30px rgba(0,0,0,0.17);
        padding:calc(1.5rem * .75);
        display:flex;
        flex-direction:column;
        gap:calc(2.33rem * 1.5);
    }
.main-copy .simple-area{display:flex;
        flex-wrap:wrap;
        gap:2.33rem;
        align-items:flex-start;}
.main-copy .wide-surface{flex:1 1 240px;
        margin:0;
        border-radius:0.53rem;
        overflow:hidden;
        border:1px solid #e2d7cd;}
.main-copy .wide-surface img{display:block;
        width:100%;
        height:100%;
        object-fit:cover;
        aspect-ratio:4 / 3;}
.main-copy .media-header{flex:2 1 340px;
        display:flex;
        flex-direction:column;
        gap:calc(2.33rem * 1.5);}
.main-copy .strong-wrap{display:flex;
        gap:1rem;
        align-items:flex-start;}
.main-copy .steady-panel{
        flex:0 0 auto;
        width:56px;
        height:56px;
        border-radius:50%;
        background:var(--paint-secondary);
        color:#fdf6f2;
        display:flex;
        align-items:center;
        justify-content:center;
        font-weight:700;
        font-size:17.1px;
        letter-spacing:0.02em;
    }
.main-copy .site-proof h1{font-size:calc(17.1px * 2);
        line-height:1.2;
        margin:0 0 0.35rem;}
.main-copy .public-stack{margin:0 0 0.25rem;
        font-size:calc(17.1px * .875);}
.main-copy .site-nav{margin:0;
        font-size:calc(17.1px * .875);
        font-weight:600;}
.main-copy .plain-block{margin:0;
        font-size:17.1px;
        line-height:1.36;}
.main-copy .steady-tile{display:flex;
        flex-direction:column;
        gap:0.9rem;
        line-height:1.36;
        border-top:1px solid #e2d7cd;
        padding-top:calc(2.33rem * 1.5);}
.main-copy .steady-tile p{margin:0;}
.main-copy .details{display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        align-items:center;
        gap:calc(2.33rem * 1.5);
        border-top:1px solid #e2d7cd;
        padding-top:calc(2.33rem * 1.5);
        font-size:calc(17.1px * .875);}
.main-copy .active-rail{}
.main-copy .box{display:flex;
        flex-wrap:wrap;
        gap:1rem;}
.main-copy .box a{text-decoration:none;
        border-bottom:1px solid #8f1d22;
        padding-bottom:1px;
        transition:color 150ms var(--motion-panel), border-color 150ms var(--motion-panel);}
.main-copy .box a:hover{border-color:#b8322f;}
@media (max-width:640px){.main-copy .strong-wrap{
            flex-direction:column;
        }.main-copy .details{
            flex-direction:column;
            align-items:flex-start;
        }
    }
.page-quote{
        padding:calc(calc(1.5rem * 2.4) * .68) 1.51rem;
        background:#faf6f2;
        color:#1c1412;
    }
.contact-block{
        max-width:1200px;
        margin:0 auto;
    }
.service-details{
        max-width:44rem;
        margin:0 auto;
        text-align:center;
    }
.page-quote h1{margin:0 auto;
        font-size:clamp(1.9rem,5.2vw,3.6rem);
        line-height:1.06;
        font-weight:720;
        max-width:20ch;
        letter-spacing:-0.01em;}
.page-quote p{margin:clamp(.85rem,1.8vw,1.25rem) auto 0;
        max-width:38rem;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.62;
        color:#332a27;}
@media (max-width:680px){.service-details{text-align:left;}.page-quote h1,
        .page-quote p{margin-left:0;margin-right:0;}
    }
.clear-surface{
  padding: calc(1.5rem * 2.4) 1.51rem;
  background: #b8322f;
  color: #fdf6f2;
}
.clear-surface .clear-team{display: flex;
  flex-wrap: wrap;
  gap: calc(2.33rem * 1.5);
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-start;}
.clear-surface .compact-area{flex: 1 1 22rem;
  min-width: 0;}
.clear-surface h2{margin: 0;
  font-size: calc(17.1px * 2);
  line-height: 1.08;}
.clear-surface .compact-area > p{margin: 1.5rem 0 0;
  font-size: 17.1px;
  line-height: 1.36;
  max-width: 34rem;}
.clear-surface .local-summary{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: calc(2.33rem * 1.5);}
.clear-surface .local-summary a{color: inherit;
  text-underline-offset: .22em;
  font-size: calc(17.1px * .875);}
.clear-surface .secondary-actions{flex: 1 1 26rem;
  min-width: 0;
  display: flex;
  flex-direction: column;}
.clear-surface .box{display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2.33rem;
  padding: 1.5rem 0;
  color: inherit;
  text-decoration: none;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  transition: background 150ms var(--motion-panel);}
.clear-surface .box:last-child{border-bottom: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.clear-surface a.route:hover,
.clear-surface a.route:focus-visible{
  background: color-mix(in srgb, currentColor 8%, transparent);
}
.clear-surface .box span{flex: 0 0 30%;
  font-size: calc(17.1px * .875);
  opacity: .74;}
.clear-surface .box strong,
.clear-surface .box p{flex: 1 1 auto;
  max-width: 26rem;
  margin: 0;
  text-align: right;
  line-height: 1.36;
  overflow-wrap: anywhere;}
.clear-surface .box strong{font-size: calc(17.1px * 1.125);}
@media (max-width: 760px) {.clear-surface .clear-team{
    display: block;
  }.clear-surface .secondary-actions{
    margin-top: calc(2.33rem * 1.5);
  }
}
@media (max-width: 500px) {.clear-surface .box{
    display: block;
  }.clear-surface .box strong,
  .clear-surface .box p{
    display: block;
    margin-top: calc(1.5rem * .75);
    text-align: left;
  }
}
.fresh-method{padding:calc(1.5rem * 2.4) 1.51rem;background:#1c1412;color:#f6f1ec}
.fresh-method .featured-lead{max-width:min(1200px,72rem);margin:0 auto}
.fresh-method .top-intro{margin-bottom:calc(2.33rem * 1.5);max-width:52rem}
.fresh-method h2{margin:0;font-size:calc(17.1px * 2);line-height:1.1}
.fresh-method .top-intro p{margin:1.5rem 0 0;font-size:calc(17.1px * 1.125);opacity:.82}
.fresh-method .steady-tile{display:grid;grid-template-columns:minmax(16rem,.42fr) minmax(0,1fr);gap:2.33rem;align-items:start}
.fresh-method .bottom-items{border-top:1px solid rgba(246,241,236,.22)}
.fresh-method .main-links{padding:calc(1.5rem * .75) 0;border-bottom:1px solid rgba(246,241,236,.22)}
.fresh-method .main-links span{display:block;font-size:calc(17.1px * .875);letter-spacing:.02em;opacity:.7}
.fresh-method .main-links strong{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-weight:600;line-height:1.4}
.fresh-method .main-links a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.fresh-method .main-links a:hover{color:inherit;}
.fresh-method .active-frame{min-height:30rem;border-radius:0.85rem;overflow:hidden;border:1px solid rgba(246,241,236,.22);background:#ffffff;color:#1c1412;}
.fresh-method iframe{display:block;width:100%;height:100%;border:0}
.fresh-method .local-block{margin:calc(2.33rem * 1.5) 0 0;font-size:calc(17.1px * .875);opacity:.78;max-width:60rem}
.fresh-method .local-block a{color:inherit;text-decoration:underline;text-underline-offset:3px}
@media (max-width: 820px){.fresh-method .steady-tile{grid-template-columns:1fr}.fresh-method .active-frame{min-height:22rem}
}
.plain-body{
  background: #f1e9e2;
  color: #332a27;
  padding: calc(1.5rem * 2.4) 1.51rem;
}
.plain-body .clear-team{max-width: 1200px;
  margin: 0 auto;}
.plain-body .main-links{display: flex;
  flex-direction: column;
  gap: calc(2.33rem * 1.5);}
.plain-body .plain-benefit{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: calc(2.33rem * 1.5);}
.plain-body h2{flex: 1 1 22rem;
  margin: 0;
  font-size: clamp(calc(17.1px * 2), 4.4vw, calc(17.1px * 2.65));
  line-height: 1.08;
  letter-spacing: 0;}
.plain-body .plain-benefit p{flex: 1 1 26rem;
  margin: 0;
  min-width: 0;
  font-size: 17.1px;
  line-height: 1.7;}
.plain-body .local-lead{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-top: 1px solid #e2d7cd;
  padding-top: 1.5rem;}
.plain-body .strong-plan{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.33rem;}
.plain-body label{flex: 1 1 15rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.4);
  font-size: calc(17.1px * .875);}
.plain-body label.wide{flex: 1 1 100%;}
.plain-body input{
  width: 100%;
  min-width: 0;
  border: 1px solid #e2d7cd;
  border-radius: 0.27rem;
  background: #ffffff;
  color: #1c1412;
  padding: calc(calc(1.5rem * .75) * 0.85);
  font: inherit;
}
.plain-body input::placeholder{}
.plain-body button{
  align-self: flex-start;
  border: 0;
  border-radius: 0.53rem;
  background: var(--paint-secondary);
  color: #fdf6f2;
  padding: calc(1.5rem * .75) 2.33rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 150ms var(--motion-panel);
}
.plain-body button:hover{
  background: #741518;color:#1c1412;}
@media (max-width: 760px) {.plain-body .plain-benefit{
    flex-direction: column;
    align-items: flex-start;
  }.plain-body button{
    align-self: stretch;
    text-align: center;
  }
}
.open-stack{padding:calc(1.5rem * 2.4) 1.51rem;background:#1c1412;color:#f6f1ec}
.open-stack .media-inner{max-width:min(1200px,62rem);margin:0 auto}
.open-stack .service-entries{margin-bottom:calc(2.33rem * 1.5)}
.open-stack h2{margin:0;font-size:calc(17.1px * 2);line-height:1.1}
.open-stack .local-block{margin:1.5rem 0 0;font-size:17.1px;line-height:1.5;color:color-mix(in srgb,currentColor 74%,transparent)}
.open-stack .secondary-proof{padding:calc(1.5rem * .75) 0;border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.open-stack .secondary-proof:last-child{border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.open-stack h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17.1px * 1.35);line-height:1.25}
.open-stack .secondary-proof p{margin:0;line-height:1.55;color:color-mix(in srgb,currentColor 78%,transparent)}
.open-stack .secondary-proof a{text-decoration:underline;text-underline-offset:2px}
.open-stack .secondary-proof a:hover{color:inherit;}
@media (max-width:640px){.open-stack h2{font-size:calc(17.1px * 1.35)}.open-stack .secondary-proof{padding:1.5rem 0}
}
.contact-flow{
  padding: calc(1.5rem * 2.4) 1.51rem;
  background: #1c1412;
  color: #f6f1ec;
}
.contact-flow .clear-team{max-width: min(1200px, 72rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.33rem * 1.5);}
.contact-flow .media-unit{max-width: 46rem;}
.contact-flow h2{margin: 0;
  font-size: calc(17.1px * 2);
  line-height: 1.12;}
.contact-flow .media-unit p{margin: calc(1.5rem * .75) 0 0;
  color: #d8cec6;
  font-size: calc(17.1px * 1.125);
  line-height: 1.36;}
.contact-flow .steady-copy{display: flex;
  flex-direction: column;
  border-top: 1px solid #332a27;}
.contact-flow .active-grid{border-bottom: 1px solid #332a27;}
.contact-flow button{
  width: 100%;
  border: 0;
  padding: calc(1.5rem * .75) 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: calc(17.1px * 1.35);
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
}
.contact-flow button:hover{color: #d8cec6;}
.contact-flow .active-grid p{margin: 0;
  padding: 0 0 calc(1.5rem * .75);
  max-width: 62rem;
  color: #d8cec6;
  line-height: 1.36;}
.contact-flow .active-grid:not(.is-open) p{display: none;}
@media (max-width: 760px) {.contact-flow button{
    font-size: 17.1px;
  }
}
.offer-steps{padding:calc(calc(1.5rem * 2.4) * .72) 1.51rem;background:#faf6f2;color:#1c1412;}
.contact-block{max-width:1200px;margin:0 auto;}
.service-details{max-width:46rem;margin:0 auto;text-align:center;}
.offer-steps h1{margin:0 auto;font-size:clamp(1.9rem,5vw,3.6rem);line-height:1.06;font-weight:730;max-width:20ch;}
.offer-steps p{margin:clamp(.9rem,2vw,1.3rem) auto 0;max-width:40rem;font-size:clamp(1rem,1.6vw,1.18rem);line-height:1.62;color:#332a27;}
@media (max-width:680px){.service-details{text-align:left}.offer-steps h1,.offer-steps p{margin-left:0;margin-right:0;}}
.secondary-area{--field-public:calc(1.5rem * 0.87);--mark-active:calc(1200px / 2.11);padding:calc(1.5rem * 2.4) 1.51rem;background:var(--paint-secondary);color:#fdf6f2;}
.secondary-area .clear-team{max-width:1200px;margin:0 auto;}
.secondary-area h2,.secondary-area p{margin:0;}
.secondary-area h2{font-size:calc(17.1px * 2);line-height:1.12;}
.secondary-area p{font-size:17.1px;line-height:1.36;color:color-mix(in srgb, currentColor 78%, transparent);}
.secondary-area a{color:inherit;text-decoration:none;}
.secondary-area .team-links{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.27rem;background:#fdf6f2;color:var(--paint-secondary);}
.secondary-area .bottom-body{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.secondary-area .soft-brand{text-align:center;}
.secondary-area .soft-brand p{margin:1.5rem auto 0;max-width:calc(1200px / 2);}
.secondary-area .soft-brand .team-links{margin-top:1.5rem;}
.secondary-area .site-view{row-gap:calc(var(--field-public) * 1.2);}
.secondary-area .box{display:flex;flex-wrap:wrap;justify-content:center;gap:2.33rem;margin-top:calc(var(--field-public) * .8);font-size:calc(17.1px * .875);}
.secondary-area .box a{text-decoration:underline;text-underline-offset:3px;opacity:.85;}
.secondary-area .box a:hover{opacity:1;}
.public-body{
  padding: calc(1.5rem * 2.4) 1.51rem;
  background: #1c1412;
  color: #f6f1ec;
}
.public-body .clear-team{max-width: min(1200px, 68rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.33rem * 1.5);}
.public-body .plain-block h2{margin: 0;
  font-size: calc(17.1px * 2);
  line-height: 1.1;}
.public-body .service-entries{margin: calc(1.5rem * .75) 0 0;
  max-width: 42rem;
  font-size: calc(17.1px * 1.125);
  color: #d8cec6;}
.public-body .secondary-links{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  border-top: 1px solid #332a27;
  padding-top: calc(2.33rem * 1.5);}
.public-body .team-intro{display: flex;
  gap: calc(1.5rem * .75);
  align-items: flex-start;}
.public-body .public-footer{
  flex: 0 0 auto;
  font-size: calc(17.1px * .875);
  letter-spacing: 0.08em;
  color: #fdf6f2;
  background: #b8322f;
  border-radius: 0.27rem;
  padding: 0.2rem 0.5rem;
  line-height: 1.4;
}
.public-body .compact-area strong{display: block;
  font-size: 17.1px;
  margin-bottom: 0.35rem;}
.public-body .compact-area p{margin: 0;
  max-width: 44rem;
  color: #d8cec6;
  font-size: 17.1px;}
.public-body .service-media{border-top: 1px solid #332a27;
  padding-top: calc(2.33rem * 1.5);
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.public-body .service-media p{margin: 0;
  max-width: 46rem;
  color: #d8cec6;}
.public-body .box{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2.33rem;}
.public-body .box a{text-decoration: none;
  border-bottom: 1px solid #b8322f;
  padding-bottom: 2px;
  font-size: 17.1px;}
.public-body .box a:hover{
  color: #fdf6f2;
  background: #b8322f;
}
.public-body .local-block{font-size: calc(17.1px * .875);
  color: #d8cec6;}
.public-body .local-block a{text-decoration: underline;}
.public-body .local-block a:hover{}
@media (max-width: 640px) {.public-body .team-intro{
    flex-direction: column;
    gap: 0.5rem;
  }.public-body .box{
    flex-direction: column;
    gap: 0.5rem;
  }
}
.soft-links{padding:calc(1.5rem * 2.4) 1.51rem;background:#b8322f;color:#fdf6f2}
.soft-links .clear-team{max-width:1200px;margin:0 auto}
.soft-links .soft-rail{display:flex;flex-wrap:wrap;gap:2.33rem;align-items:flex-start}
.soft-links .compact-area{flex:2 1 34rem;min-width:0}
.soft-links h2{margin:0;font-size:calc(17.1px * 2.65);line-height:1.04}
.soft-links .compact-area p{margin:1.5rem 0 0;max-width:40rem;font-size:calc(17.1px * 1.125);line-height:1.36}
.soft-links .box{flex:1 1 20rem;min-width:0;border-left:2px solid color-mix(in srgb,#fdf6f2 35%,transparent);padding-left:1.5rem}
.soft-links .box p{margin:0;line-height:1.36}
.soft-links .box a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.soft-links .box > a{display:inline-flex;margin-top:1.5rem;border-radius:0.27rem;background:var(--paint-secondary);color:#fdf6f2;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-size:17.1px}
.soft-links .box > a:hover{background:#741518;color:#1c1412;}
.soft-links .bottom-stack{margin-top:calc(2.33rem * 1.5);font-size:calc(17.1px * .875);line-height:1.36}
@media(max-width:680px){.soft-links .soft-rail{display:block}.soft-links .box{margin-top:calc(2.33rem * 1.5);border-left:0;border-top:2px solid color-mix(in srgb,#fdf6f2 35%,transparent);padding-left:0;padding-top:1.5rem}.soft-links h2{font-size:calc(17.1px * 2)}}
