body{margin:0;padding:0;font-family:"Libre Baskerville", sans-serif;}
a{color:inherit;}
*,*::before,*::after{box-sizing:border-box;}
.offer-figure {
    width: 100%;
    background: var(--tone-cool);
    color: var(--line-clear);
    border-bottom: 1px solid var(--line-panel);
    padding: 1.5rem 1.52rem;
  }
:root {
  --speed-panel: cubic-bezier(0.4,0,0.2,1);
  --line-panel: #E4D9BF;
  --tone-cool: #FBF6E9;
  --line-clear: #241C11;
}
.main-panel {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1.2rem;
  }
.visual-contact {
    font-size: calc(14.4px * 1.35);
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: inherit;
    text-align: center;
    padding: 0 calc(1.2rem * 1.5);
    white-space: nowrap;
  }
.compact-form {
    display: block;
  }
.nav-left {
    justify-self: start;
  }
.nav-right {
    justify-self: end;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.2rem * 1.5);
  }
.nav-link {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    font-size: 14.4px;
    padding: 0.4rem 0.2rem;
    border-radius: 0.37rem;
    transition: color 350ms var(--speed-panel), background-color 350ms var(--speed-panel);
  }
.nav-link:hover,
  .nav-link:focus-visible {
    color: #C0392B;
    background: color-mix(in srgb, currentColor 10%, transparent);
    outline: none;
  }
.local-nav {
    display: none;
    justify-self: end;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    color: var(--line-clear);
    border: 1px solid var(--line-panel);
    border-radius: 0.68rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
  }
.fresh-grid {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
  }
.team-details {
    max-width: 1080px;
    margin: calc(1.2rem * 1.5) auto 0;
    background: #FFFDF6;
    color: #241C11;
    border: 1px solid var(--line-panel);
    border-radius: 1rem;
    box-shadow: 0 5px 16px rgba(0,0,0,0.07);
    padding: calc(1.5rem * .75);
  }
.team-details[hidden]{display: none;}
.plain-content {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: calc(1.2rem * 1.5);
  }
.text-unit {
    display: block;
    text-decoration: none;
    color: inherit;
    font-size: calc(14.4px * 1.125);
    padding: 0.6rem 0.4rem;
    border-radius: 0.68rem;
  }
.text-unit:hover,
  .text-unit:focus-visible {
    background: #F1E8D2;
    color: #3E3324;
    outline: none;
  }
@media (max-width: 767px) {
    .main-panel {
      grid-template-columns: 1fr auto;
    }

    .compact-form {
      display: none;
    }

    .visual-contact {
      text-align: left;
      padding: 0;
      justify-self: start;
    }

    .local-nav {
      display: inline-flex;
    }
  }
.quiet-footer{font-family:"Libre Baskerville", sans-serif;font-size:14.4px;line-height:1.93;padding:calc(1.5rem * 2.4) 1.52rem;width:100%;box-sizing:border-box;background:#1F4E79;color:#FBF6E9;}
.quiet-footer *,
  .quiet-footer *::before,
  .quiet-footer *::after{box-sizing:border-box}
.primary-flow{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.5rem * 2.4)}
.primary-form{font-size:calc(14.4px * 1.35);font-weight:700;letter-spacing:0.02em;margin:0 0 calc(1.2rem * 1.5) 0}
.page-region{display:flex;flex-direction:column;gap:calc(1.2rem * 1.5);padding-bottom:calc(1.5rem * 2.4);border-bottom:1px solid rgba(255, 255, 255, 0.18)}
.clear-brand{font-size:calc(14.4px * 2);line-height:1.2;margin:0;font-weight:600}
.soft-list{margin:0;max-width:60ch;font-size:14.4px;opacity:0.9}
.direct-headline{display:flex;flex-direction:column;gap:calc(1.2rem * 1.5);max-width:32rem}
.simple-details{font-size:calc(14.4px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.85}
.steady-wrap{display:flex;flex-wrap:wrap;gap:1.2rem}
.active-steps{flex:1 1 14rem;min-width:0;padding:0.75rem 1rem;font-family:inherit;font-size:14.4px;color:#FBF6E9;background:rgba(255, 255, 255, 0.08);border:1px solid rgba(255, 255, 255, 0.28);border-radius:0;outline:none}
.active-steps::placeholder{}
.active-steps:focus{border-color:#FBF6E9;box-shadow:rgba(31, 78, 121, 0.35)}
.service-callout{flex:0 0 auto;padding:0.75rem 1.5rem;font-family:inherit;font-size:14.4px;font-weight:600;color:#FBF6E9;background:#1F4E79;border:1px solid #1F4E79;border-radius:0;cursor:pointer;transition:background 350ms var(--speed-panel), color 350ms var(--speed-panel)}
.service-callout:hover,
  .service-callout:focus{background:#173C5E;border-color:#173C5E;color:#241C11;}
.clear-grid{margin:0;font-size:calc(14.4px * .875);opacity:0.75}
.clear-group{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:1.52rem}
.media-feature{display:flex;flex-direction:column;gap:calc(1.2rem * 1.5)}
.top-lead{font-size:calc(14.4px * .875);font-weight:700;letter-spacing:0.08em;text-transform:uppercase;margin:0;opacity:0.85}
.secondary-lead{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem;font-size:14.4px}
.secondary-lead a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 350ms var(--speed-panel)}
.secondary-lead a:hover,
  .secondary-lead a:focus{border-bottom-color:currentColor;color:inherit}
.contact-fields{padding-top:calc(1.5rem * 2.4);border-top:1px solid rgba(255, 255, 255, 0.18);display:flex;flex-direction:column;gap:calc(1.2rem * 1.5)}
.narrow-brand li{display:block}
.offer-flow{font-weight:600;margin-right:0.25rem}
.narrow-brand a{color:inherit;text-decoration:none;border-bottom:1px solid transparent}
.narrow-brand a:hover,
  .narrow-brand a:focus{border-bottom-color:currentColor;color:inherit}
.soft-brand{display:flex;flex-direction:column;gap:calc(1.2rem * 1.5);padding-top:calc(1.5rem * 2.4);border-top:1px solid rgba(255, 255, 255, 0.18);font-size:calc(14.4px * .875)}
.top-content{margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem}
.top-content a{color:inherit;text-decoration:none;border-bottom:1px solid transparent}
.top-content a:hover,
  .top-content a:focus{border-bottom-color:currentColor;color:inherit}
.featured-content{opacity:0.6}
.strong-links{margin:0;opacity:0.8}
.primary-area{margin:0;max-width:70ch;opacity:0.85;line-height:1.5}
@media (max-width: 900px) {.clear-group{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 600px) {.quiet-footer{padding:calc(1.5rem * 2.4) 1.52rem;background:#1F4E79;color:#FBF6E9;}.clear-group{grid-template-columns:1fr;gap:calc(1.5rem * 2.4)}.steady-wrap{flex-direction:column}.service-callout{width:100%}
  }
footer,footer *{border-radius:0!important;}
.cookies {
        position: fixed;
        left: 1.52rem;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1200
    }
.cookies .open-form {
        width: min(22rem, calc(100vw - 1.52rem * 2));
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding: 1.5rem;
        border: 1px solid color-mix(in srgb, currentColor 14%, transparent);
        background: #f5f5f5;
        color: #0a0f1a;
        box-shadow: 0 16px 24px rgba(0,0,0,0.09)
    }
.cookies strong {
        font-size: calc(14.4px * 1.35);
        line-height: 1.12
    }
.cookies p {
        margin: 0 0 calc(1.5rem * .75);
        color: #2a3040;
        line-height: 1.93
    }
.cookies button {
        border: 1px solid color-mix(in srgb, currentColor 16%, transparent);
        border-radius: 0.37rem;
        background: #fff;
        color: #0a0f1a;
        font: inherit;
        padding: calc(1.5rem * .75);
        cursor: pointer;
        text-align: left
    }
.cookies button.cookie-accept {
        background: #1F4E79;
        color: #FBF6E9;
        border-color: #1F4E79
    }
@media (max-width: 620px) {
        .cookies {
            top: auto;
            right: 1.52rem;
            bottom: 1.5rem;
            transform: none
        }

        .cookies .open-form {
            width: auto
        }
    }
.signal{
        padding:calc(calc(1.5rem * 2.4) * 1.6) 1.52rem;
        background:linear-gradient(135deg, #FBF6E9 0%, #F1E8D2 55%, #E7DCC0 100%);
        color:#241C11;
    }
.signal .top-view{max-width:1080px;
        margin:0 auto;
        display:flex;
        flex-wrap:wrap;
        gap:calc(1.2rem * 1.8);
        align-items:flex-end;
        justify-content:space-between;}
.signal .compact-team{flex:1 1 30rem;
        min-width:0;}
.signal h1{margin:0 0 calc(1.2rem * 1.5);
        font-size:clamp(2rem,4.6vw,3.6rem);
        line-height:1.06;
        letter-spacing:-.015em;}
.signal .fresh-region{margin:0 0 .6rem;
        font-size:calc(14.4px * 1.125);
        line-height:1.5;}
.signal .media-service{margin:0;
        font-size:14.4px;
        line-height:1.93;}
.signal .compact-frame{display:flex;
        flex-wrap:wrap;
        gap:.7rem;
        margin-top:calc(1.2rem * 1.5);}
.signal .compact-frame a{
        display:inline-flex;
        align-items:center;
        padding:.62rem 1rem;
        border-radius:0.68rem;
        text-decoration:none;
        font-weight:700;
        font-size:calc(14.4px * .875);
        background:#1F4E79;
        color:#FBF6E9;
        transition:background 350ms var(--speed-panel);
    }
.signal .compact-frame a:hover{
        background:#173C5E;color:#241C11;}
.signal .compact-frame a:nth-child(2){
        background:#FFFDF6;
        color:#241C11;
        border:1px solid var(--line-panel);
    }
.signal .compact-frame a:nth-child(3){
        background:#C0392B;
        color:#FBF6E9;
    }
.signal .compact-frame a:nth-child(3):hover{
        background:#A32E22;color:#241C11;}
.signal .public-plan{flex:0 1 min(28rem,40vw);
        max-width:28rem;}
.signal .public-plan img{width:100%;
        height:auto;
        display:block;
        object-fit:cover;
        border-radius:1rem;
        box-shadow:0 5px 16px rgba(0,0,0,0.07);}
@media (max-width:940px){.signal .top-view{
            flex-direction:column;
            align-items:stretch;
        }.signal .public-plan{
            max-width:32rem;
            width:100%;
        }
    }
.narrow-plan{--axis-base:calc(1.5rem * 1.05);--state-main:calc(1080px / 3.1);padding:calc(1.5rem * 2.4) 1.52rem;background:#F1E8D2;color:#3E3324;}
.narrow-plan .local-lead{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;gap:var(--axis-base);}
.narrow-plan h2,.narrow-plan h3,.narrow-plan p{margin:0;}
.narrow-plan h2{font-size:calc(14.4px * 2);line-height:1.14;}
.narrow-plan h3{font-size:calc(14.4px * 1.35);line-height:1.22;}
.narrow-plan p{font-size:14.4px;line-height:1.93;}
.narrow-plan .quiet-lead{display:flex;flex-wrap:wrap;gap:1.2rem;align-items:flex-start;}
.narrow-plan .quiet-lead h2{flex:1 1 calc(1080px / 2.6);min-width:0;}
.narrow-plan .quiet-lead .content-wrap{flex:1 1 calc(1080px / 2.6);min-width:0;font-size:calc(14.4px * 1.125);}
.narrow-plan .secondary-summary{display:flex;flex-wrap:wrap;gap:1.2rem;}
.narrow-plan .steady-items{flex:1 1 var(--state-main);min-width:0;padding:calc(1.5rem * .75) 0;border-top:1px solid var(--line-panel);}
.narrow-plan .steady-items p{margin-top:calc(1.5rem / 3.4);}
.narrow-plan .bottom-links{padding-top:calc(1.2rem * 1.5);border-top:1px solid var(--line-panel);}
.narrow-plan .bottom-links p{font-size:calc(14.4px * .875);}
.narrow-plan .bottom-links a{color:#1F4E79;text-decoration:underline;text-underline-offset:3px;}
.narrow-plan .bottom-links a:hover{color:inherit;}
@media (max-width:720px){.narrow-plan .quiet-lead h2,.narrow-plan .quiet-lead .content-wrap{flex:1 1 100%;}.narrow-plan .steady-items{flex:1 1 100%;}
}
.narrow-area{
  padding: calc(1.5rem * 2.4) 1.52rem;
  background: #C0392B;
  color: #FBF6E9;
}
.narrow-area .top-track{
  max-width: 1080px;
  margin: 0 auto;
  border-radius: 1.3rem;
  overflow: hidden;
  background: var(--tone-cool);
  color: var(--line-clear);
  box-shadow: 0 16px 24px rgba(0,0,0,0.09);
}
.narrow-area .primary-nav{display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.2rem * 1.5);
  border-bottom: 1px solid var(--line-panel);}
.narrow-area .primary-nav span{font-size: calc(14.4px * .875);}
.narrow-area a{text-decoration: none;}
.narrow-area .primary-nav a{font-size: calc(14.4px * .875);}
.narrow-area .primary-nav a:hover{}
.narrow-area .simple-callout{display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  padding: calc(1.2rem * 1.5);}
.narrow-area .content-wrap{flex: 1 1 320px;}
.narrow-area h2{margin: 0;
  font-size: calc(14.4px * 2);
  line-height: 1.1;}
.narrow-area .content-wrap p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(14.4px * 1.125);}
.narrow-area .strong-intro{flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.narrow-area .strong-intro a{
  display: block;
  padding: calc(1.5rem * .75);
  border: 1px solid var(--line-panel);
  border-radius: 0.68rem;
  background: #FFFDF6;
  color: #241C11;
  transition: border-color 350ms var(--speed-panel);
}
.narrow-area .strong-intro a:hover{border-color: #C0392B;}
.narrow-area .strong-intro span,
.narrow-area .strong-intro small{display: block;
  font-size: calc(14.4px * .875);}
.narrow-area .strong-intro strong{display: block;
  margin: calc(calc(1.5rem * .75) * .35) 0;
  font-size: calc(14.4px * 1.35);}
@media (max-width: 780px) {.narrow-area .simple-callout{
    padding: calc(1.5rem * .75);
  }.narrow-area .primary-nav{
    flex-direction: column;
    align-items: flex-start;
  }
}
.primary-unit{--axis-base:calc(1.5rem * 1.15);--ink-secondary:calc(1080px / 3.35);padding:calc(1.5rem * 2.4) 1.52rem;background:var(--tone-cool);color:var(--line-clear);}
.primary-unit .local-lead{max-width:1080px;margin:0 auto;}
.primary-unit h2,.primary-unit h3,.primary-unit p{margin:0;}
.primary-unit h2{font-size:calc(14.4px * 2);line-height:1.14;}
.primary-unit h3{font-size:calc(14.4px * 1.35);line-height:1.22;}
.primary-unit p{font-size:14.4px;line-height:1.93;}
.primary-unit .quiet-lead{display:flex;flex-wrap:wrap;gap:1.2rem;align-items:flex-start;}
.primary-unit .quiet-lead>h2{flex:1 1 calc(1080px / 3);min-width:0;}
.primary-unit .quiet-lead>.content-wrap{flex:1 1 calc(1080px / 2.4);min-width:0;color:#3E3324;}
.primary-unit .open-form{display:flex;flex-wrap:wrap;gap:var(--axis-base);margin-top:var(--axis-base);}
.primary-unit .steady-items{flex:1 1 var(--ink-secondary);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2.6);padding:calc(calc(1.5rem * .75) * .9);border-radius:0.68rem;background:#FFFDF6;color:#241C11;border:1px solid var(--line-panel);}
.primary-unit .steady-items img{display:block;width:100%;height:auto;border-radius:0.37rem;}
.primary-unit .steady-items p{color:#3E3324;}
.primary-unit .fresh-stack{margin-top:auto;display:inline-flex;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * .55) calc(1.5rem * .75);border-radius:0.37rem;background:#1F4E79;color:#FBF6E9;text-decoration:none;font-size:calc(14.4px * .875);transition:background 350ms var(--speed-panel);}
.primary-unit .fresh-stack:hover{background:#173C5E;color:#241C11;}
.primary-unit .direct-fields{margin-top:var(--axis-base);color:#3E3324;}
.primary-unit .direct-fields a{color:#1F4E79;text-decoration:underline;text-underline-offset:3px;}
.primary-unit .direct-fields a:hover{color:#C0392B;}
@media (max-width:720px){.primary-unit .quiet-lead>h2,.primary-unit .quiet-lead>.content-wrap{flex:1 1 100%;}.primary-unit .steady-items{flex:1 1 100%;}
}
.primary-lead{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.52rem;
    background:var(--surface-muted,linear-gradient(135deg,#FBF6E9 0%,#F1E8D2 55%,#E7DCC0 100%));
    color:#241C11;
  }
.primary-lead .team-benefit{max-width:min(1080px,60rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(.9rem,2vw,calc(1.2rem * 1.5));}
.primary-lead h1{margin:0;
    font-size:clamp(1.9rem,5vw,calc(14.4px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:0;}
.primary-lead .content-wrap{margin:0;
    font-size:clamp(1rem,1.3vw,14.4px);
    line-height:1.75;}
@media (max-width:620px){.primary-lead{padding-top:calc(calc(1.5rem * 2.4)*.54);padding-bottom:calc(calc(1.5rem * 2.4)*.54);}.primary-lead h1{font-size:clamp(1.85rem,9vw,2.9rem);}
  }
.soft-plan{
  padding:calc(1.5rem * 2.4) 1.52rem;
  background:var(--tone-cool);
  color:var(--line-clear);
}
.soft-plan .local-lead{max-width:1080px;
  margin:0 auto;}
.soft-plan .quiet-lead{display:flex;
  flex-wrap:wrap;
  gap:calc(1.2rem * 1.5);
  align-items:flex-end;
  margin-bottom:1.5rem;}
.soft-plan .quiet-lead h2{flex:1 1 18rem;
  margin:0;
  font-size:calc(14.4px * 2);
  line-height:1.1;}
.soft-plan .content-wrap{flex:1 1 22rem;
  margin:0;
  font-size:14.4px;
  line-height:1.93;}
.soft-plan .primary-plan{display:flex;
  flex-direction:column;
  gap:1.5rem;}
.soft-plan .service-content{
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.5rem * .75);
  align-items:flex-start;
  padding:calc(1.5rem * .75);
  background:#FFFDF6;
  color:#241C11;
  border:1px solid var(--line-panel);
  border-radius:1rem;
  box-shadow:0 1px 4px rgba(0,0,0,0.06);
  text-decoration:none;
  transition:box-shadow 350ms var(--speed-panel), transform 350ms var(--speed-panel);
}
.soft-plan .service-content:hover,
.soft-plan .service-content:focus-visible{box-shadow:0 5px 16px rgba(0,0,0,0.07);
  transform:translateY(-2px);}
.soft-plan .page-callout{display:block;
  flex:0 1 18rem;
  width:100%;
  max-width:22rem;
  height:auto;
  aspect-ratio:16/10;
  object-fit:cover;
  border-radius:0.68rem;}
.soft-plan .simple-callout{flex:1 1 20rem;
  display:flex;
  flex-direction:column;
  gap:0.5rem;
  min-width:0;}
.soft-plan .clear-fields{
  font-size:calc(14.4px * .875);
  color:#3E3324;
  background:#F1E8D2;
  align-self:flex-start;
  padding:0.15rem 0.6rem;
  border-radius:0.37rem;
}
.soft-plan .simple-callout strong{font-size:calc(14.4px * 1.35);
  line-height:1.2;}
.soft-plan .simple-callout p{margin:0;
  font-size:14.4px;
  line-height:1.93;}
.soft-plan .direct-fields{margin:1.5rem 0 0;
  font-size:calc(14.4px * .875);}
.soft-plan .direct-fields a{text-decoration:underline;}
.soft-plan .direct-fields a:hover{}
@media (max-width:640px){.soft-plan .page-callout{
    flex:1 1 100%;
    max-width:100%;
  }
}
.quiet-visual{--axis-base:calc(1.5rem * 1.05);--state-control:calc(1080px / 2.35);padding:calc(1.5rem * 2.4) 1.52rem;background:var(--tone-cool);color:var(--line-clear);}
.quiet-visual .local-lead{max-width:1080px;margin:0 auto;}
.quiet-visual h1,.quiet-visual h2,.quiet-visual h3,.quiet-visual p{margin:0;}
.quiet-visual h2{font-size:calc(14.4px * 2);line-height:1.12;}
.quiet-visual h3{font-size:calc(14.4px * 1.35);line-height:1.2;}
.quiet-visual p{font-size:14.4px;line-height:1.93;}
.quiet-visual a{color:#1F4E79;text-decoration:none;border-bottom:1px solid #1F4E79;}
.quiet-visual a:hover{color:#C0392B;border-bottom-color:#C0392B;}
.quiet-visual .quiet-lead{display:flex;flex-wrap:wrap;gap:1.2rem;align-items:flex-start;}
.quiet-visual .quiet-lead>h2{flex:1 1 calc(1080px / 3);min-width:0;}
.quiet-visual .quiet-lead>.content-wrap{flex:1 1 calc(1080px / 3);min-width:0;}
.quiet-visual .secondary-summary{display:flex;flex-wrap:wrap;gap:var(--axis-base);margin-top:var(--axis-base);}
.quiet-visual .steady-items{flex:1 1 calc(1080px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.68rem;background:#FFFDF6;color:#241C11;border:1px solid var(--line-panel);}
.quiet-visual .steady-items p{margin-top:calc(1.5rem / 3);}
.quiet-visual .bottom-links{margin-top:var(--axis-base);font-size:calc(14.4px * .875);}
.visual-form{
  background:#1F4E79;
  color:#FBF6E9;
  padding:calc(1.5rem * 2.4) 1.52rem;
}
.visual-form .local-lead{max-width:1080px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.2rem * 1.5);
  align-items:flex-start;}
.visual-form .content-wrap{flex:1 1 26rem;
  min-width:0;}
.visual-form h2{margin:0;
  font-size:calc(14.4px * 2);
  line-height:1.12;
  letter-spacing:0;}
.visual-form .content-wrap p{margin:1.5rem 0 0;
  font-size:calc(14.4px * 1.125);
  line-height:1.93;}
.visual-form .content-wrap .direct-fields{margin-top:calc(1.5rem * .75);
  font-size:calc(14.4px * .875);
  line-height:1.93;
  opacity:.78;}
.visual-form .page-rail{flex:1 1 30rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:0;}
.visual-form .page-rail a{display:block;
  text-decoration:none;
  padding:calc(1.5rem * .75) 0;
  border-top:1px solid color-mix(in srgb,#FBF6E9 22%,transparent);
  transition:opacity 350ms var(--speed-panel), transform 350ms var(--speed-panel);}
.visual-form .page-rail a:last-child{border-bottom:1px solid color-mix(in srgb,#FBF6E9 22%,transparent);}
.visual-form .page-rail a:hover,
.visual-form .page-rail a:focus-visible{opacity:.82;
  transform:translateX(4px);}
.visual-form .page-rail strong{display:block;
  font-size:14.4px;
  line-height:1.35;}
.visual-form .page-rail span{display:block;
  margin-top:.4rem;
  font-size:calc(14.4px * .875);
  line-height:1.93;
  opacity:.76;}
@media (max-width:760px){.visual-form .local-lead{display:block}.visual-form .page-rail{margin-top:calc(1.2rem * 1.5)}
}
.media-summary{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.52rem;
    background:#1F4E79;
    color:#FBF6E9;
  }
.media-summary .team-benefit{max-width:min(1080px,62rem);
    margin:0 auto;}
.media-summary p{margin:0 0 clamp(1rem,2vw,1.5rem);
    max-width:36rem;
    font-size:clamp(1rem,1.35vw,14.4px);
    line-height:1.7;
    color:color-mix(in srgb,currentColor 78%,transparent);}
.media-summary h1{margin:0;
    font-size:clamp(2.1rem,5.8vw,calc(14.4px * 2.65));
    line-height:1.01;
    font-weight:760;
    letter-spacing:0;}
@media (max-width:620px){.media-summary{
      padding-top:calc(calc(1.5rem * 2.4)*.56);
      padding-bottom:calc(calc(1.5rem * 2.4)*.56);
    }.media-summary h1{
      font-size:clamp(2.05rem,10vw,3.4rem);
    }
  }
.content-unit{
  background: var(--tone-cool);
  color: var(--line-clear);
  padding: calc(1.5rem * 2.4) 1.52rem;
}
.content-unit .local-lead{width: min(100%, 1080px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  align-items: stretch;}
.content-unit .compact-proof{display: flex;
  flex-direction: column;
  gap: calc(1.2rem * 1.5);
  flex: 1 1 26rem;
  min-width: 0;}
.content-unit .service-wrap{display: block;
  width: 100%;
  height: 100%;
  min-height: 30rem;
  object-fit: cover;
  border-radius: 1.3rem;
  flex: 1 1 20rem;
  min-width: 0;}
.content-unit h2,
.content-unit p{margin: 0;}
.content-unit h2{font-size: calc(14.4px * 2);
  line-height: 1.1;}
.content-unit .compact-proof > p{font-size: calc(14.4px * 1.125);
  line-height: 1.93;}
.content-unit .visual-section{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-top: calc(1.2rem * 1.5);}
.content-unit .visual-section div{
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.68rem;
  background: #FFFDF6;
  color: #241C11;
  border: 1px solid var(--line-panel);
}
.content-unit strong{font-size: calc(14.4px * 1.35);
  line-height: 1.18;
  flex: 1 1 12rem;
  min-width: 0;}
.content-unit span{line-height: 1.93;
  flex: 1 1 18rem;
  min-width: 0;}
@media (max-width: 860px) {.content-unit .service-wrap{ min-height: 18rem; }
}
.main{
  background:var(--tone-cool);
  color:var(--line-clear);
  padding:calc(1.5rem * 2.4) 1.52rem;
}
.main .local-lead{max-width:1080px;
  margin:0 auto;}
.main .top-body{max-width:42rem;}
.main h2{margin:0;
  font-size:calc(14.4px * 2);
  line-height:1.12;
  letter-spacing:0;}
.main .top-body p{margin:1.5rem 0 0;
  font-size:calc(14.4px * 1.125);
  line-height:1.93;}
.main .clear-shell{margin-top:calc(1.2rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.2rem;}
.main .steady-items{flex:1 1 16rem;
  min-width:0;
  padding:calc(1.5rem * .75) 0;
  border-top:2px solid var(--line-panel);}
.main .steady-items span{display:block;
  font-weight:700;
  font-size:14.4px;}
.main .steady-items p{margin:.5rem 0 0;
  line-height:1.93;}
@media (max-width:560px){.main .clear-shell{display:block}.main .steady-items + .steady-items{border-top:2px solid var(--line-panel)}
}
.figure{--axis-base:calc(1.5rem * 1.05);--state-control:calc(1080px / 2.60);padding:calc(1.5rem * 2.4) 1.52rem;background:#F1E8D2;color:#3E3324;}
.figure .local-lead{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.2rem * 1.5);}
.figure h1,.figure h2,.figure h3,.figure p{margin:0;}
.figure h1{font-size:calc(14.4px * 2.65);line-height:1.08;}
.figure h2{font-size:calc(14.4px * 2);line-height:1.14;}
.figure h3{font-size:calc(14.4px * 1.35);line-height:1.2;}
.figure p{font-size:14.4px;line-height:1.93;}
.figure a{text-decoration:underline;text-underline-offset:3px;}
.figure a:hover{}
.figure .quiet-lead{display:flex;flex-direction:column;gap:1.5rem;}
.figure .content-wrap{font-size:calc(14.4px * 1.125);line-height:1.93;}
.figure .offer-surface{display:flex;flex-direction:column;gap:1.2rem;}
.figure details{padding:calc(calc(1.5rem * .75) * .95) calc(1.5rem * .75);border-radius:0.68rem;background:#FFFDF6;color:#241C11;border:1px solid var(--line-panel);box-shadow:0 1px 4px rgba(0,0,0,0.06);}
.figure summary{cursor:pointer;font-weight:700;font-size:14.4px;line-height:1.4;list-style:none;display:flex;align-items:flex-start;gap:calc(1.5rem * .75);}
.figure summary::-webkit-details-marker{display:none;}
.figure summary::before{content:"+";flex:0 0 auto;font-size:calc(14.4px * 1.125);line-height:1;}
.figure details[open] summary::before{content:"-";}
.figure details p{margin-top:calc(1.5rem / 2.4);}
.figure .direct-fields{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--line-panel);font-size:calc(14.4px * .875);line-height:1.93;}
@media (max-width:720px){.figure .local-lead{gap:1.5rem;}.figure .content-wrap{font-size:14.4px;}
}
.local-plan{--axis-base:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.52rem;background:var(--tone-cool);color:var(--line-clear);}
.local-plan .local-lead{max-width:1080px;margin:0 auto;}
.local-plan h2,.local-plan h3,.local-plan p{margin:0;}
.local-plan h2{font-size:calc(14.4px * 2);line-height:1.14;}
.local-plan h3{font-size:calc(14.4px * 1.35);line-height:1.22;}
.local-plan p{font-size:14.4px;line-height:1.93;}
.local-plan .quiet-lead{display:flex;flex-wrap:wrap;gap:1.2rem;align-items:flex-start;}
.local-plan .quiet-lead>h2{flex:1 1 calc(1080px / 3.2);min-width:0;}
.local-plan .quiet-lead>.content-wrap{flex:1 1 calc(1080px / 2.4);min-width:0;color:#3E3324;}
.local-plan .secondary-summary{display:flex;flex-wrap:wrap;gap:var(--axis-base);margin-top:var(--axis-base);}
.local-plan .steady-items{flex:1 1 calc(1080px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.68rem;background:#FFFDF6;color:#241C11;border:1px solid var(--line-panel);}
.local-plan .steady-items p{margin-top:calc(1.5rem / 3.2);color:#3E3324;}
@media (max-width:720px){.local-plan .quiet-lead>h2,.local-plan .quiet-lead>.content-wrap,.local-plan .steady-items{flex:1 1 100%;}
}
.featured-copy{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.52rem;
    background:var(--surface-muted,linear-gradient(135deg,#FBF6E9 0%,#F1E8D2 55%,#E7DCC0 100%));
    color:#241C11;
  }
.featured-copy .team-benefit{max-width:1080px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.2rem * 1.5);}
.featured-copy h1{margin:0;
    font-size:clamp(2rem,5.2vw,calc(14.4px * 2.65));
    line-height:1.06;
    font-weight:700;
    letter-spacing:-0.01em;}
.featured-copy .content-wrap{margin:0;
    font-size:clamp(1rem,1.4vw,calc(14.4px * 1.125));
    line-height:1.72;}
@media (max-width:620px){.featured-copy{
      padding-top:calc(calc(1.5rem * 2.4)*.58);
      padding-bottom:calc(calc(1.5rem * 2.4)*.58);
    }.featured-copy h1{
      font-size:clamp(1.85rem,8.6vw,2.9rem);
    }
  }
.clear-region{--axis-base:calc(1.5rem * 1.06);--state-control:calc(1080px / 2.30);--copy-strong:calc(1080px / 3.37);padding:calc(1.5rem * 2.4) 1.52rem;background:var(--tone-cool);color:var(--line-clear);}
.clear-region .local-lead{max-width:1080px;margin:0 auto;}
.clear-region h2,.clear-region h3,.clear-region p{margin:0;}
.clear-region h2{font-size:calc(14.4px * 2);line-height:1.14;}
.clear-region h3{font-size:calc(14.4px * 1.35);line-height:1.22;}
.clear-region p{font-size:14.4px;line-height:1.93;}
.clear-region a{color:#1F4E79;text-decoration:none;}
.clear-region a:hover{color:#C0392B;}
.clear-region .direct-area{row-gap:calc(var(--axis-base) * 1.2);}
.clear-region .media-section{padding-block:calc(var(--axis-base) / 2);}
.clear-region .page-note{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.clear-region .content-wrap{margin-top:1.5rem;}
.clear-region .process{display:flex;flex-direction:column;gap:var(--axis-base);margin-top:var(--axis-base);}
.clear-region .steady-items{min-width:0;padding-block-end:calc(var(--axis-base) / 1.4);border-bottom:1px solid var(--line-panel);}
.clear-region .steady-items:last-of-type{border-bottom:none;padding-block-end:0;}
.clear-region .steady-items p{margin-top:calc(1.5rem / 3);}
.clear-region .steady-items a{display:inline-flex;margin-top:calc(1.5rem / 2);font-size:calc(14.4px * .875);border-bottom:1px solid currentColor;padding-bottom:2px;}
.clear-region .bottom-links{margin-top:calc(var(--axis-base) * 1.1);font-size:calc(14.4px * .875);color:#3E3324;}
.clear-region .bottom-links a{color:#1F4E79;}
.clear-region .bottom-links a:hover{color:#C0392B;}
@media (min-width:760px){.clear-region .process{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:calc(1.2rem * 1.2);row-gap:var(--axis-base);}.clear-region .steady-items{padding-block-end:0;border-bottom:none;padding-inline-end:calc(calc(1.5rem * .75) / 2);}
}
.service-figure{--axis-base:calc(1.5rem * 0.99);--state-control:calc(1080px / 2.50);--font-button:calc(1080px / 3.88);padding:calc(1.5rem * 2.4) 1.52rem;background:#1F4E79;color:#FBF6E9;}
.service-figure .local-lead{max-width:1080px;margin:0 auto;}
.service-figure h1,.service-figure h2,.service-figure h3,.service-figure p{margin:0;}
.service-figure h1{font-size:calc(14.4px * 2.65);line-height:1.08;}
.service-figure h2{font-size:calc(14.4px * 2);line-height:1.12;}
.service-figure h3{font-size:calc(14.4px * 1.35);line-height:1.2;}
.service-figure p{font-size:14.4px;line-height:1.93;color:color-mix(in srgb, currentColor 78%, transparent);}
.service-figure a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.service-figure a:hover{}
.service-figure img{display:block;width:100%;height:auto;border-radius:0.68rem;}
.service-figure .content-wrap,.service-figure .direct-fields{}
.service-figure .secondary-summary{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.2rem;margin-top:var(--axis-base);}
.service-figure .steady-items{flex:1 1 calc(1080px / 4);min-width:0;}
.service-figure .steady-items h3{margin-bottom:calc(1.5rem / 3);}
.service-figure .steady-items p{margin-top:0;}
.service-figure .focused-stack>img{margin-top:var(--axis-base);}
.service-figure .focused-stack>.content-wrap{margin-top:1.5rem;}
@media (max-width:720px){.service-figure .steady-items{flex:1 1 100%;}
}
.team-grid{--axis-base:calc(1.5rem * 1.15);--state-control:calc(1080px / 3.1);padding:calc(1.5rem * 2.4) 1.52rem;background:var(--tone-cool);color:var(--line-clear);}
.team-grid .local-lead{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.2rem * 1.5);}
.team-grid h2,.team-grid h3,.team-grid p,.team-grid ol,.team-grid li{margin:0;}
.team-grid h2{font-size:calc(14.4px * 2);line-height:1.14;}
.team-grid h3{font-size:calc(14.4px * 1.35);line-height:1.22;}
.team-grid p{font-size:14.4px;line-height:1.93;}
.team-grid .quiet-lead{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.team-grid .content-wrap{font-size:calc(14.4px * 1.125);line-height:1.6;}
.team-grid .secondary-summary{list-style:none;padding:0;display:flex;flex-direction:column;gap:var(--axis-base);border-top:1px solid var(--line-panel);}
.team-grid .steady-items{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) / 2);padding-top:calc(1.5rem * .75);border-top:1px solid var(--line-panel);}
.team-grid .steady-items:first-child{border-top:0;}
.team-grid .narrow-view{font-size:calc(14.4px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#3E3324;}
.team-grid .public-plan{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);border-radius:1rem;background:#F1E8D2;color:#3E3324;}
.team-grid .direct-fields{font-size:14.4px;}
.team-grid .bottom-links{font-size:14.4px;}
.team-grid .bottom-links a{color:#1F4E79;text-decoration:underline;text-underline-offset:3px;}
.team-grid .bottom-links a:hover{color:#C0392B;}
@media (min-width: 720px){.team-grid .secondary-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(1.5rem * .75) 1.5rem;}.team-grid .steady-items{border-top:1px solid var(--line-panel);}.team-grid .steady-items:nth-child(2){border-top:1px solid var(--line-panel);}
}
.visual-unit{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.52rem;
    background:var(--surface-muted,linear-gradient(135deg,#FBF6E9 0%,#F1E8D2 55%,#E7DCC0 100%));
    color:var(--line-clear,#241C11);
  }
.visual-unit .team-benefit{max-width:min(1080px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2.4vw,calc(1.2rem * 1.5));}
.visual-unit h1{margin:0;
    font-size:clamp(2rem,5.2vw,calc(14.4px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;}
.visual-unit .content-wrap{margin:0;
    font-size:clamp(1rem,1.3vw,14.4px);
    line-height:1.75;}
@media (max-width:620px){.visual-unit{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }.visual-unit h1{
      font-size:clamp(1.85rem,9vw,2.9rem);
    }
  }
.top-header{--axis-base:calc(1.5rem * 1.02);--font-button:calc(1080px / 3.94);padding:calc(1.5rem * 2.4) 1.52rem;background:var(--tone-cool);color:var(--line-clear);}
.top-header .local-lead{max-width:1080px;margin:0 auto;}
.top-header h1,.top-header h2,.top-header h3,.top-header p{margin:0;}
.top-header h2{font-size:calc(14.4px * 2);line-height:1.12;}
.top-header h3{font-size:calc(14.4px * 1.35);line-height:1.2;}
.top-header p{font-size:14.4px;line-height:1.93;}
.top-header a{color:#1F4E79;text-decoration:none;}
.top-header a:hover{color:#C0392B;}
.top-header img{display:block;width:100%;height:auto;border-radius:0.68rem;}
.top-header .content-wrap{margin-top:1.5rem;}
.top-header .secondary-summary{display:flex;flex-direction:column;gap:var(--axis-base);}
.top-header .steady-items{min-width:0;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid var(--line-panel);}
.top-header .steady-items:last-child{border-bottom:0;padding-bottom:0;}
.top-header .steady-items p{margin-top:calc(1.5rem / 3);}
.top-header .wide-nav{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.2rem;}
.top-header .wide-nav>.compact-proof{flex:1 1 calc(1080px / 3);min-width:0;}
.top-header .wide-nav>.secondary-summary{flex:2 1 calc(1080px / 2);}
.top-header .wide-nav>img{margin-left:auto;max-width:var(--font-button);}
.top-header .bottom-links{margin-top:calc(1.2rem * 1.5);font-size:calc(14.4px * .875);}
@media (max-width:720px){.top-header .wide-nav>img{max-width:100%;}
}
.clear-surface{
  background: linear-gradient(135deg, #FBF6E9 0%, #F1E8D2 55%, #E7DCC0 100%);
  color: #241C11;
  padding: calc(1.5rem * 2.4) 1.52rem;
}
.clear-surface .local-lead{width: min(100%, 1080px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.2rem * 1.5);}
.clear-surface .quiet-lead{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.clear-surface h2{margin: 0;
  font-size: calc(14.4px * 2);
  line-height: 1.15;}
.clear-surface .content-wrap{margin: 0;
  font-size: 14.4px;
  line-height: 1.93;}
.clear-surface .open-form{display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;}
.clear-surface .steady-items{
  margin: 0;
  flex: 1 1 18rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: #FFFDF6;
  color: #241C11;
  border: 1px solid var(--line-panel);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.clear-surface .steady-items img{display: block;
  width: 100%;
  height: 12rem;
  object-fit: cover;}
.clear-surface figcaption{padding: calc(1.5rem * .75);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;}
.clear-surface .primary-proof{font-size: calc(14.4px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;}
.clear-surface figcaption p{margin: 0;
  font-size: calc(14.4px * .875);
  line-height: 1.93;}
.clear-surface .direct-fields{
  margin: 0;
  padding: calc(1.5rem * .75) 1.5rem;
  background: #F1E8D2;
  color: #3E3324;
  border-radius: 0.68rem;
  font-size: calc(14.4px * .875);
  line-height: 1.93;
}
@media (max-width: 640px) {.clear-surface .steady-items img{
    height: 10rem;
  }
}
.page-intro{padding:calc(1.5rem * 2.4) 1.52rem;background:var(--tone-cool);color:var(--line-clear)}
.page-intro .local-lead{max-width:1080px;margin:0 auto}
.page-intro .direct-fields{display:flex;flex-wrap:wrap;gap:calc(1.2rem * 1.5);align-items:flex-start}
.page-intro .site-actions{flex:1 1 22rem;min-width:0;background:#F1E8D2;color:#3E3324;border-radius:1rem;padding:calc(1.5rem * .75)}
.page-intro h2{margin:0;font-size:calc(14.4px * 2);line-height:1.14}
.page-intro .site-actions p{margin:1.5rem 0 0;font-size:calc(14.4px * 1.125);line-height:1.93}
.page-intro .direct-method{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.page-intro .steady-items{border-top:1px solid var(--line-panel);padding-top:calc(1.5rem * .75)}
.page-intro .steady-items:first-child{border-top:0;padding-top:0}
.page-intro .steady-items strong{display:block;font-size:calc(14.4px * 1.35);line-height:1.2}
.page-intro .steady-items p{margin:calc(1.5rem * .75) 0 0;line-height:1.93}
@media(max-width:780px){.page-intro .direct-fields{display:block}.page-intro .site-actions{padding:1.5rem}.page-intro .direct-method{margin-top:calc(1.2rem * 1.5)}
}
.focused-body{padding:calc(calc(1.5rem * 2.4)*.72) 1.52rem;background:#1F4E79;color:#FBF6E9;}
.focused-body .team-benefit{max-width:min(1080px,62rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(1.2rem * 1.5);}
.focused-body p{margin:0;font-size:14.4px;line-height:1.7;color:color-mix(in srgb,currentColor 78%,transparent);}
.focused-body h1{margin:0;font-size:clamp(2.1rem,5.8vw,calc(14.4px * 2.65));line-height:1.05;font-weight:760;letter-spacing:0;}
@media (max-width:620px){.focused-body{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}.focused-body h1{font-size:clamp(2.05rem,10vw,3.4rem);}}
.text-media{
  background:#F1E8D2;
  color:#3E3324;
  padding:calc(1.5rem * 2.4) 1.52rem;
}
.text-media .local-lead{max-width:1080px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.2rem * 1.5);
  align-items:flex-start;}
.text-media .compact-team{flex:1 1 34rem;
  min-width:0;
  order:1;}
.text-media .page-callout{display:block;
  flex:0 1 22rem;
  width:100%;
  min-width:16rem;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:1rem;
  order:2;}
.text-media .direct-fields{margin:0 0 1.5rem;
  line-height:1.93;}
.text-media h2{margin:0 0 calc(1.2rem * 1.5);
  font-size:calc(14.4px * 2);
  line-height:1.12;
  letter-spacing:0;}
.text-media .secondary-summary{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.text-media .steady-items{border-left:2px solid var(--line-panel);
  padding:0 0 0 calc(1.5rem * .75);}
.text-media .steady-items h3{margin:0 0 .35rem;
  font-size:calc(14.4px * 1.125);
  line-height:1.25;}
.text-media .steady-items p{margin:0;
  line-height:1.93;}
.text-media .bottom-links{margin:calc(1.2rem * 1.5) 0 0;
  font-size:calc(14.4px * .875);
  line-height:1.93;}
.text-media .bottom-links a{text-decoration:underline;
  text-underline-offset:2px;}
.text-media .bottom-links a:hover{}
@media (max-width:760px){.text-media .local-lead{display:block}.text-media .page-callout{
    width:100%;
    min-width:0;
    max-height:28rem;
    margin-bottom:calc(1.2rem * 1.5);
  }.text-media .compact-team{order:0}
}
.simple-content{padding:calc(1.5rem * 2.4) 1.52rem;background:#F1E8D2;color:#3E3324;}
.simple-content .local-lead{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.2rem * 1.5);}
.simple-content .content-wrap{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.simple-content .content-wrap h2{margin:0;font-size:calc(14.4px * 2);line-height:1.25;}
.simple-content .content-wrap p{margin:0;font-size:14.4px;line-height:1.93;}
.simple-content .service-nav{display:flex;flex-direction:column;gap:1.2rem;}
.simple-content .secondary-shell{border:1px solid var(--line-panel);border-radius:1rem;background:#FFFDF6;color:#241C11;padding:calc(1.5rem * .75) 1.52rem;box-shadow:0 1px 4px rgba(0,0,0,0.06);display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.simple-content .secondary-shell h3{margin:0;font-size:calc(14.4px * 1.35);line-height:1.3;}
.simple-content .secondary-shell p{margin:0;font-size:14.4px;line-height:1.93;}
.simple-content .primary-proof{font-size:calc(14.4px * .875);}
.simple-content .primary-proof a{color:#1F4E79;text-decoration:underline;text-underline-offset:3px;}
.simple-content .primary-proof a:hover{color:inherit;}
.simple-content .bottom-links{font-size:calc(14.4px * .875);}
.simple-content .bottom-links a{color:#1F4E79;text-decoration:underline;text-underline-offset:3px;}
.simple-content .bottom-links a:hover{color:inherit;}
.simple-content .direct-fields{margin:0;font-size:calc(14.4px * .875);color:#3E3324;border-top:1px solid var(--line-panel);padding-top:calc(1.5rem * .75);}
@media (min-width: 760px){.simple-content .service-nav{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;}
    }
.service-method{--axis-base:calc(1.5rem * 1.15);--copy-strong:calc(1080px / 3.4);padding:calc(1.5rem * 2.4) 1.52rem;background:var(--tone-cool);color:var(--line-clear);}
.service-method .local-lead{max-width:1080px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1.2rem;}
.service-method h2,.service-method h3,.service-method p{margin:0;}
.service-method h2{font-size:calc(14.4px * 2);line-height:1.14;flex:1 1 calc(1080px / 2.6);min-width:0;}
.service-method .row-title>p{flex:1 1 calc(1080px / 3);min-width:0;font-size:14.4px;line-height:1.93;}
.service-method .quiet-stack{padding-block:calc(var(--axis-base) / 2);}
.service-method .direct-area{row-gap:calc(var(--axis-base) * 1.1);}
.service-method .page-note{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.service-method .contact-form{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--axis-base);margin-top:var(--axis-base);}
.service-method .steady-items{flex:1 1 var(--copy-strong);min-width:0;padding-block-start:calc(1.5rem * .75);border-top:1px solid var(--line-panel);}
.service-method .steady-items h3{font-size:calc(14.4px * 1.35);line-height:1.22;}
.service-method .steady-items p{margin-top:calc(1.5rem / 3);font-size:14.4px;line-height:1.93;}
.service-method .bottom-links{flex:1 1 100%;margin-top:calc(var(--axis-base) / 2);font-size:calc(14.4px * .875);}
.service-method .bottom-links a{text-decoration:underline;text-underline-offset:3px;}
.service-method .bottom-links a:hover{}
@media (max-width:640px){.service-method h2,.service-method .row-title>p{flex:1 1 100%;}.service-method .steady-items{flex:1 1 100%;}
}
.active-section{padding:calc(calc(1.5rem * 2.4)*.68) 1.52rem;background:#F1E8D2;color:#3E3324;}
.active-section .team-benefit{max-width:min(1080px,60rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(1.2rem * 1.5);}
.active-section h1{margin:0;font-size:clamp(2rem,5.2vw,calc(14.4px * 2.65));line-height:1.06;font-weight:700;letter-spacing:0;}
.active-section p{margin:0;font-size:14.4px;line-height:1.78;}
@media (max-width:620px){.active-section{padding-top:calc(calc(1.5rem * 2.4)*.54);padding-bottom:calc(calc(1.5rem * 2.4)*.54);}.active-section h1{font-size:clamp(1.95rem,9vw,3rem);}}
.narrow-block{
  padding: calc(1.5rem * 2.4) 1.52rem;
  background: var(--tone-cool);
  color: var(--line-clear);
}
.narrow-block .fresh-fields{width: min(100%, calc(1080px * .68));
  margin: 0 auto;}
.narrow-block h2{margin: 0;
  font-size: calc(14.4px * 2);
  line-height: 1.12;}
.narrow-block .content-wrap{margin: 1.5rem 0 calc(1.2rem * 1.5);
  font-size: calc(14.4px * 1.125);
  line-height: 1.93;}
.narrow-block .service-proof{border-top: 1px solid var(--line-panel);}
.narrow-block .service-proof p{margin: 0;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line-panel);}
.narrow-block .service-proof span{display: block;
  margin-bottom: calc(1.5rem * .75);
  color: #3E3324;
  font-size: calc(14.4px * .875);}
.narrow-block .service-proof a{color: #1F4E79;
  font-size: calc(14.4px * 1.35);
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;}
.narrow-block .top-plan{display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  padding: 1.5rem 0;}
.narrow-block .top-plan > div{flex: 1 1 16rem;
  min-width: 0;}
.narrow-block .top-plan strong{font-size: calc(14.4px * .875);}
.narrow-block .top-plan p{margin: calc(1.5rem * .75) 0 0;
  color: #3E3324;
  line-height: 1.93;}
.narrow-block ul{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 0;
  padding: 1.5rem 0 0;
  border-top: 1px solid var(--line-panel);
  list-style: none;}
.narrow-block li{flex: 1 1 18rem;
  min-width: 0;}
.narrow-block li a{color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;}
.narrow-block li span{display: block;
  margin-top: calc(1.5rem * .75);
  color: #3E3324;
  font-size: calc(14.4px * .875);}
.narrow-block li a:hover{color: #C0392B;}
@media (max-width: 560px) {.narrow-block .top-plan > div{
    flex: 1 1 100%;
  }
}
.active-benefit{
  background:#F1E8D2;
  color:#3E3324;
  padding:calc(1.5rem * 2.4) 1.52rem;
}
.active-benefit .local-lead{max-width:1080px;
  margin:0 auto;
  display:flex;
  gap:calc(1.2rem * 1.5);
  align-items:flex-start;}
.active-benefit .compact-proof{flex:0 1 32rem;
  min-width:0;}
.active-benefit .compact-proof p{margin:0 0 1.5rem;
  line-height:1.93;}
.active-benefit .compact-proof p.lead{margin-bottom:calc(1.2rem * 1.5);}
.active-benefit h2{margin:0 0 1.5rem;
  font-size:calc(14.4px * 2);
  line-height:1.12;
  letter-spacing:0;}
.active-benefit .bottom-links{display:flex;
  flex-wrap:wrap;
  gap:1.2rem;
  margin-top:calc(1.2rem * 1.5);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid var(--line-panel);}
.active-benefit .bottom-links a{text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:2px;
  font-size:calc(14.4px * .875);
  transition:color 350ms var(--speed-panel);}
.active-benefit .bottom-links a:hover{}
.active-benefit .active-brand{flex:1 1 28rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:1.2rem;}
.active-benefit .steady-items{
  padding:calc(1.5rem * .75);
  border-radius:1rem;
  background:#FFFDF6;
  color:#241C11;
  border:1px solid var(--line-panel);
  box-shadow:0 1px 4px rgba(0,0,0,0.06);
}
.active-benefit .steady-items strong{display:block;
  font-size:14.4px;
  line-height:1.3;}
.active-benefit .steady-items p{margin:.5rem 0 0;
  line-height:1.93;
  font-size:calc(14.4px * .875);}
@media (max-width:780px){.active-benefit .local-lead{display:block}.active-benefit .active-brand{margin-top:calc(1.2rem * 1.5)}
}
.clear-items{
        --axis-base: calc(1.5rem * 1.05);
        padding: calc(1.5rem * 2.4) 1.52rem;
        background: var(--tone-cool);
        color: var(--line-clear);
    }
.clear-items .local-lead{max-width: 1080px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.2rem * 1.5);}
.clear-items .quiet-lead{display: flex;
        flex-direction: column;
        gap: calc(calc(1.2rem * 1.5) / 2);}
.clear-items h2{font-size: calc(14.4px * 2);
        line-height: 1.15;
        margin: 0;}
.clear-items .content-wrap{margin: 0;
        font-size: 14.4px;
        line-height: 1.93;
        color: #3E3324;}
.clear-items .offer-surface{display: flex;
        flex-direction: column;
        gap: calc(1.2rem * .75);}
.clear-items details{
        padding: calc(1.5rem * .75);
        border-radius: 0.68rem;
        background: #FFFDF6;
        color: #241C11;
        border: 1px solid var(--line-panel);
        box-shadow: 0 1px 4px rgba(0,0,0,0.06);
        transition: box-shadow 350ms var(--speed-panel);
    }
.clear-items details[open]{box-shadow: 0 5px 16px rgba(0,0,0,0.07);}
.clear-items summary{cursor: pointer;
        font-weight: 700;
        font-size: 14.4px;
        line-height: 1.35;
        list-style: none;
        display: flex;
        align-items: flex-start;
        gap: calc(1.2rem / 2);}
.clear-items summary::-webkit-details-marker{display: none;}
.clear-items summary::before{content: "+";
        flex: 0 0 auto;
        font-weight: 700;
        color: #C0392B;
        line-height: 1.2;}
.clear-items details[open] summary::before{content: "–";}
.clear-items details p{margin: calc(calc(1.2rem * 1.5) / 2) 0 0;
        font-size: calc(14.4px * .875);
        line-height: 1.93;}
.clear-items details a{color: #1F4E79;
        text-decoration: underline;
        text-underline-offset: 2px;}
.clear-items details a:hover{color: #C0392B;}
@media (min-width: 720px) {.clear-items .offer-surface{
            gap: 1.2rem;
        }
    }
.quiet-note{
    padding:calc(calc(1.5rem * 2.4)*.68) 1.52rem;
    background:#F1E8D2;
    color:#3E3324;
    border-bottom:1px solid var(--line-panel,#E4D9BF);
  }
.quiet-note .team-benefit{max-width:1080px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.2rem * 1.5);}
.quiet-note h1{margin:0;
    font-size:clamp(2rem,4.6vw,calc(14.4px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.01em;}
.quiet-note p{margin:0;
    font-size:14.4px;
    line-height:1.75;}
@media (max-width:620px){.quiet-note{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.quiet-note h1{
      font-size:clamp(1.9rem,8.5vw,2.9rem);
    }
  }
.plain-block{--axis-base:calc(1.5rem * 1.29);--state-control:calc(1080px / 2.40);padding:calc(1.5rem * 2.4) 1.52rem;background:#F1E8D2;color:#3E3324;}
.plain-block .local-lead{max-width:1080px;margin:0 auto;}
.plain-block h1,.plain-block h2,.plain-block h3,.plain-block p{margin:0;}
.plain-block h2{font-size:calc(14.4px * 2);line-height:1.12;}
.plain-block p{font-size:14.4px;line-height:1.93;}
.plain-block a{color:inherit;text-decoration:none;}
.plain-block .content-wrap{margin-top:calc(1.2rem * 1.5);}
.plain-block .visual-feature{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:var(--axis-base);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.37rem;background:#1F4E79;color:#FBF6E9;font-size:14.4px;transition:background 350ms var(--speed-panel);}
.plain-block .visual-feature:hover{background:#173C5E;color:#241C11;}
.plain-block .direct-fields{margin-top:calc(1.2rem * 1.5);font-size:calc(14.4px * .875);}
.plain-block .direct-fields a{color:#1F4E79;text-decoration:underline;text-underline-offset:3px;}
.plain-block .direct-fields a:hover{color:inherit;}
.simple-summary{padding:calc(calc(1.5rem * 2.4)*.72) 1.52rem;background:#F1E8D2;color:#3E3324;}
.simple-summary .team-benefit{max-width:min(1080px,60rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(1.2rem * 1.5);}
.simple-summary h1{margin:0;font-size:clamp(1.95rem,5.2vw,calc(14.4px * 2.65));line-height:1.06;font-weight:700;letter-spacing:0;}
.simple-summary p{margin:0;font-size:clamp(1rem,1.3vw,14.4px);line-height:1.72;}
@media (max-width:620px){.simple-summary{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}.simple-summary h1{font-size:clamp(1.85rem,9vw,3.1rem);}}
.fresh-unit{padding:calc(1.5rem * 2.4) 1.52rem;background:#F1E8D2;color:#3E3324;}
.fresh-unit .local-lead{max-width:1080px;margin:0 auto;}
.fresh-unit h2,.fresh-unit h3,.fresh-unit p{margin:0;}
.fresh-unit h2{font-size:calc(14.4px * 2);line-height:1.14;}
.fresh-unit h3{font-size:calc(14.4px * 1.35);line-height:1.22;}
.fresh-unit p{font-size:14.4px;line-height:1.93;}
.fresh-unit .quiet-lead{display:flex;flex-direction:column;gap:calc(1.5rem / 1.6);}
.fresh-unit .content-wrap{font-size:calc(14.4px * 1.125);}
.fresh-unit .open-form{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.2rem;margin-top:calc(1.2rem * 1.5);}
.fresh-unit .service-wrap{flex:1 1 calc(1080px / 3.4);min-width:0;margin:0;}
.fresh-unit .service-wrap img{display:block;width:100%;height:auto;border-radius:0.68rem;box-shadow:0 1px 4px rgba(0,0,0,0.06);}
.fresh-unit .secondary-summary{flex:2 1 calc(1080px / 1.9);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.fresh-unit .steady-items{padding-bottom:calc(1.5rem * .75);border-bottom:1px solid var(--line-panel);}
.fresh-unit .steady-items:last-child{padding-bottom:0;border-bottom:0;}
.fresh-unit .steady-items p{margin-top:calc(1.5rem / 3);}
.fresh-unit .direct-fields{margin-top:calc(1.2rem * 1.5);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.68rem;background:#FFFDF6;color:#241C11;border:1px solid var(--line-panel);font-size:calc(14.4px * .875);}
.fresh-unit a{text-decoration:none;}
.fresh-unit a:hover{}
@media (max-width:720px){.fresh-unit .open-form{flex-direction:column;}.fresh-unit .service-wrap,.fresh-unit .secondary-summary{flex:1 1 auto;width:100%;}
}
.feature{padding:calc(1.5rem * 2.4) 1.52rem;background:var(--tone-cool);color:var(--line-clear)}
.feature .local-lead{max-width:min(1080px,56rem);margin:0 auto}
.feature .quiet-lead{max-width:44rem}
.feature h2{margin:0;font-size:calc(14.4px * 2);line-height:1.1}
.feature .quiet-lead p{margin:1.5rem 0 0;color:#3E3324;line-height:1.93}
.feature .direct-intro{margin-top:calc(1.2rem * 1.5);border-top:1px solid var(--line-panel)}
.feature details{padding:1.5rem 0;border-bottom:1px solid var(--line-panel)}
.feature summary{cursor:pointer;font-size:calc(14.4px * 1.35);line-height:1.2;list-style:none}
.feature summary::-webkit-details-marker{display:none}
.feature summary::after{content:"+";float:right;margin-left:1.2rem;color:#1F4E79}
.feature details[open] summary::after{content:"–"}
.feature details p{margin:1.5rem 0 0;color:#3E3324;line-height:1.93}
@media(max-width:720px){.feature .direct-intro{margin-top:calc(1.5rem * .75)}.feature summary{font-size:14.4px}
}
.simple-panel{padding:calc(calc(1.5rem * 2.4)*.72) 1.52rem;background:#1F4E79;color:#FBF6E9;}
.simple-panel .team-benefit{max-width:min(1080px,62rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(1.2rem * 1.5);}
.simple-panel h1{margin:0;font-size:clamp(2.05rem,5.4vw,calc(14.4px * 2.65));line-height:1.06;font-weight:700;letter-spacing:0;}
.simple-panel .content-wrap{margin:0;font-size:clamp(1rem,1.35vw,14.4px);line-height:1.72;color:color-mix(in srgb,currentColor 88%,transparent);}
.simple-panel .compact-proof{margin:0;font-size:calc(14.4px * .875);line-height:1.78;color:color-mix(in srgb,currentColor 74%,transparent);}
@media (max-width:620px){.simple-panel{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}.simple-panel h1{font-size:clamp(1.95rem,8.6vw,2.9rem);}
  }
.plain-details{--axis-base:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.52rem;background:var(--tone-cool);color:var(--line-clear);}
.plain-details .local-lead{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.2rem * 1.5);}
.plain-details h2,.plain-details h3,.plain-details p{margin:0;}
.plain-details h2{font-size:calc(14.4px * 2);line-height:1.14;}
.plain-details h3{font-size:calc(14.4px * 1.35);line-height:1.24;}
.plain-details p{font-size:14.4px;line-height:1.93;}
.plain-details .media-callout{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.plain-details .content-wrap{color:#3E3324;}
.plain-details .offer-surface{display:flex;flex-direction:column;gap:var(--axis-base);}
.plain-details .steady-items{padding:calc(1.5rem * .75) 1.5rem;border-radius:0.68rem;background:#FFFDF6;color:#241C11;border:1px solid var(--line-panel);display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) / 2);}
.plain-details .steady-items p{color:#241C11;}
.plain-details .bottom-links{margin-top:calc(1.2rem * 1.5);font-size:calc(14.4px * .875);color:#3E3324;}
.plain-details .bottom-links a{color:#1F4E79;text-decoration:underline;text-underline-offset:3px;}
.plain-details .bottom-links a:hover{color:#C0392B;}
@media (min-width:768px){.plain-details .media-callout{flex-direction:row;align-items:flex-start;gap:1.5rem;}.plain-details .media-callout h2{flex:0 0 40%;}.plain-details .media-callout .content-wrap{flex:1 1 auto;}.plain-details .offer-surface{display:grid;grid-template-columns:1fr 1fr;gap:var(--axis-base) 1.5rem;}
}
.top-wrap{--axis-base:calc(1.5rem * 0.99);--state-control:calc(1080px / 2.50);--font-button:calc(1080px / 3.88);padding:calc(1.5rem * 2.4) 1.52rem;background:#1F4E79;color:#FBF6E9;}
.top-wrap .local-lead{max-width:1080px;margin:0 auto;}
.top-wrap h1,.top-wrap h2,.top-wrap h3,.top-wrap p{margin:0;}
.top-wrap h1{font-size:calc(14.4px * 2.65);line-height:1.08;}
.top-wrap h2{font-size:calc(14.4px * 2);line-height:1.12;}
.top-wrap h3{font-size:calc(14.4px * 1.35);line-height:1.2;}
.top-wrap p{font-size:14.4px;line-height:1.93;color:color-mix(in srgb, currentColor 74%, transparent);}
.top-wrap a{color:inherit;text-decoration:none;}
.top-wrap img{display:block;width:100%;height:auto;border-radius:0.68rem;}
.top-wrap .visual-feature{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.37rem;background:#FBF6E9;color:#1F4E79;}
.top-wrap .content-wrap,.top-wrap .direct-fields{}
.top-wrap .secondary-summary{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.2rem;margin-top:var(--axis-base);}
.top-wrap .steady-items{flex:1 1 calc(1080px / 4);min-width:0;}
.top-wrap .steady-items p,.top-wrap .steady-items a{margin-top:calc(1.5rem / 3);}
.top-wrap .steady-items img{margin-bottom:calc(1.5rem / 2);}
.top-wrap .focused-stack>img{margin-top:var(--axis-base);}
.top-wrap .focused-stack>.content-wrap{margin-top:1.5rem;}
.top-wrap .direct-fields{margin-top:var(--axis-base);}
.top-wrap .direct-fields a{text-decoration:underline;text-underline-offset:0.2em;}
.top-wrap .direct-fields a:hover{}
.strong-visual{padding:calc(calc(1.5rem * 2.4)*.68) 1.52rem;background:linear-gradient(135deg, #FBF6E9 0%, #F1E8D2 55%, #E7DCC0 100%);color:#241C11;}
.strong-visual .team-benefit{max-width:min(1080px,60rem);margin:0 auto;display:flex;flex-direction:column;gap:clamp(1rem,2.2vw,calc(1.2rem * 1.5));}
.strong-visual h1{margin:0;font-size:clamp(2rem,5.4vw,calc(14.4px * 2.65));line-height:1.04;font-weight:760;letter-spacing:0;}
.strong-visual p{margin:0;font-size:clamp(1rem,1.3vw,14.4px);line-height:1.72;}
@media (max-width:620px){.strong-visual{padding-top:calc(calc(1.5rem * 2.4)*.54);padding-bottom:calc(calc(1.5rem * 2.4)*.54);}.strong-visual h1{font-size:clamp(1.95rem,9.5vw,3.2rem);}
  }
.top-surface{--axis-base:calc(1.5rem * 1.02);--font-button:calc(1080px / 3.11);padding:calc(1.5rem * 2.4) 1.52rem;background:var(--tone-cool);color:var(--line-clear);}
.top-surface .local-lead{max-width:1080px;margin:0 auto;}
.top-surface h2,.top-surface h3,.top-surface p{margin:0;}
.top-surface h2{font-size:calc(14.4px * 2);line-height:1.14;}
.top-surface h3{font-size:calc(14.4px * 1.35);line-height:1.22;}
.top-surface p{font-size:14.4px;line-height:1.93;}
.top-surface .quiet-lead{display:flex;flex-direction:column;gap:calc(1.2rem * 1.5);}
.top-surface .content-wrap{}
.top-surface img{display:block;width:100%;height:auto;margin-top:var(--axis-base);border-radius:0.68rem;}
.top-surface .secondary-summary{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.2rem;margin-top:var(--axis-base);}
.top-surface .steady-items{flex:1 1 calc(1080px / 3.4);min-width:0;padding-top:calc(calc(1.5rem * .75) / 2);border-top:1px solid var(--line-panel);}
.top-surface .steady-items p{margin-top:calc(1.5rem / 3);}
.top-surface .bottom-links{margin-top:var(--axis-base);font-size:calc(14.4px * .875);}
.top-surface .bottom-links a{text-decoration:underline;}
.top-surface .bottom-links a:hover{}
.visual-method{--axis-base:calc(1.5rem * 1.15);--state-active:1px;padding:calc(1.5rem * 2.4) 1.52rem;background:var(--tone-cool);color:var(--line-clear);}
.visual-method .local-lead{max-width:1080px;margin:0 auto;}
.visual-method h2,.visual-method h3,.visual-method p{margin:0;}
.visual-method h2{font-size:calc(14.4px * 2);line-height:1.14;}
.visual-method h3{font-size:calc(14.4px * 1.35);line-height:1.22;}
.visual-method p{font-size:14.4px;line-height:1.93;}
.visual-method .content-wrap{margin-top:calc(calc(1.2rem * 1.5) / 1.4);color:#3E3324;}
.visual-method .secondary-summary{display:flex;flex-direction:column;gap:0;margin-top:var(--axis-base);border-top:var(--state-active) solid var(--line-panel);}
.visual-method .steady-items{min-width:0;padding:calc(1.2rem * 1.5) 0;border-bottom:var(--state-active) solid var(--line-panel);display:flex;flex-direction:column;gap:calc(calc(1.2rem * 1.5) / 3);}
.visual-method .steady-items p{color:#3E3324;}
.visual-method .direct-fields{margin-top:var(--axis-base);padding:calc(1.5rem * .75) 1.52rem;background:#F1E8D2;color:#3E3324;border-radius:0.68rem;}
.visual-method .direct-fields a{color:#1F4E79;text-decoration:underline;text-underline-offset:3px;}
.visual-method .direct-fields a:hover{color:#C0392B;}
@media (min-width:760px){.visual-method .steady-items{flex-direction:row;align-items:baseline;gap:1.2rem;}.visual-method .steady-items h3{flex:0 0 34%;}.visual-method .steady-items p{flex:1 1 auto;}
}
.strong-team{padding:calc(calc(1.5rem * 2.4)*.68) 1.52rem calc(calc(1.5rem * 2.4)*.62);background:var(--tone-cool,#FBF6E9);color:var(--line-clear,#241C11);}
.strong-team .team-benefit{max-width:min(1080px,58rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(1.2rem * 1.5);}
.strong-team h1{margin:0;font-size:clamp(1.9rem,4.6vw,calc(14.4px * 2.65));line-height:1.08;font-weight:700;letter-spacing:-0.005em;}
.strong-team p{margin:0;font-size:clamp(1rem,1.25vw,14.4px);line-height:1.72;}
@media (max-width:620px){.strong-team{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.strong-team h1{font-size:clamp(1.75rem,8.5vw,2.6rem);}
  }
.cluster{
        --axis-base: calc(1.5rem * 1.05);
        padding: calc(1.5rem * 2.4) 1.52rem;
        background: var(--tone-cool);
        color: var(--line-clear);
    }
.cluster .local-lead{max-width: 1080px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--axis-base);}
.cluster h2,
    .cluster h3,
    .cluster p{margin: 0;}
.cluster h2{font-size: calc(14.4px * 2);
        line-height: 1.14;}
.cluster h3{font-size: calc(14.4px * 1.35);
        line-height: 1.22;}
.cluster p{font-size: 14.4px;
        line-height: 1.93;}
.cluster .quiet-lead{display: flex;
        flex-direction: column;
        gap: calc(1.2rem * 1.5);}
.cluster .content-wrap{color: #3E3324;}
.cluster .open-form{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        border-top: 1px solid var(--line-panel);
        padding-top: calc(1.2rem * 1.5);}
.cluster .steady-items{display: flex;
        flex-direction: column;
        gap: calc(calc(1.2rem * 1.5) / 2);
        padding-block-end: calc(1.2rem * 1.5);
        border-bottom: 1px dashed var(--line-panel);}
.cluster .steady-items:last-child{border-bottom: none;
        padding-block-end: 0;}
.cluster .steady-items p{color: #3E3324;}
.cluster .direct-fields{
        background: #F1E8D2;
        color: #3E3324;
        padding: calc(1.5rem * .75);
        border-radius: 0.68rem;
        font-size: calc(14.4px * .875);
    }
.cluster .direct-fields a{color: #1F4E79;
        text-decoration: underline;}
.cluster .direct-fields a:hover{color: #C0392B;}
@media (min-width: 780px) {.cluster .open-form{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            column-gap: 1.2rem;
            row-gap: calc(1.5rem * .75);
        }.cluster .steady-items{
            padding-block-end: calc(1.5rem * .75);
        }
    }
.media-steps{
  background: var(--tone-cool);
  color: var(--line-clear);
  padding: calc(1.5rem * 2.4) 1.52rem;
}
.media-steps .local-lead{width: min(100%, 1080px);
  margin: 0 auto;}
.media-steps h2,
.media-steps p{margin: 0;}
.media-steps .media-callout{display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  align-items: baseline;
  padding-bottom: calc(1.2rem * 1.5);
  border-bottom: 1px solid var(--line-panel);
  margin-bottom: calc(1.2rem * 1.5);}
.media-steps .media-callout > *{min-width: 0; flex: 1 1 20rem;}
.media-steps h2{font-size: calc(14.4px * 2);
  line-height: 1.1;
  max-width: 14ch;}
.media-steps .media-callout p{line-height: 1.93;
  font-size: 14.4px;}
.media-steps .primary-shell{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.media-steps .primary-shell > *{min-width: 0; flex: 1 1 20rem;}
.media-steps .wide-contact{
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: 1.5rem 1.52rem;
  border-radius: 0.68rem;
  background: #FFFDF6;
  color: #241C11;
  border: 1px solid var(--line-panel);
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.media-steps .wide-contact:nth-child(3n + 1){
  background: #F1E8D2;
  color: #3E3324;
  border-color: transparent;
  box-shadow: none;
}
.media-steps strong{font-size: calc(14.4px * 1.35);
  line-height: 1.2;}
.media-steps .wide-contact p{line-height: 1.93;
  font-size: 14.4px;}
.media-steps .wide-contact span{margin-top: auto;
  padding-top: calc(1.5rem * .75);
  font-size: calc(14.4px * .875);
  opacity: 0.75;}
@media (max-width: 720px) {.media-steps .media-callout{ align-items: flex-start; }.media-steps h2{ max-width: none; }
}
.focused-panel{
  background: var(--tone-cool);
  color: var(--line-clear);
  padding: calc(1.5rem * 2.4) 1.52rem;
}
.focused-panel .local-lead{width: min(100%, 1080px);
  margin: 0 auto;}
.focused-panel h2,
.focused-panel h3,
.focused-panel p{margin: 0;}
.focused-panel .featured-area{display: flex;
  flex-wrap: wrap;
  gap: calc(1.2rem * 1.5);
  align-items: flex-start;
  margin-bottom: calc(1.5rem * 2.4);}
.focused-panel .team-figure{display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);}
.focused-panel .quiet-lead{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.focused-panel h2{font-size: calc(14.4px * 2);
  line-height: 1.12;}
.focused-panel .quiet-lead p{color: #3E3324;
  line-height: 1.93;}
.focused-panel .focused-area{display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;}
.focused-panel .site-rail{
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #FFFDF6;
  color: #241C11;
  border: 1px solid var(--line-panel);
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.focused-panel .site-rail:nth-child(4n + 3){
  background: #F1E8D2;
  color: #3E3324;
  border-color: var(--line-panel);
}
.focused-panel .service-wrap{display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.68rem;}
.focused-panel .direct-fields{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.focused-panel h3{font-size: calc(14.4px * 1.35);
  line-height: 1.18;}
.focused-panel .direct-fields p{line-height: 1.93;}
.focused-panel .featured-area > *{min-width: 0; flex: 1 1 20rem;}
.focused-panel .focused-area > *{min-width: 0; flex: 1 1 17rem;}
@media (max-width: 860px) {.focused-panel .featured-area{ margin-bottom: calc(1.2rem * 1.5); }
}
.plain-unit{--axis-base:calc(1.5rem * 1.01);--copy-strong:calc(1080px / 3.32);padding:calc(1.5rem * 2.4) 1.52rem;background:#1F4E79;color:#FBF6E9;}
.plain-unit .local-lead{max-width:1080px;margin:0 auto;}
.plain-unit h2,.plain-unit h3,.plain-unit p{margin:0;}
.plain-unit h2{font-size:calc(14.4px * 2);line-height:1.12;}
.plain-unit h3{font-size:calc(14.4px * 1.35);line-height:1.2;}
.plain-unit p{font-size:14.4px;line-height:1.93;color:color-mix(in srgb, currentColor 78%, transparent);}
.plain-unit .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.2rem;}
.plain-unit .row-title h2{flex:1 1 calc(1080px / 3);min-width:0;}
.plain-unit .row-title>p{flex:1 1 calc(1080px / 3);min-width:0;}
.plain-unit .clear-team{row-gap:calc(var(--axis-base) * .7);}
.plain-unit .page-note{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.plain-unit .contact-form{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--axis-base);margin-top:var(--axis-base);}
.plain-unit .steady-items{flex:1 1 var(--copy-strong);min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.plain-unit .steady-items p{margin-top:calc(1.5rem / 3);}
@media (max-width:640px){.plain-unit .steady-items{flex:1 1 100%;padding-inline-start:1.52rem;}
}
.secondary-entries{padding:calc(1.5rem * 2.4) 1.52rem;background:var(--tone-cool);color:var(--line-clear)}
.secondary-entries .local-lead{width:min(100%,calc(1080px*.72));margin:0 auto}
.secondary-entries .media-callout{margin-bottom:calc(1.2rem * 1.5)}
.secondary-entries .primary-proof{margin:0 0 calc(1.5rem * .75);font-size:calc(14.4px * .875);letter-spacing:.04em;text-transform:uppercase;color:#3E3324}
.secondary-entries h1{margin:0;font-size:calc(14.4px * 2.65);line-height:1.08}
.secondary-entries .fresh-region{margin:calc(1.5rem * .75) 0 0;font-size:calc(14.4px * 1.125);line-height:1.93;color:#3E3324}
.secondary-entries .steady-fields{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem;font-size:calc(14.4px * .875);color:#3E3324}
.secondary-entries .steady-fields span{position:relative;padding-right:calc(1.5rem * .75)}
.secondary-entries .steady-fields span:not(:last-child)::after{content:"";position:absolute;right:0;top:50%;width:4px;height:4px;background:var(--line-panel);border-radius:50%;transform:translateY(-50%);color:#241C11;}
.secondary-entries .team-figure{margin:1.5rem 0 0;padding:0}
.secondary-entries .team-figure img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:1rem;box-shadow:0 1px 4px rgba(0,0,0,0.06)}
.secondary-entries .team-figure figcaption{margin-top:calc(1.5rem * .75);font-size:calc(14.4px * .875);color:#3E3324;line-height:1.93}
.secondary-entries .active-copy{margin-top:1.5rem}
.secondary-entries .active-copy p{margin:0 0 1.5rem;line-height:1.93}
.secondary-entries .active-copy p:last-child{margin-bottom:0}
.secondary-entries .active-copy em{font-style:italic}
.secondary-entries .public-plan{margin-top:calc(1.2rem * 1.5);padding:calc(1.5rem * .75) 1.2rem;background:#F1E8D2;color:#3E3324;border-radius:0.68rem;border-left:3px solid #C0392B}
.secondary-entries .public-plan .direct-fields{margin:0;font-size:14.4px;line-height:1.93}
.secondary-entries .public-plan a{color:#1F4E79;text-decoration:underline;text-underline-offset:3px}
.secondary-entries .public-plan a:hover{color:#C0392B}
@media (max-width:640px){.secondary-entries .steady-fields span{padding-right:0}.secondary-entries .steady-fields span:not(:last-child)::after{display:none}
}
.featured-region{
  background: linear-gradient(135deg, #FBF6E9 0%, #F1E8D2 55%, #E7DCC0 100%);
  color: #241C11;
  padding: calc(1.5rem * 2.4) 1.52rem;
  overflow: hidden;
}
.featured-region .local-lead{width: min(100%, 1080px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.2rem * 1.5);}
.featured-region h2,
.featured-region h3,
.featured-region p{margin: 0;}
.featured-region h2{font-size: calc(14.4px * 2); line-height: 1.1;}
.featured-region h3{font-size: calc(14.4px * 1.35); line-height: 1.18;}
.featured-region p{font-size: 14.4px; line-height: 1.93;}
.featured-region .site-benefit{display: grid;
  gap: 1.5rem;}
.featured-region .text-headline{
  display: grid;
  grid-template-columns: minmax(10rem, .28fr) minmax(0, 1fr);
  gap: 1.2rem;
  padding: 1.5rem;
  border-radius: 1.3rem;
  background: linear-gradient(135deg, #C0392B 0%, #D9A441 100%);
  color: #FBF6E9;
}
.featured-region .text-headline p:first-child{font-size: calc(14.4px * .875);
  text-transform: uppercase;
  letter-spacing: 0.06em;}
.featured-region .secondary-brand{display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: calc(1.5rem * .75);}
.featured-region .public-method{
  display: grid;
  align-content: start;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 1rem;
  background: #FFFDF6;
  color: #241C11;
  border: 1px solid var(--line-panel);
  text-decoration: none;
}
.featured-region .public-method span{font-size: calc(14.4px * .875);}
.featured-region .public-method:hover h3{}
@media (max-width: 760px) {.featured-region .text-headline{ grid-template-columns: 1fr; }
}
.contact-content{padding:calc(1.5rem * 2.4) 1.52rem;background:var(--tone-cool);color:var(--line-clear);}
.contact-content .secondary-callout{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.2rem * 1.5);}
.contact-content .site-section{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;}
.contact-content .direct-details{width:72px;height:72px;border-radius:50%;object-fit:cover;border:2px solid var(--line-panel);box-shadow:0 1px 4px rgba(0,0,0,0.06);flex:0 0 auto;}
.contact-content .active-lead{display:flex;flex-direction:column;gap:2px;}
.contact-content .focused-content{margin:0;font-size:calc(14.4px * 1.35);line-height:1.3;}
.contact-content .plain-track{margin:0;font-size:calc(14.4px * .875);color:#3E3324;}
.contact-content .visual-content{margin:0;font-size:14.4px;line-height:1.93;}
.contact-content .direct-fields{margin:0;padding:calc(1.5rem * .75);background:#F1E8D2;color:#3E3324;border-radius:0.68rem;font-size:calc(14.4px * .875);line-height:1.93;}
.contact-content .direct-fields a{color:#1F4E79;text-decoration:underline;}
.contact-content .direct-fields a:hover{color:#C0392B;}
@media (max-width:640px){.contact-content .direct-details{width:56px;height:56px;}
}
.primary-copy{
  background: linear-gradient(135deg, #FBF6E9 0%, #F1E8D2 55%, #E7DCC0 100%);
  color: #241C11;
  padding: calc(1.5rem * 2.4) 1.52rem;
}
.primary-copy .local-lead{width: min(100%, 1080px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 1.2rem;}
.primary-copy h2,
.primary-copy h3,
.primary-copy p{margin: 0;}
.primary-copy h2{font-size: calc(14.4px * 2); line-height: 1.1;}
.primary-copy h3{font-size: calc(14.4px * 1.35); line-height: 1.18;}
.primary-copy p{font-size: 14.4px; line-height: 1.93;}
.primary-copy .contact-items{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-content: start;
  padding-top: calc(1.2rem * 1.5);}
.primary-copy .contact-items .direct-fields{
  padding: calc(1.5rem * .75);
  border-left: 3px solid #C0392B;
  background: #F1E8D2;
  color: #3E3324;
  border-radius: 0.37rem;
}
.primary-copy .contact-form{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.primary-copy [data-block]{
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 1rem;
  background: #FFFDF6;
  color: #241C11;
  border: 1px solid var(--line-panel);
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  animation: galleryStepIn calc(350ms * 2) var(--speed-panel) both;
  animation-delay: var(--ease-slow, 0ms);
}
.primary-copy [data-block] > span{font-size: calc(14.4px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  padding-top: .2rem;}
.primary-copy [data-block] > div{display: flex;
  flex-direction: column;
  gap: calc(1.2rem * .5);}
.primary-copy [data-block]:nth-child(odd){margin-right: clamp(0rem, 6vw, calc(1.2rem * .9));}
@keyframes galleryStepIn {from{ opacity: .25; transform: translateY(calc(calc(1.2rem * 1) * .14)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 800px) {.primary-copy .local-lead,
  .primary-copy [data-block]{ grid-template-columns: 1fr; }.primary-copy .contact-items{ padding-top: 0; }.primary-copy [data-block]:nth-child(odd){ margin-right: 0; }
}
.primary-surface{
        padding: calc(1.5rem * 2.4) 1.52rem;
        background: #F1E8D2;
        color: #3E3324
    }
.primary-surface .local-lead{max-width: 1080px;
        margin: 0 auto}
.primary-surface .site-flow{display: flex;
        flex-direction: column;
        gap: calc(1.2rem * 1.5);
        align-items: flex-start}
.primary-surface .quiet-lead{min-width: 0}
.primary-surface h2{margin: 0;
        font-size: calc(14.4px * 2);
        line-height: 1.12}
.primary-surface .quiet-lead p{margin: 1.5rem 0 0;
        font-size: calc(14.4px * 1.125);
        line-height: 1.93}
.primary-surface ul{flex: 1 1 44rem;
        min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0}
.primary-surface li{display: flex;
        gap: 1.2rem;
        align-items: flex-start;
        padding: 1.5rem 0}
.primary-surface li + li{border-top: 1px solid var(--line-panel)}
.primary-surface strong{flex: 0 1 17rem;
        min-width: 0;
        font-size: calc(14.4px * 1.35);
        line-height: 1.2}
.primary-surface span{flex: 1 1 26rem;
        min-width: 0;
        line-height: 1.93}
@media (max-width: 760px) {.primary-surface .site-flow, .primary-surface li{
            display: block
        }.primary-surface ul{
            margin-top: calc(1.2rem * 1.5)
        }.primary-surface span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.active-surface{padding:calc(1.5rem * 2.4) 1.52rem;background:var(--tone-cool);color:var(--line-clear)}
.active-surface .local-lead{width:min(100%,calc(1080px*.72));margin:0 auto}
.active-surface .soft-steps{margin:0 0 calc(1.2rem * 1.5);font-size:calc(14.4px * .875);letter-spacing:.08em;text-transform:uppercase;color:#3E3324}
.active-surface h1{margin:0;font-size:calc(14.4px * 2.65);line-height:1.08}
.active-surface .steady-fields{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:1.5rem;font-size:calc(14.4px * .875);color:#3E3324}
.active-surface .steady-fields>*{min-width:0;flex:1 1 16rem}
.active-surface .fresh-region{margin:1.5rem 0 0;font-size:calc(14.4px * 1.125);line-height:1.93}
.active-surface .page-callout{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:1rem;margin-top:calc(1.2rem * 1.5);box-shadow:0 1px 4px rgba(0,0,0,0.06)}
.active-surface .active-copy{background:#FFFDF6;color:#241C11;border:1px solid var(--line-panel);border-radius:0.68rem;padding:calc(1.5rem * .75);margin-top:1.5rem}
.active-surface .active-copy p{margin:0 0 1.5rem;line-height:1.93}
.active-surface .active-copy p:last-child{margin-bottom:0}
.active-surface .active-copy a{color:#1F4E79;text-decoration:underline;text-underline-offset:2px}
.active-surface .active-copy a:hover{color:#C0392B}
@media (max-width:640px){.active-surface .local-lead{width:100%}.active-surface .steady-fields{flex-direction:column;gap:calc(1.5rem * .75)}
}
.media-method{
  background: linear-gradient(135deg, #FBF6E9 0%, #F1E8D2 55%, #E7DCC0 100%);
  color: #241C11;
  padding: calc(1.5rem * 2.4) 1.52rem;
}
.media-method .local-lead{width: min(100%, 1080px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;}
.media-method h2,
.media-method h3,
.media-method p{margin: 0;}
.media-method h2{font-size: calc(14.4px * 2); line-height: 1.1;}
.media-method h3{font-size: calc(14.4px * 1.35); line-height: 1.18;}
.media-method p{font-size: 14.4px; line-height: 1.93;}
.media-method .contact-items{display: grid;
  gap: calc(1.2rem * 1.5);
  align-content: start;
  padding-top: 1.5rem;}
.media-method .contact-items .direct-fields{font-size: calc(14.4px * .875);
  padding-left: calc(1.5rem * .75);
  border-left: 2px solid var(--line-panel);}
.media-method .wide-header{display: grid;
  gap: calc(1.5rem * .75);}
.media-method [data-block]{
  display: grid;
  grid-template-columns: minmax(6rem, 8rem) minmax(0, 1fr);
  gap: 1.5rem;
  padding: calc(1.5rem * .75) 1.5rem;
  border-radius: 1rem;
  background: #FFFDF6;
  color: #241C11;
  border: 1px solid var(--line-panel);
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  animation: makersRise calc(350ms * 2) var(--speed-panel) both;
  animation-delay: var(--ease-slow, 0ms);
}
.media-method [data-block] > span{font-size: calc(14.4px * .875);
  padding-top: 0.25rem;}
.media-method [data-block] > div{display: grid;
  gap: calc(1.2rem * 1.5);}
.media-method [data-block]:nth-child(3n){margin-right: clamp(0rem, 6vw, calc(1.2rem * 1.2));}
@keyframes makersRise {from{ opacity: .25; transform: translateY(calc(calc(1.2rem * 1) * .18)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 820px) {.media-method .local-lead{ grid-template-columns: 1fr; }.media-method .contact-items{ padding-top: 0; }.media-method [data-block]{ grid-template-columns: 1fr; gap: calc(1.2rem * 1.5); }.media-method [data-block]:nth-child(3n){ margin-right: 0; }
}
.wide-service{
    padding:calc(1.5rem * 2.4) 1.52rem;
    background:#F1E8D2;
    color:#3E3324;
}
.wide-service .secondary-callout{max-width:1080px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.2rem * 1.5);}
.wide-service .main-copy{display:flex;
    align-items:center;
    gap:1.2rem;
    flex-wrap:wrap;}
.wide-service .links{
    width:88px;
    height:88px;
    border-radius:50%;
    object-fit:cover;
    border:2px solid var(--line-panel);
    background:#FFFDF6;
    flex:0 0 auto;color:#241C11;}
.wide-service .team{display:flex;
    flex-direction:column;
    gap:2px;}
.wide-service .focused-content{margin:0;
    font-size:calc(14.4px * 1.125);
    line-height:1.3;}
.wide-service .plain-track{margin:0;
    font-size:calc(14.4px * .875);
    letter-spacing:0.01em;}
.wide-service .visual-content{margin:0;
    font-size:14.4px;
    line-height:1.93;}
.wide-service .quiet-figure{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:1.2rem;
    font-size:calc(14.4px * .875);}
.wide-service .quiet-figure li{
    padding:0.35rem 0.75rem;
    background:#FFFDF6;
    color:#241C11;
    border:1px solid var(--line-panel);
    border-radius:0.37rem;
}
.wide-service .quiet-figure a{color:#1F4E79;
    text-decoration:none;}
.wide-service .quiet-figure a:hover{color:inherit;
    text-decoration:underline;}
@media (max-width:600px){.wide-service .main-copy{
        gap:calc(1.5rem * .75);
    }.wide-service .links{
        width:72px;
        height:72px;
    }
}
.quiet-entries{
  background: linear-gradient(135deg, #C0392B 0%, #D9A441 100%);
  color: #FBF6E9;
  padding: calc(1.5rem * 2.4) 1.52rem;
}
.quiet-entries .local-lead{width: min(100%, 1080px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  align-items: flex-end;}
.quiet-entries .active-copy{display: flex;
  flex-direction: column;
  gap: calc(1.2rem * 1.5);}
.quiet-entries h2,
.quiet-entries p{margin: 0;}
.quiet-entries h2{font-size: calc(14.4px * 2.65);
  line-height: 1.05;}
.quiet-entries .active-copy p{line-height: 1.93;}
.quiet-entries .featured-flow{display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  border-radius: 1.3rem;}
.quiet-entries .contact-callout{flex-basis: 100%;
  display: flex;
  gap: calc(1.5rem * .75);
  align-items: stretch;
  overflow-x: auto;
  padding-top: 1.5rem;}
.quiet-entries .contact-story{
  margin: 0;
  flex: 0 0 min(18rem, 72vw);
  display: flex;
  flex-direction: column;
  gap: calc(1.2rem * 1.5);
  background: #FFFDF6;
  color: #241C11;
  border: 1px solid var(--line-panel);
  border-radius: 1rem;
  padding: calc(1.5rem * .75);
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.quiet-entries .contact-story img{display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.68rem;
  transform: translateY(var(--mark-local, 0));
  transition: transform 350ms var(--speed-panel);}
.quiet-entries .contact-story figcaption{font-size: calc(14.4px * .875);
  line-height: 1.93;}
.quiet-entries .local-lead > *{min-width: 0;
  flex: 1 1 18rem;}
.main-group{padding:calc(1.5rem * 2.4) 1.52rem;background:var(--tone-cool);color:var(--line-clear)}
.main-group .local-lead{max-width:min(1080px,56rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(1.2rem * 1.5)}
.main-group .quiet-lead{display:flex;flex-direction:column;gap:1.5rem}
.main-group h2{margin:0;font-size:calc(14.4px * 2);line-height:1.1}
.main-group .quiet-lead p{margin:0;color:#3E3324;line-height:1.93}
.main-group .direct-intro{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.main-group details{padding:calc(1.5rem * .75) 1.5rem;background:#FFFDF6;color:#241C11;border:1px solid var(--line-panel);border-radius:1rem;box-shadow:0 1px 4px rgba(0,0,0,0.06)}
.main-group summary{cursor:pointer;font-size:calc(14.4px * 1.35);line-height:1.2;list-style:none}
.main-group summary::-webkit-details-marker{display:none}
.main-group summary::after{content:"+";float:right;font-size:calc(14.4px * 1.125);line-height:1;color:#C0392B}
.main-group details[open] summary::after{content:"–"}
.main-group details p{margin:1.5rem 0 0;color:#3E3324;line-height:1.93}
@media(max-width:720px){.main-group .local-lead{gap:1.5rem}.main-group details{padding:1.5rem 1.52rem}
}
.text-contact{
  padding:calc(1.5rem * 2.4) 1.52rem;
  background:var(--tone-cool);
  color:var(--line-clear);
}
.text-contact .local-lead{width:min(100%,calc(1080px*.72));
  margin:0 auto;}
.text-contact .media-callout{display:flex;
  flex-direction:column;
  gap:calc(1.2rem * 1.5);}
.text-contact h1{margin:0;
  font-size:calc(14.4px * 2.65);
  line-height:1.08;}
.text-contact .fresh-region{margin:0;
  font-size:calc(14.4px * 1.125);
  line-height:1.93;
  color:#3E3324;}
.text-contact .steady-fields{display:flex;
  flex-wrap:wrap;
  gap:1.2rem;
  font-size:calc(14.4px * .875);
  color:#3E3324;}
.text-contact .steady-fields span{position:relative;}
.text-contact .steady-fields span + span::before{content:"·";
  margin-right:1.2rem;color:inherit;}
.text-contact .page-callout{display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover;
  border-radius:1rem;
  margin-top:1.5rem;
  box-shadow:0 1px 4px rgba(0,0,0,0.06);}
.text-contact .active-copy{margin-top:1.5rem;}
.text-contact .active-copy p{margin:0 0 calc(1.2rem * 1.5);
  line-height:1.93;}
.text-contact .active-copy p:last-child{margin-bottom:0;}
.text-contact .public-plan{
  margin-top:1.5rem;
  padding:calc(1.5rem * .75);
  background:#F1E8D2;
  color:#3E3324;
  border-radius:0.68rem;
  display:flex;
  flex-direction:column;
  gap:1.2rem;
}
.text-contact .direct-fields{margin:0;
  font-size:calc(14.4px * .875);
  line-height:1.93;}
.text-contact .bottom-links{display:flex;
  flex-wrap:wrap;
  gap:1.2rem;}
.text-contact .bottom-links a{color:#1F4E79;
  text-decoration:underline;
  text-underline-offset:3px;
  font-size:calc(14.4px * .875);
  transition:color 350ms var(--speed-panel);}
.text-contact .bottom-links a:hover{color:#C0392B;}
@media (max-width:640px){.text-contact .steady-fields span + span::before{
    display:none;
  }.text-contact .steady-fields{
    flex-direction:column;
    gap:0.35rem;
  }
}
.bottom-section{
  background: linear-gradient(135deg, #FBF6E9 0%, #F1E8D2 55%, #E7DCC0 100%);
  color: #241C11;
  padding: calc(1.5rem * 2.4) 1.52rem;
}
.bottom-section .local-lead{width: min(100%, 1080px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;}
.bottom-section h2,
.bottom-section h3,
.bottom-section p{margin: 0;}
.bottom-section h2{font-size: calc(14.4px * 2); line-height: 1.1;}
.bottom-section h3{font-size: calc(14.4px * 1.35); line-height: 1.18;}
.bottom-section p{font-size: 14.4px; line-height: 1.93;}
.bottom-section .content-track{
  display: grid;
  gap: calc(1.2rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 1.3rem;
  background: linear-gradient(135deg, #C0392B 0%, #D9A441 100%);
  color: #FBF6E9;
  position: sticky;
  top: 1.5rem;
}
.bottom-section .content-track p{color:inherit;}
.bottom-section .public-callout{display: grid;
  gap: calc(1.5rem * .75);}
.bottom-section .secondary-contact{
  display: grid;
  grid-template-columns: .7rem minmax(0, 1fr);
  grid-template-areas:
    "dot role"
    "dot name"
    "dot text";
  column-gap: 1.2rem;
  row-gap: .35rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.68rem;
  background: #FFFDF6;
  color: #241C11;
  border: 1px solid var(--line-panel);
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  animation: peopleTimelineIn calc(350ms * 2) var(--speed-panel) both;
  animation-delay: var(--ease-slow, 0ms);
}
.bottom-section i{
  grid-area: dot;
  width: .55rem;
  height: .55rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: #1F4E79;color:#FBF6E9;}
.bottom-section .secondary-contact span{grid-area: role;
  font-size: calc(14.4px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
.bottom-section .secondary-contact h3{grid-area: name;}
.bottom-section .secondary-contact p{grid-area: text;}
@keyframes peopleTimelineIn {from{ opacity: .25; transform: translateX(calc(calc(1.2rem * 1) * .14)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 860px) {.bottom-section .local-lead{ grid-template-columns: 1fr; }.bottom-section .content-track{ position: static; }
}
.direct-group{padding:calc(1.5rem * 2.4) 1.52rem;background:var(--tone-cool);color:var(--line-clear);}
.direct-group .secondary-callout{max-width:1080px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.2rem * 1.5);align-items:flex-start;}
.direct-group .open-form{flex:0 1 240px;display:flex;flex-direction:column;gap:1.2rem;}
.direct-group .direct-details{width:88px;height:88px;border-radius:1rem;object-fit:cover;box-shadow:0 1px 4px rgba(0,0,0,0.06);}
.direct-group .active-lead{display:flex;flex-direction:column;gap:2px;}
.direct-group .focused-content{margin:0;font-size:calc(14.4px * 1.35);line-height:1.3;}
.direct-group .plain-track{margin:0;font-size:calc(14.4px * .875);color:#3E3324;}
.direct-group .compact-proof{flex:1 1 420px;display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.direct-group .visual-content{margin:0;font-size:14.4px;line-height:1.93;}
.direct-group .direct-fields{margin:0;padding:calc(1.5rem * .75);background:#F1E8D2;color:#3E3324;border-radius:0.68rem;font-size:calc(14.4px * .875);line-height:1.93;}
.direct-group .primary-proof{margin:0;font-size:calc(14.4px * .875);line-height:1.93;}
.direct-group a{color:#1F4E79;text-decoration:underline;}
.direct-group a:hover{color:#C0392B;}
@media (max-width:640px){.direct-group .secondary-callout{flex-direction:column;}.direct-group .open-form{flex:1 1 auto;flex-direction:row;align-items:center;}
}
.primary-content{
  background: linear-gradient(135deg, #FBF6E9 0%, #F1E8D2 55%, #E7DCC0 100%);
  color: #241C11;
  padding: calc(1.5rem * 2.4) 1.52rem;
}
.primary-content .local-lead{width: min(100%, 1080px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.2rem * 1.5);}
.primary-content h2,
.primary-content h3,
.primary-content p{margin: 0;}
.primary-content h2{font-size: calc(14.4px * 2); line-height: 1.1;}
.primary-content h3{font-size: calc(14.4px * 1.35); line-height: 1.18;}
.primary-content p{font-size: 14.4px; line-height: 1.93;}
.primary-content .fresh-team{
  display: grid;
  gap: calc(1.5rem * .75);
  padding: calc(1.2rem * 1.5);
  border-radius: 1rem;
  background: linear-gradient(135deg, #C0392B 0%, #D9A441 100%);
  color: #FBF6E9;
  border-left: 4px solid #C0392B;
}
.primary-content .fresh-team p{font-size: calc(14.4px * 1.125);}
.primary-content .secondary-footer{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.primary-content [data-block]{
  flex: 1 1 20rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.68rem;
  background: #FFFDF6;
  color: #241C11;
  border: 1px solid var(--line-panel);
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  animation: galleryMosaicIn calc(350ms * 2.2) var(--speed-panel) both;
  animation-delay: var(--ease-slow, 0ms);
}
.primary-content [data-block] div{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  font-size: calc(14.4px * .875);}
.primary-content .title{padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--line-panel);}
@keyframes galleryMosaicIn {from{ opacity: .2; transform: translateY(6px); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 720px) {.primary-content [data-block]{ flex: 1 1 100%; }
}
.visual-media{
        padding: calc(1.5rem * 2.4) 1.52rem;
        background: #F1E8D2;
        color: #3E3324
    }
.visual-media .local-lead{max-width: 1080px;
        margin: 0 auto}
.visual-media .contact-items{display: flex;
        flex-direction: column;
        gap: calc(1.2rem * 1.5);
        align-items: flex-start}
.visual-media h2{min-width: 0;
        margin: 0;
        font-size: calc(14.4px * 2);
        line-height: 1.15}
.visual-media .compact-team{min-width: 0;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75)}
.visual-media .compact-team p{margin: 0;
        font-size: 14.4px;
        line-height: 1.93}
.visual-media .active-footer{display: flex;
        flex-wrap: wrap;
        gap: 1.2rem;
        margin-top: 1.5rem;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid var(--line-panel)}
.visual-media .active-footer span{
        border-radius: 0.37rem;
        background: #FFFDF6;
        color: #241C11;
        border: 1px solid var(--line-panel);
        padding: calc(calc(1.5rem * .75) * .55) calc(1.5rem * .75);
        font-size: calc(14.4px * .875);
        line-height: 1.4
    }
@media (max-width: 760px) {.visual-media .contact-items{
            display: block
        }.visual-media .compact-team{
            margin-top: 1.5rem
        }.visual-media .active-footer{
            margin-top: calc(1.5rem * .75)
        }
    }
.text-callout{padding:calc(calc(1.5rem * 2.4)*.68) 1.52rem calc(calc(1.5rem * 2.4)*.8);background:#1F4E79;color:#FBF6E9;}
.text-callout .team-benefit{max-width:min(1080px,58rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(1.2rem * 1.5);}
.text-callout h1{margin:0;font-size:clamp(2.05rem,5.4vw,calc(14.4px * 2.65));line-height:1.04;font-weight:700;letter-spacing:-0.01em;}
.text-callout p{margin:0;font-size:clamp(1rem,1.3vw,14.4px);line-height:1.72;opacity:.86;}
@media (min-width:760px){.text-callout .team-benefit{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);align-items:end;column-gap:1.2rem;row-gap:calc(1.2rem * 1.5);}.text-callout h1{grid-column:1;grid-row:1;}.text-callout p{grid-column:2;grid-row:1;padding-bottom:.35rem;}
  }
@media (max-width:620px){.text-callout{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.6);}.text-callout h1{font-size:clamp(1.95rem,9vw,3.2rem);}
  }
.direct-nav{padding:calc(1.5rem * 2.4) 1.52rem;background:#1F4E79;color:#FBF6E9}
.direct-nav .team-benefit{max-width:1080px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.2rem * 1.5);align-items:stretch}
.direct-nav .active-summary{flex:1 1 26rem;min-height:30rem;border-radius:1rem;overflow:hidden;border:1px solid color-mix(in srgb,currentColor 22%,transparent);box-shadow:0 5px 16px rgba(0,0,0,0.07)}
.direct-nav iframe{display:block;width:100%;height:100%;border:0}
.direct-nav .compact-team{flex:1 1 22rem;display:flex;flex-direction:column;gap:calc(1.2rem * 1.5);justify-content:center}
.direct-nav h2{margin:0;font-size:calc(14.4px * 2);line-height:1.15}
.direct-nav .compact-team>p{margin:0;font-size:14.4px}
.direct-nav .service-nav{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.direct-nav .secondary-shell{display:grid;grid-template-columns:minmax(7rem,.32fr) minmax(0,1fr);gap:1.2rem;padding:calc(1.5rem * .75);border-radius:0.68rem;background:#C0392B;color:#FBF6E9}
.direct-nav .secondary-shell span{font-size:calc(14.4px * .875);opacity:.85}
.direct-nav .secondary-shell strong{font-weight:600;line-height:1.5}
.direct-nav .secondary-shell a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.direct-nav .secondary-shell a:hover{opacity:.85}
@media (max-width:860px){.direct-nav .team-benefit{flex-direction:column}.direct-nav .active-summary{min-height:22rem}.direct-nav .secondary-shell{grid-template-columns:1fr}
}
.top-inner{padding:calc(1.5rem * 2.4) 1.52rem;background:var(--tone-cool);color:var(--line-clear)}
.top-inner .local-lead{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.2rem * 1.5)}
.top-inner .quiet-lead h2{margin:0 0 calc(1.5rem * .75);font-size:calc(14.4px * 2);line-height:1.1}
.top-inner .quiet-lead .content-wrap{margin:0;line-height:1.93}
.top-inner .strong-intro{display:flex;flex-direction:column;gap:1.2rem;border-top:1px solid var(--line-panel);padding-top:calc(1.2rem * 1.5)}
.top-inner .secondary-shell{display:flex;flex-wrap:wrap;align-items:baseline;gap:calc(1.5rem * .75) 1.5rem;padding-bottom:1.2rem;border-bottom:1px dashed var(--line-panel)}
.top-inner .secondary-shell:last-child{border-bottom:0;padding-bottom:0}
.top-inner .featured-stack{flex:0 0 10rem;font-size:calc(14.4px * .875);color:#3E3324;text-transform:uppercase;letter-spacing:0.04em}
.top-inner .secondary-shell a,.top-inner .secondary-shell .compact-proof{flex:1 1 14rem;min-width:0;margin:0;text-decoration:none;overflow-wrap:anywhere}
.top-inner .secondary-shell a{color:#1F4E79}
.top-inner .secondary-shell a:hover{color:#C0392B}
.top-inner .secondary-shell strong{font-size:calc(14.4px * 1.35);line-height:1.16}
.top-inner .secondary-shell .compact-proof{font-size:14.4px;line-height:1.93}
.top-inner .direct-fields{flex:1 1 100%;margin:0;font-size:calc(14.4px * .875);color:#3E3324;line-height:1.93}
.top-inner .public-plan{background:#F1E8D2;color:#3E3324;border-radius:1rem;padding:calc(1.5rem * .75) 1.5rem;box-shadow:0 1px 4px rgba(0,0,0,0.06)}
.top-inner .public-plan h3{margin:0 0 calc(1.5rem * .75);font-size:calc(14.4px * 1.35);line-height:1.2}
.top-inner .public-plan p{margin:0 0 calc(1.5rem * .75);line-height:1.93}
.top-inner .public-plan p:last-child{margin-bottom:0}
@media(max-width:640px){.top-inner .featured-stack{flex:1 1 100%}.top-inner .secondary-shell a,.top-inner .secondary-shell .compact-proof{flex:1 1 100%}
}
.focused-fields{padding:calc(1.5rem * 2.4) 1.52rem;background:var(--tone-cool);color:var(--line-clear)}
.focused-fields .local-lead{max-width:1080px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.2rem * 1.5);align-items:flex-start}
.focused-fields .local-lead>*{min-width:0;flex:1 1 18rem}
.focused-fields .compact-proof{align-self:start;padding-top:calc(1.5rem * .75)}
.focused-fields h2{margin:0;font-size:calc(14.4px * 2);line-height:1.1}
.focused-fields .compact-proof p{margin:1.5rem 0 0;font-size:calc(14.4px * 1.125);line-height:1.93}
.focused-fields form{background:#FFFDF6;color:#241C11;border:1px solid var(--line-panel);border-radius:1rem;padding:calc(1.5rem * .75);box-shadow:0 1px 4px rgba(0,0,0,0.06)}
.focused-fields .offer-track{display:flex;flex-wrap:wrap;gap:1.2rem}
.focused-fields .offer-track>*{min-width:0;flex:1 1 16rem}
.focused-fields label{display:block}
.focused-fields label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(14.4px * .875)}
.focused-fields input,.focused-fields select,.focused-fields textarea{width:100%;box-sizing:border-box;border:1px solid var(--line-panel);border-radius:0.37rem;background:#F1E8D2;color:#241C11;font:inherit;padding:calc(1.5rem * .75)}
.focused-fields textarea{resize:vertical;line-height:1.93}
.focused-fields input:focus,.focused-fields select:focus,.focused-fields textarea:focus{outline:1px solid rgba(31, 78, 121, 0.35);border-color:rgba(31, 78, 121, 0.35)}
.focused-fields .secondary-nav{display:flex;flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:1.5rem}
.focused-fields button{border:0;border-radius:0.37rem;background:#1F4E79;color:#FBF6E9;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 350ms var(--speed-panel)}
.focused-fields button:hover{background:#173C5E;color:#241C11;}
.focused-fields small{flex:1 1 16rem;font-size:calc(14.4px * .875);line-height:1.93}
@media(max-width:760px){.focused-fields .local-lead{display:block}.focused-fields form{margin-top:calc(1.2rem * 1.5)}.focused-fields .secondary-nav{display:block}.focused-fields .secondary-nav small{display:block;margin-top:1.5rem}}
.visual-figure{
  padding: calc(1.5rem * 2.4) 1.52rem;
  background: #F1E8D2;
  color: #3E3324;
}
.visual-figure .local-lead{max-width: 1080px;
  margin: 0 auto;}
.visual-figure .page-form{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.2rem;
  padding-bottom: calc(1.2rem * 1.5);
  border-bottom: 1px solid var(--line-panel);}
.visual-figure h2{flex: 1 1 18rem;
  margin: 0;
  font-size: calc(14.4px * 2);
  line-height: 1.12;}
.visual-figure .page-form p{flex: 1 1 22rem;
  margin: 0;
  line-height: 1.93;}
.visual-figure .service-nav{margin: 0;
  padding: 0;
  list-style: none;}
.visual-figure .secondary-shell{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line-panel);}
.visual-figure .secondary-shell span{flex: 0 0 auto;color:inherit;
  font-size: calc(14.4px * .875);
  letter-spacing: .02em;}
.visual-figure .secondary-shell p{flex: 1 1 20rem;
  margin: 0;
  font-size: calc(14.4px * 1.125);
  line-height: 1.93;}
.visual-figure .entries{justify-content: flex-start;
  gap: calc(1.5rem * .75);}
.visual-figure .entries a{flex: 1 1 14rem;
  color: #1F4E79;
  font-size: calc(14.4px * 1.35);
  overflow-wrap: anywhere;
  text-underline-offset: .22em;}
.visual-figure .entries a:hover{color:inherit;}
.visual-figure .strong-intro{display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  padding-top: 1.5rem;}
.visual-figure .strong-intro a{
  flex: 1 1 15rem;
  padding: calc(1.5rem * .75);
  background: #FFFDF6;
  color: #241C11;
  border: 1px solid var(--line-panel);
  border-radius: 0.68rem;
  text-decoration: none;
  line-height: 1.93;
  transition: border-color 350ms var(--speed-panel);
}
.visual-figure .strong-intro a span{display: block;
  margin-bottom: .35rem;color:inherit;
  font-size: calc(14.4px * .875);}
.visual-figure .strong-intro a:hover{border-color: #1F4E79;}
@media (max-width: 660px) {.visual-figure .page-form,
  .visual-figure .secondary-shell{
    display: block;
  }.visual-figure .page-form p,
  .visual-figure .secondary-shell span,
  .visual-figure .secondary-shell p,
  .visual-figure .entries a{
    display: block;
    margin-top: calc(1.5rem * .75);
  }.visual-figure .entries a:first-child{
    margin-top: 0;
  }
}
.simple-section{padding:calc(1.5rem * 2.4) 1.52rem;background:var(--tone-cool);color:var(--line-clear)}
.simple-section .site-rail{max-width:min(1080px,64rem);margin:0 auto}
.simple-section h2{margin:0;font-size:calc(14.4px * 2.65);line-height:1.08}
.simple-section .page-form{margin:1.5rem 0 calc(1.2rem * 1.5);font-size:calc(14.4px * 1.125);line-height:1.93}
.simple-section .top-plan{display:flex;flex-direction:column;gap:1.2rem}
.simple-section .direct-fields{background:#FFFDF6;color:#241C11;border:1px solid var(--line-panel);border-radius:1rem;padding:calc(1.5rem * .75) calc(1.2rem * 1.5);box-shadow:0 1px 4px rgba(0,0,0,0.06)}
.simple-section h3{margin:0 0 calc(1.5rem * .75);font-size:calc(14.4px * 1.35);line-height:1.25}
.simple-section .direct-fields p{margin:0;line-height:1.93}
@media (min-width:48rem){.simple-section .top-plan{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.simple-section .direct-fields:nth-child(3n+1){grid-column:1 / -1}
}
.content-flow{padding:calc(1.5rem * 2.4) 1.52rem;background:var(--tone-cool);color:var(--line-clear);}
.primary-frame{max-width:1080px;margin:0 auto;}
.content-flow h1{margin:0;font-size:calc(14.4px * 2.65);line-height:1.08;}
.narrow-list{padding:calc(1.5rem * 2.4) 1.52rem;background:#F1E8D2;color:#3E3324}
.narrow-list .secondary-area{max-width:min(1080px,68rem);margin:0 auto}
.narrow-list h2{margin:0;font-size:calc(14.4px * 2.65);line-height:1.1}
.narrow-list .site-actions{margin:1.5rem 0 calc(1.2rem * 1.5);font-size:calc(14.4px * 1.125);line-height:1.93}
.narrow-list .content-story{padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);margin:0 0 1.2rem;border-left:2px solid var(--line-panel);background:#FFFDF6;color:#241C11;border-radius:0.68rem}
.narrow-list .content-story:last-child{margin-bottom:0}
.narrow-list h3{margin:0 0 calc(1.5rem * .75);font-size:calc(14.4px * 1.35);line-height:1.25}
.narrow-list .content-story p{margin:0;line-height:1.93}
@media (max-width:640px){.narrow-list .content-story{padding:calc(1.5rem * .75);border-left-width:1px}
}
.simple-feature{
    padding:calc(calc(1.5rem * 2.4)*.68) 1.52rem;
    background:#1F4E79;
    color:#FBF6E9;
  }
.simple-feature .team-benefit{max-width:min(1080px,58rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(.9rem,2vw,calc(1.2rem * 1.5));}
.simple-feature p{margin:0;
    font-size:clamp(1rem,1.3vw,14.4px);
    line-height:1.72;
    color:color-mix(in srgb,currentColor 80%,transparent);}
.simple-feature h1{margin:0;
    font-size:clamp(2.05rem,5.4vw,calc(14.4px * 2.65));
    line-height:1.04;
    font-weight:740;
    letter-spacing:0;}
@media (max-width:620px){.simple-feature{
      padding-top:calc(calc(1.5rem * 2.4)*.54);
      padding-bottom:calc(calc(1.5rem * 2.4)*.54);
    }.simple-feature h1{
      font-size:clamp(2rem,9.5vw,3.2rem);
    }
  }
.steady-body{--axis-base:calc(1.5rem * 0.92);--state-control:calc(1080px / 2.05);padding:calc(1.5rem * 2.4) 1.52rem;background:#1F4E79;color:#FBF6E9;}
.steady-body .local-lead{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;row-gap:calc(var(--axis-base) * 1.05);}
.steady-body h2,.steady-body p{margin:0;}
.steady-body h2{font-size:calc(14.4px * 2);line-height:1.14;}
.steady-body p{font-size:14.4px;line-height:1.93;color:color-mix(in srgb, currentColor 82%, transparent);}
.steady-body a{color:inherit;text-decoration:none;}
.steady-body .direct-fields{margin:0;font-size:calc(14.4px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.steady-body .compact-proof{max-width:var(--state-control);}
.steady-body .bottom-links{display:flex;flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:calc(var(--axis-base) / 2);}
.steady-body .visual-feature{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.37rem;background:#FBF6E9;color:#1F4E79;font-size:14.4px;transition:background 350ms var(--speed-panel),color 350ms var(--speed-panel);}
.steady-body .visual-feature:hover{background:#C0392B;color:#FBF6E9;}
.steady-body .public-plan{font-size:calc(14.4px * .875);text-decoration:underline;text-underline-offset:3px;color:color-mix(in srgb, currentColor 88%, transparent);}
.steady-body .public-plan:hover{}
@media (max-width:640px){.steady-body .bottom-links{flex-direction:column;align-items:flex-start;}.steady-body .visual-feature{width:100%;}
}
.local-entries{background:var(--tone-cool);color:var(--line-clear);padding:calc(1.5rem * 2.4) 1.52rem}
.local-entries .local-lead{max-width:1080px;margin:0 auto}
.local-entries .contact-items{display:flex;flex-direction:column;gap:calc(1.2rem * 1.5)}
.local-entries .compact-team{min-width:0}
.local-entries h2{margin:0;font-size:clamp(calc(14.4px * 2),4.5vw,calc(14.4px * 2.65));line-height:1.15;letter-spacing:0}
.local-entries p{margin:1.5rem 0 0;font-size:calc(14.4px * 1.125);line-height:1.7}
.local-entries .direct-fields{margin-top:calc(1.2rem * 1.5);padding:calc(1.5rem * .75) 1.2rem;background:#F1E8D2;color:#3E3324;border-radius:0.68rem;font-size:14.4px}
.local-entries .bottom-links{list-style:none;margin:calc(1.2rem * 1.5) 0 0;padding:0;display:flex;flex-wrap:wrap;gap:1.2rem}
.local-entries .bottom-links li{margin:0}
.local-entries .bottom-links a{display:inline-block;padding:0.55rem 0.95rem;border-radius:0.37rem;background:#FFFDF6;color:#1F4E79;border:1px solid var(--line-panel);text-decoration:none;font-size:calc(14.4px * .875)}
.local-entries .bottom-links a:hover{color:#C0392B;border-color:#C0392B}
.local-entries .site-surface{margin-top:calc(1.2rem * 1.5);display:flex;flex-wrap:wrap;align-items:baseline;gap:0.6rem;font-size:14.4px}
.local-entries .site-surface .featured-stack{font-size:calc(14.4px * .875);text-transform:uppercase;letter-spacing:0.06em;color:#3E3324;background:#F1E8D2;padding:0.15rem 0.5rem;border-radius:0.37rem}
.local-entries .site-surface a{color:#1F4E79;text-decoration:none}
.local-entries .site-surface a:hover{color:#C0392B;text-decoration:underline}
@media(max-width:680px){.local-entries .bottom-links{flex-direction:column;align-items:flex-start}.local-entries .site-surface{flex-direction:column;gap:0.25rem}
}
.site-copy{
  background: var(--tone-cool);
  color: var(--line-clear);
  padding: calc(1.5rem * 2.4) 1.52rem;
}
.site-copy .local-lead{width: min(100%, 1080px);
  margin: 0 auto;}
.site-copy .visual-header{display: flex;
  flex-direction: column;
  gap: calc(1.2rem * 1.5);}
.site-copy .primary-proof{display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: calc(1.2rem * 1.5);}
.site-copy h1{flex: 0 1 420px;
  margin: 0;
  font-size: clamp(calc(14.4px * 2), 6vw, calc(14.4px * 2.65));
  line-height: 1.05;
  letter-spacing: 0;}
.site-copy p{flex: 1 1 320px;
  margin: 0;
  min-width: 0;
  font-size: calc(14.4px * 1.125);
  line-height: 1.93;}
.site-copy .focused-header{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #F1E8D2;
  color: #3E3324;
  border: 1px solid var(--line-panel);
}
.site-copy a{color: inherit;
  text-decoration: none;}
.site-copy .visual-feature{
  padding: 12px 18px;
  border-radius: 0.68rem;
  background: #1F4E79;
  color: #FBF6E9;
  font-weight: 700;
}
.site-copy .visual-feature:hover{
  background: #173C5E;color:#241C11;}
.site-copy .fresh-note{display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  min-width: 0;}
.site-copy .fresh-note a{color: #1F4E79;
  border-bottom: 1px solid transparent;}
.site-copy .fresh-note a:hover{color: #C0392B;
  border-bottom-color: #C0392B;}
.site-copy .direct-fields{margin: 0;
  font-size: calc(14.4px * .875);
  color: #3E3324;
  padding-top: calc(1.2rem * 1.5);
  border-top: 1px dashed var(--line-panel);}
@media (max-width: 720px) {.site-copy{ padding: calc(1.5rem * 2.4) 1.52rem; }.site-copy .primary-proof{ align-items: flex-start; flex-direction: column; }.site-copy .focused-header{ align-items: flex-start; flex-direction: column; }
}
