:root {
  --tone-soft: #E2DACD;
  --motion-soft: cubic-bezier(0.2,0.8,0.2,1);
  --paint-panel: #241E1A;
  --paint-secondary: #FFFFFF;
}
body{margin:0;padding:0;font-family:"Libre Baskerville", sans-serif;box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}
.offer-list {
    width: 100%;
    background: #FBF7F1;
    color: #241E1A;
    border-bottom: 1px solid var(--tone-soft);
  }
.compact-benefit {
    max-width: 980px;
    margin: 0 auto;
    padding: 1.5rem 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.02rem;
  }
.compact-media {
    font-size: calc(16.9px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: inherit;
    text-decoration: none;
    line-height: 1.1;
  }
.compact-media:hover {
    color: #5E7A8C;
  }
.content-quote {
    display: block;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.02rem * 1.5);
  }
.nav-link {
    display: inline-block;
    padding: 0.35rem 0.1rem;
    font-size: 16.9px;
    color: inherit;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 350ms var(--motion-soft),
                border-color 350ms var(--motion-soft);
  }
.nav-link:hover {
    color: #5E7A8C;
    border-bottom-color: var(--tone-soft);
  }
.nav-link.is-active {
    border-bottom-color: #6E1F33;
  }
.local-shell {
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    border: 1px solid var(--tone-soft);
    border-radius: 0.19rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.service-block{
    display: block;
    width: 20px;
    height: 2px;
    background: #241E1A;
    border-radius: 2px;
    transition: transform 350ms var(--motion-soft),
                opacity 350ms var(--motion-soft);color:var(--paint-panel);}
.local-shell[aria-expanded="true"] .service-block:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.local-shell[aria-expanded="true"] .service-block:nth-child(2) {
    opacity: 0;
  }
.local-shell[aria-expanded="true"] .service-block:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
@media (max-width: 767px) {
    .compact-benefit {
      flex-wrap: wrap;
      align-items: center;
    }

    .local-shell {
      display: flex;
    }

    .content-quote {
      display: none;
      width: 100%;
      order: 3;
      padding-top: calc(1.02rem * 1.5);
      border-top: 1px solid var(--tone-soft);
      margin-top: calc(1.02rem * 1.5);
    }

    .content-quote.is-open {
      display: block;
    }

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

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

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

    .nav-link.is-active {
      border-bottom-color: #6E1F33;
    }
  }
.quiet-team{font-family:"Libre Baskerville", sans-serif;font-size:16.9px;line-height:1.74;padding:calc(1.5rem * 2.4) 1.2rem;margin-top:calc(1.5rem * 2.4);background:#2B2026;color:#FBF7F1;}
.focused-section{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.02rem * 1.5)}
.team-quote{display:grid;grid-template-columns:1fr 1fr;gap:1.02rem;padding-bottom:calc(1.02rem * 1.5);border-bottom:1px solid var(--tone-soft)}
.main-unit{font-size:calc(16.9px * 1.35);line-height:1.2;margin:0 0 1.5rem;letter-spacing:0.01em}
.site-surface{margin:0;font-size:16.9px;max-width:42ch;opacity:0.85}
.text-panel{display:flex;flex-direction:column;gap:1.5rem}
.steady-lead{font-size:calc(16.9px * .875);text-transform:uppercase;letter-spacing:0.08em;opacity:0.75}
.clear-details{display:flex;gap:1.2rem;flex-wrap:wrap}
.simple-form{flex:1 1 220px;min-width:0;padding:0.7rem 0.9rem;border-radius:0.3rem;border:1px solid var(--tone-soft);background:var(--paint-secondary);color:var(--paint-panel);font:inherit;font-size:16.9px}
.simple-form::placeholder{}
.page-actions{padding:0.7rem 1.2rem;border-radius:0.3rem;border:1px solid transparent;background:#6E1F33;color:#FBF7F1;font:inherit;font-size:16.9px;cursor:pointer;transition:background 350ms var(--motion-soft)}
.page-actions:hover{background:#571628;color:var(--paint-panel);}
.open-flow{margin:0;font-size:calc(16.9px * .875);opacity:0.75}
.open-flow a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.public-inner{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:1.02rem}
.top-headline{font-size:calc(16.9px * .875);text-transform:uppercase;letter-spacing:0.1em;margin:0 0 1.5rem;opacity:0.7;font-weight:600}
.secondary-panel{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.secondary-panel a{color:inherit;text-decoration:none;font-size:16.9px;transition:opacity 350ms var(--motion-soft)}
.secondary-panel a:hover{opacity:0.7;text-decoration:underline;text-underline-offset:3px;color:inherit}
.soft-form{padding-top:calc(1.02rem * 1.5);border-top:1px solid var(--tone-soft)}
.primary-items{font-size:calc(16.9px * .875);text-transform:uppercase;letter-spacing:0.1em;margin:0 0 1.5rem;opacity:0.7;font-weight:600}
.site-area{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.4rem;font-size:16.9px}
.columns{opacity:0.7;margin-right:0.35rem}
.site-area a{color:inherit;text-decoration:none}
.site-area a:hover{text-decoration:underline;text-underline-offset:3px;color:inherit}
.text-steps{padding-top:calc(1.02rem * 1.5);border-top:1px solid var(--tone-soft);display:flex;flex-direction:column;gap:1.5rem}
.service-actions{margin:0;font-size:calc(16.9px * .875);opacity:0.8;max-width:90ch}
.simple-area{margin:0;font-size:calc(16.9px * .875);opacity:0.7}
@media (max-width: 900px) {.team-quote{grid-template-columns:1fr}.public-inner{grid-template-columns:repeat(2, minmax(0, 1fr))}
}
@media (max-width: 560px) {.public-inner{grid-template-columns:1fr}.clear-details{flex-direction:column}.page-actions{width:100%}
}
.cookies{position:fixed;inset:0;z-index:1200;display:grid;place-items:end;}
.cookies .wide-headline{position:absolute;inset:0;background:rgba(43, 32, 38, 0.55);color:var(--paint-panel);}
.cookies .main-proof{position:relative;width:min(520px,calc(100vw - (1.2rem * 2)));border-radius:0.81rem;padding:18px;background:linear-gradient(135deg,#6E1F33,#5E7A8C);color:#FBF7F1;box-shadow:0 12px 30px rgba(0,0,0,0.1);}
.cookies .main-proof h3{margin:0 0 8px;}
.cookies .main-proof p{margin:0;opacity:.94;}
.cookies .compact-story{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap;}
.cookies .compact-story button{border:0;border-radius:0.19rem;padding:8px 10px;background:color-mix(in srgb, currentColor 18%, transparent);color:inherit;cursor:pointer;}
.cookies .compact-story button.cookie-accept{background:#5E7A8C;color:#FBF7F1;}
.content-actions{
  --layer-control:calc(1.5rem * 1.05);
  --axis-control:calc(980px / 2.29);
  padding:calc(1.5rem * 2.4) 1.2rem;
  background:#6E1F33;
  color:#FBF7F1;
}
.content-actions .primary-list{max-width:980px;margin:0 auto;}
.content-actions h1,.content-actions h2,.content-actions h3,.content-actions p,.content-actions ul,.content-actions li{margin:0;}
.content-actions h1{font-size:calc(16.9px * 2.65);line-height:1.08;}
.content-actions p{font-size:16.9px;line-height:1.74;}
.content-actions a{color:inherit;text-decoration:none;}
.content-actions .narrow-panel{display:flex;
  flex-wrap:wrap;
  gap:calc(1.02rem * 1.6);
  align-items:flex-start;}
.content-actions .content-callout{flex:1 1 60%;min-width:280px;}
.content-actions .media-entries{font-size:calc(16.9px * .875);
  letter-spacing:.14em;
  text-transform:uppercase;
  opacity:.72;
  margin-bottom:calc(1.5rem * .75);}
.content-actions .direct-surface{max-width:var(--axis-control);
  margin-top:1.5rem;
  color:color-mix(in srgb, currentColor 82%, transparent);}
.content-actions .direct-body{display:flex;
  flex-wrap:wrap;
  gap:1.02rem;
  margin-top:calc(1.5rem * 1.1);}
.content-actions .offer-panel{
  display:inline-flex;
  align-items:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.19rem;
  background:#FBF7F1;
  color:#6E1F33;
  font-size:16.9px;
}
.content-actions .offer-media{display:inline-flex;
  align-items:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.19rem;
  border:1px solid color-mix(in srgb, currentColor 40%, transparent);
  font-size:16.9px;}
.content-actions .strong-fields{margin-top:calc(1.5rem * 1.1);
  font-size:calc(16.9px * .875);
  color:color-mix(in srgb, currentColor 74%, transparent);}
.content-actions .strong-fields a{border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);
  padding-bottom:1px;}
.content-actions .strong-fields a:hover{border-bottom-color:currentColor;}
.content-actions .offer{flex:1 1 30%;
  min-width:240px;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.3rem;
  border:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.content-actions .top-proof{font-size:calc(16.9px * .875);
  letter-spacing:.1em;
  text-transform:uppercase;
  opacity:.72;
  margin-bottom:calc(1.5rem * .75);}
.content-actions .public-flow{list-style:none;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.02rem * .8);}
.content-actions .public-flow li{display:flex;
  gap:calc(1.5rem * .75);
  font-size:16.9px;
  line-height:1.5;}
.content-actions .contact-inner{font-size:calc(16.9px * .875);
  opacity:.6;
  min-width:2ch;}
.content-actions .bottom-shell{margin-top:1.5rem;
  font-size:calc(16.9px * .875);
  color:color-mix(in srgb, currentColor 74%, transparent);}
@media (max-width:640px){.content-actions h1{}.content-actions .narrow-panel{gap:1.5rem;}
}
.public-service{position:relative;overflow:hidden;isolation:isolate;}
.public-service>*{position:relative;z-index:1;}
.public-service::after{content:"";position:absolute;right:clamp(1rem,5vw,4rem);top:18%;width:clamp(5rem,13vw,9rem);aspect-ratio:1;border:1px solid color-mix(in srgb,currentColor 18%,transparent);border-radius:999px;opacity:.55;animation:wpAccentRing calc(18s + (1 * 5s)) var(--motion-soft) infinite alternate;pointer-events:none;}
@keyframes wpAccentRing{from{transform:scale(.96);}to{transform:scale(1.04) translateY(calc(1 * .4rem));}}
@media (prefers-reduced-motion: reduce){.public-service::before,.public-service::after{animation:none!important;}}
.compact-brand{
  --layer-control:calc(1.5rem * 1.05);
  padding:calc(1.5rem * 2.4) 1.2rem;
  background:#FBF7F1;
  color:#241E1A;
}
.compact-brand .primary-list{max-width:980px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--layer-control);}
.compact-brand h2,
.compact-brand h3,
.compact-brand p{margin:0;}
.compact-brand h2{font-size:calc(16.9px * 2);
  line-height:1.15;}
.compact-brand h3{font-size:calc(16.9px * 1.35);
  line-height:1.25;}
.compact-brand p{font-size:16.9px;
  line-height:1.74;}
.compact-brand .main-section{display:flex;
  flex-direction:column;
  gap:calc(1.02rem * 1.5);
  max-width:calc(980px * 0.72);}
.compact-brand .content-callout{color:#3A322C;}
.compact-brand .site-contact{display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid var(--tone-soft);}
.compact-brand .fresh-figure{display:flex;
  flex-direction:column;
  gap:calc(1.02rem * 1.5);
  padding-block:calc(1.5rem * .75);
  border-bottom:1px solid var(--tone-soft);}
.compact-brand .fresh-figure p{color:#3A322C;
  max-width:calc(980px * 0.78);}
.compact-brand .fresh-figure a{align-self:flex-start;
  font-size:calc(16.9px * .875);
  color:#6E1F33;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:2px;
  transition:color 350ms var(--motion-soft);}
.compact-brand .fresh-figure a:hover{color:inherit;}
.compact-brand .strong-fields{font-size:calc(16.9px * .875);
  color:#3A322C;
  max-width:calc(980px * 0.78);}
.compact-brand .strong-fields a{color:#6E1F33;
  text-decoration:none;
  border-bottom:1px solid currentColor;}
.compact-brand .strong-fields a:hover{color:inherit;}
@media (min-width:720px){.compact-brand .fresh-figure{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);
    column-gap:1.02rem;
    align-items:start;
  }.compact-brand .fresh-figure a{
    grid-column:2;
  }
}
.team-tile{--layer-control:calc(1.5rem * 1.2);padding:calc(1.5rem * 2.4) 1.2rem;background:#6E1F33;color:#FBF7F1;}
.team-tile .primary-list{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:var(--layer-control);}
.team-tile h2,.team-tile h3,.team-tile p{margin:0;}
.team-tile h2{font-size:calc(16.9px * 2);line-height:1.14;}
.team-tile h3{font-size:calc(16.9px * 1.35);line-height:1.22;}
.team-tile p{font-size:16.9px;line-height:1.74;}
.team-tile .main-section{display:flex;flex-direction:column;gap:calc(1.5rem / 2);max-width:calc(980px * .78);}
.team-tile .content-callout{opacity:.86;}
.team-tile .public-flow{display:flex;flex-direction:column;border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.team-tile .fresh-figure{padding:calc(1.02rem * 1.5) 0;border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.team-tile .fresh-figure p{opacity:.82;max-width:calc(980px * .82);}
.team-tile .contact-headline{align-self:flex-start;font-size:calc(16.9px * .875);letter-spacing:.02em;text-decoration:none;color:inherit;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:2px;transition:border-color 350ms var(--motion-soft);}
.team-tile .contact-headline:hover{border-color:currentColor;}
.team-tile .service-links{font-size:calc(16.9px * .875);opacity:.78;max-width:calc(980px * .82);}
.team-tile .service-links a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.team-tile .service-links a:hover{border-color:currentColor;}
@media (min-width:720px){.team-tile .fresh-figure{flex-direction:row;align-items:baseline;gap:1.02rem;}.team-tile .fresh-figure h3{flex:0 0 34%;}.team-tile .fresh-figure p{flex:1 1 auto;}.team-tile .fresh-figure .contact-headline{flex:0 0 auto;align-self:center;}
}
.open-method{
  background: #FBF7F1;
  color: #241E1A;
  padding: calc(1.5rem * 2.4) 1.2rem;
}
.open-method .primary-list{width: min(100%, 980px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.02rem * 1.5);
  align-items: start;}
.open-method h2,
.open-method p,
.open-method ul{margin: 0;}
.open-method .service-links{flex: 1 1 15rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.open-method h2{font-size: calc(16.9px * 2);
  line-height: 1.1;}
.open-method .bottom-shell{color: #3A322C;
  font-size: calc(16.9px * .875);
  line-height: 1.74;}
.open-method .page-entries{flex: 1 1 22rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.02rem * 1.5);}
.open-method .content-callout{color: #3A322C;
  line-height: 1.74;
  font-size: 16.9px;}
.open-method .public-flow{list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.open-method .fresh-figure{display: flex;
  flex-wrap: wrap;
  gap: 1.02rem;
  align-items: baseline;
  padding-top: 1.5rem;
  border-top: 1px solid var(--tone-soft);}
.open-method .fresh-items{flex: 0 0 auto;color:inherit;
  font-size: calc(16.9px * .875);
  letter-spacing: 0.02em;}
.open-method .fresh-figure strong{flex: 0 0 auto;
  font-size: calc(16.9px * 1.35);
  line-height: 1.18;}
.open-method .fresh-figure p{flex: 1 1 14rem;
  min-width: 0;
  color: #3A322C;
  line-height: 1.74;}
@media (max-width: 640px) {.open-method .fresh-figure{
    flex-direction: column;
    gap: 0.35rem;
  }
}
.direct-area{--layer-control:calc(1.5rem * 1.12);--axis-control:calc(980px / 2.6);padding:calc(1.5rem * 2.4) 1.2rem;background:#6E1F33;color:#FBF7F1;}
.direct-area .primary-list{max-width:980px;margin:0 auto;}
.direct-area h2,.direct-area h3,.direct-area p{margin:0;}
.direct-area h2{font-size:calc(16.9px * 2);line-height:1.14;max-width:var(--axis-control);}
.direct-area h3{font-size:calc(16.9px * 1.35);line-height:1.22;}
.direct-area p{font-size:16.9px;line-height:1.74;color:color-mix(in srgb, currentColor 76%, transparent);}
.direct-area .bottom-shell{margin-bottom:calc(1.5rem / 2);font-size:calc(16.9px * .875);letter-spacing:0.06em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.direct-area .content-callout{margin-top:1.5rem;max-width:var(--axis-control);}
.direct-area .public-flow{display:flex;flex-direction:column;gap:var(--layer-control);margin-top:calc(var(--layer-control) * 1.1);}
.direct-area .fresh-figure{min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.direct-area .fresh-figure:first-child{padding-top:0;border-top:0;}
.direct-area .fresh-figure p{margin-top:calc(1.5rem / 3);max-width:var(--axis-control);}
@media (min-width:760px){.direct-area .public-flow{display:grid;grid-template-columns:1fr 1fr;gap:var(--layer-control) calc(1.02rem * 2);}.direct-area .fresh-figure:first-child{padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
}
.open-track{padding:calc(1.5rem * 2.4) 1.2rem;background:#FBF7F1;color:#241E1A;}
.open-track .primary-list{max-width:980px;margin:0 auto;}
.open-track h1,.open-track h2,.open-track h3,.open-track p,.open-track ol,.open-track li{margin:0;}
.open-track h2{font-size:calc(16.9px * 2);line-height:1.14;}
.open-track h3{font-size:calc(16.9px * 1.35);line-height:1.22;}
.open-track p{font-size:16.9px;line-height:1.74;}
.open-track a{color:#6E1F33;text-decoration:none;border-bottom:1px solid var(--tone-soft);}
.open-track a:hover{color:inherit;}
.open-track .media-list{max-width:calc(980px * .78);}
.open-track .media-list .content-callout{margin-top:1.5rem;color:#3A322C;}
.open-track .focused-flow{list-style:none;padding:0;margin-top:calc(1.02rem * 1.5);display:flex;flex-direction:column;gap:calc(1.02rem * 1.5);border-left:1px solid var(--tone-soft);}
.open-track .compact-team{display:flex;gap:1.02rem;padding-left:calc(1.5rem * .75);position:relative;}
.open-track .compact-team::before{content:"";position:absolute;left:calc(-1 * calc(1.5rem * .75) / 2 - 1px);top:calc(calc(1.5rem * .75) / 1.6);width:8px;height:8px;border-radius:50%;background:#6E1F33;color:#FBF7F1;}
.open-track .steady-unit{flex:0 0 calc(980px / 6.4);display:flex;flex-direction:column;gap:calc(1.5rem / 4);}
.open-track .bottom-media{font-size:calc(16.9px * 1.125);line-height:1.1;}
.open-track .simple-panel{font-size:calc(16.9px * .875);letter-spacing:.04em;text-transform:uppercase;color:#3A322C;}
.open-track .wide-items{flex:1 1 auto;min-width:0;}
.open-track .wide-items p{margin-top:calc(1.5rem / 3);color:#3A322C;}
.open-track .bottom-shell{margin-top:calc(1.02rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid var(--tone-soft);font-size:calc(16.9px * .875);color:#3A322C;}
@media(max-width:760px){.open-track .compact-team{flex-direction:column;gap:calc(1.5rem / 2);}.open-track .steady-unit{flex:0 0 auto;flex-direction:row;align-items:baseline;gap:calc(1.5rem * .75);}
}
.public-proof{
  background: #FBF7F1;
  color: #241E1A;
  padding: calc(1.5rem * 2.4) 1.2rem;
}
.public-proof .primary-list{width: min(100%, 980px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
  gap: calc(1.02rem * 1.5);
  align-items: start;}
.public-proof h2,
.public-proof h3,
.public-proof p{margin: 0;}
.public-proof h2{font-size: calc(16.9px * 2);
  line-height: 1.1;}
.public-proof h3{font-size: calc(16.9px * 1.35);
  line-height: 1.2;}
.public-proof p{font-size: 16.9px;
  line-height: 1.74;}
.public-proof .service-links{
  display: grid;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.45rem;
  background: #2B2026;
  color: #FBF7F1;
  position: sticky;
  top: calc(1.02rem * 1.5);
}
.public-proof .service-links .bottom-shell{font-size: calc(16.9px * .875);color:inherit;
  opacity: 0.82;}
.public-proof .focused-flow{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.public-proof .clear-stack{
  display: grid;
  gap: 0.35rem;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.3rem;
  background: var(--paint-secondary);
  color: var(--paint-panel);
  border: 1px solid var(--tone-soft);
  border-left: 3px solid #6E1F33;
  animation: peopleRailIn calc(350ms * 1.8) var(--motion-soft) both;
  animation-delay: var(--ease-base, 0ms);
}
.public-proof .clear-stack .contact-figure{font-size: calc(16.9px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.public-proof .clear-stack p{font-size: 16.9px;}
@keyframes peopleRailIn {from{
    opacity: 0.25;
    transform: translateY(calc(calc(1.02rem * 1) * 0.14));
  }to{
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 860px) {.public-proof .primary-list{
    grid-template-columns: 1fr;
  }.public-proof .service-links{
    position: static;
  }
}
.primary-view{--layer-control:calc(1.5rem * 1.35);--axis-control:calc(980px / 2.20);padding:calc(1.5rem * 2.4) 1.2rem;background:#FBF7F1;color:#241E1A;}
.primary-view .primary-list{max-width:980px;margin:0 auto;}
.primary-view h2,.primary-view h3,.primary-view p{margin:0;}
.primary-view h2{font-size:calc(16.9px * 2);line-height:1.12;}
.primary-view h3{font-size:calc(16.9px * 1.35);line-height:1.2;}
.primary-view p{font-size:16.9px;line-height:1.74;color:#3A322C;}
.primary-view a{color:#6E1F33;text-decoration:none;}
.primary-view a:hover{color:inherit;}
.primary-view .bottom-shell{font-size:calc(16.9px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#3A322C;}
.primary-view .offer-panel{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.19rem;background:#6E1F33;color:#FBF7F1;}
.primary-view .offer-panel:hover{background:#571628;color:#FBF7F1;}
.primary-view .public-flow{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.02rem;margin-top:var(--layer-control);}
.primary-view .fresh-figure{flex:1 1 calc(980px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--tone-soft);}
.primary-view .fresh-figure p{margin-top:calc(1.5rem / 3);}
.primary-view .fresh-figure a{display:inline-block;margin-top:calc(1.5rem / 3);font-size:calc(16.9px * .875);}
.primary-view .submit{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.02rem;}
.primary-view .submit>.active-brand{flex:1 1 auto;min-width:0;}
.primary-view .submit>.offer-panel{flex:0 0 auto;}
.primary-view .submit>.public-flow{flex:1 1 100%;}
.primary-view .active-brand h2{margin-top:calc(1.5rem / 2);max-width:var(--axis-control);}
.primary-view .strong-fields{flex:1 1 100%;margin-top:var(--layer-control);font-size:calc(16.9px * .875);color:#3A322C;}
.offer-proof{
  --layer-control:calc(1.5rem * 1.05);
  --axis-control:calc(980px / 2.6);
  padding:calc(1.5rem * 2.4) 1.2rem;
  background:#FBF7F1;
  color:#241E1A;
}
.offer-proof .primary-list{max-width:980px;
  margin:0 auto;}
.offer-proof h2,
.offer-proof h3,
.offer-proof p{margin:0;}
.offer-proof h2{font-size:calc(16.9px * 2);
  line-height:1.14;}
.offer-proof h3{font-size:calc(16.9px * 1.35);
  line-height:1.24;}
.offer-proof p{font-size:16.9px;
  line-height:1.74;}
.offer-proof .main-section{max-width:var(--axis-control);
  padding-bottom:calc(1.02rem * 1.5);
  border-bottom:1px solid var(--tone-soft);}
.offer-proof .content-callout{margin-top:1.5rem;}
.offer-proof .public-flow{display:flex;
  flex-direction:column;
  gap:var(--layer-control);
  margin-top:calc(1.02rem * 1.5);}
.offer-proof .fresh-figure{min-width:0;
  padding-left:calc(1.5rem * .75);
  border-left:2px solid #5E7A8C;}
.offer-proof .fresh-figure p{margin-top:calc(1.5rem / 2.4);}
.offer-proof .strong-fields{margin-top:calc(1.02rem * 1.5);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid var(--tone-soft);}
.offer-proof .strong-fields p{font-size:calc(16.9px * .875);}
.offer-proof .strong-fields a{text-decoration:underline;
  text-underline-offset:3px;}
.offer-proof .strong-fields a:hover{}
@media (min-width:720px){.offer-proof .public-flow{
    flex-direction:row;
    flex-wrap:wrap;
    gap:calc(1.02rem * 1.5) 1.5rem;
  }.offer-proof .fresh-figure{
    flex:1 1 calc(50% - 1.5rem);
  }
}
.primary-rail{padding:calc(1.5rem * 2.4) 1.2rem;background:#F1EBE1;color:#3A322C}
.primary-rail .secondary-visual{max-width:980px;margin:0 auto}
.primary-rail h2{max-width:22ch;margin:0;font-size:calc(16.9px * 2);line-height:1.1}
.primary-rail .offer-lead{max-width:44rem;margin:1.5rem 0 calc(1.02rem * 1.5);font-size:calc(16.9px * 1.125);line-height:1.74}
.primary-rail .plain-steps{margin:0;padding:0;list-style:none;border-top:1px solid var(--tone-soft)}
.primary-rail .plain-steps>li{padding:calc(1.02rem * 1.5) 0;border-bottom:1px solid var(--tone-soft)}
.primary-rail h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.9px * 1.35);line-height:1.2}
.primary-rail .plain-steps p{margin:0;max-width:52rem;line-height:1.74}
@media(min-width:760px){.primary-rail .plain-steps>li{display:grid;grid-template-columns:minmax(14rem,20rem) 1fr;gap:1.02rem;align-items:start}.primary-rail h3{margin:0}
}
.featured-contact{padding:calc(1.5rem * 2.4) 1.2rem;background:#FBF7F1;color:#241E1A}
.featured-contact .primary-list{max-width:980px;margin:0 auto;width:min(100%,48rem)}
.featured-contact .media-list{max-width:36rem;margin-bottom:calc(1.02rem * 1.5)}
.featured-contact .media-list p{margin:0;color:#3A322C;line-height:1.74;font-size:calc(16.9px * .875)}
.featured-contact h2{margin:1.5rem 0 0;font-size:calc(16.9px * 2);line-height:1.12}
.featured-contact .service-wrap{display:flex;flex-direction:column;border-top:1px solid var(--tone-soft)}
.featured-contact .bottom-shell{padding:1.5rem 0;color:#3A322C;line-height:1.74;border-bottom:1px solid var(--tone-soft)}
.featured-contact .fresh-figure{display:flex;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid var(--tone-soft);align-items:baseline}
.featured-contact .fresh-figure strong{flex:0 0 14rem;font-size:16.9px;line-height:1.3}
.featured-contact .fresh-figure p{flex:1 1 0;margin:0;line-height:1.74;color:#3A322C}
.featured-contact .strong-fields{margin:calc(1.02rem * 1.5) 0 0;font-size:calc(16.9px * .875);color:#3A322C;line-height:1.74}
.featured-contact .strong-fields a{color:#6E1F33;text-decoration:underline;text-underline-offset:3px}
.featured-contact .strong-fields a:hover{color:inherit;}
@media(max-width:700px){.featured-contact .fresh-figure{display:block}.featured-contact .fresh-figure strong{display:block;margin-bottom:calc(1.5rem * .75)}
}
.soft-team{padding:calc(1.5rem * 2) 1.2rem;background:linear-gradient(135deg, #FBF7F1 0%, #F1EBE1 55%, #E4DCCF 100%);color:#241E1A;}
.soft-team .open-nav{max-width:980px;margin:0 auto;display:grid;gap:calc(1.02rem * 1.5);}
.soft-team h2,.soft-team h3,.soft-team p{margin:0;}
.soft-team .content-callout{display:grid;gap:.6rem;max-width:52ch;}
.soft-team .content-callout h2{font-size:calc(16.9px * 2);line-height:1.25;}
.soft-team .active-brand{font-size:16.9px;}
.soft-team .public-flow{display:grid;gap:0;border-top:1px solid var(--tone-soft);}
.soft-team .fresh-figure{display:grid;grid-template-columns:6rem 1fr;gap:1.02rem;padding:1.1rem 0;border-bottom:1px solid var(--tone-soft);align-items:start;}
.soft-team .clear-fields{font-size:calc(16.9px * .875);letter-spacing:.08em;text-transform:uppercase;font-weight:600;padding-top:.15rem;}
.soft-team .wide-items{display:grid;gap:.35rem;}
.soft-team .wide-items h3{font-size:calc(16.9px * 1.125);line-height:1.35;}
.soft-team .wide-items p{font-size:16.9px;line-height:1.74;}
.soft-team .strong-fields{padding-top:.4rem;}
.soft-team .strong-fields p{font-size:calc(16.9px * .875);}
.soft-team .strong-fields a{text-decoration:underline;text-underline-offset:3px;}
.soft-team .strong-fields a:hover{}
@media (max-width:680px){.soft-team .fresh-figure{grid-template-columns:1fr;gap:.3rem;}.soft-team .clear-fields{padding-top:0;}
    }
.local-copy{
  --layer-control:calc(1.5rem * 1.18);
  --axis-control:calc(980px / 2.10);
  padding:calc(1.5rem * 2.4) 1.2rem;
  background:#F1EBE1;
  color:#3A322C;
}
.local-copy .primary-list{max-width:980px;margin:0 auto;}
.local-copy h1,.local-copy h2,.local-copy h3,.local-copy p{margin:0;}
.local-copy h2{font-size:calc(16.9px * 2);line-height:1.14;max-width:var(--axis-control);}
.local-copy p{font-size:16.9px;line-height:1.74;}
.local-copy .content-callout{font-size:calc(16.9px * .875);letter-spacing:0.02em;text-transform:uppercase;color:#3A322C;opacity:0.78;}
.local-copy .bottom-shell{max-width:calc(980px / 1.55);}
.local-copy a{color:inherit;text-decoration:none;}
.local-copy .offer-panel{
  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.19rem;
  background:#6E1F33;
  color:#FBF7F1;
  font-size:16.9px;
  transition:background 350ms var(--motion-soft);
}
.local-copy .offer-panel:hover{background:#571628;color:var(--paint-panel);}
.local-copy .strong-fields{font-size:calc(16.9px * .875);
  color:#3A322C;
  opacity:0.85;
  max-width:calc(980px / 1.55);}
.local-copy .strong-fields a{color:#6E1F33;
  text-decoration:underline;
  text-underline-offset:0.18em;}
.local-copy .strong-fields a:hover{color:inherit;}
.local-copy .featured-shell>h2,
.local-copy .featured-shell>p,
.local-copy .featured-shell>.offer-panel{margin-top:1.5rem;}
.local-copy .featured-shell>.content-callout{margin-top:0;}
.local-copy .featured-shell>.strong-fields{margin-top:var(--layer-control);}
@media (max-width:640px){.local-copy h2{max-width:none;}.local-copy .bottom-shell,
  .local-copy .strong-fields{max-width:none;}
}
.team-panel{
        padding:calc(1.5rem * 2.4) 1.2rem;
        background:#FBF7F1;
        color:#241E1A;
    }
.team-panel .primary-list{max-width:980px;
        margin:0 auto;}
.team-panel .media-list{margin-bottom:calc(1.02rem * 1.5);
        border-bottom:1px solid var(--tone-soft);
        padding-bottom:calc(1.5rem * .75);}
.team-panel .media-list p{margin:0;
        font-size:calc(16.9px * .875);
        letter-spacing:.04em;
        text-transform:uppercase;}
.team-panel .media-list h2{margin:8px 0 0;
        font-size:calc(16.9px * 2);
        line-height:1.2;}
.team-panel .content-callout{margin:0 0 calc(1.02rem * 1.5);
        max-width:60ch;
        font-size:16.9px;
        line-height:1.74;}
.team-panel .focused-flow{display:flex;
        flex-direction:column;
        gap:calc(1.5rem * .75);}
.team-panel .compact-team{display:flex;
        flex-wrap:wrap;
        gap:1.02rem;
        align-items:flex-start;
        padding:calc(1.5rem * .75) 0;
        border-top:1px solid var(--tone-soft);}
.team-panel .compact-team:last-child{border-bottom:1px solid var(--tone-soft);}
.team-panel .simple-panel{
        flex:0 0 auto;
        min-width:150px;
        padding:4px 10px;
        border-radius:0.19rem;
        background:#5E7A8C;
        color:#FBF7F1;
        font-size:calc(16.9px * .875);
        line-height:1.5;
    }
.team-panel .active-brand{flex:1 1 320px;
        min-width:0;}
.team-panel .active-brand h3{margin:0 0 6px;
        font-size:calc(16.9px * 1.35);}
.team-panel .active-brand p{margin:0 0 8px;
        line-height:1.74;}
.team-panel .active-brand p:last-child{margin-bottom:0;}
.team-panel .active-brand a{text-decoration:underline;
        text-underline-offset:2px;}
.team-panel .active-brand a:hover{}
.team-panel .strong-fields{font-size:calc(16.9px * .875);}
.team-panel .service-links{
        margin-top:calc(1.02rem * 1.5);
        padding:calc(1.5rem * .75);
        border-radius:0.3rem;
        background:#F1EBE1;
        color:#3A322C;
    }
.team-panel .service-links p{margin:0;
        font-size:calc(16.9px * .875);}
@media (max-width:640px){.team-panel .simple-panel{
            min-width:0;
        }
    }
.strong-plan{--layer-control:calc(1.5rem * 1.05);--axis-control:calc(980px / 2.6);padding:calc(1.5rem * 2.4) 1.2rem;background:#FBF7F1;color:#241E1A;}
.strong-plan .primary-list{max-width:980px;margin:0 auto;}
.strong-plan h2,.strong-plan h3,.strong-plan p{margin:0;}
.strong-plan h2{font-size:calc(16.9px * 2);line-height:1.14;}
.strong-plan h3{font-size:calc(16.9px * 1.35);line-height:1.22;}
.strong-plan p{font-size:16.9px;line-height:1.74;}
.strong-plan .bottom-shell{font-size:calc(16.9px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#3A322C;}
.strong-plan .content-callout{margin-top:calc(1.5rem / 2);max-width:var(--axis-control);}
.strong-plan a{color:#6E1F33;text-decoration:none;}
.strong-plan a:hover{color:inherit;}
.strong-plan .offer-panel{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * 0.9) 1.5rem;border-radius:0.19rem;background:#6E1F33;color:#FBF7F1;}
.strong-plan .offer-panel:hover{background:#571628;color:#FBF7F1;}
.strong-plan .public-flow{display:flex;flex-wrap:wrap;gap:1.02rem;margin-top:var(--layer-control);}
.strong-plan .fresh-figure{flex:1 1 calc(980px / 3.4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid var(--tone-soft);}
.strong-plan .fresh-figure p{margin-top:calc(1.5rem / 3);color:#3A322C;}
.strong-plan .submit{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.02rem;}
.strong-plan .submit>.active-brand{flex:1 1 auto;min-width:0;}
.strong-plan .submit>.offer-panel{flex:0 0 auto;}
.strong-plan .submit>.public-flow{flex:1 1 100%;}
.strong-plan .strong-fields{flex:1 1 100%;margin-top:var(--layer-control);font-size:calc(16.9px * .875);color:#3A322C;}
.strong-plan .strong-fields a{text-decoration:underline;text-underline-offset:3px;}
@media (max-width:720px){.strong-plan .fresh-figure{flex:1 1 100%;}.strong-plan .submit{align-items:flex-start;}
}
.page-flow{
  --layer-control:calc(1.5rem * 1.15);
  --axis-control:calc(980px / 1.6);
  padding:calc(1.5rem * 2.4) 1.2rem;
  background:#FBF7F1;
  color:#241E1A;
}
.page-flow .primary-list{max-width:980px;
  margin:0 auto;}
.page-flow h2,
.page-flow h3,
.page-flow p{margin:0;}
.page-flow .media-list{max-width:var(--axis-control);
  padding-bottom:calc(1.02rem * 1.5);
  border-bottom:1px solid var(--tone-soft);}
.page-flow h2{font-size:calc(16.9px * 2);
  line-height:1.14;}
.page-flow .content-callout{margin-top:1.5rem;
  font-size:16.9px;
  line-height:1.74;}
.page-flow .service-feature{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:calc(1.02rem * 1.5);}
.page-flow .fresh-figure{display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(0, 1.35fr);
  gap:1.02rem;
  padding:calc(1.02rem * 1.5) 0;
  border-bottom:1px solid var(--tone-soft);}
.page-flow .fresh-figure:first-child{padding-top:0;}
.page-flow .fresh-figure:last-child{border-bottom:0;
  padding-bottom:0;}
.page-flow h3{font-size:calc(16.9px * 1.35);
  line-height:1.24;}
.page-flow .fresh-figure p{font-size:16.9px;
  line-height:1.74;}
.page-flow .strong-fields{margin-top:calc(1.02rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid var(--tone-soft);
  font-size:calc(16.9px * .875);}
.page-flow .strong-fields a{text-decoration:underline;
  text-underline-offset:3px;}
.page-flow .strong-fields a:hover{}
@media (max-width:720px){.page-flow .fresh-figure{
    grid-template-columns:1fr;
    gap:calc(1.02rem * .5);
  }
}
.clear-unit{
        padding:clamp(50px,7vw,88px) clamp(16px,4vw,36px);
        background:#F1EBE1;
        color:#3A322C;
    }
.clear-unit .primary-list{max-width:980px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.02rem * 1.5);}
.clear-unit .main-section{max-width:62ch;}
.clear-unit .main-section h2{margin:0;
        font-size:clamp(26px,3.6vw,38px);
        line-height:1.2;}
.clear-unit .main-section .content-callout{margin:1.5rem 0 0;
        font-size:16.9px;
        line-height:1.74;}
.clear-unit .focused-flow{display:flex;
        flex-wrap:wrap;
        gap:1.02rem;}
.clear-unit .fresh-figure{
        flex:1 1 240px;
        min-width:0;
        padding:calc(1.5rem * .75);
        background:var(--paint-secondary);
        color:var(--paint-panel);
        border:1px solid var(--tone-soft);
        border-radius:0.3rem;
        display:flex;
        flex-direction:column;
        gap:0.5rem;
    }
.clear-unit .fresh-figure h3{margin:0;
        font-size:calc(16.9px * 1.125);
        line-height:1.3;}
.clear-unit .fresh-figure p{margin:0;
        font-size:calc(16.9px * .875);
        line-height:1.74;}
.clear-unit .fresh-figure .bottom-shell{font-size:calc(16.9px * .875);
        opacity:0.85;}
.clear-unit .fresh-figure a{margin-top:auto;
        color:#6E1F33;
        text-decoration:none;
        font-weight:600;
        font-size:calc(16.9px * .875);
        border-bottom:1px solid transparent;
        transition:color 350ms var(--motion-soft), border-color 350ms var(--motion-soft);}
.clear-unit .fresh-figure a:hover{color:inherit;
        border-bottom-color:#5E7A8C;}
.clear-unit .service-links{border-top:1px solid var(--tone-soft);
        padding-top:1.5rem;
        display:flex;
        flex-direction:column;
        gap:0.6rem;
        max-width:70ch;}
.clear-unit .service-links p{margin:0;
        font-size:calc(16.9px * .875);
        line-height:1.74;}
.clear-unit .service-links .strong-fields{display:flex;
        flex-wrap:wrap;
        align-items:center;
        gap:0.4rem;}
.clear-unit .service-links .strong-fields a{color:#6E1F33;
        text-decoration:none;
        font-weight:600;
        border-bottom:1px solid transparent;
        transition:color 350ms var(--motion-soft), border-color 350ms var(--motion-soft);}
.clear-unit .service-links .strong-fields a:hover{color:inherit;
        border-bottom-color:#5E7A8C;}
.clear-unit .service-links .public-brand{opacity:0.6;}
.clear-unit .service-links .open-region{opacity:0.85;}
@media (max-width: 720px){.clear-unit .focused-flow{
            flex-direction:column;
        }
    }
.team-menu{
        background: #6E1F33;
        color: #FBF7F1;
    }
.team-menu .public-shell{max-width: 980px;
        margin: 0 auto;
        padding: calc(1.5rem * 2.4) 1.2rem calc(1.02rem * 1.5);}
.team-menu h2{margin: 0;
        font-size: calc(16.9px * 2.65);
        line-height: 1.05;}
.team-menu .public-shell p{max-width: 46rem;
        margin: 1.5rem 0 0;
        font-size: calc(16.9px * 1.125);
        line-height: 1.74;}
.team-menu .quiet-header{
        background: #2B2026;
        color: #FBF7F1;
    }
.team-menu .fresh-brand{
        background: #F1EBE1;
        color: #3A322C;
    }
.team-menu .content-entries{max-width: 980px;
        margin: 0 auto;
        padding: 1.5rem 1.2rem;}
.team-menu .quiet-header .content-entries{display: flex;
        flex-wrap: wrap;
        gap: 1.02rem;}
.team-menu .quiet-header a{flex: 1 1 16rem;
        min-width: 0;
        color: inherit;
        font-size: calc(16.9px * 1.35);
        line-height: 1.2;
        overflow-wrap: anywhere;
        text-decoration: none;
        border-left: 1px solid rgba(251, 247, 241, 0.28);
        padding-left: calc(1.5rem * .75);
        transition: border-color 350ms var(--motion-soft);}
.team-menu .quiet-header a:first-child{border-left: 0;
        padding-left: 0;}
.team-menu .quiet-header a:hover{border-color: #5E7A8C;}
.team-menu .quiet-header span{display: block;
        margin-bottom: calc(1.5rem * .75);
        font-size: calc(16.9px * .875);
        opacity: .68;}
.team-menu .fresh-brand .content-entries{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 1.02rem;}
.team-menu .fresh-brand p{flex: 1 1 18rem;
        margin: 0;
        line-height: 1.74;}
.team-menu .fresh-brand .content-entries > div{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75) 1.02rem;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid var(--tone-soft);}
.team-menu .fresh-brand a{text-underline-offset: .22em;
        transition: color 350ms var(--motion-soft);}
.team-menu .fresh-brand a:hover{}
@media (max-width: 680px) {.team-menu .quiet-header a{
            flex: 1 1 100%;
            border-left: 0;
            padding-left: 0;
        }.team-menu .quiet-header a + a{
            padding-top: 1.5rem;
            border-top: 1px solid rgba(251, 247, 241, 0.28);
        }.team-menu .fresh-brand p{
            flex: 1 1 100%;
        }
    }
.direct-header{
  padding: calc(1.5rem * 2.4) 1.2rem;
  background: #2B2026;
  color: #FBF7F1;
}
.direct-header .primary-list{max-width: 980px;
  margin: 0 auto;}
.direct-header .content-callout{max-width: 46rem;
  margin-bottom: calc(1.02rem * 1.5);}
.direct-header .content-callout h2{margin: 0;
  font-size: calc(16.9px * 2);
  line-height: 1.1;}
.direct-header .content-callout p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.9px * 1.125);
  color: #D9D2C8;}
.direct-header .contact-section{display: flex;
  flex-wrap: wrap;
  gap: 1.02rem;}
.direct-header .strong-fields{
  flex: 1 1 15rem;
  min-width: 0;
  padding: calc(1.5rem * .75);
  border-radius: 0.45rem;
  border: 1px solid #3A322C;
  background: #2B2026;
  color: #FBF7F1;
  text-decoration: none;
  transition: border-color 350ms var(--motion-soft), background 350ms var(--motion-soft);
}
.direct-header .strong-fields:hover{border-color: #5E7A8C;}
.direct-header .strong-fields .simple-panel{display: block;
  font-size: calc(16.9px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #D9D2C8;}
.direct-header .strong-fields strong{display: block;
  margin: calc(1.5rem * .75) 0 calc(calc(1.5rem * .75) * .6);
  font-size: calc(16.9px * 1.35);
  line-height: 1.2;}
.direct-header .strong-fields small{display: block;
  font-size: calc(16.9px * .875);
  line-height: 1.74;
  color: #D9D2C8;}
.direct-header .bottom-shell{margin-top: calc(1.02rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #3A322C;
  max-width: 52rem;}
.direct-header .bottom-shell p{margin: 0;
  font-size: 16.9px;
  color: #D9D2C8;}
.direct-header .bottom-shell a{text-decoration: underline;
  text-underline-offset: 3px;}
.direct-header .bottom-shell a:hover{color:inherit;}
@media (max-width: 720px) {.direct-header .contact-section{
    flex-direction: column;
  }
}
.title{padding:calc(1.5rem * 2.4) 1.2rem;background:#2B2026;color:#FBF7F1}
.title .primary-list{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.02rem * 1.5)}
.title .content-callout{display:flex;flex-direction:column;gap:calc(1.5rem * .75);max-width:60ch}
.title h2{margin:0;font-size:calc(16.9px * 2);line-height:1.1}
.title .bottom-shell{margin:0;font-size:16.9px;line-height:1.74;opacity:0.86}
.title .public-flow{display:flex;flex-direction:column;border-top:1px solid color-mix(in srgb,#FBF7F1 22%,transparent)}
.title .fresh-figure{display:flex;flex-wrap:wrap;gap:1.02rem;padding:1.5rem 0;border-bottom:1px solid color-mix(in srgb,#FBF7F1 22%,transparent)}
.title .simple-nav{flex:0 0 14rem;margin:0;font-size:calc(16.9px * .875);text-transform:uppercase;letter-spacing:0.04em;opacity:0.72}
.title .open-shell{flex:1 1 22rem;min-width:0;font-size:16.9px;font-weight:400;line-height:1.74}
.title a{align-self:flex-start;border-radius:0.19rem;background:#6E1F33;color:#FBF7F1;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-size:calc(16.9px * .875)}
.title a:hover{background:#571628;color:var(--paint-panel);}
@media(max-width:680px){.title .simple-nav{flex-basis:100%}.title h2{font-size:calc(16.9px * 1.35)}}
.service-plan{
  padding: calc(1.5rem * 2.4) 1.2rem;
  background: #2B2026;
  color: #FBF7F1;
}
.service-plan .primary-list{max-width: min(980px, 68rem);
  margin: 0 auto;}
.service-plan .media-list{max-width: 46rem;
  margin-bottom: calc(1.02rem * 1.5);}
.service-plan h2{margin: 0;
  font-size: calc(16.9px * 2);
  line-height: 1.12;}
.service-plan .content-callout{margin: calc(1.5rem * .75) 0 0;
  font-size: 16.9px;
  line-height: 1.74;
  color: #D9D2C8;}
.service-plan .focused-flow{display: flex;
  flex-wrap: wrap;
  gap: 1.02rem;
  margin: 0;}
.service-plan .fresh-figure{flex: 1 1 min(100%, 21rem);
  margin: 0;
  padding: calc(1.5rem * .75) 0 0;
  border-top: 1px solid #3A322C;}
.service-plan .steady-copy{margin: 0 0 calc(1.5rem * .75);
  font-size: 16.9px;
  line-height: 1.74;
  color: #D9D2C8;}
.service-plan .direct-nav{display: flex;
  flex-direction: column;
  gap: 0.15rem;}
.service-plan .narrow-plan{font-weight: 700;
  font-size: 16.9px;}
.service-plan .contact-figure{font-size: calc(16.9px * .875);color:inherit;}
.service-plan .wide-rail{margin-top: calc(1.02rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #3A322C;}
.service-plan .main-note{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.9px * .875);
  color: #D9D2C8;}
.service-plan .active-body{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.02rem;}
.service-plan .active-body li{font-size: calc(16.9px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.78;}
@media (max-width: 700px) {.service-plan .focused-flow{
    display: block;
  }.service-plan .fresh-figure + .fresh-figure{
    margin-top: 1.02rem;
  }
}
.wide-list{--layer-control:calc(1.5rem * 1.35);--axis-control:calc(980px / 2.20);padding:calc(1.5rem * 2.4) 1.2rem;background:#6E1F33;color:#FBF7F1;}
.wide-list .primary-list{max-width:980px;margin:0 auto;}
.wide-list h1,.wide-list h2,.wide-list h3,.wide-list p{margin:0;}
.wide-list h2{font-size:calc(16.9px * 2);line-height:1.12;}
.wide-list h3{font-size:calc(16.9px * 1.35);line-height:1.2;}
.wide-list p{font-size:16.9px;line-height:1.74;color:color-mix(in srgb, currentColor 76%, transparent);}
.wide-list a{color:inherit;text-decoration:none;}
.wide-list .offer-panel{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.19rem;background:#FBF7F1;color:#6E1F33;}
.wide-list .bottom-shell{font-size:calc(16.9px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.wide-list .content-callout{max-width:var(--axis-control);margin-top:calc(1.5rem / 2);}
.wide-list .public-flow{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.02rem;margin-top:var(--layer-control);}
.wide-list .fresh-figure{flex:1 1 calc(980px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.wide-list .fresh-figure p,.wide-list .fresh-figure a{margin-top:calc(1.5rem / 3);}
.wide-list .fresh-figure a{display:inline-block;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:2px;}
.wide-list .submit{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.02rem;}
.wide-list .submit>.active-brand{flex:1 1 auto;min-width:0;}
.wide-list .submit>.offer-panel{flex:0 0 auto;}
.wide-list .submit>.public-flow{flex:1 1 100%;}
.wide-list .active-brand h2{margin-top:calc(1.5rem / 2);}
.wide-list .strong-fields{flex:1 1 100%;margin-top:var(--layer-control);font-size:calc(16.9px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
.wide-list .strong-fields a{border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.fresh-form{padding:calc(1.5rem * 2.4) 1.2rem;background:#FBF7F1;color:#241E1A}
.fresh-form .primary-list{max-width:980px;margin:0 auto}
.fresh-form .bottom-shell{display:flex;flex-wrap:wrap;gap:calc(1.02rem * 1.5);align-items:flex-start}
.fresh-form .quiet-inner{flex:1 1 30rem;min-width:0;background:#F1EBE1;color:#3A322C;border-radius:0.45rem;padding:calc(1.5rem * .75)}
.fresh-form h2{margin:0;font-size:calc(16.9px * 2);line-height:1.12}
.fresh-form .quiet-inner p{margin:1.5rem 0 0;font-size:16.9px;line-height:1.74}
.fresh-form .cluster{flex:1 1 32rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.fresh-form .fresh-figure{border-top:1px solid var(--tone-soft);padding-top:calc(1.5rem * .75)}
.fresh-form .fresh-figure:first-child{border-top:0;padding-top:0}
.fresh-form .fresh-figure strong{display:block;font-size:calc(16.9px * 1.35);line-height:1.2}
.fresh-form .fresh-figure p{margin:calc(1.5rem * .75) 0 0;line-height:1.74}
@media(max-width:780px){.fresh-form .bottom-shell{display:block}.fresh-form .quiet-inner{padding:1.5rem}.fresh-form .cluster{margin-top:calc(1.02rem * 1.5)}}
.content-footer{--layer-control:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.2rem;background:#F1EBE1;color:#3A322C;}
.content-footer .primary-list{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:var(--layer-control);}
.content-footer h2,.content-footer h3,.content-footer p{margin:0;}
.content-footer h2{font-size:calc(16.9px * 2);line-height:1.14;}
.content-footer h3{font-size:calc(16.9px * 1.35);line-height:1.22;}
.content-footer p{font-size:16.9px;line-height:1.74;}
.content-footer .media-list{display:flex;flex-wrap:wrap;gap:1.02rem;align-items:baseline;}
.content-footer .media-list h2{flex:1 1 calc(980px / 2.6);min-width:0;}
.content-footer .media-list .content-callout{flex:1 1 calc(980px / 2.8);min-width:0;font-size:16.9px;}
.content-footer .public-flow{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--tone-soft);}
.content-footer .fresh-figure{display:flex;flex-wrap:wrap;gap:1.02rem;padding:calc(calc(1.5rem * .75) * 1.05) 0;border-bottom:1px solid var(--tone-soft);}
.content-footer .fresh-figure h3{flex:1 1 calc(980px / 3.6);min-width:0;}
.content-footer .fresh-figure p{flex:1 1 calc(980px / 2.1);min-width:0;font-size:calc(16.9px * .875);}
.content-footer .bottom-shell{font-size:calc(16.9px * .875);padding-top:calc(1.5rem / 3);}
.content-footer a{text-decoration:underline;text-underline-offset:3px;}
.content-footer a:hover{}
@media (max-width:640px){.content-footer .media-list h2,.content-footer .media-list .content-callout,.content-footer .fresh-figure h3,.content-footer .fresh-figure p{flex:1 1 100%;}
}
.soft-tile{--layer-control:calc(1.5rem * 1.15);--axis-control:calc(980px / 2.5);padding:calc(1.5rem * 2.4) 1.2rem;background:#FBF7F1;color:#241E1A;}
.soft-tile .primary-list{max-width:980px;margin:0 auto;}
.soft-tile h2,.soft-tile h3,.soft-tile p{margin:0;}
.soft-tile h2{font-size:calc(16.9px * 2);line-height:1.14;}
.soft-tile h3{font-size:calc(16.9px * 1.35);line-height:1.22;}
.soft-tile p{font-size:16.9px;line-height:1.74;}
.soft-tile .bottom-shell{margin-bottom:calc(1.5rem / 2.5);font-size:calc(16.9px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#3A322C;}
.soft-tile .content-callout{max-width:var(--axis-control);margin-top:1.5rem;color:#3A322C;}
.soft-tile .public-flow{display:flex;flex-direction:column;gap:0;margin-top:var(--layer-control);border-top:1px solid var(--tone-soft);}
.soft-tile .fresh-figure{padding:calc(1.02rem * 1.5) 0;border-bottom:1px solid var(--tone-soft);}
.soft-tile .fresh-figure:first-child{padding-top:calc(calc(1.02rem * 1.5) * 0.7);}
.soft-tile .active-brand{max-width:calc(980px * 0.78);}
.soft-tile .active-brand p{margin-top:calc(1.5rem / 3);color:#3A322C;}
@media (max-width:640px){.soft-tile .content-callout{max-width:none;}.soft-tile .active-brand{max-width:none;}
}
.service-details{padding:calc(1.5rem * 2) 1.2rem;background:#FBF7F1;color:#241E1A;}
.service-details .open-nav{max-width:980px;margin:0 auto;display:grid;gap:calc(1.02rem * 1.5);}
.service-details h2,.service-details h3,.service-details p{margin:0;}
.service-details .content-callout{display:grid;gap:.6rem;max-width:62ch;}
.service-details .content-callout h2{font-size:calc(16.9px * 2);line-height:1.25;}
.service-details .active-brand{font-size:16.9px;}
.service-details .public-flow{display:grid;gap:1.02rem;grid-template-columns:repeat(2,minmax(0,1fr));}
.service-details .fresh-figure{display:grid;gap:.4rem;padding:calc(1.5rem * .75);background:var(--paint-secondary);color:var(--paint-panel);border:1px solid var(--tone-soft);border-radius:0.45rem;}
.service-details .fresh-figure h3{font-size:calc(16.9px * 1.35);line-height:1.3;}
.service-details .fresh-figure p{font-size:calc(16.9px * .875);}
.service-details .strong-fields{padding-top:calc(1.02rem * 1.5);border-top:1px solid var(--tone-soft);}
.service-details .strong-fields p{font-size:calc(16.9px * .875);}
.service-details .strong-fields a{text-decoration:underline;text-underline-offset:2px;}
.service-details .strong-fields a:hover{}
@media (max-width: 680px){.service-details .public-flow{grid-template-columns:1fr;}}
.page-method{--layer-control:calc(1.5rem * 1.1);--axis-control:calc(980px / 2.4);padding:calc(1.5rem * 2.4) 1.2rem;background:#FBF7F1;color:#241E1A;}
.page-method .primary-list{max-width:980px;margin:0 auto;}
.page-method h1,.page-method h2,.page-method h3,.page-method p{margin:0;}
.page-method h2{font-size:calc(16.9px * 2);line-height:1.14;max-width:var(--axis-control);}
.page-method h3{font-size:calc(16.9px * 1.35);line-height:1.22;}
.page-method p{font-size:16.9px;line-height:1.74;}
.page-method a{color:#6E1F33;text-decoration:none;}
.page-method a:hover{color:inherit;}
.page-method .bottom-shell{font-size:calc(16.9px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#3A322C;}
.page-method .content-callout{margin-top:calc(1.02rem * 1.5);max-width:var(--axis-control);}
.page-method .offer-panel{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.19rem;background:#6E1F33;color:#FBF7F1;}
.page-method .offer-panel:hover{background:#571628;color:#FBF7F1;}
.page-method .public-flow{display:flex;flex-wrap:wrap;gap:1.02rem;margin-top:var(--layer-control);}
.page-method .fresh-figure{flex:1 1 calc(980px / 3.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--tone-soft);}
.page-method .fresh-figure p{margin-top:calc(1.5rem / 3);color:#3A322C;}
.page-method .submit{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.02rem;}
.page-method .submit>.active-brand{flex:1 1 auto;min-width:0;}
.page-method .submit>.offer-panel{flex:0 0 auto;}
.page-method .submit>.public-flow{flex:1 1 100%;}
.page-method .active-brand h2{margin-top:calc(1.5rem / 3);}
@media (max-width:640px){.page-method .fresh-figure{flex:1 1 100%;}.page-method .submit>.offer-panel{flex:1 1 100%;}
}
.direct-list{
  --layer-control:calc(1.5rem * 1.05);
  --axis-control:calc(980px * 0.62);
  padding:calc(1.5rem * 2.4) 1.2rem;
  background:#FBF7F1;
  color:#241E1A;
}
.direct-list .primary-list{max-width:980px;
  margin:0 auto;}
.direct-list h2,
.direct-list h3,
.direct-list p{margin:0;}
.direct-list h2{font-size:calc(16.9px * 2);
  line-height:1.14;}
.direct-list h3{font-size:calc(16.9px * 1.35);
  line-height:1.24;}
.direct-list p{font-size:16.9px;
  line-height:1.74;}
.direct-list a{text-decoration:underline;
  text-underline-offset:3px;}
.direct-list a:hover{}
.direct-list .media-list{max-width:var(--axis-control);
  margin-bottom:var(--layer-control);}
.direct-list .content-callout{margin-top:calc(1.5rem / 2.4);}
.direct-list .service-feature{display:flex;
  flex-direction:column;
  border-top:1px solid var(--tone-soft);}
.direct-list .fresh-figure{padding:calc(calc(1.5rem * .75) * 1.1) 0;
  border-bottom:1px solid var(--tone-soft);}
.direct-list .fresh-figure p{margin-top:calc(1.5rem / 3);
  max-width:var(--axis-control);}
.direct-list .bottom-shell{margin-top:var(--layer-control);
  padding-top:calc(calc(1.5rem * .75) * 0.9);
  border-top:1px solid var(--tone-soft);
  font-size:calc(16.9px * .875);}
@media (min-width:720px){.direct-list .fresh-figure{
    display:grid;
    grid-template-columns:minmax(0, 1fr) minmax(0, 1.15fr);
    gap:1.02rem;
    align-items:start;
  }.direct-list .fresh-figure p{
    margin-top:0;
  }
}
.team-track{
  padding: calc(1.5rem * 2.4) 1.2rem;
  background: #2B2026;
  color: #FBF7F1;
}
.team-track .primary-list{max-width: min(980px, 72rem);
  margin: 0 auto;}
.team-track .media-list{max-width: 48rem;}
.team-track h2{margin: 0;
  font-size: calc(16.9px * 2);
  line-height: 1.1;}
.team-track .content-callout{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.9px * 1.125);
  line-height: 1.74;
  color: #D9D2C8;}
.team-track .focused-flow{margin-top: calc(1.02rem * 1.5);
  display: flex;
  flex-wrap: wrap;
  gap: 1.02rem;}
.team-track .fresh-figure{
  flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.1);
  border-left: 2px solid #5E7A8C;
  background: rgba(251, 247, 241, 0.04);
  border-radius: 0.19rem;
}
.team-track .steady-copy{margin: 0;
  font-size: 16.9px;
  line-height: 1.65;}
.team-track .direct-nav{margin-top: calc(calc(1.5rem * .75) * 0.9);
  display: flex;
  flex-direction: column;
  gap: 0.15rem;}
.team-track .narrow-plan{font-weight: 700;
  font-size: calc(16.9px * .875);}
.team-track .contact-figure{font-size: calc(16.9px * .875);
  color: #D9D2C8;}
.team-track .bottom-shell{margin-top: calc(1.02rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #3A322C;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.02rem;}
.team-track .bottom-shell p{margin: 0;
  flex: 1 1 32rem;
  font-size: calc(16.9px * .875);
  line-height: 1.7;
  color: #D9D2C8;}
.team-track .public-copy{flex: 0 0 auto;
  font-size: calc(16.9px * .875);
  font-weight: 700;color:inherit;
  text-decoration: none;
  border-bottom: 1px solid #5E7A8C;
  padding-bottom: 2px;
  transition: color 350ms var(--motion-soft), border-color 350ms var(--motion-soft);}
.team-track .public-copy:hover,
.team-track .public-copy:focus-visible{border-color: #FBF7F1;}
@media (max-width: 700px) {.team-track .focused-flow{
    display: block;
  }.team-track .fresh-figure + .fresh-figure{
    margin-top: 1.02rem;
  }.team-track .bottom-shell{
    display: block;
  }.team-track .public-copy{
    display: inline-block;
    margin-top: calc(1.5rem * .75);
  }
}
.clear-items{--layer-control:calc(1.5rem * 1.09);--axis-control:calc(980px / 2.95);padding:calc(1.5rem * 2.4) 1.2rem;background:#6E1F33;color:#FBF7F1;}
.clear-items .primary-list{max-width:980px;margin:0 auto;}
.clear-items h2,.clear-items h3,.clear-items p{margin:0;}
.clear-items h2{font-size:calc(16.9px * 2);line-height:1.12;}
.clear-items h3{font-size:calc(16.9px * 1.35);line-height:1.2;}
.clear-items p{font-size:16.9px;line-height:1.74;color:color-mix(in srgb, currentColor 74%, transparent);}
.clear-items .bottom-shell{margin-bottom:calc(1.5rem / 2);font-size:calc(16.9px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.clear-items .content-callout{margin-top:1.5rem;max-width:var(--axis-control);}
.clear-items .public-flow{display:flex;flex-direction:column;gap:var(--layer-control);margin-top:var(--layer-control);}
.clear-items .fresh-figure{min-width:0;padding-left:1.2rem;border-left:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.clear-items .fresh-figure p{margin-top:calc(1.5rem / 3);max-width:var(--axis-control);}
.team-stack{
  background:#FBF7F1;
  color:#241E1A;
  padding:calc(1.5rem * 2.4) 1.2rem;
}
.team-stack .primary-list{max-width:980px;
  margin:0 auto;}
.team-stack .media-contact{max-width:46rem;}
.team-stack .secondary-view{margin:0 0 1.5rem;
  max-width:34rem;
  color:#3A322C;
  font-size:16.9px;
  line-height:1.74;}
.team-stack h2{margin:0;
  font-size:calc(16.9px * 2);
  line-height:1.1;
  letter-spacing:0;}
.team-stack .team-actions{margin-top:calc(1.02rem * 1.5);
  max-width:54rem;}
.team-stack .fresh-figure{display:flex;
  gap:1.02rem;
  align-items:flex-start;
  padding:1.5rem 0;}
.team-stack .fresh-figure + .fresh-figure{border-top:1px solid var(--tone-soft);}
.team-stack .fresh-figure strong{flex:0 0 12rem;
  min-width:0;
  font-size:16.9px;}
.team-stack .fresh-figure span{min-width:0;
  color:#3A322C;
  line-height:1.74;}
@media (max-width:640px){.team-stack .fresh-figure{display:block}.team-stack .fresh-figure span{display:block;margin-top:.45rem}
}
.offer-fields{
  --layer-control:calc(1.5rem * 0.9);
  --axis-strong:1px solid var(--tone-soft);
  padding:calc(1.5rem * 2.4) 1.2rem;
  background:#FBF7F1;
  color:#241E1A;
}
.offer-fields .primary-list{max-width:980px;
  margin:0 auto;}
.offer-fields h2,
.offer-fields h3,
.offer-fields p{margin:0;}
.offer-fields h2{font-size:calc(16.9px * 2);
  line-height:1.14;}
.offer-fields h3{font-size:calc(16.9px * 1.35);
  line-height:1.22;}
.offer-fields p{font-size:16.9px;
  line-height:1.74;}
.offer-fields .main-section{max-width:calc(980px / 1.6);}
.offer-fields .content-callout{margin-top:1.5rem;}
.offer-fields .strong-fields{list-style:none;
  margin:calc(var(--layer-control) * 1.4) 0 0;
  padding:0;
  border-top:var(--axis-strong);}
.offer-fields .fresh-figure{display:flex;
  gap:1.02rem;
  padding:calc(1.5rem * .75) 0;
  border-bottom:var(--axis-strong);
  align-items:flex-start;}
.offer-fields .steady-unit{flex:0 0 auto;
  min-width:4.2rem;
  font-size:calc(16.9px * .875);
  letter-spacing:0.04em;
  padding-top:0.35rem;}
.offer-fields .wide-items{min-width:0;}
.offer-fields .wide-items p{margin-top:calc(1.5rem / 3);}
@media (max-width:640px){.offer-fields .fresh-figure{
    flex-direction:column;
    gap:calc(1.02rem / 2);
  }.offer-fields .steady-unit{
    padding-top:0;
  }
}
.visual-team{
        padding:calc(1.5rem * 2.4) 1.2rem;
        background:#FBF7F1;
        color:#241E1A;
    }
.visual-team .primary-list{max-width:980px;
        margin:0 auto;}
.visual-team .main-section{max-width:640px;
        margin-bottom:calc(1.02rem * 1.5);}
.visual-team .main-section h2{margin:0 0 1.2rem;
        font-size:calc(16.9px * 2);
        line-height:1.2;}
.visual-team .content-callout{margin:0;
        font-size:16.9px;}
.visual-team .team-actions{display:flex;
        flex-direction:column;
        gap:calc(1.5rem * .75);}
.visual-team .compact-team{border-top:1px solid var(--tone-soft);
        padding-top:calc(1.5rem * .75);}
.visual-team .compact-team:first-child{border-top:none;
        padding-top:0;}
.visual-team .fresh-items{display:flex;
        flex-wrap:wrap;
        gap:1.02rem;
        align-items:baseline;
        margin-bottom:1.2rem;}
.visual-team .simple-panel{
        display:inline-block;
        padding:2px 10px;
        border-radius:0.19rem;
        background:#5E7A8C;
        color:#FBF7F1;
        font-size:calc(16.9px * .875);
        letter-spacing:.02em;
    }
.visual-team .featured-header{font-size:calc(16.9px * .875);}
.visual-team .compact-team h3{margin:0 0 1.2rem;
        font-size:calc(16.9px * 1.35);}
.visual-team .compact-team p{margin:0 0 1.2rem;
        max-width:62ch;}
.visual-team .compact-team p:last-child{margin-bottom:0;}
.visual-team .open-region a{text-decoration:none;
        border-bottom:1px solid var(--tone-soft);}
.visual-team .open-region a:hover{border-bottom-color:#5E7A8C;}
.visual-team .steady-flow{margin-top:calc(1.02rem * 1.5);
        padding-top:calc(1.5rem * .75);
        border-top:1px solid var(--tone-soft);
        display:flex;
        flex-wrap:wrap;
        gap:1.02rem;
        align-items:baseline;
        justify-content:space-between;}
.visual-team .steady-flow p{margin:0;
        max-width:52ch;
        font-size:calc(16.9px * .875);}
.visual-team .strong-fields{display:flex;
        flex-wrap:wrap;
        gap:1.02rem;}
.visual-team .strong-fields a{text-decoration:none;
        font-size:calc(16.9px * .875);
        border-bottom:1px solid var(--tone-soft);}
.visual-team .strong-fields a:hover{border-bottom-color:#5E7A8C;}
@media (max-width:640px){.visual-team .steady-flow{
            flex-direction:column;
            align-items:flex-start;
        }
    }
.team{
  --layer-control:calc(1.5rem * 1.15);
  --axis-control:calc(980px / 3.1);
  padding:calc(1.5rem * 2.4) 1.2rem;
  background:#FBF7F1;
  color:#241E1A;
}
.team .primary-list{max-width:980px;margin:0 auto;}
.team h2,.team h3,.team p,.team ol,.team li{margin:0;}
.team h2{font-size:calc(16.9px * 2);line-height:1.14;}
.team h3{font-size:calc(16.9px * 1.35);line-height:1.22;}
.team p{font-size:16.9px;line-height:1.74;}
.team .main-section{max-width:var(--axis-control);}
.team .content-callout{margin-top:calc(1.5rem / 2);color:#3A322C;}
.team .strong-fields{list-style:none;
  padding:0;
  margin-top:var(--layer-control);
  display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid var(--tone-soft);}
.team .service-list{display:flex;
  gap:1.02rem;
  padding:calc(1.02rem * 1.5) 0;
  border-bottom:1px solid var(--tone-soft);
  align-items:flex-start;}
.team .clear-fields{flex:0 0 auto;
  min-width:2.4rem;
  font-size:calc(16.9px * .875);
  letter-spacing:0.08em;color:inherit;
  padding-top:0.15rem;}
.team .wide-items{min-width:0;max-width:calc(980px * 0.72);}
.team .wide-items p{margin-top:calc(1.5rem / 3);color:#3A322C;}
.team .service-links{margin-top:var(--layer-control);
  display:flex;
  flex-wrap:wrap;
  gap:1.02rem;
  align-items:baseline;
  justify-content:space-between;}
.team .bottom-shell{max-width:var(--axis-control);
  font-size:calc(16.9px * .875);
  color:#3A322C;}
.team .box{display:flex;
  flex-wrap:wrap;
  gap:1.02rem;
  font-size:calc(16.9px * .875);}
.team .box a{color:#6E1F33;
  text-decoration:none;
  border-bottom:1px solid var(--tone-soft);
  padding-bottom:0.1rem;
  transition:color 350ms var(--motion-soft),border-color 350ms var(--motion-soft);}
.team .box a:hover{color:inherit;
  border-color:#5E7A8C;}
@media (max-width:640px){.team .service-list{flex-direction:column;gap:calc(1.02rem / 2);}.team .wide-items{max-width:none;}.team .service-links{flex-direction:column;align-items:flex-start;}
}
.secondary-items{padding:calc(1.5rem * 2.4) 1.2rem;background:#FBF7F1;color:#241E1A}
.secondary-items .primary-list{width:min(100%,calc(980px*.64));margin:0 auto}
.secondary-items .fresh-items{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-bottom:1.5rem;font-size:calc(16.9px * .875);color:#3A322C}
.secondary-items .fresh-items span{position:relative}
.secondary-items .fresh-items span+span::before{content:"·";margin-right:calc(1.5rem * .75);color:inherit;}
.secondary-items h1{margin:0;font-size:calc(16.9px * 2.65);line-height:1.05}
.secondary-items .content-callout{margin:1.5rem 0 calc(1.02rem * 1.5);font-size:calc(16.9px * 1.125);line-height:1.74;color:#3A322C}
.secondary-items .soft-view{border-top:1px solid var(--tone-soft);padding-top:1.5rem}
.secondary-items .soft-view p{margin:0 0 1.5rem;line-height:1.74}
.secondary-items .soft-view p:last-child{margin-bottom:0}
.secondary-items .strong-fields{margin-top:calc(1.02rem * 1.5);padding-top:1.5rem;border-top:1px solid var(--tone-soft);display:flex;flex-wrap:wrap;align-items:baseline;gap:calc(1.5rem * .75);font-size:calc(16.9px * .875)}
.secondary-items .strong-fields span{color:#3A322C}
.secondary-items .strong-fields a{color:#6E1F33;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 350ms var(--motion-soft),color 350ms var(--motion-soft)}
.secondary-items .strong-fields a:hover{color:inherit;border-bottom-color:#5E7A8C}
@media (max-width:640px){.secondary-items .primary-list{width:100%}.secondary-items .fresh-items span+span::before{content:"";margin:0}
}
.service-media{padding:calc(1.5rem * 2.4) 1.2rem;background:#FBF7F1;color:#241E1A}
.service-media .primary-list{width:min(100%,calc(980px*.66));margin:0 auto}
.service-media .media-list{margin-bottom:calc(1.02rem * 1.5)}
.service-media .steady-unit{margin:0 0 calc(1.5rem * .75);font-size:calc(16.9px * .875);color:#3A322C;letter-spacing:.02em}
.service-media h1{margin:0;font-size:calc(16.9px * 2.65);line-height:1.06}
.service-media .content-callout{margin:1.5rem 0 0;font-size:calc(16.9px * 1.125);line-height:1.74;color:#3A322C}
.service-media .wide-items{border-top:1px solid var(--tone-soft);padding-top:1.5rem}
.service-media .wide-items p{margin:0 0 1.5rem;line-height:1.74}
.service-media .wide-items p:last-child{margin-bottom:0}
.service-media .strong-fields{margin-top:calc(1.02rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid var(--tone-soft);display:flex;flex-wrap:wrap;align-items:baseline;gap:1.02rem}
.service-media .primary-summary{margin:0;flex:1 1 100%;font-size:calc(16.9px * .875);color:#3A322C}
.service-media .strong-fields a{color:#6E1F33;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:1px;font-size:16.9px;transition:color 350ms var(--motion-soft)}
.service-media .strong-fields a:hover{color:inherit;}
@media (max-width:640px){.service-media .primary-list{width:100%}.service-media .strong-fields{flex-direction:column;align-items:flex-start}
}
.featured-group{padding:calc(1.5rem * 2.4) 1.2rem;background:#FBF7F1;color:#241E1A}
.featured-group .primary-list{width:min(100%,calc(980px*.62));margin:0 auto}
.featured-group .fresh-items{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-bottom:1.5rem;color:#3A322C;font-size:calc(16.9px * .875)}
.featured-group .fresh-items>*{min-width:0;flex:1 1 18rem}
.featured-group h1{margin:0;font-size:calc(16.9px * 2.65);line-height:1.02}
.featured-group .content-callout{margin:1.5rem 0 calc(1.02rem * 1.5);color:#3A322C;font-size:calc(16.9px * 1.125);line-height:1.74}
.featured-group .soft-view{border-top:1px solid var(--tone-soft);padding-top:1.5rem}
.featured-group .soft-view p{margin:0 0 1.5rem;line-height:1.74}
.featured-group .soft-view p:last-child{margin-bottom:0}
.featured-group .strong-fields{display:flex;flex-wrap:wrap;gap:1.02rem;margin-top:calc(1.02rem * 1.5);padding-top:1.5rem;border-top:1px solid var(--tone-soft)}
.featured-group .strong-fields a{color:#6E1F33;text-decoration:none;font-size:calc(16.9px * .875);border-bottom:1px solid #6E1F33;padding-bottom:2px;transition:color 350ms var(--motion-soft),border-color 350ms var(--motion-soft)}
.featured-group .strong-fields a:hover{color:inherit;border-color:#5E7A8C}
.secondary-menu{background:#6E1F33;color:#FBF7F1;padding:calc(1.5rem * 2.4) 1.2rem}
.secondary-menu .primary-list{max-width:980px;margin:0 auto}
.secondary-menu .focused-flow{display:flex;align-items:flex-start;gap:calc(1.02rem * 1.5);flex-wrap:wrap}
.secondary-menu .primary-lead{flex:1 1 22rem;min-width:0}
.secondary-menu .service-links{flex:1 1 24rem;background:var(--paint-secondary);color:var(--paint-panel);border:1px solid var(--tone-soft);border-radius:0.45rem;padding:calc(1.5rem * .75)}
.secondary-menu h2{margin:0;font-size:clamp(calc(16.9px * 2),5vw,calc(16.9px * 2.65));line-height:1.08;letter-spacing:0}
.secondary-menu h3{margin:0 0 1.5rem;font-size:calc(16.9px * 1.35);line-height:1.25}
.secondary-menu h3 + .public-flow{margin-top:0}
.secondary-menu p{margin:1.5rem 0 0;font-size:calc(16.9px * 1.125);line-height:1.65}
.secondary-menu .open-region{display:flex;flex-wrap:wrap;gap:0.4rem 0.8rem;margin-top:1.5rem;font-size:16.9px;line-height:1.5;align-items:baseline}
.secondary-menu .featured-panel{flex:0 0 6.5rem;font-size:calc(16.9px * .875);text-transform:uppercase;letter-spacing:0.06em;opacity:0.75}
.secondary-menu a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;line-height:1.4}
.secondary-menu a:hover{}
.secondary-menu .public-flow{list-style:none;margin:0 0 calc(1.02rem * 1.5);padding:0;display:flex;flex-direction:column;gap:1.5rem}
.secondary-menu .public-flow li{display:flex;flex-direction:column;gap:0.2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--tone-soft)}
.secondary-menu .public-flow li:last-child{border-bottom:0;padding-bottom:0}
.secondary-menu .public-flow strong{font-size:16.9px;line-height:1.35}
.secondary-menu .public-flow span{font-size:calc(16.9px * .875);line-height:1.6;opacity:0.85}
.secondary-menu .bottom-shell{margin:0;font-size:calc(16.9px * .875);line-height:1.6;opacity:0.9}
.secondary-menu .bottom-shell a{color:inherit}
@media(max-width:760px){.secondary-menu .focused-flow{flex-direction:column}.secondary-menu .primary-lead,.secondary-menu .service-links{flex-basis:auto;width:100%}.secondary-menu .featured-panel{flex-basis:auto}
}
.simple-wrap{
  background: #FBF7F1;
  color: #241E1A;
  padding: calc(1.5rem * 2.4) 1.2rem;
}
.simple-wrap .content-entries{max-width: min(980px, 54rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.02rem * 1.5);}
.simple-wrap .content-callout{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.simple-wrap h2{margin: 0;
  font-size: clamp(calc(16.9px * 2), 4.4vw, calc(16.9px * 2.65));
  line-height: 1.1;
  letter-spacing: 0;}
.simple-wrap .content-callout p{margin: 0;
  max-width: 42rem;
  color: #3A322C;
  font-size: calc(16.9px * 1.125);
  line-height: 1.68;}
.simple-wrap .compact-quote{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: calc(1.02rem * 1.5);
  border-top: 1px solid var(--tone-soft);}
.simple-wrap .compact-team{display: flex;
  align-items: baseline;
  gap: 1.02rem;
  min-width: 0;
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid var(--tone-soft);}
.simple-wrap label{flex: 0 0 12rem;
  min-width: 0;
  font-size: calc(16.9px * .875);
  color: #3A322C;
  letter-spacing: 0.01em;}
.simple-wrap input{
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #241E1A;
  padding: calc(1.5rem * .75) 0;
  font: inherit;
}
.simple-wrap input::placeholder{color: rgba(255,255,255,0.55);}
.simple-wrap input:focus{outline: none;
  border-bottom: 1px solid #5E7A8C;}
.simple-wrap .featured-form{display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.02rem;
  padding-top: calc(1.5rem * .75);}
.simple-wrap .featured-form span{max-width: 30rem;
  color: #3A322C;
  line-height: 1.6;
  font-size: calc(16.9px * .875);}
.simple-wrap button{
  border: 0;
  border-radius: 0.3rem;
  background: #6E1F33;
  color: #FBF7F1;
  padding: calc(1.5rem * .75) 1.02rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 350ms var(--motion-soft);
}
.simple-wrap button:hover{
  background: #571628;color:var(--paint-panel);}
@media (max-width: 640px) {.simple-wrap .compact-team{
    flex-direction: column;
    align-items: flex-start;
    gap: calc(calc(1.5rem * .75) * 0.5);
  }.simple-wrap label{
    flex-basis: auto;
  }.simple-wrap .featured-form{
    flex-direction: column;
    align-items: flex-start;
  }
}
.public-menu{padding:calc(1.5rem * 2.4) 1.2rem;background:#FBF7F1;color:#241E1A}
.public-menu .focused-steps{max-width:980px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,.5fr);gap:calc(1.02rem * 1.5);align-items:start}
.public-menu .soft-view{display:flex;flex-direction:column;gap:1.5rem}
.public-menu h2{margin:0;font-size:calc(16.9px * 2);line-height:1.15}
.public-menu .soft-view>p{margin:0;font-size:16.9px;max-width:38rem}
.public-menu .team-actions{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--tone-soft)}
.public-menu .compact-team{display:grid;grid-template-columns:minmax(7rem,.3fr) minmax(0,1fr);gap:1.02rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--tone-soft)}
.public-menu .compact-team span{font-size:calc(16.9px * .875);}
.public-menu .compact-team strong{font-weight:400;font-size:16.9px;line-height:1.55}
.public-menu .compact-team a{text-decoration:none;border-bottom:1px solid currentColor}
.public-menu .compact-team a:hover{}
.public-menu .bottom-shell{margin:0;padding:calc(1.5rem * .75);border-radius:0.3rem;background:#F1EBE1;color:#3A322C;font-size:calc(16.9px * .875);line-height:1.6}
.public-menu .focused-contact{min-height:30rem;border-radius:0.45rem;overflow:hidden;border:1px solid var(--tone-soft);box-shadow:0 1px 3px rgba(0,0,0,0.06);background:var(--paint-secondary);color:var(--paint-panel);}
.public-menu iframe{display:block;width:100%;height:100%;border:0}
@media (max-width:860px){.public-menu .focused-steps{grid-template-columns:1fr}.public-menu .focused-contact{min-height:22rem;order:-1}.public-menu .compact-team{grid-template-columns:1fr;gap:0.3rem}
}
.narrow-rail{
  padding:calc(1.5rem * 2.4) 1.2rem;
  background:#2B2026;
  color:#FBF7F1;
}
.narrow-rail .active-brand{max-width:min(980px,60rem);
  margin:0 auto;}
.narrow-rail h2{margin:0;
  font-size:calc(16.9px * 2.65);
  line-height:1.1;}
.narrow-rail .content-callout{margin:1.5rem 0 calc(1.02rem * 1.5);
  font-size:calc(16.9px * 1.125);
  line-height:1.74;
  color:color-mix(in srgb,currentColor 78%,transparent);}
.narrow-rail .public-flow{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb,currentColor 18%,transparent);
  padding-top:calc(1.02rem * 1.5);}
.narrow-rail .fresh-figure{padding:0 0 calc(1.5rem * .75);
  border-bottom:1px solid color-mix(in srgb,currentColor 12%,transparent);}
.narrow-rail .fresh-figure:last-of-type{border-bottom:none;
  padding-bottom:0;}
.narrow-rail h3{margin:0 0 0.4rem;
  font-size:calc(16.9px * 1.35);
  line-height:1.25;}
.narrow-rail .fresh-figure p{margin:0;
  color:color-mix(in srgb,currentColor 80%,transparent);}
.narrow-rail a{text-decoration:underline;
  text-underline-offset:3px;}
.narrow-rail a:hover{color:color-mix(in srgb,currentColor 70%,transparent);}
.narrow-rail .bottom-shell{margin:calc(1.02rem * 1.5) 0 0;
  font-size:calc(16.9px * .875);
  color:color-mix(in srgb,currentColor 65%,transparent);}
@media (min-width:720px){.narrow-rail .public-flow{
    gap:calc(1.02rem * 1.5);
  }.narrow-rail .fresh-figure{
    display:grid;
    grid-template-columns:minmax(12rem,18rem) 1fr;
    gap:1.02rem;
    align-items:start;
  }.narrow-rail h3{
    margin:0;
  }
}
.simple-list{
  padding:calc(1.5rem * 2.4) 1.2rem;
  background:#2B2026;
  color:#FBF7F1;
}
.simple-list .active-brand{max-width:min(980px,56rem);
  margin:0 auto;}
.simple-list h2{margin:0;
  font-size:calc(16.9px * 2);
  line-height:1.15;
  letter-spacing:0.01em;}
.simple-list .main-section{margin:1.5rem 0 calc(1.02rem * 1.5);
  font-size:calc(16.9px * 1.125);
  line-height:1.6;
  color:color-mix(in srgb,currentColor 74%,transparent);}
.simple-list .steady-proof{padding:calc(1.5rem * .75) 0;
  border-top:1px solid color-mix(in srgb,currentColor 18%,transparent);}
.simple-list .steady-proof:first-of-type{border-top:none;
  padding-top:0;}
.simple-list .steady-proof:last-of-type{padding-bottom:0;}
.simple-list h3{margin:0 0 calc(calc(1.5rem * .75) / 2);
  font-size:calc(16.9px * 1.35);
  line-height:1.25;
  font-weight:600;}
.simple-list .steady-proof p{margin:0;
  font-size:16.9px;
  line-height:1.7;
  color:color-mix(in srgb,currentColor 74%,transparent);}
@media (max-width:640px){.simple-list h2{font-size:calc(16.9px * 1.35)}.simple-list .main-section{font-size:16.9px}
}
.fresh-lead{
  padding: calc(1.5rem * 2.4) 1.2rem;
  background: #2B2026;
  color: #FBF7F1;
}
.fresh-lead .primary-list{max-width: min(980px, 72rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.02rem * 1.5);}
.fresh-lead .content-callout{max-width: 44rem;}
.fresh-lead h2{margin: 0;
  font-size: calc(16.9px * 2);
  line-height: 1.12;}
.fresh-lead .main-section{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.9px * 1.125);
  color: #D9D2C8;}
.fresh-lead .strong-fields{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.fresh-lead .service-list{
  flex: 1 1 16rem;
  padding: calc(1.5rem * .75);
  border: 1px solid #3A322C;
  border-radius: 0.45rem;
  background: #2B2026;
  color: #FBF7F1;
}
.fresh-lead .service-list .contact-inner{display: block;
  margin-bottom: 0.4rem;
  font-size: calc(16.9px * .875);
  letter-spacing: 0.08em;
  color: #D9D2C8;}
.fresh-lead .service-list strong{display: block;
  font-size: calc(16.9px * 1.35);
  line-height: 1.25;}
.fresh-lead .service-list p{margin: calc(1.5rem * .75) 0 0;
  color: #D9D2C8;}
.fresh-lead .media-headline{border-top: 1px solid #3A322C;
  padding-top: calc(1.5rem * .75);}
.fresh-lead .bottom-shell{margin: 0 0 calc(1.5rem * .75);
  max-width: 46rem;
  color: #D9D2C8;}
.fresh-lead .top-fields{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.02rem calc(1.02rem * 1.5);}
.fresh-lead .top-fields li{font-size: 16.9px;}
.fresh-lead .top-fields a{text-decoration: underline;
  text-underline-offset: 3px;}
.fresh-lead .top-fields a:hover{color: #D9D2C8;}
.fresh-lead .public-links{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.9px * .875);
  color: #D9D2C8;}
.fresh-lead .public-links a{text-decoration: underline;
  text-underline-offset: 3px;}
.fresh-lead .public-links a:hover{color: #D9D2C8;}
@media (max-width: 640px) {.fresh-lead .strong-fields{
    flex-direction: column;
  }
}
.menu{--layer-control:calc(1.5rem * 1.42);--axis-control:calc(980px / 2.90);padding:calc(1.5rem * 2.4) 1.2rem;background:#6E1F33;color:#FBF7F1;}
.menu .primary-list{max-width:980px;margin:0 auto;}
.menu h1,.menu h2,.menu h3,.menu p{margin:0;}
.menu h1{font-size:calc(16.9px * 2.65);line-height:1.08;}
.menu h2{font-size:calc(16.9px * 2);line-height:1.12;}
.menu h3{font-size:calc(16.9px * 1.35);line-height:1.2;}
.menu p{font-size:16.9px;line-height:1.74;color:color-mix(in srgb, currentColor 78%, transparent);}
.menu a{color:inherit;text-decoration:none;}
.menu .featured-shell>h2,.menu .featured-shell>p,.menu .featured-shell>.strong-fields{margin-top:1.5rem;}
.menu .bottom-shell{font-size:calc(16.9px * .875);letter-spacing:0.06em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.menu .content-callout{max-width:var(--axis-control);}
.menu .strong-fields{display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.02rem * 1.5);margin-top:var(--layer-control);}
.menu .offer-panel{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.19rem;background:#FBF7F1;color:#6E1F33;transition:background 350ms var(--motion-soft);}
.menu .offer-panel:hover{background:color-mix(in srgb, #FBF7F1 88%, #6E1F33);color:#FBF7F1;}
.menu .service-links{font-size:calc(16.9px * .875);color:color-mix(in srgb, currentColor 72%, transparent);border-bottom:1px solid color-mix(in srgb, currentColor 32%, transparent);padding-bottom:2px;}
.menu .service-links:hover{border-bottom-color:#FBF7F1;}
@media (max-width:640px){.menu .strong-fields{flex-direction:column;align-items:flex-start;gap:1.5rem;}.menu .offer-panel{width:100%;}
}
.contact-header{
  background: #FBF7F1;
  color: #241E1A;
  padding: calc(1.5rem * 2.4) 1.2rem;
}
.contact-header .primary-list{width: min(100%, 980px);
  margin: 0 auto;}
.contact-header .media-contact{display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(1.02rem * 1.5);}
.contact-header .bottom-shell{
  margin: 0;
  padding: 6px 12px;
  background: #5E7A8C;
  color: #FBF7F1;
  border-radius: 0.19rem;
  font-size: calc(16.9px * .875);
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.contact-header h1{margin: 0;
  font-size: clamp(calc(16.9px * 2), 7vw, calc(16.9px * 2.65));
  line-height: 1.05;}
.contact-header .text-contact{margin: 0;
  max-width: 62ch;
  font-size: calc(16.9px * 1.125);
  line-height: 1.74;}
.contact-header .compact-story{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.02rem;
  min-width: 0;}
.contact-header a{max-width: 100%;
  overflow-wrap: anywhere;
  text-decoration: none;
  transition: color 350ms var(--motion-soft), background-color 350ms var(--motion-soft), border-color 350ms var(--motion-soft);}
.contact-header .active-surface{
  padding: 12px 20px;
  border-radius: 0.3rem;
  background: #6E1F33;
  color: #FBF7F1;
  font-weight: 700;
}
.contact-header .active-surface:hover{
  background: #571628;color:var(--paint-panel);}
.contact-header .secondary-view{padding: 12px 0;
  color: #6E1F33;
  border-bottom: 1px solid var(--tone-soft);}
.contact-header .secondary-view:hover{color:inherit;
  border-bottom-color: #5E7A8C;}
.contact-header .strong-fields{margin: 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--tone-soft);
  width: 100%;
  font-size: calc(16.9px * .875);
  line-height: 1.7;
  color: #3A322C;}
.contact-header .strong-fields a{color: #6E1F33;
  border-bottom: 1px solid var(--tone-soft);}
.contact-header .strong-fields a:hover{color:inherit;
  border-bottom-color: #5E7A8C;}
@media (max-width: 640px) {.contact-header .compact-story{
    flex-direction: column;
    align-items: stretch;
  }.contact-header .active-surface{
    text-align: center;
  }
}
