:root {
  --delay-fast: ease;
}
body{margin:0;padding:0;font-family:"Playfair Display", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
.clear-frame {
    width: 100%;
    background: #f6efe2;
    color: #1c1612;
    border-bottom: 1px solid #d8c9b2;
  }
.open-inner {
    max-width: 1020px;
    margin: 0 auto;
    padding: 1.5rem 1.08rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(0.78rem * 1.5);
  }
.primary-shell {
    font-size: calc(15px * 2);
    line-height: 1.71;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: #1c1612;
    font-weight: 700;
    text-align: center;
  }
.primary-shell:hover {
    color: #b8452a;
  }
.nav-desktop {
    width: 100%;
    border-top: 1px solid #d8c9b2;
    padding-top: calc(0.78rem * 1.5);
  }
.nav-desktop ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.78rem;
  }
.nav-desktop a {
    display: inline-block;
    padding: 0.35rem 0.25rem;
    font-size: 15px;
    color: #1c1612;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 470ms var(--delay-fast),
                border-color 470ms var(--delay-fast);
  }
.nav-desktop a:hover {
    color: #b8452a;
    border-bottom-color: #b8452a;
  }
.focused-view {
    display: none;
    width: 44px;
    height: 40px;
    padding: 8px;
    background: #fbf6ec;
    color: #1c1612;
    border: 1px solid #d8c9b2;
    border-radius: 0.39rem;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }
.focused-view span{
    display: block;
    height: 2px;
    background: #1c1612;
    border-radius: 2px;color:#1c1612;}
.nav-mobile {
    display: none;
    width: 100%;
    background: #efe4d0;
    color: #3a2f26;
    border-top: 1px solid #d8c9b2;
  }
.nav-mobile ul{list-style: none;
    margin: 0;
    padding: calc(0.78rem * 1.5) 1.08rem;
    display: flex;
    flex-direction: column;
    gap: calc(0.78rem * 1.5);}
.nav-mobile a{display: block;
    padding: 0.5rem 0;
    font-size: calc(15px * 1.125);
    color: #3a2f26;
    text-decoration: none;
    border-bottom: 1px solid #d8c9b2;}
.nav-mobile a:hover{color:inherit;}
@media (max-width: 767px) {
    .open-inner {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      gap: calc(0.78rem * 1.5);
    }

    .primary-shell {
      font-size: calc(15px * 1.125);
      text-align: left;
    }

    .nav-desktop {
      display: none;
    }

    .focused-view {
      display: flex;
    }

    .nav-mobile.is-open {
      display: block;
    }
  }
.plain-grid{font-family:"Playfair Display", sans-serif;font-size:calc(15px * .875);line-height:1.71;padding:calc(1.5rem * 2.4) 1.08rem;background:#1c1612;color:#f6efe2;}
.service-grid{max-width:1020px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(0.78rem * 1.5)}
.secondary-footer{display:flex;flex-direction:column;gap:1.5rem}
.simple-block{margin:0;font-size:calc(15px * 1.125);font-weight:700;letter-spacing:0.02em}
.active-actions{margin:0;max-width:34ch;opacity:0.85}
.content-frame{display:grid;grid-template-columns:1fr;gap:calc(0.78rem * 1.5)}
.local-frame{display:flex;flex-direction:column;gap:1.5rem}
.quiet-steps{margin:0;font-size:15px;font-weight:600;letter-spacing:0.04em;text-transform:uppercase;opacity:0.9}
.content-inner{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.35rem}
.content-inner a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 470ms var(--delay-fast)}
.content-inner a:hover,
  .content-inner a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.local-area{display:flex;flex-direction:column;gap:1.5rem}
.soft-headline{margin:0;display:flex;flex-wrap:wrap;gap:0.4rem}
.active-entries{font-weight:600;opacity:0.9}
.local-area a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 470ms var(--delay-fast)}
.local-area a:hover,
  .local-area a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.quiet-intro{display:flex;flex-direction:column;gap:1.5rem;padding-top:calc(0.78rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18)}
.page-grid{margin:0;max-width:70ch;opacity:0.85}
.bottom-track{margin:0;opacity:0.75}
@media (min-width: 720px) {.content-frame{grid-template-columns:repeat(3, minmax(0, 1fr))}
  }
@media (min-width: 1024px) {.service-grid{grid-template-columns:1.1fr 2.4fr;grid-template-areas:"brand nav"
        "contact nav"
        "legal legal";column-gap:1.08rem}.secondary-footer{grid-area:brand}.content-frame{grid-area:nav}.local-area{grid-area:contact}.quiet-intro{grid-area:legal}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:1.08rem;right:1.08rem;bottom:1.5rem;z-index:1200;}
.cookies .wide-grid{max-width:920px;margin:0 auto;padding:calc(1.5rem * .9) 1.08rem;border-radius:1.4rem;background:linear-gradient(135deg,#b8452a,#8a2b1c);color:#fdf6ea;box-shadow:0 14px 24px rgba(0,0,0,0.06);display:grid;grid-template-columns:1fr auto;gap:0.78rem;align-items:center;}
.cookies .service-steps strong{display:block;margin-bottom:4px;}
.cookies .service-steps p{margin:0;opacity:.95;}
.cookies .active-callout{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;}
.cookies .active-callout button{border:1px solid color-mix(in srgb, currentColor 35%, transparent);background:color-mix(in srgb, currentColor 18%, transparent);color:inherit;border-radius:0.39rem;padding:8px 12px;cursor:pointer;}
.cookies .active-callout button.cookie-accept{background:#fdf6ea;border-color:transparent;font-weight:700;color:#8a2b1c;}
@media (max-width: 760px){.cookies .wide-grid{grid-template-columns:1fr;}
        .cookies .active-callout{justify-content:flex-start;}
    }
.featured-section{--state-control:calc(1.5rem * 1.15);--layer-soft:calc(1020px / 3.2);padding:calc(1.5rem * 2.4) 1.08rem;background:#f6efe2;color:#1c1612;}
.featured-section .wide-grid{max-width:1020px;margin:0 auto;}
.featured-section h1,.featured-section p{margin:0;}
.featured-section h1{font-size:calc(15px * 2.65);line-height:1.08;letter-spacing:-0.01em;}
.featured-section p{font-size:15px;line-height:1.71;}
.featured-section a{color:#8a2b1c;text-decoration:none;border-bottom:1px solid #d8c9b2;}
.featured-section a:hover{color:#b8452a;border-bottom-color:#b8452a;}
.featured-section img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.featured-section .media-grid{display:flex;align-items:flex-start;gap:calc(0.78rem * 1.5);}
.featured-section .fresh-callout{flex:1 1 auto;min-width:0;}
.featured-section .focused-surface{margin-top:calc(0.78rem * 1.5);color:#3a2f26;}
.featured-section .local-menu{margin-top:var(--state-control);}
.featured-section .offer-actions{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.39rem;background:#8a2b1c;color:#fdf6ea;border-bottom:none;font-size:15px;}
.featured-section .offer-actions:hover{background:#6f2115;color:#fdf6ea;}
.featured-section .plain-footer{margin-top:var(--state-control);font-size:calc(15px * .875);color:#3a2f26;}
.featured-section .content-contact{flex:0 1 var(--layer-soft);min-width:0;}
.featured-section .content-contact img{width:min(var(--layer-soft),100%);border:1px solid #d8c9b2;}
.featured-section .main-actions{margin-top:calc(1.5rem * .75);font-size:calc(15px * .875);line-height:1.71;color:#3a2f26;}
@media(max-width:760px){.featured-section .media-grid{flex-direction:column;}.featured-section .content-contact img{width:100%;}}
.secondary-benefit{--state-control:calc(1.5rem * 1.25);padding:calc(1.5rem * 2.4) 1.08rem;background:#b8452a;color:#fdf6ea;}
.secondary-benefit .wide-grid{max-width:1020px;margin:0 auto;}
.secondary-benefit h2,.secondary-benefit p{margin:0;}
.secondary-benefit h2{font-size:calc(15px * 2);line-height:1.12;}
.secondary-benefit p{font-size:15px;line-height:1.71;}
.secondary-benefit a{color:inherit;text-decoration:none;}
.secondary-benefit .focused-surface{margin-top:1.5rem;}
.secondary-benefit .main-actions{margin-top:calc(0.78rem * 1.5);color:color-mix(in srgb, currentColor 78%, transparent);}
.secondary-benefit .offer-actions{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:var(--state-control);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.39rem;background:#fdf6ea;color:#b8452a;}
.secondary-benefit .plain-footer{display:flex;flex-wrap:wrap;gap:0.78rem;margin-top:calc(0.78rem * 1.5);font-size:calc(15px * .875);}
.secondary-benefit .plain-footer a{border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:2px;}
.secondary-benefit .plain-footer a:hover{border-bottom-color:currentColor;}
.media-nav{padding:calc(1.5rem * 2.4) 1.08rem;background:#1c1612;color:#f6efe2}
.media-nav .narrow-feature{max-width:1020px;margin:0 auto}
.media-nav h2{max-width:20ch;margin:0;font-size:calc(15px * 2);line-height:1.1}
.media-nav .page-frame{margin:1.5rem 0 calc(0.78rem * 1.5);opacity:.78;font-size:calc(15px * 1.125);line-height:1.71}
.media-nav .active-links{display:flex;flex-direction:column;gap:calc(0.78rem * 1.5);margin:0;padding:0;list-style:none;counter-reset:nota}
.media-nav .active-links>li{position:relative;margin:0;padding-left:calc(0.78rem * 1.5);border-left:2px solid #b8452a}
.media-nav h3{margin:0;font-size:calc(15px * 1.35);line-height:1.2}
.media-nav .active-links p{margin:calc(1.5rem * .75) 0 0;opacity:.72;line-height:1.71}
@media(max-width:680px){.media-nav .active-links>li{padding-left:calc(1.5rem * .75)}
}
.secondary-region{--state-control:calc(1.5rem * 0.9);padding:calc(1.5rem * 2.4) 1.08rem;background:#8a2b1c;color:#fdf6ea;}
.secondary-region .wide-grid{max-width:1020px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.78rem * 1.5);}
.secondary-region h2,.secondary-region h3,.secondary-region p{margin:0;}
.secondary-region h2{font-size:calc(15px * 2);line-height:1.14;}
.secondary-region h3{font-size:calc(15px * 1.35);line-height:1.22;}
.secondary-region p{font-size:15px;line-height:1.71;}
.secondary-region .plain-wrap{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.secondary-region .focused-surface{font-size:calc(15px * 1.125);}
.secondary-region .visual-media{display:flex;flex-direction:column;gap:var(--state-control);}
.secondary-region .top-method{padding:calc(calc(1.5rem * .75) * 1.1);border-radius:0.7rem;background:color-mix(in srgb, currentColor 10%, transparent);display:flex;flex-direction:column;gap:calc(1.5rem / 2.6);}
.secondary-region .top-method p{color:color-mix(in srgb, currentColor 82%, transparent);}
.secondary-region .main-actions{font-size:calc(15px * .875);color:color-mix(in srgb, currentColor 78%, transparent);}
.secondary-region a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.secondary-region a:hover{}
@media (min-width:720px){.secondary-region .visual-media{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--state-control);}.secondary-region .top-method:first-child{grid-column:1 / -1;}
}
.narrow-quote{--state-control:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.08rem;background:#f6efe2;color:#1c1612;}
.narrow-quote .wide-grid{max-width:1020px;margin:0 auto;}
.narrow-quote h2,.narrow-quote h3,.narrow-quote p{margin:0;}
.narrow-quote h2{font-size:calc(15px * 2);line-height:1.12;}
.narrow-quote h3{font-size:calc(15px * 1.35);line-height:1.2;}
.narrow-quote p{font-size:15px;line-height:1.71;}
.narrow-quote .focused-surface{margin-top:calc(1.5rem / 2);color:#3a2f26;}
.narrow-quote .visual-rail{display:flex;flex-wrap:wrap;gap:var(--state-control);margin-top:var(--state-control);}
.narrow-quote .top-method{flex:1 1 calc(1020px / 3.4);min-width:0;padding-top:calc(calc(1.5rem * .75) * .7);border-top:1px solid #d8c9b2;}
.narrow-quote .top-method p{margin-top:calc(1.5rem / 3);color:#3a2f26;}
.narrow-quote .main-actions{margin-top:var(--state-control);padding-top:calc(calc(1.5rem * .75) * .8);border-top:1px solid #d8c9b2;color:#3a2f26;}
.narrow-quote .main-actions a{color:#8a2b1c;text-decoration:underline;text-underline-offset:3px;}
.narrow-quote .main-actions a:hover{color:#b8452a;}
.narrow-quote .team-footer{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.78rem;}
.narrow-quote .team-footer>h2{flex:1 1 calc(1020px / 3);min-width:0;}
.narrow-quote .team-footer>.focused-surface{flex:1 1 calc(1020px / 3);min-width:0;}
.narrow-quote .team-footer>.visual-rail{flex:1 1 100%;}
.narrow-quote .team-footer>.main-actions{flex:1 1 100%;}
@media (max-width:640px){.narrow-quote .top-method{flex:1 1 100%;}
}
.row-_publication-list{padding:calc(1.5rem*3) 1.08rem;background:#f6efe2;color:#1c1612}
.row-_publication-list .service-figure{max-width:1020px;margin:0 auto}
.row-_publication-list .bottom-area{margin:0 0 calc(calc(0.78rem * 1.5)*1.2);border-bottom:1px solid #d8c9b2;padding-bottom:calc(0.78rem * 1.5)}
.row-_publication-list h2{margin:0 0 .6rem;color:#1c1612;font-size:clamp(1.9rem,4vw,3.15rem);line-height:1.05;letter-spacing:-.01em}
.row-_publication-list .primary-surface{margin:0;color:#1c1612;opacity:.85;line-height:1.6}
.row-_publication-list .top-callout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:0.78rem}
.row-_publication-list .clear-header{display:flex;flex-direction:column;background:#fbf6ec;color:#1c1612;border:1px solid #d8c9b2;border-radius:1rem;overflow:hidden;box-shadow:0 0px 2px rgba(0,0,0,0.04);transition:box-shadow 470ms var(--delay-fast)}
.row-_publication-list .clear-header:hover{box-shadow:0 5px 16px rgba(0,0,0,0.05)}
.row-_publication-list .public-details{display:block;line-height:0}
.row-_publication-list img{width:100%;height:210px;object-fit:cover;display:block}
.row-_publication-list .site-list{display:flex;flex-direction:column;flex:1;padding:calc(1.5rem * .75)}
.row-_publication-list h3{margin:0 0 .5rem;font-size:calc(15px * 1.35);line-height:1.2}
.row-_publication-list h3 a{color:#1c1612;text-decoration:none}
.row-_publication-list h3 a:hover{color:#b8452a}
.row-_publication-list p{margin:0 0 calc(0.78rem * 1.5);color:#1c1612;opacity:.82;line-height:1.55}
.row-_publication-list .open-story{margin-top:auto;align-self:flex-start;color:#8a2b1c;text-decoration:none;font-weight:700;border-bottom:1px solid transparent;padding-bottom:1px}
.row-_publication-list .open-story:hover{color:#b8452a;border-bottom-color:#b8452a}
@media (max-width:640px){.row-_publication-list{padding:calc(1.5rem*2) 1.08rem}.row-_publication-list img{height:180px}
}
.top-grid{--state-control:calc(1.5rem * 0.91);--label-lead:calc(1020px / 3.21);padding:calc(1.5rem * 2.4) 1.08rem;background:#8a2b1c;color:#fdf6ea;}
.top-grid .wide-grid{max-width:1020px;margin:0 auto;}
.top-grid h2,.top-grid h3,.top-grid p{margin:0;}
.top-grid h2{font-size:calc(15px * 2);line-height:1.12;}
.top-grid h3{font-size:calc(15px * 1.35);line-height:1.2;}
.top-grid p{font-size:15px;line-height:1.71;color:color-mix(in srgb, currentColor 78%, transparent);}
.top-grid a{color:inherit;text-decoration:underline;text-underline-offset:2px;}
.top-grid .visual-steps{padding-block:calc(var(--state-control) / 2);}
.top-grid .offer-proof{row-gap:calc(var(--state-control) * 1.2);}
.top-grid .focused-surface{margin-top:1.5rem;}
.top-grid .visual-rail{display:flex;flex-wrap:wrap;gap:var(--state-control);margin-top:var(--state-control);}
.top-grid .top-method{flex:1 1 var(--label-lead);min-width:0;padding:calc(var(--state-control) * .75);border-radius:0.7rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.top-grid .top-method p{margin-top:calc(1.5rem / 3);}
.top-grid .plain-footer{margin-top:var(--state-control);font-size:calc(15px * .875);}
.wide-shell{--state-control:calc(1.5rem * 1.2);--layer-active:calc(1020px / 3.3);padding:calc(1.5rem * 2.4) 1.08rem;background:#f6efe2;color:#1c1612;}
.wide-shell .wide-grid{max-width:1020px;margin:0 auto;}
.wide-shell h2,.wide-shell h3,.wide-shell p{margin:0;}
.wide-shell h2{font-size:calc(15px * 2);line-height:1.12;}
.wide-shell h3{font-size:calc(15px * 1.35);line-height:1.22;}
.wide-shell p{font-size:15px;line-height:1.71;}
.wide-shell .team-footer{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.78rem;}
.wide-shell .team-footer>h2{flex:1 1 var(--layer-active);min-width:0;}
.wide-shell .team-footer>.focused-surface{flex:1 1 var(--layer-active);min-width:0;color:#3a2f26;}
.wide-shell .visual-rail{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-control);margin-top:var(--state-control);}
.wide-shell .top-method{flex:1 1 var(--layer-active);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(calc(1.5rem * .75) * .9);border:1px solid #d8c9b2;border-radius:1rem;background:#fbf6ec;color:#1c1612;}
.wide-shell .top-method img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.wide-shell .top-method p{color:#3a2f26;}
.wide-shell .top-method a{margin-top:auto;align-self:flex-start;display:inline-flex;align-items:center;padding:calc(calc(1.5rem * .75) * .55) 1.5rem;border-radius:0.39rem;background:#8a2b1c;color:#fdf6ea;text-decoration:none;font-size:calc(15px * .875);}
.wide-shell .top-method a:hover{background:#6f2115;color:#1c1612;}
.wide-shell .main-actions{flex:1 1 100%;margin-top:var(--state-control);padding-top:calc(0.78rem * 1.5);border-top:1px solid #d8c9b2;color:#3a2f26;font-size:calc(15px * .875);}
@media (max-width:640px){.wide-shell .team-footer>h2,.wide-shell .team-footer>.focused-surface,.wide-shell .top-method{flex:1 1 100%;}
}
.content-group{
  padding: calc(1.5rem * 2.4) 1.08rem;
  background: linear-gradient(135deg, #b8452a 0%, #8a2b1c 100%);
  color: #fdf6ea;
}
.content-group .wide-grid{max-width: 1020px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.78rem * 1.5);}
.content-group .plain-wrap{display: flex;
  flex-wrap: wrap;
  gap: 0.78rem;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid rgba(253, 246, 234, 0.28);
  padding-bottom: calc(1.5rem * .75);}
.content-group h2{margin: 0;
  flex: 1 1 22rem;
  font-size: calc(15px * 2);
  line-height: 1.1;}
.content-group .focused-surface{margin: 0;
  flex: 1 1 24rem;
  font-size: 15px;
  line-height: 1.71;}
.content-group .content-quote{display: flex;
  flex-direction: column;}
.content-group .top-method{display: flex;
  flex-wrap: wrap;
  gap: 0.78rem;
  align-items: baseline;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid rgba(253, 246, 234, 0.22);
  text-decoration: none;
  color: inherit;
  transition: opacity 470ms var(--delay-fast);}
.content-group .top-method:hover{opacity: 0.82;}
.content-group .top-method strong{flex: 0 0 16rem;
  font-size: calc(15px * 1.125);
  line-height: 1.25;}
.content-group .top-method span{flex: 1 1 22rem;
  font-size: calc(15px * .875);
  line-height: 1.71;}
.content-group .public-figure{display: flex;
  flex-wrap: wrap;
  gap: 0.78rem calc(1.5rem * .75);
  align-items: baseline;
  font-size: calc(15px * .875);}
.content-group .public-figure a{color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;}
.content-group .public-figure a:hover{text-decoration: none;}
@media (max-width: 720px) {.content-group .top-method strong{
    flex: 1 1 100%;
  }.content-group .public-figure{
    flex-direction: column;
    gap: 0.35rem;
  }
}
.legal{
    padding:calc(1.5rem * 2.4) 1.08rem;
    background:#efe4d0;
    color:#3a2f26;
}
.legal .wide-grid{max-width:1020px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.78rem * 1.5);}
.legal .focused-surface h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(15px * 2);
    line-height:1.2;}
.legal .focused-surface p{margin:0 0 calc(1.5rem * .75);
    font-size:15px;
    line-height:1.71;}
.legal .focused-surface p:last-child{margin-bottom:0;}
.legal .content-quote{display:flex;
    flex-wrap:wrap;
    gap:0.78rem;}
.legal .top-stack{
    flex:1 1 240px;
    background:#fbf6ec;
    color:#1c1612;
    border:1px solid #d8c9b2;
    border-radius:0.7rem;
    padding:calc(1.5rem * .75) 1.08rem;
    box-shadow:0 0px 2px rgba(0,0,0,0.04);
}
.legal .top-stack h3{margin:0 0 6px;
    font-size:calc(15px * 1.35);
    line-height:1.25;}
.legal .top-stack p{margin:0 0 8px;
    font-size:calc(15px * .875);
    line-height:1.71;}
.legal .top-stack p:last-child{margin-bottom:0;}
.legal .top-stack a{color:#8a2b1c;
    text-decoration:none;
    border-bottom:1px solid currentColor;}
.legal .top-stack a:hover{color:inherit;}
.legal .main-actions{border-top:1px solid #d8c9b2;
    padding-top:calc(1.5rem * .75);}
.legal .main-actions p{margin:0 0 calc(1.5rem * .75);
    font-size:15px;
    line-height:1.71;}
.legal .main-actions p:last-child{margin-bottom:0;}
.legal .plain-footer{font-size:calc(15px * .875);}
.legal .plain-footer a{color:#8a2b1c;
    text-decoration:none;
    border-bottom:1px solid currentColor;}
.legal .plain-footer a:hover{color:inherit;}
@media (max-width:700px){.legal .content-quote{
        flex-direction:column;
    }
}
.wide-copy{padding:calc(1.5rem * 2.4) 1.08rem;background:#f6efe2;color:#1c1612;}
.active-unit{max-width:1020px;margin:0 auto;}
.wide-copy h1{margin:0;font-size:calc(15px * 2.65);line-height:1.08;}
.primary-list{padding:calc(1.5rem * 2.4) 1.08rem;background:#8a2b1c;color:#fdf6ea;overflow:hidden}
.primary-list .wide-grid{max-width:1020px;margin:0 auto}
.primary-list .focused-surface{margin:0 0 calc(0.78rem * 1.5)}
.primary-list h2{margin:0;font-size:calc(15px * 2);line-height:1.05;letter-spacing:-0.01em}
.primary-list .focused-surface p{margin:1.5rem 0 0;font-size:calc(15px * 1.125);line-height:1.71}
.primary-list .compact-shell{display:flex;flex-wrap:wrap;gap:0.78rem}
.primary-list .top-method{flex:1 1 18rem;padding:calc(1.5rem * .75) 0 0;border-top:1px solid rgba(253,246,234,.28)}
.primary-list .top-method:nth-child(3n+2){border-top-color:rgba(253,246,234,.5)}
.primary-list strong{display:block;font-size:calc(15px * 1.35);line-height:1.12;margin-bottom:calc(1.5rem * .75)}
.primary-list .top-method p{margin:0;line-height:1.71;font-size:calc(15px * .875)}
.primary-list .plain-footer{margin-top:calc(0.78rem * 1.5);padding-top:1.5rem;border-top:1px solid rgba(253,246,234,.28)}
.primary-list .plain-footer p{margin:0;font-size:calc(15px * .875);line-height:1.71}
.primary-list .plain-footer a{text-decoration:underline;text-underline-offset:3px}
.primary-list .plain-footer a:hover{opacity:.8}
@media (max-width:640px){.primary-list .top-method{flex:1 1 100%}
}
.local-list{
  background: #f6efe2;
  color: #1c1612;
  padding: calc(1.5rem * 2.4) 1.08rem;
}
.local-list .wide-grid{width: min(100%, 1020px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.78rem * 1.5);
  align-items: flex-start;}
.local-list h2,
.local-list h3,
.local-list p{margin: 0;}
.local-list .focused-surface{flex: 1 1 20rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: sticky;
  top: 1.5rem;}
.local-list h2{font-size: calc(15px * 2);
  line-height: 1.08;}
.local-list .focused-surface p,
.local-list .wide-brand p{color: #3a2f26;
  line-height: 1.71;}
.local-list .local-flow{display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 1rem;
  border: 1px solid #d8c9b2;}
.local-list .narrow-wrap{flex: 1 1 22rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.78rem;}
.local-list .wide-brand{
  flex: 1 1 min(100%, 15rem);
  background: #fbf6ec;
  color: #1c1612;
  border: 1px solid #d8c9b2;
  border-radius: 0.7rem;
  padding: calc(1.5rem * .75);
  box-shadow: 0 0px 2px rgba(0,0,0,0.04);
}
.local-list .secondary-story{display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.39rem;
  margin-bottom: calc(1.5rem * .75);}
.local-list .wide-brand:nth-child(3n) .secondary-story{aspect-ratio: 3 / 4;}
.local-list h3{font-size: calc(15px * 1.35);
  line-height: 1.16;
  margin-bottom: calc(1.5rem * .75);}
@media (max-width: 860px) {.local-list .focused-surface{ position: static; }
}
.stage{
  --state-control:calc(1.5rem * 1.35);
  --field-extra-13:calc(1020px / 8.5);
  padding:calc(1.5rem * 2.4) 1.08rem;
  background:#8a2b1c;
  color:#fdf6ea;
}
.stage .wide-grid{max-width:1020px;
  margin:0 auto;}
.stage h2,
.stage h3,
.stage p{margin:0;}
.stage h2{font-size:calc(15px * 2);
  line-height:1.14;}
.stage h3{font-size:calc(15px * 1.35);
  line-height:1.22;}
.stage p{font-size:15px;
  line-height:1.71;}
.stage .plain-wrap{padding-bottom:var(--state-control);
  border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.stage .focused-surface{margin-top:calc(1.5rem / 2);
  max-width:100%;}
.stage .content-quote{display:flex;
  flex-direction:column;
  margin-top:var(--state-control);}
.stage .top-method{display:grid;
  grid-template-columns:var(--field-extra-13) 1fr;
  gap:0.78rem;
  padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid color-mix(in srgb, currentColor 14%, transparent);
  min-width:0;}
.stage .top-method:last-child{border-bottom:0;}
.stage .media-frame{font-size:calc(15px * .875);
  letter-spacing:0.06em;
  text-transform:uppercase;
  padding-top:0.28em;
  opacity:0.78;}
.stage .top-method h3{margin-bottom:calc(1.5rem / 3);}
.stage .top-method p{opacity:0.88;}
.stage .main-actions{margin-top:var(--state-control);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);
  font-size:calc(15px * .875);
  opacity:0.86;}
@media (max-width:640px){.stage .top-method{
    grid-template-columns:1fr;
    gap:calc(0.78rem / 2);
  }.stage .media-frame{
    padding-top:0;
  }
}
.bottom-visual{
  background:#f6efe2;
  color:#1c1612;
  padding:calc(1.5rem * 2.4) 1.08rem;
}
.bottom-visual .wide-grid{max-width:1020px;
  margin:0 auto;}
.bottom-visual .simple-surface{display:flex;
  flex-direction:column;
  gap:var(--gutter-footer, 0.78rem);
  padding-bottom:calc(0.78rem * 1.5);
  border-bottom:1px solid #d8c9b2;}
.bottom-visual .local-content{margin:0;
  color:#3a2f26;
  font-size:15px;
  line-height:1.71;
  font-style:italic;}
.bottom-visual h2{margin:0;
  font-size:calc(15px * 2);
  line-height:1.12;
  letter-spacing:-0.01em;}
.bottom-visual .service-headline{margin-top:calc(0.78rem * 1.5);
  display:flex;
  flex-direction:column;}
.bottom-visual .top-method{display:grid;
  grid-template-columns:minmax(9rem, 13rem) 1fr;
  gap:0.78rem;
  align-items:baseline;
  padding:1.5rem 0;}
.bottom-visual .top-method + .top-method{border-top:1px solid #d8c9b2;}
.bottom-visual .top-method strong{font-size:15px;
  line-height:1.3;
  color:#8a2b1c;}
.bottom-visual .top-method span{min-width:0;
  color:#3a2f26;
  line-height:1.71;}
@media (max-width:640px){.bottom-visual .top-method{
    grid-template-columns:1fr;
    gap:.4rem;
  }
}
.secondary-unit{--state-control:calc(1.5rem * 1.5);padding:calc(1.5rem * 2.4) 1.08rem;background:#8a2b1c;color:#fdf6ea;}
.secondary-unit .wide-grid{max-width:1020px;margin:0 auto;}
.secondary-unit h2,.secondary-unit h3,.secondary-unit p{margin:0;}
.secondary-unit h2{font-size:calc(15px * 2);line-height:1.12;}
.secondary-unit h3{font-size:calc(15px * 1.35);line-height:1.22;}
.secondary-unit p{font-size:15px;line-height:1.71;color:color-mix(in srgb, currentColor 78%, transparent);}
.secondary-unit .focused-surface{margin-top:calc(0.78rem * 1.5);font-size:calc(15px * 1.125);color:color-mix(in srgb, currentColor 88%, transparent);}
.secondary-unit .visual-rail{display:flex;flex-direction:column;gap:var(--state-control);margin-top:var(--state-control);}
.secondary-unit .top-method{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid color-mix(in srgb, currentColor 32%, transparent);}
.secondary-unit .top-method p{margin-top:calc(1.5rem / 3);}
.secondary-unit .main-actions{margin-top:var(--state-control);font-size:calc(15px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
@media (min-width:760px){.secondary-unit .visual-rail{display:grid;grid-template-columns:1fr 1fr;gap:var(--state-control) 1.5rem;}
}
.wide-frame{--state-control:calc(1.5rem * 1.32);--font-large:calc(1020px / 3.61);padding:calc(1.5rem * 2.4) 1.08rem;background:#f6efe2;color:#1c1612;}
.wide-frame .wide-grid{max-width:1020px;margin:0 auto;}
.wide-frame h2,.wide-frame h3,.wide-frame p{margin:0;}
.wide-frame h2{font-size:calc(15px * 2);line-height:1.12;}
.wide-frame h3{font-size:calc(15px * 1.35);line-height:1.2;}
.wide-frame p{font-size:15px;line-height:1.71;}
.wide-frame a{text-decoration:underline;text-underline-offset:3px;}
.wide-frame a:hover{}
.wide-frame img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.wide-frame .focused-surface{margin-top:1.5rem;}
.wide-frame .quiet-shell>img{margin-top:var(--state-control);}
.wide-frame .visual-rail{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.78rem;margin-top:var(--state-control);}
.wide-frame .top-method{flex:1 1 calc(1020px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #d8c9b2;}
.wide-frame .top-method p{margin-top:calc(1.5rem / 3);}
.wide-frame .main-actions{margin-top:var(--state-control);padding-top:calc(1.5rem * .75);border-top:1px solid #d8c9b2;}
@media (max-width:640px){.wide-frame .top-method{flex:1 1 100%;}
}
.narrow-proof{
  padding: calc(1.5rem * 2.4) 1.08rem;
  background: #1c1612;
  color: #f6efe2;
}
.narrow-proof .wide-grid{max-width: min(1020px, 70rem);
  margin: 0 auto;}
.narrow-proof .content-quote{display: flex;
  flex-wrap: wrap;
  gap: calc(0.78rem * 1.5);
  align-items: flex-end;
  padding-bottom: calc(0.78rem * 1.5);
  border-bottom: 1px solid #3a2f26;}
.narrow-proof h2{flex: 1 1 22rem;
  margin: 0;
  font-size: calc(15px * 2);
  line-height: 1.08;}
.narrow-proof .focused-surface{flex: 1 1 24rem;
  margin: 0;
  font-size: 15px;
  line-height: 1.71;
  color: #d8c9b2;}
.narrow-proof .visual-rail{list-style: none;
  padding: 0;
  margin: calc(0.78rem * 1.5) 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.78rem;}
.narrow-proof .top-method{flex: 1 1 min(100%, 20rem);
  margin: 0;
  padding: calc(1.5rem * .75) 0 0;
  border-top: 2px solid #b8452a;}
.narrow-proof .bottom-list{margin: 0 0 calc(calc(1.5rem * .75) * .7);
  font-size: 15px;
  line-height: 1.71;
  color: #d8c9b2;}
.narrow-proof .site-steps{margin: 0;
  font-weight: 700;
  font-size: 15px;}
.narrow-proof .focused-group{display: block;
  margin-top: 0.2rem;
  font-size: calc(15px * .875);color:inherit;}
.narrow-proof .main-actions{margin: calc(0.78rem * 1.5) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #3a2f26;
  font-size: calc(15px * .875);
  color: #d8c9b2;}
@media (max-width: 700px) {.narrow-proof .content-quote{
    display: block;
  }.narrow-proof .focused-surface{
    margin-top: calc(1.5rem * .75);
  }.narrow-proof .visual-rail{
    display: block;
  }.narrow-proof .top-method + .top-method{
    margin-top: 0.78rem;
  }
}
.strong-items{
  --state-control:calc(1.5rem * 1.2);
  --mark-main:calc(1020px / 7.5);
  padding:calc(1.5rem * 2.4) 1.08rem;
  background:#f6efe2;
  color:#1c1612;
}
.strong-items .wide-grid{max-width:1020px;
  margin:0 auto;}
.strong-items h2,
.strong-items h3,
.strong-items p{margin:0;}
.strong-items h2{font-size:calc(15px * 2);
  line-height:1.14;
  margin-top:calc(1.5rem / 3);}
.strong-items h3{font-size:calc(15px * 1.35);
  line-height:1.22;}
.strong-items p{font-size:15px;
  line-height:1.71;}
.strong-items .content-quote{padding-bottom:var(--state-control);
  border-bottom:1px solid #d8c9b2;}
.strong-items .main-actions{font-size:calc(15px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;}
.strong-items .focused-surface{margin-top:calc(0.78rem * 1.5);}
.strong-items .visual-rail{display:flex;
  flex-direction:column;
  gap:var(--state-control);
  margin-top:var(--state-control);}
.strong-items .top-method{padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid #d8c9b2;}
.strong-items .top-method:last-child{border-bottom:0;}
.strong-items .contact-stack{display:flex;
  align-items:center;
  gap:0.78rem;
  margin-bottom:calc(1.5rem / 2.4);}
.strong-items .contact-stack img{display:block;
  width:var(--mark-main);
  height:var(--mark-main);
  object-fit:cover;
  border-radius:0.39rem;
  flex:0 0 auto;}
.strong-items .site-steps{min-width:0;}
.strong-items .offer{display:block;
  margin-top:2px;
  font-size:calc(15px * .875);}
.strong-items .offer-actions{margin-top:var(--state-control);}
.strong-items .offer-actions a{
  display:inline-flex;
  align-items:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.39rem;
  background:#8a2b1c;
  color:#fdf6ea;
  text-decoration:none;
  font-size:15px;
  transition:background 470ms var(--delay-fast);
}
.strong-items .offer-actions a:hover{
  background:#6f2115;color:#1c1612;}
@media (min-width:720px){.strong-items .visual-rail{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:var(--state-control) calc(0.78rem * 2);
  }.strong-items .top-method{
    padding:calc(1.5rem * .75) 0;
  }
}
.public-service{--state-control:calc(1.5rem * 0.95);--state-soft:calc(1020px / 2.75);padding:calc(1.5rem * 2.4) 1.08rem;background:#f6efe2;color:#1c1612;}
.public-service .wide-grid{max-width:1020px;margin:0 auto;}
.public-service h2,.public-service h3,.public-service p{margin:0;}
.public-service h2{font-size:calc(15px * 2);line-height:1.12;}
.public-service h3{font-size:calc(15px * 1.35);line-height:1.2;}
.public-service p{font-size:15px;line-height:1.71;}
.public-service a{color:#8a2b1c;text-decoration:none;border-bottom:1px solid #d8c9b2;}
.public-service a:hover{color:#b8452a;}
.public-service .main-actions{font-size:calc(15px * .875);letter-spacing:0.08em;text-transform:uppercase;color:#3a2f26;}
.public-service .offer-actions{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.39rem;background:#8a2b1c;color:#fdf6ea;border-bottom:none;}
.public-service .offer-actions:hover{background:#6f2115;color:#fdf6ea;}
.public-service .visual-rail{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.78rem;margin-top:var(--state-control);}
.public-service .top-method{flex:1 1 calc(1020px / 4.4);min-width:0;padding:calc(1.5rem * .75);background:#fbf6ec;color:#1c1612;border:1px solid #d8c9b2;border-radius:0.7rem;}
.public-service .top-method p{margin-top:calc(1.5rem / 3);color:#3a2f26;}
.public-service .top-method a{display:inline-block;margin-top:calc(1.5rem / 2.5);font-size:calc(15px * .875);}
.public-service .text-wrap{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.78rem;}
.public-service .text-wrap>.fresh-callout{flex:1 1 auto;min-width:0;}
.public-service .text-wrap>.offer-actions{flex:0 0 auto;}
.public-service .text-wrap>.visual-rail{flex:1 1 100%;}
.public-service .fresh-callout h2{margin-top:calc(1.5rem / 2);}
@media (max-width:720px){.public-service .top-method{flex:1 1 100%;}
}
.compact-plan{
  padding:calc(1.5rem * 2.4) 1.08rem;
  background:#f6efe2;
  color:#1c1612;
}
.compact-plan .wide-grid{max-width:1020px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(0.78rem * 1.5);}
.compact-plan h2,
.compact-plan h3,
.compact-plan p,
.compact-plan ol,
.compact-plan li{margin:0;}
.compact-plan h2{font-size:calc(15px * 2);
  line-height:1.12;}
.compact-plan h3{font-size:calc(15px * 1.35);
  line-height:1.22;}
.compact-plan p{font-size:15px;
  line-height:1.71;}
.compact-plan .contact-stack{display:flex;
  flex-wrap:wrap;
  gap:0.78rem;
  align-items:flex-end;
  padding-bottom:calc(0.78rem * 1.5);
  border-bottom:1px solid #d8c9b2;}
.compact-plan .contact-stack h2{flex:1 1 calc(1020px / 3);
  min-width:0;}
.compact-plan .contact-stack .focused-surface{flex:1 1 calc(1020px / 2.2);
  min-width:0;}
.compact-plan .content-quote{list-style:none;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:0;}
.compact-plan .top-method{display:grid;
  grid-template-columns:minmax(6.5rem, 9rem) 1fr;
  gap:0.78rem;
  padding:calc(1.5rem * .75) 0;
  border-bottom:1px dashed #d8c9b2;}
.compact-plan .top-method:last-child{border-bottom:0;}
.compact-plan .primary-headline{font-size:calc(15px * .875);
  letter-spacing:.08em;
  text-transform:uppercase;
  padding-top:.35rem;}
.compact-plan .top-method h3{margin-bottom:calc(0.78rem * .6);}
.compact-plan .top-method p{}
.compact-plan .simple-section{display:flex;
  flex-wrap:wrap;
  gap:0.78rem;
  align-items:flex-start;
  padding-top:calc(0.78rem * 1.5);
  border-top:1px solid #d8c9b2;}
.compact-plan .simple-section .main-actions{flex:1 1 calc(1020px / 2);
  min-width:0;}
.compact-plan .plain-footer{flex:1 1 calc(1020px / 3);
  min-width:0;
  display:flex;
  flex-wrap:wrap;
  gap:0.78rem;}
.compact-plan .plain-footer a{
  display:inline-block;
  padding:calc(calc(1.5rem * .75) * .55) 1.08rem;
  border-radius:0.39rem;
  background:#b8452a;
  color:#fdf6ea;
  text-decoration:none;
  font-size:calc(15px * .875);
  line-height:1.4;
}
.compact-plan .plain-footer a:last-child{
  background:transparent;
  color:#8a2b1c;
  border:1px solid #d8c9b2;
}
.compact-plan .plain-footer a:hover{
  background:#9c3720;
  color:#fdf6ea;
}
.compact-plan .plain-footer a:last-child:hover{
  background:#efe4d0;
  color:#b8452a;
}
@media (max-width:640px){.compact-plan .top-method{
    grid-template-columns:1fr;
    gap:calc(0.78rem * .5);
  }.compact-plan .primary-headline{
    padding-top:0;
  }
}
.active-footer{padding:calc(1.5rem * 2.4) 1.08rem;background:#f6efe2;color:#1c1612}
.active-footer .wide-grid{max-width:1020px;margin:0 auto}
.active-footer .main-actions{display:flex;flex-wrap:wrap;gap:calc(0.78rem * 1.5);align-items:flex-start}
.active-footer .focused-details{flex:1 1 22rem;min-width:0;background:#efe4d0;color:#3a2f26;border-radius:1rem;padding:calc(1.5rem * .75)}
.active-footer h2{margin:0;font-size:calc(15px * 2);line-height:1.1}
.active-footer .focused-details p{margin:1.5rem 0 0;font-size:15px;line-height:1.71}
.active-footer .soft-brand{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.active-footer .top-method{border-top:1px solid #d8c9b2;padding-top:calc(1.5rem * .75)}
.active-footer .top-method:first-child{border-top:0;padding-top:0}
.active-footer .top-method strong{display:block;font-size:calc(15px * 1.35);line-height:1.2}
.active-footer .top-method p{margin:calc(1.5rem * .75) 0 0;font-size:15px;line-height:1.71}
@media(max-width:780px){.active-footer .main-actions{display:block}.active-footer .focused-details{padding:1.5rem}.active-footer .soft-brand{margin-top:calc(0.78rem * 1.5)}}
.strong-contact{--state-control:calc(1.5rem * 0.88);--axis-static:1px solid #d8c9b2;padding:calc(1.5rem * 2.4) 1.08rem;background:#f6efe2;color:#1c1612;}
.strong-contact .wide-grid{max-width:1020px;margin:0 auto;}
.strong-contact h2,.strong-contact h3,.strong-contact p{margin:0;}
.strong-contact h2{font-size:calc(15px * 2);line-height:1.14;max-width:36ch;}
.strong-contact h3{font-size:calc(15px * 1.35);line-height:1.22;}
.strong-contact p{font-size:15px;line-height:1.71;}
.strong-contact .main-actions{margin-bottom:calc(1.5rem / 2);font-size:calc(15px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.strong-contact .focused-surface{margin-top:1.5rem;}
.strong-contact .visual-rail{display:flex;flex-direction:column;margin-top:calc(1.5rem * 1.2);border-top:var(--axis-static);}
.strong-contact .top-method{padding:calc(1.5rem * 0.85) 0;border-bottom:var(--axis-static);}
.strong-contact .top-method .fresh-callout{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.strong-contact .top-method p{}
.strong-contact .plain-footer{margin-top:calc(1.5rem * 1.1);font-size:calc(15px * .875);}
.strong-contact .plain-footer a{text-decoration:underline;text-underline-offset:3px;}
.strong-contact .plain-footer a:hover{}
@media (min-width:760px){.strong-contact .top-method .fresh-callout{flex-direction:row;gap:calc(1.5rem * 1.1);align-items:baseline;}.strong-contact .top-method h3{flex:0 0 34%;}.strong-contact .top-method p{flex:1 1 auto;}
}
.active-frame{padding:calc(1.5rem * 2.4) 1.08rem;background:#efe4d0;color:#3a2f26;}
.active-frame .wide-grid{max-width:1020px;margin:0 auto;}
.active-frame .contact-stack{margin-bottom:calc(0.78rem * 1.5);border-bottom:1px solid #d8c9b2;padding-bottom:calc(0.78rem * 1.5);}
.active-frame .contact-stack p{margin:0;font-size:calc(15px * .875);letter-spacing:.04em;text-transform:uppercase;color:#3a2f26;opacity:.72;}
.active-frame h2{margin:.5rem 0 0;font-size:calc(15px * 2);line-height:1.08;}
.active-frame .steady-track{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.active-frame article{display:grid;grid-template-columns:1.35fr 1fr;gap:calc(0.78rem * 1.5);align-items:center;background:#fbf6ec;color:#1c1612;border:1px solid #d8c9b2;border-radius:1rem;padding:calc(1.5rem * .75);box-shadow:0 0px 2px rgba(0,0,0,0.04);}
.active-frame article:nth-child(even){grid-template-columns:1fr 1.35fr;}
.active-frame article:nth-child(even) .fresh-callout{order:2;}
.active-frame article:nth-child(even) img{order:1;}
.active-frame .fresh-callout{padding:.15rem .2rem;}
.active-frame span{display:inline-block;font-size:calc(15px * .875);font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#8a2b1c;}
.active-frame h3{margin:.4rem 0 .5rem;font-size:calc(15px * 1.35);line-height:1.2;}
.active-frame article p{margin:0;font-size:15px;line-height:1.71;color:#1c1612;opacity:.82;}
.active-frame img{display:block;width:100%;height:13rem;object-fit:cover;border-radius:0.7rem;}
@media (max-width:760px){.active-frame article,
.active-frame article:nth-child(even){grid-template-columns:1fr;}.active-frame article:nth-child(even) .fresh-callout,
.active-frame article:nth-child(even) img{order:initial;}.active-frame img{height:11rem;}
}
.team-lead{--state-control:calc(1.5rem * 1.20);--label-lead:calc(1020px / 3.53);padding:calc(1.5rem * 2.4) 1.08rem;background:#b8452a;color:#fdf6ea;}
.team-lead .wide-grid{max-width:1020px;margin:0 auto;}
.team-lead h1,.team-lead h2,.team-lead h3,.team-lead p,.team-lead ul{margin:0;}
.team-lead h1{font-size:calc(15px * 2.65);line-height:1.1;}
.team-lead h2{font-size:calc(15px * 2);line-height:1.12;}
.team-lead h3{font-size:calc(15px * 1.35);line-height:1.2;}
.team-lead p{font-size:15px;line-height:1.71;color:color-mix(in srgb, currentColor 74%, transparent);}
.team-lead a{color:inherit;text-decoration:none;}
.team-lead .visual-steps{padding-block:calc(var(--state-control) / 2);}
.team-lead .offer-proof{row-gap:calc(var(--state-control) * 1.2);}
.team-lead .local-content{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.team-lead .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.78rem;}
.team-lead .row-title h2{flex:1 1 calc(1020px / 3);min-width:0;}
.team-lead .row-title>p{flex:1 1 calc(1020px / 3);min-width:0;}
.team-lead .clear-actions{flex:1 1 100%;}
.team-lead .clear-actions{display:flex;flex-wrap:wrap;gap:var(--state-control);margin-top:var(--state-control);}
.team-lead .top-method{flex:1 1 var(--label-lead);min-width:0;}
.team-lead .top-method p{margin-top:calc(1.5rem / 3);}
.team-lead .plain-footer{flex:1 1 100%;margin-top:calc(var(--state-control) / 2);font-size:calc(15px * .875);}
.team-lead .plain-footer a{text-decoration:underline;text-underline-offset:3px;opacity:.9;}
.team-lead .plain-footer a:hover{opacity:1;}
.soft-nav{--state-control:calc(1.5rem * 0.9);--state-soft:calc(1020px / 3.1);--font-large:calc(1020px / 4.2);padding:calc(1.5rem * 2.4) 1.08rem;background:#f6efe2;color:#1c1612;}
.soft-nav .wide-grid{max-width:1020px;margin:0 auto;}
.soft-nav h1,.soft-nav h2,.soft-nav h3,.soft-nav p{margin:0;}
.soft-nav h2{font-size:calc(15px * 2);line-height:1.14;}
.soft-nav h3{font-size:calc(15px * 1.35);line-height:1.22;}
.soft-nav p{font-size:15px;line-height:1.71;}
.soft-nav img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.soft-nav .focused-surface{margin-top:1.5rem;}
.soft-nav .visual-rail{display:flex;flex-direction:column;gap:var(--state-control);margin-top:0;}
.soft-nav .top-method{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #d8c9b2;}
.soft-nav .top-method p{margin-top:calc(1.5rem / 3);}
.soft-nav .top-method img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--font-large) * .72);}
.soft-nav .primary-details{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.78rem;}
.soft-nav .primary-details>.fresh-callout{flex:1 1 calc(1020px / 3);min-width:0;}
.soft-nav .primary-details>.visual-rail{flex:2 1 calc(1020px / 2);}
.soft-nav .primary-details>img{margin-left:auto;max-width:var(--font-large);}
@media (max-width:720px){.soft-nav .primary-details>img{margin-left:0;max-width:100%;}.soft-nav .top-method{padding-left:1.08rem;}
}
.site-story{background:#f6efe2;color:#1c1612;padding:calc(1.5rem * 2.4) 1.08rem}
.site-story .wide-grid{max-width:min(1020px,64rem);margin:0 auto}
.site-story .simple-surface{display:flex;flex-direction:column;gap:calc(0.78rem * 1.5)}
.site-story .contact-stack{display:flex;flex-direction:column;gap:calc(0.78rem * 1.5)}
.site-story .main-actions{margin:0;font-size:calc(15px * .875);letter-spacing:0.02em;text-transform:uppercase;color:#3a2f26}
.site-story h2{margin:0;font-size:clamp(calc(15px * 2),4.5vw,calc(15px * 2.65));line-height:1.08}
.site-story .featured-note{display:flex;flex-wrap:wrap;gap:calc(0.78rem * 1.5);align-items:flex-start}
.site-story .fresh-callout{flex:1 1 22rem;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.site-story .fresh-callout p{margin:0;line-height:1.71}
.site-story .service-callout{flex:1 1 18rem;display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:0.7rem;border:1px solid #d8c9b2}
.site-story .team-flow{flex:1 1 100%;list-style:none;margin:0;padding:0;display:flex;flex-direction:column;border-top:1px solid #d8c9b2}
.site-story .top-stack{display:flex;flex-wrap:wrap;gap:0.78rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #d8c9b2}
.site-story .wide-feature{flex:0 0 8rem;font-size:calc(15px * .875);text-transform:uppercase;letter-spacing:0.04em;color:#3a2f26}
.site-story .public-story{flex:1 1 16rem;color:inherit;text-decoration:none}
.site-story a.value{color:#8a2b1c}
.site-story a.value:hover{color:#b8452a}
.site-story .active-callout{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.site-story .active-callout a{padding:calc(calc(1.5rem * .75) * 0.7) calc(1.5rem * .75);border-radius:0.39rem;background:transparent;color:#1c1612;text-decoration:none;border:1px solid #d8c9b2}
.site-story .active-callout a:hover{background:color-mix(in srgb, currentColor 10%, transparent);color:#1c1612;}
.site-story .active-callout a.primary{background:#8a2b1c;color:#fdf6ea;border-color:#8a2b1c}
.site-story .active-callout a.primary:hover{background:#6f2115;color:#1c1612;}
@media (max-width:640px){.site-story .wide-feature{flex:0 0 100%}
}
.fresh-intro{
  --state-control:calc(1.5rem * 1.22);
  padding:calc(1.5rem * 2.4) 1.08rem;
  background:#8a2b1c;
  color:#fdf6ea;
}
.fresh-intro .wide-grid{max-width:1020px;
  margin:0 auto;}
.fresh-intro h2,
.fresh-intro p{margin:0;}
.fresh-intro h2{font-size:calc(15px * 2);
  line-height:1.12;}
.fresh-intro .focused-surface{margin-top:calc(1.5rem / 1.6);
  font-size:15px;
  line-height:1.71;
  color:color-mix(in srgb, currentColor 82%, transparent);}
.fresh-intro .visual-media{display:flex;
  flex-direction:column;
  gap:calc(calc(0.78rem * 1.5) * .9);
  margin-top:var(--state-control);}
.fresh-intro details{
  padding:calc(calc(1.5rem * .75) * .95) calc(calc(1.5rem * .75) * 1.05);
  border-radius:0.7rem;
  background:color-mix(in srgb, currentColor 10%, transparent);
  border-left:2px solid color-mix(in srgb, currentColor 42%, transparent);
}
.fresh-intro summary{cursor:pointer;
  font-weight:700;
  font-size:calc(15px * 1.125);
  line-height:1.32;
  list-style:none;}
.fresh-intro summary::-webkit-details-marker{display:none;}
.fresh-intro summary::after{content:"+";
  float:right;
  margin-left:1.08rem;
  font-weight:400;
  opacity:.7;}
.fresh-intro details[open] summary::after{content:"-";}
.fresh-intro details p{margin-top:calc(1.5rem / 2.6);
  font-size:15px;
  line-height:1.71;
  color:color-mix(in srgb, currentColor 80%, transparent);}
.fresh-intro .main-actions{margin-top:var(--state-control);
  padding-top:calc(1.5rem / 1.8);
  border-top:1px solid color-mix(in srgb, currentColor 26%, transparent);
  font-size:calc(15px * .875);
  line-height:1.71;
  color:color-mix(in srgb, currentColor 74%, transparent);}
.fresh-intro .main-actions a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.fresh-intro .main-actions a:hover{}
@media (max-width:640px){.fresh-intro summary{
    font-size:15px;
  }
}
.main-method{padding:calc(1.5rem * 2.4) 1.08rem;background:#1c1612;color:#f6efe2}
.main-method .narrow-feature{max-width:1020px;margin:0 auto}
.main-method .plain-wrap{display:flex;flex-wrap:wrap;gap:calc(0.78rem * 1.5);align-items:flex-end;margin-bottom:calc(0.78rem * 1.5)}
.main-method h2{flex:1 1 18rem;margin:0;font-size:calc(15px * 2);line-height:1.08}
.main-method .page-frame{flex:1 1 22rem;margin:0;color:#d8c9b2;font-size:15px;line-height:1.71}
.main-method .active-links{margin:0;padding:0;list-style:none;border-top:1px solid rgba(246,239,226,0.18)}
.main-method .active-links>li{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);padding:calc(0.78rem * 1.5) 0;border-bottom:1px solid rgba(246,239,226,0.18)}
.main-method h3{flex:0 1 20rem;margin:0;font-size:calc(15px * 1.35);line-height:1.2}
.main-method .active-links p{flex:1 1 22rem;margin:0;color:#d8c9b2;line-height:1.71}
.main-method .main-actions{margin:calc(0.78rem * 1.5) 0 0;padding-top:calc(1.5rem * .75);color:#d8c9b2;font-size:calc(15px * .875);line-height:1.71}
.main-method .main-actions a{color:inherit;text-decoration:underline}
.main-method .main-actions a:hover{color:inherit;}
@media(max-width:680px){.main-method .plain-wrap{display:block}.main-method .page-frame{margin-top:calc(1.5rem * .75)}.main-method .active-links>li{display:block}.main-method .active-links p{margin-top:calc(1.5rem * .75)}
}
.service-lead{padding:calc(1.5rem * 2) 1.08rem;background:linear-gradient(135deg, #f6efe2 0%, #efe4d0 55%, #e6d6bd 100%);color:#1c1612;}
.service-lead .focused-steps{max-width:1020px;margin:0 auto;display:grid;gap:calc(0.78rem * 1.5);}
.service-lead h2,.service-lead h3,.service-lead p{margin:0;}
.service-lead .focused-surface{display:grid;gap:.6rem;}
.service-lead .focused-surface h2{font-size:calc(15px * 2);line-height:1.2;}
.service-lead .focused-surface p{font-size:15px;line-height:1.71;}
.service-lead .steady-track{display:grid;gap:0.78rem;}
.service-lead .steady-track article{display:grid;gap:.35rem;padding:.9rem 1rem;background:#fbf6ec;color:#1c1612;border:1px solid #d8c9b2;border-left:3px solid #b8452a;border-radius:0.7rem;}
.service-lead .steady-track strong{font-size:calc(15px * .875);letter-spacing:.08em;}
.service-lead .steady-track h3{font-size:calc(15px * 1.35);line-height:1.3;}
.service-lead .steady-track p{font-size:15px;line-height:1.71;}
.service-lead .main-actions{padding:.9rem 1rem;background:#efe4d0;color:#3a2f26;border-radius:0.7rem;}
.service-lead .main-actions p{font-size:15px;line-height:1.71;}
.service-lead .main-actions a{text-decoration:underline;}
.service-lead .main-actions a:hover{}
@media (max-width: 680px){.service-lead{padding:1.5rem 1.08rem;}.service-lead .steady-track article{padding:.75rem .85rem;}
    }
.hero{--state-control:calc(1.5rem * 1.19);--font-large:calc(1020px / 3.27);padding:calc(1.5rem * 2.4) 1.08rem;background:#f6efe2;color:#1c1612;}
.hero .wide-grid{max-width:1020px;margin:0 auto;}
.hero h2,.hero h3,.hero p{margin:0;}
.hero h2{font-size:calc(15px * 2);line-height:1.12;}
.hero h3{font-size:calc(15px * 1.35);line-height:1.2;}
.hero p{font-size:15px;line-height:1.71;}
.hero .focused-surface{font-size:calc(15px * 1.125);}
.hero .main-actions{margin-top:1.5rem;padding:calc(1.5rem * .75);border-left:3px solid #b8452a;background:#efe4d0;color:#3a2f26;border-radius:0.39rem;}
.hero img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.hero .visual-rail{display:flex;flex-direction:column;gap:var(--state-control);margin-top:var(--state-control);}
.hero .top-method{min-width:0;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid #d8c9b2;}
.hero .top-method:last-child{border-bottom:none;padding-bottom:0;}
.hero .top-method p{margin-top:calc(1.5rem / 3);}
.hero .top-method img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--font-large) * .7);}
.hero .primary-details{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.78rem;}
.hero .primary-details>.fresh-callout{flex:1 1 calc(1020px / 3);min-width:0;}
.hero .primary-details>.visual-rail{flex:2 1 calc(1020px / 2);margin-top:0;}
.hero .fresh-callout .focused-surface{margin-top:1.5rem;}
.hero .plain-footer{flex:1 1 100%;margin-top:calc(0.78rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid #d8c9b2;font-size:calc(15px * .875);color:#3a2f26;}
.hero .plain-footer a{color:#8a2b1c;text-decoration:underline;text-underline-offset:2px;}
.hero .plain-footer a:hover{color:#b8452a;}
@media (max-width:720px){.hero .primary-details{flex-direction:column;}.hero .primary-details>.fresh-callout,.hero .primary-details>.visual-rail{flex:1 1 auto;width:100%;}.hero .top-method img{max-width:100%;}
}
.open-links{
  padding: calc(1.5rem * 2.4) 1.08rem;
  background: #f6efe2;
  color: #1c1612;
}
.open-links .focused-steps{max-width: 1020px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.78rem * 1.5);}
.open-links .main-note{
  padding: calc(1.5rem * .75);
  border-left: 3px solid #b8452a;
  background: #efe4d0;
  color: #3a2f26;
  border-radius: 0 0.7rem 0.7rem 0;
}
.open-links h2{margin: 0;
  font-size: calc(15px * 2);
  line-height: 1.12;}
.open-links .main-note p{margin: calc(1.5rem * .75) 0 0;
  font-size: 15px;
  line-height: 1.71;}
.open-links .media-block{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.open-links .text-block{
  display: grid;
  grid-template-columns: minmax(6rem, .22fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.7rem;
  background: #fbf6ec;
  color: #1c1612;
  border: 1px solid #d8c9b2;
  box-shadow: 0 0px 2px rgba(0,0,0,0.04);
}
.open-links .wide-intro{
  display: inline-block;
  align-self: start;
  padding: 0.25rem 0.6rem;
  font-size: calc(15px * .875);
  line-height: 1.3;
  border-radius: 0.39rem;
  background: #b8452a;
  color: #fdf6ea;
  word-break: break-word;
}
.open-links h3{margin: 0;
  font-size: calc(15px * 1.35);
  line-height: 1.2;}
.open-links .text-block p{margin: calc(calc(1.5rem * .75) * .5) 0;
  line-height: 1.71;}
.open-links small{font-size: calc(15px * .875);}
@media (max-width: 780px) {.open-links .text-block{
    grid-template-columns: 1fr;
  }
}
.active-details{padding:calc(1.5rem * 2.4) 1.08rem;background:#f6efe2;color:#1c1612;}
.active-details .wide-grid{max-width:1020px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.78rem * 1.5);}
.active-details h2,.active-details h3,.active-details p{margin:0;}
.active-details h2{font-size:calc(15px * 2);line-height:1.14;}
.active-details h3{font-size:calc(15px * 1.35);line-height:1.22;}
.active-details p{font-size:15px;line-height:1.71;}
.active-details .plain-wrap{display:flex;flex-direction:column;gap:1.5rem;}
.active-details .focused-surface{font-size:calc(15px * 1.125);line-height:1.71;}
.active-details .content-quote{display:flex;flex-direction:column;border-top:1px solid #d8c9b2;}
.active-details .top-stack{padding:calc(1.5rem * .75) 0;border-bottom:1px solid #d8c9b2;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.active-details .main-actions{font-size:calc(15px * .875);color:#3a2f26;background:#efe4d0;padding:calc(1.5rem * .75);border-radius:0.7rem;}
.active-details a{color:#8a2b1c;text-decoration:underline;text-underline-offset:2px;}
.active-details a:hover{color:#b8452a;}
@media (min-width:720px){.active-details .top-stack{flex-direction:row;align-items:baseline;gap:0.78rem;}.active-details .top-stack h3{flex:0 0 34%;}.active-details .top-stack p{flex:1 1 auto;}
}
.page-feature{--state-control:calc(1.5rem * 0.93);--state-soft:calc(1020px / 2.17);--label-lead:calc(1020px / 3.23);padding:calc(1.5rem * 2.4) 1.08rem;background:#8a2b1c;color:#fdf6ea;}
.page-feature .wide-grid{max-width:1020px;margin:0 auto;}
.page-feature h1,.page-feature h2,.page-feature h3,.page-feature p,.page-feature ul{margin:0;}
.page-feature h1{font-size:calc(15px * 2.65);line-height:1.1;}
.page-feature h2{font-size:calc(15px * 2);line-height:1.12;}
.page-feature h3{font-size:calc(15px * .875);line-height:1.3;letter-spacing:.02em;text-transform:uppercase;opacity:.82;}
.page-feature p{font-size:15px;line-height:1.71;color:color-mix(in srgb, currentColor 82%, transparent);}
.page-feature a{color:inherit;text-decoration:none;}
.page-feature .local-content{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.page-feature .offer-proof{row-gap:calc(var(--state-control) * 1.2);}
.page-feature .focused-surface{margin-top:1.5rem;max-width:calc(1020px / 1.6);}
.page-feature .visual-rail{display:flex;flex-direction:column;gap:0;margin-top:calc(var(--state-control) * 1.1);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.page-feature .top-method{min-width:0;padding-block:calc(var(--state-control) * .95);border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.page-feature .top-method p{max-width:calc(1020px / 1.35);}
.page-feature .top-method h3{margin-top:calc(1.5rem / 2.4);}
@media (min-width:760px){.page-feature .top-method{display:grid;grid-template-columns:minmax(0,1fr) calc(1020px / 3.6);column-gap:0.78rem;align-items:start;}.page-feature .top-method h3{margin-top:calc(1.5rem / 4);text-align:right;}
}
.local-items{--state-control:calc(1.5rem * 1.35);--state-soft:calc(1020px / 2.50);--font-large:calc(1020px / 3.66);padding:calc(1.5rem * 2.4) 1.08rem;background:#b8452a;color:#fdf6ea;}
.local-items .wide-grid{max-width:1020px;margin:0 auto;}
.local-items h1,.local-items h2,.local-items h3,.local-items p{margin:0;}
.local-items h1{font-size:calc(15px * 2.65);line-height:1.08;}
.local-items h2{font-size:calc(15px * 2);line-height:1.12;}
.local-items h3{font-size:calc(15px * 1.35);line-height:1.2;}
.local-items p{font-size:15px;line-height:1.71;color:color-mix(in srgb, currentColor 78%, transparent);}
.local-items a{color:inherit;text-decoration:none;}
.local-items img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.local-items .offer-actions{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.39rem;background:#fdf6ea;color:#b8452a;}
.local-items .focused-surface,.local-items .main-actions{}
.local-items .visual-rail{display:flex;flex-direction:column;gap:var(--state-control);margin-top:var(--state-control);}
.local-items .top-method{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid color-mix(in srgb, currentColor 30%, transparent);}
.local-items .top-method p,.local-items .top-method a{margin-top:calc(1.5rem / 3);}
.local-items .top-method img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--font-large) * .7);}
.local-items .primary-details{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.78rem;}
.local-items .primary-details>.fresh-callout{flex:1 1 calc(1020px / 3);min-width:0;}
.local-items .primary-details>.visual-rail{flex:2 1 calc(1020px / 2);margin-top:0;}
.local-items .primary-details>img{margin-left:auto;flex:0 1 var(--font-large);}
.local-items .fresh-callout .focused-surface{margin-top:1.5rem;}
@media (max-width:720px){.local-items .primary-details>img{margin-left:0;flex:1 1 100%;}.local-items .top-method{padding-left:calc(0.78rem * 1.5);}
}
.strong-view{padding:calc(1.5rem * 2.4) 1.08rem;background:#efe4d0;color:#3a2f26}
.strong-view .wide-grid{max-width:1020px;margin:0 auto}
.strong-view .main-actions{display:flex;gap:calc(0.78rem * 1.5);align-items:flex-start}
.strong-view .focused-details{flex:1 1 32rem;min-width:0;background:#fbf6ec;color:#1c1612;border:1px solid #d8c9b2;border-radius:1rem;padding:calc(1.5rem * .75)}
.strong-view h2{margin:0;font-size:calc(15px * 2);line-height:1.1}
.strong-view .focused-details p{margin:calc(0.78rem * 1.5) 0 0;font-size:15px;line-height:1.71}
.strong-view .soft-brand{flex:1 1 32rem;min-width:0;display:flex;flex-direction:column;gap:calc(0.78rem * 1.5)}
.strong-view .top-method{border-left:2px solid #b8452a;padding:0 0 0 calc(1.5rem * .75)}
.strong-view .top-method strong{display:block;font-size:calc(15px * 1.35);line-height:1.2}
.strong-view .top-method p{margin:calc(1.5rem * .75) 0 0;line-height:1.71}
@media(max-width:780px){.strong-view .main-actions{display:block}.strong-view .soft-brand{margin-top:calc(0.78rem * 1.5)}}
.soft-shell{
  padding:calc(1.5rem * 2.4) 1.08rem;
  background:#efe4d0;
  color:#3a2f26;
}
.soft-shell .wide-grid{max-width:1020px;
  margin:0 auto;}
.soft-shell h2{margin:0;
  font-size:calc(15px * 2);
  line-height:1.08;
  letter-spacing:-0.01em;}
.soft-shell .focused-surface{margin:calc(0.78rem * 1.5) 0 0;
  font-size:calc(15px * 1.125);
  line-height:1.71;}
.soft-shell .strong-quote{display:flex;
  flex-direction:column;
  gap:0;
  margin:calc(0.78rem * 1.5) 0 0;
  padding:0;
  list-style:none;
  border-top:1px solid #d8c9b2;}
.soft-shell .strong-quote>li{padding:1.5rem 0;
  border-bottom:1px solid #d8c9b2;}
.soft-shell h3{margin:0;
  font-size:15px;
  line-height:1.2;
  font-weight:600;}
.soft-shell .strong-quote p{margin:calc(1.5rem * .75) 0 0;
  font-size:15px;
  line-height:1.71;}
@media(min-width:760px){.soft-shell .strong-quote{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:calc(0.78rem*2);
  }.soft-shell .strong-quote>li{
    padding:1.5rem 0;
  }
}
@media(max-width:480px){.soft-shell h2{
    font-size:calc(15px * 1.35);
  }.soft-shell .focused-surface{
    font-size:15px;
  }
}
.offer-callout{--state-control:calc(1.5rem * 1.15);--font-large:calc(1020px / 3.22);padding:calc(1.5rem * 2.4) 1.08rem;background:#f6efe2;color:#1c1612;}
.offer-callout .wide-grid{max-width:1020px;margin:0 auto;}
.offer-callout h2,.offer-callout h3,.offer-callout p{margin:0;}
.offer-callout h2{font-size:calc(15px * 2);line-height:1.12;}
.offer-callout h3{font-size:calc(15px * 1.35);line-height:1.2;}
.offer-callout p{font-size:15px;line-height:1.71;color:#3a2f26;}
.offer-callout a{color:#8a2b1c;text-decoration:none;border-bottom:1px solid #d8c9b2;padding-bottom:1px;}
.offer-callout a:hover{color:#b8452a;}
.offer-callout img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.offer-callout .focused-surface{margin-top:1.5rem;}
.offer-callout .quiet-shell>img{margin-top:var(--state-control);}
.offer-callout .visual-rail{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(1.5rem * .75);margin-top:var(--state-control);}
.offer-callout .top-method{flex:1 1 calc(1020px / 3.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #d8c9b2;}
.offer-callout .top-method p{margin-top:calc(1.5rem / 3);}
.offer-callout .top-method a{display:inline-block;margin-top:calc(1.5rem / 2.4);font-size:calc(15px * .875);}
@media (max-width:640px){.offer-callout .top-method{flex:1 1 100%;}
}
.fresh-region{--state-control:calc(1.5rem * 1.35);--font-large:calc(1020px / 3.66);padding:calc(1.5rem * 2.4) 1.08rem;background:#b8452a;color:#fdf6ea;}
.fresh-region .wide-grid{max-width:1020px;margin:0 auto;}
.fresh-region h1,.fresh-region h2,.fresh-region h3,.fresh-region p{margin:0;}
.fresh-region h1{font-size:calc(15px * 2.65);line-height:1.08;}
.fresh-region h2{font-size:calc(15px * 2);line-height:1.12;}
.fresh-region h3{font-size:calc(15px * 1.35);line-height:1.2;}
.fresh-region p{font-size:15px;line-height:1.71;color:color-mix(in srgb, currentColor 78%, transparent);}
.fresh-region a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.fresh-region a:hover{border-bottom-color:currentColor;}
.fresh-region img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.fresh-region .focused-surface{margin-top:1.5rem;}
.fresh-region .visual-rail{display:flex;flex-direction:column;gap:var(--state-control);margin-top:0;}
.fresh-region .top-method{min-width:0;padding-bottom:calc(1.5rem / 2);border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.fresh-region .top-method:last-child{border-bottom:0;padding-bottom:0;}
.fresh-region .top-method p{margin-top:calc(1.5rem / 3);}
.fresh-region .primary-details{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.78rem;}
.fresh-region .primary-details>.fresh-callout{flex:1 1 calc(1020px / 3);min-width:0;}
.fresh-region .primary-details>.visual-rail{flex:2 1 calc(1020px / 2);}
.fresh-region .primary-details>img{margin-left:auto;max-width:var(--font-large);}
.fresh-region .plain-footer{margin-top:calc(0.78rem * 1.5);font-size:calc(15px * .875);}
@media (max-width:720px){.fresh-region .primary-details>img{margin-left:0;max-width:100%;}
}
.secondary-shell{--state-control:calc(1.5rem * 0.92);padding:calc(1.5rem * 2.4) 1.08rem;background:#f6efe2;color:#1c1612;}
.secondary-shell .wide-grid{max-width:1020px;margin:0 auto;}
.secondary-shell h1,.secondary-shell h2,.secondary-shell h3,.secondary-shell p{margin:0;}
.secondary-shell h2{font-size:calc(15px * 2);line-height:1.12;}
.secondary-shell p{font-size:15px;line-height:1.71;}
.secondary-shell a{color:#8a2b1c;text-decoration:none;}
.secondary-shell a:hover{color:#b8452a;}
.secondary-shell .service-team>h2,.secondary-shell .service-team>p,.secondary-shell .service-team>.offer-actions,.secondary-shell .service-team>.plain-footer{margin-top:1.5rem;}
.secondary-shell .focused-surface{color:#1c1612;}
.secondary-shell .main-actions{color:#3a2f26;}
.secondary-shell .offer-actions{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.39rem;background:#8a2b1c;color:#fdf6ea;}
.secondary-shell .offer-actions:hover{background:#6f2115;color:#fdf6ea;}
.secondary-shell .plain-footer{font-size:calc(15px * .875);color:#3a2f26;}
.secondary-shell .plain-footer a{text-decoration:underline;text-underline-offset:3px;}
.text-entries{
    padding: calc(1.5rem * 2.4) 1.08rem;
    background: #f6efe2;
    color: #1c1612;
}
.text-entries .bottom-quote{max-width: 1020px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(0.78rem * 1.5);}
.text-entries .quiet-details{display: flex;
    flex-direction: column;
    gap: 0.78rem;}
.text-entries .focused-group{margin: 0;
    font-size: calc(15px * .875);
    letter-spacing: 0.04em;
    text-transform: uppercase;}
.text-entries .media-form{margin: 0;
    font-size: calc(15px * 2.65);
    line-height: 1.15;}
.text-entries .team-items{margin: 0;
    font-size: calc(15px * 1.125);
    line-height: 1.71;}
.text-entries .secondary-method{
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #d8c9b2;
    background: #fbf6ec;color:#1c1612;}
.text-entries .secondary-method img{display: block;
    width: 100%;
    height: 340px;
    object-fit: cover;}
.text-entries .callout{display: flex;
    flex-direction: column;
    gap: 0.78rem;}
.text-entries .callout p{margin: 0;
    font-size: 15px;
    line-height: 1.71;}
.text-entries .plain-footer{display: flex;
    flex-wrap: wrap;
    gap: 0.78rem;
    padding-top: 1.5rem;
    border-top: 1px solid #d8c9b2;}
.text-entries .plain-footer a{
    display: inline-block;
    padding: 0.55rem 1rem;
    border-radius: 0.7rem;
    background: #b8452a;
    color: #fdf6ea;
    text-decoration: none;
    font-size: calc(15px * .875);
    transition: background 470ms var(--delay-fast);
}
.text-entries .plain-footer a:hover{
    background: #9c3720;color:#1c1612;}
@media (max-width: 720px) {.text-entries .secondary-method img{
        height: 220px;
    }.text-entries .plain-footer{
        flex-direction: column;
    }.text-entries .plain-footer a{
        text-align: center;
    }
}
.offer-tile{
    padding:calc(1.5rem * 2.4) 1.08rem;
    background:#efe4d0;
    color:#3a2f26;
}
.offer-tile .bottom-quote{max-width:1020px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(0.78rem * 1.5);
    align-items:flex-start;}
.offer-tile .content-actions{margin:0;
    flex:0 0 148px;
    max-width:148px;}
.offer-tile .content-actions img{display:block;
    width:100%;
    height:auto;
    border-radius:0.7rem;
    border:1px solid #d8c9b2;}
.offer-tile .fresh-callout{flex:1 1 320px;
    min-width:0;}
.offer-tile .quiet-quote{margin:0 0 0.2rem;
    font-size:calc(15px * 1.35);
    line-height:1.25;}
.offer-tile .secondary-surface{margin:0 0 0.78rem;
    font-size:calc(15px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;
    opacity:0.75;}
.offer-tile .site-fields{margin:0 0 0.78rem;
    font-size:15px;}
.offer-tile .compact-summary{margin:0;
    font-size:calc(15px * .875);
    line-height:1.6;}
.offer-tile .compact-summary a{color:#8a2b1c;
    text-decoration:underline;
    text-underline-offset:2px;}
.offer-tile .compact-summary a:hover{color:inherit;}
@media (max-width:560px){.offer-tile .content-actions{
        flex:0 0 104px;
        max-width:104px;
    }
}
.focused-content{padding:calc(1.5rem * 2.4) 1.08rem;background:#efe4d0;color:#3a2f26}
.focused-content .wide-grid{max-width:1020px;margin:0 auto}
.focused-content .steady-list{display:flex;flex-direction:column;gap:calc(0.78rem * 1.5);align-items:flex-start}
.focused-content h2{margin:0;font-size:calc(15px * 2);line-height:1.08}
.focused-content .focused-surface{margin:0;font-size:15px;line-height:1.71}
.focused-content .visual-media{width:100%;display:flex;flex-direction:column;gap:0;border-top:1px solid #d8c9b2}
.focused-content .top-method{display:flex;flex-wrap:wrap;gap:0.78rem;align-items:baseline;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #d8c9b2}
.focused-content .top-method .quiet-frame{flex:0 0 12rem;margin:0;font-size:calc(15px * .875);text-transform:uppercase;letter-spacing:.04em;}
.focused-content .top-method strong{flex:1 1 22rem;min-width:0;font-size:15px;font-weight:400;line-height:1.71}
.focused-content .main-actions{margin:0;font-size:calc(15px * .875);line-height:1.71;}
.focused-content .steady-list>a{align-self:flex-start;border-radius:0.39rem;background:#8a2b1c;color:#fdf6ea;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-size:calc(15px * .875)}
.focused-content .steady-list>a:hover{background:#6f2115;color:#1c1612;}
@media(max-width:680px){.focused-content h2{font-size:calc(15px * 1.35)}.focused-content .top-method .quiet-frame{flex:1 1 100%}.focused-content .top-method strong{flex:1 1 100%}
}
.site-media{padding:calc(1.5rem * 2.4) 1.08rem;background:#efe4d0;color:#3a2f26;}
.site-media .wide-grid{max-width:1020px;margin:0 auto;}
.site-media .contact-stack{margin-bottom:calc(0.78rem * 1.5);}
.site-media .contact-stack h2{margin:0;font-size:calc(15px * 2);}
.site-media .contact-stack p{margin:0.78rem 0 0;font-size:15px;}
.site-media .contact-content{display:grid;gap:0.78rem;grid-template-columns:repeat(var(--axis-soft,3),minmax(0,1fr));}
.site-media .contact-content article{border:1px solid #d8c9b2;border-radius:0.7rem;background:#fbf6ec;color:#1c1612;padding:calc(1.5rem * .75);}
.site-media .contact-content h3{margin:0 0 0.78rem;font-size:calc(15px * 1.35);}
.site-media .contact-content p{margin:0 0 0.78rem;font-size:calc(15px * .875);}
.site-media .contact-content a{color:#8a2b1c;text-decoration:none;font-weight:600;}
.site-media .contact-content a:hover{color:inherit;}
.site-media .main-actions{margin:calc(0.78rem * 1.5) 0 0;font-size:calc(15px * .875);}
@media (max-width: 900px){.site-media .contact-content{grid-template-columns:1fr 1fr;}}
@media (max-width: 640px){.site-media .contact-content{grid-template-columns:1fr;}}
.secondary-callout{
  background: #f6efe2;
  color: #1c1612;
  padding: calc(1.5rem * 2.4) 1.08rem;
}
.secondary-callout .wide-grid{width: min(100%, 1020px);
  margin: 0 auto;
  display: grid;
  gap: calc(0.78rem * 1.5);}
.secondary-callout h2,
.secondary-callout h3,
.secondary-callout p{margin: 0;}
.secondary-callout h2{font-size: calc(15px * 2);
  line-height: 1.1;}
.secondary-callout h3{font-size: calc(15px * 1.35);
  line-height: 1.18;}
.secondary-callout p{font-size: 15px;
  line-height: 1.71;}
.secondary-callout .main-content{
  display: grid;
  gap: 1.5rem;
  padding: calc(0.78rem * 1.5) calc(1.5rem * .75);
  border-left: 3px solid #b8452a;
  background: #efe4d0;
  color: #3a2f26;
  border-radius: 0 0.7rem 0.7rem 0;
}
.secondary-callout .steady-track{display: grid;
  gap: calc(1.5rem * .75);}
.secondary-callout .offer-area{
  display: grid;
  grid-template-columns: 1.1rem minmax(8rem, .22fr) minmax(10rem, .3fr) minmax(0, 1fr);
  gap: 1.08rem;
  align-items: start;
  padding: 1.5rem calc(1.5rem * .75);
  border-top: 1px solid #d8c9b2;
  background: transparent;
  animation: peopleTimelineIn calc(470ms * 2) var(--delay-fast) both;
  animation-delay: var(--speed-hover, 0ms);
}
.secondary-callout .offer-area:last-child{border-bottom: 1px solid #d8c9b2;}
.secondary-callout i{
  width: .55rem;
  height: .55rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: #8a2b1c;color:#fdf6ea;}
.secondary-callout .offer-area span{font-size: calc(15px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  padding-top: .25rem;}
@keyframes peopleTimelineIn {from{ opacity: .25; transform: translateY(calc(calc(0.78rem * 2) * .2)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 860px) {.secondary-callout .offer-area{
    grid-template-columns: 1.1rem minmax(0, 1fr);
  }.secondary-callout .offer-area span,
  .secondary-callout .offer-area h3,
  .secondary-callout .offer-area p{
    grid-column: 2;
  }
}
.focused-tile{
    padding: calc(1.5rem * 2.4) 1.08rem;
    background: #f6efe2;
    color: #1c1612;
}
.focused-tile .bottom-quote{max-width: 1020px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(0.78rem * 1.5);}
.focused-tile .secondary-method{
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #d8c9b2;
    background: #efe4d0;color:#3a2f26;}
.focused-tile .secondary-method img{display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;}
.focused-tile .quiet-details{display: flex;
    flex-direction: column;
    gap: calc(0.78rem * 1.5);}
.focused-tile .media-form{margin: 0;
    font-size: calc(15px * 2.65);
    line-height: 1.15;
    letter-spacing: -0.01em;}
.focused-tile .focused-group{margin: 0;
    font-size: calc(15px * .875);
    border-bottom: 1px solid #d8c9b2;
    padding-bottom: 0.78rem;}
.focused-tile .team-items{margin: 0;
    font-size: 15px;
    line-height: 1.71;}
.focused-tile .plain-footer{margin: 0;
    padding-top: 0.78rem;
    border-top: 1px solid #d8c9b2;
    font-size: calc(15px * .875);}
.focused-tile .plain-footer a{text-decoration: underline;
    text-underline-offset: 3px;}
.focused-tile .plain-footer a:hover{}
@media (max-width: 640px) {.focused-tile .secondary-method img{
        height: 220px;
    }
}
.media-details{
    padding:calc(1.5rem * 2.4) 1.08rem;
    background:#f6efe2;
    color:#1c1612;
}
.media-details .bottom-quote{max-width:1020px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.78rem * 1.5);}
.media-details .site-steps{display:flex;
    align-items:center;
    gap:0.78rem;}
.media-details .content-actions{width:72px;
    height:72px;
    border-radius:1rem;
    object-fit:cover;
    flex:0 0 auto;
    border:1px solid #d8c9b2;}
.media-details .id{display:flex;
    flex-direction:column;
    gap:2px;}
.media-details .quiet-quote{margin:0;
    font-size:calc(15px * 1.35);
    line-height:1.2;}
.media-details .secondary-surface{margin:0;
    font-size:calc(15px * .875);
    color:#3a2f26;}
.media-details .fresh-callout{display:flex;
    flex-direction:column;
    gap:0.78rem;}
.media-details .site-fields{margin:0;
    font-size:15px;
    line-height:1.71;}
.media-details .narrow-steps{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:0.78rem;}
.media-details .narrow-steps a{
    display:inline-block;
    padding:0.35rem 0.85rem;
    border:1px solid #d8c9b2;
    border-radius:0.39rem;
    background:#fbf6ec;
    color:#8a2b1c;
    font-size:calc(15px * .875);
    text-decoration:none;
    transition:background 470ms var(--delay-fast), color 470ms var(--delay-fast);
}
.media-details .narrow-steps a:hover{
    background:#b8452a;
    color:#fdf6ea;
    border-color:#b8452a;
}
.media-details .main-actions{margin:0;
    font-size:calc(15px * .875);
    color:#3a2f26;}
.media-details .main-actions a{color:#8a2b1c;
    text-decoration:underline;}
.media-details .main-actions a:hover{color:#b8452a;}
@media (max-width:600px){.media-details .site-steps{
        align-items:flex-start;
    }.media-details .content-actions{
        width:60px;
        height:60px;
    }
}
.offer-wrap{position:relative;padding:calc(1.5rem * 2.4) 1.08rem;background:#efe4d0;color:#3a2f26}
.offer-wrap .wide-grid{max-width:1020px;margin:0 auto}
.offer-wrap h2{margin:0 0 1.5rem;font-size:calc(15px * 2);line-height:1.1}
.offer-wrap .focused-surface{margin:0 0 calc(0.78rem * 1.5);font-size:calc(15px * 1.125);line-height:1.71}
.offer-wrap .primary-intro{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.offer-wrap .top-method{padding:calc(1.5rem * .75);background:#fbf6ec;color:#1c1612;border:1px solid #d8c9b2;border-radius:0.7rem}
.offer-wrap .top-method h3{margin:0 0 1.5rem;font-size:calc(15px * 1.35);line-height:1.15}
.offer-wrap .top-method p{margin:0;line-height:1.71}
.offer-wrap .narrow-copy{margin:calc(0.78rem * 1.5) 0 0;font-size:15px;line-height:1.71}
@media(min-width:760px){.offer-wrap .primary-intro{display:grid;grid-template-columns:1fr 1fr;gap:calc(1.5rem * .75)}
}
.content-links{padding:calc(1.5rem * 2.4) 1.08rem;background:#efe4d0;color:#3a2f26;}
.content-links .wide-grid{max-width:1020px;margin:0 auto;}
.content-links .contact-stack{margin-bottom:calc(0.78rem * 1.5);}
.content-links .contact-stack h2{margin:0;font-size:calc(15px * 2);line-height:1.15;}
.content-links .contact-stack p{margin:0.78rem 0 0;font-size:15px;line-height:1.71;}
.content-links .narrow-media{display:flex;flex-direction:column;border-top:1px solid #d8c9b2;}
.content-links .narrow-media article{display:grid;grid-template-columns:minmax(180px,.7fr) 1.3fr;gap:0.78rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #d8c9b2;}
.content-links .narrow-media h3{margin:0;font-size:15px;line-height:1.3;}
.content-links .narrow-media p{margin:0;font-size:calc(15px * .875);line-height:1.71;}
.content-links .narrow-media a{color:#8a2b1c;text-decoration:underline;text-underline-offset:2px;}
.content-links .narrow-media a:hover{color:inherit;}
@media (max-width:700px){.content-links .narrow-media article{grid-template-columns:1fr;gap:calc(0.78rem / 2);}
    }
.strong-stack{
  background: #f6efe2;
  color: #1c1612;
  padding: calc(1.5rem * 2.4) 1.08rem;
}
.strong-stack .wide-grid{width: min(100%, 1020px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: calc(0.78rem * 1.5);
  align-items: start;}
.strong-stack h2,
.strong-stack h3,
.strong-stack p{margin: 0;}
.strong-stack h2{font-size: calc(15px * 2);
  line-height: 1.1;
  letter-spacing: .01em;}
.strong-stack h3{font-size: calc(15px * 1.35);
  line-height: 1.2;}
.strong-stack p{font-size: 15px;
  line-height: 1.71;}
.strong-stack .main-content{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #efe4d0;
  color: #3a2f26;
  border-left: 3px solid #b8452a;
}
.strong-stack .main-content h2{}
.strong-stack .steady-track{display: grid;
  gap: 0.78rem;}
.strong-stack .offer-area{
  display: grid;
  grid-template-columns: .7rem minmax(6rem, .22fr) minmax(9rem, .34fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.7rem;
  background: #fbf6ec;
  color: #1c1612;
  border: 1px solid #d8c9b2;
  animation: staffRowIn calc(470ms * 1.8) var(--delay-fast) both;
  animation-delay: var(--speed-hover, 0ms);
}
.strong-stack i{
  width: .55rem;
  height: .55rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: #b8452a;color:#fdf6ea;}
.strong-stack .offer-area span{font-size: calc(15px * .875);
  text-transform: uppercase;
  letter-spacing: .06em;}
.strong-stack .offer-area h3{}
.strong-stack .offer-area p{}
@keyframes staffRowIn {from{ opacity: .25; transform: translateY(calc(calc(0.78rem * 2) * .12)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 860px) {.strong-stack .wide-grid{
    grid-template-columns: 1fr;
  }.strong-stack .offer-area{
    grid-template-columns: .7rem minmax(0, 1fr);
    row-gap: 0.78rem;
  }.strong-stack .offer-area span,
  .strong-stack .offer-area h3,
  .strong-stack .offer-area p{
    grid-column: 2;
  }
}
.compact-fields{
    padding: calc(1.5rem * 2.4) 1.08rem;
    background: #f6efe2;
    color: #1c1612;
}
.compact-fields .bottom-quote{max-width: 1020px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(0.78rem * 1.5);}
.compact-fields .secondary-method{border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #d8c9b2;
    box-shadow: 0 0px 2px rgba(0,0,0,0.04);}
.compact-fields .secondary-method img{display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;}
.compact-fields .quiet-details{display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);}
.compact-fields .focused-group{margin: 0;
    font-size: calc(15px * .875);
    letter-spacing: 0.04em;
    text-transform: uppercase;}
.compact-fields .media-form{margin: 0;
    font-size: calc(15px * 2.65);
    line-height: 1.15;}
.compact-fields .focused-surface{margin: 0;
    font-size: calc(15px * 1.125);
    line-height: 1.71;}
.compact-fields .team-items{margin: 0;
    font-size: 15px;
    line-height: 1.71;}
.compact-fields .plain-footer{display: flex;
    flex-wrap: wrap;
    gap: 0.78rem;
    padding-top: calc(0.78rem * 1.5);
    border-top: 1px solid #d8c9b2;}
.compact-fields .plain-footer a{font-size: calc(15px * .875);
    text-decoration: none;
    border-bottom: 1px solid #8a2b1c;
    padding-bottom: 2px;}
.compact-fields .plain-footer a:hover{border-bottom-color: #b8452a;}
@media (max-width: 640px) {.compact-fields .secondary-method img{
        height: 200px;
    }
}
.team-track{
    padding:calc(1.5rem * 2.4) 1.08rem;
    background:#efe4d0;
    color:#3a2f26;
}
.team-track .bottom-quote{max-width:1020px;
    margin:0 auto;}
.team-track .content-quote{display:flex;
    flex-wrap:wrap;
    gap:calc(1.5rem * .75);
    align-items:flex-start;}
.team-track .content-actions{
    flex:0 0 148px;
    margin:0;
    border-radius:0.7rem;
    overflow:hidden;
    border:1px solid #d8c9b2;
    background:#fbf6ec;color:#1c1612;}
.team-track .content-actions img{display:block;
    width:100%;
    height:auto;}
.team-track .callout{flex:1 1 320px;
    min-width:0;}
.team-track .quiet-quote{margin:0 0 0.2rem;
    font-size:calc(15px * 1.35);
    line-height:1.25;}
.team-track .secondary-surface{margin:0 0 calc(0.78rem * 1.5);
    font-size:calc(15px * .875);
    letter-spacing:0.02em;
    text-transform:uppercase;}
.team-track .site-fields{margin:0 0 calc(0.78rem * 1.5);
    font-size:15px;
    line-height:1.71;}
.team-track .narrow-steps{list-style:none;
    margin:0 0 calc(0.78rem * 1.5);
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:0.78rem;}
.team-track .narrow-steps a{color:#8a2b1c;
    text-decoration:none;
    border-bottom:1px solid #d8c9b2;
    padding-bottom:1px;
    font-size:calc(15px * .875);}
.team-track .narrow-steps a:hover{color:inherit;
    border-bottom-color:#b8452a;}
.team-track .main-actions{margin:0;
    font-size:calc(15px * .875);
    padding-top:calc(0.78rem * 1.5);
    border-top:1px solid #d8c9b2;}
.team-track .main-actions a{color:#8a2b1c;
    text-decoration:none;}
.team-track .main-actions a:hover{color:inherit;}
@media (max-width:560px){.team-track .content-actions{
        flex:0 0 108px;
    }
}
.content-body{padding:calc(1.5rem * 2.4) 1.08rem;background:#8a2b1c;color:#fdf6ea}
.content-body .wide-grid{max-width:1020px;margin:0 auto}
.content-body .public-list{display:flex;gap:calc(0.78rem * 1.5);align-items:flex-start}
.content-body h2{flex:1 1 38rem;min-width:0;margin:0;font-size:calc(15px * 2.65);line-height:1.04}
.content-body .quiet-details{flex:1 1 40rem;min-width:0}
.content-body .quiet-details p{margin:0 0 calc(1.5rem * .75);font-size:15px;line-height:1.71}
.content-body .quiet-details p:last-of-type{margin-bottom:0}
.content-body .narrow-steps{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(0.78rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid rgba(253,246,234,0.25)}
.content-body .narrow-steps a{border-radius:0.39rem;background:#b8452a;color:#fdf6ea;padding:calc(calc(1.5rem * .75)*.6) calc(1.5rem * .75);text-decoration:none;font-size:calc(15px * .875);line-height:1.3}
.content-body .narrow-steps a:hover{background:#9c3720;color:#1c1612;}
@media(max-width:760px){.content-body .public-list{display:block}.content-body .quiet-details{margin-top:calc(0.78rem * 1.5)}.content-body h2{font-size:calc(15px * 2)}}
.fresh-body{padding:calc(1.5rem * 2.4) 1.08rem;background:#efe4d0;color:#3a2f26;}
.fresh-body .wide-grid{max-width:1020px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.78rem * 1.5);}
.fresh-body .plain-wrap h2{margin:0 0 calc(1.5rem * .75);font-size:calc(15px * 2);line-height:1.2;}
.fresh-body .plain-wrap .focused-surface{margin:0;font-size:15px;line-height:1.71;}
.fresh-body .service-headline{display:flex;flex-wrap:wrap;gap:0.78rem;}
.fresh-body .top-stack{flex:1 1 320px;background:#fbf6ec;color:#1c1612;border:1px solid #d8c9b2;border-radius:1rem;padding:calc(1.5rem * .75);box-shadow:0 0px 2px rgba(0,0,0,0.04);}
.fresh-body .top-stack h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15px * 1.35);line-height:1.25;}
.fresh-body .top-stack p{margin:0 0 calc(1.5rem * .75);font-size:15px;line-height:1.71;}
.fresh-body .top-stack p:last-child{margin-bottom:0;}
.fresh-body .top-stack a{color:#8a2b1c;text-decoration:underline;text-underline-offset:2px;}
.fresh-body .top-stack a:hover{color:inherit;}
.fresh-body .main-actions{border-top:1px solid #d8c9b2;padding-top:calc(0.78rem * 1.5);}
.fresh-body .main-actions p{margin:0 0 calc(1.5rem * .75);font-size:calc(15px * .875);line-height:1.71;}
.fresh-body .main-actions p:last-child{margin-bottom:0;}
.fresh-body .plain-footer{display:flex;flex-wrap:wrap;gap:0.78rem;}
.fresh-body .plain-footer a{color:#8a2b1c;text-decoration:underline;text-underline-offset:2px;font-size:calc(15px * .875);}
.fresh-body .plain-footer a:hover{color:inherit;}
@media (max-width:700px){.fresh-body .service-headline{flex-direction:column;}
    }
.primary-copy{
  background: #f6efe2;
  color: #1c1612;
  padding: calc(1.5rem * 2.4) 1.08rem;
}
.primary-copy .wide-grid{width: min(100%, 1020px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .38fr) minmax(0, 1fr);
  gap: 0.78rem;
  align-items: start;}
.primary-copy h2,
.primary-copy h3,
.primary-copy p{margin: 0;}
.primary-copy h2{font-size: calc(15px * 2); line-height: 1.08;}
.primary-copy h3{font-size: calc(15px * 1.35); line-height: 1.18;}
.primary-copy p{font-size: 15px; line-height: 1.71;}
.primary-copy .main-content{
  display: grid;
  gap: calc(0.78rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #efe4d0;
  color: #3a2f26;
  border-left: 3px solid #b8452a;
}
.primary-copy .steady-track{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.primary-copy .offer-area{display: grid;
  grid-template-columns: .6rem minmax(0, 1fr);
  grid-template-areas:
    "dot role"
    "dot name"
    "dot text";
  column-gap: 1.5rem;
  row-gap: .35rem;
  padding: 1.5rem 0 1.5rem 1.5rem;
  border-bottom: 1px solid #d8c9b2;
  animation: peopleTimelineIn calc(470ms * 2.2) var(--delay-fast) both;
  animation-delay: var(--speed-hover, 0ms);}
.primary-copy .offer-area:last-child{border-bottom: 0;}
.primary-copy i{
  grid-area: dot;
  width: .55rem;
  height: .55rem;
  margin-top: .5rem;
  border-radius: 50%;
  background: #8a2b1c;color:#fdf6ea;}
.primary-copy .offer-area span{grid-area: role;
  font-size: calc(15px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
.primary-copy .offer-area h3{grid-area: name;}
.primary-copy .offer-area p{grid-area: text;}
@keyframes peopleTimelineIn {from{ opacity: .2; transform: translateX(calc(calc(0.78rem * 2) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 860px) {.primary-copy .wide-grid{ grid-template-columns: 1fr; }
}
.content-media{background:#f6efe2;color:#1c1612;padding:calc(1.5rem * 2.4) 1.08rem}
.content-media .wide-grid{max-width:min(1020px,64rem);margin:0 auto}
.content-media .simple-surface{display:flex;flex-direction:column;gap:calc(0.78rem * 1.5)}
.content-media .plain-wrap{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.content-media .main-actions{margin:0;color:#3a2f26;line-height:1.71}
.content-media h2{margin:0;font-size:calc(15px * 2);line-height:1.1}
.content-media .featured-note{display:flex;flex-wrap:wrap;gap:calc(0.78rem * 1.5)}
.content-media .fresh-callout{flex:1 1 22rem;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.content-media .fresh-callout p{margin:0;line-height:1.71}
.content-media .public-summary{flex:1 1 18rem;display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);border:1px solid #d8c9b2;border-radius:1rem;background:#fbf6ec;color:#1c1612}
.content-media .wide-feature{display:flex;flex-direction:column;gap:0.2rem}
.content-media .wide-feature p{margin:0;line-height:1.71}
.content-media .text-steps{font-size:calc(15px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#3a2f26}
.content-media .wide-feature a{color:#8a2b1c;text-decoration:none}
.content-media .wide-feature a:hover{color:#b8452a}
.content-media .content-quote{display:flex;flex-direction:column;border-top:1px solid #d8c9b2}
.content-media .top-stack{display:flex;flex-wrap:wrap;gap:0.78rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #d8c9b2}
.content-media .top-stack .text-steps{flex:0 0 12rem}
.content-media .top-stack p{margin:0;flex:1 1 16rem;line-height:1.71}
.content-media .offer-actions{display:flex;flex-wrap:wrap;gap:0.78rem}
.content-media .offer-actions a{padding:0.7rem 1.2rem;border-radius:0.39rem;background:transparent;color:#1c1612;text-decoration:none;border:1px solid #d8c9b2}
.content-media .offer-actions a:first-child{background:#8a2b1c;color:#fdf6ea;border-color:#8a2b1c}
.content-media .offer-actions a:first-child:hover{background:#6f2115;color:#1c1612;}
@media (max-width:640px){.content-media .top-stack .text-steps{flex:1 1 100%}
}
.local-form{
  background:#b8452a;
  color:#fdf6ea;
  padding:calc(1.5rem * 2.4) 1.08rem;
}
.local-form .wide-grid{max-width:1020px;
  margin:0 auto;}
.local-form .content-contact{display:flex;
  align-items:flex-start;
  gap:calc(0.78rem * 1.5);}
.local-form .content-quote{flex:0 1 24rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(0.78rem * 1.5);}
.local-form h2{margin:0;
  font-size:clamp(calc(15px * 2),4.6vw,calc(15px * 2.65));
  line-height:1.08;
  letter-spacing:0;}
.local-form ul{margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.local-form li{padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb,currentColor 24%,transparent);
  line-height:1.55;}
.local-form .main-actions{margin:0;
  font-size:calc(15px * .875);
  line-height:1.6;
  opacity:.85;}
.local-form .content-grid{
  flex:1 1 30rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:1.5rem;
  padding:calc(0.78rem * 1.5);
  border-radius:1rem;
  background:color-mix(in srgb,currentColor 9%,transparent);
}
.local-form p{margin:0;
  line-height:1.65;}
.local-form label{display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * .45);
  min-width:0;
  font-size:calc(15px * .875);}
.local-form input,
.local-form textarea,
.local-form select{
  width:100%;
  min-width:0;
  border:1px solid color-mix(in srgb,currentColor 28%,transparent);
  border-radius:0.39rem;
  background:color-mix(in srgb,currentColor 8%,transparent);
  color:inherit;
  padding:calc(1.5rem * .75);
  font:inherit;
}
.local-form textarea{resize:vertical;}
.local-form input::placeholder,
.local-form textarea::placeholder{color:color-mix(in srgb,currentColor 58%,transparent);}
.local-form button{
  align-self:flex-start;
  border:0;
  border-radius:0.7rem;
  background:#fdf6ea;
  color:#b8452a;
  padding:calc(1.5rem * .75) 0.78rem;
  font:inherit;
  font-weight:700;
  cursor:pointer;
}
@media (max-width:760px) {.local-form .content-contact{ flex-direction:column; }.local-form .content-grid{ padding:calc(1.5rem * .75); }
}
.soft-surface{padding:calc(1.5rem * 2.4) 1.08rem;background:#1c1612;color:#f6efe2}
.soft-surface .text-items{max-width:1020px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.5fr) minmax(0,.5fr);gap:1.5rem}
.soft-surface .focused-surface{align-self:start}
.soft-surface h2{margin:0;font-size:calc(15px * 2);line-height:1.05}
.soft-surface .focused-surface p{margin:calc(0.78rem * 1.5) 0 0;font-size:15px;line-height:1.71}
.soft-surface .contact-grid{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.soft-surface .visual-list{padding:calc(1.5rem * .75);border-radius:0.7rem;background:#fbf6ec;color:#1c1612;border:1px solid #d8c9b2}
.soft-surface .visual-list span{display:block;font-size:calc(15px * .875);color:inherit;text-transform:uppercase;letter-spacing:.04em}
.soft-surface .visual-list strong{display:block;margin-top:calc(calc(1.5rem * .75) / 2);font-size:15px;line-height:1.4;font-weight:600}
.soft-surface .visual-list a{color:inherit;text-decoration:none;border-bottom:1px solid #d8c9b2}
.soft-surface .visual-list a:hover{color:inherit;}
.soft-surface .main-rail{grid-column:1/-1;height:clamp(20rem,40vw,32rem);border-radius:1rem;overflow:hidden;border:1px solid #d8c9b2}
.soft-surface iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 780px){.soft-surface .text-items{grid-template-columns:1fr}.soft-surface .main-rail{height:20rem}}
.clear-track{padding:calc(1.5rem * 2.4) 1.08rem;background:#1c1612;color:#f6efe2}
.clear-track .active-headline{max-width:min(1020px,62rem);margin:0 auto}
.clear-track h2{margin:0;font-size:calc(15px * 2.65);line-height:1.08;letter-spacing:-0.01em}
.clear-track .focused-details{margin:1.5rem 0 calc(0.78rem * 1.5);font-size:calc(15px * 1.125);line-height:1.55;color:color-mix(in srgb,currentColor 74%,transparent)}
.clear-track ol{margin:0;padding:0;list-style:none;counter-reset:nota;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.clear-track li{position:relative;padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.08rem * 2.4);border-top:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.clear-track li:first-child{border-top:0;padding-top:0}
.clear-track li::before{counter-increment:nota;content:counter(nota,decimal-leading-zero);position:absolute;left:0;top:calc(1.5rem * .75);font-size:calc(15px * .875);letter-spacing:0.08em;color:color-mix(in srgb,currentColor 55%,transparent)}
.clear-track li:first-child::before{top:0}
.clear-track h3{margin:0 0 calc(calc(1.5rem * .75) / 2);font-size:calc(15px * 1.35);line-height:1.22}
.clear-track li p{margin:0;font-size:15px;line-height:1.68;color:color-mix(in srgb,currentColor 76%,transparent)}
@media (max-width:640px){.clear-track li{padding-left:calc(1.08rem * 1.6)}.clear-track li::before{font-size:calc(15px * .875)}
}
.direct-quote{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.08rem;
  background: linear-gradient(135deg, #f6efe2 0%, #efe4d0 55%, #e6d6bd 100%);
  color: #1c1612;
}
.direct-quote .wide-grid{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1020px;
  margin: 0 auto;}
.direct-quote .text-block{margin: 0 0 calc(0.78rem * 1.5);
  padding: 1.5rem 0;}
.direct-quote h2{margin: 0;
  font-size: calc(15px * 2.65);
  line-height: 1.05;}
.direct-quote .text-block p{margin: 1.5rem 0 0;
  font-size: calc(15px * 1.125);
  line-height: 1.71;}
.direct-quote .wide-view{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.78rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.direct-quote .offer-brand{display: flex;
  flex-wrap: wrap;
  gap: 0.78rem;}
.direct-quote .offer-brand p{margin: 0;
  line-height: 1.71;}
.direct-quote .offer-brand strong{display: block;
  font-size: calc(15px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .7;
  margin-bottom: .3rem;}
.direct-quote .active-callout{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.direct-quote .active-callout a{color: inherit;
  font-size: calc(15px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.direct-quote .narrow-actions{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);}
.direct-quote .narrow-actions a{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .5rem;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px dashed color-mix(in srgb, currentColor 25%, transparent);}
.direct-quote .narrow-actions a:last-child{border-bottom: 0;
  padding-bottom: 0;}
.direct-quote .narrow-actions span{opacity: .7;
  font-size: calc(15px * .875);}
@media (max-width: 720px) {.direct-quote .wide-view,
  .direct-quote .offer-brand{
    display: block;
  }.direct-quote .offer-brand p + p{
    margin-top: calc(1.5rem * .75);
  }.direct-quote .active-callout{
    align-items: flex-start;
    margin-top: 1.5rem;
  }.direct-quote .narrow-actions a{
    flex-direction: column;
    gap: .2rem;
  }
}
.text-surface{padding:calc(1.5rem * 2.4) 1.08rem;background:linear-gradient(135deg, #b8452a 0%, #8a2b1c 100%);color:#fdf6ea}
.text-surface .quiet-brand{max-width:min(1020px,68rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(0.78rem * 1.5)}
.text-surface h2{margin:0;font-size:calc(15px * 2.65);line-height:1.08;letter-spacing:-0.01em}
.text-surface .focused-details{margin:0;font-size:calc(15px * 1.125);line-height:1.55;opacity:0.94}
.text-surface .wide-brand{padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 32%,transparent)}
.text-surface .wide-brand:first-of-type{border-top:0;padding-top:0}
.text-surface h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15px * 1.35);line-height:1.25}
.text-surface .wide-brand p{margin:0;line-height:1.71}
@media (min-width:48rem){.text-surface .quiet-brand{gap:1.5rem}.text-surface .wide-brand{display:grid;grid-template-columns:minmax(12rem,20rem) 1fr;gap:0.78rem;align-items:start}.text-surface h3{margin:0}
}
.figure{--state-control:calc(1.5rem * 1.25);--state-soft:calc(1020px / 2.65);padding:calc(1.5rem * 2.4) 1.08rem;background:#b8452a;color:#fdf6ea;}
.figure .wide-grid{max-width:1020px;margin:0 auto;}
.figure h1,.figure h2,.figure h3,.figure p{margin:0;}
.figure h2{font-size:calc(15px * 2);line-height:1.12;}
.figure p{font-size:15px;line-height:1.71;color:color-mix(in srgb, currentColor 78%, transparent);}
.figure a{color:inherit;text-decoration:none;}
.figure .offer-actions{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.39rem;background:#fdf6ea;color:#b8452a;}
.figure .service-team>h2,.figure .service-team>p,.figure .service-team>.offer-actions{margin-top:1.5rem;}
.figure .service-team .focused-surface{margin-top:var(--state-control);}
.figure .offer-header{margin-top:calc(0.78rem * 1.5);font-size:calc(15px * .875);}
.figure .offer-header a{text-decoration:underline;text-underline-offset:3px;}
.figure .offer-header a:hover{opacity:.82;}
.service-actions{
  background:#f6efe2;
  color:#1c1612;
  padding:calc(1.5rem * 2.4) 1.08rem;
}
.service-actions .wide-grid{max-width:min(1020px,68rem);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(0.78rem * 1.5);}
.service-actions .focused-surface{display:flex;
  flex-direction:column;
  gap:1.5rem;
  padding-bottom:calc(0.78rem * 1.5);
  border-bottom:1px solid #d8c9b2;}
.service-actions h2{margin:0;
  font-size:calc(15px * 2);
  line-height:1.12;
  letter-spacing:0;}
.service-actions .fresh-callout{margin:0;
  font-size:15px;
  line-height:1.71;}
.service-actions .clear-actions{display:flex;
  flex-wrap:wrap;
  gap:0.78rem;}
.service-actions .primary-headline{
  flex:1 1 16rem;
  padding:calc(1.5rem * .75);
  background:#fbf6ec;
  color:#1c1612;
  border:1px solid #d8c9b2;
  border-radius:0.7rem;
}
.service-actions .primary-headline .direct-steps{display:block;
  font-size:calc(15px * .875);
  letter-spacing:0.08em;
  color:#b8452a;
  margin-bottom:0.4rem;}
.service-actions .primary-headline h3{margin:0 0 0.4rem;
  font-size:calc(15px * 1.125);
  line-height:1.25;}
.service-actions .primary-headline p{margin:0;
  font-size:calc(15px * .875);
  line-height:1.6;}
.service-actions .compact-summary{display:flex;
  flex-wrap:wrap;
  gap:0.78rem;
  padding:calc(1.5rem * .75) 0;
  border-top:1px solid #d8c9b2;
  border-bottom:1px solid #d8c9b2;}
.service-actions .wide-feature{flex:1 1 14rem;
  display:flex;
  flex-direction:column;
  gap:0.25rem;}
.service-actions .wide-feature .text-steps{font-size:calc(15px * .875);
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:#3a2f26;}
.service-actions .wide-feature a{color:#8a2b1c;
  text-decoration:none;
  font-size:15px;}
.service-actions .wide-feature a:hover{color:#b8452a;
  text-decoration:underline;}
.service-actions .wide-feature p{margin:0;
  font-size:calc(15px * .875);
  line-height:1.55;}
.service-actions .plain-footer{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:0.78rem;
  font-size:calc(15px * .875);}
.service-actions .plain-footer p{margin:0;
  color:#3a2f26;}
.service-actions .plain-footer a{color:#8a2b1c;
  text-decoration:none;
  border-bottom:1px solid #d8c9b2;
  padding-bottom:1px;}
.service-actions .plain-footer a:hover{color:#b8452a;
  border-bottom-color:#b8452a;}
@media(max-width:700px){.service-actions .clear-actions{flex-direction:column}.service-actions .compact-summary{flex-direction:column}
}
.main-items{
  display:flex;
  align-items:stretch;
  background:#8a2b1c;
  color:#fdf6ea;
  border-bottom:1px solid rgba(0,0,0,.08);
}
.main-items .text-block,
.main-items .secondary-block{flex:1 1 0;
  min-width:0;
  padding:calc(1.5rem * 2.4) 1.08rem;}
.main-items .text-block{display:flex;
  align-items:center;
  justify-content:flex-end;}
.main-items h1{margin:0;
  max-width:14ch;
  font-size:calc(15px * 2.65);
  line-height:1.02;
  letter-spacing:-0.01em;
  text-align:right;}
.main-items .secondary-block{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:calc(0.78rem * 1.5);
  background:#b8452a;
  color:#fdf6ea;
}
.main-items p{margin:0;
  font-size:calc(15px * 1.125);
  line-height:1.71;}
.main-items a{color:inherit;
  text-underline-offset:.24em;}
.main-items .secondary-block > a{align-self:flex-start;
  font-size:calc(15px * 1.125);
  font-weight:600;}
.main-items .plain-footer{display:flex;
  flex-wrap:wrap;
  gap:0.78rem;
  padding-top:calc(0.78rem * 1.5);
  border-top:1px solid rgba(253,246,234,.35);
  font-size:calc(15px * .875);}
.main-items .plain-footer a{font-size:calc(15px * .875);
  opacity:.92;}
.main-items .plain-footer a:hover{opacity:1;}
@media(min-width:761px){.main-items .text-block{order:2}
}
@media(max-width:760px){.main-items{display:block}.main-items .text-block{justify-content:flex-start}.main-items h1{text-align:left;max-width:20ch}
}
