html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:"Source Serif 4", sans-serif;}
.clear-brand {
    width: 100%;
    background: #141414;
    color: #F4F4F2;
    border-bottom: 1px solid #3A3A36;
  }
:root {
  --speed-panel: cubic-bezier(0.22,1,0.36,1);
  --tone-main: #F4F4F2;
  --ink-primary: #141414;
}
.team {
    max-width: 1260px;
    margin: 0 auto;
    padding: calc(1.88rem * 1.5) 2.34rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.88rem;
  }
.contact-stack {
    display: flex;
    justify-content: center;
    width: 100%;
  }
.service-links {
    font-size: calc(19.1px * 1.35);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #F4F4F2;
    text-decoration: none;
    line-height: 1.2;
    text-align: center;
  }
.service-links:hover,
  .service-links:focus-visible {
    color: #FFC81F;
  }
.visual-links {
    width: 100%;
    border-top: 1px solid #3A3A36;
    padding-top: calc(1.88rem * 1.5);
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(1.88rem * 1.5) 1.88rem;
  }
.nav-list a {
    display: inline-block;
    font-size: calc(19.1px * .875);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #F4F4F2;
    text-decoration: none;
    padding: 0.25rem 0;
    border-bottom: 1px solid transparent;
    transition: color 450ms var(--speed-panel),
                border-color 450ms var(--speed-panel);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #FFC81F;
    border-bottom-color: #FFC81F;
  }
.nav-toggle {
    display: none;
    background: #1E1E1C;
    color: #F4F4F2;
    border: 1px solid #3A3A36;
    border-radius: 0.29rem;
    padding: 0.5rem 0.65rem;
    cursor: pointer;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
  }
.nav-toggle-bar{
    display: block;
    width: 20px;
    height: 2px;
    background: #F4F4F2;
    border-radius: 1px;color:#F4F4F2;}
@media (max-width: 767px) {
    .team {
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: calc(1.88rem * 1.5);
    }

    .contact-stack {
      width: auto;
      justify-content: flex-start;
      flex: 1 1 auto;
    }

    .service-links {
      font-size: 19.1px;
      text-align: left;
    }

    .nav-toggle {
      display: inline-flex;
    }

    .visual-links {
      display: none;
      width: 100%;
      border-top: 1px solid #3A3A36;
      padding-top: calc(1.88rem * 1.5);
      flex-basis: 100%;
    }

    .visual-links.is-open {
      display: block;
    }

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

    .nav-list li {
      border-bottom: 1px solid #3A3A36;
    }

    .nav-list li:last-child {
      border-bottom: none;
    }

    .nav-list a {
      display: block;
      padding: 0.75rem 0;
      border-bottom: none;
    }
  }
.main-view{font-family:"Source Serif 4", sans-serif;font-size:19.1px;line-height:1.76;width:100%;padding:0;background:var(--tone-main);color:var(--ink-primary);}
.soft-method{max-width:1260px;margin:0 auto;padding:calc(1.5rem * 2.4) 2.34rem 1.5rem;display:flex;flex-direction:column;gap:calc(1.88rem * 1.5)}
.wide-shell{display:grid;grid-template-columns:minmax(220px, 1fr) 2.4fr;gap:1.88rem;align-items:start}
.service-callout{display:flex;flex-direction:column;gap:1.5rem;max-width:32ch}
.narrow-summary{font-size:calc(19.1px * 1.35);font-weight:700;letter-spacing:0.01em;margin:0}
.quiet-media{font-size:calc(19.1px * .875);margin:0;opacity:0.82}
.narrow-service{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:1.88rem}
.secondary-tile{display:flex;flex-direction:column;gap:1.5rem;min-width:0}
.primary-visual{font-size:calc(19.1px * .875);font-weight:700;text-transform:uppercase;letter-spacing:0.08em;margin:0;opacity:0.72}
.secondary-contact{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.4rem}
.secondary-contact a{color:inherit;text-decoration:none;font-size:calc(19.1px * .875);border-bottom:1px solid transparent;transition:border-color 450ms var(--speed-panel)}
.secondary-contact a:hover,
  .secondary-contact a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.featured-headline{display:grid;grid-template-columns:1fr 1.4fr;gap:1.88rem;padding-top:calc(1.88rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.16)}
.quiet-method,
  .content-list{display:flex;flex-direction:column;gap:1.5rem}
.page-headline{margin:0;font-size:calc(19.1px * .875)}
.page-area{font-weight:700;margin-right:0.35rem}
.page-headline a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.page-headline a:hover,
  .page-headline a:focus-visible{text-decoration-thickness:2px;outline:none;color:inherit}
.focused-block{margin:0;font-size:calc(19.1px * .875);opacity:0.85;max-width:70ch}
.site-wrap{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:2.34rem}
.site-wrap a{color:inherit;text-decoration:underline;text-underline-offset:2px;font-size:calc(19.1px * .875)}
.site-wrap a:hover,
  .site-wrap a:focus-visible{text-decoration-thickness:2px;outline:none;color:inherit}
.open-benefit{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.5rem;padding-top:calc(1.88rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.16);font-size:calc(19.1px * .875)}
.focused-feature,
  .secondary-team{margin:0;opacity:0.78}
@media (max-width: 960px) {.wide-shell{grid-template-columns:1fr}.narrow-service{grid-template-columns:repeat(2, minmax(0, 1fr))}.featured-headline{grid-template-columns:1fr}
  }
@media (max-width: 560px) {.narrow-service{grid-template-columns:1fr}.soft-method{padding:calc(1.5rem * 2.4) 2.34rem 1.5rem}.open-benefit{flex-direction:column}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:0;right:0;bottom:0;z-index:1200}
.cookies .direct-frame{display:flex;flex-wrap:wrap;gap:1.88rem;align-items:center;max-width:1260px;margin:0 auto;padding:1.5rem 2.34rem;background:linear-gradient(135deg, #F2B705 0%, #FFC81F 100%);color:#141414;box-shadow:0 24px 38px rgba(0,0,0,0.22)}
.cookies .direct-frame>*{min-width:0;flex:1 1 12rem}
.cookies strong{font-size:calc(19.1px * 1.35);line-height:1.12}
.cookies p{margin:0;line-height:1.76}
.cookies .direct-quote{display:flex;gap:calc(1.5rem * .75);flex-wrap:wrap;justify-content:flex-end}
.cookies .direct-quote>*{min-width:0;flex:1 1 10rem}
.cookies button{border:1px solid color-mix(in srgb,currentColor 28%,transparent);border-radius:0.29rem;background:transparent;color:inherit;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.cookies button.cookie-accept{background:#FFC81F;color:#141414;border-color:#FFC81F}
@media(max-width:820px){.cookies .direct-frame{display:block}.cookies p,.cookies .direct-quote{margin-top:1.5rem;justify-content:flex-start}}
.service-details{
        position:relative;
        display:flex;
        align-items:center;
        justify-content:center;
        text-align:center;
        color:#F4F4F2;
        overflow:hidden;
        min-height:520px;
        padding:calc(1.5rem * 2.4) 2.34rem;
        background:linear-gradient(135deg, #141414 0%, #1E1E1C 55%, #2A2A28 100%);
    }
.service-details .bg{position:absolute;
        inset:0;
        width:100%;
        height:100%;
        object-fit:cover;
        z-index:0;}
.service-details .soft-menu{
        position:absolute;
        inset:0;
        background:linear-gradient(135deg, #141414 0%, #1E1E1C 55%, #2A2A28 100%);
        opacity:.78;
        z-index:1;color:#F4F4F2;}
.service-details .simple-body{position:relative;
        z-index:2;
        max-width:1260px;
        width:100%;
        display:flex;
        flex-direction:column;
        align-items:center;
        gap:calc(1.88rem * 1.5);
        padding:0 2.34rem;}
.service-details .strong-wrap{display:flex;
        flex-direction:column;
        gap:1.5rem;
        align-items:center;}
.service-details h1{font-size:calc(19.1px * 2.65);
        font-weight:700;
        line-height:1.15;
        margin:0;
        letter-spacing:-0.01em;}
.service-details p{font-size:calc(19.1px * 1.125);
        line-height:1.76;
        margin:0;
        color:#F4F4F2;}
.service-details .direct-quote{display:flex;
        gap:1.88rem;
        justify-content:center;
        flex-wrap:wrap;}
.service-details .strong-benefit{display:inline-block;
        padding:14px 28px;
        border-radius:0.43rem;
        text-align:center;
        text-decoration:none;
        border:1px solid transparent;
        font-size:19.1px;
        font-weight:600;
        transition:background-color 450ms var(--speed-panel), color 450ms var(--speed-panel), border-color 450ms var(--speed-panel);}
.service-details .clear-nav{
        background-color:#F2B705;
        color:#141414;
        border-color:#F2B705;
    }
.service-details .clear-nav:hover{
        background-color:#FFC81F;
        border-color:#FFC81F;color:#F4F4F2;}
.service-details .text-service{
        background-color:transparent;
        color:#F4F4F2;
        border-color:#F4F4F2;
    }
.service-details .text-service:hover{
        background-color:#F4F4F2;
        color:linear-gradient(135deg, #141414 0%, #1E1E1C 55%, #2A2A28 100%);
    }
.service-details .fresh-story{font-size:calc(19.1px * .875);
        color:#F4F4F2;
        opacity:.85;
        margin:0;}
.service-details .fresh-story a{text-decoration:underline;
        text-underline-offset:3px;}
.service-details .fresh-story a:hover{}
@media (max-width:640px){.service-details{
            min-height:440px;
        }.service-details .direct-quote{
            flex-direction:column;
            width:100%;
        }.service-details .strong-benefit{
            width:100%;
        }
    }
.wide-intro{padding:calc(1.5rem * 2.4) 2.34rem;background:#141414;color:#F4F4F2;}
.wide-intro .service-copy{max-width:1260px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.88rem * 1.5);}
.wide-intro h2,.wide-intro h3,.wide-intro p{margin:0;}
.wide-intro h2{font-size:calc(19.1px * 2);line-height:1.14;}
.wide-intro h3{font-size:calc(19.1px * 1.35);line-height:1.24;}
.wide-intro p{font-size:19.1px;line-height:1.76;}
.wide-intro .clear-headline{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.wide-intro .strong-wrap{color:#C9C9C4;}
.wide-intro .quiet-list{display:flex;flex-direction:column;gap:1.88rem;}
.wide-intro .team-quote{padding:calc(1.5rem * .75) 1.5rem;background:#1E1E1C;color:#F4F4F2;border:1px solid #3A3A36;border-radius:0.43rem;display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .6);}
.wide-intro .team-quote p{color:#C9C9C4;}
.wide-intro .fresh-story{font-size:calc(19.1px * .875);color:#C9C9C4;padding-top:calc(1.5rem * .75);border-top:1px solid #3A3A36;}
.wide-intro .fresh-story a{color:#F2B705;text-decoration:underline;text-underline-offset:3px;}
.wide-intro .fresh-story a:hover{color:#FFC81F;}
@media (min-width:900px){.wide-intro .service-copy{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:2.34rem;align-items:start;}.wide-intro .clear-headline{position:sticky;top:1.5rem;}.wide-intro .quiet-list,.wide-intro .fresh-story{grid-column:2;}
}
.contact-feature{padding:calc(calc(1.5rem * 2.4) * 1.4) 2.34rem;background:linear-gradient(135deg, #141414 0%, #1E1E1C 55%, #2A2A28 100%);color:#F4F4F2;}
.contact-feature .site-tile{max-width:1260px;margin:0 auto;display:grid;gap:calc(1.88rem * 1.5);}
.contact-feature h2,.contact-feature h3,.contact-feature p{margin:0;}
.contact-feature .strong-wrap{display:grid;gap:.6rem;}
.contact-feature .strong-wrap h2{font-size:calc(19.1px * 2);line-height:1.2;}
.contact-feature .strong-wrap .public-section{font-size:19.1px;max-width:100%;}
.contact-feature .secondary-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:1.88rem;align-items:start;}
.contact-feature .main-form{display:grid;gap:calc(1.5rem * .75);}
.contact-feature .team-quote{display:grid;gap:.4rem;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid #3A3A36;}
.contact-feature .team-quote:last-child{border-bottom:none;padding-bottom:0;}
.contact-feature .team-quote h3{font-size:calc(19.1px * 1.35);line-height:1.25;}
.contact-feature .team-quote p{font-size:19.1px;}
.contact-feature .focused-figure{display:grid;gap:calc(1.5rem * .75);}
.contact-feature .bottom-figure{background:#1E1E1C;color:#F4F4F2;border:1px solid #3A3A36;border-radius:0.95rem;padding:calc(1.5rem * .75);display:grid;gap:.45rem;}
.contact-feature .bottom-figure h3{font-size:calc(19.1px * 1.125);}
.contact-feature .bottom-figure p{font-size:calc(19.1px * .875);}
.contact-feature .compact-story{background:#FFC81F;color:#141414;border-radius:0.95rem;padding:calc(1.5rem * .75);display:grid;gap:.7rem;}
.contact-feature .compact-story p{font-size:calc(19.1px * .875);}
.contact-feature .fresh-story{display:flex;flex-direction:column;gap:.4rem;}
.contact-feature .fresh-story a{display:inline-flex;align-items:center;min-height:2.4rem;padding:0 .85rem;border-radius:0.29rem;text-decoration:none;background:#F2B705;color:#141414;border:1px solid #F2B705;font-size:calc(19.1px * .875);transition:background 450ms var(--speed-panel);}
.contact-feature .fresh-story a:hover{background:#FFC81F;color:#F4F4F2;}
@media (max-width:900px){.contact-feature .secondary-grid{grid-template-columns:1fr;}
    }
.contact-group{
  padding: calc(1.5rem * 2.4) 2.34rem;
  background: var(--tone-main);
  color: var(--ink-primary);
}
.contact-group .service-copy{max-width: 1260px;
  margin: 0 auto;}
.contact-group .fresh-quote{margin-bottom: calc(1.88rem * 1.5);}
.contact-group h2{margin: 0;
  font-size: calc(19.1px * 2);
  line-height: 1.1;}
.contact-group .fresh-quote p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.1px * 1.125);
  line-height: 1.6;}
.contact-group .public-content{display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(1.5rem * .75);}
.contact-group .media-fields{
  display: block;
  padding: calc(1.5rem * .75);
  border-radius: 0.95rem;
  border: 1px solid #2A2A28;
  background: var(--tone-main);
  color: var(--ink-primary);
  text-decoration: none;
  transition: transform 450ms var(--speed-panel), border-color 450ms var(--speed-panel);
}
.contact-group .media-fields.is-quiet{
  background: #141414;
  color: #F4F4F2;
  border-color: #3A3A36;
}
.contact-group .media-fields:hover{transform: translateY(-3px);
  border-color: #FFC81F;}
.contact-group .media-fields span,
.contact-group .media-fields small{display: block;
  font-size: calc(19.1px * .875);
  line-height: 1.55;}
.contact-group .media-fields span{text-transform: uppercase;
  letter-spacing: 0.06em;}
.contact-group .media-fields.is-quiet span,
.contact-group .media-fields.is-quiet small{color:inherit;}
.contact-group .media-fields strong{display: block;
  margin: calc(1.5rem * .75) 0;
  font-size: calc(19.1px * 1.35);
  line-height: 1.25;}
.contact-group .box{margin-top: calc(1.88rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2A2A28;}
.contact-group .box p{margin: 0;
  font-size: 19.1px;
  line-height: 1.6;}
.contact-group .box a{color:inherit;
  text-decoration: underline;
  text-underline-offset: 3px;}
.contact-group .box a:hover{color:inherit;}
@media (max-width: 900px) {.contact-group .public-content{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {.contact-group .public-content{
    grid-template-columns: 1fr;
  }
}
.direct-contact{padding:calc(1.5rem * 2.4) 2.34rem;background:#FFC81F;color:#141414}
.direct-contact .service-copy{max-width:1260px;margin:0 auto}
.direct-contact .visual-view{display:flex;flex-direction:column;gap:calc(1.88rem * 1.5)}
.direct-contact .strong-wrap{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.direct-contact h2{margin:0;font-size:calc(19.1px * 2);line-height:1.08}
.direct-contact .public-section{margin:0;font-size:19.1px;line-height:1.76}
.direct-contact .quiet-entries{display:flex;flex-direction:column;gap:0;border-top:1px solid color-mix(in srgb,#141414 22%,transparent)}
.direct-contact .team-quote{display:flex;flex-direction:column;gap:0.35rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid color-mix(in srgb,#141414 22%,transparent)}
.direct-contact .featured-form{margin:0;font-size:calc(19.1px * .875);letter-spacing:0.02em;text-transform:uppercase;opacity:0.78}
.direct-contact .clear-surface{display:block;font-size:19.1px;line-height:1.5;font-weight:400}
.direct-contact .steady-block{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);align-items:center}
.direct-contact .steady-block a{border-radius:0.29rem;background:#F2B705;color:#141414;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-size:calc(19.1px * .875)}
.direct-contact .steady-block a.route{background:transparent;color:#141414;border:1px solid color-mix(in srgb,#141414 40%,transparent)}
@media(min-width:760px){.direct-contact .strong-wrap{flex-direction:row;gap:1.5rem;align-items:flex-start}.direct-contact .strong-wrap h2{flex:0 0 34%}.direct-contact .strong-wrap .public-section{flex:1 1 auto}.direct-contact .team-quote{flex-direction:row;gap:1.5rem;align-items:baseline}.direct-contact .featured-form{flex:0 0 30%}.direct-contact .clear-surface{flex:1 1 auto}
}
@media(max-width:680px){.direct-contact h2{font-size:calc(19.1px * 1.35)}
}
.offer{
    padding:calc(calc(1.5rem * 2.4)*.78) 2.34rem;
    background:#141414;
    color:#F4F4F2;
  }
.offer .simple-proof{max-width:min(1260px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(1.88rem * 1.5));}
.offer h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.9rem,4.6vw,calc(19.1px * 2.65));
    line-height:1.06;
    font-weight:660;
    letter-spacing:-0.005em;}
.offer .main-steps{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.43rem;
    border:1px solid #3A3A36;}
.offer .strong-wrap{max-width:44rem;
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #3A3A36;}
.offer p{margin:0;
    font-size:clamp(1rem,1.25vw,19.1px);
    line-height:1.78;}
@media (max-width:640px){.offer h1{max-width:100%;}.offer .main-steps{aspect-ratio:4/3;}.offer{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}
  }
.offer-flow{
    padding:calc(1.5rem * 2.4) 2.34rem;
    background:#141414;
    color:#F4F4F2;
}
.offer-flow .service-copy{max-width:1260px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.88rem * 1.5);}
.offer-flow .clear-headline h2{margin:0 0 calc(1.88rem * 1.5);
    font-size:calc(19.1px * 2);
    line-height:1.2;}
.offer-flow .clear-headline p{margin:0;
    font-size:19.1px;
    line-height:1.76;}
.offer-flow .fresh-tile{display:flex;
    flex-wrap:wrap;
    gap:1.88rem;}
.offer-flow .fresh-story{
    flex:1 1 260px;
    display:flex;
    flex-direction:column;
    gap:0.5rem;
    padding:calc(1.5rem * .75);
    border:1px solid #3A3A36;
    border-radius:0.43rem;
    background:#1E1E1C;
    color:#F4F4F2;
}
.offer-flow .plain-form{
    align-self:flex-start;
    padding:0.15rem 0.6rem;
    border-radius:0.29rem;
    background:#FFC81F;
    color:#141414;
    font-size:calc(19.1px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;
}
.offer-flow .narrow-group{margin:0;
    font-size:calc(19.1px * 1.125);
    font-weight:600;
    word-break:break-word;}
.offer-flow .narrow-group a{text-decoration:none;}
.offer-flow .narrow-group a:hover{text-decoration:underline;}
.offer-flow .bottom-figure{margin:0;
    font-size:calc(19.1px * .875);
    line-height:1.76;}
.offer-flow .focused-figure{border-top:1px solid #3A3A36;
    padding-top:calc(1.88rem * 1.5);
    display:flex;
    flex-direction:column;
    gap:calc(1.88rem * 1.5);}
.offer-flow .focused-figure p{margin:0;
    font-size:19.1px;
    line-height:1.76;}
.offer-flow .content-header{display:flex;
    flex-wrap:wrap;
    gap:1.88rem;}
.offer-flow .content-header a{text-decoration:none;
    font-weight:600;
    border-bottom:1px solid #F2B705;
    padding-bottom:2px;}
.offer-flow .content-header a:hover{border-bottom-color:#FFC81F;}
@media (max-width:760px){.offer-flow .fresh-tile{
        flex-direction:column;
    }
}
.columns{
  --layer-public:calc(1.5rem * 1.2);
  --layer-static:calc(1260px / 3.35);
  padding:calc(1.5rem * 2.4) 2.34rem;
  background:#141414;
  color:#F4F4F2;
}
.columns .service-copy{max-width:1260px;
  margin:0 auto;}
.columns h2,
.columns h3,
.columns p{margin:0;}
.columns h2{font-size:calc(19.1px * 2);
  line-height:1.14;}
.columns h3{font-size:calc(19.1px * 1.35);
  line-height:1.22;}
.columns p{font-size:19.1px;
  line-height:1.76;
  color:#C9C9C4;}
.columns .clear-headline{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:1.88rem;
  padding-bottom:calc(1.88rem * 1.5);
  border-bottom:1px solid #3A3A36;}
.columns .clear-headline>h2{flex:1 1 var(--layer-static);
  min-width:0;}
.columns .clear-headline>.strong-wrap{flex:1 1 var(--layer-static);
  min-width:0;}
.columns .quiet-entries{display:flex;
  flex-wrap:wrap;
  gap:var(--layer-public);
  margin-top:var(--layer-public);}
.columns .team-quote{
  flex:1 1 var(--layer-static);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(calc(1.88rem * 1.5) * .6);
  padding:calc(calc(1.5rem * .75) * .9);
  background:#1E1E1C;
  color:#F4F4F2;
  border:1px solid #3A3A36;
  border-radius:0.43rem;
}
.columns .team-quote img{display:block;
  width:100%;
  height:auto;
  border-radius:0.29rem;
  aspect-ratio:16 / 10;
  object-fit:cover;}
.columns .team-quote h3{color:#F4F4F2;}
.columns .team-quote p{color:#C9C9C4;}
.columns .team-quote .content-header{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  padding:calc(calc(1.5rem * .75) * .55) 1.5rem;
  border-radius:0.29rem;
  background:#F2B705;
  color:#141414;
  font-size:calc(19.1px * .875);
  text-decoration:none;
  transition:background 450ms var(--speed-panel);
}
.columns .team-quote .content-header:hover{
  background:#FFC81F;color:#F4F4F2;}
.columns .bottom-figure{margin-top:var(--layer-public);
  padding-top:calc(1.88rem * 1.5);
  border-top:1px solid #3A3A36;
  font-size:calc(19.1px * .875);
  color:#C9C9C4;}
.columns .bottom-figure a{color:#F2B705;
  text-decoration:none;
  border-bottom:1px solid #F2B705;}
.columns .bottom-figure a:hover{color:#FFC81F;
  border-bottom-color:#FFC81F;}
@media (max-width:760px){.columns .clear-headline>h2,
  .columns .clear-headline>.strong-wrap,
  .columns .team-quote{
    flex:1 1 100%;
  }
}
.open-feature{padding:calc(1.5rem * 2.4) 2.34rem;background:linear-gradient(135deg, #141414 0%, #1E1E1C 55%, #2A2A28 100%);color:#F4F4F2;}
.open-feature .service-copy{max-width:1260px;margin:0 auto;display:grid;grid-template-columns:minmax(17rem,.4fr) minmax(0,1fr);gap:1.88rem;align-items:start;}
.open-feature .compact-story,.open-feature .direct-method{border:1px solid #3A3A36;background:#1E1E1C;color:#F4F4F2;border-radius:0.95rem;box-shadow:0 10px 24px rgba(0,0,0,0.18);}
.open-feature .compact-story{padding:calc(1.5rem * .75);display:grid;gap:calc(1.88rem * 1.5);}
.open-feature .local-note{display:grid;gap:.5rem;}
.open-feature h2,.open-feature h3,.open-feature h4,.open-feature p{margin:0;}
.open-feature h2{font-size:calc(19.1px * 1.35);line-height:1.2;}
.open-feature .bottom-figure{font-size:calc(19.1px * .875);opacity:.72;line-height:1.76;}
.open-feature .public-plan{display:grid;gap:.5rem;}
.open-feature .main-callout{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.75rem;align-items:center;padding:.7rem .75rem;border-radius:0.43rem;background:#1E1E1C;color:#C9C9C4;transition:background 450ms var(--speed-panel);}
.open-feature .main-callout:hover{background:color-mix(in srgb,#FFC81F 22%,#1E1E1C);color:#C9C9C4;}
.open-feature .local-feature{width:2.6rem;height:2.6rem;border-radius:0.43rem;display:grid;place-items:center;background:#FFC81F;color:#141414;font-weight:700;font-size:calc(19.1px * .875);letter-spacing:.02em;}
.open-feature .strong-footer{min-width:0;display:grid;gap:.15rem;}
.open-feature .main-callout h4{font-size:19.1px;}
.open-feature .main-callout p{font-size:calc(19.1px * .875);opacity:.78;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.open-feature time{font-size:calc(19.1px * .875);opacity:.65;white-space:nowrap;}
.open-feature .direct-method{display:grid;grid-template-rows:auto minmax(16rem,1fr) auto;overflow:hidden;}
.open-feature .page-nav{padding:calc(1.5rem * .75);border-bottom:1px solid #3A3A36;display:grid;gap:.4rem;}
.open-feature .page-nav h3{font-size:calc(19.1px * 1.35);line-height:1.25;}
.open-feature .page-nav .plain-feature{font-size:calc(19.1px * .875);opacity:.72;line-height:1.76;}
.open-feature .plain-media{padding:calc(1.5rem * .75);display:grid;align-content:start;gap:.7rem;}
.open-feature .secondary-benefit{width:min(36rem,86%);padding:.85rem 1rem;border-radius:0.95rem 0.95rem 0.95rem 0.29rem;background:#1E1E1C;color:#C9C9C4;}
.open-feature .secondary-benefit:nth-child(even){justify-self:end;border-radius:0.95rem 0.95rem 0.29rem 0.95rem;background:#F2B705;color:#141414;}
.open-feature .secondary-benefit p{font-size:19.1px;line-height:1.76;}
.open-feature .secondary-benefit time{display:block;margin-top:.4rem;font-size:calc(19.1px * .875);opacity:.72;}
.open-feature .public-rail{display:flex;gap:.55rem;padding:calc(1.5rem * .75);border-top:1px solid #3A3A36;}
.open-feature .visual-inner{flex:1;min-width:0;display:block;}
.open-feature .public-rail input{width:100%;border:1px solid #3A3A36;border-radius:0.43rem;padding:.85rem 1rem;background:#1E1E1C;color:#C9C9C4;font:inherit;outline:none;}
.open-feature .public-rail input::placeholder{}
.open-feature .public-rail input:focus{border-color:#F2B705;}
.open-feature .public-rail button{border:0;border-radius:0.43rem;padding:.85rem 1.15rem;background:#FFC81F;color:#141414;font:inherit;font-weight:700;cursor:pointer;transition:background 450ms var(--speed-panel);}
.open-feature .public-rail button:hover{background:#F2B705;color:#F4F4F2;}
.open-feature .wide-section{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
@media (max-width:860px){.open-feature .service-copy{grid-template-columns:1fr;}.open-feature .direct-method{grid-template-rows:auto auto auto;}.open-feature .public-rail{flex-direction:column;}.open-feature .secondary-benefit{width:100%;}
}
.featured-rail{
    padding:calc(calc(1.5rem * 2.4)*.82) 2.34rem;
    background:#141414;
    color:#F4F4F2;
  }
.featured-rail .simple-proof{max-width:min(1260px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.88rem * 1.5);}
.featured-rail h1{margin:0;
    max-width:22ch;
    font-size:clamp(2rem,4.6vw,calc(19.1px * 2.65));
    line-height:1.06;
    font-weight:680;
    letter-spacing:-0.01em;}
.featured-rail .main-steps{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.43rem;
    border:1px solid #3A3A36;}
.featured-rail .strong-wrap{padding-top:1.5rem;
    border-top:1px solid #3A3A36;}
.featured-rail p{margin:0;
    font-size:clamp(1rem,1.2vw,19.1px);
    line-height:1.76;}
@media (max-width:640px){.featured-rail{padding-top:calc(calc(1.5rem * 2.4)*.6);padding-bottom:calc(calc(1.5rem * 2.4)*.6);}.featured-rail h1{max-width:100%;}.featured-rail .main-steps{aspect-ratio:4/3;}
  }
.soft-footer{
  background: linear-gradient(135deg, #141414 0%, #1E1E1C 55%, #2A2A28 100%);
  color: #F4F4F2;
  padding: calc(1.5rem * 2.4) 2.34rem;
}
.soft-footer .service-copy{width: min(100%, 1260px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 1.88rem;
  align-items: start;}
.soft-footer h2,
.soft-footer h3,
.soft-footer p{margin: 0;}
.soft-footer h2{font-size: calc(19.1px * 2); line-height: 1.1;}
.soft-footer h3{font-size: calc(19.1px * 1.35); line-height: 1.18;}
.soft-footer p{font-size: 19.1px; line-height: 1.76;}
.soft-footer .media-panel{
  display: grid;
  gap: calc(1.88rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.95rem;
  background: linear-gradient(135deg, #F2B705 0%, #FFC81F 100%);
  color: #141414;
}
.soft-footer .media-panel .bottom-figure{font-size: calc(19.1px * .875);
  line-height: 1.5;
  padding-top: calc(1.88rem * 1.5);
  border-top: 1px solid rgba(20, 20, 20, 0.28);}
.soft-footer .narrow-tile{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.soft-footer .fields{
  display: grid;
  grid-template-columns: 0.75rem minmax(8rem, .22fr) minmax(0, 1fr);
  grid-template-areas:
    "dot role role"
    "dot name name"
    "dot text text";
  column-gap: 1.5rem;
  row-gap: 0.35rem;
  align-items: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.43rem;
  background: #1E1E1C;
  color: #F4F4F2;
  border: 1px solid #3A3A36;
  animation: peopleTimelineIn calc(450ms * 2.2) var(--speed-panel) both;
  animation-delay: var(--delay-entry, 0ms);
}
.soft-footer .fields i{
  grid-area: dot;
  width: .6rem;
  height: .6rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: #F2B705;color:#141414;}
.soft-footer .fields .main-panel{grid-area: role;
  font-size: calc(19.1px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;}
.soft-footer .fields h3{grid-area: name;}
.soft-footer .fields p{grid-area: text;}
@keyframes peopleTimelineIn {from{ opacity: .2; transform: translateX(calc(calc(1.88rem * 1) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 860px) {.soft-footer .service-copy{ grid-template-columns: 1fr; }.soft-footer .fields{
    grid-template-columns: 0.75rem minmax(0, 1fr);
    grid-template-areas:
      "dot role"
      "dot name"
      "dot text";
  }
}
.legal{
  background:#141414;
  color:#F4F4F2;
  padding:calc(1.5rem * 2.4) 2.34rem;
}
.legal .service-copy{max-width:1260px;
  margin:0 auto;}
.legal .fresh-media{display:flex;
  flex-direction:column;
  gap:1.5rem;
  padding-bottom:calc(1.88rem * 1.5);
  border-bottom:1px solid #3A3A36;}
.legal .quiet-panel{margin:0;
  color:#C9C9C4;
  font-size:19.1px;
  line-height:1.76;}
.legal h2{margin:0;
  font-size:calc(19.1px * 2);
  line-height:1.1;
  letter-spacing:0;}
.legal .strong-actions{margin-top:calc(1.88rem * 1.5);
  display:flex;
  flex-direction:column;}
.legal .team-quote{display:grid;
  grid-template-columns:minmax(9rem,13rem) 1fr;
  gap:1.88rem;
  align-items:start;
  padding:1.5rem 0;}
.legal .team-quote + .team-quote{border-top:1px solid #3A3A36;}
.legal .team-quote strong{font-size:19.1px;
  line-height:1.3;
  color:#FFC81F;}
.legal .team-quote span{color:#C9C9C4;
  line-height:1.76;}
@media (max-width:720px){.legal .team-quote{
    grid-template-columns:1fr;
    gap:.5rem;
  }
}
.service-content{
  background:#1E1E1C;
  color:#C9C9C4;
  padding:calc(1.5rem * 2.4) 2.34rem;
}
.service-content .service-copy{max-width:1260px;
  margin:0 auto;
  display:flex;
  gap:calc(1.88rem * 1.5);
  align-items:flex-start;}
.service-content .simple-body{flex:1 1 34rem;
  min-width:0;}
.service-content .strong-wrap{margin:0 0 1.5rem;
  line-height:1.76;
  font-size:19.1px;}
.service-content h2{margin:0 0 calc(1.88rem * 1.5);
  font-size:calc(19.1px * 2);
  line-height:1.12;
  letter-spacing:0;}
.service-content .quiet-entries{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.service-content .team-quote{border-left:3px solid #FFC81F;
  padding:0 0 0 calc(1.5rem * .75);}
.service-content .team-quote h3{margin:0 0 .4rem;
  font-size:calc(19.1px * 1.125);
  line-height:1.25;}
.service-content .team-quote p{margin:0;
  line-height:1.76;}
.service-content .focused-figure{margin:calc(1.88rem * 1.5) 0 0;
  font-size:calc(19.1px * .875);
  line-height:1.76;}
.service-content .focused-figure a{text-decoration:underline;
  text-underline-offset:3px;}
.service-content .focused-figure a:hover{}
.service-content .section{display:block;
  flex:0 0 34%;
  width:34%;
  min-width:16rem;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:0.95rem;}
@media (max-width:820px){.service-content .service-copy{
    flex-direction:column-reverse;
  }.service-content .section{
    width:100%;
    flex:0 0 auto;
    min-width:0;
    aspect-ratio:16/10;
  }
}
.secondary-lead{
    padding:calc(calc(1.5rem * 2.4)*.78) 2.34rem;
    background:#141414;
    color:#F4F4F2;
  }
.secondary-lead .simple-proof{max-width:min(1260px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(1.88rem * 1.5));}
.secondary-lead h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,4.6vw,calc(19.1px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.secondary-lead .main-steps{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.43rem;
    border:1px solid #3A3A36;
    margin:0;}
.secondary-lead .strong-wrap{max-width:44rem;
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #3A3A36;}
.secondary-lead p{margin:0;
    font-size:clamp(1rem,1.24vw,19.1px);
    line-height:1.76;}
@media (max-width:640px){.secondary-lead h1{max-width:100%;}.secondary-lead .main-steps{aspect-ratio:4/3;}.secondary-lead{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}
  }
.offer-visual{
  padding: calc(1.5rem * 2.4) 2.34rem;
  background: #141414;
  color: #F4F4F2;
}
.offer-visual .service-copy{max-width: min(1260px, 72rem);
  margin: 0 auto;}
.offer-visual .open-figure{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-bottom: calc(1.88rem * 1.5);}
.offer-visual h2{margin: 0;
  font-size: calc(19.1px * 2);
  line-height: 1.1;}
.offer-visual .top-note{margin: 0;
  font-size: calc(19.1px * 1.125);
  line-height: 1.76;
  color: #C9C9C4;}
.offer-visual .compact-story{display: flex;
  flex-wrap: wrap;
  gap: 1.88rem;}
.offer-visual .team-quote{
  flex: 1 1 min(100%, 20rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  background: #1E1E1C;
  color: #F4F4F2;
  border: 1px solid #3A3A36;
  border-radius: 0.95rem;
}
.offer-visual .team-wrap{margin: 0;
  font-size: 19.1px;
  line-height: 1.76;}
.offer-visual .clear-region{display: flex;
  align-items: center;
  gap: calc(calc(1.5rem * .75) * .8);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #3A3A36;}
.offer-visual .clear-region img{width: 48px;
  height: 48px;
  border-radius: 0.43rem;
  object-fit: cover;
  flex-shrink: 0;}
.offer-visual .soft-inner{display: flex;
  flex-direction: column;
  gap: 0.15rem;}
.offer-visual .open-links{font-weight: 700;
  font-size: 19.1px;}
.offer-visual .soft-inner small{font-size: calc(19.1px * .875);
  color: #C9C9C4;}
.offer-visual .strong-list{margin-top: calc(1.88rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #3A3A36;}
.offer-visual .team-block{margin: 0 0 calc(1.5rem * .75);
  font-size: 19.1px;
  color: #C9C9C4;}
.offer-visual .plain-header{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.88rem * .5);}
.offer-visual .plain-header li{
  padding: 0.35rem 0.85rem;
  background: #FFC81F;
  color: #141414;
  border-radius: 0.29rem;
  font-size: calc(19.1px * .875);
  font-weight: 600;
}
@media (max-width: 700px) {.offer-visual .compact-story{
    flex-direction: column;
  }
}
.team-region{padding:calc(1.5rem * 2.4) 2.34rem;background:linear-gradient(135deg, #141414 0%, #1E1E1C 55%, #2A2A28 100%);color:#F4F4F2}
.team-region .service-copy{max-width:1260px;margin:0 auto}
.team-region .fresh-quote{margin-bottom:calc(1.88rem * 1.5)}
.team-region h2{margin:0;font-size:calc(19.1px * 2);line-height:1.06}
.team-region .fresh-quote p{margin:1.5rem 0 0;font-size:calc(19.1px * 1.125);line-height:1.76}
.team-region .open-summary{display:flex;align-items:flex-start;gap:calc(1.88rem * 1.5);border-top:1px solid #3A3A36;padding-top:calc(1.88rem * 1.5)}
.team-region .quiet-list{flex:0 1 20rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
.team-region button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 450ms var(--speed-panel),transform 450ms var(--speed-panel)}
.team-region button:hover,.team-region button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.3))}
.team-region .direct-details{flex:1 1 30rem;align-self:start}
.team-region [data-response]{display:none}
.team-region [data-response].is-active{display:block;animation:clarifyFocusIn calc(450ms*1.6) var(--speed-panel) both}
.team-region h3{margin:0;font-size:calc(19.1px * 1.35);line-height:1.15}
.team-region [data-response] p{margin:1.5rem 0 0;font-size:19.1px;line-height:1.76}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.88rem * 1)*.1))}to{opacity:1;transform:translateY(0)}}
@media(max-width:760px){.team-region .open-summary{display:block}.team-region .quiet-list{margin-bottom:calc(1.88rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.team-region [data-response].is-active{animation:none}}
.local-links{--layer-public:calc(1.5rem * 1.09);--state-public:calc(1260px / 2.95);padding:calc(1.5rem * 2.4) 2.34rem;background:#141414;color:#F4F4F2;}
.local-links .service-copy{max-width:1260px;margin:0 auto;}
.local-links h2,.local-links h3,.local-links p{margin:0;}
.local-links h2{font-size:calc(19.1px * 2);line-height:1.12;}
.local-links h3{font-size:calc(19.1px * 1.35);line-height:1.2;}
.local-links p{font-size:19.1px;line-height:1.76;color:#C9C9C4;}
.local-links a{color:#F2B705;text-decoration:none;border-bottom:1px solid transparent;transition:color 450ms var(--speed-panel),border-color 450ms var(--speed-panel);}
.local-links a:hover{color:#FFC81F;border-bottom-color:#FFC81F;}
.local-links .bottom-figure{margin-bottom:calc(1.5rem / 2);font-size:calc(19.1px * .875);letter-spacing:.06em;text-transform:uppercase;color:#FFC81F;}
.local-links .strong-wrap{margin-top:1.5rem;}
.local-links .quiet-entries{display:flex;flex-direction:column;gap:var(--layer-public);margin-top:var(--layer-public);}
.local-links .team-quote{min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #3A3A36;}
.local-links .team-quote p{margin-top:calc(1.5rem / 3);}
.local-links .team-quote a{display:inline-block;margin-top:calc(1.5rem / 2.4);font-size:calc(19.1px * .875);}
@media (min-width:760px){.local-links .quiet-entries{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.88rem;align-items:start;}.local-links .team-quote{padding-top:calc(1.5rem * .75);}
}
.page-benefit{
    padding:calc(calc(1.5rem * 2.4)*.82) 2.34rem;
    background:#141414;
    color:#F4F4F2;
  }
.page-benefit .simple-proof{max-width:min(1260px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.88rem * 1.5);}
.page-benefit h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.9rem,4.6vw,calc(19.1px * 2.65));
    line-height:1.08;
    font-weight:660;
    letter-spacing:-0.005em;}
.page-benefit .strong-wrap{display:flex;
    flex-direction:column;
    gap:1.5rem;
    padding-top:1.5rem;
    border-top:1px solid #3A3A36;}
.page-benefit .strong-wrap p{margin:0;
    font-size:19.1px;
    line-height:1.76;}
.page-benefit .main-steps{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.43rem;
    order:-1;}
@media (max-width:640px){.page-benefit{padding-top:calc(calc(1.5rem * 2.4)*.6);padding-bottom:calc(calc(1.5rem * 2.4)*.6);}.page-benefit h1{max-width:100%;}.page-benefit .main-steps{aspect-ratio:4/3;}
  }
.wide-header{
  --layer-public:calc(1.5rem * 1.05);
  padding:calc(1.5rem * 2.4) 2.34rem;
  background:#141414;
  color:#F4F4F2;
}
.wide-header .service-copy{max-width:1260px;
  margin:0 auto;}
.wide-header .compact-story{display:flex;
  flex-wrap:wrap;
  gap:calc(1.88rem * 1.5);
  align-items:flex-start;
  justify-content:space-between;
  border-top:1px solid #3A3A36;
  padding-top:calc(1.88rem * 1.5);}
.wide-header .public-section{flex:1 1 32rem;
  min-width:0;}
.wide-header .focused-figure{
  flex:0 1 22rem;
  min-width:0;
  padding:calc(1.5rem * .75);
  background:#1E1E1C;
  color:#F4F4F2;
  border:1px solid #3A3A36;
  border-radius:0.43rem;
}
.wide-header h2{margin:0 0 calc(1.88rem * 1.5);
  font-size:calc(19.1px * 2);
  line-height:1.14;}
.wide-header .strong-wrap{margin:0 0 calc(1.88rem * 1.5);
  font-size:19.1px;
  line-height:1.76;}
.wide-header .bottom-figure{margin:0 0 calc(1.88rem * 1.5);
  font-size:calc(19.1px * .875);
  line-height:1.76;
  color:#C9C9C4;}
.wide-header .steady-block{
  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.29rem;
  background:#F2B705;
  color:#141414;
  font-size:19.1px;
  text-decoration:none;
  transition:background 450ms var(--speed-panel);
}
.wide-header .steady-block:hover{
  background:#FFC81F;color:#F4F4F2;}
.wide-header .narrow-group{margin:0 0 calc(1.5rem * .75);
  font-size:calc(19.1px * .875);
  line-height:1.76;
  color:#C9C9C4;}
.wide-header .fresh-story{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * 0.7);}
.wide-header .fresh-story a{color:#F2B705;
  text-decoration:none;
  font-size:calc(19.1px * .875);
  line-height:1.5;
  border-bottom:1px solid transparent;
  transition:color 450ms var(--speed-panel),border-color 450ms var(--speed-panel);}
.wide-header .fresh-story a:hover{color:#FFC81F;
  border-bottom-color:#FFC81F;}
@media (max-width:720px){.wide-header .compact-story{
    flex-direction:column;
  }.wide-header .focused-figure{
    flex:1 1 auto;
    width:100%;
  }
}
.contact-links{padding:calc(1.5rem * 2.4) 2.34rem;background:#141414;color:#F4F4F2;overflow:hidden}
.contact-links .service-copy{max-width:1260px;margin:0 auto}
.contact-links .clear-headline{margin:0 0 calc(1.88rem * 1.5)}
.contact-links h2{margin:0;font-size:calc(19.1px * 2);line-height:1.1}
.contact-links .clear-headline p{margin:1.5rem 0 0;font-size:calc(19.1px * 1.125);line-height:1.76;}
.contact-links .secondary-entries{display:flex;flex-wrap:wrap;gap:1.88rem;border-top:1px solid #3A3A36;padding-top:calc(1.88rem * 1.5)}
.contact-links .team-quote{flex:1 1 18rem;min-width:0;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #3A3A36}
.contact-links .team-quote strong{display:block;font-size:calc(19.1px * 1.35);line-height:1.15}
.contact-links .team-quote p{margin:calc(1.5rem * .75) 0 0;line-height:1.76;}
.contact-links .fresh-story{margin-top:calc(1.88rem * 1.5);padding-top:calc(1.88rem * 1.5);border-top:1px solid #3A3A36}
.contact-links .fresh-story p{margin:0;font-size:calc(19.1px * .875);line-height:1.76;}
.contact-links .fresh-story a{text-decoration:underline;text-underline-offset:3px}
.contact-links .fresh-story a:hover{}
@media (max-width:640px){.contact-links .team-quote{flex:1 1 100%}
}
.focused-list{
  --layer-public:calc(1.5rem * 1.2);
  padding:calc(1.5rem * 2.4) 2.34rem;
  background:#141414;
  color:#F4F4F2;
}
.focused-list .service-copy{max-width:1260px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--layer-public);}
.focused-list h2,
.focused-list h3,
.focused-list p{margin:0;}
.focused-list h2{font-size:calc(19.1px * 2);
  line-height:1.14;}
.focused-list h3{font-size:calc(19.1px * 1.35);
  line-height:1.22;}
.focused-list p{font-size:19.1px;
  line-height:1.76;}
.focused-list .clear-headline{display:flex;
  flex-direction:column;
  gap:calc(calc(1.88rem * 1.5) / 2);
  border-bottom:1px solid #3A3A36;
  padding-bottom:calc(1.88rem * 1.5);}
.focused-list .strong-wrap{color:#C9C9C4;}
.focused-list .quiet-entries{display:flex;
  flex-wrap:wrap;
  gap:1.88rem;}
.focused-list .team-quote{
  flex:1 1 calc(1260px / 3.4);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(calc(1.88rem * 1.5) / 2);
  padding:calc(calc(1.5rem * .75) * .9);
  background:#1E1E1C;
  color:#F4F4F2;
  border:1px solid #3A3A36;
  border-radius:0.43rem;
}
.focused-list .team-quote img{display:block;
  width:100%;
  height:auto;
  border-radius:0.29rem;
  aspect-ratio:16 / 10;
  object-fit:cover;}
.focused-list .team-quote p{color:#C9C9C4;}
.focused-list .fresh-story{
  margin-top:auto;
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  padding:calc(calc(1.5rem * .75) * .5) calc(1.88rem * 1.5);
  background:#FFC81F;
  color:#141414;
  border-radius:0.29rem;
  font-size:calc(19.1px * .875);
  text-decoration:none;
  transition:background 450ms var(--speed-panel);
}
.focused-list .fresh-story:hover,
.focused-list .fresh-story:focus-visible{
  background:#F2B705;color:#F4F4F2;}
.focused-list .bottom-figure{font-size:calc(19.1px * .875);
  color:#C9C9C4;
  border-top:1px solid #3A3A36;
  padding-top:calc(1.88rem * 1.5);}
.focused-list .bottom-figure a{color:#F2B705;
  text-decoration:underline;
  text-underline-offset:3px;}
.focused-list .bottom-figure a:hover{color:#FFC81F;}
@media (max-width:820px){.focused-list .team-quote{
    flex:1 1 100%;
  }
}
.strong-fields{--layer-public:calc(1.5rem * 1.24);--font-heading:calc(1260px / 3.4);padding:calc(1.5rem * 2.4) 2.34rem;background:#141414;color:#F4F4F2;}
.strong-fields .service-copy{max-width:1260px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.88rem * 1.5);}
.strong-fields h2,.strong-fields h3,.strong-fields p{margin:0;}
.strong-fields h2{font-size:calc(19.1px * 2);line-height:1.14;}
.strong-fields h3{font-size:calc(19.1px * 1.35);line-height:1.22;}
.strong-fields p{font-size:19.1px;line-height:1.76;}
.strong-fields .clear-headline{display:flex;flex-direction:column;gap:1.5rem;}
.strong-fields .strong-wrap{}
.strong-fields img{display:block;width:100%;height:auto;border-radius:0.43rem;}
.strong-fields .quiet-entries{display:flex;flex-wrap:wrap;gap:1.88rem;margin-top:calc(1.5rem * 0.4);}
.strong-fields .team-quote{flex:1 1 calc(1260px / 3.6);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #3A3A36;}
.strong-fields .team-quote p{margin-top:calc(1.5rem / 3);}
.strong-fields .fresh-story{margin-top:1.5rem;padding-top:calc(1.5rem * .75);border-top:1px solid #3A3A36;}
.strong-fields .bottom-figure{font-size:calc(19.1px * .875);}
.strong-fields a{text-decoration:none;border-bottom:1px solid currentColor;}
.strong-fields a:hover{}
@media (max-width:720px){.strong-fields .team-quote{flex:1 1 100%;}
}
.focused-brand{
    padding:calc(calc(1.5rem * 2.4)*.78) 2.34rem;
    background:#141414;
    color:#F4F4F2;
  }
.focused-brand .simple-proof{max-width:min(1260px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1.1rem,2.2vw,calc(1.88rem * 1.5));}
.focused-brand .strong-wrap{display:flex;
    flex-direction:column;
    gap:clamp(.7rem,1.4vw,1.1rem);}
.focused-brand h1{margin:0;
    max-width:22ch;
    font-size:clamp(2rem,4.6vw,calc(19.1px * 2.65));
    line-height:1.06;
    font-weight:680;
    letter-spacing:-0.005em;}
.focused-brand .public-section{margin:0;
    font-size:clamp(1rem,1.24vw,19.1px);
    line-height:1.76;}
.focused-brand .simple-footer{margin:0;
    padding:0;}
.focused-brand .main-steps{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.43rem;
    border:1px solid #3A3A36;}
.focused-brand .bottom-figure{display:flex;
    flex-direction:column;
    gap:clamp(.85rem,1.6vw,1.3rem);
    padding-top:clamp(.9rem,1.6vw,1.4rem);
    border-top:1px solid #3A3A36;}
.focused-brand .bottom-figure p{margin:0;
    font-size:clamp(1rem,1.18vw,19.1px);
    line-height:1.76;}
@media (max-width:640px){.focused-brand{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}.focused-brand h1{max-width:100%;}.focused-brand .main-steps{aspect-ratio:4/3;}
  }
.visual-frame{--layer-public:calc(1.5rem * 1.15);--label-meta:calc(1260px / 3.4);padding:calc(1.5rem * 2.4) 2.34rem;background:#141414;color:#F4F4F2;}
.visual-frame .service-copy{max-width:1260px;margin:0 auto;}
.visual-frame h2,.visual-frame h3,.visual-frame p{margin:0;}
.visual-frame h2{font-size:calc(19.1px * 2);line-height:1.12;}
.visual-frame h3{font-size:calc(19.1px * 1.35);line-height:1.22;}
.visual-frame p{font-size:19.1px;line-height:1.76;}
.visual-frame a{text-decoration:none;border-bottom:1px solid #F2B705;}
.visual-frame a:hover{border-bottom-color:#FFC81F;}
.visual-frame .strong-surface{padding-block:calc(var(--layer-public) / 2);}
.visual-frame .fresh-grid{row-gap:calc(var(--layer-public) * 1.1);}
.visual-frame .quiet-panel{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.visual-frame .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.88rem;}
.visual-frame .row-title h2{flex:1 1 calc(1260px / 3);min-width:0;}
.visual-frame .row-title>p{flex:1 1 calc(1260px / 3);min-width:0;}
.visual-frame .open-team{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--layer-public);margin-top:var(--layer-public);}
.visual-frame .team-quote{flex:1 1 var(--label-meta);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid #3A3A36;}
.visual-frame .team-quote p{margin-top:calc(1.5rem / 3);}
.visual-frame .fresh-story{flex:1 1 100%;margin-top:var(--layer-public);font-size:calc(19.1px * .875);}
@media (max-width:720px){.visual-frame .row-title h2,.visual-frame .row-title>p{flex:1 1 100%;}.visual-frame .team-quote{flex:1 1 100%;}
}
.bottom-plan{
  --layer-public:calc(1.5rem * 1.2);
  --field-control:calc(1260px / 6.2);
  padding:calc(1.5rem * 2.4) 2.34rem;
  background:#141414;
  color:#F4F4F2;
}
.bottom-plan .service-copy{max-width:1260px;margin:0 auto;}
.bottom-plan h2,.bottom-plan h3,.bottom-plan p{margin:0;}
.bottom-plan h2{font-size:calc(19.1px * 2);line-height:1.14;}
.bottom-plan h3{font-size:calc(19.1px * 1.35);line-height:1.22;}
.bottom-plan p{font-size:19.1px;line-height:1.76;color:#C9C9C4;}
.bottom-plan a{color:#F2B705;text-decoration:none;}
.bottom-plan a:hover{color:#FFC81F;text-decoration:underline;}
.bottom-plan .clear-headline{margin-bottom:calc(1.88rem * 1.5);}
.bottom-plan .clear-headline .strong-wrap{margin-top:1.5rem;max-width:100%;}
.bottom-plan .compact-story{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:var(--layer-public);
  border-top:1px solid #3A3A36;}
.bottom-plan .team-quote{display:flex;
  align-items:flex-start;
  gap:1.88rem;
  padding-top:var(--layer-public);
  border-bottom:1px solid #3A3A36;
  padding-bottom:var(--layer-public);}
.bottom-plan .team-quote:last-child{border-bottom:none;padding-bottom:0;}
.bottom-plan .service-proof{flex:0 0 var(--field-control);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 4);}
.bottom-plan .narrow-view{font-size:calc(19.1px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:#FFC81F;}
.bottom-plan .plain-form{
  display:inline-block;
  width:max-content;
  max-width:100%;
  padding:calc(calc(1.5rem * .75) / 3) calc(calc(1.5rem * .75) / 1.4);
  font-size:calc(19.1px * .875);
  border-radius:0.29rem;
  background:#1E1E1C;
  color:#F4F4F2;
  border:1px solid #3A3A36;
}
.bottom-plan .narrow-fields{flex:1 1 auto;min-width:0;}
.bottom-plan .narrow-fields p{margin-top:calc(1.5rem / 3);}
@media(max-width:760px){.bottom-plan .team-quote{flex-direction:column;gap:calc(1.5rem / 2);}.bottom-plan .service-proof{flex:0 0 auto;flex-direction:row;align-items:center;gap:calc(1.5rem * .75);}
}
.simple-stack{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.34rem;
    background:#141414;
    color:#F4F4F2;
  }
.simple-stack .simple-proof{max-width:min(1260px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(1.88rem * 1.5));}
.simple-stack h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,4.6vw,calc(19.1px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.005em;}
.simple-stack .main-steps{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.43rem;
    border:1px solid #3A3A36;}
.simple-stack .strong-wrap{padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #3A3A36;}
.simple-stack .strong-wrap p{margin:0;
    font-size:clamp(1rem,1.24vw,19.1px);
    line-height:1.76;}
@media (max-width:640px){.simple-stack{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.simple-stack h1{max-width:100%;}.simple-stack .main-steps{aspect-ratio:4/3;}
  }
.soft-nav{
    padding:calc(1.5rem * 2.4) 2.34rem;
    background:#1E1E1C;
    color:#C9C9C4;
}
.soft-nav .service-copy{max-width:1260px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.88rem * 1.5);}
.soft-nav .clear-headline h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(19.1px * 2);
    line-height:1.2;}
.soft-nav .clear-headline p{margin:0;
    font-size:19.1px;}
.soft-nav .compact-story{display:flex;
    flex-wrap:wrap;
    gap:1.88rem;}
.soft-nav .team-quote{
    flex:1 1 260px;
    border-left:3px solid #FFC81F;
    padding:0 0 0 calc(1.5rem * .75);
    background:transparent;
}
.soft-nav .team-quote h3{margin:0 0 8px;
    font-size:calc(19.1px * 1.35);}
.soft-nav .team-quote p{margin:0;
    font-size:calc(19.1px * .875);
    line-height:1.76;}
.soft-nav .team-quote a,
.soft-nav .bottom-figure a{color:#F2B705;
    text-decoration:underline;
    text-underline-offset:3px;}
.soft-nav .team-quote a:hover,
.soft-nav .bottom-figure a:hover{color:#FFC81F;}
.soft-nav .bottom-figure{border-top:1px solid #3A3A36;
    padding-top:calc(1.5rem * .75);}
.soft-nav .bottom-figure p{margin:0;
    font-size:calc(19.1px * .875);}
@media (max-width:700px){.soft-nav .compact-story{
        flex-direction:column;
    }.soft-nav .team-quote{
        flex:1 1 auto;
    }
}
.strong-area{
  padding: calc(1.5rem * 2.4) 2.34rem;
  background: #FFC81F;
  color: #141414;
}
.strong-area .service-copy{max-width: 1260px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: calc(1.88rem * 1.5);
  align-items: start;}
.strong-area h2{margin: 0;
  font-size: calc(19.1px * 2);
  line-height: 1.1;}
.strong-area .top-note p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.1px * 1.125);
  line-height: 1.76;}
.strong-area .media-shell{
  border-radius: 0.95rem;
  background: #1E1E1C;
  color: #F4F4F2;
  border: 1px solid #3A3A36;
  overflow: hidden;
}
.strong-area .secondary-section{display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.88rem * 1.5);
  border-bottom: 1px solid #3A3A36;}
.strong-area .secondary-section span{font-size: calc(19.1px * .875);
  letter-spacing: .02em;}
.strong-area a{text-decoration: none;}
.strong-area .secondary-section a{font-size: calc(19.1px * .875);
  border-bottom: 1px solid #F2B705;
  padding-bottom: 2px;}
.strong-area .clear-menu{display: flex;
  flex-direction: column;}
.strong-area .clear-menu a{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  column-gap: calc(1.5rem * .75);
  row-gap: calc(calc(1.5rem * .75) * .3);
  padding: calc(1.5rem * .75) calc(1.88rem * 1.5);
  border-bottom: 1px solid #3A3A36;
  transition: background 450ms var(--speed-panel);}
.strong-area .clear-menu a:last-child{border-bottom: 0;}
.strong-area .clear-menu a:hover{
  background: #1E1E1C;color:#C9C9C4;}
.strong-area .clear-menu strong{font-size: 19.1px;
  line-height: 1.3;}
.strong-area .clear-menu small{grid-column: 2;
  grid-row: 1;
  font-size: calc(19.1px * .875);
  text-align: right;}
.strong-area .clear-menu span{grid-column: 1 / -1;
  font-size: calc(19.1px * .875);
  line-height: 1.55;}
@media (max-width: 780px) {.strong-area .service-copy{
    grid-template-columns: 1fr;
  }.strong-area .secondary-section{
    flex-direction: column;
    align-items: flex-start;
  }.strong-area .clear-menu a{
    grid-template-columns: 1fr;
  }.strong-area .clear-menu small{
    grid-column: 1;
    grid-row: auto;
    text-align: left;
  }
}
.visual-body{background:#141414;color:#F4F4F2;padding:calc(1.5rem * 2.4) 2.34rem}
.visual-body .service-copy{max-width:min(1260px,68rem);margin:0 auto}
.visual-body .fresh-media{display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.88rem * 1.5)}
.visual-body .bottom-figure{margin:0;color:#C9C9C4;line-height:1.76;font-size:19.1px}
.visual-body h2{margin:0;font-size:clamp(calc(19.1px * 2),5.5vw,calc(19.1px * 2.65));line-height:1.06;letter-spacing:0}
.visual-body .section{display:block;width:min(100%,48rem);height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:0.95rem;box-shadow:0 10px 24px rgba(0,0,0,0.18)}
.visual-body .direct-quote{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);width:100%}
.visual-body .direct-quote a{padding:calc(calc(1.5rem * .75) * 0.75) calc(1.5rem * .75);border-radius:0.29rem;background:#1E1E1C;color:#F4F4F2;border:1px solid #3A3A36;text-decoration:none;font-size:calc(19.1px * .875);transition:background 450ms var(--speed-panel),color 450ms var(--speed-panel)}
.visual-body .direct-quote a:hover{background:#FFC81F;color:#141414;border-color:#FFC81F}
.visual-body .direct-quote>a:first-child{background:#F2B705;color:#141414;border-color:#F2B705}
.visual-body .direct-quote>a:first-child:hover{background:#FFC81F;color:#141414}
@media (max-width:640px){.visual-body .direct-quote{flex-direction:column;align-items:stretch}.visual-body .direct-quote a{text-align:center}
}
.content-flow{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.34rem;
    background:#141414;
    color:#F4F4F2;
  }
.content-flow .simple-proof{max-width:min(1260px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(1.88rem * 1.5));}
.content-flow h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.9rem,4.6vw,calc(19.1px * 2.65));
    line-height:1.08;
    font-weight:660;
    letter-spacing:-0.01em;}
.content-flow .main-steps{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.43rem;
    border:1px solid #3A3A36;}
.content-flow .public-section{max-width:44rem;
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #3A3A36;}
.content-flow p{margin:0;
    font-size:clamp(1rem,1.22vw,19.1px);
    line-height:1.76;}
@media (max-width:640px){.content-flow{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.content-flow h1{max-width:100%;}.content-flow .main-steps{aspect-ratio:4/3;}
  }
.soft-media{
  padding: calc(1.5rem * 2.4) 2.34rem;
  background: #FFC81F;
  color: #141414;
}
.soft-media .site-tile{max-width: 1260px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.55fr);
  gap: 1.88rem;
  align-items: start;}
.soft-media .page-grid{
  padding: calc(1.5rem * .75);
  border-radius: 0.95rem;
  background: var(--tone-main);
  color: var(--ink-primary);
}
.soft-media h2{margin: 0;
  font-size: calc(19.1px * 2);
  line-height: 1.1;}
.soft-media .page-grid p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.1px * 1.125);
  line-height: 1.76;}
.soft-media .page-grid .bottom-figure{margin-top: calc(calc(1.5rem * .75) * .6);
  font-size: calc(19.1px * .875);
  opacity: .82;}
.soft-media .main-callout{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.soft-media .fresh-stack{
  display: grid;
  grid-template-columns: minmax(6.5rem, .3fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.43rem;
  background: #1E1E1C;
  color: #F4F4F2;
  border: 1px solid #3A3A36;
  border-left: 3px solid #F2B705;
}
.soft-media .team-tile{font-size: calc(19.1px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;
  word-break: break-word;}
.soft-media h3{margin: 0;
  font-size: calc(19.1px * 1.35);
  line-height: 1.2;}
.soft-media .fresh-stack p{margin: calc(calc(1.5rem * .75) * .5) 0;
  line-height: 1.76;}
.soft-media small{display: block;
  font-size: calc(19.1px * .875);}
@media (max-width: 820px) {.soft-media .site-tile{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {.soft-media .fresh-stack{
    grid-template-columns: 1fr;
  }
}
.public-panel{--layer-public:calc(1.5rem * 1.15);--state-public:calc(1260px / 2.20);--font-heading:calc(1260px / 3.33);padding:calc(1.5rem * 2.4) 2.34rem;background:#141414;color:#F4F4F2;}
.public-panel .service-copy{max-width:1260px;margin:0 auto;display:flex;align-items:center;gap:1.88rem;flex-wrap:wrap;}
.public-panel h1,.public-panel h2,.public-panel h3,.public-panel p{margin:0;}
.public-panel h2{font-size:calc(19.1px * 2);line-height:1.12;}
.public-panel p{font-size:19.1px;line-height:1.76;}
.public-panel a{color:#F2B705;text-decoration:none;}
.public-panel a:hover{color:#FFC81F;}
.public-panel img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.43rem;flex:0 1 min(28rem,38vw);}
.public-panel .public-section{flex:1 1 24rem;min-width:0;}
.public-panel .strong-wrap{margin-top:var(--layer-public);color:#C9C9C4;}
.public-panel .bottom-figure{margin-top:calc(1.88rem * 1.5);font-size:calc(19.1px * .875);color:#C9C9C4;}
.public-panel .steady-block{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:var(--layer-public);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.29rem;background:#F2B705;color:#141414;}
.public-panel .steady-block:hover{background:#FFC81F;color:#141414;}
.public-panel .fresh-story{max-width:1260px;margin:calc(1.88rem * 1.5) auto 0;font-size:calc(19.1px * .875);color:#C9C9C4;}
.wide-area{
    padding:calc(calc(1.5rem * 2.4)*.78) 2.34rem;
    background:#141414;
    color:#F4F4F2;
  }
.wide-area .simple-proof{max-width:min(1260px,68rem);
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
    grid-template-areas:
      "title photo"
      "body  photo";
    column-gap:1.88rem;
    row-gap:clamp(1rem,2vw,calc(1.88rem * 1.5));
    align-items:start;}
.wide-area h1{grid-area:title;
    margin:0;
    font-size:clamp(2rem,4.6vw,calc(19.1px * 2.65));
    line-height:1.06;
    font-weight:660;
    letter-spacing:-.01em;
    text-wrap:balance;}
.wide-area .main-steps{grid-area:photo;
    display:block;
    width:100%;
    height:100%;
    min-height:16rem;
    object-fit:cover;
    border-radius:0.95rem;
    border:1px solid #3A3A36;
    box-shadow:0 10px 24px rgba(0,0,0,0.18);}
.wide-area .narrow-fields{grid-area:body;
    padding-top:clamp(.9rem,1.8vw,1.5rem);
    border-top:1px solid #3A3A36;}
.wide-area p{margin:0 0 1em;
    font-size:clamp(1rem,1.22vw,19.1px);
    line-height:1.76;
    color:#C9C9C4;}
.wide-area p:last-child{margin-bottom:0;}
@media (max-width:820px){.wide-area .simple-proof{
      grid-template-columns:1fr;
      grid-template-areas:
        "title"
        "photo"
        "body";
    }.wide-area .main-steps{
      min-height:0;
      aspect-ratio:16/9;
      height:auto;
    }
  }
@media (max-width:640px){.wide-area{
      padding-top:calc(calc(1.5rem * 2.4)*.56);
      padding-bottom:calc(calc(1.5rem * 2.4)*.56);
    }.wide-area .main-steps{aspect-ratio:4/3;}
  }
.contact-items{--layer-public:calc(1.5rem * 1.2);--font-heading:calc(1260px / 3.66);padding:calc(1.5rem * 2.4) 2.34rem;background:#1E1E1C;color:#C9C9C4;}
.contact-items .service-copy{max-width:1260px;margin:0 auto;}
.contact-items h2,.contact-items h3,.contact-items p{margin:0;}
.contact-items h2{font-size:calc(19.1px * 2);line-height:1.12;}
.contact-items h3{font-size:calc(19.1px * 1.35);line-height:1.22;}
.contact-items p{font-size:19.1px;line-height:1.76;}
.contact-items .public-section p{}
.contact-items .public-section .strong-wrap{margin-top:1.5rem;}
.contact-items .public-section .bottom-figure{margin-top:calc(1.88rem * 1.5);font-size:calc(19.1px * .875);opacity:.82;}
.contact-items img{display:block;width:100%;height:auto;border-radius:0.43rem;}
.contact-items .quiet-entries{display:flex;flex-direction:column;gap:var(--layer-public);margin-top:0;}
.contact-items .team-quote{min-width:0;padding-left:calc(1.88rem * 1.5);border-left:2px solid #FFC81F;}
.contact-items .team-quote h3{}
.contact-items .team-quote p{margin-top:calc(1.5rem / 3);}
.contact-items .focused-panel{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.88rem;}
.contact-items .focused-panel>.public-section{flex:1 1 calc(1260px / 3);min-width:0;}
.contact-items .focused-panel>.quiet-entries{flex:2 1 calc(1260px / 2);}
.contact-items .focused-panel>img{margin-left:auto;max-width:var(--font-heading);}
@media (max-width:720px){.contact-items .focused-panel>img{margin-left:0;max-width:100%;}
}
.fresh-benefit{--layer-public:calc(1.5rem * 1.02);--state-public:calc(1260px / 2.85);padding:calc(1.5rem * 2.4) 2.34rem;background:#141414;color:#F4F4F2;}
.fresh-benefit .service-copy{max-width:1260px;margin:0 auto;}
.fresh-benefit h1,.fresh-benefit h2,.fresh-benefit h3,.fresh-benefit p{margin:0;}
.fresh-benefit h1{font-size:calc(19.1px * 2.65);line-height:1.08;}
.fresh-benefit h2{font-size:calc(19.1px * 2);line-height:1.12;}
.fresh-benefit h3{font-size:calc(19.1px * 1.35);line-height:1.2;}
.fresh-benefit p{font-size:19.1px;line-height:1.76;}
.fresh-benefit a{color:#F2B705;text-decoration:none;}
.fresh-benefit a:hover{color:#FFC81F;}
.fresh-benefit .bottom-figure{font-size:calc(19.1px * .875);color:#C9C9C4;}
.fresh-benefit .strong-wrap{margin-top:var(--layer-public);color:#C9C9C4;}
.fresh-benefit .quiet-entries{display:flex;flex-wrap:wrap;gap:1.88rem;margin-top:var(--layer-public);}
.fresh-benefit .team-quote{flex:1 1 calc(1260px / 3.6);min-width:0;padding:calc(1.5rem * .75);border-radius:0.43rem;background:#1E1E1C;color:#F4F4F2;border:1px solid #3A3A36;}
.fresh-benefit .team-quote p{margin-top:calc(1.5rem / 3);font-size:calc(19.1px * .875);color:#C9C9C4;}
.fresh-benefit .active-steps>h2{margin-top:var(--layer-public);}
.fresh-benefit .active-steps>.bottom-figure:last-child{margin-top:var(--layer-public);}
@media (max-width:720px){.fresh-benefit .team-quote{flex:1 1 100%;}
}
.focused-note{padding:calc(1.5rem * 2.4) 2.34rem;background:#FFC81F;color:#141414}
.focused-note .service-copy{max-width:1260px;margin:0 auto}
.focused-note .visual-view{display:flex;flex-direction:column;gap:calc(1.88rem * 1.5);align-items:flex-start}
.focused-note h2{margin:0;max-width:22ch;font-size:calc(19.1px * 2);line-height:1.08}
.focused-note .strong-wrap{margin:0;font-size:19.1px;line-height:1.76}
.focused-note .quiet-list{width:100%;display:flex;flex-direction:column;gap:0;border-top:1px solid color-mix(in srgb,#141414 22%,transparent)}
.focused-note .team-quote{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75) 1.5rem;padding:1.5rem 0;border-bottom:1px solid color-mix(in srgb,#141414 22%,transparent)}
.focused-note .team-quote p{flex:0 0 12rem;margin:0;font-size:calc(19.1px * .875);text-transform:uppercase;letter-spacing:0.04em;opacity:0.78}
.focused-note .team-quote strong{flex:1 1 22rem;min-width:0;font-size:19.1px;font-weight:400;line-height:1.76}
.focused-note .visual-view>a{align-self:flex-start;border-radius:0.29rem;background:#F2B705;color:#141414;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-size:calc(19.1px * .875)}
.focused-note .visual-view>a:hover{background:#FFC81F;color:#F4F4F2;}
@media(max-width:680px){.focused-note .team-quote p{flex:1 1 100%}.focused-note h2{font-size:calc(19.1px * 1.35)}}
.contact-service{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.34rem;
    background:#141414;
    color:#F4F4F2;
  }
.contact-service .simple-proof{max-width:min(1260px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.88rem * 1.5);}
.contact-service h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,4.6vw,calc(19.1px * 2.65));
    line-height:1.08;
    font-weight:660;
    letter-spacing:-0.01em;}
.contact-service .main-steps{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.43rem;
    border:1px solid #3A3A36;}
.contact-service .public-section{padding-top:1.5rem;
    border-top:1px solid #3A3A36;}
.contact-service p{margin:0;
    font-size:19.1px;
    line-height:1.76;}
@media (max-width:640px){.contact-service h1{max-width:100%;}.contact-service .main-steps{aspect-ratio:4/3;}.contact-service{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}
  }
.wide-block{--layer-public:calc(1.5rem * 1.15);--font-heading:calc(1260px / 3.9);padding:calc(1.5rem * 2.4) 2.34rem;background:#F2B705;color:#141414;}
.wide-block .service-copy{max-width:1260px;margin:0 auto;}
.wide-block h1,.wide-block h2,.wide-block h3,.wide-block p{margin:0;}
.wide-block h2{font-size:calc(19.1px * 2);line-height:1.14;}
.wide-block h3{font-size:calc(19.1px * 1.35);line-height:1.22;}
.wide-block p{font-size:19.1px;line-height:1.76;}
.wide-block a{color:inherit;text-decoration:none;}
.wide-block img{display:block;width:100%;height:auto;border-radius:0.43rem;}
.wide-block .bottom-figure{font-size:calc(19.1px * .875);letter-spacing:0.08em;text-transform:uppercase;opacity:0.72;}
.wide-block .strong-wrap{margin-top:calc(1.5rem / 2);max-width:none;}
.wide-block .steady-block{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.29rem;background:#141414;color:#F2B705;font-size:calc(19.1px * .875);}
.wide-block .quiet-entries{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.88rem;margin-top:var(--layer-public);}
.wide-block .team-quote{flex:1 1 calc(1260px / 4.4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.wide-block .team-quote img{margin-bottom:calc(1.5rem / 2.2);}
.wide-block .team-quote p{margin-top:calc(1.5rem / 3);}
.wide-block .primary-fields{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.88rem;}
.wide-block .primary-fields>.public-section{flex:1 1 auto;min-width:0;}
.wide-block .primary-fields>.steady-block{flex:0 0 auto;}
.wide-block .primary-fields>.quiet-entries{flex:1 1 100%;}
.wide-block .public-section h2{margin-top:calc(1.5rem / 2.4);}
@media (max-width:720px){.wide-block .team-quote{flex:1 1 100%;}.wide-block .primary-fields>.steady-block{flex:1 1 100%;width:100%;}
}
.site-form{
  padding: calc(1.5rem * 2.4) 2.34rem;
  background: #141414;
  color: #F4F4F2;
}
.site-form .service-copy{max-width: min(1260px, 72rem);
  margin: 0 auto;}
.site-form .open-figure{margin-bottom: calc(1.88rem * 1.5);}
.site-form h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(19.1px * 2);
  line-height: 1.1;}
.site-form .top-note{margin: 0;
  font-size: calc(19.1px * 1.125);
  color: #C9C9C4;}
.site-form .compact-story{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.88rem;}
.site-form .team-quote{
  flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75);
  background: #1E1E1C;
  color: #F4F4F2;
  border: 1px solid #3A3A36;
  border-left: 3px solid #FFC81F;
  border-radius: 0.43rem;
}
.site-form .clear-region{display: block;
  font-weight: 700;
  font-size: 19.1px;}
.site-form .main-panel{display: block;
  margin-top: 0.25rem;
  font-size: calc(19.1px * .875);
  color: #C9C9C4;}
.site-form .team-quote p{margin: calc(1.5rem * .75) 0 0;
  color: #F4F4F2;}
.site-form .bottom-figure{margin: calc(1.88rem * 1.5) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #3A3A36;
  font-size: calc(19.1px * .875);
  color: #C9C9C4;}
.site-form .bottom-figure a{color: #F2B705;
  text-decoration: underline;}
.site-form .bottom-figure a:hover{color: #FFC81F;}
@media (max-width: 700px) {.site-form .compact-story{
    display: block;
  }.site-form .team-quote + .team-quote{
    margin-top: 1.88rem;
  }
}
.wide-region{
    padding:calc(calc(1.5rem * 2.4)*.78) 2.34rem;
    background:#141414;
    color:#F4F4F2;
  }
.wide-region .simple-proof{max-width:min(1260px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.88rem * 1.5);}
.wide-region .open-figure{display:flex;
    flex-direction:column;
    gap:calc(1.5rem*.55);}
.wide-region h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,4.6vw,calc(19.1px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:-0.005em;}
.wide-region .plain-feature{margin:0;
    max-width:56ch;
    font-size:clamp(1rem,1.2vw,calc(19.1px * 1.125));
    line-height:1.7;}
.wide-region .public-group{margin:0;
    display:flex;
    flex-direction:column;
    gap:.7rem;}
.wide-region .main-steps{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.43rem;
    border:1px solid #3A3A36;}
.wide-region figcaption{font-size:calc(19.1px * .875);
    line-height:1.55;
    padding-left:.85rem;
    border-left:2px solid #FFC81F;}
@media (max-width:640px){.wide-region{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}.wide-region h1{max-width:100%;}.wide-region .main-steps{aspect-ratio:4/3;}
  }
.steady-steps{--layer-public:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 2.34rem;background:#1E1E1C;color:#C9C9C4;}
.steady-steps .service-copy{max-width:1260px;margin:0 auto;}
.steady-steps h1,.steady-steps h2,.steady-steps h3,.steady-steps p{margin:0;}
.steady-steps h2{font-size:calc(19.1px * 2);line-height:1.14;}
.steady-steps p{font-size:19.1px;line-height:1.76;}
.steady-steps a{color:inherit;text-decoration:none;}
.steady-steps .bottom-figure{font-size:calc(19.1px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#FFC81F;}
.steady-steps .public-section h2{margin-top:calc(1.5rem / 2.4);}
.steady-steps .steady-block{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.29rem;background:#F2B705;color:#141414;font-size:calc(19.1px * .875);}
.steady-steps .steady-block:hover{background:#FFC81F;color:#F4F4F2;}
.steady-steps .quiet-entries{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.88rem;margin-top:var(--layer-public);}
.steady-steps .team-quote{flex:1 1 calc(1260px / 4.4);min-width:0;padding-top:calc(1.5rem / 2.6);border-top:1px solid #3A3A36;}
.steady-steps .team-quote p{font-size:calc(19.1px * .875);line-height:1.62;}
.steady-steps .primary-fields{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.88rem;}
.steady-steps .primary-fields>.public-section{flex:1 1 auto;min-width:0;}
.steady-steps .primary-fields>.steady-block{flex:0 0 auto;margin-left:auto;}
.steady-steps .primary-fields>.quiet-entries{flex:1 1 100%;}
@media (max-width:720px){.steady-steps .primary-fields>.steady-block{margin-left:0;}.steady-steps .team-quote{flex:1 1 100%;}
}
.featured-content{
  padding:calc(1.5rem * 2.4) 2.34rem;
  background:#F2B705;
  color:#141414;
  overflow:hidden;
}
.featured-content .service-copy{max-width:1260px;
  margin:0 auto;}
.featured-content .open-figure{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  margin-bottom:calc(1.88rem * 1.5);
  padding-bottom:calc(1.5rem * .75);
  border-bottom:1px solid rgba(20,20,20,.22);}
.featured-content h2{margin:0;
  font-size:calc(19.1px * 2);
  line-height:1.08;}
.featured-content .strong-wrap{margin:0;
  font-size:calc(19.1px * 1.125);
  line-height:1.76;}
.featured-content .secondary-entries{display:flex;
  flex-wrap:wrap;
  gap:1.88rem;}
.featured-content .team-quote{flex:1 1 20rem;
  padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);
  border-left:2px solid rgba(20,20,20,.35);}
.featured-content .team-quote:nth-child(2){border-left-color:rgba(20,20,20,.6);}
.featured-content .team-quote:nth-child(3){border-left-color:rgba(20,20,20,.45);}
.featured-content strong{display:block;
  font-size:calc(19.1px * 1.35);
  line-height:1.14;
  margin-bottom:calc(1.5rem * .75);}
.featured-content .team-quote p{margin:0;
  font-size:19.1px;
  line-height:1.76;}
.featured-content .fresh-story{margin-top:calc(1.88rem * 1.5);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid rgba(20,20,20,.22);
  font-size:calc(19.1px * .875);
  line-height:1.76;}
.featured-content .fresh-story p{margin:0;}
.featured-content .fresh-story a{text-decoration:underline;
  text-underline-offset:3px;}
.featured-content .fresh-story a:hover{text-decoration-thickness:2px;}
@media (max-width:720px){.featured-content .team-quote{
    flex:1 1 100%;
    padding-left:1.5rem;
  }
}
.top-form{
    padding:calc(calc(1.5rem * 2.4)*.78) 2.34rem;
    background:#141414;
    color:#F4F4F2;
  }
.top-form .simple-proof{max-width:min(1260px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(1.88rem * 1.5));}
.top-form h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,4.8vw,calc(19.1px * 2.65));
    line-height:1.06;
    font-weight:660;
    letter-spacing:-0.005em;}
.top-form .main-steps{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.43rem;
    border:1px solid #3A3A36;
    margin:0;}
.top-form .strong-wrap{width:min(100%,42rem);
    padding-top:clamp(.9rem,1.6vw,1.5rem);
    border-top:1px solid #3A3A36;
    display:flex;
    flex-direction:column;
    gap:clamp(.7rem,1.2vw,1rem);}
.top-form p{margin:0;
    font-size:clamp(1rem,1.22vw,19.1px);
    line-height:1.76;
    color:#C9C9C4;}
@media (max-width:640px){.top-form h1{max-width:100%;}.top-form .main-steps{aspect-ratio:4/3;}.top-form{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}
  }
.bottom-team{
  --layer-public:calc(1.5rem * 1.25);
  --state-public:calc(1260px / 2.90);
  padding:calc(1.5rem * 2.4) 2.34rem;
  background:#F2B705;
  color:#141414;
}
.bottom-team .service-copy{max-width:1260px;
  margin:0 auto;}
.bottom-team h1,.bottom-team h2,.bottom-team h3,.bottom-team p{margin:0;}
.bottom-team h2{font-size:calc(19.1px * 2);
  line-height:1.12;
  margin-top:calc(calc(1.88rem * 1.5) * .6);}
.bottom-team h3{font-size:calc(19.1px * 1.35);
  line-height:1.2;
  margin-top:calc(1.5rem / 2.4);}
.bottom-team p{font-size:19.1px;
  line-height:1.76;}
.bottom-team .bottom-figure{font-size:calc(19.1px * .875);
  letter-spacing:.02em;
  text-transform:uppercase;
  opacity:.72;}
.bottom-team .strong-wrap{margin-top:var(--layer-public);
  max-width:100%;}
.bottom-team a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:1px;}
.bottom-team a:hover{border-bottom-color:transparent;}
.bottom-team img{display:block;
  width:100%;
  height:auto;
  border-radius:0.43rem;
  aspect-ratio:16 / 10;
  object-fit:cover;}
.bottom-team .quiet-entries{display:flex;
  flex-wrap:wrap;
  gap:var(--layer-public);
  margin-top:var(--layer-public);}
.bottom-team .team-quote{
  flex:1 1 calc(1260px / 3.4);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * .85);
  border-radius:0.43rem;
  background:color-mix(in srgb, currentColor 9%, transparent);
  display:flex;
  flex-direction:column;
}
.bottom-team .team-quote p{margin-top:calc(1.5rem / 3);
  font-size:calc(19.1px * .875);
  line-height:1.6;}
.bottom-team .team-quote a{margin-top:auto;
  padding-top:calc(1.5rem / 3);
  font-size:calc(19.1px * .875);
  font-weight:600;
  align-self:flex-start;}
.bottom-team .fresh-story{display:flex;
  flex-wrap:wrap;
  gap:1.88rem;
  margin-top:var(--layer-public);
  padding-top:calc(calc(1.88rem * 1.5) * .8);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.bottom-team .fresh-story a{font-size:calc(19.1px * .875);
  font-weight:600;}
@media (max-width:720px){.bottom-team .team-quote{flex:1 1 100%;}.bottom-team .fresh-story{flex-direction:column;gap:calc(1.88rem / 2);}
}
.service-block{--layer-public:calc(1.5rem * 0.95);--font-heading:calc(1260px / 4.05);padding:calc(1.5rem * 2.4) 2.34rem;background:#141414;color:#F4F4F2;}
.service-block .service-copy{max-width:1260px;margin:0 auto;}
.service-block h1,.service-block h2,.service-block h3,.service-block p{margin:0;}
.service-block h1{font-size:calc(19.1px * 2.65);line-height:1.08;}
.service-block h2{font-size:calc(19.1px * 2);line-height:1.12;}
.service-block h3{font-size:calc(19.1px * 1.35);line-height:1.2;}
.service-block p{font-size:19.1px;line-height:1.76;}
.service-block a{color:#F2B705;text-decoration:none;}
.service-block a:hover{color:#FFC81F;}
.service-block img{display:block;width:100%;height:auto;border-radius:0.43rem;}
.service-block .strong-wrap{color:#C9C9C4;}
.service-block .quiet-entries{display:flex;flex-direction:column;gap:var(--layer-public);margin-top:var(--layer-public);}
.service-block .team-quote{min-width:0;}
.service-block .team-quote p{margin-top:calc(1.5rem / 3);color:#C9C9C4;}
.service-block .team-quote img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--font-heading) * .7);}
.service-block .focused-panel{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.88rem;}
.service-block .focused-panel>.public-section{flex:1 1 calc(1260px / 3);min-width:0;}
.service-block .focused-panel>.quiet-entries{flex:2 1 calc(1260px / 2);margin-top:0;}
.service-block .focused-panel>img{margin-left:auto;}
.service-block .public-section .strong-wrap{margin-top:1.5rem;}
.service-block .fresh-story{margin-top:calc(1.88rem * 1.5);font-size:calc(19.1px * .875);color:#C9C9C4;}
@media (max-width:720px){.service-block .focused-panel>img{margin-left:0;}.service-block .team-quote img{max-width:100%;}
}
.focused-content{
        color:#F4F4F2;
        background:#141414;
        padding:calc(1.5rem * 2.4) 2.34rem;
    }
.focused-content .c{max-width:1260px;
        margin:0 auto;
        display:grid;
        gap:2.34rem;}
@media (min-width: 1024px){.focused-content .c{
            grid-template-columns:minmax(0,1fr) 320px;
            align-items:start;
        }
    }
.focused-content .simple-proof{display:flex;
        flex-direction:column;
        gap:calc(1.88rem * 1.5);}
.focused-content .page-nav{display:flex;
        flex-direction:column;
        gap:0.6rem;}
.focused-content .contact-quote{margin:0;
        font-size:calc(19.1px * .875);
        letter-spacing:0.08em;
        text-transform:uppercase;}
.focused-content h1{font-size:calc(19.1px * 2.65);
        line-height:1.15;
        margin:0;}
.focused-content .soft-inner{display:flex;
        flex-wrap:wrap;
        gap:0.4rem 1.4rem;
        font-size:calc(19.1px * .875);}
.focused-content .team-copy{margin:0;
        border-radius:0.95rem;
        overflow:hidden;
        border:1px solid #3A3A36;}
.focused-content .team-copy img{display:block;
        width:100%;
        height:auto;}
.focused-content .simple-body{line-height:1.76;
        display:flex;
        flex-direction:column;
        gap:calc(1.88rem * 1.5);}
.focused-content .simple-body p{margin:0;}
.focused-content .simple-body h2{font-size:calc(19.1px * 1.35);
        margin:0;}
.focused-content .fresh-story{display:flex;
        flex-wrap:wrap;
        align-items:center;
        gap:0.6rem 1.2rem;
        padding-top:calc(1.88rem * 1.5);
        border-top:1px solid #3A3A36;}
.focused-content .main-proof{font-size:calc(19.1px * .875);
        text-transform:uppercase;
        letter-spacing:0.06em;}
.focused-content .fresh-story a{text-decoration:none;
        font-size:19.1px;}
.focused-content .fresh-story a:hover{text-decoration:underline;}
.focused-content .public-view{
        background:#1E1E1C;
        color:#F4F4F2;
        border:1px solid #3A3A36;
        border-radius:0.95rem;
        padding:calc(1.5rem * .75);
        box-shadow:0 1px 8px rgba(0,0,0,0.14);
        display:flex;
        flex-direction:column;
        gap:calc(1.88rem * 1.5);
    }
.focused-content .public-view h3{margin:0;
        font-size:calc(19.1px * 1.125);}
.focused-content .wide-tile{display:flex;
        flex-direction:column;
        gap:0.7rem;}
.focused-content .wide-tile .public-view{
        background:transparent;
        border:none;
        box-shadow:none;
        padding:0;
        border-radius:0;
    }
.focused-content .wide-tile a{text-decoration:none;
        font-size:19.1px;
        line-height:1.5;}
.focused-content .wide-tile a:hover{text-decoration:underline;}
.focused-content .compact-grid{border-top:1px solid #3A3A36;
        padding-top:calc(1.88rem * 1.5);}
.focused-content .compact-grid p{margin:0;
        font-size:calc(19.1px * .875);
        line-height:1.6;}
.narrow-lead{padding:calc(1.5rem * 2.4) 2.34rem;background:#1E1E1C;color:#C9C9C4;}
.narrow-lead .service-copy{max-width:1260px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.88rem * 1.5);}
.narrow-lead .open-figure{display:flex;flex-direction:column;gap:.6rem;}
.narrow-lead .open-figure h2{margin:0;font-size:calc(19.1px * 2);line-height:1.2;}
.narrow-lead .open-figure p{margin:0;font-size:19.1px;line-height:1.76;}
.narrow-lead .compact-story{display:flex;flex-direction:column;border-top:1px solid #3A3A36;}
.narrow-lead .direct-tile{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.6fr);gap:1.88rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #3A3A36;}
.narrow-lead .direct-tile h3{margin:0;font-size:19.1px;line-height:1.3;}
.narrow-lead .direct-tile p{margin:0;font-size:calc(19.1px * .875);line-height:1.76;}
.narrow-lead .bottom-figure{display:flex;flex-direction:column;gap:.7rem;padding:calc(1.5rem * .75);background:#1E1E1C;color:#F4F4F2;border:1px solid #3A3A36;border-radius:0.43rem;}
.narrow-lead .bottom-figure p{margin:0;font-size:calc(19.1px * .875);line-height:1.76;}
.narrow-lead .bottom-figure .fresh-story{font-size:calc(19.1px * .875);}
.narrow-lead .bottom-figure a{color:#F2B705;text-decoration:underline;text-underline-offset:3px;}
.narrow-lead .bottom-figure a:hover{color:#FFC81F;}
@media (max-width:700px){.narrow-lead .direct-tile{grid-template-columns:1fr;gap:.4rem;}
}
.main-benefit{padding:calc(1.5rem * 2.4) 2.34rem;background:#1E1E1C;color:#C9C9C4}
.main-benefit .service-copy{max-width:1260px;margin:0 auto}
.main-benefit .compact-story{display:flex;flex-wrap:wrap;gap:calc(1.88rem * 1.5);align-items:flex-start}
.main-benefit .focused-media{flex:1 1 18rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.88rem * 1.5);border-top:2px solid #FFC81F;padding-top:1.5rem}
.main-benefit .compact-nav img{display:block;width:96px;height:96px;border-radius:0.43rem;object-fit:cover;border:1px solid #3A3A36}
.main-benefit .compact-nav .open-links{margin:calc(1.5rem * .75) 0 0;font-size:calc(19.1px * 1.125);font-weight:700;line-height:1.2}
.main-benefit .compact-nav .main-panel{margin:calc(1.5rem * .75) 0 0;font-size:calc(19.1px * .875);line-height:1.76}
.main-benefit .local-header p{margin:0 0 calc(1.5rem * .75);line-height:1.76;font-size:calc(19.1px * .875)}
.main-benefit .local-header a{display:block;font-size:calc(19.1px * .875);text-decoration:none;margin-top:calc(1.5rem * .75);word-break:break-word}
.main-benefit .local-header a:hover{}
.main-benefit .open-view{flex:2 1 34rem;min-width:0}
.main-benefit h2{margin:0;font-size:calc(19.1px * 2);line-height:1.1}
.main-benefit .open-view>p{margin:1.5rem 0 0;font-size:19.1px;line-height:1.76}
.main-benefit .quiet-entries{margin-top:calc(1.88rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.main-benefit .quiet-entries p{margin:0;display:flex;gap:1.5rem;align-items:flex-start;border-bottom:1px solid #3A3A36;padding-bottom:1.5rem}
.main-benefit .quiet-entries p:last-child{border-bottom:0;padding-bottom:0}
.main-benefit .quiet-entries strong{flex:0 0 11rem;font-size:calc(19.1px * .875);text-transform:uppercase;letter-spacing:0.04em}
.main-benefit .quiet-entries span{flex:1 1 22rem;min-width:0;line-height:1.76}
@media(max-width:760px){.main-benefit .compact-story{display:block}.main-benefit .open-view{margin-top:calc(1.88rem * 1.5)}.main-benefit .quiet-entries p{display:block}.main-benefit .quiet-entries strong{display:block;margin-bottom:calc(1.5rem * .75)}.main-benefit h2{font-size:calc(19.1px * 1.35)}}
.plain-intro{
  background: #141414;
  color: #F4F4F2;
  padding: calc(1.5rem * 2.4) 2.34rem;
}
.plain-intro .service-copy{width: min(100%, 1260px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .36fr) minmax(0, 1fr);
  gap: 1.88rem;
  align-items: start;}
.plain-intro h2,
.plain-intro h3,
.plain-intro p{margin: 0;}
.plain-intro h2{font-size: calc(19.1px * 2); line-height: 1.1;}
.plain-intro h3{font-size: calc(19.1px * 1.35); line-height: 1.18;}
.plain-intro p{font-size: 19.1px; line-height: 1.76;}
.plain-intro .site-entries{
  display: grid;
  gap: calc(1.88rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.95rem;
  background: #1E1E1C;
  color: #C9C9C4;
  border: 1px solid #3A3A36;
}
.plain-intro .site-entries h2{color: #F4F4F2;}
.plain-intro .strong-actions{display: flex;
  flex-direction: column;
  gap: calc(1.88rem * 1.5);}
.plain-intro .direct-tile{display: grid;
  grid-template-columns: minmax(7rem, .22fr) minmax(0, 1fr);
  grid-template-areas:
    "role title"
    "role text";
  gap: 0.35rem 1.88rem;
  padding: calc(1.88rem * 1.5) 0;
  border-top: 1px solid #3A3A36;
  color: inherit;
  text-decoration: none;
  transition: border-color 450ms var(--speed-panel);}
.plain-intro .direct-tile:last-child{border-bottom: 1px solid #3A3A36;}
.plain-intro .direct-tile b{grid-area: role;
  font-size: calc(19.1px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFC81F;}
.plain-intro .direct-tile h3{grid-area: title;}
.plain-intro .direct-tile p{grid-area: text; color: #C9C9C4;}
.plain-intro .direct-tile:hover{border-color: #F2B705;}
.plain-intro .direct-tile:hover h3{color: #F2B705;}
.plain-intro .secondary-summary{
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.88rem;
  padding: calc(1.88rem * 1.5) calc(1.5rem * .75);
  border-radius: 0.43rem;
  background: #F2B705;
  color: #141414;
}
.plain-intro .secondary-summary p{}
.plain-intro .secondary-summary a{text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid currentColor;}
.plain-intro .secondary-summary a:hover{opacity: 0.82;}
@media (max-width: 860px) {.plain-intro .service-copy{ grid-template-columns: 1fr; }.plain-intro .direct-tile{
    grid-template-columns: 1fr;
    grid-template-areas:
      "role"
      "title"
      "text";
  }.plain-intro .secondary-summary{
    flex-direction: column;
    align-items: flex-start;
  }
}
.open-unit{
  background: linear-gradient(135deg, #141414 0%, #1E1E1C 55%, #2A2A28 100%);
  color: #F4F4F2;
  padding: calc(1.5rem * 2.4) 2.34rem;
}
.open-unit .service-copy{width: min(100%, 1260px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 3.4rem minmax(0, .58fr) minmax(0, 1fr);
  gap: 1.88rem;
  align-items: start;}
.open-unit h2,
.open-unit h3,
.open-unit p{margin: 0;}
.open-unit h2{font-size: calc(19.1px * 2); line-height: 1.1;}
.open-unit h3{font-size: calc(19.1px * 1.35); line-height: 1.18;}
.open-unit p{font-size: 19.1px; line-height: 1.76;}
.open-unit .compact-story{display: flex;
  flex-direction: column;
  gap: calc(1.88rem * 1.5);
  border-left: 1px solid #3A3A36;
  padding-left: calc(1.5rem * .75);}
.open-unit .compact-story a{text-decoration: none;
  font-size: calc(19.1px * .875);
  border-bottom: 1px solid currentColor;
  width: fit-content;
  padding-bottom: 2px;}
.open-unit .fresh-items{display: grid;
  gap: calc(1.88rem * 1.5);
  align-content: start;
  padding-top: calc(1.5rem * .75);}
.open-unit .site-inner{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.open-unit [data-block]{
  display: grid;
  grid-template-columns: minmax(4.5rem, .16fr) minmax(8rem, .32fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.43rem;
  background: #1E1E1C;
  color: #F4F4F2;
  border: 1px solid #3A3A36;
  animation: galleryRailIn calc(450ms * 2) var(--speed-panel) both;
  animation-delay: var(--delay-entry, 0ms);
}
.open-unit [data-block] span{font-size: calc(19.1px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
@keyframes galleryRailIn {from{ opacity: .25; transform: translateY(calc(calc(1.88rem * 1) * .12)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.open-unit .service-copy{ grid-template-columns: 1fr; }.open-unit [data-block]{ grid-template-columns: 1fr; gap: calc(1.88rem * 1.5); }.open-unit .compact-story{ flex-direction: row; flex-wrap: wrap; border-left: 0; padding-left: 0; }
}
.open-inner{
    color:#F4F4F2;
    background:#141414;
    padding:calc(1.5rem * 2.4) 2.34rem;
}
.open-inner .c{max-width:1260px;
    margin:0 auto;
    display:grid;
    gap:2.34rem;}
@media (min-width: 1024px){.open-inner .c{
        grid-template-columns:minmax(0,1fr) 300px;
        align-items:start;
    }
}
.open-inner .page-nav{margin-bottom:calc(1.88rem * 1.5);}
.open-inner h1{font-size:calc(19.1px * 2.65);
    line-height:1.2;
    margin:0 0 0.75rem;}
.open-inner .soft-inner{display:flex;
    flex-wrap:wrap;
    gap:1rem;
    font-size:calc(19.1px * .875);}
.open-inner .team-copy{margin:0 0 calc(1.88rem * 1.5);
    border-radius:0.95rem;
    overflow:hidden;
    box-shadow:0 10px 24px rgba(0,0,0,0.18);}
.open-inner .team-copy img{display:block;
    width:100%;
    height:auto;}
.open-inner .simple-body{line-height:1.76;}
.open-inner .simple-body p{margin:0 0 1.1rem;}
.open-inner .simple-body h2{font-size:calc(19.1px * 1.35);
    margin:1.6rem 0 0.7rem;}
.open-inner .fresh-story{margin-top:calc(1.88rem * 1.5);
    display:flex;
    flex-wrap:wrap;
    gap:1.25rem;
    font-size:calc(19.1px * .875);}
.open-inner .fresh-story a{text-decoration:none;
    border-bottom:1px solid transparent;
    transition:border-color 450ms var(--speed-panel), color 450ms var(--speed-panel);}
.open-inner .fresh-story a:hover{border-bottom-color:#FFC81F;}
.open-inner .public-view{
    background:#1E1E1C;
    color:#F4F4F2;
    border:1px solid #3A3A36;
    padding:calc(1.5rem * .75);
    border-radius:0.95rem;
    box-shadow:0 1px 8px rgba(0,0,0,0.14);
}
.open-inner .public-view h3{margin:0 0 1rem;
    font-size:calc(19.1px * 1.125);}
.open-inner .wide-tile{display:flex;
    flex-direction:column;
    gap:0.75rem;}
.open-inner .public-view a{text-decoration:none;}
.open-inner .public-view a:hover{text-decoration:underline;}
.primary-tile{padding:calc(1.5rem * 2.4) 2.34rem;background:#1E1E1C;color:#C9C9C4;}
.primary-tile .service-copy{max-width:1260px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.88rem * 1.5);}
.primary-tile .strong-wrap h2{margin:0 0 calc(1.5rem * .75);font-size:calc(19.1px * 2);}
.primary-tile .strong-wrap p{margin:0;font-size:19.1px;}
.primary-tile .strong-actions{display:flex;flex-wrap:wrap;gap:1.88rem;}
.primary-tile .team-quote{flex:1 1 320px;border:1px solid #3A3A36;border-radius:0.95rem;background:#1E1E1C;color:#F4F4F2;padding:calc(1.5rem * .75) 2.34rem;box-shadow:0 1px 8px rgba(0,0,0,0.14);}
.primary-tile .team-quote h3{margin:0 0 8px;font-size:calc(19.1px * 1.35);}
.primary-tile .team-quote p{margin:0;font-size:19.1px;}
.primary-tile .bottom-figure{border-top:1px solid #3A3A36;padding-top:calc(1.88rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.primary-tile .bottom-figure p{margin:0;font-size:calc(19.1px * .875);}
.primary-tile .bottom-figure a{color:#F2B705;text-decoration:underline;}
.primary-tile .bottom-figure a:hover{color:#FFC81F;}
.primary-tile .fresh-story{font-size:calc(19.1px * .875);}
@media (max-width:700px){.primary-tile .strong-actions{flex-direction:column;}}
.open-frame{padding:calc(1.5rem * 2.4) 2.34rem;background:linear-gradient(135deg, #F2B705 0%, #FFC81F 100%);color:#141414}
.open-frame .service-copy{max-width:1260px;margin:0 auto}
.open-frame .main-brand{display:flex;gap:calc(1.88rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.open-frame .strong-wrap{flex:1 1 22rem;min-width:0}
.open-frame .strong-wrap h2{margin:0;font-size:calc(19.1px * 2);line-height:1.05}
.open-frame .main-panel{margin:calc(1.5rem * .75) 0 0;font-size:calc(19.1px * .875);letter-spacing:.02em;text-transform:uppercase}
.open-frame .compact-nav{flex:1 1 30rem;min-width:0}
.open-frame .compact-nav p{margin:0 0 calc(1.5rem * .75);font-size:19.1px;line-height:1.76}
.open-frame .compact-nav p:last-of-type{margin-bottom:0}
.open-frame .local-header{list-style:none;margin:calc(1.88rem * 1.5) 0 0;padding:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.open-frame .local-header li{min-width:0}
.open-frame .local-header a{display:inline-flex;border-radius:0.43rem;background:#FFC81F;color:#141414;padding:calc(calc(1.5rem * .75)*.6) calc(1.5rem * .75);text-decoration:none;font-size:calc(19.1px * .875)}
.open-frame .local-header a:hover{background:#F2B705;color:#F4F4F2;}
@media(max-width:760px){.open-frame .main-brand{display:block}.open-frame .compact-nav{margin-top:calc(1.88rem * 1.5)}.open-frame .strong-wrap h2{font-size:calc(19.1px * 1.35)}}
.media-tile{
  background: #141414;
  color: #F4F4F2;
  padding: calc(1.5rem * 2.4) 2.34rem;
}
.media-tile .service-copy{width: min(100%, 1260px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .36fr) minmax(0, 1fr);
  gap: 1.88rem;
  align-items: start;}
.media-tile h2,
.media-tile h3,
.media-tile p{margin: 0;}
.media-tile h2{font-size: calc(19.1px * 2); line-height: 1.1;}
.media-tile h3{font-size: calc(19.1px * 1.35); line-height: 1.18;}
.media-tile p{font-size: 19.1px; line-height: 1.76;}
.media-tile .primary-stack{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.88rem * 1.5);
  border-radius: 1.18rem;
  background: var(--tone-main);
  color: var(--ink-primary);
}
.media-tile .primary-stack a{width: fit-content;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;}
.media-tile .primary-surface{display: flex;
  flex-direction: column;
  gap: 0;}
.media-tile [data-block]{display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem 0;
  border-top: 1px solid #3A3A36;}
.media-tile [data-block]:first-child{border-top: 0;
  padding-top: 0;}
.media-tile .soft-inner{color: #C9C9C4;
  font-size: calc(19.1px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
@media (max-width: 820px) {.media-tile .service-copy{ grid-template-columns: 1fr; }
}
.visual-list{
  background: linear-gradient(135deg, #141414 0%, #1E1E1C 55%, #2A2A28 100%);
  color: #F4F4F2;
  padding: calc(1.5rem * 2.4) 2.34rem;
}
.visual-list .fresh-lead{display: block;
  width: min(100%, 1260px);
  margin: 0 auto calc(1.88rem * 1.5);
  aspect-ratio: 21 / 8;
  object-fit: cover;
  border-radius: 1.18rem;}
.visual-list .service-copy{width: min(100%, 1260px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.88rem;}
.visual-list h2,
.visual-list h3,
.visual-list p{margin: 0;}
.visual-list h2{font-size: calc(19.1px * 2.65);
  line-height: 1.05;}
.visual-list .public-section{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-content: start;}
.visual-list .public-section p{line-height: 1.76;}
.visual-list .visual-view{display: flex;
  gap: calc(1.5rem * .75);
  overflow-x: auto;
  padding-bottom: calc(1.5rem * .75);
  scroll-snap-type: x mandatory;}
.visual-list .primary-stack{flex: 0 0 min(21rem, 78vw);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * .5);}
.visual-list .main-steps{display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 0.95rem;
  margin-bottom: calc(calc(1.5rem * .75) * .6);}
.visual-list span{display: block;
  font-size: calc(19.1px * .875);
  letter-spacing: 0.02em;}
.visual-list h3{font-size: calc(19.1px * 1.35);
  line-height: 1.14;}
.visual-list .primary-stack p{font-size: calc(19.1px * .875);
  line-height: 1.76;}
@media (max-width: 820px) {.visual-list .fresh-lead{ aspect-ratio: 16 / 10; }
}
.visual-list .service-copy > *{min-width: 0; flex: 1 1 18rem;}
.focused-benefit{
    color:#F4F4F2;
    background:#141414;
    padding:calc(1.5rem * 2.4) 2.34rem;
}
.focused-benefit .c{max-width:1260px;
    margin:0 auto;
    display:grid;
    gap:2.34rem;}
@media (min-width:1024px){.focused-benefit .c{grid-template-columns:minmax(0,1fr) 320px;}
}
.focused-benefit .simple-proof{display:flex;flex-direction:column;gap:calc(1.88rem * 1.5);}
.focused-benefit .open-figure{display:flex;flex-direction:column;gap:0.9rem;}
.focused-benefit .contact-quote{margin:0;
    font-size:calc(19.1px * .875);
    letter-spacing:0.08em;
    text-transform:uppercase;}
.focused-benefit h1{margin:0;
    font-size:calc(19.1px * 2.65);
    line-height:1.15;}
.focused-benefit .strong-wrap{margin:0;
    font-size:calc(19.1px * 1.125);
    line-height:1.76;}
.focused-benefit .soft-inner{display:flex;
    flex-wrap:wrap;
    gap:0.5rem 1.25rem;
    font-size:calc(19.1px * .875);
    padding-top:0.4rem;
    border-top:1px solid #3A3A36;}
.focused-benefit .simple-footer{margin:0;
    display:flex;
    flex-direction:column;
    gap:0.6rem;}
.focused-benefit .simple-footer img{width:100%;
    height:auto;
    display:block;
    border-radius:0.95rem;
    box-shadow:0 10px 24px rgba(0,0,0,0.18);}
.focused-benefit .simple-footer figcaption{font-size:calc(19.1px * .875);}
.focused-benefit .simple-body{display:flex;
    flex-direction:column;
    gap:calc(1.88rem * 1.5);
    line-height:1.76;}
.focused-benefit .simple-body p{margin:0;}
.focused-benefit .simple-body h2{margin:0;
    font-size:calc(19.1px * 1.35);
    line-height:1.3;}
.focused-benefit .quiet-list{margin:0;
    padding-left:1.2rem;
    display:flex;
    flex-direction:column;
    gap:0.9rem;}
.focused-benefit .quiet-list li{padding-left:0.2rem;}
.focused-benefit .quiet-list strong{display:block;margin-bottom:0.15rem;}
.focused-benefit .page-view{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);
    padding-top:calc(1.5rem * .75);
    border-top:1px solid #3A3A36;}
.focused-benefit .bottom-figure{
    margin:0;
    padding:calc(1.5rem * .75);
    background:#1E1E1C;
    color:#C9C9C4;
    border-radius:0.43rem;
    font-size:19.1px;
}
.focused-benefit .fresh-story{display:flex;
    flex-wrap:wrap;
    gap:0.75rem 1.5rem;}
.focused-benefit .fresh-story a{text-decoration:none;
    font-size:19.1px;
    border-bottom:1px solid transparent;
    transition:color 450ms var(--speed-panel), border-color 450ms var(--speed-panel);}
.focused-benefit .fresh-story a:hover{border-bottom-color:#FFC81F;}
.focused-benefit .public-view{
    background:#1E1E1C;
    color:#F4F4F2;
    border:1px solid #3A3A36;
    border-radius:0.95rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 8px rgba(0,0,0,0.14);
    display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);
    align-self:start;
}
.focused-benefit .public-view h3{margin:0;
    font-size:calc(19.1px * 1.35);}
.focused-benefit .team-summary{margin:0;
    font-size:calc(19.1px * .875);}
.focused-benefit .wide-tile{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:1rem;}
.focused-benefit .wide-tile li{display:flex;
    flex-direction:column;
    gap:0.25rem;
    padding-bottom:0.9rem;
    border-bottom:1px solid #3A3A36;}
.focused-benefit .wide-tile li:last-child{border-bottom:none;
    padding-bottom:0;}
.focused-benefit .wide-tile a{text-decoration:none;
    font-size:19.1px;}
.focused-benefit .wide-tile a:hover{text-decoration:underline;}
.focused-benefit .wide-tile span{font-size:calc(19.1px * .875);}
@media (max-width:640px){.focused-benefit .soft-inner{flex-direction:column;gap:0.25rem;}
}
.wide-actions{padding:calc(1.5rem * 2.4) 2.34rem;background:#1E1E1C;color:#C9C9C4;}
.wide-actions .service-copy{max-width:1260px;margin:0 auto;}
.wide-actions .open-figure{margin-bottom:calc(1.88rem * 1.5);}
.wide-actions .open-figure h2{margin:0;font-size:calc(19.1px * 2);line-height:1.2;}
.wide-actions .open-figure p{margin:calc(1.5rem * .75) 0 0;font-size:19.1px;line-height:1.76;}
.wide-actions .clear-headline{margin-bottom:calc(1.88rem * 1.5);}
.wide-actions .clear-headline p{margin:0;font-size:19.1px;line-height:1.76;}
.wide-actions .quiet-entries{display:flex;flex-direction:column;gap:1.88rem;}
.wide-actions .team-quote{padding:calc(1.5rem * .75) 0;border-top:1px solid #3A3A36;}
.wide-actions .team-quote:last-child{border-bottom:1px solid #3A3A36;}
.wide-actions .team-quote h3{margin:0 0 0.5rem;font-size:calc(19.1px * 1.35);line-height:1.3;}
.wide-actions .team-quote p{margin:0;font-size:19.1px;line-height:1.76;}
.wide-actions .bottom-figure{margin-top:calc(1.88rem * 1.5);padding:calc(1.5rem * .75);background:#1E1E1C;color:#F4F4F2;border:1px solid #3A3A36;border-radius:0.43rem;}
.wide-actions .bottom-figure p{margin:0;font-size:19.1px;line-height:1.76;}
.wide-actions .fresh-story{display:flex;flex-wrap:wrap;gap:1.88rem;margin-top:calc(1.88rem * 1.5);}
.wide-actions .fresh-story a{color:#F2B705;text-decoration:none;font-weight:600;font-size:19.1px;border-bottom:2px solid transparent;transition:color 450ms var(--speed-panel),border-color 450ms var(--speed-panel);}
.wide-actions .fresh-story a:hover{color:#FFC81F;border-bottom-color:#FFC81F;}
@media (max-width:640px){.wide-actions .fresh-story{flex-direction:column;gap:calc(1.5rem * .75);}
    }
.wide-quote{padding:calc(1.5rem * 2.4) 2.34rem;background:linear-gradient(135deg, #F2B705 0%, #FFC81F 100%);color:#141414}
.wide-quote .service-copy{max-width:1260px;margin:0 auto}
.wide-quote .main-brand{display:flex;gap:calc(1.88rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.wide-quote .clear-region{flex:1 1 22rem;min-width:0}
.wide-quote .clear-region h2{margin:0 0 calc(calc(1.5rem * .75)*.5);font-size:calc(19.1px * 2);line-height:1.08}
.wide-quote .clear-region .main-panel{margin:0 0 calc(1.5rem * .75);font-size:calc(19.1px * .875);letter-spacing:.02em;text-transform:uppercase}
.wide-quote .clear-region img{display:block;width:100%;height:auto;border-radius:0.95rem;box-shadow:0 10px 24px rgba(0,0,0,0.18)}
.wide-quote .compact-nav{flex:1 1 30rem;min-width:0}
.wide-quote .compact-nav p{margin:0 0 calc(1.5rem * .75);font-size:19.1px;line-height:1.76}
.wide-quote .compact-nav p:last-of-type{margin-bottom:0}
.wide-quote .compact-nav ul{list-style:none;margin:calc(1.88rem * 1.5) 0 0;padding:0;display:flex;flex-wrap:wrap;gap:calc(1.88rem*.6)}
.wide-quote .compact-nav li{min-width:0}
.wide-quote .compact-nav li a{display:inline-flex;border-radius:0.43rem;background:transparent;color:#141414;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(19.1px * .875);border:1px solid rgba(20,20,20,.28)}
.wide-quote .compact-nav li a:hover{background:color-mix(in srgb, currentColor 10%, transparent);color:#F4F4F2;}
.wide-quote .box{margin-top:calc(1.88rem * 1.5);font-size:calc(19.1px * .875);line-height:1.76}
.wide-quote .box a{color:#141414;text-decoration:underline}
@media(max-width:760px){.wide-quote .main-brand{display:block}.wide-quote .compact-nav{margin-top:calc(1.88rem * 1.5)}.wide-quote .clear-region h2{font-size:calc(19.1px * 1.35)}
}
.steady-brand{
  background: #141414;
  color: #F4F4F2;
  padding: calc(1.5rem * 2.4) 2.34rem;
}
.steady-brand .service-copy{width: min(100%, 1260px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(16rem, .38fr) minmax(0, 1fr);
  gap: 1.88rem;
  align-items: start;}
.steady-brand h2,
.steady-brand h3,
.steady-brand p{margin: 0;}
.steady-brand h2{font-size: calc(19.1px * 2); line-height: 1.1;}
.steady-brand h3{font-size: calc(19.1px * 1.35); line-height: 1.18;}
.steady-brand p{font-size: 19.1px; line-height: 1.76;}
.steady-brand .primary-stack{
  display: grid;
  gap: calc(1.88rem * 1.5);
  align-content: start;
  padding: calc(1.88rem * 1.5);
  border-radius: 1.18rem;
  background: var(--tone-main);
  color: var(--ink-primary);
  position: sticky;
  top: 1.5rem;
}
.steady-brand .primary-stack a{width: fit-content;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-size: 19.1px;}
.steady-brand .primary-surface{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.steady-brand [data-block]{
  flex: 1 1 20rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.95rem;
  background: #1E1E1C;
  color: #F4F4F2;
  border: 1px solid #3A3A36;
}
.steady-brand .soft-inner{color: #C9C9C4;
  font-size: calc(19.1px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
@media (max-width: 860px) {.steady-brand .service-copy{ grid-template-columns: 1fr; }.steady-brand .primary-stack{ position: static; }
}
.narrow-figure{
  background: linear-gradient(135deg, #141414 0%, #1E1E1C 55%, #2A2A28 100%);
  color: #F4F4F2;
  padding: calc(1.5rem * 2.4) 2.34rem;
}
.narrow-figure .service-copy{width: min(100%, 1260px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 15rem minmax(0, 1fr);
  grid-template-areas:
    "rail story"
    "rail entries";
  gap: 1.5rem 1.88rem;
  align-items: start;}
.narrow-figure h2,
.narrow-figure h3,
.narrow-figure p{margin: 0;}
.narrow-figure h2{font-size: calc(19.1px * 2); line-height: 1.1;}
.narrow-figure h3{font-size: calc(19.1px * 1.35); line-height: 1.18;}
.narrow-figure p{font-size: 19.1px; line-height: 1.76;}
.narrow-figure .compact-story{grid-area: rail;
  display: flex;
  flex-direction: column;
  gap: calc(1.88rem * 1.5);
  padding-left: calc(1.5rem * .75);
  border-left: 2px solid #F2B705;}
.narrow-figure .compact-story .contact-quote{font-size: calc(19.1px * .875);
  letter-spacing: .08em;
  text-transform: uppercase;}
.narrow-figure .compact-story a{text-decoration: none;
  font-size: calc(19.1px * .875);
  border-bottom: 1px solid transparent;
  transition: border-color 450ms var(--speed-panel), color 450ms var(--speed-panel);}
.narrow-figure .compact-story a:hover{border-bottom-color: currentColor;}
.narrow-figure .fresh-items{grid-area: story;
  display: grid;
  gap: calc(1.88rem * 1.5);}
.narrow-figure .site-inner{grid-area: entries;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.narrow-figure [data-block]{
  display: grid;
  grid-template-columns: 6rem minmax(0, 1fr);
  gap: calc(1.88rem * 1.5) 1.5rem;
  padding: calc(1.5rem * .75) 1.5rem;
  border-radius: 0.43rem;
  background: #1E1E1C;
  color: #F4F4F2;
  border: 1px solid #3A3A36;
  animation: galleryRailIn calc(450ms * 2) var(--speed-panel) both;
  animation-delay: var(--delay-entry, 0ms);
}
.narrow-figure [data-block] .soft-inner{font-size: calc(19.1px * .875);
  letter-spacing: .04em;}
.narrow-figure [data-block] h3{grid-column: 2;}
.narrow-figure [data-block] p{grid-column: 2;}
@keyframes galleryRailIn {from{ opacity: .25; transform: translateY(calc(calc(1.88rem * 1) * .12)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.narrow-figure .service-copy{
    grid-template-columns: 1fr;
    grid-template-areas:
      "story"
      "rail"
      "entries";
  }.narrow-figure .compact-story{
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border-left: 0;
    border-top: 2px solid #F2B705;
    padding-left: 0;
    padding-top: calc(1.88rem * 1.5);
    gap: calc(1.88rem * 1.5);
  }.narrow-figure [data-block]{
    grid-template-columns: 1fr;
  }.narrow-figure [data-block] h3,
  .narrow-figure [data-block] p{ grid-column: 1; }
}
.public-details{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.34rem;
    background:#141414;
    color:#F4F4F2;
  }
.public-details .simple-proof{max-width:min(1260px,64rem);
    margin:0 auto;}
.public-details h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,4.6vw,calc(19.1px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.01em;}
.public-details .strong-wrap{margin-top:clamp(.9rem,1.8vw,calc(1.88rem * 1.5));
    padding-left:clamp(.85rem,1.6vw,1.25rem);
    border-left:3px solid #F2B705;}
.public-details .strong-wrap p{margin:0;
    font-size:clamp(1rem,1.3vw,19.1px);
    line-height:1.72;}
.public-details .main-steps{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.43rem;
    margin:clamp(1.1rem,2.4vw,1.5rem) 0 0;}
.public-details .bottom-figure{margin-top:clamp(1rem,2vw,calc(1.88rem * 1.5));
    padding-top:clamp(.85rem,1.6vw,1.1rem);
    border-top:1px solid #3A3A36;}
.public-details .bottom-figure p{margin:0;
    font-size:calc(19.1px * .875);
    line-height:1.7;}
@media (max-width:640px){.public-details h1{max-width:100%;}.public-details .main-steps{aspect-ratio:4/3;}.public-details{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.public-header{
  padding: calc(1.5rem * 2.4) 2.34rem;
  background: var(--tone-main);
  color: var(--ink-primary);
}
.public-header .quiet-inner{width: min(100%, calc(1260px * .58));
  margin: 0 auto;}
.public-header h2{margin: 0;
  font-size: calc(19.1px * 2);
  line-height: 1.1;}
.public-header .featured-inner{margin: 1.5rem 0 calc(1.88rem * 1.5);
  font-size: calc(19.1px * 1.125);
  line-height: 1.76;}
.public-header .local-header{display: flex;
  flex-direction: column;
  margin: 0;
  padding: 1.5rem 0;
  border-top: 1px solid #3A3A36;}
.public-header .local-header a{align-self: flex-start;color:inherit;
  font-size: calc(19.1px * 1.35);
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;}
.public-header .local-header a:hover{color:inherit;}
.public-header .local-header span{order: -1;
  margin-bottom: calc(1.5rem * .75);color:inherit;
  font-size: calc(19.1px * .875);}
.public-header .steady-shell{display: flex;
  gap: 1.88rem;
  padding: 1.5rem 0;
  border-top: 1px solid #3A3A36;}
.public-header .steady-shell p{flex: 1 1 0;
  margin: 0;color:inherit;
  line-height: 1.76;}
.public-header .contact-view{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #3A3A36;}
.public-header .contact-view a{color: inherit;
  text-decoration: none;
  transition: color 450ms var(--speed-panel);}
.public-header .contact-view a:hover{color:inherit;}
@media (max-width: 520px) {.public-header .steady-shell{
    display: block;
  }.public-header .steady-shell p + p{
    margin-top: 1.5rem;
  }
}
.public-inner{padding:calc(1.5rem * 2.4) 2.34rem;background:linear-gradient(135deg, #141414 0%, #1E1E1C 55%, #2A2A28 100%);color:#F4F4F2}
.public-inner .service-copy{max-width:1260px;margin:0 auto}
.public-inner .clear-headline{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:1.88rem;align-items:end;margin-bottom:calc(1.88rem * 1.5)}
.public-inner .clear-headline h2{margin:0;font-size:calc(19.1px * 2);line-height:1.1}
.public-inner .clear-headline p{margin:0;font-size:19.1px;line-height:1.76}
.public-inner .plain-method{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:1.88rem}
.public-inner .public-inner{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.public-inner .direct-tile{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.public-inner .direct-tile.split .visual-inner{flex:1 1 16rem}
.public-inner .visual-inner{display:flex;flex-direction:column;flex:1 1 100%}
.public-inner .visual-inner span{display:block;margin-bottom:0.4rem;font-size:calc(19.1px * .875)}
.public-inner input,.public-inner textarea,.public-inner select{width:100%;padding:calc(1.5rem * .75);border:1px solid #3A3A36;border-radius:0.29rem;background:#1E1E1C;color:#F4F4F2;font:inherit}
.public-inner textarea{resize:vertical}
.public-inner .direct-quote{display:flex;flex-wrap:wrap;align-items:center;gap:1.88rem;margin-top:calc(1.5rem * .75)}
.public-inner button{padding:calc(1.5rem * .75) 1.5rem;border:0;border-radius:0.29rem;background:#F2B705;color:#141414;font:inherit;cursor:pointer}
.public-inner button:hover{background:#FFC81F;color:#F4F4F2;}
.public-inner .bottom-figure{margin:0;flex:1 1 14rem;font-size:calc(19.1px * .875);}
.public-inner .focused-figure{background:#1E1E1C;color:#F4F4F2;border:1px solid #3A3A36;border-radius:0.43rem;padding:calc(1.5rem * .75);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.public-inner .focused-figure h3{margin:0;font-size:calc(19.1px * 1.35)}
.public-inner .focused-figure p{margin:0;font-size:calc(19.1px * .875);line-height:1.76}
.public-inner .quiet-entries{margin:0;padding-left:1.1rem;font-size:calc(19.1px * .875);line-height:1.76}
.public-inner .quiet-entries li{margin-bottom:0.3rem}
.public-inner .simple-block{border-top:1px solid #3A3A36;padding-top:calc(1.5rem * .75);display:flex;flex-direction:column;gap:0.3rem}
.public-inner .simple-block a{text-decoration:none}
.public-inner .simple-block a:hover{}
.public-inner .top-callout{font-size:calc(19.1px * .875)}
@media(max-width:820px){.public-inner .clear-headline{grid-template-columns:1fr}.public-inner .plain-method{grid-template-columns:1fr}}
.public-body{padding:calc(1.5rem * 2.4) 2.34rem;background:var(--tone-main);color:var(--ink-primary)}
.public-body .compact-story{max-width:1260px;margin:0 auto;display:grid;grid-template-columns:minmax(15rem,.3fr) minmax(0,1fr);gap:calc(1.88rem * 1.5)}
.public-body .top-note{align-self:start}
.public-body h2{margin:0;font-size:calc(19.1px * 2);line-height:1.1}
.public-body .top-note p{margin:calc(1.88rem * 1.5) 0 0;font-size:19.1px;line-height:1.76}
.public-body .featured-visual{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.public-body .simple-lead{height:clamp(20rem,38vw,32rem);border-radius:0.95rem;overflow:hidden;border:1px solid #3A3A36}
.public-body iframe{display:block;width:100%;height:100%;border:0}
.public-body .contact-copy{display:flex;flex-wrap:wrap;gap:1.88rem}
.public-body .local-header{flex:1 1 15rem;padding:calc(1.5rem * .75);border-radius:0.43rem;background:#1E1E1C;color:#F4F4F2;border:1px solid #3A3A36}
.public-body .local-header span{display:block;font-size:calc(19.1px * .875);color:inherit;}
.public-body .local-header strong{display:block;margin-top:calc(calc(1.5rem * .75) * .5);font-size:19.1px;line-height:1.4}
.public-body .local-header a{color:inherit;text-decoration:none}
.public-body .local-header a:hover{color:inherit;text-decoration:underline}
.public-body .bottom-figure{margin:0;padding-top:calc(1.88rem * 1.5);border-top:1px solid #3A3A36;font-size:calc(19.1px * .875);color:inherit;}
@media (max-width: 820px){.public-body .compact-story{grid-template-columns:1fr}.public-body .simple-lead{height:20rem}}
.primary-steps{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 2.34rem;
  background: linear-gradient(135deg, #141414 0%, #1E1E1C 55%, #2A2A28 100%);
  color: #F4F4F2;
}
.primary-steps .service-copy{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1260px;
  margin: 0 auto;}
.primary-steps .fresh-stack{margin: 0 0 calc(1.88rem * 1.5);
  padding: 1.5rem 0;}
.primary-steps h2{margin: 0;
  font-size: calc(19.1px * 2);
  line-height: 1.05;}
.primary-steps .fresh-stack p{margin: 1.5rem 0 0;
  font-size: calc(19.1px * 1.125);
  line-height: 1.76;}
.primary-steps .bottom-block{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.88rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.primary-steps .simple-lead{display: flex;
  flex-wrap: wrap;
  gap: 1.88rem;}
.primary-steps .simple-lead p{flex: 1 1 18rem;
  margin: 0;
  line-height: 1.76;}
.primary-steps .direct-quote{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.primary-steps .direct-quote a{color: inherit;
  font-size: calc(19.1px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.primary-steps .details{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);}
.primary-steps .details a{color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;}
.primary-steps .details span{display: block;
  margin-top: .35rem;
  font-size: calc(19.1px * .875);
  opacity: .65;}
@media (max-width: 720px) {.primary-steps .bottom-block,
  .primary-steps .simple-lead{
    display: block;
  }.primary-steps .simple-lead p + p{
    margin-top: calc(1.5rem * .75);
  }.primary-steps .direct-quote{
    align-items: flex-start;
    margin-top: 1.5rem;
  }
}
.primary-rail{padding:calc(1.5rem * 2.4) 2.34rem;background:var(--tone-main);color:var(--ink-primary)}
.primary-rail .simple-proof{max-width:min(1260px,58rem);margin:0 auto}
.primary-rail h2{margin:0;font-size:calc(19.1px * 2.65);line-height:1.06}
.primary-rail .strong-wrap{margin:1.5rem 0 calc(1.88rem * 1.5);font-size:calc(19.1px * 1.125);color:color-mix(in srgb,currentColor 74%,transparent)}
.primary-rail .primary-feature{margin:0 0 1.88rem;padding-left:calc(1.5rem * .75);border-left:2px solid #FFC81F}
.primary-rail .primary-feature:last-of-type{margin-bottom:calc(1.88rem * 1.5)}
.primary-rail h3{margin:0 0 calc(1.5rem * .75);font-size:calc(19.1px * 1.35);line-height:1.24}
.primary-rail .primary-feature p{margin:0;color:color-mix(in srgb,currentColor 74%,transparent)}
.primary-rail .bottom-figure{margin:0;font-size:calc(19.1px * .875);color:color-mix(in srgb,currentColor 60%,transparent)}
@media (max-width:640px){.primary-rail .primary-feature{padding-left:calc(1.5rem * .75);border-left-width:2px}
}
.simple-menu{padding:calc(1.5rem * 2.4) 2.34rem;background:#141414;color:#F4F4F2;}
.secondary-shell{max-width:1260px;margin:0 auto;}
.simple-menu h1{margin:0;font-size:calc(19.1px * 2.65);line-height:1.08;}
.public-area{
  padding: calc(1.5rem * 2.4) 2.34rem;
  background: #141414;
  color: #F4F4F2;
}
.public-area .service-copy{max-width: min(1260px, 60rem);
  margin: 0 auto;}
.public-area .open-figure{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding-bottom: calc(1.88rem * 1.5);
  border-bottom: 1px solid #3A3A36;}
.public-area h2{margin: 0;
  font-size: calc(19.1px * 2);
  line-height: 1.1;}
.public-area .clear-headline{margin: 0;
  color: #C9C9C4;
  font-size: calc(19.1px * 1.125);}
.public-area .page-stack{display: flex;
  flex-direction: column;
  gap: calc(1.88rem * 1.5);
  margin-top: calc(1.88rem * 1.5);}
.public-area .team-quote{
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: calc(calc(1.5rem * .75) * .5);
  padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);
  border-left: 3px solid #F2B705;
  background: #1E1E1C;
  color: #F4F4F2;
  border-radius: 0 0.43rem 0.43rem 0;
}
.public-area h3{margin: 0;
  font-size: calc(19.1px * 1.35);
  line-height: 1.25;}
.public-area .team-quote p{margin: 0;
  color: #C9C9C4;
  font-size: 19.1px;}
.public-area .team-quote a{color: #F2B705;
  text-decoration: underline;
  text-underline-offset: 3px;}
.public-area .team-quote a:hover{color: #FFC81F;}
@media (min-width: 720px) {.public-area .team-quote{
    grid-template-columns: 14rem minmax(0, 1fr);
    align-items: start;
    column-gap: 1.88rem;
  }
}
.page-service{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.34rem;
    background:#141414;
    color:#F4F4F2;
  }
.page-service .simple-proof{max-width:min(1260px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(1.88rem * 1.5));}
.page-service h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,5vw,calc(19.1px * 2.65));
    line-height:1.06;
    font-weight:680;
    letter-spacing:-0.005em;}
.page-service .main-steps{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.43rem;
    border:1px solid #3A3A36;}
.page-service .public-section{max-width:44rem;
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #3A3A36;}
.page-service .public-section p{margin:0;
    font-size:clamp(1rem,1.28vw,19.1px);
    line-height:1.76;}
@media (max-width:640px){.page-service{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.page-service h1{max-width:100%;}.page-service .main-steps{aspect-ratio:4/3;}
  }
.plain-grid{--layer-public:calc(1.5rem * 0.99);padding:calc(1.5rem * 2.4) 2.34rem;background:#F2B705;color:#141414;}
.plain-grid .service-copy{max-width:1260px;margin:0 auto;}
.plain-grid h1,.plain-grid h2,.plain-grid h3,.plain-grid p{margin:0;}
.plain-grid h2{font-size:calc(19.1px * 2);line-height:1.12;}
.plain-grid p{font-size:19.1px;line-height:1.76;}
.plain-grid a{color:inherit;text-decoration:none;}
.plain-grid .steady-block{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.29rem;background:#141414;color:#F2B705;font-weight:600;}
.plain-grid .steady-area h2{margin-top:var(--layer-public);}
.plain-grid .strong-wrap{margin-top:1.5rem;}
.plain-grid .bottom-figure{margin-top:calc(1.88rem * 1.5);opacity:.86;}
.plain-grid .fresh-story{margin-top:calc(1.88rem * 1.5);display:flex;flex-wrap:wrap;gap:1.88rem;font-size:calc(19.1px * .875);}
.plain-grid .fresh-story a{border-bottom:1px solid currentColor;padding-bottom:2px;}
.plain-grid .fresh-story a:hover{opacity:.72;}
.simple-shell{
  background:#141414;
  color:#F4F4F2;
  padding:calc(1.5rem * 2.4) 2.34rem;
}
.simple-shell .service-copy{max-width:min(1260px,72rem);
  margin:0 auto;}
.simple-shell .content-wrap{display:flex;
  flex-direction:column;
  gap:calc(1.88rem * 1.5);}
.simple-shell .open-figure{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  padding-bottom:calc(1.88rem * 1.5);
  border-bottom:1px solid #3A3A36;}
.simple-shell h2{margin:0;
  font-size:clamp(calc(19.1px * 2),4.6vw,calc(19.1px * 2.65));
  line-height:1.08;
  letter-spacing:0;}
.simple-shell .strong-wrap{margin:0;
  font-size:calc(19.1px * 1.125);
  line-height:1.7;
  color:#C9C9C4;}
.simple-shell .narrow-fields{display:grid;
  grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);
  gap:calc(1.88rem * 1.5);
  align-items:start;}
.simple-shell .open-team{display:flex;
  flex-direction:column;
  gap:1.88rem;}
.simple-shell .primary-flow{display:grid;
  grid-template-columns:auto 1fr;
  gap:1.88rem;
  padding-bottom:1.88rem;
  border-bottom:1px solid #3A3A36;}
.simple-shell .primary-flow:last-child{border-bottom:0;
  padding-bottom:0;}
.simple-shell .offer-callout{font-size:calc(19.1px * .875);
  font-weight:700;
  letter-spacing:0.08em;
  color:#FFC81F;
  padding-top:0.35rem;}
.simple-shell .primary-flow p{margin:0;
  font-size:19.1px;
  line-height:1.76;
  color:#F4F4F2;}
.simple-shell .local-header{
  background:#1E1E1C;
  color:#F4F4F2;
  border:1px solid #3A3A36;
  border-radius:0.95rem;
  padding:calc(1.5rem * .75);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
}
.simple-shell .local-header h3{margin:0;
  font-size:calc(19.1px * 1.35);
  line-height:1.2;}
.simple-shell .local-header p{margin:0;
  font-size:calc(19.1px * .875);
  line-height:1.65;
  color:#C9C9C4;}
.simple-shell .local-header ul{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:0.75rem;}
.simple-shell .local-header li{display:flex;
  flex-direction:column;
  gap:0.2rem;
  font-size:calc(19.1px * .875);
  line-height:1.5;}
.simple-shell .local-header .k{text-transform:uppercase;
  letter-spacing:0.08em;
  font-size:0.72rem;
  color:#C9C9C4;}
.simple-shell .local-header a{color:#F2B705;
  text-decoration:none;
  word-break:break-word;}
.simple-shell .local-header a:hover{color:#FFC81F;
  text-decoration:underline;}
.simple-shell .local-header .v{color:#F4F4F2;}
.simple-shell .fresh-story{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.88rem;
  padding-top:calc(1.88rem * 1.5);
  border-top:1px solid #3A3A36;}
.simple-shell .fresh-story .bottom-figure{margin:0;
  flex:1 1 16rem;
  font-size:calc(19.1px * .875);
  color:#C9C9C4;
  line-height:1.6;}
.simple-shell .fresh-story .content-header{
  display:inline-block;
  padding:0.7rem 1.1rem;
  border-radius:0.43rem;
  border:1px solid #3A3A36;
  background:transparent;
  color:#F4F4F2;
  text-decoration:none;
  font-size:calc(19.1px * .875);
  font-weight:600;
  transition:background 450ms var(--speed-panel),color 450ms var(--speed-panel);
}
.simple-shell .fresh-story .content-header:hover{
  background:#F2B705;
  color:#141414;
  border-color:#F2B705;
}
@media(max-width:820px){.simple-shell .narrow-fields{
    grid-template-columns:1fr;
  }
}
@media(max-width:520px){.simple-shell .primary-flow{
    grid-template-columns:1fr;
    gap:0.4rem;
  }.simple-shell .fresh-story{
    flex-direction:column;
    align-items:stretch;
  }.simple-shell .fresh-story .content-header{
    text-align:center;
  }
}
.site-flow{
  background: #141414;
  color: #F4F4F2;
  padding: calc(1.5rem * 2.4) 2.34rem;
}
.site-flow .service-copy{width: min(100%, 1260px);
  margin: 0 auto;}
.site-flow .fresh-media{display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(1.88rem * 1.5);}
.site-flow .bottom-figure{margin: 0;
  font-size: calc(19.1px * .875);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFC81F;}
.site-flow h1{margin: 0;
  font-size: clamp(calc(19.1px * 2), 6vw, calc(19.1px * 2.65));
  line-height: 1.05;
  letter-spacing: -0.01em;}
.site-flow .featured-inner{margin: 0;
  font-size: calc(19.1px * 1.125);
  line-height: 1.7;
  color: #C9C9C4;}
.site-flow .direct-quote{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.88rem;
  min-width: 0;}
.site-flow a{max-width: 100%;
  overflow-wrap: anywhere;
  text-decoration: none;}
.site-flow .page-inner{
  padding: 13px 20px;
  border-radius: 0.43rem;
  background: #F2B705;
  color: #141414;
  font-weight: 700;
  transition: background 450ms var(--speed-panel);
}
.site-flow .page-inner:hover{
  background: #FFC81F;color:#F4F4F2;}
.site-flow .quiet-panel{padding: 4px 0;
  color: #F2B705;
  border-bottom: 1px solid #3A3A36;
  transition: color 450ms var(--speed-panel);}
.site-flow .quiet-panel:hover{color: #FFC81F;}
.site-flow .fresh-story{margin: 0;
  font-size: calc(19.1px * .875);
  line-height: 1.7;
  color: #C9C9C4;}
.site-flow .fresh-story a{color: #F2B705;
  border-bottom: 1px solid #3A3A36;}
.site-flow .fresh-story a:hover{color: #FFC81F;}
@media (max-width: 640px) {.site-flow .direct-quote{
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
