:root {
  --delay-fast: cubic-bezier(0.22,1,0.36,1);
  --ink-light: #3E4A55;
  --ink-dark: #F7F5F1;
}
body{margin:0;padding:0;font-family:"Source Serif 4", sans-serif;}
*{box-sizing:border-box;}
.site-feature {
    width: 100%;
    background: #F7F5F1;
    color: #1C1E21;
    border-bottom: 1px solid #D6D2CA;
  }
.visual-links {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }
.media-contact {
    padding-top: calc(1.09rem * 1.5);
    padding-bottom: calc(1.09rem * 1.5);
    text-align: center;
  }
.focused-feature {
    display: inline-block;
    font-size: calc(16.5px * 2);
    line-height: 1.1;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: inherit;
    text-decoration: none;
  }
.focused-feature:hover {
    color: #B98A4B;
  }
.direct-team {
    margin: calc(1.5rem * .75) 0 0;
    font-size: calc(16.5px * .875);
    color: #3A3D42;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
.page-story {
    border-top: 1px solid #D6D2CA;
    background: #EDEAE4;
    color: #3A3D42;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.09rem;
  }
.nav-list li {
    margin: 0;
  }
.nav-list a {
    display: inline-block;
    padding: calc(1.5rem * .75) 0;
    font-size: 16.5px;
    color: inherit;
    text-decoration: none;
    letter-spacing: 0.03em;
    border-bottom: 2px solid transparent;
    transition: color 310ms var(--delay-fast),
                border-color 310ms var(--delay-fast);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #B98A4B;
    border-bottom-color: #B98A4B;
    outline: none;
  }
.nav-toggle {
    display: none;
    align-items: center;
    gap: calc(1.5rem * .75);
    width: 100%;
    padding: calc(1.5rem * .75) 0;
    background: transparent;
    color: inherit;
    border: 0;
    cursor: pointer;
    font-size: 16.5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
.nav-toggle-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    border-radius: 0.22rem;
  }
.nav-toggle-label {
    margin-left: calc(1.5rem * .75);
  }
@media (max-width: 767px) {
    .media-contact {
      padding-top: calc(1.5rem * .75);
      padding-bottom: calc(1.5rem * .75);
    }

    .focused-feature {
      font-size: calc(16.5px * 1.125);
    }

    .direct-team {
      display: none;
    }

    .nav-toggle {
      display: flex;
    }

    .nav-list {
      display: none;
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      padding-bottom: calc(1.5rem * .75);
    }

    .nav-list.is-open {
      display: flex;
    }

    .nav-list a {
      padding: calc(1.5rem * .75) 0;
      border-bottom: 1px solid #D6D2CA;
    }

    .nav-list li:last-child a {
      border-bottom: 0;
    }
  }
.featured-quote{font-family:"Source Serif 4", sans-serif;font-size:16.5px;line-height:1.87;padding:calc(1.5rem * 2.4) 1.15rem;background:var(--ink-light);color:var(--ink-dark);}
.strong-rail{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.09rem * 1.5)}
.service-view{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:calc(1.5rem * .75);align-items:start}
.compact-benefit{display:flex;flex-direction:column;gap:1.5rem}
.fresh-content{font-size:calc(16.5px * 1.35);font-weight:600;letter-spacing:0.02em;margin:0}
.content-copy{margin:0;font-size:calc(16.5px * .875);max-width:32ch;opacity:0.85}
.text-entries{font-size:calc(16.5px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.08em;margin:0 0 1.5rem 0;opacity:0.9}
.compact-plan{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2)}
.compact-plan a{color:inherit;text-decoration:none;font-size:calc(16.5px * .875);border-bottom:1px solid transparent;transition:border-color 310ms var(--delay-fast)}
.compact-plan a:hover,
  .compact-plan a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.service-brand li{display:flex;flex-direction:column;gap:2px;font-size:calc(16.5px * .875)}
.offer-block{font-size:calc(16.5px * .875);opacity:0.7;text-transform:uppercase;letter-spacing:0.06em}
.simple-list{color:inherit;text-decoration:none;font-size:calc(16.5px * .875)}
a.footer-value:hover,
  a.footer-value:focus-visible{text-decoration:underline;outline:none;color:inherit}
.top-items{display:flex;flex-direction:column;gap:1.5rem;padding-top:calc(1.09rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18)}
.fresh-benefit{margin:0;font-size:calc(16.5px * .875);opacity:0.85}
.narrow-headline{margin:0;font-size:calc(16.5px * .875);opacity:0.75;max-width:90ch}
@media (max-width: 960px) {.service-view{grid-template-columns:1fr 1fr}
  }
@media (max-width: 600px) {.service-view{grid-template-columns:1fr}.featured-quote{padding:calc(1.09rem * 1.5) 1.15rem;background:var(--ink-light);color:var(--ink-dark);}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:clamp(14px,2vw,24px);right:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);z-index:1200}
.cookies .direct-entries{max-width:760px;margin:0 auto;padding:14px 16px;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:linear-gradient(135deg, #3E4A55 0%, #55606B 55%, #B98A4B 100%);color:#F7F5F1;box-shadow:0 10px 26px rgba(0,0,0,0.1);display:flex;gap:1.09rem;align-items:center}
.cookies .primary-content{flex:1 1 0}
.cookies strong{display:block;font-size:calc(16.5px * 1.35)}
.cookies p{margin:6px 0 0;line-height:1.87}
.cookies .service-area{flex:0 0 auto;display:grid;gap:8px}
.cookies .service-area button{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.12);color:inherit;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .service-area button.cookie-accept{background:#F7F5F1;color:#1C1E21}
@media(max-width:720px){.cookies .direct-entries{display:block}.cookies .service-area{margin-top:12px;grid-template-columns:repeat(2,minmax(0,1fr))}}
.top-stack{padding:calc(1.5rem * 2.4) 1.15rem;background:linear-gradient(135deg, #3E4A55 0%, #55606B 55%, #B98A4B 100%);color:#F7F5F1;}
.top-stack .content-area{max-width:900px;margin:0 auto;display:flex;gap:clamp(1.4rem,3.4vw,3rem);align-items:flex-start;justify-content:space-between;flex-wrap:wrap;}
.top-stack .media-wrap{flex:1 1 30rem;min-width:0;}
.top-stack .media-wrap h1{margin:0;font-size:calc(16.5px * 2.65);line-height:1.06;}
.top-stack .active-plan{margin:calc(1.09rem * 1.5) 0 0;font-size:calc(16.5px * 1.125);line-height:1.5;color:color-mix(in srgb, currentColor 88%, transparent);}
.top-stack .bottom-lead{margin:calc(1.09rem * 1.5) 0 0;color:color-mix(in srgb, currentColor 76%, transparent);}
.top-stack .open-area{display:flex;flex-wrap:wrap;gap:1.09rem;margin-top:calc(1.09rem * 1.5);align-items:center;}
.top-stack .steady-links{display:inline-flex;align-items:center;justify-content:center;padding:.78rem 1.15rem;border-radius:0.36rem;background:#B98A4B;color:#1C1E21;text-decoration:none;font-weight:700;box-shadow:0 0px 2px rgba(0,0,0,0.06);transition:background 310ms var(--delay-fast);}
.top-stack .steady-links:hover{background:#A2763B;color:#1C1E21;}
.top-stack .compact-headline{color:inherit;text-decoration:none;font-size:calc(16.5px * .875);border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:2px;transition:border-color 310ms var(--delay-fast);}
.top-stack .compact-headline:hover{border-color:currentColor;}
.top-stack .media-team{flex:0 1 min(30rem,34vw);min-width:0;}
.top-stack .media-team img{display:block;width:100%;height:auto;border-radius:0.83rem;box-shadow:0 10px 26px rgba(0,0,0,0.1);}
@media (max-width: 820px){.top-stack .media-team{flex-basis:100%;max-width:34rem;}
    }
.public-track{padding:calc(1.5rem * 2.4) 1.15rem;background:#EDEAE4;color:#3A3D42;}
.public-track .content-area{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.09rem * 1.5);}
.public-track .active-plan h2{margin:0;font-size:calc(16.5px * 2);}
.public-track .active-plan p{margin:1.5rem 0 0;font-size:16.5px;line-height:1.87;}
.public-track .open-tile{display:flex;flex-direction:column;border-top:1px solid #D6D2CA;}
.public-track .top-media{padding:calc(1.5rem * .75) 0;border-bottom:1px solid #D6D2CA;display:flex;flex-direction:column;gap:0.35rem;}
.public-track .top-media h3{margin:0;font-size:16.5px;font-weight:600;}
.public-track .top-media p{margin:0;font-size:calc(16.5px * .875);line-height:1.87;}
.public-track .clear-team{padding:calc(1.5rem * .75);background:#FFFFFF;color:#1C1E21;border:1px solid #D6D2CA;border-radius:0.36rem;}
.public-track .clear-team p{margin:0;font-size:calc(16.5px * .875);}
.public-track .clear-team a{color:#3E4A55;text-decoration:underline;text-underline-offset:2px;transition:color 310ms var(--delay-fast);}
.public-track .clear-team a:hover{color:inherit;}
@media (max-width:700px){.public-track .top-media{padding:1.5rem 0;}
}
.plain-summary{--layer-strong:calc(1.5rem * 1.29);--field-active:calc(900px / 2.40);padding:calc(1.5rem * 2.4) 1.15rem;background:#B98A4B;color:#1C1E21;}
.plain-summary .content-area{max-width:900px;margin:0 auto;}
.plain-summary h1,.plain-summary h2,.plain-summary h3,.plain-summary p{margin:0;}
.plain-summary h1{font-size:calc(16.5px * 2.65);line-height:1.08;}
.plain-summary h2{font-size:calc(16.5px * 2);line-height:1.12;}
.plain-summary h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.plain-summary p{font-size:16.5px;line-height:1.87;color:color-mix(in srgb, currentColor 76%, transparent);}
.plain-summary a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.plain-summary a:hover{border-bottom-color:#A2763B;}
.plain-summary .clear-team{font-size:calc(16.5px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 66%, transparent);}
.plain-summary .featured-panel{display:flex;flex-wrap:wrap;gap:var(--layer-strong);margin-top:var(--layer-strong);}
.plain-summary .plain-lead{flex:1 1 calc(900px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.36rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.plain-summary .plain-lead p{margin-top:calc(1.5rem / 3);}
.plain-summary .offer-menu>.featured-panel{margin-top:var(--layer-strong);}
.plain-summary .offer-menu>h2{margin-top:var(--layer-strong);}
.plain-summary .offer-menu>.bottom-lead{margin-top:calc(1.5rem * .7);}
@media (max-width:720px){.plain-summary .plain-lead{flex:1 1 100%;}
}
.wide-track{
  --layer-strong: calc(1.5rem * 1.15);
  --state-strong: 190px;
  padding: calc(1.5rem * 2.4) 1.15rem;
  background: #F7F5F1;
  color: #1C1E21;
}
.wide-track .content-area{max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--layer-strong);}
.wide-track h2,
.wide-track h3,
.wide-track p{margin: 0;}
.wide-track h2{font-size: calc(16.5px * 2);
  line-height: 1.14;}
.wide-track h3{font-size: calc(16.5px * 1.35);
  line-height: 1.22;}
.wide-track .active-block{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1.09rem;}
.wide-track .active-block h2{flex: 1 1 calc(900px / 2.6);
  min-width: 0;}
.wide-track .active-plan{flex: 1 1 calc(900px / 2.6);
  min-width: 0;
  font-size: 16.5px;
  line-height: 1.87;
  color: #3A3D42;}
.wide-track .featured-panel{display: flex;
  flex-wrap: wrap;
  gap: var(--layer-strong);}
.wide-track .plain-lead{
  flex: 1 1 calc(900px / 3.4);
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem / 2.4);
  padding: calc(calc(1.5rem * .75) * 0.9);
  border: 1px solid #D6D2CA;
  border-radius: 0.36rem;
  background: #FFFFFF;
  color: #1C1E21;
}
.wide-track .compact-actions{
  overflow: hidden;
  border-radius: 0.22rem;
  background: #EDEAE4;color:#3A3D42;}
.wide-track .compact-actions img{display: block;
  width: 100%;
  height: var(--state-strong);
  object-fit: cover;}
.wide-track .bottom-lead{font-size: calc(16.5px * .875);
  line-height: 1.87;
  color: #3A3D42;}
.wide-track .direct-lead{margin-top: auto;
  align-self: flex-start;
  font-size: calc(16.5px * .875);
  color: #3E4A55;
  text-decoration: none;
  border-bottom: 1px solid #D6D2CA;
  padding-bottom: 2px;
  transition: color 310ms var(--delay-fast), border-color 310ms var(--delay-fast);}
.wide-track .direct-lead:hover{color:inherit;
  border-color: #B98A4B;}
.wide-track .clear-team{font-size: calc(16.5px * .875);
  line-height: 1.87;
  color: #3A3D42;
  border-top: 1px solid #D6D2CA;
  padding-top: calc(1.09rem * 1.5);}
.wide-track .clear-team a{color: #3E4A55;
  text-decoration: none;
  border-bottom: 1px solid #D6D2CA;}
.wide-track .clear-team a:hover{color:inherit;
  border-color: #B98A4B;}
@media (max-width: 720px){.wide-track .plain-lead{
    flex: 1 1 100%;
  }.wide-track .compact-actions img{
    height: 220px;
  }
}
.secondary-details{
    padding:calc(1.5rem * 2.4) 1.15rem;
    background:#EDEAE4;
    color:#3A3D42;
}
.secondary-details .content-area{max-width:900px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.09rem * 1.5);}
.secondary-details .narrow-view h2{margin:0 0 0.6rem;
    font-size:calc(16.5px * 2);
    line-height:1.2;}
.secondary-details .narrow-view .active-plan{margin:0;
    font-size:16.5px;
    line-height:1.87;}
.secondary-details .open-tile{display:flex;
    flex-direction:column;
    gap:0;
    border-top:1px solid #D6D2CA;}
.secondary-details .top-media{display:grid;
    grid-template-columns:minmax(140px,180px) 1fr;
    gap:1.09rem;
    padding:calc(1.5rem * .75) 0;
    border-bottom:1px solid #D6D2CA;}
.secondary-details .bottom-visual{font-size:calc(16.5px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;
    opacity:0.75;
    padding-top:0.15rem;}
.secondary-details .bottom-lead p{margin:0 0 0.5rem;
    line-height:1.87;}
.secondary-details .bottom-lead p:last-child{margin-bottom:0;}
.secondary-details .bottom-lead a{text-decoration:none;
    border-bottom:1px solid #D6D2CA;
    font-weight:600;
    transition:color 310ms var(--delay-fast), border-color 310ms var(--delay-fast);}
.secondary-details .bottom-lead a:hover{border-color:#B98A4B;}
.secondary-details .clear-team{font-size:calc(16.5px * .875);
    opacity:0.85;}
.secondary-details .open-area{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    gap:1.09rem;
    padding:calc(1.5rem * .75);
    background:#FFFFFF;
    color:#1C1E21;
    border:1px solid #D6D2CA;
    border-radius:0.59rem;
}
.secondary-details .open-area p{margin:0;
    flex:1 1 320px;
    line-height:1.87;}
.secondary-details .compact-headline{display:flex;
    flex-wrap:wrap;
    gap:1.09rem;}
.secondary-details .compact-headline a{
    display:inline-block;
    padding:0.55rem 1.05rem;
    border-radius:0.36rem;
    background:#3E4A55;
    color:#F7F5F1;
    text-decoration:none;
    font-size:calc(16.5px * .875);
    font-weight:600;
    transition:background 310ms var(--delay-fast);
}
.secondary-details .compact-headline a:hover{
    background:#333E48;color:#1C1E21;}
@media (max-width:720px){.secondary-details .top-media{
        grid-template-columns:1fr;
        gap:0.4rem;
    }.secondary-details .open-area{
        flex-direction:column;
        align-items:flex-start;
    }
}
.content-quote{
  background:#F7F5F1;
  color:#1C1E21;
  padding:calc(1.5rem * 2.4) 1.15rem;
}
.content-quote .content-area{max-width:900px;
  margin:0 auto;
  display:flex;
  gap:calc(1.09rem * 1.5);
  align-items:flex-start;}
.content-quote .bottom-lead{flex:1 1 30rem;
  min-width:0;}
.content-quote h2{margin:0;
  font-size:calc(16.5px * 2);
  line-height:1.12;
  letter-spacing:0;}
.content-quote .bottom-lead p{margin:1.5rem 0 0;
  font-size:calc(16.5px * 1.125);
  line-height:1.87;}
.content-quote .compact-headline{margin-top:calc(1.09rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.09rem;}
.content-quote .compact-headline a{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  color:#F7F5F1;
  background:#3E4A55;
  border-radius:0.36rem;
  padding:.72rem 1.05rem;
  font-size:calc(16.5px * .875);
  transition:background 310ms var(--delay-fast);
}
.content-quote .compact-headline a:hover{
  background:#333E48;color:#1C1E21;}
.content-quote .compact-quote{flex:0 1 22rem;
  min-width:16rem;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.content-quote .visual-panel{display:block;
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:0.59rem;
  box-shadow:0 3px 14px rgba(0,0,0,0.08);}
.content-quote .featured-panel{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:.6rem;}
.content-quote .featured-panel li{
  background:#FFFFFF;
  color:#1C1E21;
  border:1px solid #D6D2CA;
  border-radius:0.22rem;
  padding:.6rem .75rem;
  font-size:calc(16.5px * .875);
  line-height:1.55;
}
.content-quote .clear-team{
  margin:0;
  font-size:calc(16.5px * .875);
  color:#3A3D42;
  background:#EDEAE4;
  border-radius:0.22rem;
  padding:.7rem .8rem;
  line-height:1.6;
}
.content-quote .clear-team a{color:#3E4A55;
  text-decoration:none;}
.content-quote .clear-team a:hover{color:inherit;}
@media (max-width:820px){.content-quote .content-area{
    display:block;
  }.content-quote .compact-quote{
    margin-top:calc(1.09rem * 1.5);
    min-width:0;
  }
}
.direct-note{
    padding: calc(1.5rem * 2.4) 1.15rem;
    background: #EDEAE4;
    color: #3A3D42;
}
.direct-note .contact-body{max-width: 900px;
    margin: 0 auto;}
.direct-note .narrow-view{margin-bottom: calc(1.09rem * 1.5);}
.direct-note .main-summary{margin: 0 0 10px;
    font-size: calc(16.5px * 2);
    line-height: 1.25;}
.direct-note .active-plan{margin: 0;
    font-size: 16.5px;
    line-height: 1.87;}
.direct-note .active-block{display: flex;
    flex-direction: column;
    gap: 1.09rem;}
.direct-note .plain-lead{
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    padding: calc(1.5rem * .75);
    background: #FFFFFF;
    color: #1C1E21;
    border: 1px solid #D6D2CA;
    border-left: 3px solid #D6D2CA;
    border-radius: 0.36rem;
}
.direct-note .content-form{border-left-color: #B98A4B;}
.direct-note .team-section{border-left-color: #3E4A55;}
.direct-note .strong-steps{
    width: 40px;
    height: 40px;
    border-radius: 0.22rem;
    background: #3E4A55;
    color: #F7F5F1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(16.5px * .875);
    font-weight: 600;
    letter-spacing: 0.02em;
}
.direct-note .content-form .strong-steps{
    background: #B98A4B;
    color: #1C1E21;
}
.direct-note .soft-fields{min-width: 0;}
.direct-note .direct-intro{display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6px;
    font-size: calc(16.5px * .875);
    margin-bottom: 6px;}
.direct-note .top-frame{font-weight: 600;}
.direct-note .active-steps{opacity: 0.7;}
.direct-note .steady-details{margin: 0 0 6px;
    line-height: 1.87;}
.direct-note .clear-team{margin: 0;
    font-size: calc(16.5px * .875);
    opacity: 0.75;}
.direct-note .compact-method{margin: calc(1.09rem * 1.5) 0 0;
    padding-top: calc(1.09rem * 1.5);
    border-top: 1px solid #D6D2CA;
    font-size: calc(16.5px * .875);
    line-height: 1.87;}
.direct-note .compact-method a{text-decoration: underline;}
.direct-note .compact-method a:hover{}
@media (max-width: 560px) {.direct-note .plain-lead{
        grid-template-columns: 1fr;
    }.direct-note .strong-steps{
        width: 34px;
        height: 34px;
    }
}
.wide-tile{padding:calc(1.5rem * 2.4) 1.15rem;background:#F7F5F1;color:#1C1E21}
.wide-tile .content-area{max-width:900px;margin:0 auto}
.wide-tile .clear-team{display:flex;flex-wrap:wrap;gap:calc(1.09rem * 1.5);align-items:flex-start}
.wide-tile .secondary-copy{flex:1 1 22rem;min-width:0;background:#EDEAE4;color:#3A3D42;border-radius:0.59rem;padding:1.09rem}
.wide-tile h2{margin:0;font-size:calc(16.5px * 2);line-height:1.12}
.wide-tile .secondary-copy p{margin:1.5rem 0 0;font-size:16.5px;line-height:1.87}
.wide-tile .local-block{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.09rem * 1.5)}
.wide-tile .plain-lead{border-top:1px solid #D6D2CA;padding-top:calc(1.5rem * .75)}
.wide-tile .plain-lead:first-child{border-top:0;padding-top:0}
.wide-tile .plain-lead strong{display:block;font-size:calc(16.5px * 1.35);line-height:1.2}
.wide-tile .plain-lead p{margin:calc(1.5rem * .75) 0 0;line-height:1.87}
@media(max-width:780px){.wide-tile .clear-team{display:block}.wide-tile .secondary-copy{padding:1.5rem}.wide-tile .local-block{margin-top:calc(1.09rem * 1.5)}}
.local-steps{
  padding: calc(1.5rem * 2.4) 1.15rem;
  background: #EDEAE4;
  color: #3A3D42;
}
.local-steps .content-area{max-width: 900px;
  margin: 0 auto;}
.local-steps .active-plan{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding-bottom: calc(1.09rem * 1.5);
  border-bottom: 1px solid #D6D2CA;
  margin-bottom: calc(1.09rem * 1.5);}
.local-steps .active-plan h2{margin: 0;
  font-size: calc(16.5px * 2);
  line-height: 1.15;}
.local-steps .active-plan p{margin: 0;
  font-size: 16.5px;
  line-height: 1.87;}
.local-steps .active-block{display: flex;
  flex-wrap: wrap;
  gap: 1.09rem;}
.local-steps .plain-lead{
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: calc(1.5rem * .75);
  background: #FFFFFF;
  color: #1C1E21;
  border: 1px solid #D6D2CA;
  border-radius: 0.36rem;
  text-decoration: none;
  transition: border-color 310ms var(--delay-fast), transform 310ms var(--delay-fast);
}
.local-steps .plain-lead:hover{border-color: #B98A4B;
  transform: translateY(-2px);}
.local-steps .plain-lead strong{font-size: calc(16.5px * 1.35);
  font-weight: 600;}
.local-steps .plain-lead span{font-size: calc(16.5px * .875);
  line-height: 1.6;}
.local-steps .clear-team{margin-top: calc(1.09rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #D6D2CA;}
.local-steps .clear-team p{margin: 0;
  font-size: calc(16.5px * .875);
  line-height: 1.7;}
.local-steps .clear-team a{text-decoration: underline;
  text-underline-offset: 3px;}
.local-steps .clear-team a:hover{}
@media (max-width: 640px) {.local-steps .plain-lead{
    flex: 1 1 100%;
  }
}
.simple-section{padding:calc(1.5rem * 2.4) 1.15rem;background:#F7F5F1;color:#1C1E21;}
.plain-panel{max-width:900px;margin:0 auto;}
.simple-section h1{margin:0;font-size:calc(16.5px * 2.65);line-height:1.08;}
.visual-media{
  background: #F7F5F1;
  color: #1C1E21;
  padding: calc(1.5rem * 2.4) 1.15rem;
}
.visual-media .content-area{width: min(100%, 900px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.09rem;
  align-items: flex-start;}
.visual-media h2,
.visual-media h3,
.visual-media p{margin: 0;}
.visual-media .active-plan{margin: 0;
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * .6);}
.visual-media .featured-list{display: block;
  width: 100%;
  min-height: 30rem;
  object-fit: cover;
  border-radius: 0.83rem;
  box-shadow: 0 3px 14px rgba(0,0,0,0.08);}
.visual-media figcaption{font-size: calc(16.5px * .875);
  line-height: 1.5;}
.visual-media .direct-headline{display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.visual-media h2{font-size: calc(16.5px * 2);
  line-height: 1.1;}
.visual-media .direct-headline > p{line-height: 1.87;}
.visual-media .service-section{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.visual-media .featured-story{
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  align-items: center;
  padding: calc(1.5rem * .75);
  border-radius: 0.59rem;
  background: #FFFFFF;
  color: #1C1E21;
  border: 1px solid #D6D2CA;
}
.visual-media .compact-actions{display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.22rem;}
.visual-media h3{font-size: calc(16.5px * 1.35);
  line-height: 1.16;}
.visual-media span{display: block;
  margin-top: calc(calc(1.5rem * .75) * .35);
  font-size: calc(16.5px * .875);}
@media (max-width: 880px) {.visual-media .featured-list{ min-height: 20rem; }
}
.visual-media .content-area > *{min-width: 0; flex: 1 1 18rem;}
.visual-media .featured-story > *{min-width: 0; flex: 1 1 15rem;}
.content-intro{
  background:#EDEAE4;
  color:#3A3D42;
  padding:calc(1.5rem * 2.4) 1.15rem;
}
.content-intro .content-area{max-width:900px;
  margin:0 auto;}
.content-intro .clear-fields{max-width:40rem;}
.content-intro .page-intro{margin:0 0 1.5rem;
  font-size:calc(16.5px * .875);
  letter-spacing:.02em;
  text-transform:uppercase;
  line-height:1.5;}
.content-intro h2{margin:0;
  font-size:calc(16.5px * 2);
  line-height:1.12;}
.content-intro .open-tile{margin-top:calc(1.09rem * 1.5);
  display:flex;
  flex-direction:column;}
.content-intro .plain-lead{display:grid;
  grid-template-columns:14rem 1fr;
  gap:1.09rem;
  padding:1.5rem 0;}
.content-intro .plain-lead + .plain-lead{border-top:1px solid #D6D2CA;}
.content-intro .plain-lead strong{font-size:16.5px;
  line-height:1.35;}
.content-intro .plain-lead span{line-height:1.87;}
@media (max-width:680px){.content-intro .plain-lead{
    grid-template-columns:1fr;
    gap:.4rem;
  }
}
.secondary-flow{
  background: #F7F5F1;
  color: #1C1E21;
  padding: calc(1.5rem * 2.4) 1.15rem;
}
.secondary-flow .content-area{width: min(100%, 900px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
  gap: calc(1.09rem * 1.5);
  align-items: start;}
.secondary-flow h2,
.secondary-flow h3,
.secondary-flow p{margin: 0;}
.secondary-flow h2{font-size: calc(16.5px * 2);
  line-height: 1.12;}
.secondary-flow h3{font-size: calc(16.5px * 1.35);
  line-height: 1.2;}
.secondary-flow p{font-size: 16.5px;
  line-height: 1.87;}
.secondary-flow .top-entries{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.59rem;
  background: var(--ink-light);
  color: var(--ink-dark);
  border: 1px solid #D6D2CA;
}
.secondary-flow .top-entries .clear-team{font-size: calc(16.5px * .875);
  opacity: 0.82;}
.secondary-flow .soft-stack{display: grid;
  gap: calc(1.5rem * .75);}
.secondary-flow .active-details{
  display: grid;
  grid-template-columns: 0.7rem minmax(8rem, 0.28fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.36rem;
  background: #FFFFFF;
  color: #1C1E21;
  border: 1px solid #D6D2CA;
  box-shadow: 0 0px 2px rgba(0,0,0,0.06);
  animation: peopleTimelineIn calc(310ms * 2) var(--delay-fast) both;
  animation-delay: var(--motion-panel, 0ms);
}
.secondary-flow .bottom-brand{
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.55rem;
  border-radius: 50%;
  background: #B98A4B;color:#1C1E21;}
.secondary-flow .narrow-service{display: grid;
  gap: 0.35rem;}
.secondary-flow .narrow-service > span{font-size: calc(16.5px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;}
.secondary-flow .bottom-lead{display: grid;
  gap: 0.6rem;}
@keyframes peopleTimelineIn {from{ opacity: 0.2; transform: translateX(calc(calc(1.09rem * 2) * 0.14)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 860px) {.secondary-flow .content-area{
    grid-template-columns: 1fr;
  }.secondary-flow .active-details{
    grid-template-columns: 0.7rem minmax(0, 1fr);
  }.secondary-flow .narrow-service{
    grid-column: 2;
  }.secondary-flow .bottom-lead{
    grid-column: 2;
  }
}
.quiet-frame{padding:calc(1.5rem * 2.4) 1.15rem;background:#F7F5F1;color:#1C1E21;}
.quiet-frame .content-area{max-width:900px;margin:0 auto;}
.quiet-frame h2,.quiet-frame h3,.quiet-frame p{margin:0;}
.quiet-frame h2{font-size:calc(16.5px * 2);line-height:1.14;}
.quiet-frame h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.quiet-frame p{font-size:16.5px;line-height:1.87;}
.quiet-frame .plain-benefit{display:flex;flex-direction:column;gap:calc(1.09rem * 1.5);}
.quiet-frame .active-plan{color:#3A3D42;}
.quiet-frame .active-flow{margin-top:calc(1.09rem * 1.5);display:flex;flex-direction:column;gap:calc(1.09rem * 1.4);}
.quiet-frame .plain-lead{padding:calc(1.5rem * .75) 0;border-top:1px solid #D6D2CA;}
.quiet-frame .plain-lead:last-child{border-bottom:1px solid #D6D2CA;}
.quiet-frame .plain-lead p{margin-top:calc(1.5rem / 2.5);color:#3A3D42;}
.quiet-frame .compact-headline{margin-top:calc(1.09rem * 1.5);font-size:calc(16.5px * .875);color:#3A3D42;}
.quiet-frame .compact-headline a{color:#3E4A55;text-decoration:underline;text-underline-offset:3px;}
.quiet-frame .compact-headline a:hover{color:inherit;}
@media (min-width:768px){.quiet-frame .plain-benefit{flex-direction:row;align-items:flex-start;gap:calc(1.09rem * 1.5);}.quiet-frame .plain-benefit h2{flex:0 0 42%;}.quiet-frame .plain-benefit .active-plan{flex:1 1 auto;}.quiet-frame .active-flow{display:grid;grid-template-columns:1fr 1fr;gap:1.09rem calc(1.09rem * 1.6);}.quiet-frame .plain-lead{border-top:1px solid #D6D2CA;padding-top:calc(1.5rem * .75);}
}
.plain-story{padding:calc(1.5rem * 2.4) 1.15rem;background:#B98A4B;color:#1C1E21}
.plain-story .content-area{max-width:900px;margin:0 auto}
.plain-story .wide-region{display:flex;gap:calc(1.09rem * 1.5);align-items:flex-start}
.plain-story .active-plan{flex:0 1 30rem;min-width:0;position:sticky;top:1.5rem}
.plain-story h2{margin:0;font-size:calc(16.5px * 2.65);line-height:1.05}
.plain-story .active-plan p{margin:1.5rem 0 0;font-size:calc(16.5px * 1.125);line-height:1.87}
.plain-story .featured-panel{flex:1 1 46rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.plain-story .plain-lead{background:color-mix(in srgb,#1C1E21 9%,transparent);color:#1C1E21;border-radius:0.36rem;padding:1.5rem;border-left:2px solid color-mix(in srgb,#1C1E21 35%,transparent)}
.plain-story strong{display:block;font-size:calc(16.5px * 1.35);line-height:1.18}
.plain-story .plain-lead p{margin:calc(1.5rem * .75) 0 0;line-height:1.87}
@media(max-width:780px){.plain-story .wide-region{display:block}.plain-story .active-plan{position:static}.plain-story .featured-panel{margin-top:calc(1.09rem * 1.5)}.plain-story h2{font-size:calc(16.5px * 2)}}
.media-lead{--layer-strong:calc(1.5rem * 1.42);--field-active:calc(900px / 2.30);--type-meta:calc(900px / 3.66);padding:calc(1.5rem * 2.4) 1.15rem;background:#F7F5F1;color:#1C1E21;}
.media-lead .content-area{max-width:900px;margin:0 auto;}
.media-lead h1,.media-lead h2,.media-lead h3,.media-lead p{margin:0;}
.media-lead h1{font-size:calc(16.5px * 2.65);line-height:1.08;}
.media-lead h2{font-size:calc(16.5px * 2);line-height:1.12;}
.media-lead h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.media-lead p{font-size:16.5px;line-height:1.87;color:#3A3D42;}
.media-lead a{color:#3E4A55;text-decoration:none;border-bottom:1px solid #D6D2CA;}
.media-lead a:hover{color:inherit;}
.media-lead img{display:block;width:100%;height:auto;border-radius:0.36rem;}
.media-lead .clear-team{margin-bottom:calc(1.09rem * 1.5);}
.media-lead .featured-panel{display:flex;flex-wrap:wrap;gap:var(--layer-strong);margin-top:var(--layer-strong);}
.media-lead .plain-lead{flex:1 1 calc(900px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.36rem;background:#FFFFFF;color:#1C1E21;border:1px solid #D6D2CA;}
.media-lead .plain-lead p{margin-top:calc(1.5rem / 3);}
.media-lead .plain-lead img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.media-lead .offer-menu>.featured-panel{margin-top:var(--layer-strong);}
.media-lead .offer-menu>h2{margin-top:var(--layer-strong);}
.local-fields{--layer-strong:calc(1.5rem * 1.15);--field-active:calc(900px / 2.3);padding:calc(1.5rem * 2.4) 1.15rem;background:#3E4A55;color:#F7F5F1;}
.local-fields .content-area{max-width:900px;margin:0 auto;}
.local-fields h2,.local-fields h3,.local-fields p{margin:0;}
.local-fields h2{font-size:calc(16.5px * 2);line-height:1.12;}
.local-fields h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.local-fields p{font-size:16.5px;line-height:1.87;color:color-mix(in srgb, currentColor 78%, transparent);}
.local-fields a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);}
.local-fields a:hover{border-bottom-color:#B98A4B;}
.local-fields .clear-team{margin-bottom:calc(1.5rem / 2);font-size:calc(16.5px * .875);letter-spacing:.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.local-fields .active-plan{margin-top:1.5rem;}
.local-fields .featured-panel{display:flex;flex-direction:column;gap:var(--layer-strong);margin-top:var(--layer-strong);}
.local-fields .plain-lead{min-width:0;padding-top:calc(1.09rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.local-fields .plain-lead:first-child{padding-top:0;border-top:0;}
.local-fields .bottom-lead{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.local-fields .bottom-lead a{align-self:flex-start;font-size:calc(16.5px * .875);}
.local-fields .compact-headline{margin-top:var(--layer-strong);font-size:calc(16.5px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
@media (min-width:720px){.local-fields .plain-lead{display:grid;grid-template-columns:var(--field-active) 1fr;gap:1.09rem;align-items:start;}
}
.service-team{
  --layer-strong:calc(1.5rem * 1.19);
  --field-active:calc(900px / 2.25);
  --type-meta:calc(900px / 3.38);
  padding:calc(1.5rem * 2.4) 1.15rem;
  background:#F7F5F1;
  color:#1C1E21;
}
.service-team .content-area{max-width:900px;margin:0 auto;}
.service-team h1,.service-team h2,.service-team h3,.service-team p{margin:0;}
.service-team h1{font-size:calc(16.5px * 2.65);line-height:1.08;}
.service-team h2{font-size:calc(16.5px * 2);line-height:1.12;}
.service-team h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.service-team p{font-size:16.5px;line-height:1.87;color:#3A3D42;}
.service-team a{color:inherit;text-decoration:none;}
.service-team img{display:block;width:100%;height:auto;border-radius:0.36rem;}
.service-team .open-area{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.22rem;background:#3E4A55;color:#F7F5F1;}
.service-team .clear-team{font-size:calc(16.5px * .875);color:#3A3D42;}
.service-team .featured-panel{display:flex;flex-wrap:wrap;gap:var(--layer-strong);margin-top:var(--layer-strong);}
.service-team .plain-lead{flex:1 1 calc(900px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.36rem;background:#FFFFFF;color:#1C1E21;border:1px solid #D6D2CA;}
.service-team .plain-lead p,.service-team .plain-lead a{margin-top:calc(1.5rem / 3);}
.service-team .plain-lead p{color:#1C1E21;}
.service-team .plain-lead h3{margin-top:calc(1.5rem / 2);color:#1C1E21;}
.service-team .plain-lead img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.service-team .offer-menu>.featured-panel{margin-top:var(--layer-strong);}
.service-team .offer-menu>h2{margin-top:var(--layer-strong);}
.bottom-body{--layer-strong:calc(1.5rem * 0.87);--font-strong:calc(900px / 3.16);padding:calc(1.5rem * 2.4) 1.15rem;background:#3E4A55;color:#F7F5F1;}
.bottom-body .content-area{max-width:900px;margin:0 auto;}
.bottom-body h2,.bottom-body h3,.bottom-body p{margin:0;}
.bottom-body h2{font-size:calc(16.5px * 2);line-height:1.12;}
.bottom-body h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.bottom-body p{font-size:16.5px;line-height:1.87;color:color-mix(in srgb, currentColor 74%, transparent);}
.bottom-body a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);}
.bottom-body a:hover{border-bottom-color:#B98A4B;}
.bottom-body .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.09rem;row-gap:calc(var(--layer-strong) * 1.2);}
.bottom-body .row-title h2{flex:1 1 calc(900px / 3);min-width:0;}
.bottom-body .row-title>p{flex:1 1 calc(900px / 3);min-width:0;}
.bottom-body .featured-panel{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--layer-strong);margin-top:var(--layer-strong);}
.bottom-body .plain-lead{flex:1 1 var(--font-strong);min-width:0;padding-block-start:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.bottom-body .plain-lead p{margin-top:calc(1.5rem / 3);}
.bottom-body .compact-headline{flex:1 1 100%;margin-top:calc(var(--layer-strong) * .6);font-size:calc(16.5px * .875);}
.compact-panel{
  background: #F7F5F1;
  color: #1C1E21;
  padding: calc(1.5rem * 2.4) 1.15rem;
}
.compact-panel .content-area{width: min(100%, 900px);
  margin: 0 auto;}
.compact-panel h2,
.compact-panel p{margin: 0;}
.compact-panel h2{font-size: calc(16.5px * 2);
  line-height: 1.1;}
.compact-panel .active-plan{font-size: calc(16.5px * 1.125);
  line-height: 1.87;
  margin-top: 1.5rem;}
.compact-panel .featured-panel{margin-top: calc(1.09rem * 1.5);
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.compact-panel .primary-rail{display: grid;
  grid-template-columns: 8rem minmax(0, 1fr);
  grid-template-areas:
    "tag title"
    "tag text";
  column-gap: 1.5rem;
  row-gap: 1.15rem;
  align-items: start;
  padding: 1.5rem 0;
  border-top: 1px solid #D6D2CA;}
.compact-panel span{grid-area: tag;
  font-size: calc(16.5px * .875);
  color: #3A3D42;
  padding-top: 0.2rem;}
.compact-panel strong{grid-area: title;
  font-size: calc(16.5px * 1.35);
  line-height: 1.2;}
.compact-panel .primary-rail p{grid-area: text;
  line-height: 1.87;}
@media (max-width: 680px) {.compact-panel .primary-rail{
    grid-template-columns: 1fr;
    grid-template-areas:
      "tag"
      "title"
      "text";
  }
}
.wide-brand{--layer-strong:calc(1.5rem * 0.87);padding:calc(1.5rem * 2.4) 1.15rem;background:#3E4A55;color:#F7F5F1;}
.wide-brand .content-area{max-width:900px;margin:0 auto;}
.wide-brand h2,.wide-brand p{margin:0;}
.wide-brand h2{font-size:calc(16.5px * 2);line-height:1.12;}
.wide-brand p{font-size:16.5px;line-height:1.87;color:color-mix(in srgb, currentColor 78%, transparent);}
.wide-brand a{color:inherit;text-decoration:none;}
.wide-brand .visual-contact{text-align:center;}
.wide-brand .visual-contact p{margin:1.5rem auto 0;max-width:calc(900px / 1.9);}
.wide-brand .open-area{display:inline-flex;align-items:center;justify-content:center;margin-top:1.5rem;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.22rem;background:#F7F5F1;color:#3E4A55;transition:background 310ms var(--delay-fast),color 310ms var(--delay-fast);}
.wide-brand .open-area:hover{background:#B98A4B;color:#1C1E21;}
.wide-brand .compact-headline{margin-top:calc(var(--layer-strong) * 1.1);font-size:calc(16.5px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.wide-brand .compact-headline a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.wide-brand .compact-headline a:hover{}
.service-unit{padding:calc(1.5rem * 2.4) 1.15rem;background:#F7F5F1;color:#1C1E21;}
.service-unit .content-area{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.09rem * 1.5);}
.service-unit h2,.service-unit h3,.service-unit p,.service-unit figure{margin:0;}
.service-unit h2{font-size:calc(16.5px * 2);line-height:1.14;}
.service-unit h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.service-unit .plain-benefit{display:flex;flex-direction:column;gap:1.5rem;}
.service-unit .active-plan{font-size:calc(16.5px * 1.125);line-height:1.87;color:#3A3D42;}
.service-unit .active-block{display:flex;flex-wrap:wrap;gap:1.09rem;}
.service-unit .plain-lead{flex:1 1 calc(900px / 2.6);min-width:0;padding:calc(1.5rem * .75);background:#FFFFFF;color:#1C1E21;border:1px solid #D6D2CA;border-radius:0.59rem;}
.service-unit .plain-lead p{margin-top:calc(1.5rem / 2.4);font-size:16.5px;line-height:1.87;}
.service-unit .focused-actions{margin:0;}
.service-unit .focused-actions img{display:block;width:100%;height:auto;border-radius:0.36rem;}
.service-unit .clear-team{font-size:calc(16.5px * .875);line-height:1.87;color:#3A3D42;}
.service-unit .clear-team a{color:#3E4A55;text-decoration:underline;text-underline-offset:3px;}
.service-unit .clear-team a:hover{color:inherit;}
@media (max-width:720px){.service-unit .plain-lead{flex:1 1 100%;}
}
.open-header{--layer-strong:calc(1.5rem * 1.1);--field-base:calc(900px / 2.6);padding:calc(1.5rem * 2.4) 1.15rem;background:#B98A4B;color:#1C1E21;}
.open-header .content-area{max-width:900px;margin:0 auto;}
.open-header h2,.open-header h3,.open-header p{margin:0;}
.open-header h2{font-size:calc(16.5px * 2);line-height:1.14;}
.open-header h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.open-header p{font-size:16.5px;line-height:1.87;}
.open-header .active-plan{margin-top:calc(1.09rem * 1.5);}
.open-header img{display:block;width:100%;height:auto;margin-top:var(--layer-strong);border-radius:0.36rem;}
.open-header .featured-panel{display:flex;flex-wrap:wrap;gap:1.09rem;margin-top:var(--layer-strong);}
.open-header .plain-lead{flex:1 1 var(--field-base);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.open-header .plain-lead p{margin-top:calc(1.5rem / 3);}
.open-header .compact-headline{margin-top:var(--layer-strong);font-size:calc(16.5px * .875);}
.open-header .compact-headline a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.open-header .compact-headline a:hover{}
@media (max-width:640px){.open-header .plain-lead{flex:1 1 100%;}
}
.plain-menu{--layer-strong:calc(1.5rem * 1.32);--field-active:calc(900px / 2.75);--type-meta:calc(900px / 3.72);padding:calc(1.5rem * 2.4) 1.15rem;background:#F7F5F1;color:#1C1E21;}
.plain-menu .content-area{max-width:900px;margin:0 auto;}
.plain-menu h1,.plain-menu h2,.plain-menu h3,.plain-menu p{margin:0;}
.plain-menu h1{font-size:calc(16.5px * 2.65);line-height:1.08;}
.plain-menu h2{font-size:calc(16.5px * 2);line-height:1.12;}
.plain-menu h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.plain-menu p{font-size:16.5px;line-height:1.87;}
.plain-menu a{color:inherit;text-decoration:none;}
.plain-menu img{display:block;width:100%;height:auto;border-radius:0.36rem;}
.plain-menu .open-area{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.22rem;background:#3E4A55;color:#F7F5F1;}
.plain-menu .featured-panel{display:flex;flex-direction:column;gap:var(--layer-strong);margin-top:var(--layer-strong);}
.plain-menu .plain-lead{min-width:0;padding-left:1.5rem;border-left:1px solid #D6D2CA;}
.plain-menu .plain-lead p,.plain-menu .plain-lead a{margin-top:calc(1.5rem / 3);}
.plain-menu .plain-lead img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--type-meta) * .7);}
.plain-menu .wide-region{display:flex;align-items:flex-start;gap:1.09rem;}
.plain-menu .wide-region>.bottom-lead{flex:1 1 calc(900px / 3);min-width:0;}
.plain-menu .wide-region>.featured-panel{flex:2 1 calc(900px / 2);margin-top:0;}
.plain-menu .bottom-lead .active-plan{margin-top:1.5rem;}
@media(max-width:760px){.plain-menu .wide-region{flex-direction:column;}.plain-menu .wide-region>.featured-panel{margin-top:var(--layer-strong);}}
.quiet-grid{
  --layer-strong:calc(1.5rem * 1.05);
  padding:calc(1.5rem * 2.4) 1.15rem;
  background:#3E4A55;
  color:#F7F5F1;
}
.quiet-grid .content-area{max-width:900px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.09rem * 1.5);}
.quiet-grid h2,
.quiet-grid h3,
.quiet-grid p{margin:0;}
.quiet-grid h2{font-size:calc(16.5px * 2);
  line-height:1.14;}
.quiet-grid p{font-size:16.5px;
  line-height:1.87;}
.quiet-grid .plain-benefit{display:flex;
  flex-direction:column;
  gap:1.5rem;}
.quiet-grid .active-plan{color:color-mix(in srgb, currentColor 78%, transparent);}
.quiet-grid .active-flow{display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * .8);}
.quiet-grid details{
  padding:calc(calc(1.5rem * .75) * .95) 1.5rem;
  border-radius:0.36rem;
  background:color-mix(in srgb, currentColor 10%, transparent);
  border-left:2px solid #B98A4B;
}
.quiet-grid summary{cursor:pointer;
  font-weight:700;
  font-size:calc(16.5px * 1.125);
  line-height:1.3;
  list-style:none;}
.quiet-grid summary::-webkit-details-marker{display:none;}
.quiet-grid summary::after{content:"+";
  float:right;
  margin-left:1.15rem;
  font-weight:400;
  opacity:.7;}
.quiet-grid details[open] summary::after{content:"\2013";}
.quiet-grid details p{margin-top:calc(1.5rem / 1.6);
  color:color-mix(in srgb, currentColor 82%, transparent);}
.quiet-grid .compact-headline{font-size:calc(16.5px * .875);
  color:color-mix(in srgb, currentColor 72%, transparent);
  padding-top:1.5rem;
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.quiet-grid .compact-headline a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.quiet-grid .compact-headline a:hover{}
@media (max-width:640px){.quiet-grid details{
    padding:calc(1.5rem * .75) 1.15rem;
  }.quiet-grid summary{
    font-size:16.5px;
  }
}
.focused-area{background:#F7F5F1;color:#1C1E21;padding:calc(1.5rem * 2.4) 1.15rem}
.focused-area .content-area{max-width:min(900px,64rem);margin:0 auto}
.focused-area .clear-fields{display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.09rem * 1.5)}
.focused-area .clear-team{margin:0;color:#3A3D42;font-size:calc(16.5px * .875);letter-spacing:0.04em;text-transform:uppercase}
.focused-area h2{margin:0;font-size:clamp(calc(16.5px * 2),5vw,calc(16.5px * 2.65));line-height:1.08;letter-spacing:0}
.focused-area .visual-panel{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:0.59rem;box-shadow:0 0px 2px rgba(0,0,0,0.06)}
.focused-area .open-tile{display:flex;flex-direction:column;width:100%;border-top:1px solid #D6D2CA}
.focused-area .top-media{display:flex;flex-wrap:wrap;gap:1.09rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #D6D2CA}
.focused-area .bottom-visual{flex:0 0 12rem;font-size:calc(16.5px * .875);color:#3A3D42;text-transform:uppercase;letter-spacing:0.05em}
.focused-area .soft-unit{flex:1 1 16rem;color:#1C1E21;text-decoration:none}
.focused-area a.value{border-bottom:1px solid #D6D2CA}
.focused-area a.value:hover{color:inherit;border-bottom-color:#B98A4B}
.focused-area .bottom-lead{margin:0;line-height:1.87}
.focused-area .quiet-shell{display:flex;flex-wrap:wrap;gap:1.09rem}
.focused-area .quiet-shell a{padding:0.7rem 1.15rem;border-radius:0.22rem;background:#FFFFFF;color:#1C1E21;border:1px solid #D6D2CA;text-decoration:none;font-size:calc(16.5px * .875);transition:background 310ms var(--delay-fast),color 310ms var(--delay-fast)}
.focused-area .quiet-shell a:hover{background:#3E4A55;color:#F7F5F1;border-color:#3E4A55}
.focused-area .quiet-shell>a:first-child{background:#3E4A55;color:#F7F5F1;border-color:#3E4A55}
.focused-area .quiet-shell>a:first-child:hover{background:#333E48;border-color:#333E48;color:#1C1E21;}
@media (max-width:640px){.focused-area .bottom-visual{flex:1 1 100%}.focused-area .soft-unit{flex:1 1 100%}
}
.top-contact{padding:calc(1.5rem * 2.4) 1.15rem;background:linear-gradient(135deg, #3E4A55 0%, #55606B 55%, #B98A4B 100%);color:#F7F5F1;}
.top-contact .content-area{max-width:900px;margin:0 auto;}
.top-contact .narrow-view{margin-bottom:calc(1.09rem * 1.5);}
.top-contact .narrow-view p{margin:0;font-size:calc(16.5px * .875);font-weight:700;letter-spacing:.04em;text-transform:uppercase;opacity:.85;}
.top-contact .narrow-view h2{margin:1.15rem 0 0;font-size:calc(16.5px * 2);line-height:1.2;}
.top-contact .plain-benefit{margin-bottom:calc(1.09rem * 1.5);}
.top-contact .plain-benefit p{margin:0;font-size:16.5px;line-height:1.87;}
.top-contact .open-tile{display:flex;flex-direction:column;gap:1.09rem;}
.top-contact .top-media{border-radius:0.59rem;border:1px solid color-mix(in srgb, currentColor 14%, transparent);background:color-mix(in srgb, currentColor 26%, transparent);padding:calc(1.5rem * .75);box-shadow:0 0px 2px rgba(0,0,0,0.06);}
.top-contact .top-media .contact-flow{display:inline-block;font-size:calc(16.5px * .875);font-weight:700;letter-spacing:.03em;text-transform:uppercase;opacity:.9;margin-bottom:1.15rem;}
.top-contact .top-media h3{margin:0 0 1.15rem;font-size:calc(16.5px * 1.35);line-height:1.3;}
.top-contact .top-media p{margin:0;font-size:16.5px;line-height:1.87;}
.top-contact .compact-headline{margin:calc(1.09rem * 1.5) 0 0;font-size:calc(16.5px * .875);opacity:.92;}
.top-contact .compact-headline a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.top-contact .compact-headline a:hover{opacity:.75;}
@media (min-width:720px){.top-contact .open-tile{display:grid;grid-template-columns:repeat(3,1fr);gap:1.09rem;}
    }
.local-plan{
  padding: calc(1.5rem * 2.4) 1.15rem;
  background: var(--ink-light);
  color: var(--ink-dark);
}
.local-plan .content-area{max-width: min(900px, 70rem);
  margin: 0 auto;}
.local-plan .plain-benefit h2{margin: 0;
  font-size: calc(16.5px * 2);
  line-height: 1.1;}
.local-plan .active-plan{margin: calc(1.5rem * .75) 0 calc(1.09rem * 1.5);
  font-size: calc(16.5px * 1.125);
  line-height: 1.87;}
.local-plan .active-block{display: flex;
  flex-wrap: wrap;
  gap: 1.09rem;}
.local-plan .plain-lead{
  flex: 1 1 min(100%, 22rem);
  padding: calc(1.5rem * .75);
  background: #FFFFFF;
  color: #1C1E21;
  border: 1px solid #D6D2CA;
  border-radius: 0.59rem;
  box-shadow: 0 0px 2px rgba(0,0,0,0.06);
}
.local-plan .plain-lead .top-media{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * .35);
  margin-bottom: calc(calc(1.5rem * .75) * .7);}
.local-plan .plain-lead .top-frame{font-weight: 700;
  font-size: 16.5px;}
.local-plan .plain-lead .direct-intro{font-size: calc(16.5px * .875);color:inherit;}
.local-plan .plain-lead p{margin: 0;
  line-height: 1.87;}
.local-plan .clear-team{margin-top: calc(1.09rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #3A3D42;}
.local-plan .clear-team p{margin: 0;
  font-size: calc(16.5px * .875);
  line-height: 1.87;}
.local-plan .clear-team a{color:inherit;
  text-decoration: underline;}
.local-plan .clear-team a:hover{color:inherit;}
@media (max-width: 700px) {.local-plan .active-block{
    display: block;
  }.local-plan .plain-lead + .plain-lead{
    margin-top: 1.09rem;
  }
}
.open-track{--layer-strong:calc(1.5rem * 0.92);--type-meta:calc(900px / 3.77);padding:calc(1.5rem * 2.4) 1.15rem;background:#3E4A55;color:#F7F5F1;}
.open-track .content-area{max-width:900px;margin:0 auto;}
.open-track h2,.open-track h3,.open-track p{margin:0;}
.open-track h2{font-size:calc(16.5px * 2);line-height:1.12;}
.open-track h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.open-track p{font-size:16.5px;line-height:1.87;color:color-mix(in srgb, currentColor 74%, transparent);}
.open-track a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 35%, transparent);}
.open-track a:hover{border-bottom-color:currentColor;}
.open-track .clear-team{margin-bottom:calc(1.5rem / 2);font-size:calc(16.5px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.open-track .active-plan{margin-top:1.5rem;}
.open-track .featured-panel{display:flex;flex-direction:column;gap:var(--layer-strong);margin-top:var(--layer-strong);}
.open-track .plain-lead{min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.open-track .plain-lead p,.open-track .plain-lead a{margin-top:calc(1.5rem / 3);}
.open-track .plain-lead a{display:inline-block;font-size:calc(16.5px * .875);}
.open-track .compact-headline{margin-top:var(--layer-strong);font-size:calc(16.5px * .875);}
.clear-summary{--layer-strong:calc(1.5rem * 1.18);--field-active:calc(900px / 2.4);--type-meta:calc(900px / 3.2);padding:calc(1.5rem * 2.4) 1.15rem;background:#F7F5F1;color:#1C1E21;}
.clear-summary .content-area{max-width:900px;margin:0 auto;}
.clear-summary h1,.clear-summary h2,.clear-summary h3,.clear-summary p{margin:0;}
.clear-summary h2{font-size:calc(16.5px * 2);line-height:1.14;}
.clear-summary h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.clear-summary p{font-size:16.5px;line-height:1.87;}
.clear-summary a{color:#3E4A55;text-decoration:none;border-bottom:1px solid #D6D2CA;}
.clear-summary a:hover{color:inherit;border-bottom-color:#B98A4B;}
.clear-summary img{display:block;width:100%;height:auto;border-radius:0.36rem;}
.clear-summary .active-plan{margin-top:1.5rem;}
.clear-summary .clear-team{margin-top:calc(1.5rem / 2);font-size:calc(16.5px * .875);color:#3A3D42;}
.clear-summary .featured-panel{display:flex;flex-direction:column;gap:var(--layer-strong);margin-top:0;}
.clear-summary .plain-lead{min-width:0;padding-bottom:calc(1.5rem / 1.6);border-bottom:1px solid #D6D2CA;}
.clear-summary .plain-lead:last-child{border-bottom:none;padding-bottom:0;}
.clear-summary .plain-lead p{margin-top:calc(1.5rem / 3);color:#3A3D42;}
.clear-summary .service-grid{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.09rem;}
.clear-summary .service-grid>.bottom-lead{flex:1 1 calc(900px / 3);min-width:0;}
.clear-summary .service-grid>.featured-panel{flex:2 1 calc(900px / 2);}
.clear-summary .service-grid>img{margin-left:auto;max-width:calc(var(--type-meta) * 1.1);}
.clear-summary .compact-headline{margin-top:calc(1.09rem * 1.5);font-size:calc(16.5px * .875);color:#3A3D42;}
@media (max-width:720px){.clear-summary .service-grid>img{margin-left:0;max-width:100%;}
}
.bottom-intro{
  padding: calc(1.5rem * 2.4) 1.15rem;
  background: #EDEAE4;
  color: #3A3D42;
}
.bottom-intro .direct-entries{max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.09rem * 1.5);}
.bottom-intro .bottom-track{
  padding: calc(1.5rem * .75);
  border-radius: 0.59rem;
  background: var(--ink-light);
  color: var(--ink-dark);
}
.bottom-intro h2{margin: 0;
  font-size: calc(16.5px * 2);
  line-height: 1.12;}
.bottom-intro .bottom-track p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.5px * 1.125);
  line-height: 1.87;}
.bottom-intro .bottom-method{display: flex;
  flex-direction: column;
  gap: 1.09rem;}
.bottom-intro .open-feature{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.36rem;
  background: #FFFFFF;
  color: #1C1E21;
  border: 1px solid #D6D2CA;
  box-shadow: 0 0px 2px rgba(0,0,0,0.06);
}
.bottom-intro .steady-grid{
  flex: 0 0 auto;
  font-size: calc(16.5px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 0.2rem 0.55rem;
  border-radius: 0.22rem;
  background: #B98A4B;
  color: #1C1E21;
}
.bottom-intro .open-feature > div{flex: 1 1 22rem;
  min-width: 0;}
.bottom-intro h3{margin: 0;
  font-size: calc(16.5px * 1.35);
  line-height: 1.25;}
.bottom-intro .open-feature p{margin: calc(calc(1.5rem * .75) * 0.5) 0;
  line-height: 1.87;}
.bottom-intro small{font-size: calc(16.5px * .875);}
@media (max-width: 640px) {.bottom-intro .open-feature{
    flex-direction: column;
  }
}
.team-inner{--layer-strong:calc(1.5rem * 1.06);--font-strong:calc(900px / 3.37);padding:calc(1.5rem * 2.4) 1.15rem;background:var(--ink-light);color:var(--ink-dark);}
.team-inner .content-area{max-width:900px;margin:0 auto;}
.team-inner h2,.team-inner h3,.team-inner p{margin:0;}
.team-inner h2{font-size:calc(16.5px * 2);line-height:1.12;}
.team-inner h3{font-size:calc(16.5px * .875);line-height:1.35;font-weight:600;letter-spacing:.01em;opacity:.92;}
.team-inner p{font-size:16.5px;line-height:1.87;}
.team-inner .active-plan{margin-top:1.5rem;max-width:calc(900px / 1.55);opacity:.9;}
.team-inner .featured-panel{display:flex;flex-wrap:wrap;gap:var(--layer-strong);margin-top:var(--layer-strong);}
.team-inner .plain-lead{flex:1 1 var(--font-strong);min-width:0;padding:calc(var(--layer-strong) * .75);border-radius:0.36rem;background:#EDEAE4;color:#3A3D42;display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.team-inner .plain-lead p{color:inherit;}
.team-inner .plain-lead h3{color:inherit;margin-top:auto;padding-top:calc(1.5rem / 3);border-top:1px solid #D6D2CA;}
.team-inner .featured-menu{padding-inline-start:calc(1.15rem / 2);}
.team-inner .box{padding-block:calc(var(--layer-strong) / 2);}
.team-inner .soft-area{row-gap:calc(var(--layer-strong) * .7);}
@media (max-width:720px){.team-inner .active-plan{max-width:none;}.team-inner .plain-lead{flex:1 1 100%;}
}
.quiet-team{--layer-strong:calc(1.5rem * 1.42);--type-meta:calc(900px / 3.77);padding:calc(1.5rem * 2.4) 1.15rem;background:#F7F5F1;color:#1C1E21;}
.quiet-team .content-area{max-width:900px;margin:0 auto;}
.quiet-team h2,.quiet-team h3,.quiet-team p{margin:0;}
.quiet-team h2{font-size:calc(16.5px * 2);line-height:1.12;}
.quiet-team h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.quiet-team p{font-size:16.5px;line-height:1.87;}
.quiet-team a{color:inherit;text-decoration:none;}
.quiet-team img{display:block;width:100%;height:auto;border-radius:0.36rem;margin-top:var(--layer-strong);}
.quiet-team .plain-benefit{display:flex;flex-direction:column;gap:calc(1.09rem * 1.5);}
.quiet-team .active-plan{}
.quiet-team .featured-panel{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.09rem;margin-top:var(--layer-strong);}
.quiet-team .plain-lead{flex:1 1 calc(900px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #D6D2CA;}
.quiet-team .plain-lead p{margin-top:calc(1.5rem / 3);}
.quiet-team .clear-team{margin-top:var(--layer-strong);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.36rem;background:#EDEAE4;color:#3A3D42;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.09rem;}
.quiet-team .clear-team p{flex:1 1 calc(900px / 2);min-width:0;}
.quiet-team .open-area{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.22rem;background:#3E4A55;color:#F7F5F1;}
.quiet-team .open-area:hover{background:#333E48;color:#1C1E21;}
@media (max-width:640px){.quiet-team .plain-lead{flex:1 1 100%;}.quiet-team .clear-team{flex-direction:column;align-items:flex-start;}
}
.simple-service{--layer-strong:calc(1.5rem * 1.05);--type-meta:calc(900px / 4.2);padding:calc(1.5rem * 2.4) 1.15rem;background:#F7F5F1;color:#1C1E21;}
.simple-service .content-area{max-width:900px;margin:0 auto;}
.simple-service h2,.simple-service h3,.simple-service p{margin:0;}
.simple-service h2{font-size:calc(16.5px * 2);line-height:1.14;}
.simple-service h3{font-size:calc(16.5px * 1.35);line-height:1.25;}
.simple-service p{font-size:16.5px;line-height:1.87;}
.simple-service img{display:block;width:100%;height:auto;border-radius:0.36rem;}
.simple-service .active-plan{margin-top:1.5rem;color:#3A3D42;}
.simple-service .featured-panel{display:flex;flex-direction:column;gap:var(--layer-strong);margin-top:var(--layer-strong);}
.simple-service .plain-lead{min-width:0;padding-bottom:var(--layer-strong);border-bottom:1px solid #D6D2CA;}
.simple-service .plain-lead:last-child{border-bottom:0;padding-bottom:0;}
.simple-service .plain-lead img{margin-bottom:calc(1.5rem / 1.6);max-width:calc(var(--type-meta) * .8);}
.simple-service .plain-lead h3{margin-bottom:calc(1.5rem / 3);}
.simple-service .service-grid{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.09rem;}
.simple-service .service-grid>.bottom-lead{flex:1 1 calc(900px / 3);min-width:0;}
.simple-service .service-grid>.featured-panel{flex:2 1 calc(900px / 2);margin-top:0;}
.simple-service .service-grid>img{margin-left:auto;flex:0 1 var(--type-meta);}
@media (max-width:720px){.simple-service .service-grid>img{flex:1 1 100%;margin-left:0;}
}
.featured-note{padding:calc(1.5rem * 2.4) 1.15rem;background:linear-gradient(135deg, #3E4A55 0%, #55606B 55%, #B98A4B 100%);color:#F7F5F1}
.featured-note .content-area{max-width:900px;margin:0 auto}
.featured-note .contact-service{margin-bottom:calc(1.09rem * 1.5)}
.featured-note h2{margin:0;font-size:calc(16.5px * 2);line-height:1.06}
.featured-note .contact-service p{margin:1.5rem 0 0;font-size:calc(16.5px * 1.125);line-height:1.87}
.featured-note .fresh-menu{display:flex;align-items:flex-start;gap:calc(1.09rem * 1.5)}
.featured-note .active-flow{flex:0 1 17rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
.featured-note button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.6;transition:opacity 310ms var(--delay-fast),transform 310ms var(--delay-fast)}
.featured-note button:hover,.featured-note button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.3))}
.featured-note .open-summary{flex:1 1 26rem;align-self:start}
.featured-note [data-response]{display:none}
.featured-note [data-response].is-active{display:block;animation:clarifyFocusIn calc(310ms*1.7) var(--delay-fast) both}
.featured-note h3{margin:0;font-size:calc(16.5px * 1.35);line-height:1.12}
.featured-note [data-response] p{margin:1.5rem 0 0;font-size:16.5px;line-height:1.87}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.09rem * 2)*.1))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.featured-note .fresh-menu{display:block}.featured-note .active-flow{margin-bottom:calc(1.09rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.featured-note [data-response].is-active{animation:none}}
.compact-tile{
  background: #F7F5F1;
  color: #1C1E21;
  padding: calc(1.5rem * 2.4) 1.15rem;
}
.compact-tile .content-area{width: min(100%, 900px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.09rem;
  align-items: flex-start;}
.compact-tile .content-area > *{min-width: 0; flex: 1 1 20rem;}
.compact-tile .bottom-lead{display: flex;
  flex-direction: column;
  gap: calc(1.09rem * 1.5);}
.compact-tile h2,
.compact-tile p{margin: 0;}
.compact-tile h2{font-size: calc(16.5px * 2);
  line-height: 1.08;}
.compact-tile .active-plan{font-size: calc(16.5px * 1.125);
  line-height: 1.87;}
.compact-tile .soft-fields{font-size: 16.5px;
  line-height: 1.87;}
.compact-tile .active-view{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-top: 1.5rem;}
.compact-tile .plain-lead{
  display: flex;
  flex-wrap: wrap;
  gap: 1.15rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.36rem;
  background: #FFFFFF;
  color: #1C1E21;
  border: 1px solid #D6D2CA;
}
.compact-tile .plain-lead > *{min-width: 0; flex: 1 1 15rem;}
.compact-tile strong{font-size: calc(16.5px * 1.35);
  line-height: 1.18;}
.compact-tile .plain-lead span{font-size: calc(16.5px * .875);
  line-height: 1.87;}
.compact-tile .clear-team{font-size: calc(16.5px * .875);
  line-height: 1.87;
  padding-top: 1.5rem;
  border-top: 1px solid #D6D2CA;}
.compact-tile .clear-team a{text-decoration: underline;
  text-underline-offset: 3px;}
.compact-tile .clear-team a:hover{}
.compact-tile .team-brand{display: block;
  width: 100%;
  height: 100%;
  min-height: 30rem;
  object-fit: cover;
  border-radius: 0.83rem;
  box-shadow: 0 3px 14px rgba(0,0,0,0.08);}
@media (max-width: 860px) {.compact-tile .team-brand{ min-height: 18rem; }.compact-tile h2{ font-size: calc(16.5px * 1.35); }
}
.soft-contact{--layer-strong:calc(1.5rem * 1.00);--font-strong:calc(900px / 3.31);padding:calc(1.5rem * 2.4) 1.15rem;background:var(--ink-light);color:var(--ink-dark);}
.soft-contact .content-area{max-width:900px;margin:0 auto;}
.soft-contact h2,.soft-contact h3,.soft-contact p{margin:0;}
.soft-contact h2{font-size:calc(16.5px * 2);line-height:1.12;}
.soft-contact h3{font-size:calc(16.5px * 1.35);line-height:1.2;}
.soft-contact p{font-size:16.5px;line-height:1.87;}
.soft-contact .active-plan{margin-top:1.5rem;}
.soft-contact .clear-story{display:flex;flex-wrap:wrap;gap:var(--layer-strong);margin-top:var(--layer-strong);}
.soft-contact .plain-lead{flex:1 1 var(--font-strong);min-width:0;padding:calc(var(--layer-strong) * .75);border-radius:0.36rem;background:#EDEAE4;color:#3A3D42;}
.soft-contact .plain-lead p{margin-top:calc(1.5rem / 3);}
.soft-contact .text-quote{padding-inline-start:calc(1.5rem * .75);}
.soft-contact .compact-grid{row-gap:calc(var(--layer-strong) * 1.2);}
.soft-contact .page-intro{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.content-tile{
  --layer-strong:calc(1.5rem * 1.6);
  padding:calc(1.5rem * 2.4) 1.15rem;
  background:#F7F5F1;
  color:#1C1E21;
}
.content-tile .content-area{max-width:900px;
  margin:0 auto;}
.content-tile h2,
.content-tile h3,
.content-tile p{margin:0;}
.content-tile h2{font-size:calc(16.5px * 2);
  line-height:1.14;}
.content-tile h3{font-size:calc(16.5px * 1.35);
  line-height:1.22;}
.content-tile p{font-size:16.5px;
  line-height:1.87;}
.content-tile .plain-benefit{display:flex;
  flex-direction:column;
  gap:calc(1.09rem * 1.5);
  padding-bottom:calc(1.09rem * 1.5);
  border-bottom:1px solid #D6D2CA;}
.content-tile .active-plan{}
.content-tile .featured-panel{display:flex;
  flex-direction:column;
  gap:var(--layer-strong);
  margin-top:var(--layer-strong);}
.content-tile .plain-lead{display:grid;
  grid-template-columns:minmax(0, 1fr);
  gap:calc(1.5rem / 3);
  padding-left:1.15rem;
  border-left:2px solid #B98A4B;}
.content-tile .plain-lead p{}
.content-tile .steady-steps{font-size:calc(16.5px * .875);
  letter-spacing:0.06em;
  text-transform:uppercase;}
.content-tile .clear-team{margin-top:var(--layer-strong);
  padding-top:calc(1.09rem * 1.5);
  border-top:1px solid #D6D2CA;}
@media (min-width:720px){.content-tile .plain-lead{
    grid-template-columns:calc(900px / 5) minmax(0, 1fr);
    gap:1.15rem;
    align-items:baseline;
  }.content-tile .plain-lead h3,
  .content-tile .plain-lead p:not(.steady-steps){
    grid-column:2;
  }.content-tile .steady-steps{
    grid-row:1 / span 2;
  }
}
.simple-frame{--layer-strong:calc(1.5rem * 1.32);padding:calc(1.5rem * 2.4) 1.15rem;background:#3E4A55;color:#F7F5F1;}
.simple-frame .content-area{max-width:900px;margin:0 auto;}
.simple-frame h1,.simple-frame h2,.simple-frame h3,.simple-frame p{margin:0;}
.simple-frame h2{font-size:calc(16.5px * 2);line-height:1.12;}
.simple-frame p{font-size:16.5px;line-height:1.87;}
.simple-frame a{color:inherit;text-decoration:none;}
.simple-frame .clear-team{font-size:calc(16.5px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.simple-frame .active-plan{color:color-mix(in srgb, currentColor 82%, transparent);}
.simple-frame .bottom-lead{color:color-mix(in srgb, currentColor 74%, transparent);}
.simple-frame .open-area{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.22rem;background:#F7F5F1;color:#3E4A55;transition:background 310ms var(--delay-fast),color 310ms var(--delay-fast);}
.simple-frame .open-area:hover{background:#B98A4B;color:#1C1E21;}
.simple-frame .compact-headline{font-size:calc(16.5px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
.simple-frame .compact-headline a{text-decoration:underline;text-underline-offset:3px;}
.simple-frame .compact-headline a:hover{}
.simple-frame .main-surface>h2,.simple-frame .main-surface>p,.simple-frame .main-surface>.open-area{margin-top:1.5rem;}
.simple-frame .main-surface>.compact-headline{margin-top:var(--layer-strong);}
.clear-service{
  --layer-strong:calc(1.5rem * 1.1);
  --field-active:calc(900px / 2.6);
  padding:calc(1.5rem * 2.4) 1.15rem;
  background:#F7F5F1;
  color:#1C1E21;
}
.clear-service .content-area{max-width:900px;
  margin:0 auto;}
.clear-service h2,
.clear-service h3,
.clear-service p{margin:0;}
.clear-service h2{font-size:calc(16.5px * 2);
  line-height:1.14;}
.clear-service h3{font-size:calc(16.5px * 1.35);
  line-height:1.22;}
.clear-service p{font-size:16.5px;
  line-height:1.87;}
.clear-service .plain-benefit{max-width:var(--field-active);}
.clear-service .active-plan{margin-top:calc(1.09rem * 1.5);
  color:#3A3D42;}
.clear-service img{display:block;
  width:100%;
  height:auto;
  margin-top:var(--layer-strong);
  border-radius:0.59rem;
  box-shadow:0 3px 14px rgba(0,0,0,0.08);}
.clear-service .featured-panel{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:1.09rem;
  margin-top:var(--layer-strong);}
.clear-service .plain-lead{flex:1 1 calc(900px / 3.4);
  min-width:0;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #D6D2CA;}
.clear-service .plain-lead p{margin-top:calc(1.5rem / 3);
  color:#3A3D42;}
.clear-service .clear-team{margin-top:var(--layer-strong);
  padding-top:calc(1.09rem * 1.5);
  border-top:1px solid #D6D2CA;
  color:#3A3D42;}
.clear-service .clear-team a{color:#3E4A55;
  text-decoration:underline;
  text-underline-offset:3px;}
.clear-service .clear-team a:hover{color:inherit;}
@media (max-width:720px){.clear-service .plain-lead{
    flex:1 1 100%;
  }
}
.site-list{
    padding:calc(1.5rem * 2.4) 1.15rem;
    background:#F7F5F1;
    color:#1C1E21;
}
.site-list .contact-body{max-width:900px;
    margin:0 auto;}
.site-list .narrow-view{margin-bottom:calc(1.09rem * 1.5);}
.site-list .bottom-callout{margin:0 0 0.6rem;
    font-size:calc(16.5px * .875);
    color:#3A3D42;
    letter-spacing:0.02em;}
.site-list .main-summary{margin:0 0 1.09rem;
    font-size:calc(16.5px * 2.65);
    line-height:1.2;}
.site-list .active-plan{margin:0;
    font-size:calc(16.5px * 1.125);
    line-height:1.87;}
.site-list .quiet-media{margin:0 0 calc(1.09rem * 1.5);}
.site-list .quiet-media img{display:block;
    width:100%;
    height:auto;
    border-radius:0.59rem;
    box-shadow:0 0px 2px rgba(0,0,0,0.06);}
.site-list .quiet-media figcaption{margin-top:0.6rem;
    font-size:calc(16.5px * .875);
    color:#3A3D42;}
.site-list .soft-fields p{margin:0 0 1.09rem;
    font-size:16.5px;
    line-height:1.87;}
.site-list .focused-items{margin:calc(1.09rem * 1.5) 0 1.09rem;
    font-size:calc(16.5px * 1.35);
    line-height:1.3;}
.site-list .featured-panel{margin:0 0 calc(1.09rem * 1.5);
    padding-left:1.2rem;}
.site-list .featured-panel li{margin-bottom:0.55rem;
    font-size:16.5px;
    line-height:1.87;}
.site-list .compact-method{margin-top:calc(1.09rem * 1.5);
    padding-top:1.09rem;
    border-top:1px solid #D6D2CA;}
.site-list .clear-team{margin:0;
    font-size:16.5px;
    line-height:1.87;
    color:#3A3D42;}
.site-list .clear-team a{color:#3E4A55;
    text-decoration:underline;
    text-underline-offset:3px;
    transition:color 310ms var(--delay-fast);}
.site-list .clear-team a:hover{color:inherit;}
@media (max-width:640px){.site-list .main-summary{
        font-size:calc(16.5px * 2);
    }.site-list .active-plan{
        font-size:16.5px;
    }
}
.top-proof{
    padding:calc(1.5rem * 2.4) 1.15rem;
    background:#EDEAE4;
    color:#3A3D42;
}
.top-proof .content-area{max-width:900px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.09rem * 1.5);}
.top-proof .plain-benefit h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(16.5px * 2);
    line-height:1.25;}
.top-proof .plain-benefit p{margin:0;
    font-size:16.5px;
    line-height:1.87;}
.top-proof .active-block{display:flex;
    flex-wrap:wrap;
    gap:1.09rem;}
.top-proof .plain-lead{
    flex:1 1 240px;
    padding:calc(1.5rem * .75);
    background:#FFFFFF;
    color:#1C1E21;
    border:1px solid #D6D2CA;
    border-radius:0.59rem;
}
.top-proof .plain-lead h3{margin:0 0 0.5rem;
    font-size:calc(16.5px * 1.35);
    line-height:1.3;}
.top-proof .plain-lead p{margin:0;
    font-size:calc(16.5px * .875);
    line-height:1.87;}
.top-proof .clear-team{
    padding:calc(1.5rem * .75) calc(1.09rem * 1.5);
    border-left:3px solid #B98A4B;
    background:#FFFFFF;
    color:#1C1E21;
    border-radius:0.36rem;
}
.top-proof .clear-team p{margin:0 0 0.6rem;
    font-size:calc(16.5px * .875);
    line-height:1.87;}
.top-proof .clear-team p:last-child{margin-bottom:0;}
.top-proof .compact-headline a{text-decoration:underline;
    text-underline-offset:2px;}
.top-proof .compact-headline a:hover{}
@media (max-width:760px){.top-proof .active-block{flex-direction:column;}
}
.service-intro{padding:calc(1.5rem * 2.4) 1.15rem;background:var(--ink-light);color:var(--ink-dark)}
.service-intro .main-copy{max-width:900px;margin:0 auto}
.service-intro h2{max-width:20ch;margin:0;font-size:calc(16.5px * 2);line-height:1.1}
.service-intro .secondary-note{margin:1.5rem 0 calc(1.09rem * 1.5);font-size:calc(16.5px * 1.125);line-height:1.87;opacity:.86}
.service-intro .submit{margin:0;padding:0;list-style:none;counter-reset:nota}
.service-intro .submit>li{position:relative;padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) 3.2rem;border-top:1px solid rgba(247,245,241,.18)}
.service-intro .submit>li:last-child{border-bottom:1px solid rgba(247,245,241,.18)}
.service-intro .submit>li::before{counter-increment:nota;content:counter(nota,decimal-leading-zero);position:absolute;left:0;top:calc(1.5rem * .75);font-size:calc(16.5px * .875);letter-spacing:.08em;opacity:.6}
.service-intro h3{margin:0;font-size:calc(16.5px * 1.35);line-height:1.2}
.service-intro .submit p{margin:.6rem 0 0;line-height:1.87;opacity:.82}
@media(max-width:680px){.service-intro .submit>li{padding-left:2.4rem}.service-intro h2{max-width:none}
}
.page-frame{
  background: linear-gradient(135deg, #3E4A55 0%, #55606B 55%, #B98A4B 100%);
  color: #F7F5F1;
  padding: calc(1.5rem * 2.4) 1.15rem;
}
.page-frame .content-area{width: min(100%, 900px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .38fr) minmax(0, 1fr);
  gap: 1.09rem;
  align-items: start;}
.page-frame h2,
.page-frame h3,
.page-frame p{margin: 0;}
.page-frame h2{font-size: calc(16.5px * 2); line-height: 1.1;}
.page-frame h3{font-size: calc(16.5px * 1.35); line-height: 1.18;}
.page-frame p{font-size: 16.5px; line-height: 1.87;}
.page-frame .top-entries{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.09rem * 1.5);
  border-radius: 0.83rem;
  background: linear-gradient(90deg, #B98A4B 0%, #D2A96A 100%);
  color: #1C1E21;
}
.page-frame .soft-stack{display: grid;
  gap: calc(1.5rem * .75);}
.page-frame .active-details{
  display: grid;
  grid-template-columns: 1rem minmax(6rem, .2fr) minmax(9rem, .32fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: 0.36rem;
  background: #FFFFFF;
  color: #1C1E21;
  border: 1px solid #D6D2CA;
  animation: peopleTimelineIn calc(310ms * 2.2) var(--delay-fast) both;
  animation-delay: var(--motion-panel, 0ms);
}
.page-frame i{
  width: .6rem;
  height: .6rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: #3E4A55;color:#F7F5F1;}
.page-frame .active-details span{}
@keyframes peopleTimelineIn {from{ opacity: .2; transform: translateX(calc(calc(1.09rem * 2) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 860px) {.page-frame .content-area,
  .page-frame .active-details{ grid-template-columns: 1fr; }
}
.plain-wrap{
    padding:calc(1.5rem * 2.4) 1.15rem;
    background:#F7F5F1;
    color:#1C1E21;
}
.plain-wrap .contact-body{max-width:900px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(1.09rem * 1.5);
    align-items:flex-start;}
.plain-wrap .active-block{flex:0 0 220px;
    display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.plain-wrap .primary-wrap{
    margin:0;
    border-radius:0.59rem;
    overflow:hidden;
    background:#EDEAE4;
    box-shadow:0 0px 2px rgba(0,0,0,0.06);color:#3A3D42;}
.plain-wrap .primary-wrap img{display:block;
    width:100%;
    height:auto;}
.plain-wrap .narrow-unit{display:flex;
    flex-direction:column;
    gap:2px;}
.plain-wrap .top-frame{margin:0;
    font-size:calc(16.5px * 1.125);
    line-height:1.3;}
.plain-wrap .narrow-service{margin:0;
    font-size:calc(16.5px * .875);
    color:#3A3D42;}
.plain-wrap .bottom-lead{flex:1 1 320px;
    display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.plain-wrap .compact-form{margin:0;
    font-size:16.5px;
    line-height:1.87;}
.plain-wrap .compact-form a{color:#3E4A55;
    text-decoration:underline;
    text-underline-offset:2px;}
.plain-wrap .compact-form a:hover{color:inherit;}
.plain-wrap .clear-team{
    margin:0;
    padding:calc(1.5rem * .75);
    background:#EDEAE4;
    color:#3A3D42;
    border-radius:0.36rem;
    font-size:calc(16.5px * .875);
    line-height:1.6;
}
.plain-wrap .clear-team a{color:#3E4A55;
    text-decoration:underline;
    text-underline-offset:2px;}
.plain-wrap .clear-team a:hover{color:inherit;}
@media (max-width:640px){.plain-wrap .active-block{
        flex:1 1 100%;
        flex-direction:row;
        align-items:center;
        gap:1.09rem;
    }.plain-wrap .primary-wrap{
        flex:0 0 96px;
    }.plain-wrap .bottom-lead{
        flex:1 1 100%;
    }
}
.plain-items{
  padding:calc(1.5rem * 2.4) 1.15rem;
  background:#F7F5F1;
  color:#1C1E21;
}
.plain-items .content-area{width:min(100%,calc(900px*.78));
  margin:0 auto;}
.plain-items .narrow-view{border-bottom:1px solid #D6D2CA;
  padding-bottom:calc(1.09rem * 1.5);}
.plain-items h1{margin:0;
  font-size:calc(16.5px * 2.65);
  line-height:1.08;
  letter-spacing:-0.01em;}
.plain-items .direct-intro{display:flex;
  flex-wrap:wrap;
  gap:calc(1.5rem * .75);
  margin-top:1.5rem;
  font-size:calc(16.5px * .875);
  color:#3A3D42;}
.plain-items .direct-intro span{position:relative;}
.plain-items .direct-intro span + span::before{content:"·";
  margin-right:calc(1.5rem * .75);color:inherit;}
.plain-items .top-view{margin:calc(1.09rem * 1.5) 0 0;
  font-size:calc(16.5px * 1.125);
  line-height:1.87;
  color:#3A3D42;}
.plain-items .media-wrap{margin:calc(1.09rem * 1.5) 0 0;}
.plain-items .visual-panel{display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover;
  border-radius:0.59rem;
  box-shadow:0 3px 14px rgba(0,0,0,0.08);}
.plain-items .steady-details{
  margin-top:1.5rem;
  background:#FFFFFF;
  color:#1C1E21;
  border:1px solid #D6D2CA;
  border-radius:0.36rem;
  padding:calc(1.5rem * .75);
}
.plain-items .steady-details p{margin:0 0 1.5rem;
  line-height:1.87;}
.plain-items .steady-details p:last-child{margin-bottom:0;}
.plain-items .compact-headline{display:flex;
  flex-wrap:wrap;
  gap:1.09rem;
  margin-top:calc(1.09rem * 1.5);
  padding-top:calc(1.09rem * 1.5);
  border-top:1px solid #D6D2CA;}
.plain-items .compact-headline a{font-size:calc(16.5px * .875);
  color:#3E4A55;
  text-decoration:none;
  border-bottom:1px solid #3E4A55;
  padding-bottom:2px;
  transition:color 310ms var(--delay-fast),border-color 310ms var(--delay-fast);}
.plain-items .compact-headline a:hover{color:inherit;
  border-color:#B98A4B;}
@media (max-width:640px){.plain-items .direct-intro span + span::before{
    display:none;
  }.plain-items .direct-intro{
    gap:1.15rem;
  }
}
.strong-tile{
    padding:calc(1.5rem * 2.4) 1.15rem;
    background:#EDEAE4;
    color:#3A3D42;
}
.strong-tile .content-area{max-width:900px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.09rem * 1.5);}
.strong-tile .active-plan h2{margin:0 0 1.5rem;
    font-size:calc(16.5px * 2);
    line-height:1.25;}
.strong-tile .active-plan p{margin:0;
    font-size:16.5px;
    line-height:1.87;}
.strong-tile .focused-steps{display:flex;
    flex-wrap:wrap;
    gap:1.09rem;}
.strong-tile .compact-headline{
    flex:1 1 260px;
    background:#FFFFFF;
    color:#1C1E21;
    border:1px solid #D6D2CA;
    border-radius:0.59rem;
    padding:calc(1.5rem * .75);
}
.strong-tile .compact-headline h3{margin:0 0 0.6rem;
    font-size:calc(16.5px * 1.35);
    line-height:1.3;}
.strong-tile .compact-headline p{margin:0;
    font-size:calc(16.5px * .875);
    line-height:1.87;}
.strong-tile .compact-headline a{text-decoration:underline;
    text-underline-offset:2px;}
.strong-tile .compact-headline a:hover{}
.strong-tile .clear-team{
    border-left:3px solid #B98A4B;
    padding:1.5rem 1.15rem;
    background:#FFFFFF;
    color:#1C1E21;
    border-radius:0.36rem;
}
.strong-tile .clear-team p{margin:0 0 0.7rem;
    font-size:calc(16.5px * .875);
    line-height:1.87;}
.strong-tile .clear-team p:last-child{margin-bottom:0;}
.strong-tile .clear-team .local-figure a{text-decoration:underline;
    text-underline-offset:2px;}
.strong-tile .clear-team .local-figure a:hover{}
@media (max-width:760px){.strong-tile .compact-headline{flex:1 1 100%;}
}
.site-copy{
        padding: calc(1.5rem * 2.4) 1.15rem;
        background: #EDEAE4;
        color: #3A3D42
    }
.site-copy .content-area{max-width: 900px;
        margin: 0 auto}
.site-copy .direct-headline{display: flex;
        flex-direction: column;
        gap: calc(1.09rem * 1.5);
        align-items: flex-start}
.site-copy h2{min-width: 0;
        margin: 0;
        font-size: calc(16.5px * 2);
        line-height: 1.12}
.site-copy .social{min-width: 0}
.site-copy .social p{margin: 0 0 1.5rem;
        font-size: calc(16.5px * 1.125);
        line-height: 1.87}
.site-copy .social p:last-of-type{margin-bottom: 0}
.site-copy .soft-story{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        margin-top: 1.5rem}
.site-copy .soft-story span{
        border-radius: 0.36rem;
        background: #FFFFFF;
        color: #1C1E21;
        border: 1px solid #D6D2CA;
        padding: calc(calc(1.5rem * .75) * .7) calc(1.5rem * .75);
        font-size: calc(16.5px * .875);
        line-height: 1.4
    }
@media (max-width: 760px) {.site-copy .direct-headline{
            display: block
        }.site-copy .social{
            margin-top: 1.5rem
        }
    }
.public-frame{
  background: linear-gradient(135deg, #3E4A55 0%, #55606B 55%, #B98A4B 100%);
  color: #F7F5F1;
  padding: calc(1.5rem * 2.4) 1.15rem;
}
.public-frame .content-area{width: min(100%, 900px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 1.09rem;
  align-items: start;}
.public-frame h2,
.public-frame h3,
.public-frame p{margin: 0;}
.public-frame h2{font-size: calc(16.5px * 2); line-height: 1.1;}
.public-frame h3{font-size: calc(16.5px * 1.35); line-height: 1.18;}
.public-frame p{font-size: 16.5px; line-height: 1.87;}
.public-frame .top-entries{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.09rem * 1.5);
  border-radius: 0.83rem;
  background: linear-gradient(90deg, #B98A4B 0%, #D2A96A 100%);
  color: #1C1E21;
}
.public-frame .soft-stack{display: grid;
  gap: calc(1.5rem * .75);}
.public-frame .active-details{
  display: grid;
  grid-template-columns: 1rem minmax(5rem, .18fr) minmax(9rem, .3fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: 0.36rem;
  background: #FFFFFF;
  color: #1C1E21;
  border: 1px solid #D6D2CA;
  animation: peopleTimelineIn calc(310ms * 2.2) var(--delay-fast) both;
  animation-delay: var(--motion-panel, 0ms);
}
.public-frame i{
  width: .6rem;
  height: .6rem;
  margin-top: .5rem;
  border-radius: 50%;
  background: #3E4A55;color:#F7F5F1;}
.public-frame .active-details span{}
@keyframes peopleTimelineIn {from{ opacity: .2; transform: translateX(calc(calc(1.09rem * 2) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 860px) {.public-frame .content-area,
  .public-frame .active-details{ grid-template-columns: 1fr; }
}
.visual-benefit{
    padding:calc(1.5rem * 2.4) 1.15rem;
    background:#EDEAE4;
    color:#3A3D42;
}
.visual-benefit .contact-body{max-width:900px;
    margin:0 auto;}
.visual-benefit .active-block{display:flex;
    flex-wrap:wrap;
    gap:calc(1.09rem * 1.5);
    align-items:flex-start;}
.visual-benefit .primary-wrap{margin:0;
    flex:0 0 168px;
    max-width:168px;}
.visual-benefit .primary-wrap img{display:block;
    width:100%;
    height:auto;
    border-radius:0.59rem;
    box-shadow:0 0px 2px rgba(0,0,0,0.06);
    object-fit:cover;}
.visual-benefit .bottom-lead{flex:1 1 320px;
    min-width:0;}
.visual-benefit .top-frame{margin:0 0 2px;
    font-size:calc(16.5px * 1.35);
    line-height:1.3;}
.visual-benefit .narrow-service{margin:0 0 calc(1.5rem * .75);
    font-size:calc(16.5px * .875);
    letter-spacing:0.02em;
    text-transform:uppercase;
    opacity:0.78;}
.visual-benefit .compact-form{margin:0 0 calc(1.5rem * .75);
    font-size:16.5px;
    line-height:1.87;}
.visual-benefit .narrow-method{margin:0 0 4px;
    font-size:16.5px;}
.visual-benefit .narrow-method a{color:#3E4A55;
    text-decoration:none;
    border-bottom:1px solid #D6D2CA;}
.visual-benefit .narrow-method a:hover{color:inherit;
    border-bottom-color:#B98A4B;}
.visual-benefit .secondary-actions{margin:0 6px;
    opacity:0.6;}
.visual-benefit .clear-team{margin:0;
    font-size:calc(16.5px * .875);
    opacity:0.8;}
@media (max-width:560px){.visual-benefit .primary-wrap{
        flex:0 0 120px;
        max-width:120px;
    }
}
.offer-contact{
    padding:calc(1.5rem * 2.4) 1.15rem;
    background:#F7F5F1;
    color:#1C1E21;
}
.offer-contact .contact-body{max-width:900px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.09rem * 1.5);}
.offer-contact .narrow-view{display:flex;
    flex-direction:column;
    gap:0.35rem;}
.offer-contact .main-summary{margin:0;
    font-size:calc(16.5px * 2.65);
    line-height:1.18;
    letter-spacing:-0.01em;}
.offer-contact .direct-intro{margin:0;
    font-size:calc(16.5px * .875);
    color:#3A3D42;}
.offer-contact .quiet-media{margin:0;
    border-radius:0.59rem;
    overflow:hidden;
    box-shadow:0 0px 2px rgba(0,0,0,0.06);}
.offer-contact .quiet-media img{display:block;
    width:100%;
    height:auto;}
.offer-contact .soft-fields{display:flex;
    flex-direction:column;
    gap:calc(1.09rem * 1.5);}
.offer-contact .active-plan{margin:0;
    font-size:calc(16.5px * 1.125);
    line-height:1.55;}
.offer-contact .soft-fields p{margin:0;
    font-size:16.5px;
    line-height:1.87;}
.offer-contact .focused-items{margin:0;
    font-size:calc(16.5px * 1.35);
    line-height:1.3;}
.offer-contact .compact-headline{display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:1.09rem;
    padding-top:calc(1.5rem * .75);
    border-top:1px solid #D6D2CA;}
.offer-contact .view{font-size:calc(16.5px * .875);
    color:#3A3D42;
    text-transform:uppercase;
    letter-spacing:0.08em;}
.offer-contact .compact-headline a{color:#3E4A55;
    text-decoration:none;
    font-size:16.5px;
    border-bottom:1px solid transparent;
    transition:color 310ms var(--delay-fast),border-color 310ms var(--delay-fast);}
.offer-contact .compact-headline a:hover{color:inherit;
    border-bottom-color:#B98A4B;}
@media (max-width:640px){.offer-contact .main-summary{
        font-size:calc(16.5px * 2);
    }.offer-contact .active-plan{
        font-size:16.5px;
    }
}
.page-items{
        padding:calc(1.5rem * 2.4) 1.15rem;
        background:linear-gradient(135deg, #3E4A55 0%, #55606B 55%, #B98A4B 100%);
        color:#F7F5F1;
    }
.page-items .content-area{max-width:900px;
        margin:0 auto;}
.page-items .narrow-view{margin-bottom:calc(1.09rem * 1.5);}
.page-items .narrow-view p{margin:0;
        font-size:calc(16.5px * .875);
        letter-spacing:.04em;
        text-transform:uppercase;
        opacity:.85;}
.page-items .narrow-view h2{margin:calc(1.15rem / 2) 0 0;
        font-size:calc(16.5px * 2);
        line-height:1.15;}
.page-items .plain-benefit{margin-bottom:calc(1.09rem * 1.5);
        font-size:16.5px;
        line-height:1.87;}
.page-items .plain-benefit p{margin:0;}
.page-items .open-tile{display:flex;
        flex-direction:column;
        gap:calc(1.5rem * .75);}
.page-items .plain-lead{padding:calc(1.5rem * .75) 0;
        border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.page-items .plain-lead:last-child{border-bottom:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.page-items .plain-lead h3{margin:0 0 calc(1.15rem / 2);
        font-size:calc(16.5px * 1.35);
        line-height:1.3;}
.page-items .plain-lead p{margin:0;
        line-height:1.87;
        opacity:.92;}
.page-items .media-intro{margin-top:calc(1.09rem * 1.5);}
.page-items .media-intro p{margin:0 0 calc(1.5rem * .75);
        line-height:1.87;}
.page-items .compact-headline{display:flex;
        flex-wrap:wrap;
        gap:1.09rem;}
.page-items .compact-headline a{
        display:inline-block;
        padding:calc(1.15rem * 0.7) 1.15rem;
        border-radius:0.36rem;
        background:#B98A4B;
        color:#1C1E21;
        text-decoration:none;
        font-size:calc(16.5px * .875);
        transition:background 310ms var(--delay-fast);
    }
.page-items .compact-headline a:hover{
        background:#A2763B;color:#1C1E21;}
@media (max-width:640px){.page-items .compact-headline{
            flex-direction:column;
        }.page-items .compact-headline a{
            text-align:center;
        }
    }
.wide-rail{
        padding: calc(1.5rem * 2.4) 1.15rem;
        background: #EDEAE4;
        color: #3A3D42
    }
.wide-rail .content-area{max-width: 900px;
        margin: 0 auto}
.wide-rail .direct-headline{display: flex;
        flex-direction: column;
        gap: calc(1.09rem * 1.5);
        align-items: flex-start}
.wide-rail h2{min-width: 0;
        margin: 0;
        font-size: calc(16.5px * 2);
        line-height: 1.12}
.wide-rail .social{min-width: 0}
.wide-rail .social p{margin: 0 0 1.5rem;
        font-size: calc(16.5px * 1.125);
        line-height: 1.87}
.wide-rail .social p:last-of-type{margin-bottom: 0}
.wide-rail .soft-story{display: flex;
        flex-wrap: wrap;
        gap: 1.09rem;
        margin-top: calc(1.09rem * 1.5)}
.wide-rail .soft-story span{
        border-radius: 0.22rem;
        background: #FFFFFF;
        color: #1C1E21;
        border: 1px solid #D6D2CA;
        padding: calc(calc(1.5rem * .75) * .6) calc(1.5rem * .75);
        font-size: calc(16.5px * .875)
    }
@media (max-width: 760px) {.wide-rail .direct-headline{
            display: block
        }.wide-rail .social{
            margin-top: 1.5rem
        }
    }
.text-group{
  background: #F7F5F1;
  color: #1C1E21;
  padding: calc(1.5rem * 2.4) 1.15rem;
}
.text-group .content-area{width: min(100%, 900px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.09rem * 1.5);}
.text-group h2,
.text-group h3,
.text-group p{margin: 0;}
.text-group h2{font-size: calc(16.5px * 2); line-height: 1.1;}
.text-group h3{font-size: calc(16.5px * 1.35); line-height: 1.2;}
.text-group p{font-size: 16.5px; line-height: 1.87;}
.text-group .top-entries{
  display: grid;
  gap: 1.5rem;
  padding: calc(1.09rem * 1.5);
  border-radius: 0.59rem;
  background: #EDEAE4;
  color: #3A3D42;
  border-left: 3px solid #B98A4B;
}
.text-group .soft-stack{display: flex;
  flex-direction: column;}
.text-group .active-details{display: grid;
  grid-template-columns: 1rem minmax(8rem, .22fr) minmax(10rem, .28fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem 0;
  border-bottom: 1px solid #D6D2CA;
  animation: peopleTimelineIn calc(310ms * 2.2) var(--delay-fast) both;
  animation-delay: var(--motion-panel, 0ms);}
.text-group .active-details:last-child{border-bottom: 0;}
.text-group i{
  width: .55rem;
  height: .55rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: #B98A4B;color:#1C1E21;}
.text-group .active-details span{font-size: calc(16.5px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
@keyframes peopleTimelineIn {from{ opacity: .25; transform: translateX(calc(calc(1.09rem * 2) * .14)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 860px) {.text-group .active-details{ grid-template-columns: 1rem 1fr; }.text-group .active-details h3,
  .text-group .active-details p{ grid-column: 2; }
}
.featured-stack{
    padding:calc(1.5rem * 2.4) 1.15rem;
    background:#F7F5F1;
    color:#1C1E21;
}
.featured-stack .contact-body{max-width:900px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(1.09rem * 1.5);
    align-items:flex-start;}
.featured-stack .active-block{flex:0 0 220px;
    display:flex;
    flex-direction:column;
    gap:1.09rem;}
.featured-stack .primary-wrap{width:100%;
    height:auto;
    display:block;
    border-radius:0.59rem;
    box-shadow:0 0px 2px rgba(0,0,0,0.06);
    object-fit:cover;}
.featured-stack .direct-intro{display:flex;
    flex-direction:column;
    gap:2px;}
.featured-stack .top-frame{margin:0;
    font-size:calc(16.5px * 1.125);
    line-height:1.3;}
.featured-stack .narrow-service{
    margin:0;
    font-size:calc(16.5px * .875);
    color:#3A3D42;
    background:#EDEAE4;
    padding:4px 8px;
    border-radius:0.22rem;
    align-self:flex-start;
}
.featured-stack .bottom-lead{flex:1 1 320px;
    display:flex;
    flex-direction:column;
    gap:1.09rem;}
.featured-stack .compact-form{margin:0;
    font-size:16.5px;
    line-height:1.87;}
.featured-stack .clear-team{margin:0;
    font-size:calc(16.5px * .875);
    color:#3A3D42;}
.featured-stack .bottom-headline{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:6px;
    font-size:calc(16.5px * .875);}
.featured-stack .bottom-headline .main{color:#3A3D42;}
.featured-stack .bottom-headline a{color:#3E4A55;
    text-decoration:none;
    border-bottom:1px solid #D6D2CA;
    transition:color 310ms var(--delay-fast), border-color 310ms var(--delay-fast);}
.featured-stack .bottom-headline a:hover{color:inherit;
    border-color:#B98A4B;}
.featured-stack .compact-headline{margin:0;
    font-size:calc(16.5px * .875);}
.featured-stack .compact-headline a{color:#3E4A55;
    text-decoration:none;
    border-bottom:1px solid #D6D2CA;}
.featured-stack .compact-headline a:hover{color:inherit;
    border-color:#B98A4B;}
@media (max-width:640px){.featured-stack .active-block{
        flex:1 1 100%;
        flex-direction:row;
        align-items:center;
    }.featured-stack .primary-wrap{
        width:96px;
        flex:0 0 96px;
    }
}
.public-stack{background:#B98A4B;color:#1C1E21;padding:calc(1.5rem * 2.4) 1.15rem}
.public-stack .content-area{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.09rem * 1.5)}
.public-stack .plain-benefit{display:flex;flex-direction:column;gap:1.5rem}
.public-stack h2{margin:0;font-size:clamp(calc(16.5px * 2),4.4vw,calc(16.5px * 2.65));line-height:1.08;letter-spacing:0}
.public-stack .plain-benefit p{margin:0;font-size:calc(16.5px * 1.125);line-height:1.7}
.public-stack .open-area{align-self:flex-start;display:inline-flex;padding:calc(1.5rem * .75) 1.09rem;border-radius:0.36rem;background:#1C1E21;color:#B98A4B;text-decoration:none;font-weight:700}
.public-stack .soft-fields{display:flex;flex-wrap:wrap;gap:calc(1.09rem * 1.5);align-items:flex-start}
.public-stack .open-grid{flex:1 1 20rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.public-stack .bottom-visual{padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,currentColor 24%,transparent)}
.public-stack .bottom-visual strong,.public-stack .bottom-visual span{display:block}
.public-stack .bottom-visual span{margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.6}
.public-stack .bottom-visual a{color:inherit;text-decoration:underline}
.public-stack .active-block{flex:1 1 22rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.public-stack .primary-rail{margin:0;line-height:1.7}
.public-stack .visual-panel{display:block;width:100%;height:auto;aspect-ratio:16/7;object-fit:cover;border-radius:0.59rem}
@media(max-width:780px){.public-stack .soft-fields{flex-direction:column}.public-stack .visual-panel{aspect-ratio:16/10}}
.form{padding:calc(1.5rem * 2.4) 1.15rem;background:#F7F5F1;color:#1C1E21}
.form .content-area{max-width:900px;margin:0 auto}
.form .clear-fields{display:flex;gap:calc(1.09rem * 1.5);align-items:flex-start}
.form .soft-quote{flex:0 1 28rem;min-width:0}
.form h2{margin:0;font-size:calc(16.5px * 2);line-height:1.14}
.form .soft-quote p{margin:1.5rem 0 0;font-size:calc(16.5px * 1.125);line-height:1.87}
.form ul{list-style:none;margin:calc(1.09rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.form li{padding:calc(1.5rem * .75) 0;line-height:1.87}
.form li+li{border-top:1px solid #D6D2CA}
.form .direct-method{flex:1 1 34rem;min-width:0;background:#FFFFFF;color:#1C1E21;border:1px solid #D6D2CA;border-radius:0.59rem;padding:1.09rem;box-shadow:0 3px 14px rgba(0,0,0,0.08)}
.form .active-plan{margin:0 0 1.5rem;font-size:16.5px;line-height:1.87}
.form .open-grid{display:flex;flex-wrap:wrap;gap:1.5rem}
.form .open-grid label{flex:1 1 16rem;min-width:0}
.form label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(16.5px * .875)}
.form input,.form textarea{width:100%;max-width:100%;border:1px solid #D6D2CA;border-radius:0.22rem;background:#FFFFFF;color:#1C1E21;font:inherit;padding:calc(1.5rem * .75);outline:none}
.form input::placeholder,.form textarea::placeholder{color:rgba(255,255,255,0.55)}
.form input:focus,.form textarea:focus{border-color:#B98A4B}
.form .fresh-form{display:block;margin-top:1.5rem}
.form textarea{resize:vertical}
.form button{margin-top:1.5rem;border:0;border-radius:0.22rem;background:#3E4A55;color:#F7F5F1;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 310ms var(--delay-fast)}
.form button:hover{background:#333E48;color:#1C1E21;}
.form .clear-team{margin:1.5rem 0 0;font-size:calc(16.5px * .875);line-height:1.87}
.form .clear-team a{color:#3E4A55;text-decoration:underline}
.form .clear-team a:hover{color:inherit;}
@media(max-width:840px){.form .clear-fields{display:block}.form .direct-method{margin-top:calc(1.09rem * 1.5);padding:1.5rem}.form .open-grid{display:block}.form .open-grid label+label{margin-top:1.5rem}}
.public-items{padding:calc(1.5rem * 2.4) 1.15rem;background:linear-gradient(135deg, #3E4A55 0%, #55606B 55%, #B98A4B 100%);color:#F7F5F1}
.public-items .content-area{max-width:900px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.85fr);gap:calc(1.09rem * 1.5);align-items:start}
.public-items .bottom-lead{display:flex;flex-direction:column;gap:calc(1.09rem * 1.5);padding:1.09rem;border-radius:0.83rem;background:#FFFFFF;color:#1C1E21;border:1px solid #D6D2CA}
.public-items h2{margin:0;font-size:calc(16.5px * 2);line-height:1.15}
.public-items .bottom-lead>p{margin:0;font-size:16.5px;line-height:1.87}
.public-items .local-visual{display:flex;flex-direction:column;gap:0;border-top:1px solid #D6D2CA}
.public-items .page-media{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .3);padding:calc(1.5rem * .75) 0;border-bottom:1px solid #D6D2CA}
.public-items .page-media span{font-size:calc(16.5px * .875);letter-spacing:.02em}
.public-items .page-media strong{font-size:16.5px;font-weight:600}
.public-items .clear-team{margin:0;font-size:calc(16.5px * .875);}
.public-items .soft-rail{min-height:clamp(22rem,44vw,34rem);border-radius:0.59rem;overflow:hidden;border:1px solid #D6D2CA;box-shadow:0 3px 14px rgba(0,0,0,0.08);background:#FFFFFF;color:#1C1E21;}
.public-items iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 860px){.public-items .content-area{grid-template-columns:1fr}.public-items .soft-rail{min-height:22rem}
}
.team-proof{background:#3E4A55;color:#F7F5F1;padding:calc(1.5rem * 2.4) 1.15rem}
.team-proof .content-area{max-width:900px;margin:0 auto}
.team-proof .active-block{display:flex;align-items:flex-start;gap:calc(1.09rem * 1.5)}
.team-proof .direct-headline{flex:0 1 30rem;min-width:0}
.team-proof h2{margin:0;font-size:clamp(calc(16.5px * 2),5vw,calc(16.5px * 2.65));line-height:1.08;letter-spacing:0}
.team-proof p{margin:1.5rem 0 0;font-size:calc(16.5px * 1.125);line-height:1.7}
.team-proof .clear-team{margin-top:calc(1.5rem * .75);font-size:calc(16.5px * .875);line-height:1.65;opacity:.85}
.team-proof ul{flex:1 1 34rem;min-width:0;margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:1.09rem}
.team-proof li{min-width:0;padding-bottom:1.09rem;border-bottom:1px solid rgba(247,245,241,.18)}
.team-proof li:last-child{border-bottom:0;padding-bottom:0}
.team-proof strong{display:block;font-size:16.5px;letter-spacing:.01em}
.team-proof span,.team-proof a{display:block;margin-top:calc(calc(1.5rem * .75)*.4);color:inherit;text-decoration:none;line-height:1.6}
.team-proof a{text-decoration:underline;text-underline-offset:3px}
.team-proof a:hover{}
@media(max-width:760px){.team-proof .active-block{flex-direction:column}.team-proof .direct-headline{flex-basis:auto}}
.secondary-media{padding:calc(1.5rem * 2.4) 1.15rem;background:var(--ink-light);color:var(--ink-dark)}
.secondary-media .bottom-nav{max-width:min(900px,58rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(1.09rem * 1.5)}
.secondary-media h2{margin:0;font-size:calc(16.5px * 2.65);line-height:1.08;letter-spacing:-0.01em}
.secondary-media .active-plan{margin:0;font-size:calc(16.5px * 1.125);line-height:1.55;color:color-mix(in srgb,currentColor 78%,transparent)}
.secondary-media .quiet-nav{padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.secondary-media .quiet-nav:first-of-type{border-top:0;padding-top:0}
.secondary-media h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.5px * 1.35);line-height:1.25;font-weight:600}
.secondary-media .quiet-nav p{margin:0;color:color-mix(in srgb,currentColor 80%,transparent);line-height:1.87}
@media (max-width:640px){.secondary-media .bottom-nav{gap:1.5rem}.secondary-media h2{font-size:calc(16.5px * 2)}
}
.primary-group{padding:calc(1.5rem * 2.4) 1.15rem;background:#3E4A55;color:#F7F5F1}
.primary-group .main-copy{max-width:min(900px,60rem);margin:0 auto}
.primary-group h2{margin:0;font-size:calc(16.5px * 2.65);line-height:1.1;letter-spacing:-0.01em}
.primary-group .secondary-note{margin:1.5rem 0 calc(1.09rem * 1.5);font-size:calc(16.5px * 1.125);line-height:1.87;opacity:0.92}
.primary-group .page-team{display:flex;flex-direction:column;gap:0;border-top:1px solid color-mix(in srgb,currentColor 30%,transparent)}
.primary-group .clear-team{padding:calc(1.09rem * 1.5) 0;display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem * .75)}
.primary-group .clear-team + .clear-team{border-top:1px solid color-mix(in srgb,currentColor 20%,transparent)}
.primary-group h3{margin:0;font-size:calc(16.5px * 1.35);line-height:1.25;font-weight:600}
.primary-group .clear-team p{margin:0;font-size:16.5px;line-height:1.87;opacity:0.94}
@media (min-width:768px){.primary-group .clear-team{grid-template-columns:14rem minmax(0,1fr);gap:1.09rem;align-items:start}
}
.contact-feature{--layer-strong:calc(1.5rem * 1.42);padding:calc(1.5rem * 2.4) 1.15rem;background:#F7F5F1;color:#1C1E21;}
.contact-feature .content-area{max-width:900px;margin:0 auto;}
.contact-feature h1,.contact-feature h2,.contact-feature h3,.contact-feature p{margin:0;}
.contact-feature h2{font-size:calc(16.5px * 2);line-height:1.12;}
.contact-feature p{font-size:16.5px;line-height:1.87;}
.contact-feature a{color:#3E4A55;text-decoration:none;}
.contact-feature a:hover{color:inherit;}
.contact-feature .open-area{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.22rem;background:#3E4A55;color:#F7F5F1;}
.contact-feature .open-area:hover{background:#333E48;color:#F7F5F1;}
.contact-feature .active-plan{color:#3A3D42;}
.contact-feature .clear-team{font-size:calc(16.5px * .875);color:#3A3D42;}
.contact-feature .compact-headline{font-size:calc(16.5px * .875);color:#3A3D42;}
.contact-feature .main-surface>h2,.contact-feature .main-surface>p,.contact-feature .main-surface>.open-area{margin-top:1.5rem;}
.contact-feature .main-surface>.active-plan{margin-top:var(--layer-strong);}
.visual-block{background:#B98A4B;color:#1C1E21;padding:calc(1.5rem * 2.4) 1.15rem}
.visual-block .content-area{max-width:900px;margin:0 auto}
.visual-block .public-menu{display:flex;flex-direction:column;gap:calc(1.09rem * 1.5)}
.visual-block h2{margin:0;max-width:20ch;font-size:clamp(calc(16.5px * 2),5vw,calc(16.5px * 2.65));line-height:1.08;letter-spacing:0}
.visual-block .simple-story{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(1.09rem * 1.5)}
.visual-block p{flex:1 1 30rem;margin:0;min-width:0;font-size:calc(16.5px * 1.125);line-height:1.7}
.visual-block .quiet-shell{flex:1 1 18rem;min-width:0;display:flex;flex-direction:column;gap:0.6rem}
.visual-block .quiet-shell a{padding:0.85rem 1rem;border-radius:0.22rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;text-decoration:none;font-size:16.5px;transition:background 310ms var(--delay-fast)}
.visual-block .quiet-shell a:hover{background:color-mix(in srgb,currentColor 22%,transparent)}
.visual-block .compact-headline{display:flex;flex-direction:column;gap:0.4rem;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 25%,transparent);font-size:calc(16.5px * .875);line-height:1.6}
.visual-block .compact-headline a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.visual-block .compact-headline a:hover{text-decoration:none}
@media(max-width:760px){.visual-block .simple-story{flex-direction:column}.visual-block p,.visual-block .quiet-shell{flex-basis:auto}}
.public-footer{
  background: #F7F5F1;
  color: #1C1E21;
  padding: calc(1.5rem * 2.4) 1.15rem;
}
.public-footer .content-area{width: min(100%, 900px);
  margin: 0 auto;}
.public-footer .clear-fields{display: flex;
  flex-direction: column;
  align-items: flex-start;}
.public-footer .clear-team{
  margin: 0 0 1.5rem;
  padding: 5px 12px;
  border-radius: 0.22rem;
  background: #B98A4B;
  color: #1C1E21;
  font-size: calc(16.5px * .875);
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.public-footer h1{margin: 0;
  font-size: clamp(calc(16.5px * 2), 7vw, calc(16.5px * 2.65));
  line-height: 1.08;}
.public-footer .steady-details{margin: 1.5rem 0 0;
  font-size: calc(16.5px * 1.125);
  line-height: 1.87;}
.public-footer .steady-details + .steady-details{margin-top: calc(1.09rem * 1.5);}
.public-footer .quiet-shell{margin-top: calc(1.09rem * 1.5);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.09rem;
  min-width: 0;}
.public-footer a{max-width: 100%;
  overflow-wrap: anywhere;
  text-decoration: none;}
.public-footer .site-story{
  padding: 13px 20px;
  border-radius: 0.36rem;
  background: #3E4A55;
  color: #F7F5F1;
  font-weight: 700;
  transition: background 310ms var(--delay-fast);
}
.public-footer .site-story:hover{
  background: #333E48;color:#1C1E21;}
.public-footer .page-intro{padding: 4px 0;
  color: #3E4A55;
  border-bottom: 1px solid #D6D2CA;
  transition: color 310ms var(--delay-fast), border-color 310ms var(--delay-fast);}
.public-footer .page-intro:hover{color:inherit;
  border-color: #B98A4B;}
@media (max-width: 640px) {.public-footer{ padding: calc(1.5rem * 2.4) 1.15rem; }.public-footer .quiet-shell{ flex-direction: column; align-items: flex-start; }
}
