:root {
  --ink-muted: #1C1413;
  --surface-strong: #E4D9D4;
  --tone-extra-11: #9E1B1B;
  --paint-main: #332A28;
  --paint-warm: #C0392B;
  --surface-card: #FFFFFF;
  --delay-soft: cubic-bezier(0.2,0.8,0.2,1);
}
body{margin:0;padding:0;font-family:"Lato", sans-serif;}
*{box-sizing:border-box;}
.contact-track {
    width: 100%;
    background: #1C1413;
    color: #FBF8F6;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
.site-form {
    max-width: 1040px;
    margin: 0 auto;
    padding: 1.5rem 1.45rem;
    display: flex;
    align-items: center;
    gap: 0.9rem;
  }
.clear-stack {
    font-size: calc(15.8px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #FBF8F6;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
.clear-stack:hover {
    color: #FBF8F6;
    opacity: 0.85;
  }
.contact-view {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(0.9rem * 1.25);
    flex-wrap: wrap;
  }
.nav-list a {
    display: inline-block;
    padding: 0.35rem 0;
    font-size: 15.8px;
    color: #FBF8F6;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color 630ms var(--delay-soft), opacity 630ms var(--delay-soft);
  }
.nav-list a:hover {
    border-bottom-color: var(--paint-warm);
    opacity: 0.95;
  }
.narrow-region {
    flex-shrink: 0;
    margin-left: auto;
  }
.media-note {
    display: inline-block;
    padding: 0.6rem 1.15rem;
    background: var(--paint-warm);
    color: #FFFFFF;
    font-size: calc(15.8px * .875);
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.7rem;
    transition: background 630ms var(--delay-soft);
    white-space: nowrap;
  }
.media-note:hover {
    background: #9E1B1B;
    color: #FFFFFF;
  }
.visual-contact {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0.32rem;
    cursor: pointer;
    margin-left: auto;
  }
.wide-track{
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: #FBF8F6;
    border-radius: 2px;
    transition: transform 630ms var(--delay-soft), opacity 630ms var(--delay-soft);color:var(--ink-muted);}
.visual-contact.is-open .wide-track:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.visual-contact.is-open .wide-track:nth-child(2) {
    opacity: 0;
  }
.visual-contact.is-open .wide-track:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
@media (max-width: 767px) {
    .site-form {
      flex-wrap: wrap;
      row-gap: calc(0.9rem * 1.5);
    }

    .visual-contact {
      display: flex;
    }

    .narrow-region {
      display: none;
    }

    .contact-view {
      display: none;
      flex-basis: 100%;
      width: 100%;
    }

    .contact-view.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
      width: 100%;
      padding-top: calc(0.9rem * 1.5);
      border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

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

    .nav-list a {
      display: block;
      width: 100%;
      padding: 0.75rem 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .nav-list a:hover {
      border-bottom-color: rgba(255, 255, 255, 0.08);
      opacity: 0.85;
    }
  }
.direct-intro{font-family:"Lato", sans-serif;font-size:15.8px;line-height:1.86;padding:calc(1.5rem * 2.4) 1.45rem;margin-top:calc(1.5rem * 2.4);background:#1C1413;color:#FBF8F6;}
.offer-visual{max-width:1040px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(0.9rem * 1.5)}
.primary-steps{padding-bottom:calc(0.9rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.18)}
.panel{font-size:calc(15.8px * .875);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;margin:0 0 calc(1.5rem * .75);opacity:0.75}
.content-wrap{font-style:normal;display:flex;flex-direction:column;gap:0.35rem;font-size:15.8px}
.top-unit{display:block}
.focused-list{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 630ms var(--delay-soft), opacity 630ms var(--delay-soft)}
.focused-list:hover,
  .focused-list:focus-visible{border-bottom-color:currentColor;outline:none}
.focused-tile{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.main-view{font-size:calc(15.8px * 1.35);font-weight:700;margin:0;letter-spacing:0.01em}
.section{margin:0;font-size:calc(15.8px * .875);max-width:42ch;opacity:0.8}
.fresh-rail{display:grid;grid-template-columns:1fr;gap:calc(0.9rem * 1.5)}
.top-quote{min-width:0}
.public-note{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem;font-size:15.8px}
.bottom-content{padding-top:calc(0.9rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.direct-footer{margin:0;font-size:calc(15.8px * .875);max-width:72ch;opacity:0.85}
.team-proof{margin:0;font-size:calc(15.8px * .875);opacity:0.7}
@media (min-width: 640px) {.fresh-rail{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 960px) {.offer-visual{grid-template-columns:minmax(0, 1.1fr) minmax(0, 1fr);grid-template-areas:"contact brand"
        "nav nav"
        "legal legal";gap:calc(1.5rem * 2.4) calc(0.9rem * 1.5)}.primary-steps{grid-area:contact;border-bottom:none;padding-bottom:0;border-right:1px solid rgba(255, 255, 255, 0.18);padding-right:calc(0.9rem * 1.5)}.focused-tile{grid-area:brand}.fresh-rail{grid-area:nav;grid-template-columns:repeat(3, minmax(0, 1fr));padding-top:calc(0.9rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18)}.bottom-content{grid-area:legal}
  }
.cookies {
        position: fixed;
        left: 1.45rem;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1200
    }
.cookies .local-unit {
        width: min(22rem, calc(100vw - 1.45rem * 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 10px 26px rgba(0,0,0,0.06)
    }
.cookies strong {
        font-size: calc(15.8px * 1.35);
        line-height: 1.12
    }
.cookies p {
        margin: 0 0 calc(1.5rem * .75);
        color: #2a3040;
        line-height: 1.86
    }
.cookies button {
        border: 1px solid color-mix(in srgb, currentColor 16%, transparent);
        border-radius: 0.32rem;
        background: #fff;
        color: #0a0f1a;
        font: inherit;
        padding: calc(1.5rem * .75);
        cursor: pointer;
        text-align: left
    }
.cookies button.cookie-accept {
        background: var(--tone-extra-11);
        color: #FFFFFF;
        border-color: var(--tone-extra-11)
    }
@media (max-width: 620px) {
        .cookies {
            top: auto;
            right: 1.45rem;
            bottom: 1.5rem;
            transform: none
        }

        .cookies .local-unit {
            width: auto
        }
    }
.service-summary{--mark-base:calc(1.5rem * 1.25);--mark-local:calc(1040px / 2.35);--type-heading:calc(1040px / 3.49);padding:calc(1.5rem * 2.4) 1.45rem;background:#FBF8F6;color:#1C1413;}
.service-summary .featured-links{max-width:1040px;margin:0 auto;}
.service-summary h1,.service-summary h2,.service-summary h3,.service-summary p{margin:0;}
.service-summary h1{font-size:calc(15.8px * 2.65);line-height:1.08;}
.service-summary p{font-size:15.8px;line-height:1.86;}
.service-summary a{color:#9E1B1B;text-decoration:none;}
.service-summary a:hover{color:#C0392B;}
.service-summary img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.service-summary .start{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.32rem;background:var(--tone-extra-11);color:#FFFFFF;}
.service-summary .start:hover{background:#7C1414;color:#FFFFFF;}
.service-summary .group{display:flex;align-items:flex-start;gap:0.9rem;}
.service-summary .mark{flex:1 1 auto;min-width:0;}
.service-summary .visual-grid{margin-top:1.5rem;max-width:var(--mark-local);}
.service-summary .main-group{margin-top:calc(0.9rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.service-summary .featured-region{font-size:calc(15.8px * .875);color:var(--paint-main);max-width:var(--mark-local);}
.service-summary .visual-nav{flex:0 1 var(--type-heading);min-width:0;}
.service-summary .visual-nav img{width:min(var(--type-heading),100%);}
.service-summary .contact-list{margin-top:1.5rem;font-size:calc(15.8px * .875);color:var(--paint-main);}
@media(max-width:760px){.service-summary .group{flex-direction:column;}}
.direct-team{
        padding: calc(1.5rem * 2.4) 1.45rem;
        background: linear-gradient(135deg, #7C1414 0%, #9E1B1B 55%, #C0392B 100%);
        color: #FFFFFF;
    }
.direct-team .featured-links{max-width: 1040px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.4fr);
        gap: calc(0.9rem * 1.5);
        align-items: start;}
.direct-team .visual-grid{position: sticky;
        top: 1.5rem;
        padding-right: calc(1.5rem * .75);}
.direct-team h2{margin: 0;
        font-size: calc(15.8px * 2);
        line-height: 1.1;}
.direct-team .visual-grid p:last-child{margin: calc(1.5rem * .75) 0 0;
        font-size: 15.8px;
        line-height: 1.86;}
.direct-team .fresh-method{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.direct-team .page-inner{
        padding: calc(1.5rem * .75);
        border: 1px solid var(--surface-strong);
        border-radius: 1rem;
        background: var(--surface-card);
        color: var(--ink-muted);
        box-shadow: 0 1px 5px rgba(0,0,0,0.04);
    }
.direct-team .page-inner:nth-child(even){margin-left: calc(0.9rem * 1.5);}
.direct-team .clear-footer{font-size: 15.8px;
        line-height: 1.86;}
.direct-team .plain-nav{margin-top: calc(1.5rem * .75);
        display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        justify-content: space-between;
        align-items: baseline;
        font-size: calc(15.8px * .875);}
.direct-team .plain-nav strong{font-size: 15.8px;}
@media (max-width: 860px) {.direct-team .featured-links{
            grid-template-columns: 1fr;
        }.direct-team .visual-grid{
            position: static;
            padding-right: 0;
        }.direct-team .page-inner:nth-child(even){
            margin-left: 0;
        }.direct-team .plain-nav{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.secondary-lead{
        --mark-base: calc(1.5rem * 1.26);
        --copy-body: calc(1040px / 3.59);
        padding: calc(1.5rem * 2.4) 1.45rem;
        background: #1C1413;
        color: #FBF8F6;
    }
.secondary-lead .featured-links{max-width: 1040px;
        margin: 0 auto;}
.secondary-lead h2,
    .secondary-lead h3,
    .secondary-lead p{margin: 0;}
.secondary-lead h2{font-size: calc(15.8px * 2);
        line-height: 1.12;}
.secondary-lead h3{font-size: calc(15.8px * 1.35);
        line-height: 1.2;}
.secondary-lead p{font-size: 15.8px;
        line-height: 1.86;}
.secondary-lead a{color: inherit;
        text-decoration: none;
        border-bottom: 1px solid currentColor;}
.secondary-lead .focused-surface{padding-block: calc(var(--mark-base) / 2);}
.secondary-lead .main-actions{row-gap: calc(var(--mark-base) * 1.2);}
.secondary-lead .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0.9rem;}
.secondary-lead .row-title h2{flex: 1 1 calc(1040px / 3);
        min-width: 0;}
.secondary-lead .row-title > p{flex: 1 1 calc(1040px / 3);
        min-width: 0;
        opacity: .88;}
.secondary-lead .top-brand{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--mark-base);
        margin-top: var(--mark-base);}
.secondary-lead .active-quote{flex: 1 1 var(--copy-body);
        min-width: 0;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid currentColor;}
.secondary-lead .active-quote p{margin-top: calc(1.5rem / 3);
        opacity: .88;}
.secondary-lead .active-quote a{display: inline-block;
        margin-top: calc(1.5rem / 2);
        font-size: calc(15.8px * .875);
        opacity: .9;}
.secondary-lead .visual-nav{flex: 1 1 100%;
        margin-top: calc(var(--mark-base) / 2);
        font-size: calc(15.8px * .875);
        opacity: .82;}
.secondary-lead .visual-nav a{opacity: 1;}
.steady-actions{--mark-base:calc(1.5rem * 1.3);--mark-local:calc(1040px / 2.4);padding:calc(1.5rem * 2.4) 1.45rem;background:var(--paint-warm);color:#FFFFFF;}
.steady-actions .featured-links{max-width:1040px;margin:0 auto;}
.steady-actions h2,.steady-actions h3,.steady-actions p{margin:0;}
.steady-actions h2{font-size:calc(15.8px * 2);line-height:1.14;max-width:var(--mark-local);}
.steady-actions h3{font-size:calc(15.8px * 1.35);line-height:1.24;}
.steady-actions p{font-size:15.8px;line-height:1.86;}
.steady-actions .visual-grid{margin-top:1.5rem;max-width:var(--mark-local);opacity:.88;}
.steady-actions .top-brand{display:flex;flex-wrap:wrap;gap:var(--mark-base) 1.5rem;margin-top:calc(var(--mark-base) * 1.1);}
.steady-actions .active-quote{flex:1 1 calc(1040px / 2.6);min-width:260px;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(255,255,255,.28);}
.steady-actions .active-quote p{margin-top:calc(1.5rem / 2.6);opacity:.86;}
.steady-actions .featured-region{margin-top:calc(var(--mark-base) * 1.2);padding-top:calc(1.5rem * .75);border-top:1px solid rgba(255,255,255,.28);font-size:calc(15.8px * .875);opacity:.9;}
.steady-actions a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.steady-actions a:hover{opacity:.78;}
@media (max-width:640px){.steady-actions .active-quote{flex:1 1 100%;}
}
.page-steps{
  background: #FBF8F6;
  color: #1C1413;
  padding: calc(1.5rem * 2.4) 1.45rem;
}
.page-steps .featured-links{width: min(100%, 1040px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .32fr) minmax(0, 1fr);
  gap: calc(0.9rem * 1.5);
  align-items: start;}
.page-steps h2,
.page-steps h3,
.page-steps p{margin: 0;}
.page-steps h2{font-size: calc(15.8px * 2);
  line-height: 1.1;
  letter-spacing: -0.01em;}
.page-steps h3{font-size: calc(15.8px * 1.35);
  line-height: 1.2;}
.page-steps p{font-size: 15.8px;
  line-height: 1.86;}
.page-steps .media-header{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(0.9rem * 1.5);
  border-radius: 1.29rem;
  background: #1C1413;
  color: #FBF8F6;
  position: sticky;
  top: 1.5rem;
}
.page-steps .media-header p{opacity: 0.82;}
.page-steps .primary-view{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.page-steps .media-block{
  display: grid;
  grid-template-columns: minmax(6rem, .22fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.7rem;
  background: var(--surface-card);
  color: var(--ink-muted);
  border: 1px solid var(--surface-strong);
  box-shadow: 0 1px 5px rgba(0,0,0,0.04);
}
.page-steps .media-block b{color: var(--paint-main);
  font-size: calc(15.8px * .875);
  font-weight: 700;
  line-height: 1.4;}
.page-steps .media-block > div{display: grid;
  gap: 0.5rem;}
.page-steps .featured-flow{grid-column: 2;
  width: fit-content;
  margin-top: 1.5rem;
  color: #9E1B1B;
  text-decoration: none;
  font-size: 15.8px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: color 630ms var(--delay-soft);}
.page-steps .featured-flow:hover{color: #C0392B;}
@media (max-width: 820px) {.page-steps .featured-links{
    grid-template-columns: 1fr;
  }.page-steps .media-header{
    position: static;
  }.page-steps .media-block{
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }.page-steps .featured-flow{
    grid-column: auto;
  }
}
.active-summary{
  background: #F1EAE6;
  color: var(--paint-main);
  padding: calc(1.5rem * 2.4) 1.45rem;
}
.active-summary .featured-links{width: min(100%, 1040px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: flex-start;}
.active-summary .public-service{margin: 0;
  flex: 1 1 20rem;
  min-width: 0;}
.active-summary .service-items{display: block;
  width: 100%;
  height: 100%;
  min-height: 30rem;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 4px 18px rgba(0,0,0,0.05);}
.active-summary .mark{flex: 1 1 24rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(0.9rem * 1.5);}
.active-summary .visual-grid{display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.active-summary h2{margin: 0;
  font-size: calc(15.8px * 2);
  line-height: 1.08;}
.active-summary .visual-grid p{margin: 0;
  font-size: calc(15.8px * 1.125);
  line-height: 1.86;
  max-width: 46rem;}
.active-summary .items{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.active-summary .active-quote{
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.7rem;
  background: var(--surface-card);
  color: var(--ink-muted);
  border: 1px solid var(--surface-strong);
  box-shadow: 0 1px 5px rgba(0,0,0,0.04);
}
.active-summary .active-quote strong{flex: 1 1 12rem;
  min-width: 0;
  font-size: calc(15.8px * 1.35);
  line-height: 1.18;}
.active-summary .active-quote span{flex: 2 1 18rem;
  min-width: 0;
  line-height: 1.86;}
@media (max-width: 860px) {.active-summary .service-items{ min-height: 20rem; }
}
.media-flow{
  background: #FBF8F6;
  color: #1C1413;
  padding: calc(1.5rem * 2.4) 1.45rem;
}
.media-flow .featured-links{width: min(100%, 1040px);
  margin: 0 auto;
  display: grid;
  gap: calc(0.9rem * 1.5);}
.media-flow h2,
.media-flow h3,
.media-flow p{margin: 0;}
.media-flow h2{font-size: calc(15.8px * 2); line-height: 1.1;}
.media-flow h3{font-size: calc(15.8px * 1.35); line-height: 1.18;}
.media-flow p{font-size: 15.8px; line-height: 1.86;}
.media-flow .page-feature{display: grid;
  gap: calc(1.5rem * .75);
  max-width: 62ch;}
.media-flow .visual-grid{color: var(--paint-main);}
.media-flow .fresh-method{display: grid;
  border-top: 1px solid var(--surface-strong);}
.media-flow .visual-block{display: grid;
  grid-template-columns: minmax(6rem, .18fr) minmax(11rem, .3fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--surface-strong);
  align-items: start;}
.media-flow .public-area{font-size: calc(15.8px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--paint-main);
  padding-top: .35rem;}
.media-flow .simple-view{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.9rem;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: var(--surface-card);
  color: var(--ink-muted);
  border: 1px solid var(--surface-strong);
}
.media-flow .simple-view p{max-width: 48ch;
  color: var(--paint-main);}
.media-flow .simple-view a{color: #9E1B1B;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-size: 15.8px;
  white-space: nowrap;}
.media-flow .simple-view a:hover{color: #C0392B;}
@media (max-width: 800px) {.media-flow .visual-block{
    grid-template-columns: 1fr;
    gap: calc(1.5rem * .75);
  }.media-flow .public-area{ padding-top: 0; }.media-flow .simple-view{ flex-direction: column; align-items: flex-start; }
}
.main-visual{--mark-base:calc(1.5rem * 1.02);--mark-local:calc(1040px / 2.85);padding:calc(1.5rem * 2.4) 1.45rem;background:var(--tone-extra-11);color:#FFFFFF;}
.main-visual .featured-links{max-width:1040px;margin:0 auto;}
.main-visual h2,.main-visual h3,.main-visual p{margin:0;}
.main-visual h2{font-size:calc(15.8px * 2);line-height:1.12;}
.main-visual h3{font-size:calc(15.8px * 1.35);line-height:1.2;}
.main-visual p{font-size:15.8px;line-height:1.86;color:color-mix(in srgb, currentColor 78%, transparent);}
.main-visual .contact-list{font-size:calc(15.8px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.main-visual .top-brand{display:flex;flex-wrap:wrap;gap:var(--mark-base);margin-top:var(--mark-base);}
.main-visual .active-quote{flex:1 1 calc(1040px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.7rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.main-visual .active-quote p{margin-top:calc(1.5rem / 3);}
.main-visual .flow>h2{margin-top:var(--mark-base);max-width:var(--mark-local);}
.page-service{padding:calc(1.5rem * 2.4) 1.45rem;background:#F1EAE6;color:var(--paint-main)}
.page-service .featured-links{max-width:1040px;margin:0 auto}
.page-service .team-panel{display:flex;flex-wrap:wrap;gap:calc(0.9rem * 1.5);align-items:flex-start}
.page-service .visual-grid{flex:1 1 22rem;min-width:0}
.page-service .visual-grid h2{margin:0;font-size:calc(15.8px * 2);line-height:1.1}
.page-service .visual-grid .direct-lead{margin:calc(1.5rem * .75) 0 0;font-size:15.8px;line-height:1.86}
.page-service .strong-flow{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.page-service .main-callout{padding:0 0 calc(1.5rem * .75);border-bottom:1px solid var(--surface-strong)}
.page-service .main-callout:last-of-type{border-bottom:0;padding-bottom:0}
.page-service .main-callout h3{margin:0 0 0.35rem;font-size:15.8px}
.page-service .main-callout p{margin:0;font-size:calc(15.8px * .875);line-height:1.86}
.page-service .focused-fields{display:flex;flex-wrap:wrap;gap:0.9rem;margin-top:calc(1.5rem * .75)}
.page-service .focused-fields a{border-radius:0.7rem;background:var(--paint-warm);color:#FFFFFF;padding:calc(calc(1.5rem * .75)*.6) calc(1.5rem * .75);text-decoration:none;font-size:calc(15.8px * .875)}
.page-service .focused-fields a:hover{background:#9E1B1B;color:var(--ink-muted);}
@media(max-width:760px){.page-service .team-panel{display:block}.page-service .strong-flow{margin-top:calc(0.9rem * 1.5)}.page-service .visual-grid h2{font-size:calc(15.8px * 1.35)}}
.page-benefit{--mark-base:calc(1.5rem * 1.15);--mark-local:calc(1040px / 2.6);padding:calc(1.5rem * 2.4) 1.45rem;background:#FBF8F6;color:#1C1413;}
.page-benefit .featured-links{max-width:1040px;margin:0 auto;}
.page-benefit h2,.page-benefit h3,.page-benefit p{margin:0;}
.page-benefit h2{font-size:calc(15.8px * 2);line-height:1.14;max-width:var(--mark-local);}
.page-benefit h3{font-size:calc(15.8px * 1.35);line-height:1.22;}
.page-benefit p{font-size:15.8px;line-height:1.86;}
.page-benefit .team-section .visual-grid{margin-top:1.5rem;max-width:calc(1040px / 1.35);}
.page-benefit .wide-nav{display:flex;flex-wrap:wrap;gap:calc(0.9rem * 2.2);margin-top:var(--mark-base);align-items:flex-start;}
.page-benefit .top-brand{flex:1 1 calc(1040px / 1.85);min-width:0;display:flex;flex-direction:column;gap:calc(0.9rem * 1.5);}
.page-benefit .active-quote{padding-bottom:calc(0.9rem * 1.5);border-bottom:1px solid var(--surface-strong);}
.page-benefit .active-quote:last-child{border-bottom:0;padding-bottom:0;}
.page-benefit .active-quote p{margin-top:calc(1.5rem / 2.4);color:var(--paint-main);}
.page-benefit .visual-nav{flex:1 1 calc(1040px / 3.4);min-width:0;background:var(--surface-card);color:var(--ink-muted);border:1px solid var(--surface-strong);border-radius:1rem;padding:calc(1.5rem * .75);box-shadow:0 1px 5px rgba(0,0,0,0.04);}
.page-benefit .visual-nav img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.page-benefit .contact-list{margin-top:calc(0.9rem * 1.5);font-size:calc(15.8px * .875);color:var(--paint-main);}
.page-benefit .featured-region{margin-top:calc(0.9rem * 1.5);font-size:calc(15.8px * .875);}
.page-benefit .featured-region a{color:#9E1B1B;text-decoration:underline;text-underline-offset:3px;}
.page-benefit .featured-region a:hover{color:#C0392B;}
@media (max-width:760px){.page-benefit .wide-nav{flex-direction:column;gap:calc(0.9rem * 1.5);}.page-benefit .top-brand,.page-benefit .visual-nav{flex:1 1 auto;width:100%;}
}
.content-tile{--mark-base:calc(1.5rem * 1.20);--mark-local:calc(1040px / 2.44);--copy-body:calc(1040px / 3.53);padding:calc(1.5rem * 2.4) 1.45rem;background:var(--paint-warm);color:#FFFFFF;}
.content-tile .featured-links{max-width:1040px;margin:0 auto;}
.content-tile h1,.content-tile h2,.content-tile h3,.content-tile p,.content-tile ul{margin:0;}
.content-tile h1{font-size:calc(15.8px * 2.65);line-height:1.1;}
.content-tile h2{font-size:calc(15.8px * 2);line-height:1.12;}
.content-tile h3{font-size:calc(15.8px * 1.35);line-height:1.2;}
.content-tile p{font-size:15.8px;line-height:1.86;color:color-mix(in srgb, currentColor 76%, transparent);}
.content-tile a{color:inherit;text-decoration:none;}
.content-tile .contact-header{padding-inline-start:calc(1.45rem / 2);}
.content-tile .focused-surface{padding-block:calc(var(--mark-base) / 2);}
.content-tile .contact-items{row-gap:calc(var(--mark-base) * .7);}
.content-tile .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.9rem;}
.content-tile .row-title h2{flex:1 1 calc(1040px / 3);min-width:0;}
.content-tile .row-title>p{flex:1 1 calc(1040px / 3);min-width:0;}
.content-tile .steady-contact{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--mark-base);margin-top:var(--mark-base);}
.content-tile .active-quote{flex:1 1 var(--copy-body);min-width:0;padding-block-start:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.content-tile .active-quote p{margin-top:calc(1.5rem / 3);}
.content-tile .active-quote a{display:inline-flex;margin-top:calc(1.5rem / 2);padding:calc(calc(1.5rem * .75) / 1.6) 1.5rem;border-radius:0.32rem;background:#FFFFFF;color:var(--paint-warm);font-size:calc(15.8px * .875);}
.content-tile .featured-region{flex:1 1 100%;margin-top:calc(var(--mark-base) * .6);font-size:calc(15.8px * .875);}
.content-tile .featured-region a{text-decoration:underline;text-underline-offset:3px;opacity:.9;}
.content-tile .featured-region a:hover{opacity:1;}
.soft-form{padding:calc(1.5rem * 2.4) 1.45rem;background:#F1EAE6;color:var(--paint-main)}
.soft-form .featured-links{max-width:1040px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.9rem * 1.5)}
.soft-form .visual-grid{max-width:62ch}
.soft-form h2{margin:0;font-size:calc(15.8px * 2);line-height:1.1}
.soft-form .visual-grid p{margin:1.5rem 0 0;font-size:calc(15.8px * 1.125);line-height:1.86}
.soft-form .top-brand{display:flex;flex-direction:column;border-top:1px solid var(--surface-strong)}
.soft-form .active-quote{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:0.9rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--surface-strong)}
.soft-form strong{font-size:15.8px;line-height:1.3}
.soft-form .active-quote span{font-size:calc(15.8px * .875);line-height:1.86}
.soft-form .contact-list{margin:0;padding:calc(1.5rem * .75) 1.5rem;background:var(--surface-card);color:var(--ink-muted);border:1px solid var(--surface-strong);border-radius:0.7rem;font-size:calc(15.8px * .875)}
@media(max-width:720px){.soft-form .active-quote{grid-template-columns:1fr;gap:calc(1.5rem * .75)}.soft-form h2{font-size:calc(15.8px * 1.35)}
}
.simple-items{padding:calc(1.5rem * 2.4) 1.45rem;background:#FBF8F6;color:#1C1413}
.simple-items .featured-links{max-width:1040px;margin:0 auto}
.simple-items .direct-lead{max-width:38rem;margin-bottom:calc(0.9rem * 1.5)}
.simple-items h2{margin:0;font-size:calc(15.8px * 2);line-height:1.1}
.simple-items .direct-lead p{margin:1.5rem 0 0;color:var(--paint-main);line-height:1.86}
.simple-items .page-region{display:flex;flex-wrap:wrap;gap:calc(0.9rem * 1.5) 0.9rem}
.simple-items .contact-list{flex:1 1 100%;padding:1.5rem 0;border-top:1px solid var(--surface-strong);border-bottom:1px solid var(--surface-strong);color:var(--paint-main);line-height:1.86}
.simple-items .contact-surface{flex:1 1 15rem;padding:calc(1.5rem * .75) 0 0}
.simple-items .contact-surface strong{display:block;font-size:calc(15.8px * 1.125);line-height:1.2}
.simple-items .contact-surface p{margin:calc(1.5rem * .75) 0 0;line-height:1.86;color:var(--paint-main)}
.simple-items .featured-region{margin:calc(0.9rem * 1.5) 0 0;padding-top:1.5rem;border-top:1px solid var(--surface-strong);font-size:calc(15.8px * .875);color:var(--paint-main)}
.simple-items .featured-region a{color:#9E1B1B;text-decoration:underline;text-underline-offset:2px}
.simple-items .featured-region a:hover{color:#C0392B}
@media (max-width:640px){.simple-items .contact-surface{flex:1 1 100%}
}
.top-visual{
    padding: calc(1.5rem * 2.4) 1.45rem;
    background: #F1EAE6;
    color: var(--paint-main);
}
.top-visual .featured-links{max-width: 1040px;
    margin: 0 auto;}
.top-visual .team-section{max-width: 44rem;
    margin-bottom: calc(0.9rem * 1.5);}
.top-visual .team-section p{margin: 0 0 0.4rem;
    font-size: calc(15.8px * .875);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    opacity: 0.72;}
.top-visual h2{margin: 0;
    font-size: calc(15.8px * 2);
    line-height: 1.12;}
.top-visual .local-menu{display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;}
.top-visual figure{
    flex: 1 1 min(100%, 17rem);
    margin: 0;
    display: flex;
    flex-direction: column;
    background: var(--surface-card);
    color: var(--ink-muted);
    border: 1px solid var(--surface-strong);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0,0,0,0.04);
}
.top-visual figure:nth-child(2n) img{aspect-ratio: 4 / 5;}
.top-visual figure:nth-child(3n) img{aspect-ratio: 16 / 10;}
.top-visual img{display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;}
.top-visual figcaption{padding: calc(1.5rem * .75);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;}
.top-visual span{font-size: calc(15.8px * .875);
    opacity: 0.7;}
.top-visual h3{margin: 0;
    font-size: 15.8px;
    line-height: 1.3;}
.top-visual p{margin: 0;
    font-size: calc(15.8px * .875);
    line-height: 1.86;
    opacity: 0.86;}
@media (max-width: 640px) {.top-visual figure:nth-child(2n) img,
    .top-visual figure:nth-child(3n) img{
        aspect-ratio: 4 / 3;
    }
}
.featured-callout{
        --mark-base: calc(1.5rem * 1.14);
        --mark-local: calc(1040px / 2.38);
        padding: calc(1.5rem * 2.4) 1.45rem;
        background: #1C1413;
        color: #FBF8F6;
    }
.featured-callout .featured-links{max-width: 1040px;
        margin: 0 auto;}
.featured-callout h2,
    .featured-callout h3,
    .featured-callout p{margin: 0;}
.featured-callout h2{font-size: calc(15.8px * 2);
        line-height: 1.12;}
.featured-callout h3{font-size: calc(15.8px * 1.35);
        line-height: 1.2;}
.featured-callout p{font-size: 15.8px;
        line-height: 1.86;}
.featured-callout a{color: inherit;
        text-decoration: none;
        border-bottom: 1px solid currentColor;}
.featured-callout .contact-header{padding-inline-start: calc(1.45rem / 2);}
.featured-callout .focused-surface{padding-block: calc(var(--mark-base) / 2);}
.featured-callout .main-actions{row-gap: calc(var(--mark-base) * 1.2);}
.featured-callout .visual-grid{margin-top: 1.5rem;
        max-width: calc(1040px / 2);}
.featured-callout .top-brand{display: flex;
        flex-direction: column;
        gap: var(--mark-base);
        margin-top: var(--mark-base);}
.featured-callout .active-quote{min-width: 0;
        padding-inline-start: calc(1.5rem * .75);
        border-inline-start: 2px solid var(--paint-warm);}
.featured-callout .active-quote p{margin-top: calc(1.5rem / 3);}
.featured-callout .featured-region{margin-top: var(--mark-base);
        font-size: calc(15.8px * .875);
        opacity: .85;}
@media (max-width: 720px) {.featured-callout .contact-header{
            padding-inline-start: 0;
        }.featured-callout .visual-grid{
            max-width: 100%;
        }
    }
.soft-items{--mark-base:calc(1.5rem * 0.95);--mark-local:calc(1040px / 2.19);--copy-body:calc(1040px / 3.25);padding:calc(1.5rem * 2.4) 1.45rem;background:var(--tone-extra-11);color:#FFFFFF;}
.soft-items .featured-links{max-width:1040px;margin:0 auto;}
.soft-items h1,.soft-items h2,.soft-items h3,.soft-items p,.soft-items ul{margin:0;}
.soft-items h2{font-size:calc(15.8px * 2);line-height:1.12;}
.soft-items h3{font-size:calc(15.8px * 1.35);line-height:1.2;}
.soft-items p{font-size:15.8px;line-height:1.86;color:color-mix(in srgb, currentColor 78%, transparent);}
.soft-items a{color:inherit;text-decoration:none;}
.soft-items .contact-header{padding-inline-start:calc(1.45rem / 2);}
.soft-items .main-actions{row-gap:calc(var(--mark-base) * 1.2);}
.soft-items .visual-flow{display:flex;align-items:flex-start;gap:0.9rem;}
.soft-items .mark{flex:1 1 calc(1040px / 3);min-width:0;}
.soft-items .mark p{margin-top:1.5rem;}
.soft-items .service-steps{flex:2 1 calc(1040px / 2);display:flex;flex-direction:column;gap:var(--mark-base);margin-top:0;}
.soft-items .active-quote{min-width:0;padding-block-end:calc(var(--mark-base) / 2);border-bottom:1px solid color-mix(in srgb, currentColor 16%, transparent);}
.soft-items .active-quote:last-child{border-bottom:0;padding-block-end:0;}
.soft-items .active-quote p{margin-top:calc(1.5rem / 3);}
@media(max-width:760px){.soft-items .visual-flow{flex-direction:column;}.soft-items .service-steps{margin-top:1.5rem;}}
.active-body{--mark-base:calc(1.5rem * 1.29);--mark-local:calc(1040px / 2.40);padding:calc(1.5rem * 2.4) 1.45rem;background:var(--surface-card);color:var(--ink-muted);}
.active-body .featured-links{max-width:1040px;margin:0 auto;}
.active-body h2,.active-body p{margin:0;}
.active-body h2{font-size:calc(15.8px * 2);line-height:1.12;}
.active-body p{font-size:15.8px;line-height:1.86;color:var(--paint-main);}
.active-body a{color:#9E1B1B;text-decoration:none;border-bottom:1px solid var(--surface-strong);}
.active-body a:hover{color:#C0392B;}
.active-body .top-form{display:flex;flex-direction:column;align-items:flex-start;gap:calc(0.9rem * 1.5);}
.active-body .visual-grid{max-width:var(--mark-local);}
.active-body .contact-list{max-width:var(--mark-local);font-size:calc(15.8px * .875);}
.active-body .start{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.32rem;background:var(--tone-extra-11);color:#FFFFFF;border-bottom:none;font-weight:600;}
.active-body .start:hover{background:#7C1414;color:#FFFFFF;}
@media (max-width:640px){.active-body .top-form{gap:1.5rem;}.active-body .start{width:100%;}
}
.service-grid{
  padding:calc(1.5rem * 2.4) 1.45rem;
  background:#FBF8F6;
  color:#1C1413;
}
.service-grid .featured-links{max-width:1040px;
  margin:0 auto;}
.service-grid h2,
.service-grid h3,
.service-grid p{margin:0;}
.service-grid h2{font-size:calc(15.8px * 2);
  line-height:1.14;}
.service-grid h3{font-size:calc(15.8px * 1.35);
  line-height:1.22;}
.service-grid p{font-size:15.8px;
  line-height:1.86;}
.service-grid .direct-lead{max-width:calc(1040px / 1.35);
  margin-bottom:calc(0.9rem * 1.5);}
.service-grid .visual-grid{margin-top:calc(1.5rem * .75);}
.service-grid .secondary-plan{display:flex;
  flex-direction:column;
  border-top:1px solid var(--surface-strong);}
.service-grid .active-quote{display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(0, 1.6fr);
  gap:0.9rem 1.5rem;
  padding:calc(0.9rem * 1.5) 0;
  border-bottom:1px solid var(--surface-strong);}
.service-grid .active-quote h3{grid-column:1;}
.service-grid .active-quote p{grid-column:2;}
.service-grid .featured-region{margin-top:calc(0.9rem * 1.5);
  font-size:calc(15.8px * .875);}
.service-grid a{text-decoration:underline;
  text-underline-offset:3px;}
.service-grid a:hover{}
@media (max-width:760px){.service-grid .active-quote{
    grid-template-columns:1fr;
    gap:calc(1.5rem * .75);
  }.service-grid .active-quote h3,
  .service-grid .active-quote p{
    grid-column:1;
  }
}
.fresh-lead{--mark-base:calc(1.5rem * 1.15);--mark-local:calc(1040px / 3.05);padding:calc(1.5rem * 2.4) 1.45rem;background:#F1EAE6;color:var(--paint-main);}
.fresh-lead .featured-links{max-width:1040px;margin:0 auto;}
.fresh-lead h2,.fresh-lead h3,.fresh-lead p{margin:0;}
.fresh-lead h2{font-size:calc(15.8px * 2);line-height:1.12;}
.fresh-lead h3{font-size:calc(15.8px * 1.35);line-height:1.2;}
.fresh-lead p{font-size:15.8px;line-height:1.86;}
.fresh-lead img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.fresh-lead .soft-surface>img{margin-top:var(--mark-base);}
.fresh-lead .soft-surface>.visual-grid{margin-top:1.5rem;max-width:var(--mark-local);}
.fresh-lead .top-brand{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.9rem;margin-top:var(--mark-base);}
.fresh-lead .active-quote{flex:1 1 calc(1040px / 4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid var(--surface-strong);}
.fresh-lead .active-quote p{margin-top:calc(1.5rem / 3);}
.fresh-lead .contact-list{margin-top:var(--mark-base);font-size:calc(15.8px * .875);}
.fresh-lead .contact-list a{color:#9E1B1B;text-decoration:underline;}
.fresh-lead .contact-list a:hover{color:#C0392B;}
@media (max-width:720px){.fresh-lead .active-quote{flex:1 1 100%;}
}
.simple-inner{background:var(--paint-warm);color:#FFFFFF;padding:calc(1.5rem * 2.4) 1.45rem}
.simple-inner .featured-links{max-width:1040px;margin:0 auto}
.simple-inner .visual-flow{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(0.9rem * 1.5)}
.simple-inner .mark{flex:1 1 22rem;min-width:0}
.simple-inner h2{margin:0;font-size:clamp(calc(15.8px * 2),5vw,calc(15.8px * 2.65));line-height:1.08;letter-spacing:0}
.simple-inner p{margin:1.5rem 0 0;max-width:38rem;font-size:calc(15.8px * 1.125);line-height:1.65}
.simple-inner .mark a{display:inline-flex;margin-top:1.5rem;padding:calc(1.5rem * .75) 0.9rem;border-radius:0.7rem;background:#FFFFFF;color:var(--paint-warm);text-decoration:none;font-weight:700}
.simple-inner .plain-flow{display:block;flex:0 1 16rem;min-width:11rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:1rem}
.simple-inner .top-brand{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column}
.simple-inner .active-quote{color:inherit;text-decoration:none;padding:calc(1.5rem * .75) 0;border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.simple-inner .active-quote:first-child{padding-top:0}
.simple-inner .active-quote:last-child{border-bottom:0}
.simple-inner strong,.simple-inner span{display:block}
.simple-inner strong{font-size:15.8px}
.simple-inner span{margin-top:calc(calc(1.5rem * .75)*.4);line-height:1.55;font-size:calc(15.8px * .875)}
@media(max-width:780px){.simple-inner .visual-flow{flex-direction:column}.simple-inner .plain-flow{flex-basis:auto;min-width:0;aspect-ratio:16/9}.simple-inner .top-brand{width:100%}
}
.benefit{
  padding: calc(1.5rem * 2.4) 1.45rem;
  background: #1C1413;
  color: #FBF8F6;
}
.benefit .featured-links{max-width: min(1040px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: calc(0.9rem * 1.5);}
.benefit .contact-list{flex: 1 1 22rem;
  min-width: 0;}
.benefit h2{margin: 0;
  font-size: calc(15.8px * 2);
  line-height: 1.1;}
.benefit .contact-list p{margin: calc(1.5rem * .75) 0;
  color: #D9CFCB;
  font-size: calc(15.8px * 1.125);
  line-height: 1.86;}
.benefit .contact-list a{
  display: inline-flex;
  padding: calc(calc(1.5rem * .75) * .8) calc(1.5rem * .75);
  border-radius: 0.7rem;
  background: var(--tone-extra-11);
  color: #FFFFFF;
  text-decoration: none;
  font-size: 15.8px;
}
.benefit .contact-list a:hover{
  background: #7C1414;color:var(--ink-muted);}
.benefit ul{
  flex: 1 1 20rem;
  list-style: none;
  margin: 0;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: var(--surface-card);
  color: var(--ink-muted);
  box-shadow: 0 1px 5px rgba(0,0,0,0.04);
}
.benefit li{padding: 0 0 calc(1.5rem * .75);
  margin: 0 0 calc(1.5rem * .75);
  border-bottom: 1px solid var(--surface-strong);}
.benefit li:last-child{padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;}
.benefit li strong,
.benefit li span{display: block;}
.benefit li strong{font-size: 15.8px;
  line-height: 1.4;}
.benefit li span{margin-top: calc(calc(1.5rem * .75) * .35);color:inherit;
  font-size: calc(15.8px * .875);
  line-height: 1.86;}
@media (max-width: 760px) {.benefit .featured-links{
    flex-direction: column;
  }
}
.public-grid{
  background:var(--tone-extra-11);
  color:#FFFFFF;
  padding:calc(1.5rem * 2.4) 1.45rem;
}
.public-grid .featured-links{max-width:1040px;
  margin:0 auto;}
.public-grid .wide-plan{max-width:44rem;}
.public-grid h2{margin:0;
  font-size:calc(15.8px * 2);
  line-height:1.1;
  letter-spacing:0;}
.public-grid .wide-plan p{margin:1.5rem 0 0;
  font-size:calc(15.8px * 1.125);
  line-height:1.86;}
.public-grid .local-unit{margin-top:calc(0.9rem * 1.5);
  display:flex;
  flex-direction:column;
  gap:0.9rem;}
.public-grid .main-callout{display:flex;
  flex-wrap:wrap;
  gap:0.9rem;
  align-items:baseline;
  padding:calc(1.5rem * .75) 0;
  border-top:1px solid color-mix(in srgb,#FFFFFF 22%,transparent);}
.public-grid .main-callout:last-child{border-bottom:1px solid color-mix(in srgb,#FFFFFF 22%,transparent);}
.public-grid .quiet-section{flex:0 0 12rem;
  font-size:calc(15.8px * .875);
  text-transform:uppercase;
  letter-spacing:.06em;}
.public-grid .mark{flex:1 1 18rem;
  min-width:0;}
.public-grid .mark strong{display:block;
  font-size:15.8px;
  line-height:1.4;}
.public-grid .mark p{margin:.35rem 0 0;
  line-height:1.86;}
.public-grid .contact-list{margin-top:calc(0.9rem * 1.5);
  max-width:46rem;}
.public-grid .contact-list p{margin:0;
  line-height:1.86;}
.public-grid .contact-list .featured-region{margin-top:1.5rem;}
.public-grid .featured-region a{text-decoration:underline;
  text-underline-offset:3px;}
.public-grid .featured-region a:hover{}
@media (max-width:680px){.public-grid .quiet-section{
    flex:1 1 100%;
  }.public-grid .mark{
    flex:1 1 100%;
  }
}
.main-method{
  --mark-base:calc(1.5rem * 1.15);
  --axis-local:calc(1040px / 3.4);
  padding:calc(1.5rem * 2.4) 1.45rem;
  background:#F1EAE6;
  color:var(--paint-main);
}
.main-method .featured-links{max-width:1040px;
  margin:0 auto;}
.main-method h2,
.main-method h3,
.main-method p{margin:0;}
.main-method h2{font-size:calc(15.8px * 2);
  line-height:1.14;}
.main-method h3{font-size:calc(15.8px * 1.35);
  line-height:1.24;}
.main-method p{font-size:15.8px;
  line-height:1.86;}
.main-method .direct-lead{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2);
  max-width:calc(1040px * 0.72);}
.main-method .visual-grid{color:color-mix(in srgb, currentColor 78%, transparent);}
.main-method .top-brand{display:flex;
  flex-direction:column;
  gap:var(--mark-base);
  margin-top:var(--mark-base);}
.main-method .active-quote{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:0.9rem;
  padding-top:var(--mark-base);
  border-top:1px solid var(--surface-strong);}
.main-method .active-quote:first-child{padding-top:0;
  border-top:0;}
.main-method .active-quote img{display:block;
  width:100%;
  max-width:var(--axis-local);
  height:auto;
  border-radius:0.7rem;
  flex:0 0 auto;}
.main-method .mark{flex:1 1 320px;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);}
.main-method .main-figure{
  align-self:flex-start;
  margin-top:calc(1.5rem / 4);
  padding:calc(calc(1.5rem * .75) / 1.6) 1.5rem;
  border-radius:0.32rem;
  background:var(--tone-extra-11);
  color:#FFFFFF;
  font-size:calc(15.8px * .875);
  text-decoration:none;
  transition:background 630ms var(--delay-soft);
}
.main-method .main-figure:hover{
  background:#7C1414;color:var(--ink-muted);}
.main-method .contact-list{margin-top:var(--mark-base);
  padding-top:var(--mark-base);
  border-top:1px solid var(--surface-strong);
  font-size:calc(15.8px * .875);
  color:color-mix(in srgb, currentColor 80%, transparent);}
.main-method .contact-list a{text-decoration:underline;
  text-underline-offset:2px;}
.main-method .contact-list a:hover{}
@media (max-width:640px){.main-method .direct-lead{
    max-width:none;
  }.main-method .active-quote img{
    max-width:none;
  }
}
.local-figure{
        padding: calc(1.5rem * 2.4) 1.45rem;
        background: #FBF8F6;
        color: #1C1413;
    }
.local-figure .featured-links{max-width: 1040px;
        margin: 0 auto;}
.local-figure .fresh-method{display: flex;
        flex-direction: column;
        gap: calc(0.9rem * 1.5);}
.local-figure .direct-lead{max-width: 46rem;}
.local-figure h2{margin: 0;
        font-size: calc(15.8px * 2);
        line-height: 1.1;}
.local-figure .direct-lead p{margin: 1.5rem 0 0;
        font-size: calc(15.8px * 1.125);
        line-height: 1.86;
        color: var(--paint-main);}
.local-figure ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;}
.local-figure li{display: flex;
        gap: 0.9rem;
        align-items: flex-start;
        padding: 1.5rem 0;
        border-top: 1px solid var(--surface-strong);}
.local-figure li:last-child{border-bottom: 1px solid var(--surface-strong);}
.local-figure strong{flex: 0 0 15rem;
        min-width: 0;
        font-size: 15.8px;
        line-height: 1.24;}
.local-figure span{flex: 1 1 auto;
        min-width: 0;
        line-height: 1.86;
        color: var(--paint-main);}
@media (max-width: 760px) {.local-figure li{
            display: block;
        }.local-figure strong{
            display: block;
        }.local-figure span{
            display: block;
            margin-top: calc(1.5rem * .75);
        }
    }
.compact-menu{--mark-base:calc(1.5rem * 1.29);--mark-local:calc(1040px / 2.40);padding:calc(1.5rem * 2.4) 1.45rem;background:var(--paint-warm);color:#FFFFFF;}
.compact-menu .featured-links{max-width:1040px;margin:0 auto;}
.compact-menu h2,.compact-menu h3,.compact-menu p{margin:0;}
.compact-menu h2{font-size:calc(15.8px * 2);line-height:1.12;}
.compact-menu h3{font-size:calc(15.8px * 1.35);line-height:1.2;}
.compact-menu p{font-size:15.8px;line-height:1.86;}
.compact-menu .team-section{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.9rem;}
.compact-menu .team-section>h2{flex:1 1 calc(1040px / 3);min-width:0;}
.compact-menu .team-section>.visual-grid{flex:1 1 calc(1040px / 3);min-width:0;color:color-mix(in srgb, currentColor 82%, transparent);}
.compact-menu .top-brand{display:flex;flex-wrap:wrap;gap:var(--mark-base);margin-top:var(--mark-base);}
.compact-menu .active-quote{flex:1 1 calc(1040px / 3.4);min-width:0;display:flex;flex-direction:column;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.7rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.compact-menu .active-quote img{display:block;width:100%;height:auto;border-radius:0.7rem;margin-bottom:calc(1.5rem / 2);}
.compact-menu .mark{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.compact-menu .mark p{color:color-mix(in srgb, currentColor 82%, transparent);}
.compact-menu .contact-list{font-size:calc(15.8px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.bottom-section{--mark-base:calc(1.5rem * 1.15);--mark-local:calc(1040px / 2.2);padding:calc(1.5rem * 2.4) 1.45rem;background:#F1EAE6;color:var(--paint-main);}
.bottom-section .featured-links{max-width:1040px;margin:0 auto;}
.bottom-section h2,.bottom-section h3,.bottom-section p{margin:0;}
.bottom-section h2{font-size:calc(15.8px * 2);line-height:1.14;max-width:var(--mark-local);}
.bottom-section h3{font-size:calc(15.8px * 1.35);line-height:1.24;}
.bottom-section p{font-size:15.8px;line-height:1.86;}
.bottom-section .contact-list{font-size:calc(15.8px * .875);letter-spacing:.04em;text-transform:uppercase;margin-bottom:calc(1.5rem / 2);opacity:.75;}
.bottom-section .visual-grid{margin-top:1.5rem;max-width:var(--mark-local);}
.bottom-section .top-brand{display:flex;flex-direction:column;gap:var(--mark-base);margin-top:calc(var(--mark-base) * 1.1);border-top:1px solid var(--surface-strong);padding-top:var(--mark-base);}
.bottom-section .active-quote{min-width:0;display:flex;gap:0.9rem;align-items:baseline;}
.bottom-section .active-quote::before{content:"";flex:0 0 auto;width:6px;height:6px;margin-top:.7em;border-radius:50%;background:var(--tone-extra-11);color:#FFFFFF;}
.bottom-section .mark{min-width:0;}
.bottom-section .mark p{margin-top:calc(1.5rem / 3.2);max-width:calc(1040px * .78);}
@media (max-width:640px){.bottom-section .active-quote{flex-direction:column;gap:calc(0.9rem / 2);}.bottom-section .active-quote::before{margin-top:0;}
}
.featured-footer{
  background:#F1EAE6;
  color:var(--paint-main);
  padding:calc(1.5rem * 2.4) 1.45rem;
}
.featured-footer .featured-links{max-width:1040px;
  margin:0 auto;
  display:flex;
  flex-direction:row-reverse;
  gap:calc(0.9rem * 1.5);
  align-items:flex-start;}
.featured-footer .plain-flow{display:block;
  width:min(38%,30rem);
  min-width:16rem;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:1rem;
  box-shadow:0 4px 18px rgba(0,0,0,0.05);}
.featured-footer .strong-flow{flex:1 1 32rem;
  min-width:0;}
.featured-footer .visual-grid{margin:0 0 1.5rem;
  max-width:36rem;
  line-height:1.86;}
.featured-footer h2{margin:0 0 calc(0.9rem * 1.5);
  font-size:calc(15.8px * 2);
  line-height:1.12;
  letter-spacing:0;}
.featured-footer .top-brand{display:flex;
  flex-direction:column;
  gap:0.9rem;
  border-top:1px solid color-mix(in srgb,var(--paint-main) 18%,transparent);
  padding-top:calc(0.9rem * 1.5);}
.featured-footer .active-quote{display:flex;
  flex-direction:column;
  gap:.25rem;
  padding-left:calc(1.5rem * .75);
  border-left:2px solid var(--paint-warm);}
.featured-footer .active-quote h3{margin:0;
  font-size:15.8px;
  line-height:1.3;}
.featured-footer .active-quote p{margin:0;
  max-width:38rem;
  font-size:calc(15.8px * .875);
  line-height:1.86;}
.featured-footer .contact-list{margin:calc(0.9rem * 1.5) 0 0;
  max-width:38rem;
  font-size:calc(15.8px * .875);
  line-height:1.86;}
.featured-footer .contact-list a{text-decoration:underline;
  text-underline-offset:2px;}
.featured-footer .contact-list a:hover{}
@media (max-width:760px){.featured-footer .featured-links{
    flex-direction:column;
  }.featured-footer .plain-flow{
    width:100%;
    min-width:0;
    max-height:28rem;
    aspect-ratio:3/2;
  }.featured-footer .strong-flow{
    margin-top:calc(0.9rem * 1.5);
  }
}
.direct-callout{padding:calc(1.5rem * 2.4) 1.45rem;background:#1C1413;color:#FBF8F6}
.direct-callout .visual-feature{max-width:1040px;margin:0 auto}
.direct-callout h2{max-width:20ch;margin:0;font-size:calc(15.8px * 2);line-height:1.1}
.direct-callout .content-body{max-width:44rem;margin:1.5rem 0 calc(0.9rem * 1.5);color:inherit;font-size:calc(15.8px * 1.125);line-height:1.86}
.direct-callout .contact-visual{display:flex;flex-wrap:wrap;gap:calc(0.9rem * 1.5) 0.9rem;margin:0;padding:0;list-style:none;counter-reset:nota}
.direct-callout .contact-visual>li{flex:1 1 min(100%,22rem);margin:0;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(251,248,246,0.18)}
.direct-callout h3{margin:0;font-size:calc(15.8px * 1.35);line-height:1.2;}
.direct-callout h3::before{counter-increment:nota;content:counter(nota,decimal-leading-zero);display:block;margin-bottom:0.35rem;font-size:calc(15.8px * .875);letter-spacing:0.08em;color:inherit;}
.direct-callout .contact-visual p{margin:calc(1.5rem * .75) 0 0;color:inherit;line-height:1.86}
@media(max-width:680px){.direct-callout .contact-visual{display:block}.direct-callout .contact-visual>li+li{margin-top:calc(0.9rem * 1.5)}}
.direct-unit{background:var(--paint-warm);color:#FFFFFF;padding:calc(1.5rem * 2.4) 1.45rem}
.direct-unit .featured-links{max-width:1040px;margin:0 auto}
.direct-unit .layer{display:flex;align-items:flex-start;gap:calc(0.9rem * 1.5)}
.direct-unit .service-items{display:block;flex:0 1 40%;min-width:15rem;width:100%;height:auto;aspect-ratio:5/4;object-fit:cover;border-radius:1rem}
.direct-unit .strong-flow{flex:1 1 34rem;min-width:0}
.direct-unit h2{margin:0;font-size:clamp(calc(15.8px * 2),4.4vw,calc(15.8px * 2.65));line-height:1.08;letter-spacing:0}
.direct-unit .strong-flow > p{margin:1.5rem 0 0;max-width:44rem;font-size:calc(15.8px * 1.125);line-height:1.65}
.direct-unit .featured-contact{display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin-top:calc(0.9rem * 1.5);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);padding-top:calc(0.9rem * 1.5)}
.direct-unit .main-callout{display:flex;flex-wrap:wrap;gap:0.9rem;align-items:baseline}
.direct-unit .quiet-story{flex:0 0 10.5rem;font-size:calc(15.8px * .875);text-transform:uppercase;letter-spacing:.06em;opacity:.82}
.direct-unit .visual-block{margin:0;flex:1 1 16rem;min-width:0;font-size:15.8px;line-height:1.6}
.direct-unit .visual-block a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.direct-unit .focused-fields{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(0.9rem * 1.5)}
.direct-unit .focused-fields a{padding:calc(1.5rem * .75);border-radius:0.32rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;text-decoration:none;font-size:15.8px}
.direct-unit .focused-fields a:hover{background:color-mix(in srgb,currentColor 20%,transparent)}
@media(max-width:760px){.direct-unit .layer{flex-direction:column;align-items:stretch}.direct-unit .service-items{flex-basis:auto;min-width:0}.direct-unit .quiet-story{flex-basis:auto}}
.soft-wrap{--mark-base:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.45rem;background:#FBF8F6;color:#1C1413;}
.soft-wrap .featured-links{max-width:1040px;margin:0 auto;}
.soft-wrap h1,.soft-wrap h2,.soft-wrap h3,.soft-wrap p{margin:0;}
.soft-wrap h2{font-size:calc(15.8px * 2);line-height:1.12;}
.soft-wrap p{font-size:15.8px;line-height:1.86;}
.soft-wrap a{color:#9E1B1B;text-decoration:none;}
.soft-wrap a:hover{color:#C0392B;}
.soft-wrap .start{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.32rem;background:var(--tone-extra-11);color:#FFFFFF;}
.soft-wrap .start:hover{background:#7C1414;color:#FFFFFF;}
.soft-wrap .secondary-plan{display:flex;flex-direction:column;gap:var(--mark-base);}
.soft-wrap details{padding:calc(calc(1.5rem * .75) * .9);border-radius:0.7rem;background:var(--surface-card);color:var(--ink-muted);border:1px solid var(--surface-strong);}
.soft-wrap summary{cursor:pointer;font-weight:700;}
.soft-wrap details p{margin-top:calc(1.5rem / 3);color:var(--paint-main);}
.soft-wrap .contact-intro{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.9rem;}
.soft-wrap .mark{flex:1 1 auto;min-width:0;}
.soft-wrap .mark .visual-grid{margin-top:1.5rem;color:var(--paint-main);}
.soft-wrap .secondary-plan{flex:1 1 100%;}
.soft-wrap .featured-region{flex:1 1 100%;margin-top:calc(0.9rem * 1.5);font-size:calc(15.8px * .875);color:var(--paint-main);}
.direct-actions{
  background:#FBF8F6;
  color:#1C1413;
  padding:calc(1.5rem * 2.4) 1.45rem;
}
.direct-actions .featured-links{max-width:1040px;
  margin:0 auto;
  display:flex;
  gap:calc(0.9rem * 1.5);
  align-items:flex-start;}
.direct-actions .mark{flex:1 1 30rem;
  min-width:0;}
.direct-actions h2{margin:0;
  font-size:calc(15.8px * 2);
  line-height:1.1;
  letter-spacing:0;}
.direct-actions .visual-grid{margin:1.5rem 0 0;
  max-width:40rem;
  color:var(--paint-main);
  font-size:calc(15.8px * 1.125);
  line-height:1.86;}
.direct-actions .top-brand{margin-top:calc(0.9rem * 1.5);
  display:flex;
  flex-direction:column;
  gap:0.9rem;}
.direct-actions .active-quote{
  background:var(--surface-card);
  color:var(--ink-muted);
  border:1px solid var(--surface-strong);
  border-radius:0.7rem;
  padding:calc(1.5rem * .75);
}
.direct-actions .active-quote .visual-block{display:block;
  font-size:15.8px;
  font-weight:700;
  letter-spacing:0;}
.direct-actions .active-quote p{margin:.4rem 0 0;
  color:var(--paint-main);
  font-size:calc(15.8px * .875);
  line-height:1.86;}
.direct-actions .featured-region{margin-top:calc(0.9rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:0.9rem;}
.direct-actions .featured-region a{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  color:#FFFFFF;
  background:var(--tone-extra-11);
  border-radius:0.32rem;
  padding:.7rem 1rem;
  font-size:calc(15.8px * .875);
}
.direct-actions .featured-region a + a{
  background:transparent;
  color:#1C1413;
  border:1px solid var(--surface-strong);
}
.direct-actions .featured-region a:hover{
  background:#7C1414;
  color:#FFFFFF;
}
.direct-actions .featured-region a + a:hover{
  background:color-mix(in srgb, currentColor 10%, transparent);
  color:#1C1413;
}
.direct-actions .plain-flow{display:block;
  width:min(40%,30rem);
  min-width:16rem;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:1rem;
  box-shadow:0 4px 18px rgba(0,0,0,0.05);}
@media (max-width:820px){.direct-actions .featured-links{display:block}.direct-actions .plain-flow{width:100%;min-width:0;aspect-ratio:16/10;margin-top:calc(0.9rem * 1.5)}
}
.contact-flow{--mark-base:calc(1.5rem * 1.04);--mark-local:calc(1040px / 2.28);--copy-body:calc(1040px / 3.35);padding:calc(1.5rem * 2.4) 1.45rem;background:var(--paint-warm);color:#FFFFFF;}
.contact-flow .featured-links{max-width:1040px;margin:0 auto;}
.contact-flow h2,.contact-flow h3,.contact-flow p{margin:0;}
.contact-flow h2{font-size:calc(15.8px * 2);line-height:1.12;max-width:calc(1040px / 1.35);}
.contact-flow h3{font-size:calc(15.8px * 1.35);line-height:1.2;}
.contact-flow p{font-size:15.8px;line-height:1.86;color:color-mix(in srgb, currentColor 78%, transparent);}
.contact-flow .visual-grid{margin-top:1.5rem;max-width:calc(1040px / 1.9);}
.contact-flow .clear-rail{display:flex;flex-direction:column;gap:0;margin-top:calc(var(--mark-base) * 1.1);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.contact-flow .active-quote{min-width:0;padding-block:calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:0.9rem;align-items:baseline;}
.contact-flow .active-quote p{margin-top:0;}
@media (max-width:720px){.contact-flow .active-quote{grid-template-columns:1fr;gap:calc(0.9rem / 2);}
}
.plain-entries{background:var(--paint-warm);color:#FFFFFF;padding:calc(1.5rem * 2.4) 1.45rem}
.plain-entries .featured-links{max-width:1040px;margin:0 auto}
.plain-entries .visual-flow{display:flex;align-items:flex-start;gap:calc(0.9rem * 1.5)}
.plain-entries .mark{flex:0 1 28rem;min-width:0}
.plain-entries h2{margin:0;font-size:clamp(calc(15.8px * 2),5vw,calc(15.8px * 2.65));line-height:1.05;letter-spacing:0}
.plain-entries p{margin:1.5rem 0 0;max-width:40rem;font-size:calc(15.8px * 1.125);line-height:1.65}
.plain-entries .mark a{display:inline-flex;margin-top:1.5rem;padding:calc(1.5rem * .75) 0.9rem;border-radius:0.7rem;background:#FFFFFF;color:var(--paint-warm);text-decoration:none;font-weight:700}
.plain-entries .plain-flow{display:block;flex:0 1 18rem;min-width:12rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:1rem}
.plain-entries .top-brand{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.plain-entries .active-quote{color:inherit;text-decoration:none;padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,currentColor 24%,transparent)}
.plain-entries strong,.plain-entries span{display:block}
.plain-entries span{margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.55}
@media(max-width:780px){.plain-entries .visual-flow{flex-direction:column}.plain-entries .plain-flow{flex-basis:auto;min-width:0;aspect-ratio:16/9}.plain-entries .top-brand{width:100%}}
.team-footer{
  --mark-base:calc(1.5rem * 1.05);
  --mark-local:calc(1040px / 1.9);
  padding:calc(1.5rem * 2.4) 1.45rem;
  background:#FBF8F6;
  color:#1C1413;
}
.team-footer .featured-links{max-width:1040px;
  margin:0 auto;}
.team-footer h2,
.team-footer h3,
.team-footer p{margin:0;}
.team-footer h2{font-size:calc(15.8px * 2);
  line-height:1.14;}
.team-footer h3{font-size:calc(15.8px * 1.35);
  line-height:1.25;}
.team-footer p{font-size:15.8px;
  line-height:1.86;}
.team-footer .direct-lead{max-width:var(--mark-local);}
.team-footer .direct-lead .visual-grid{margin-top:calc(0.9rem * 1.5);
  color:var(--paint-main);}
.team-footer .secondary-plan{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:var(--mark-base);
  border-top:1px solid var(--surface-strong);}
.team-footer .active-quote{padding:calc(0.9rem * 1.5) 0;
  border-bottom:1px solid var(--surface-strong);}
.team-footer .active-quote p{margin-top:calc(1.5rem / 2.6);
  max-width:calc(1040px * 0.78);}
.team-footer .active-quote a{color:#9E1B1B;
  text-decoration:underline;
  text-underline-offset:3px;}
.team-footer .active-quote a:hover{color:#C0392B;}
.team-footer .featured-region{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:0.9rem;
  margin-top:var(--mark-base);
  padding-top:calc(0.9rem * 1.5);
  border-top:1px solid var(--surface-strong);
  font-size:calc(15.8px * .875);
  color:var(--paint-main);}
.team-footer .featured-region a{color:#9E1B1B;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:1px;}
.team-footer .featured-region a:hover{color:#C0392B;}
@media (max-width:720px){.team-footer .active-quote p{
    max-width:100%;
  }
}
.focused-copy{padding:calc(1.5rem * 2.4) 1.45rem;background:#F1EAE6;color:var(--paint-main);}
.focused-copy .featured-links{max-width:1040px;margin:0 auto;}
.focused-copy .plain-plan{display:flex;flex-direction:column;gap:calc(0.9rem * 1.5);}
.focused-copy .visual-grid{max-width:62ch;}
.focused-copy .visual-grid h2{margin:0;font-size:calc(15.8px * 2);line-height:1.2;}
.focused-copy .visual-grid p{margin:calc(1.5rem * .75) 0 0;font-size:15.8px;line-height:1.86;}
.focused-copy .featured-contact{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--surface-strong);}
.focused-copy .main-callout{display:flex;flex-wrap:wrap;align-items:baseline;gap:0.9rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--surface-strong);}
.focused-copy .main-callout .visual-block{flex:0 0 130px;font-size:calc(15.8px * .875);text-transform:uppercase;letter-spacing:0.04em;opacity:.7;}
.focused-copy .main-callout a{text-decoration:none;font-weight:700;font-size:15.8px;}
.focused-copy .main-callout a:hover{text-decoration:underline;}
.focused-copy .main-callout .contact-list{flex:1 1 260px;font-size:calc(15.8px * .875);line-height:1.86;opacity:.85;}
.focused-copy .start{display:flex;flex-wrap:wrap;gap:0.9rem;}
.focused-copy .start .featured-region{display:inline-block;padding:10px 18px;border-radius:0.7rem;border:1px solid var(--surface-strong);background:var(--surface-card);color:var(--ink-muted);text-decoration:none;font-weight:700;font-size:calc(15.8px * .875);}
.focused-copy .start .featured-region:hover{background:var(--tone-extra-11);color:#FFFFFF;border-color:var(--tone-extra-11);}
@media (max-width:760px){.focused-copy .main-callout{flex-direction:column;align-items:flex-start;gap:4px;}.focused-copy .main-callout .visual-block{flex:none;}
    }
.strong-proof{padding:calc(1.5rem * 2.4) 1.45rem;background:#F1EAE6;color:var(--paint-main);}
.strong-proof .featured-links{max-width:1040px;margin:0 auto;}
.strong-proof .team-section{margin-bottom:calc(0.9rem * 1.5);max-width:720px;}
.strong-proof .team-section h2{margin:0;font-size:calc(15.8px * 2);line-height:1.2;}
.strong-proof .team-section p{margin:0.9rem 0 0;font-size:15.8px;line-height:1.86;}
.strong-proof .featured-plan{display:flex;flex-direction:column;border-top:1px solid var(--surface-strong);}
.strong-proof .featured-plan article{display:grid;grid-template-columns:minmax(180px,0.7fr) 1.3fr;gap:0.9rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--surface-strong);}
.strong-proof .featured-plan h3{margin:0;font-size:calc(15.8px * 1.125);font-weight:700;}
.strong-proof .featured-plan p{margin:0;font-size:15.8px;line-height:1.86;}
.strong-proof .featured-plan a{color:#9E1B1B;text-decoration:none;border-bottom:1px solid #9E1B1B;}
.strong-proof .featured-plan a:hover{color:#C0392B;border-bottom-color:#C0392B;}
.strong-proof .featured-region{margin:calc(0.9rem * 1.5) 0 0;font-size:calc(15.8px * .875);line-height:1.86;}
.strong-proof .featured-region a{color:#9E1B1B;text-decoration:none;border-bottom:1px solid #9E1B1B;}
.strong-proof .featured-region a:hover{color:#C0392B;border-bottom-color:#C0392B;}
@media (max-width:700px){.strong-proof .featured-plan article{grid-template-columns:1fr;gap:0.9rem;}
    }
.contact-figure{background:var(--paint-warm);color:#FFFFFF;padding:calc(1.5rem * 2.4) 1.45rem}
.contact-figure .featured-links{max-width:1040px;margin:0 auto}
.contact-figure .visual-flow{display:flex;align-items:flex-start;gap:calc(0.9rem * 1.5);flex-wrap:wrap}
.contact-figure .mark{flex:1 1 24rem;min-width:0}
.contact-figure h2{margin:0;font-size:clamp(calc(15.8px * 2),5vw,calc(15.8px * 2.65));line-height:1.1;letter-spacing:0}
.contact-figure p{margin:1.5rem 0 0;max-width:38rem;font-size:calc(15.8px * 1.125);line-height:1.65}
.contact-figure .mark a{display:inline-flex;margin-top:1.5rem;padding:calc(1.5rem * .75) 0.9rem;border-radius:0.7rem;background:#FFFFFF;color:var(--paint-warm);text-decoration:none;font-weight:700}
.contact-figure .mark a:hover{background:#9E1B1B;color:#FFFFFF}
.contact-figure .plain-flow{display:block;flex:0 1 16rem;min-width:11rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:1rem}
.contact-figure .top-brand{flex:1 1 28rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem;margin:0}
.contact-figure .active-quote{color:inherit;text-decoration:none;padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,currentColor 24%,transparent)}
.contact-figure .active-quote:last-child{border-bottom:0;padding-bottom:0}
.contact-figure strong,.contact-figure span{display:block}
.contact-figure strong{font-size:15.8px}
.contact-figure span{margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.55;font-size:calc(15.8px * .875)}
@media(max-width:780px){.contact-figure .visual-flow{flex-direction:column}.contact-figure .plain-flow{flex-basis:auto;min-width:0;aspect-ratio:16/9}.contact-figure .top-brand{width:100%}
}
.offer-media{
  padding: calc(1.5rem * 2.4) 1.45rem;
  background: #1C1413;
  color: #FBF8F6;
}
.offer-media .featured-links{max-width: min(1040px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.9rem * 1.5);}
.offer-media .visual-grid{max-width: 46rem;}
.offer-media h2{margin: 0;
  font-size: calc(15.8px * 2);
  line-height: 1.1;}
.offer-media .visual-grid p{margin: calc(1.5rem * .75) 0 0;
  color: #D9CFCB;
  font-size: 15.8px;
  line-height: 1.86;}
.offer-media .soft-steps{display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;}
.offer-media .soft-steps a{
  flex: 1 1 15rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.7rem;
  background: #1C1413;
  color: #FBF8F6;
  border: 1px solid #332A28;
  text-decoration: none;
  transition: border-color 630ms var(--delay-soft);
}
.offer-media .soft-steps a:hover{border-color: var(--paint-warm);}
.offer-media .soft-steps span{color:inherit;
  font-size: calc(15.8px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.offer-media .soft-steps strong{font-size: 15.8px;
  line-height: 1.3;}
.offer-media .soft-steps em{font-style: normal;
  color: #D9CFCB;
  font-size: calc(15.8px * .875);
  line-height: 1.55;}
@media (max-width: 640px) {.offer-media .soft-steps a{
    flex: 1 1 100%;
  }
}
.team-service{padding:calc(1.5rem*2.6) 1.45rem;background:#FBF8F6;color:#1C1413}
.team-service .quiet-view{max-width:1040px;margin:0 auto}
.team-service .page-team{margin-bottom:calc(0.9rem * 1.5)}
.team-service .active-block{margin:0 0 .6rem;font-size:calc(15.8px * .875);letter-spacing:.08em;text-transform:uppercase;color:#9E1B1B}
.team-service h1{margin:0;font-size:clamp(2rem,4.6vw,3.4rem);line-height:1.08}
.team-service .compact-proof{margin:.7rem 0 0;font-size:calc(15.8px * 1.125);color:var(--paint-main);max-width:46ch}
.team-service .plain-details{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.1rem}
.team-service .plain-details span{background:#F1EAE6;color:var(--paint-main);border-radius:0.32rem;padding:.35rem .7rem;font-size:calc(15.8px * .875)}
.team-service .top-flow{margin:calc(0.9rem * 1.5) 0 0}
.team-service .top-flow img{display:block;width:100%;max-height:460px;object-fit:cover;border-radius:1rem;box-shadow:0 4px 18px rgba(0,0,0,0.05)}
.team-service .top-flow figcaption{margin-top:.6rem;font-size:calc(15.8px * .875);color:var(--paint-main)}
.team-service .plan{margin-top:calc(0.9rem * 1.5)}
.team-service .visual-footer{margin:0;font-size:calc(15.8px * 1.125);line-height:1.86}
.team-service .site-wrap{margin-top:calc(0.9rem * 1.5);padding-top:calc(0.9rem * 1.5);border-top:1px solid var(--surface-strong)}
.team-service .site-wrap h2{margin:0 0 .5rem;font-size:calc(15.8px * 1.35);line-height:1.2}
.team-service .site-wrap p{margin:.7rem 0 0;line-height:1.86}
.team-service .public-nav{display:flex;flex-wrap:wrap;gap:.6rem 1.4rem;margin-top:calc(0.9rem * 1.5);padding-top:calc(0.9rem * 1.5);border-top:1px solid var(--surface-strong)}
.team-service .public-nav a{color:#9E1B1B;text-decoration:none;border-bottom:1px solid var(--surface-strong);padding-bottom:2px;font-size:15.8px}
.team-service .public-nav a:hover{color:#C0392B;border-bottom-color:#C0392B}
@media (max-width:640px){.team-service{padding:calc(1.5rem*1.6) 1.45rem}.team-service .compact-proof{font-size:15.8px}
}
.content-feature{padding:calc(1.5rem * 2.4) 1.45rem;background:#FBF8F6;color:#1C1413}
.content-feature .featured-links{width:min(100%,calc(1040px*.64));margin:0 auto}
.content-feature .local-form{display:flex;flex-wrap:wrap;gap:0.9rem;margin-bottom:calc(0.9rem * 1.5);font-size:calc(15.8px * .875);color:var(--paint-main)}
.content-feature .local-form .quiet-frame{background:var(--paint-warm);color:#FFFFFF;padding:0.15rem 0.6rem;border-radius:0.32rem}
.content-feature .local-form .focused-details{flex:1 1 auto}
.content-feature .local-form .strong-steps{color:var(--paint-main)}
.content-feature h1{margin:0;font-size:calc(15.8px * 2.65);line-height:1.08}
.content-feature .visual-grid{margin:calc(0.9rem * 1.5) 0 1.5rem;font-size:calc(15.8px * 1.125);line-height:1.86;color:var(--paint-main)}
.content-feature .public-service{margin:0 0 1.5rem;border-radius:1rem;overflow:hidden;background:#F1EAE6;color:var(--paint-main);}
.content-feature .public-service img{display:block;width:100%;height:auto}
.content-feature .strong-flow{border-top:1px solid var(--surface-strong);padding-top:1.5rem}
.content-feature .strong-flow p{margin:0 0 calc(0.9rem * 1.5);line-height:1.86}
.content-feature .strong-flow p:last-child{margin-bottom:0}
.content-feature .main-figure{display:flex;flex-wrap:wrap;gap:0.9rem;margin-top:1.5rem;padding-top:calc(0.9rem * 1.5);border-top:1px solid var(--surface-strong)}
.content-feature .main-figure a{color:#9E1B1B;text-decoration:none;font-size:calc(15.8px * .875);border-bottom:1px solid transparent;transition:color 630ms var(--delay-soft),border-color 630ms var(--delay-soft)}
.content-feature .main-figure a:hover{color:#C0392B;border-bottom-color:#C0392B}
@media (max-width:640px){.content-feature .featured-links{width:100%}.content-feature .local-form{flex-direction:column;gap:0.4rem}
}
.featured-details{padding:calc(1.5rem * 2.4) 1.45rem;background:#FBF8F6;color:#1C1413}
.featured-details .featured-links{width:min(100%,calc(1040px*.62));margin:0 auto}
.featured-details .local-form{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-bottom:1.5rem;color:var(--paint-main);font-size:calc(15.8px * .875)}
.featured-details h1{margin:0;font-size:calc(15.8px * 2.65);line-height:1.08}
.featured-details .visual-grid{margin:1.5rem 0 calc(0.9rem * 1.5);color:var(--paint-main);font-size:calc(15.8px * 1.125);line-height:1.86}
.featured-details .public-service{margin:0 0 1.5rem;border-radius:1rem;overflow:hidden;background:#F1EAE6;color:var(--paint-main);}
.featured-details .public-service img{display:block;width:100%;height:auto}
.featured-details .strong-flow{border-top:1px solid var(--surface-strong);padding-top:1.5rem}
.featured-details .strong-flow p{margin:0 0 1.5rem;line-height:1.86}
.featured-details .strong-flow p:last-child{margin-bottom:0}
.featured-details .featured-region{display:flex;flex-wrap:wrap;align-items:baseline;gap:calc(1.5rem * .75);margin-top:calc(0.9rem * 1.5);padding-top:1.5rem;border-top:1px solid var(--surface-strong);font-size:calc(15.8px * .875)}
.featured-details .open-team{color:var(--paint-main)}
.featured-details .featured-region a{color:#9E1B1B;text-decoration:none;border-bottom:1px solid transparent;transition:color 630ms var(--delay-soft),border-color 630ms var(--delay-soft)}
.featured-details .featured-region a:hover{color:#C0392B;border-bottom-color:#C0392B}
@media (max-width:720px){.featured-details .featured-links{width:100%}.featured-details .local-form{flex-direction:column;gap:0.35rem}
}
.open-brand{padding:calc(1.5rem * 2.4) 1.45rem;background:#1C1413;color:#FBF8F6}
.open-brand .plain-quote{max-width:min(1040px,72rem);margin:0 auto}
.open-brand .fresh-contact{margin-bottom:calc(0.9rem * 1.5)}
.open-brand h2{margin:0;font-size:calc(15.8px * 2.65);line-height:1.05}
.open-brand .fresh-contact p{margin:1.5rem 0 0;font-size:calc(15.8px * 1.125);color:#D9CFCB;max-width:52ch}
.open-brand .strong-flow{display:grid;grid-template-columns:minmax(15rem,.4fr) minmax(0,1fr);gap:0.9rem;align-items:start}
.open-brand .strong-method{display:flex;flex-direction:column;gap:0;border-top:1px solid rgba(255,255,255,.14)}
.open-brand .fresh-view{padding:calc(1.5rem * .75) 0;border-bottom:1px solid rgba(255,255,255,.14)}
.open-brand .fresh-view span{display:block;font-size:calc(15.8px * .875);letter-spacing:.02em;text-transform:uppercase;color:#D9CFCB}
.open-brand .fresh-view strong{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-weight:600;line-height:1.5}
.open-brand .fresh-view a{text-decoration:underline;text-underline-offset:3px}
.open-brand .fresh-view a:hover{color:inherit;}
.open-brand .media-header{min-height:30rem;border-radius:1rem;overflow:hidden;border:1px solid rgba(255,255,255,.14);background:#332A28;color:var(--ink-muted);}
.open-brand iframe{display:block;width:100%;height:100%;border:0;filter:grayscale(.15)}
.open-brand .contact-list{margin:calc(0.9rem * 1.5) 0 0;font-size:calc(15.8px * .875);color:#D9CFCB;max-width:64ch}
@media (max-width: 820px){.open-brand .strong-flow{grid-template-columns:1fr}.open-brand .media-header{min-height:22rem}
}
.quiet-callout{background:var(--paint-warm);color:#FFFFFF;padding:calc(1.5rem * 2.4) 1.45rem}
.quiet-callout .featured-links{max-width:1040px;margin:0 auto}
.quiet-callout .visual-flow{display:flex;align-items:flex-start;gap:calc(0.9rem * 1.5);flex-wrap:wrap}
.quiet-callout .mark{flex:1 1 22rem;min-width:0}
.quiet-callout h2{margin:0;font-size:clamp(calc(15.8px * 2),5vw,calc(15.8px * 2.65));line-height:1.08;letter-spacing:0}
.quiet-callout p{margin:1.5rem 0 0;max-width:38rem;font-size:calc(15.8px * 1.125);line-height:1.62}
.quiet-callout .mark a{display:inline-flex;margin-top:1.5rem;padding:calc(1.5rem * .75) 0.9rem;border-radius:0.7rem;background:#FFFFFF;color:var(--paint-warm);text-decoration:none;font-weight:700}
.quiet-callout .plain-flow{display:block;flex:0 1 16rem;min-width:11rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:1rem}
.quiet-callout .top-brand{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;gap:calc(0.9rem * 1.5)}
.quiet-callout .active-quote{padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,currentColor 24%,transparent)}
.quiet-callout .active-quote:last-child{border-bottom:0;padding-bottom:0}
.quiet-callout strong,.quiet-callout span{display:block}
.quiet-callout strong{font-size:15.8px;letter-spacing:.01em}
.quiet-callout span{margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.6;white-space:pre-line}
.quiet-callout span a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.quiet-callout span a:hover{text-decoration:none}
@media(max-width:780px){.quiet-callout .visual-flow{flex-direction:column}.quiet-callout .plain-flow{flex-basis:auto;min-width:0;aspect-ratio:16/9}.quiet-callout .top-brand{width:100%}}
.bottom-track{
  background: #FBF8F6;
  color: #1C1413;
  padding: calc(1.5rem * 2.4) 1.45rem;
}
.bottom-track .featured-links{max-width: min(1040px, 68rem);
  margin: 0 auto;}
.bottom-track .primary-shell{display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: calc(0.9rem * 1.5);}
.bottom-track .mark{flex: 1 1 22rem;
  min-width: 0;}
.bottom-track h2{margin: 0;
  font-size: clamp(calc(15.8px * 2), 4.4vw, calc(15.8px * 2.65));
  line-height: 1.08;
  letter-spacing: 0;}
.bottom-track .mark p{margin: 1.5rem 0 0;
  color: var(--paint-main);
  font-size: calc(15.8px * 1.125);
  line-height: 1.62;}
.bottom-track .media-visual{margin: calc(0.9rem * 1.5) 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: calc(0.9rem * .7);
  font-size: calc(15.8px * .875);
  color: var(--paint-main);}
.bottom-track .media-visual li{position: relative;
  padding-left: 1.1rem;}
.bottom-track .media-visual li::before{
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: .42rem;
  height: .42rem;
  border-radius: 0.32rem;
  background: var(--tone-extra-11);color:#FFFFFF;}
.bottom-track .steady-tile{
  flex: 1 1 26rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background: var(--surface-card);
  color: var(--ink-muted);
  border: 1px solid var(--surface-strong);
  border-radius: 1rem;
  padding: calc(0.9rem * 1.5);
  box-shadow: 0 1px 5px rgba(0,0,0,0.04);
}
.bottom-track .main-callout{display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;}
.bottom-track .main-callout label{flex: 1 1 12rem;}
.bottom-track label{min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * .4);
  font-size: calc(15.8px * .875);}
.bottom-track input{
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid var(--surface-strong);
  border-radius: 0.7rem;
  background: #FBF8F6;
  color: #1C1413;
  padding: calc(calc(1.5rem * .75) * .8) calc(calc(1.5rem * .75) * .9);
  font: inherit;
}
.bottom-track input::placeholder{color: rgba(255,255,255,0.55);}
.bottom-track input:focus{outline: 2px solid #C0392B;
  outline-offset: 1px;}
.bottom-track button{
  align-self: flex-start;
  border: 0;
  border-radius: 0.7rem;
  background: var(--tone-extra-11);
  color: #FFFFFF;
  padding: calc(calc(1.5rem * .75) * .85) calc(0.9rem * 1.4);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 630ms var(--delay-soft);
}
.bottom-track button:hover{
  background: #7C1414;color:var(--ink-muted);}
.bottom-track .contact-list{margin: 0;
  font-size: calc(15.8px * .875);
  color: var(--paint-main);
  line-height: 1.55;}
@media (max-width: 760px) {.bottom-track .primary-shell{ flex-direction: column; }.bottom-track .mark,
  .bottom-track .steady-tile{ flex: 1 1 auto; width: 100%; }
}
.focused-view{padding:calc(1.5rem * 2.4) 1.45rem;background:#1C1413;color:#FBF8F6}
.focused-view .direct-list{max-width:min(1040px,64rem);margin:0 auto}
.focused-view h2{margin:0;font-size:calc(15.8px * 2.65);line-height:1.08}
.focused-view .contact-list{margin:1.5rem 0 calc(0.9rem * 1.5);font-size:calc(15.8px * 1.125);line-height:1.55;color:color-mix(in srgb,currentColor 74%,transparent)}
.focused-view .contact-footer{padding:calc(1.5rem * .75) 0 0.9rem;border-top:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.focused-view .contact-footer:last-child{border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.focused-view h3{margin:0 0 calc(calc(1.5rem * .75) * 0.55);font-size:calc(15.8px * 1.35);line-height:1.25}
.focused-view .contact-footer p{margin:0;font-size:15.8px;line-height:1.86;color:color-mix(in srgb,currentColor 78%,transparent)}
@media (max-width:640px){.focused-view h2{font-size:calc(15.8px * 2)}.focused-view .contact-list{font-size:15.8px}
}
.content-panel{padding:calc(1.5rem * 2.4) 1.45rem;background:var(--tone-extra-11);color:#FFFFFF}
.content-panel .visual-feature{max-width:min(1040px,62rem);margin:0 auto}
.content-panel h2{margin:0;font-size:calc(15.8px * 2.65);line-height:1.08}
.content-panel .content-body{margin:1.5rem 0 calc(0.9rem * 1.5);font-size:calc(15.8px * 1.125);max-width:52rem}
.content-panel .media-visual{display:flex;flex-direction:column;border-top:1px solid color-mix(in srgb,currentColor 34%,transparent)}
.content-panel .contact-list{padding:0.9rem 0}
.content-panel .contact-list + .contact-list{border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.content-panel h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.8px * 1.35);line-height:1.25}
.content-panel .contact-list p{margin:0;max-width:58rem}
@media (min-width:768px){.content-panel .contact-list{display:grid;grid-template-columns:minmax(14rem,20rem) 1fr;gap:1.45rem;align-items:start}.content-panel h3{margin:0}
}
.team-method{
  --mark-base:calc(1.5rem * 1.15);
  --mark-local:calc(1040px / 2.10);
  padding:calc(1.5rem * 2.4) 1.45rem;
  background:#F1EAE6;
  color:var(--paint-main);
}
.team-method .featured-links{max-width:1040px;margin:0 auto;}
.team-method h2,
.team-method p{margin:0;}
.team-method h2{font-size:calc(15.8px * 2);line-height:1.14;}
.team-method p{font-size:15.8px;line-height:1.86;}
.team-method .visual-grid{max-width:var(--mark-local);margin-top:calc(0.9rem * 1.5);}
.team-method .contact-list{margin-top:var(--mark-base);font-size:calc(15.8px * .875);}
.team-method .featured-region{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.9rem;
  margin-top:var(--mark-base);}
.team-method .start{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.32rem;
  background:var(--tone-extra-11);
  color:#FFFFFF;
  text-decoration:none;
  font-size:15.8px;
}
.team-method .start:hover{background:#7C1414;color:var(--ink-muted);}
.team-method .contact-lead{color:#9E1B1B;
  text-decoration:none;
  font-size:calc(15.8px * .875);
  border-bottom:1px solid var(--surface-strong);
  padding-bottom:2px;}
.team-method .contact-lead:hover{color:#C0392B;}
@media (max-width:640px){.team-method .featured-region{flex-direction:column;align-items:flex-start;}
}
.content-summary{background:var(--paint-warm);color:#FFFFFF;padding:calc(1.5rem * 2.4) 1.45rem}
.content-summary .featured-links{max-width:1040px;margin:0 auto}
.content-summary .team-panel{display:flex;flex-direction:column;gap:calc(0.9rem * 1.5)}
.content-summary .team-section{display:flex;flex-direction:column;gap:calc(1.5rem * .75);max-width:44rem}
.content-summary h2{margin:0;font-size:clamp(calc(15.8px * 2),4.6vw,calc(15.8px * 2.65));line-height:1.08;letter-spacing:0}
.content-summary .visual-grid{margin:0;font-size:calc(15.8px * 1.125);line-height:1.6}
.content-summary .service-steps{display:flex;flex-wrap:wrap;gap:calc(0.9rem * 1.5);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);padding-top:calc(0.9rem * 1.5)}
.content-summary .team-contact{flex:1 1 15rem;min-width:0;display:flex;gap:calc(1.5rem * .75);align-items:flex-start}
.content-summary .top-list{flex:0 0 auto;width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:0.32rem;background:color-mix(in srgb,currentColor 16%,transparent);font-size:calc(15.8px * .875);font-weight:700}
.content-summary .team-contact h3{margin:0 0 0.35rem;font-size:15.8px;line-height:1.3}
.content-summary .team-contact p{margin:0;font-size:calc(15.8px * .875);line-height:1.6}
.content-summary .public-callout{display:flex;flex-wrap:wrap;gap:calc(0.9rem * 1.5);justify-content:space-between;border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);padding-top:calc(0.9rem * 1.5)}
.content-summary .team-actions,.content-summary .featured-region{flex:1 1 16rem;min-width:0;display:flex;flex-direction:column;gap:0.4rem}
.content-summary .site-region{margin:0 0 0.3rem;font-size:calc(15.8px * .875);text-transform:uppercase;letter-spacing:0.06em;opacity:0.78}
.content-summary .visual-block{margin:0;font-size:15.8px;line-height:1.5}
.content-summary .site-tile{font-size:calc(15.8px * .875);line-height:1.55;opacity:0.9}
.content-summary a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb,currentColor 35%,transparent);padding-bottom:1px}
.content-summary a:hover{border-bottom-color:currentColor}
.content-summary .featured-region a{font-size:15.8px;line-height:1.5}
@media(max-width:760px){.content-summary .service-steps{flex-direction:column}.content-summary .team-contact{flex-basis:auto}.content-summary .public-callout{flex-direction:column}
}
.wide-proof{
  background:#FBF8F6;
  color:#1C1413;
  padding:calc(1.5rem * 2.4) 1.45rem;
}
.wide-proof .featured-links{width:min(100%,1040px);
  margin:0 auto;}
.wide-proof .plain-links{display:flex;
  flex-direction:column;
  gap:calc(0.9rem * 1.5);}
.wide-proof .visual-block{display:flex;
  align-items:flex-end;
  gap:calc(0.9rem * 1.5);}
.wide-proof h1{flex:0 1 460px;
  margin:0;
  font-size:clamp(calc(15.8px * 2),7vw,calc(15.8px * 2.65));
  line-height:1.02;
  letter-spacing:0;}
.wide-proof p{flex:1 1 320px;
  margin:0;
  min-width:0;
  font-size:calc(15.8px * 1.125);
  line-height:1.65;
  color:var(--paint-main,#332A28);}
.wide-proof .active-feature{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:0.9rem;
  padding:18px;
  border-radius:1rem;
  background:#F1EAE6;
  color:var(--paint-main,#332A28);
}
.wide-proof a{color:inherit;
  text-decoration:none;}
.wide-proof .start{
  padding:12px 16px;
  border-radius:0.7rem;
  background:var(--tone-extra-11,#9E1B1B);
  color:#FFFFFF;
  font-weight:700;
}
.wide-proof .start:hover{
  background:#7C1414;color:var(--ink-muted);}
.wide-proof .wide-header{display:flex;
  flex-wrap:wrap;
  gap:10px 16px;
  min-width:0;}
.wide-proof .wide-header a{color:#9E1B1B;
  border-bottom:1px solid transparent;}
.wide-proof .wide-header a:hover{color:#C0392B;
  border-bottom-color:#C0392B;}
.wide-proof .contact-list{flex:none;
  margin:0;
  font-size:calc(15.8px * .875);
  color:var(--paint-main,#332A28);}
@media (max-width:720px) {.wide-proof{ padding:calc(1.5rem * 2.4) 1.45rem; }.wide-proof .visual-block{ align-items:flex-start; flex-direction:column; }.wide-proof .active-feature{ align-items:flex-start; flex-direction:column; }
}
