:root {
  --motion-soft: cubic-bezier(0.22,1,0.36,1);
  --tone-dark: #f6f7f9;
  --tone-clear: #14161b;
}
body{margin:0;padding:0;font-family:"Source Serif 4", sans-serif;}
*{box-sizing:border-box;}
.steady-brand {
    width: 100%;
    background: #0d0f13;
    color: #eef0f4;
    border-bottom: 1px solid #2c313c;
  }
.media-region {
    max-width: 1580px;
    margin: 0 auto;
    padding: 1.5rem 1.46rem;
    display: flex;
    flex-direction: column;
    gap: calc(2.01rem * 1.5);
  }
.bottom-items {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: calc(2.01rem * 1.5);
  }
.plain-story {
    font-size: calc(18.1px * 2);
    line-height: 1.76;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #eef0f4;
    text-decoration: none;
  }
.plain-story:hover {
    color: #ff4d5a;
  }
.nav-row {
    display: flex;
    justify-content: center;
    border-top: 1px solid #2c313c;
    border-bottom: 1px solid #2c313c;
    padding: calc(2.01rem * 1.5) 0;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.01rem;
  }
.nav-list a {
    display: inline-block;
    padding: 0.35rem 0.6rem;
    font-size: calc(18.1px * .875);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #eef0f4;
    text-decoration: none;
    border-radius: 0.33rem;
    transition: color 330ms var(--motion-soft),
                background-color 330ms var(--motion-soft);
  }
.nav-list a:hover {
    color: #ff4d5a;
    background: #15181e;
  }
.secondary-team {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0 auto;
    background: #171a21;
    color: #eef0f4;
    border: 1px solid #2c313c;
    border-radius: 0.43rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.featured-steps {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
  }
.featured-form {
    display: none;
    border-top: 1px solid #2c313c;
    padding-top: calc(2.01rem * 1.5);
  }
.featured-form.is-open {
    display: block;
  }
.team-copy {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
.team-copy a {
    display: block;
    padding: 0.75rem 0.5rem;
    font-size: 18.1px;
    color: #eef0f4;
    text-decoration: none;
    border-radius: 0.33rem;
    border-bottom: 1px solid #2c313c;
  }
.team-copy a:hover {
    color: #ff4d5a;
    background: #15181e;
  }
@media (max-width: 767px) {
    .nav-row {
      display: none;
    }

    .secondary-team {
      display: flex;
    }

    .plain-story {
      font-size: calc(18.1px * 1.35);
    }

    .media-region {
      gap: calc(2.01rem * 1.5);
    }
  }
.plain-header{font-family:"Source Serif 4", sans-serif;font-size:calc(18.1px * .875);line-height:1.76;padding:calc(1.5rem * 2.4) 1.46rem;background:var(--tone-dark);color:var(--tone-clear);}
.visual-form{max-width:1580px;margin:0 auto;display:grid;grid-template-columns:1.2fr 2fr 1.2fr;gap:calc(2.01rem * 1.5);align-items:start}
.site-menu{display:flex;flex-direction:column;gap:1.5rem}
.visual-nav{font-size:calc(18.1px * 1.125);font-weight:700;letter-spacing:0.02em;color:inherit;text-decoration:none}
.visual-nav:hover{}
.top-contact{margin:0;max-width:32ch;opacity:0.85}
.text-nav{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(2.01rem * 1.5)}
.primary-intro{display:flex;flex-direction:column;gap:1.5rem}
.page-list{font-size:18.1px;font-weight:600;margin:0;letter-spacing:0.04em;text-transform:uppercase;opacity:0.9}
.secondary-group{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.4rem}
.secondary-group a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 330ms var(--motion-soft), color 330ms var(--motion-soft)}
.secondary-group a:hover{border-bottom-color:currentColor;color:inherit}
.public-visual{display:flex;flex-direction:column;gap:1.5rem}
.plain-region{margin:0;display:flex;flex-wrap:wrap;gap:0.35rem}
.media-track{font-weight:600;opacity:0.85}
.public-visual a{color:inherit;text-decoration:none;border-bottom:1px solid transparent}
.public-visual a:hover{border-bottom-color:currentColor;color:inherit}
.compact-links{grid-column:1 / -1;border-top:1px solid rgba(255, 255, 255, 0.18);padding-top:calc(2.01rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.contact-menu{margin:0;max-width:90ch;opacity:0.85}
.service-form{margin:0;opacity:0.75}
.narrow-body{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:2.01rem}
.narrow-body a{color:inherit;text-decoration:none;border-bottom:1px solid transparent}
.narrow-body a:hover{border-bottom-color:currentColor;color:inherit}
@media (max-width: 960px) {.visual-form{grid-template-columns:1fr}.text-nav{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 560px) {.text-nav{grid-template-columns:1fr}.plain-header{padding:calc(2.01rem * 1.5) 1.46rem;background:var(--tone-dark);color:var(--tone-clear);}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:12px;right:12px;bottom:12px;z-index:1200;}
.cookies .local-fields{max-width:1580px;margin:0 auto;padding:14px 12px;border:1px solid #2c313c;border-radius:12px;background:#171a21;box-shadow:0 1px 6px rgba(0,0,0,0.15);display:flex;align-items:center;justify-content:space-between;gap:2.01rem;flex-wrap:wrap;color:#eef0f4;}
.cookies .local-fields p{margin:0;}
.cookies .primary-proof{display:flex;gap:8px;flex-wrap:wrap;}
.cookies .primary-proof button{border:0;border-radius:999px;background:#15181e;color:#c7cbd3;padding:7px 11px;cursor:pointer;}
.cookies .primary-proof button.cookie-accept{background:#e11d2a;color:#ffffff;}
@media (max-width: 760px){.cookies{border-radius:0.89rem;}
    }
.bottom-panel{
  --mark-content:calc(1.5rem * 1.05);
  --field-public:calc(1580px / 2.30);
  --copy-base:calc(1580px / 3.88);
  padding:calc(1.5rem * 2.4) 1.46rem;
  background:#0d0f13;
  color:#eef0f4;
}
.bottom-panel .local-fields{max-width:1580px;margin:0 auto;}
.bottom-panel .offer-proof{display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:2.01rem;
  flex-wrap:wrap;}
.bottom-panel .plain-team{flex:1 1 30rem;min-width:0;}
.bottom-panel h1,
.bottom-panel h2,
.bottom-panel h3,
.bottom-panel p{margin:0;}
.bottom-panel h1{font-size:calc(18.1px * 2.65);
  line-height:1.08;
  letter-spacing:-0.01em;}
.bottom-panel h2{font-size:calc(18.1px * 2);line-height:1.12;}
.bottom-panel h3{font-size:calc(18.1px * 1.35);line-height:1.2;}
.bottom-panel p{font-size:18.1px;
  line-height:1.76;}
.bottom-panel .bottom-track{margin-top:1.5rem;color:#eef0f4;}
.bottom-panel .site-figure{margin-top:calc(2.01rem * 1.5);
  color:#c7cbd3;
  font-size:calc(18.1px * .875);}
.bottom-panel a{color:inherit;text-decoration:none;}
.bottom-panel img{display:block;
  flex:0 1 min(var(--copy-base),36vw);
  width:min(var(--copy-base),100%);
  height:auto;
  border-radius:0.43rem;
  box-shadow:0 6px 16px rgba(0,0,0,0.2);}
.bottom-panel .narrow-area{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:1.5rem;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.33rem;
  background:#e11d2a;
  color:#ffffff;
  font-size:18.1px;
  transition:background 330ms var(--motion-soft);
}
.bottom-panel .narrow-area:hover{background:#b8131f;color:#eef0f4;}
.bottom-panel .site-tile{display:flex;
  flex-wrap:wrap;
  gap:calc(2.01rem * 1.5);
  margin-top:calc(2.01rem * 1.5);
  font-size:calc(18.1px * .875);}
.bottom-panel .site-tile a{color:inherit;
  border-bottom:1px solid transparent;
  padding-bottom:2px;
  transition:color 330ms var(--motion-soft),border-color 330ms var(--motion-soft);}
.bottom-panel .site-tile a:hover{color:#ff4d5a;
  border-color:#ff4d5a;}
@media (max-width:820px){.bottom-panel img{flex:1 1 100%;width:100%;}
}
.simple-visual{
  --mark-content:calc(1.5rem * 1.25);
  padding:calc(1.5rem * 2.4) 1.46rem;
  background:#0d0f13;
  color:#eef0f4;
}
.simple-visual .local-fields{max-width:1580px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--mark-content);}
.simple-visual h2,
.simple-visual p{margin:0;}
.simple-visual h2{font-size:calc(18.1px * 2);
  line-height:1.14;
  letter-spacing:-0.01em;}
.simple-visual .clear-feature{display:flex;
  flex-direction:column;
  gap:calc(calc(2.01rem * 1.5) * .6);
  border-left:3px solid #ff4d5a;
  padding-left:1.46rem;}
.simple-visual .bottom-track{font-size:18.1px;
  line-height:1.76;}
.simple-visual .contact-group{display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid #2c313c;}
.simple-visual details{border-bottom:1px solid #2c313c;
  padding:calc(calc(1.5rem * .75) * .85) 0;}
.simple-visual summary{cursor:pointer;
  font-size:calc(18.1px * 1.125);
  font-weight:600;
  line-height:1.35;
  list-style:none;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:1.46rem;}
.simple-visual summary::-webkit-details-marker{display:none;}
.simple-visual summary::after{content:"+";
  flex:0 0 auto;
  font-size:calc(18.1px * 1.125);
  line-height:1;}
.simple-visual details[open] summary::after{content:"–";}
.simple-visual details p{margin-top:calc(calc(2.01rem * 1.5) * .5);
  font-size:18.1px;
  line-height:1.76;}
.simple-visual .site-figure{font-size:calc(18.1px * .875);
  line-height:1.7;
  padding-top:calc(calc(2.01rem * 1.5) * .4);}
.simple-visual a{text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 330ms var(--motion-soft), border-color 330ms var(--motion-soft);}
.simple-visual a:hover{border-bottom-color:#ff4d5a;}
@media (max-width:720px){.simple-visual .clear-feature{padding-left:calc(2.01rem * 1.5);}.simple-visual summary{font-size:18.1px;}
}
.offer-service{--mark-content:calc(1.5rem * 1.2);--field-public:calc(1580px / 3.05);padding:calc(1.5rem * 2.4) 1.46rem;background:#0d0f13;color:#eef0f4;}
.offer-service .local-fields{max-width:1580px;margin:0 auto;}
.offer-service h1,.offer-service h2,.offer-service h3,.offer-service p{margin:0;}
.offer-service h2{font-size:calc(18.1px * 2);line-height:1.12;}
.offer-service h3{font-size:calc(18.1px * 1.35);line-height:1.22;}
.offer-service p{font-size:18.1px;line-height:1.76;color:#c7cbd3;}
.offer-service a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:color 330ms var(--motion-soft),border-color 330ms var(--motion-soft);}
.offer-service a:hover{color:#ff4d5a;border-bottom-color:#ff4d5a;}
.offer-service img{display:block;width:100%;height:auto;border-radius:0.43rem;}
.offer-service .bottom-track{font-size:calc(18.1px * 1.125);color:#eef0f4;}
.offer-service .site-figure{margin-top:var(--mark-content);padding-top:calc(2.01rem * 1.5);border-top:1px solid #2c313c;font-size:calc(18.1px * .875);}
.offer-service .active-links{display:flex;flex-wrap:wrap;gap:2.01rem;margin-top:var(--mark-content);}
.offer-service .plain-fields{flex:1 1 calc(1580px / 3.6);min-width:0;display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .6);padding:calc(calc(1.5rem * .75) * .9);border-radius:0.89rem;background:#171a21;color:#eef0f4;border:1px solid #2c313c;}
.offer-service .plain-fields p{color:#c7cbd3;}
.offer-service .plain-fields a{margin-top:auto;font-size:calc(18.1px * .875);color:#ff4d5a;}
.offer-service .plain-fields a:hover{color:#ff6b76;border-bottom-color:#ff6b76;}
.offer-service .active-lead{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.01rem;}
.offer-service .active-lead>h2{flex:1 1 calc(1580px / 3);min-width:0;}
.offer-service .active-lead>.bottom-track{flex:1 1 calc(1580px / 3);min-width:0;}
.offer-service .active-lead>.active-links{flex:1 1 100%;}
.offer-service .active-lead>.site-figure{flex:1 1 100%;}
@media (max-width:720px){.offer-service .plain-fields{flex:1 1 100%;}
}
.contact-intro{--mark-content:calc(1.5rem * 0.91);--type-lead:calc(1580px / 3.21);padding:calc(1.5rem * 2.4) 1.46rem;background:#0d0f13;color:#eef0f4;}
.contact-intro .local-fields{max-width:1580px;margin:0 auto;}
.contact-intro h2,.contact-intro h3,.contact-intro p{margin:0;}
.contact-intro h2{font-size:calc(18.1px * 2);line-height:1.12;}
.contact-intro h3{font-size:calc(18.1px * 1.35);line-height:1.2;}
.contact-intro p{font-size:18.1px;line-height:1.76;}
.contact-intro .active-list{padding-block:calc(var(--mark-content) / 2);}
.contact-intro .wide-visual{row-gap:calc(var(--mark-content) * 1.2);}
.contact-intro .bottom-track{margin-top:1.5rem;}
.contact-intro .active-links{display:flex;flex-wrap:wrap;gap:var(--mark-content);margin-top:var(--mark-content);}
.contact-intro .plain-fields{flex:1 1 var(--type-lead);min-width:0;padding:calc(var(--mark-content) * .75);border-radius:0.43rem;background:#171a21;color:#eef0f4;border:1px solid #2c313c;}
.contact-intro .plain-fields p{margin-top:calc(1.5rem / 3);}
.contact-intro .site-tile{margin-top:var(--mark-content);font-size:calc(18.1px * .875);}
.contact-intro .site-tile a{text-decoration:none;border-bottom:1px solid #e11d2a;}
.contact-intro .site-tile a:hover{border-bottom-color:#ff4d5a;}
.wide-block{padding:calc(1.5rem * 2.4) 1.46rem;background:linear-gradient(135deg, #0d0f13 0%, #1a1d24 55%, #2a1013 100%);color:#eef0f4;}
.wide-block .local-fields{max-width:1580px;margin:0 auto;}
.wide-block .contact-rail{margin-bottom:calc(2.01rem * 1.5);}
.wide-block .contact-rail h2{margin:0;font-size:calc(18.1px * 2);line-height:1.2;}
.wide-block .contact-rail p{margin:calc(1.5rem * .75) 0 0;font-size:18.1px;line-height:1.76;opacity:.92;}
.wide-block .bottom-list{display:flex;flex-wrap:wrap;gap:2.01rem;margin-bottom:calc(2.01rem * 1.5);}
.wide-block .site-tile{flex:1 1 260px;padding:calc(1.5rem * .75);border:1px solid #2c313c;border-radius:0.89rem;background:#171a21;color:#eef0f4;}
.wide-block .site-tile .strong-plan{display:block;font-size:calc(18.1px * .875);letter-spacing:.04em;text-transform:uppercase;margin-bottom:6px;}
.wide-block .site-tile a{display:inline-block;text-decoration:none;font-weight:700;font-size:calc(18.1px * 1.125);word-break:break-word;}
.wide-block .site-tile a:hover{}
.wide-block .site-tile p{margin:calc(1.5rem * .75) 0 0;font-size:calc(18.1px * .875);line-height:1.76;}
.wide-block .active-links{display:grid;gap:10px;}
.wide-block .plain-fields{border:1px solid #2c313c;border-radius:0.43rem;background:#171a21;color:#eef0f4;overflow:hidden;}
.wide-block .plain-fields button{width:100%;border:0;background:transparent;color:inherit;text-align:left;font:inherit;font-weight:700;padding:12px 14px;cursor:pointer;}
.wide-block .plain-fields button:focus-visible{outline:2px solid #ff4d5a;outline-offset:-2px;}
.wide-block .plain-fields p{margin:0;max-height:0;overflow:hidden;padding:0 14px;transition:max-height 330ms var(--motion-soft),padding 330ms var(--motion-soft);opacity:.95;font-size:calc(18.1px * .875);line-height:1.76;}
.wide-block .plain-fields.is-open p{max-height:280px;padding:0 14px 14px;}
.wide-block .site-figure{margin:calc(2.01rem * 1.5) 0 0;font-size:calc(18.1px * .875);line-height:1.76;}
.wide-block .site-figure a{text-decoration:underline;}
.wide-block .site-figure a:hover{}
@media (max-width:640px){.wide-block .site-tile{flex:1 1 100%;}
    }
.team-surface{
        padding: calc(1.5rem * 2.4) 1.46rem;
        background: #0d0f13;
        color: #eef0f4
    }
.team-surface .local-fields{max-width: 1580px;
        margin: 0 auto}
.team-surface .steady-links{display: flex;
        flex-direction: column;
        gap: calc(2.01rem * 1.5)}
.team-surface .clear-feature{min-width: 0}
.team-surface h2{margin: 0;
        font-size: calc(18.1px * 2);
        line-height: 1.12}
.team-surface .clear-feature p{margin: 1.5rem 0 0;
        font-size: calc(18.1px * 1.125);
        line-height: 1.76;
        color: #c7cbd3}
.team-surface ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0}
.team-surface li{display: flex;
        gap: 2.01rem;
        align-items: flex-start;
        padding: 1.5rem 0}
.team-surface li + li{border-top: 1px solid #2c313c}
.team-surface strong{flex: 0 1 17rem;
        min-width: 0;
        font-size: calc(18.1px * 1.35);
        line-height: 1.18}
.team-surface span{flex: 1 1 28rem;
        min-width: 0;
        line-height: 1.76;
        color: #c7cbd3}
@media (max-width: 760px) {.team-surface li{
            display: block
        }.team-surface span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.content-feature{
    background:linear-gradient(135deg, #0d0f13 0%, #1a1d24 55%, #2a1013 100%);
    color:#eef0f4;
    padding:calc(1.5rem * 2.4) 1.46rem;
}
.content-feature .c{max-width:1580px;
    margin:0 auto;}
.content-feature .h{border-bottom:1px solid #2c313c;
    padding-bottom:calc(2.01rem * 1.5);
    margin-bottom:calc(2.01rem * 1.5);}
.content-feature .h h1{font-size:calc(18.1px * 2.65);
    line-height:1.15;
    margin:0 0 0.6rem;}
.content-feature .h p{font-size:calc(18.1px * 1.125);
    margin:0;}
.content-feature .bottom-list{display:flex;
    flex-wrap:wrap;
    gap:0.4rem 1.4rem;
    margin-bottom:1.5rem;
    font-size:calc(18.1px * .875);}
.content-feature .site-tile{text-decoration:none;
    border-bottom:1px solid transparent;
    padding-bottom:2px;
    transition:color 330ms var(--motion-soft), border-color 330ms var(--motion-soft);}
.content-feature .site-tile:hover{border-color:#ff4d5a;}
.content-feature .active-links{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.content-feature .plain-fields{
    display:flex;
    flex-direction:row;
    gap:2.01rem;
    background:#171a21;
    color:#eef0f4;
    border:1px solid #2c313c;
    border-radius:0.89rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 6px rgba(0,0,0,0.15);
    transition:box-shadow 330ms var(--motion-soft), transform 330ms var(--motion-soft);
}
.content-feature .plain-fields:hover{box-shadow:0 6px 16px rgba(0,0,0,0.2);
    transform:translateY(-2px);}
.content-feature .secondary-menu{
    flex:0 0 240px;
    display:block;
    border-radius:0.43rem;
    overflow:hidden;
    background:#15181e;color:#c7cbd3;}
.content-feature .secondary-menu img{display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    aspect-ratio:4 / 3;}
.content-feature .team-lead{flex:1 1 auto;
    min-width:0;}
.content-feature .text-details{display:flex;
    flex-wrap:wrap;
    gap:0.3rem 1rem;
    font-size:calc(18.1px * .875);
    margin-bottom:0.5rem;}
.content-feature .plain-fields h3{font-size:calc(18.1px * 1.35);
    line-height:1.25;
    margin:0 0 0.5rem;}
.content-feature .plain-fields h3 a{color:inherit;
    text-decoration:none;
    transition:color 330ms var(--motion-soft);}
.content-feature .plain-fields h3 a:hover{}
.content-feature .plain-fields p{margin:0 0 0.7rem;}
.content-feature .plain-fields .bottom-track{font-size:18.1px;}
.content-feature .active-headline{display:inline-block;
    font-size:calc(18.1px * .875);
    text-decoration:none;
    border-bottom:1px solid #e11d2a;
    padding-bottom:1px;
    transition:color 330ms var(--motion-soft), border-color 330ms var(--motion-soft);}
.content-feature .active-headline:hover{border-color:#ff4d5a;}
.content-feature .site-figure{
    margin-top:1.5rem;
    padding:calc(1.5rem * .75);
    background:#15181e;
    color:#c7cbd3;
    border-radius:0.43rem;
    border:1px solid #2c313c;
    font-size:calc(18.1px * .875);
}
.content-feature .site-figure p{margin:0;}
.content-feature .site-figure a{text-decoration:none;}
.content-feature .site-figure a:hover{}
@media (max-width:760px){.content-feature .plain-fields{
        flex-direction:column;
    }.content-feature .secondary-menu{
        flex:0 0 auto;
    }
}
.clear-body{
  background:#0d0f13;
  color:#eef0f4;
  padding:calc(1.5rem * 2.4) 1.46rem;
}
.clear-body .local-fields{max-width:1580px;
  margin:0 auto;
  display:flex;
  gap:calc(2.01rem * 1.5);
  align-items:flex-start;}
.clear-body .plain-team{flex:1 1 34rem;
  min-width:0;}
.clear-body h2{margin:0;
  font-size:calc(18.1px * 2);
  line-height:1.1;
  letter-spacing:0;}
.clear-body .plain-team p{margin:1.5rem 0 0;
  font-size:calc(18.1px * 1.125);
  line-height:1.76;}
.clear-body .plain-team p + p{margin-top:calc(1.5rem * .75);}
.clear-body .primary-proof{margin-top:calc(2.01rem * 1.5);}
.clear-body .primary-proof a{
  display:inline-flex;
  color:#ffffff;
  background:#e11d2a;
  text-decoration:none;
  border-radius:0.43rem;
  padding:.8rem 1.1rem;
  transition:background 330ms var(--motion-soft);
}
.clear-body .primary-proof a:hover{
  background:#b8131f;color:#eef0f4;}
.clear-body .site-tile{margin-top:calc(1.5rem * .75);
  font-size:calc(18.1px * .875);
  color:#c7cbd3;}
.clear-body .site-tile a{color:inherit;
  text-decoration:none;}
.clear-body .site-tile a:hover{color:#ff4d5a;
  text-decoration:underline;}
.clear-body .strong-footer{display:block;
  width:min(40%,32rem);
  min-width:16rem;
  aspect-ratio:16/10;
  object-fit:cover;
  border-radius:0.89rem;
  box-shadow:0 6px 16px rgba(0,0,0,0.2);}
@media (max-width:820px){.clear-body .local-fields{display:block}.clear-body .strong-footer{width:100%;min-width:0;margin-top:calc(2.01rem * 1.5)}
}
.fresh-feature{
  padding: calc(1.5rem * 2.4) 1.46rem;
  background: #0d0f13;
  color: #eef0f4;
}
.fresh-feature .local-fields{max-width: 1580px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: calc(2.01rem * 1.5);
  align-items: start;}
.fresh-feature .narrow-area{
  padding: calc(1.5rem * .75);
  border-radius: 0.89rem;
  background: #171a21;
  color: #eef0f4;
  border: 1px solid #2c313c;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
}
.fresh-feature .narrow-area > span{font-size: calc(18.1px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
.fresh-feature h2{margin: 0;
  font-size: calc(18.1px * 2);
  line-height: 1.12;}
.fresh-feature .bottom-track{margin: 0;
  font-size: 18.1px;
  line-height: 1.76;}
.fresh-feature a{
  align-self: flex-start;
  display: inline-flex;
  padding: calc(calc(1.5rem * .75) * .7) calc(1.5rem * .75);
  border-radius: 0.43rem;
  background: #e11d2a;
  color: #ffffff;
  text-decoration: none;
  font-size: 18.1px;
  transition: background 330ms var(--motion-soft);
}
.fresh-feature a:hover{
  background: #b8131f;color:#eef0f4;}
.fresh-feature .public-block{display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #2c313c;}
.fresh-feature .public-block > p{margin: 0;
  padding: calc(1.5rem * .75) 0;
  font-size: 18.1px;
  border-bottom: 1px solid #2c313c;}
.fresh-feature .soft-service{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2.01rem;
  padding: calc(calc(1.5rem * .75) * .85) 0;
  border-bottom: 1px solid #2c313c;}
.fresh-feature .soft-service strong{flex: 0 0 34%;
  font-size: 18.1px;}
.fresh-feature .soft-service span{flex: 1 1 60%;
  font-size: calc(18.1px * .875);
  line-height: 1.76;}
@media (max-width: 860px) {.fresh-feature .local-fields{
    grid-template-columns: 1fr;
  }.fresh-feature .soft-service strong{
    flex: 1 1 100%;
  }.fresh-feature .soft-service span{
    flex: 1 1 100%;
  }
}
.focused-benefit{--mark-content:calc(1.5rem * 1.05);--type-lead:calc(1580px / 3.6);padding:calc(1.5rem * 2.4) 1.46rem;background:#15181e;color:#c7cbd3;}
.focused-benefit .local-fields{max-width:1580px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-content);}
.focused-benefit h2,.focused-benefit h3,.focused-benefit p{margin:0;}
.focused-benefit h2{font-size:calc(18.1px * 2);line-height:1.12;color:#eef0f4;}
.focused-benefit h3{font-size:calc(18.1px * 1.35);line-height:1.2;color:#eef0f4;}
.focused-benefit p{font-size:18.1px;line-height:1.76;}
.focused-benefit a{color:inherit;text-decoration:none;}
.focused-benefit a:hover{color:#ff4d5a;}
.focused-benefit .clear-feature{display:flex;flex-direction:column;gap:calc(1.5rem / 2.2);}
.focused-benefit .bottom-list{display:flex;flex-wrap:wrap;gap:var(--mark-content) 2.01rem;}
.focused-benefit .plain-fields{flex:1 1 var(--type-lead);min-width:0;padding-block-start:calc(1.5rem * .75);border-top:1px solid #2c313c;}
.focused-benefit .plain-fields p{margin-top:calc(1.5rem / 3);}
.focused-benefit .site-figure{padding-block-start:calc(1.5rem * .75);border-top:1px solid #2c313c;}
@media (max-width:720px){.focused-benefit .plain-fields{flex:1 1 100%;}
}
.offer-details{
  background: linear-gradient(135deg, #0d0f13 0%, #1a1d24 55%, #2a1013 100%);
  color: #eef0f4;
  padding: calc(1.5rem * 2.4) 1.46rem;
  overflow: hidden;
}
.offer-details .local-fields{width: min(100%, 1580px);
  margin: 0 auto;
  display: grid;
  gap: calc(2.01rem * 1.5);}
.offer-details h2,
.offer-details h3,
.offer-details p{margin: 0;}
.offer-details h2{font-size: calc(18.1px * 2.65); line-height: 1.04;}
.offer-details h3{font-size: calc(18.1px * 1.35); line-height: 1.18;}
.offer-details p{font-size: 18.1px; line-height: 1.76;}
.offer-details .public-summary{display: grid;
  gap: 1.5rem;}
.offer-details .strong-service{
  display: grid;
  grid-template-columns: minmax(10rem, .28fr) minmax(0, 1fr);
  gap: 2.01rem;
  padding: 1.5rem;
  border-radius: 1.29rem;
  background: linear-gradient(135deg, #e11d2a 0%, #7a0d16 100%);
  color: #ffffff;
}
.offer-details .strong-service p:first-child{font-size: calc(18.1px * 1.125);
  line-height: 1.2;}
.offer-details .secondary-summary{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.offer-details .service-block{
  flex: 1 1 20rem;
  display: grid;
  align-content: start;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.89rem;
  background: #171a21;
  color: #eef0f4;
  border: 1px solid #2c313c;
  text-decoration: none;
  transition: border-color 330ms var(--motion-soft);
}
.offer-details .service-block:hover{border-color: #ff4d5a;}
.offer-details .service-block span{font-size: calc(18.1px * .875);}
@media (max-width: 760px) {.offer-details h2{ font-size: clamp(calc(18.1px * 2), 12vw, calc(18.1px * 2.65)); }.offer-details .strong-service{ grid-template-columns: 1fr; }.offer-details .service-block{ flex: 1 1 100%; }
}
.team-form{
        padding:calc(1.5rem * 2.4) 1.46rem;
        background:#15181e;
        color:#c7cbd3;
    }
.team-form .local-fields{max-width:1580px;
        margin:0 auto;
        display:grid;
        grid-template-columns:minmax(0,0.85fr) minmax(0,1.15fr);
        gap:2.01rem;
        align-items:start;}
.team-form .simple-lead img{width:100%;
        height:auto;
        display:block;
        border-radius:0.89rem;
        border:1px solid #2c313c;
        box-shadow:0 6px 16px rgba(0,0,0,0.2);}
.team-form .team-lead h2{margin:0 0 0.4rem;
        font-size:calc(18.1px * 2);
        line-height:1.2;}
.team-form .team-lead h3{margin:0 0 1rem;
        font-size:18.1px;
        font-weight:600;
        letter-spacing:0.01em;}
.team-form .team-lead p{margin:0 0 0.9rem;
        font-size:18.1px;
        line-height:1.76;}
.team-form .team-lead ul{margin:0.4rem 0 0;
        padding-left:1.1rem;
        display:grid;
        gap:0.5rem;
        font-size:18.1px;
        line-height:1.55;}
.team-form .team-lead ul li::marker{color:#ff4d5a;}
@media (max-width:820px){.team-form .local-fields{
            grid-template-columns:1fr;
        }
    }
.quiet-method{--mark-content:calc(1.5rem * 1.18);--type-lead:calc(1580px / 3.6);padding:calc(1.5rem * 2.4) 1.46rem;background:#0d0f13;color:#eef0f4;}
.quiet-method .local-fields{max-width:1580px;margin:0 auto;}
.quiet-method h2,.quiet-method h3,.quiet-method p{margin:0;}
.quiet-method h2{font-size:calc(18.1px * 2);line-height:1.14;}
.quiet-method h3{font-size:calc(18.1px * 1.35);line-height:1.22;}
.quiet-method p{font-size:18.1px;line-height:1.76;}
.quiet-method .bottom-track{margin-top:1.5rem;}
.quiet-method .active-links{display:flex;flex-wrap:wrap;gap:var(--mark-content);margin-top:var(--mark-content);}
.quiet-method .plain-fields{flex:1 1 var(--type-lead);min-width:0;padding:calc(var(--mark-content) * .7);border-radius:0.43rem;background:#171a21;color:#eef0f4;border:1px solid #2c313c;}
.quiet-method .plain-fields p{margin-top:calc(1.5rem / 3);}
.quiet-method .open{padding-block-start:var(--mark-content);}
.quiet-method .primary-copy{row-gap:calc(var(--mark-content) * .7);}
.quiet-method .open-steps{padding-block:calc(var(--mark-content) / 2);}
.team-content{
  background:#0d0f13;
  color:#eef0f4;
  padding:calc(1.5rem * 2.4) 1.46rem;
}
.team-content .local-fields{max-width:1580px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(2.01rem * 1.5);}
.team-content .clear-feature{display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:2.01rem;
  flex-wrap:wrap;
  border-bottom:1px solid #2c313c;
  padding-bottom:calc(2.01rem * 1.5);}
.team-content h2{margin:0;
  font-size:calc(18.1px * 2);
  line-height:1.1;
  letter-spacing:0;}
.team-content .clear-feature a{flex:0 0 auto;color:inherit;
  text-decoration:none;
  font-size:calc(18.1px * .875);
  border-bottom:1px solid currentColor;
  padding-bottom:.15rem;
  transition:color 330ms var(--motion-soft);}
.team-content .clear-feature a:hover{color:#ff4d5a;}
.team-content .strong-quote{margin:0;
  color:#c7cbd3;
  font-size:calc(18.1px * 1.125);
  line-height:1.76;}
.team-content .site-media{display:flex;
  flex-wrap:wrap;
  gap:.6rem;
  padding-top:calc(2.01rem * 1.5);
  border-top:1px solid #2c313c;}
.team-content .site-media span{
  background:#171a21;
  color:#eef0f4;
  border:1px solid #2c313c;
  border-radius:0.33rem;
  padding:.5rem .8rem;
  font-size:calc(18.1px * .875);
}
@media (max-width:620px){.team-content .clear-feature{display:block}.team-content .clear-feature a{display:inline-block;margin-top:1.5rem}
}
.clear-nav{padding:calc(1.5rem * 2.4) 1.46rem;background:#0d0f13;color:#eef0f4;}
.secondary-lead{max-width:1580px;margin:0 auto;}
.clear-nav h1{margin:0;font-size:calc(18.1px * 2.65);line-height:1.08;}
.text-menu{--mark-content:calc(1.5rem * 1.19);--copy-base:calc(1580px / 3.27);padding:calc(1.5rem * 2.4) 1.46rem;background:#0d0f13;color:#eef0f4;}
.text-menu .local-fields{max-width:1580px;margin:0 auto;}
.text-menu h2,.text-menu h3,.text-menu p{margin:0;}
.text-menu h2{font-size:calc(18.1px * 2);line-height:1.12;}
.text-menu h3{font-size:calc(18.1px * 1.35);line-height:1.2;}
.text-menu p{font-size:18.1px;line-height:1.76;}
.text-menu a{color:inherit;text-decoration:none;border-bottom:1px solid #e11d2a;}
.text-menu a:hover{color:#ff4d5a;border-bottom-color:#ff4d5a;}
.text-menu img{display:block;width:100%;height:auto;border-radius:0.43rem;}
.text-menu .bottom-track{margin-top:1.5rem;color:#eef0f4;}
.text-menu .site-figure{margin-top:calc(2.01rem * 1.5);color:#c7cbd3;font-size:calc(18.1px * .875);}
.text-menu .site-tile{margin-top:calc(2.01rem * 1.5);font-size:calc(18.1px * .875);color:#c7cbd3;}
.text-menu .active-links{display:flex;flex-direction:column;gap:var(--mark-content);margin-top:var(--mark-content);}
.text-menu .plain-fields{min-width:0;padding-top:calc(2.01rem * 1.5);border-top:1px solid #2c313c;}
.text-menu .plain-fields p{margin-top:calc(1.5rem / 3);color:#c7cbd3;}
.text-menu .plain-fields img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--copy-base) * .7);}
.text-menu .strong-track{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.01rem;}
.text-menu .strong-track>.plain-team{flex:1 1 calc(1580px / 3);min-width:0;}
.text-menu .strong-track>.active-links{flex:2 1 calc(1580px / 2);margin-top:0;}
@media (max-width:760px){.text-menu .strong-track{flex-direction:column;}.text-menu .strong-track>.plain-team,.text-menu .strong-track>.active-links{flex:1 1 auto;width:100%;}.text-menu .plain-fields img{max-width:100%;}
}
.strong-copy{--mark-content:calc(1.5rem * 0.93);--field-public:calc(1580px / 2.17);--type-lead:calc(1580px / 3.23);padding:calc(1.5rem * 2.4) 1.46rem;background:#0d0f13;color:#eef0f4;}
.strong-copy .local-fields{max-width:1580px;margin:0 auto;}
.strong-copy h1,.strong-copy h2,.strong-copy h3,.strong-copy p,.strong-copy ul{margin:0;}
.strong-copy h1{font-size:calc(18.1px * 2.65);line-height:1.1;}
.strong-copy h2{font-size:calc(18.1px * 2);line-height:1.12;}
.strong-copy h3{font-size:calc(18.1px * .875);line-height:1.35;font-weight:600;letter-spacing:0.01em;}
.strong-copy p{font-size:18.1px;line-height:1.76;color:color-mix(in srgb, currentColor 78%, transparent);}
.strong-copy a{color:inherit;text-decoration:none;}
.strong-copy img{display:block;width:100%;height:auto;border-radius:0.43rem;}
.strong-copy .offer-contact{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.strong-copy .wide-visual{row-gap:calc(var(--mark-content) * 1.2);}
.strong-copy .bottom-track{margin-top:1.5rem;max-width:calc(1580px / 2);}
.strong-copy .active-links{display:flex;flex-direction:column;gap:var(--mark-content);margin-top:var(--mark-content);}
.strong-copy .plain-fields{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid #2c313c;}
.strong-copy .plain-fields p{margin-top:0;}
.strong-copy .plain-fields h3{margin-top:calc(1.5rem / 2.4);}
.strong-copy .plain-fields:first-child{border-inline-start-color:#e11d2a;}
@media (max-width:720px){.strong-copy .plain-fields{padding-inline-start:1.46rem;}.strong-copy .bottom-track{max-width:none;}
}
.direct-feature{
  padding: calc(1.5rem * 2.4) 1.46rem;
  background: #0d0f13;
  color: #eef0f4;
}
.direct-feature .local-fields{max-width: min(1580px, 72rem);
  margin: 0 auto;}
.direct-feature .contact-rail{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-bottom: calc(2.01rem * 1.5);}
.direct-feature h2{margin: 0;
  font-size: calc(18.1px * 2);
  line-height: 1.1;}
.direct-feature .bottom-track{margin: 0;
  font-size: calc(18.1px * 1.125);
  line-height: 1.76;
  color: #c7cbd3;}
.direct-feature .bottom-list{display: flex;
  flex-wrap: wrap;
  gap: 2.01rem;}
.direct-feature .plain-fields{
  flex: 1 1 min(100%, 22rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  background: #171a21;
  color: #eef0f4;
  border: 1px solid #2c313c;
  border-left: 3px solid #e11d2a;
  border-radius: 0.43rem;
}
.direct-feature .soft-area{margin: 0;
  font-size: 18.1px;
  line-height: 1.76;}
.direct-feature .fresh-content{display: flex;
  align-items: center;
  gap: calc(2.01rem * .5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2c313c;}
.direct-feature .fresh-content img{width: 3rem;
  height: 3rem;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;}
.direct-feature .id{display: flex;
  flex-direction: column;
  gap: 0.15rem;}
.direct-feature .id strong{font-size: calc(18.1px * .875);
  font-weight: 700;}
.direct-feature .id span{font-size: calc(18.1px * .875);
  color: #c7cbd3;}
.direct-feature .wide-form{margin-top: calc(2.01rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2c313c;}
.direct-feature .wide-form .offer-form{display: block;
  font-size: calc(18.1px * .875);
  color: #c7cbd3;
  margin-bottom: calc(calc(1.5rem * .75) * .6);}
.direct-feature .wide-form ul{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(2.01rem * .5);}
.direct-feature .wide-form li{
  font-size: calc(18.1px * .875);
  padding: 0.3rem 0.75rem;
  background: #ff4d5a;
  color: #14161b;
  border-radius: 0.33rem;
}
@media (max-width: 700px) {.direct-feature .bottom-list{
    flex-direction: column;
  }.direct-feature .plain-fields{
    flex: 1 1 auto;
  }
}
.open-feature{--mark-content:calc(1.5rem * 1.15);--field-extra-10:1px solid #2c313c;padding:calc(1.5rem * 2.4) 1.46rem;background:#0d0f13;color:#eef0f4;}
.open-feature .local-fields{max-width:1580px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.01rem * 1.5);}
.open-feature h2,.open-feature h3,.open-feature p{margin:0;}
.open-feature h2{font-size:calc(18.1px * 2);line-height:1.14;}
.open-feature h3{font-size:calc(18.1px * 1.35);line-height:1.22;}
.open-feature p{font-size:18.1px;line-height:1.76;}
.open-feature .site-figure{margin:0;font-size:calc(18.1px * .875);letter-spacing:.06em;text-transform:uppercase;}
.open-feature .bottom-track{max-width:100%;}
.open-feature .active-links{display:flex;flex-direction:column;gap:0;border-top:var(--field-extra-10);}
.open-feature .plain-fields{padding:calc(2.01rem * 1.5) 0;border-bottom:var(--field-extra-10);}
.open-feature .plain-team{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.open-feature .plain-team p{max-width:100%;}
.open-feature .plain-team a{align-self:flex-start;display:inline-flex;align-items:center;padding:calc(calc(1.5rem * .75) / 1.4) calc(1.5rem * .75);border-radius:0.33rem;background:#e11d2a;color:#ffffff;font-size:calc(18.1px * .875);text-decoration:none;transition:background 330ms var(--motion-soft);}
.open-feature .plain-team a:hover{background:#b8131f;color:#eef0f4;}
@media (min-width:900px){.open-feature .plain-fields{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:2.01rem;align-items:start;}.open-feature .plain-fields h3{grid-column:1;}.open-feature .plain-team{grid-column:2;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}.open-feature .plain-team h3{display:none;}
}
.direct-stack{--mark-content:calc(1.5rem * 0.9);padding:calc(1.5rem * 2.4) 1.46rem;background:#0d0f13;color:#eef0f4;}
.direct-stack .local-fields{max-width:1580px;margin:0 auto;}
.direct-stack h2,.direct-stack p{margin:0;}
.direct-stack h2{font-size:calc(18.1px * 2);line-height:1.12;}
.direct-stack p{font-size:18.1px;line-height:1.76;}
.direct-stack a{color:inherit;text-decoration:none;}
.direct-stack a:hover{color:#ff4d5a;}
.direct-stack .narrow-area{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * 0.85) 1.5rem;border-radius:0.33rem;background:#e11d2a;color:#ffffff;}
.direct-stack .narrow-area:hover{background:#b8131f;color:#ffffff;}
.direct-stack .bottom-track{margin-top:1.5rem;color:#c7cbd3;}
.direct-stack .contact-group{display:flex;flex-direction:column;gap:calc(var(--mark-content) * 0.6);margin-top:1.5rem;}
.direct-stack details{padding:calc(calc(1.5rem * .75) * 0.9);border-radius:0.43rem;background:#171a21;border:1px solid #2c313c;color:#eef0f4;}
.direct-stack summary{cursor:pointer;font-weight:700;color:#eef0f4;}
.direct-stack details p{margin-top:calc(1.5rem / 3);color:#c7cbd3;}
.direct-stack .site-tile{margin-top:1.5rem;font-size:calc(18.1px * .875);color:#c7cbd3;}
.direct-stack .direct-unit{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.01rem;}
.direct-stack .plain-team{flex:1 1 auto;min-width:0;}
.direct-stack .contact-group{flex:1 1 100%;}
.direct-stack .site-tile{flex:1 1 100%;}
.mission{--mark-content:calc(1.5rem * 1.42);--field-public:calc(1580px / 2.60);padding:calc(1.5rem * 2.4) 1.46rem;background:#0d0f13;color:#eef0f4;}
.mission .local-fields{max-width:1580px;margin:0 auto;}
.mission h1,.mission h2,.mission h3,.mission p{margin:0;}
.mission h2{font-size:calc(18.1px * 2);line-height:1.12;}
.mission p{font-size:18.1px;line-height:1.76;color:#c7cbd3;}
.mission a{color:inherit;text-decoration:none;}
.mission a:hover{color:#ff4d5a;}
.mission .narrow-area{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.33rem;background:#e11d2a;color:#ffffff;text-decoration:none;font-size:18.1px;}
.mission .narrow-area:hover{background:#b8131f;color:#ffffff;}
.mission .offer-proof>h2,.mission .offer-proof>p,.mission .offer-proof>.narrow-area{margin-top:1.5rem;}
.mission .offer-proof>.narrow-area{margin-top:var(--mark-content);}
.mission .site-figure{font-size:calc(18.1px * .875);color:#c7cbd3;}
.service-area{padding:calc(1.5rem * 2.4) 1.46rem;background:linear-gradient(135deg, #0d0f13 0%, #1a1d24 55%, #2a1013 100%);color:#eef0f4}
.service-area .local-fields{max-width:1580px;margin:0 auto;display:flex;align-items:flex-start;gap:2.01rem}
.service-area .bottom-track{flex:0 0 min(21rem,30vw);position:sticky;top:1.5rem;padding-top:1.5rem}
.service-area .bottom-track h2{margin:0;font-size:calc(18.1px * 2);line-height:1.1}
.service-area .bottom-track p{margin:calc(2.01rem * 1.5) 0 0;font-size:18.1px;line-height:1.76}
.service-area .bottom-track strong{display:block;margin-top:calc(2.01rem * 1.5);font-size:calc(18.1px * 1.125);line-height:1.2}
.service-area .service-unit{flex:1 1 0;display:flex;flex-direction:column;border-top:1px solid #2c313c}
.service-area .cluster{padding:1.5rem 0;border-bottom:1px solid #2c313c}
.service-area .cluster strong{display:block;font-size:calc(18.1px * 1.35);line-height:1.15;margin-bottom:calc(1.5rem * .75)}
.service-area .cluster p{margin:0;font-size:18.1px;line-height:1.76;}
.service-area .site-tile{flex:0 0 100%;display:flex;flex-wrap:wrap;gap:calc(2.01rem * 1.5);margin-top:calc(2.01rem * 1.5);padding-top:calc(2.01rem * 1.5);border-top:1px solid #2c313c}
.service-area .site-tile a{text-decoration:none;font-size:18.1px;border-bottom:1px solid transparent;transition:border-color 330ms var(--motion-soft)}
.service-area .site-tile a:hover{border-color:#ff4d5a}
@media(max-width:900px){.service-area .local-fields{flex-direction:column}.service-area .bottom-track{position:static;flex:1 1 auto;width:100%;padding-top:0}}
@media(max-width:600px){.service-area .bottom-track h2{font-size:calc(18.1px * 1.35)}.service-area .cluster strong{font-size:calc(18.1px * 1.125)}}
.steady-quote{
  background: #0d0f13;
  color: #eef0f4;
  padding: calc(1.5rem * 2.4) 1.46rem;
}
.steady-quote .local-fields{width: min(100%, 1580px);
  margin: 0 auto;
  display: flex;
  gap: calc(2.01rem * 1.5);
  align-items: flex-start;}
.steady-quote h2,
.steady-quote p{margin: 0;}
.steady-quote .clear-feature{flex: 0 0 min(26rem, 34%);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: sticky;
  top: 1.5rem;}
.steady-quote h2{font-size: calc(18.1px * 2);
  line-height: 1.08;
  letter-spacing: -0.01em;}
.steady-quote .clear-feature p,
.steady-quote .text-details p{color: #c7cbd3;
  line-height: 1.76;}
.steady-quote .active-links{flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.steady-quote .text-details{display: grid;
  grid-template-columns: 11rem 1fr;
  gap: 1.5rem;
  align-items: start;
  padding: calc(1.5rem * .75) 0;
  border-top: 1px solid #2c313c;}
.steady-quote .text-details:last-child{border-bottom: 1px solid #2c313c;}
.steady-quote .soft-menu{
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.43rem;
  background: #15181e;color:#c7cbd3;}
.steady-quote strong{display: block;
  font-size: calc(18.1px * 1.35);
  line-height: 1.16;
  color: #eef0f4;}
.steady-quote .text-details p{margin-top: calc(1.5rem * .75);}
@media (max-width: 900px) {.steady-quote .local-fields{ flex-direction: column; }.steady-quote .clear-feature{ position: static; flex-basis: auto; }
}
@media (max-width: 560px) {.steady-quote .text-details{
    grid-template-columns: 1fr;
  }
}
.local-surface{--mark-content:calc(1.5rem * 0.92);--field-public:calc(1580px / 2.40);padding:calc(1.5rem * 2.4) 1.46rem;background:#e11d2a;color:#ffffff;}
.local-surface .local-fields{max-width:1580px;margin:0 auto;}
.local-surface h2,.local-surface h3,.local-surface p{margin:0;}
.local-surface h2{font-size:calc(18.1px * 2);line-height:1.12;}
.local-surface h3{font-size:calc(18.1px * 1.35);line-height:1.2;}
.local-surface p{font-size:18.1px;line-height:1.76;color:color-mix(in srgb, currentColor 74%, transparent);}
.local-surface a{color:inherit;text-decoration:none;}
.local-surface .site-figure{margin-bottom:calc(1.5rem / 2);font-size:calc(18.1px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.local-surface .bottom-track{margin-top:1.5rem;}
.local-surface .active-links{display:flex;flex-direction:column;gap:var(--mark-content);margin-top:var(--mark-content);}
.local-surface .plain-fields{min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.local-surface .plain-fields:first-child{padding-top:0;border-top:0;}
.local-surface .plain-team{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.local-surface .plain-team a{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * 0.6) 1.5rem;border-radius:0.33rem;background:#ffffff;color:#e11d2a;font-size:calc(18.1px * .875);}
.local-surface .plain-team a:hover{background:color-mix(in srgb, #ffffff 88%, #e11d2a);color:#ffffff;}
@media (min-width:900px){.local-surface .active-links{gap:calc(var(--mark-content) * 1.1);}.local-surface .plain-fields{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:2.01rem;align-items:start;}.local-surface .plain-fields h3{grid-column:1;}.local-surface .plain-team{grid-column:2;display:block;}.local-surface .plain-team p{margin-bottom:calc(1.5rem / 3);}
}
.page-plan{
  --mark-content:calc(1.5rem * 1.15);
  --layer-public:calc(1580px / 3.6);
  padding:calc(1.5rem * 2.4) 1.46rem;
  background:#0d0f13;
  color:#eef0f4;
}
.page-plan .local-fields{max-width:1580px;
  margin:0 auto;}
.page-plan h2,
.page-plan h3,
.page-plan p{margin:0;}
.page-plan h2{font-size:calc(18.1px * 2);
  line-height:1.14;}
.page-plan h3{font-size:calc(18.1px * 1.35);
  line-height:1.22;}
.page-plan p{font-size:18.1px;
  line-height:1.76;}
.page-plan a{color:inherit;
  text-decoration:none;}
.page-plan a:hover{color:#ff4d5a;}
.page-plan .clear-feature{display:flex;
  flex-wrap:wrap;
  gap:2.01rem;
  align-items:flex-start;
  padding-bottom:calc(2.01rem * 1.5);
  border-bottom:1px solid #2c313c;}
.page-plan .clear-feature h2{flex:1 1 var(--layer-public);
  min-width:0;}
.page-plan .clear-feature .bottom-track{flex:1 1 var(--layer-public);
  min-width:0;
  color:#c7cbd3;}
.page-plan .active-links{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:var(--mark-content);}
.page-plan .plain-fields{display:flex;
  flex-wrap:wrap;
  gap:2.01rem;
  padding:calc(2.01rem * 1.5) 0;
  border-bottom:1px solid #2c313c;}
.page-plan .plain-fields:last-child{border-bottom:0;}
.page-plan .bottom-rail{flex:0 0 auto;
  align-self:flex-start;
  min-width:calc(1580px / 9);
  font-size:calc(18.1px * .875);
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:#ff4d5a;}
.page-plan .plain-team{flex:1 1 var(--layer-public);
  min-width:0;}
.page-plan .plain-team p{margin-top:calc(1.5rem / 3);
  color:#c7cbd3;}
.page-plan .site-figure{
  margin-top:var(--mark-content);
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.43rem;
  background:#15181e;
  color:#c7cbd3;
}
.page-plan .site-figure p{color:inherit;}
@media (max-width:720px){.page-plan .clear-feature h2,
  .page-plan .clear-feature .bottom-track,
  .page-plan .plain-team{
    flex:1 1 100%;
  }.page-plan .bottom-rail{
    min-width:0;
  }
}
.visual-shell{--mark-content:calc(1.5rem * 1.12);--copy-base:calc(1580px / 3.4);padding:calc(1.5rem * 2.4) 1.46rem;background:#15181e;color:#c7cbd3;}
.visual-shell .local-fields{max-width:1580px;margin:0 auto;}
.visual-shell h2,.visual-shell h3,.visual-shell p{margin:0;}
.visual-shell h2{font-size:calc(18.1px * 2);line-height:1.12;}
.visual-shell h3{font-size:calc(18.1px * 1.35);line-height:1.22;}
.visual-shell p{font-size:18.1px;line-height:1.76;}
.visual-shell img{display:block;width:100%;height:auto;border-radius:0.43rem;}
.visual-shell a{text-decoration:none;border-bottom:1px solid currentColor;}
.visual-shell a:hover{}
.visual-shell .plain-team{flex:1 1 calc(1580px / 3.2);min-width:0;}
.visual-shell .plain-team .bottom-track{margin-top:1.5rem;}
.visual-shell .plain-team .site-figure{margin-top:calc(1.5rem / 1.6);font-size:calc(18.1px * .875);opacity:.82;}
.visual-shell .plain-team .site-tile{margin-top:calc(1.5rem / 1.4);font-size:calc(18.1px * .875);}
.visual-shell .active-links{flex:2 1 calc(1580px / 2);display:flex;flex-direction:column;gap:var(--mark-content);min-width:0;}
.visual-shell .plain-fields{display:grid;grid-template-columns:calc(var(--copy-base) * .55) 1fr;gap:2.01rem;align-items:start;min-width:0;padding-bottom:var(--mark-content);border-bottom:1px solid #2c313c;}
.visual-shell .plain-fields:last-child{border-bottom:0;padding-bottom:0;}
.visual-shell .plain-fields img{aspect-ratio:4 / 3;object-fit:cover;}
.visual-shell .plain-fields p{margin-top:calc(1.5rem / 3.2);}
.visual-shell .strong-track{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.01rem;}
@media (max-width:720px){.visual-shell .plain-fields{grid-template-columns:1fr;}.visual-shell .plain-fields img{max-width:var(--copy-base);}
}
.grid---common-questions{--mark-content:calc(1.5rem * 1.09);--field-public:calc(1580px / 2.33);padding:calc(1.5rem * 2.4) 1.46rem;background:#0d0f13;color:#eef0f4;}
.grid---common-questions .local-fields{max-width:1580px;margin:0 auto;}
.grid---common-questions h2,.grid---common-questions p{margin:0;}
.grid---common-questions h2{font-size:calc(18.1px * 2);line-height:1.12;}
.grid---common-questions p{font-size:18.1px;line-height:1.76;}
.grid---common-questions a{text-decoration:none;border-bottom:1px solid transparent;transition:color 330ms var(--motion-soft),border-color 330ms var(--motion-soft);}
.grid---common-questions a:hover{border-bottom-color:#ff4d5a;}
.grid---common-questions .wide-region>p{margin-top:1.5rem;}
.grid---common-questions .contact-group{display:flex;flex-direction:column;gap:0;margin-top:1.5rem;border-top:1px solid #2c313c;}
.grid---common-questions details{padding:calc(1.5rem * .75) 0;border-bottom:1px solid #2c313c;}
.grid---common-questions summary{cursor:pointer;font-weight:700;font-size:calc(18.1px * 1.125);line-height:1.3;list-style:none;display:flex;justify-content:space-between;align-items:flex-start;gap:2.01rem;}
.grid---common-questions summary::-webkit-details-marker{display:none;}
.grid---common-questions summary::after{content:"+";flex:0 0 auto;font-weight:400;font-size:calc(18.1px * 1.125);line-height:1;}
.grid---common-questions details[open] summary::after{content:"–";}
.grid---common-questions details p{margin-top:calc(1.5rem / 3);}
.grid---common-questions .site-figure{margin-top:1.5rem;padding-top:calc(1.5rem * .75);border-top:1px solid #2c313c;font-size:calc(18.1px * .875);}
@media (max-width:640px){.grid---common-questions summary{font-size:18.1px;}
}
.bottom-contact{
        padding: calc(1.5rem * 2.4) 1.46rem;
        background: #0d0f13;
        color: #eef0f4
    }
.bottom-contact .local-fields{max-width: 1580px;
        margin: 0 auto}
.bottom-contact .steady-links{display: flex;
        flex-direction: column;
        gap: calc(2.01rem * 1.5)}
.bottom-contact .clear-feature{min-width: 0;
        max-width: 62rem}
.bottom-contact h2{margin: 0;
        font-size: calc(18.1px * 2);
        line-height: 1.1}
.bottom-contact .clear-feature p{margin: 1.5rem 0 0;
        font-size: calc(18.1px * 1.125);
        line-height: 1.76;
        color: #c7cbd3}
.bottom-contact ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0}
.bottom-contact li{display: flex;
        gap: 2.01rem;
        align-items: flex-start;
        padding: 1.5rem 0}
.bottom-contact li + li{border-top: 1px solid #2c313c}
.bottom-contact strong{flex: 0 1 20rem;
        min-width: 0;
        font-size: calc(18.1px * 1.35);
        line-height: 1.18}
.bottom-contact span{flex: 1 1 30rem;
        min-width: 0;
        line-height: 1.76;
        color: #c7cbd3}
@media (max-width: 760px) {.bottom-contact li{
            display: block
        }.bottom-contact span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.soft-panel{background:#ff4d5a;color:#14161b;padding:calc(1.5rem * 2.4) 1.46rem}
.soft-panel .local-fields{max-width:1580px;margin:0 auto}
.soft-panel .clear-track{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(2.01rem * 1.5)}
.soft-panel .plain-team{flex:1 1 22rem;min-width:0}
.soft-panel h2{margin:0;font-size:clamp(calc(18.1px * 2),4.4vw,calc(18.1px * 2.65));line-height:1.08;letter-spacing:0}
.soft-panel p{margin:1.5rem 0 0;font-size:calc(18.1px * 1.125);line-height:1.68}
.soft-panel .plain-team a{display:inline-flex;margin-top:1.5rem;padding:calc(1.5rem * .75) 2.01rem;border-radius:0.43rem;background:#14161b;color:#ff4d5a;text-decoration:none;font-weight:700}
.soft-panel .plain-team a:hover{background:#ff6b76;color:#eef0f4;}
.soft-panel .strong-footer{display:block;flex:0 1 16rem;min-width:11rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.89rem;box-shadow:0 6px 16px rgba(0,0,0,0.2)}
.soft-panel .active-links{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.soft-panel .plain-fields{color:inherit;text-decoration:none;padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.soft-panel .plain-fields:last-child{border-bottom:0;padding-bottom:0}
.soft-panel .plain-fields:hover strong{}
.soft-panel strong{display:block;font-size:18.1px;letter-spacing:.01em}
.soft-panel span{display:block;margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.6;font-size:calc(18.1px * .875)}
@media(max-width:780px){.soft-panel .clear-track{flex-direction:column}.soft-panel .strong-footer{flex-basis:auto;min-width:0;aspect-ratio:16/9}.soft-panel .active-links{width:100%}
}
.simple-track{--mark-content:calc(1.5rem * 1.42);--copy-base:calc(1580px / 3.88);padding:calc(1.5rem * 2.4) 1.46rem;background:#15181e;color:#c7cbd3;}
.simple-track .local-fields{max-width:1580px;margin:0 auto;}
.simple-track h2,.simple-track p{margin:0;}
.simple-track h2{font-size:calc(18.1px * 2);line-height:1.12;color:#c7cbd3;}
.simple-track p{font-size:18.1px;line-height:1.76;}
.simple-track a{color:inherit;text-decoration:none;}
.simple-track a:hover{color:#ff4d5a;}
.simple-track img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.43rem;flex:0 1 min(28rem,38vw);}
.simple-track .narrow-area{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.33rem;background:#e11d2a;color:#ffffff;text-decoration:none;}
.simple-track .narrow-area:hover{background:#b8131f;color:#ffffff;}
.simple-track .text-stack{display:flex;align-items:center;justify-content:space-between;gap:2.01rem;flex-wrap:wrap;}
.simple-track .text-stack .plain-team{flex:1 1 24rem;min-width:0;}
.simple-track .text-stack h2,.simple-track .text-stack p,.simple-track .text-stack .narrow-area{margin-top:1.5rem;}
.simple-track .text-stack img{margin-top:var(--mark-content);}
.simple-track .bottom-track{color:#c7cbd3;}
.simple-track .site-figure{color:#c7cbd3;}
.simple-track .site-tile{font-size:calc(18.1px * .875);color:#c7cbd3;}
.open-team{
        padding: calc(1.5rem * 2.4) 1.46rem;
        background: linear-gradient(135deg, #0d0f13 0%, #1a1d24 55%, #2a1013 100%);
        color: #eef0f4;
    }
.open-team .local-fields{max-width: 1580px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(2.01rem * 1.5);}
.open-team .bottom-track{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.open-team h2{margin: 0;
        font-size: calc(18.1px * 2);
        line-height: 1.1;}
.open-team .bottom-track p{margin: 0;
        font-size: calc(18.1px * 1.125);
        line-height: 1.76;}
.open-team .steady-links{display: flex;
        flex-direction: column;
        gap: 2.01rem;}
.open-team .strong-visual{
        padding: calc(1.5rem * .75);
        border: 1px solid #2c313c;
        border-left: 3px solid #ff4d5a;
        border-radius: 0.43rem;
        background: #171a21;
        color: #eef0f4;
    }
.open-team .soft-area{font-size: 18.1px;
        line-height: 1.76;}
.open-team .main-actions{margin-top: calc(1.5rem * .75);
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 0.35rem calc(1.5rem * .75);}
.open-team .main-actions strong{font-size: calc(18.1px * .875);
        letter-spacing: 0.01em;}
.open-team .main-actions span{font-size: calc(18.1px * .875);}
@media (min-width: 860px) {.open-team .local-fields{
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
            gap: calc(2.01rem * 1.5);
            align-items: start;
        }.open-team .bottom-track{
            position: sticky;
            top: 1.5rem;
        }
    }
@media (max-width: 520px) {.open-team .main-actions{
            flex-direction: column;
            gap: 0.2rem;
        }
    }
.content-body{--mark-content:calc(1.5rem * 1.05);--copy-base:calc(1580px / 3.4);padding:calc(1.5rem * 2.4) 1.46rem;background:#0d0f13;color:#eef0f4;}
.content-body .local-fields{max-width:1580px;margin:0 auto;}
.content-body h2,.content-body h3,.content-body p{margin:0;}
.content-body h2{font-size:calc(18.1px * 2);line-height:1.12;}
.content-body h3{font-size:calc(18.1px * 1.35);line-height:1.22;}
.content-body p{font-size:18.1px;line-height:1.76;}
.content-body .bottom-track{color:#c7cbd3;}
.content-body a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, #e11d2a 45%, transparent);}
.content-body a:hover{color:#ff4d5a;border-bottom-color:#ff4d5a;}
.content-body img{display:block;width:100%;height:auto;border-radius:0.43rem;margin-top:var(--mark-content);}
.content-body .contact-group{display:flex;flex-direction:column;gap:var(--mark-content);margin-top:var(--mark-content);}
.content-body .plain-fields{padding:calc(calc(1.5rem * .75) * .95) calc(1.5rem * .75);border-radius:0.43rem;background:#171a21;color:#eef0f4;border:1px solid #2c313c;}
.content-body .plain-fields p{margin-top:calc(1.5rem / 3.2);color:#c7cbd3;}
.content-body .site-tile{margin-top:var(--mark-content);font-size:calc(18.1px * .875);color:#c7cbd3;}
.content-body .bottom-track{margin-top:var(--mark-content);}
@media (min-width:900px){.content-body .local-fields.image-last{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);column-gap:2.01rem;align-items:start;}.content-body .local-fields.image-last h2,
  .content-body .local-fields.image-last .bottom-track,
  .content-body .local-fields.image-last .contact-group,
  .content-body .local-fields.image-last .site-tile{grid-column:1;}.content-body .local-fields.image-last img{grid-column:2;grid-row:1 / span 4;margin-top:0;position:sticky;top:1.5rem;max-width:var(--copy-base);}
}
.strong-callout{
        padding: calc(1.5rem * 2.4) 1.46rem;
        background: linear-gradient(135deg, #0d0f13 0%, #1a1d24 55%, #2a1013 100%);
        color: #eef0f4;
    }
.strong-callout .local-fields{max-width: 1580px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(2.01rem * 1.5);}
.strong-callout .bottom-track h2{margin: 0;
        font-size: calc(18.1px * 2);
        line-height: 1.1;}
.strong-callout .bottom-track p{margin: calc(1.5rem * .75) 0 0;
        font-size: calc(18.1px * 1.125);}
.strong-callout .steady-links{display: flex;
        flex-wrap: wrap;
        gap: 2.01rem;}
.strong-callout .strong-visual{
        flex: 1 1 22rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: calc(1.5rem * .75);
        border: 1px solid #2c313c;
        border-left: 3px solid #ff4d5a;
        border-radius: 0.43rem;
        background: #171a21;
        color: #eef0f4;
        box-shadow: 0 1px 6px rgba(0,0,0,0.15);
    }
.strong-callout .soft-area{margin: 0;
        font-size: 18.1px;
        line-height: 1.76;}
.strong-callout .main-actions{margin-top: calc(1.5rem * .75);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #2c313c;
        display: flex;
        flex-direction: column;
        gap: 0.25rem;}
.strong-callout .main-actions strong{font-size: calc(18.1px * .875);}
.strong-callout .main-actions span{font-size: calc(18.1px * .875);}
.strong-callout .site-figure{
        padding: calc(1.5rem * .75);
        border-radius: 0.43rem;
        background: #15181e;
        color: #c7cbd3;
    }
.strong-callout .site-figure p{margin: 0;
        font-size: calc(18.1px * .875);
        line-height: 1.76;}
.strong-callout .site-figure a{text-decoration: underline;}
.strong-callout .site-figure a:hover{}
@media (max-width: 760px) {.strong-callout .strong-visual{
            flex: 1 1 100%;
        }
    }
.top-track{--mark-content:calc(1.5rem * 1.20);--type-lead:calc(1580px / 3.53);padding:calc(1.5rem * 2.4) 1.46rem;background:#ff4d5a;color:#14161b;}
.top-track .local-fields{max-width:1580px;margin:0 auto;}
.top-track h2,.top-track h3,.top-track p{margin:0;}
.top-track h2{font-size:calc(18.1px * 2);line-height:1.12;}
.top-track h3{font-size:calc(18.1px * 1.35);line-height:1.2;}
.top-track p{font-size:18.1px;line-height:1.76;color:color-mix(in srgb, currentColor 74%, transparent);}
.top-track a{color:inherit;text-decoration:none;}
.top-track .text-entries{padding-inline-start:calc(1.46rem / 2);}
.top-track .active-list{padding-block:calc(var(--mark-content) / 2);}
.top-track .primary-copy{row-gap:calc(var(--mark-content) * .7);}
.top-track .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.01rem;}
.top-track .row-title h2{flex:1 1 calc(1580px / 3);min-width:0;}
.top-track .row-title>p{flex:1 1 calc(1580px / 3);min-width:0;}
.top-track .page-method{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--mark-content);margin-top:var(--mark-content);}
.top-track .plain-fields{flex:1 1 var(--type-lead);min-width:0;padding-top:calc(calc(1.5rem * .75) / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.top-track .plain-fields p{margin-top:calc(1.5rem / 3);}
.top-track .plain-fields a{display:inline-flex;margin-top:calc(1.5rem / 2);opacity:.85;}
.top-track .site-tile{flex:1 1 100%;margin-top:calc(var(--mark-content) / 2);font-size:calc(18.1px * .875);}
.top-track .site-tile a{text-decoration:underline;text-underline-offset:3px;opacity:.9;}
.open-area{--mark-content:calc(1.5rem * 1.35);--copy-base:calc(1580px / 3.4);padding:calc(1.5rem * 2.4) 1.46rem;background:#0d0f13;color:#eef0f4;}
.open-area .local-fields{max-width:1580px;margin:0 auto;}
.open-area h1,.open-area h2,.open-area h3,.open-area p{margin:0;}
.open-area h2{font-size:calc(18.1px * 2);line-height:1.12;}
.open-area h3{font-size:calc(18.1px * 1.35);line-height:1.2;}
.open-area p{font-size:18.1px;line-height:1.76;}
.open-area .clear-feature{max-width:calc(1580px / 1.6);}
.open-area .bottom-track{margin-top:calc(2.01rem * 1.5);color:#c7cbd3;}
.open-area .team-lead{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.01rem;margin-top:var(--mark-content);}
.open-area .team-lead .plain-team{flex:1 1 calc(1580px / 2.4);min-width:0;}
.open-area .team-lead img{flex:0 1 var(--copy-base);width:100%;height:auto;display:block;border-radius:0.43rem;}
.open-area .active-links{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.01rem;margin-top:var(--mark-content);}
.open-area .plain-fields{flex:1 1 calc(1580px / 4.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #2c313c;}
.open-area .plain-fields p{margin-top:calc(1.5rem / 3);color:#c7cbd3;}
.open-area .site-tile{margin-top:var(--mark-content);padding-top:calc(2.01rem * 1.5);border-top:1px solid #2c313c;}
.open-area .site-tile p{font-size:calc(18.1px * .875);color:#c7cbd3;}
.open-area a{color:inherit;text-decoration:none;}
.open-area a:hover{color:#ff4d5a;}
@media (max-width:720px){.open-area .team-lead,.open-area .active-links{flex-direction:column;}.open-area .team-lead img,.open-area .plain-fields{flex:1 1 auto;width:100%;}
}
.contact-steps{--mark-content:calc(1.5rem * 1.15);--state-soft:calc(1580px / 3.10);padding:calc(1.5rem * 2.4) 1.46rem;background:#0d0f13;color:#eef0f4;}
.contact-steps .local-fields{max-width:1580px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-content);}
.contact-steps h2,.contact-steps h3,.contact-steps p{margin:0;}
.contact-steps h2{font-size:calc(18.1px * 2);line-height:1.14;}
.contact-steps h3{font-size:calc(18.1px * 1.35);line-height:1.22;}
.contact-steps p{font-size:18.1px;line-height:1.76;}
.contact-steps .clear-feature{display:flex;flex-direction:column;gap:calc(2.01rem * 1.5);}
.contact-steps .bottom-track{color:#c7cbd3;}
.contact-steps .bottom-list{display:flex;flex-wrap:wrap;gap:2.01rem;align-items:flex-start;}
.contact-steps .plain-contact{flex:1 1 var(--state-soft);min-width:0;margin:0;}
.contact-steps .plain-contact img{display:block;width:100%;height:auto;border-radius:0.43rem;}
.contact-steps .active-links{flex:2 1 calc(1580px / 2.2);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.contact-steps .plain-fields{padding-bottom:calc(1.5rem * .75);border-bottom:1px solid #2c313c;}
.contact-steps .plain-fields:last-child{border-bottom:0;padding-bottom:0;}
.contact-steps .plain-fields p{margin-top:calc(1.5rem / 3);color:#c7cbd3;}
.contact-steps .site-figure{color:#c7cbd3;border-top:1px solid #2c313c;padding-top:calc(2.01rem * 1.5);}
.contact-steps .site-figure a{color:inherit;text-decoration:none;border-bottom:1px solid #e11d2a;}
.contact-steps .site-figure a:hover{color:#ff4d5a;border-bottom-color:#ff4d5a;}
@media (max-width:820px){.contact-steps .bottom-list{flex-direction:column;}.contact-steps .plain-contact,.contact-steps .active-links{flex:1 1 100%;}
}
.top-quote{padding:calc(1.5rem * 2.4) 1.46rem;background:linear-gradient(135deg, #0d0f13 0%, #1a1d24 55%, #2a1013 100%);color:#eef0f4}
.top-quote .local-fields{max-width:1580px;margin:0 auto}
.top-quote .local-team{margin-bottom:calc(2.01rem * 1.5)}
.top-quote h2{margin:0;font-size:calc(18.1px * 2.65);line-height:1.04}
.top-quote .local-team p{margin:1.5rem 0 0;font-size:calc(18.1px * 1.125);line-height:1.76}
.top-quote .compact-wrap{display:flex;align-items:flex-start;gap:calc(2.01rem * 1.5);border-top:1px solid #2c313c;padding-top:calc(2.01rem * 1.5)}
.top-quote .contact-group{flex:0 1 20rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
.top-quote button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 330ms var(--motion-soft),transform 330ms var(--motion-soft)}
.top-quote button:hover,.top-quote button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.3))}
.top-quote button.is-active{font-weight:600}
.top-quote .soft-details{flex:1 1 30rem;align-self:start}
.top-quote [data-response]{display:none}
.top-quote [data-response].is-active{display:block;animation:clarifyFocusIn calc(330ms*1.7) var(--motion-soft) both}
.top-quote h3{margin:0;font-size:calc(18.1px * 2);line-height:1.1}
.top-quote [data-response] p{margin:1.5rem 0 0;font-size:calc(18.1px * 1.125);line-height:1.76}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(2.01rem * 1)*.1))}to{opacity:1;transform:translateY(0)}}
@media(max-width:760px){.top-quote .compact-wrap{display:block}.top-quote .contact-group{margin-bottom:calc(2.01rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.top-quote [data-response].is-active{animation:none}}
.content-method{--mark-content:calc(1.5rem * 0.92);--field-public:calc(1580px / 3.00);--copy-base:calc(1580px / 3.99);padding:calc(1.5rem * 2.4) 1.46rem;background:#e11d2a;color:#ffffff;}
.content-method .local-fields{max-width:1580px;margin:0 auto;}
.content-method h1,.content-method h2,.content-method h3,.content-method p{margin:0;}
.content-method h1{font-size:calc(18.1px * 2.65);line-height:1.08;}
.content-method h2{font-size:calc(18.1px * 2);line-height:1.12;}
.content-method h3{font-size:calc(18.1px * 1.35);line-height:1.2;}
.content-method p{font-size:18.1px;line-height:1.76;color:color-mix(in srgb, currentColor 74%, transparent);}
.content-method a{color:inherit;text-decoration:none;}
.content-method img{display:block;width:100%;height:auto;border-radius:0.43rem;}
.content-method .narrow-area{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.33rem;background:#ffffff;color:#e11d2a;}
.content-method .bottom-track,.content-method .site-figure{}
.content-method .active-links{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.01rem;margin-top:var(--mark-content);}
.content-method .plain-fields{flex:1 1 calc(1580px / 4);min-width:0;}
.content-method .plain-fields p,.content-method .plain-fields a{margin-top:calc(1.5rem / 3);}
.content-method .plain-fields img{margin-bottom:calc(1.5rem / 2);}
.content-method .main-view>img{margin-top:var(--mark-content);}
.content-method .main-view>.bottom-track{margin-top:1.5rem;}
.steady-method{
  padding: calc(1.5rem * 2.4) 1.46rem;
  background: #0d0f13;
  color: #eef0f4;
}
.steady-method .local-fields{max-width: min(1580px, 74rem);
  margin: 0 auto;}
.steady-method .contact-rail{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-bottom: calc(2.01rem * 1.5);}
.steady-method h2{margin: 0;
  font-size: calc(18.1px * 2);
  line-height: 1.1;}
.steady-method .bottom-track{margin: 0;
  font-size: calc(18.1px * 1.125);
  color: #c7cbd3;}
.steady-method .bottom-list{display: flex;
  flex-direction: column;
  gap: calc(2.01rem * 1.5);
  border-top: 1px solid #2c313c;}
.steady-method .plain-fields{padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #2c313c;}
.steady-method .text-details{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.6rem;
  margin-bottom: 0.5rem;}
.steady-method .fresh-content{font-weight: 700;
  font-size: 18.1px;}
.steady-method .featured-copy{font-size: calc(18.1px * .875);
  color: #c7cbd3;}
.steady-method .plain-team{margin: 0 0 0.5rem;
  color: #eef0f4;}
.steady-method .site-figure{margin: 0;
  font-size: calc(18.1px * .875);
  color: #ff4d5a;}
.steady-method .primary-copy{margin: calc(2.01rem * 1.5) 0 0;
  font-size: calc(18.1px * .875);
  color: #c7cbd3;}
.steady-method .primary-copy a{color:inherit;
  text-decoration: none;}
.steady-method .primary-copy a:hover{color: #ff4d5a;}
@media (min-width: 900px) {.steady-method .bottom-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.01rem;
    border-top: none;
  }.steady-method .plain-fields{
    border-top: 1px solid #2c313c;
  }.steady-method .plain-fields:last-child{
    grid-column: 1 / -1;
  }
}
.bottom-footer{
    color:#eef0f4;
    background:linear-gradient(135deg, #0d0f13 0%, #1a1d24 55%, #2a1013 100%);
    padding:calc(1.5rem * 2.4) 1.46rem;
}
.bottom-footer .c{max-width:1580px;
    margin:0 auto;
    display:grid;
    gap:1.46rem;}
@media (min-width:1024px){.bottom-footer .c{grid-template-columns:minmax(0,1fr) 320px;}
}
.bottom-footer .public-lead{margin-bottom:calc(2.01rem * 1.5);}
.bottom-footer h1{font-size:calc(18.1px * 2.65);
    line-height:1.15;
    margin:0 0 calc(2.01rem * 1.5);}
.bottom-footer .page-area{display:flex;
    flex-wrap:wrap;
    gap:2.01rem;
    font-size:calc(18.1px * .875);}
.bottom-footer .offer-header{margin:0 0 calc(2.01rem * 1.5);
    border-radius:0.89rem;
    overflow:hidden;
    box-shadow:0 6px 16px rgba(0,0,0,0.2);}
.bottom-footer .offer-header img{display:block;
    width:100%;
    height:auto;}
.bottom-footer .quiet-fields{line-height:1.76;
    font-size:18.1px;}
.bottom-footer .quiet-fields p{margin:0 0 calc(2.01rem * 1.5);}
.bottom-footer .site-tile{margin-top:1.5rem;
    display:flex;
    flex-wrap:wrap;
    gap:2.01rem;
    padding-top:calc(2.01rem * 1.5);
    border-top:1px solid #2c313c;}
.bottom-footer .site-tile a{text-decoration:none;
    font-size:calc(18.1px * .875);
    border-bottom:1px solid transparent;
    transition:color 330ms var(--motion-soft), border-color 330ms var(--motion-soft);}
.bottom-footer .site-tile a:hover{border-bottom-color:#ff4d5a;}
.bottom-footer .soft-surface{
    background:#171a21;
    color:#eef0f4;
    padding:calc(1.5rem * .75);
    border-radius:0.89rem;
    border:1px solid #2c313c;
    box-shadow:0 1px 6px rgba(0,0,0,0.15);
    align-self:start;
}
.bottom-footer .soft-surface h3{margin:0 0 calc(2.01rem * 1.5);
    font-size:calc(18.1px * 1.35);}
.bottom-footer .summary{display:flex;
    flex-direction:column;
    gap:2.01rem;}
.bottom-footer .soft-surface a{text-decoration:none;
    font-size:calc(18.1px * .875);
    line-height:1.5;
    border-bottom:1px solid transparent;
    transition:color 330ms var(--motion-soft), border-color 330ms var(--motion-soft);}
.bottom-footer .soft-surface a:hover{border-bottom-color:#ff4d5a;}
.text-footer{
    padding:calc(1.5rem * 2.4) 1.46rem;
    background:#0d0f13;
    color:#eef0f4;
}
.text-footer .service-section{max-width:1580px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:2.01rem;
    align-items:flex-start;}
.text-footer .bottom-list{flex:0 0 260px;
    display:flex;
    flex-direction:column;
    gap:calc(2.01rem * 1.5);}
.text-footer .clear-group{width:100%;
    height:auto;
    display:block;
    border-radius:0.89rem;
    border:1px solid #2c313c;
    object-fit:cover;}
.text-footer .id{display:flex;
    flex-direction:column;
    gap:0.35rem;}
.text-footer .clear-rail{margin:0;
    font-size:calc(18.1px * 1.35);
    line-height:1.25;}
.text-footer .featured-copy{margin:0;
    font-size:calc(18.1px * .875);
    color:#c7cbd3;}
.text-footer .compact-list{margin:0.4rem 0 0;
    font-size:calc(18.1px * .875);
    display:flex;
    flex-wrap:wrap;
    gap:0.4rem;
    align-items:center;}
.text-footer .compact-list a{color:inherit;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 330ms var(--motion-soft), border-color 330ms var(--motion-soft);}
.text-footer .compact-list a:hover{color:#ff4d5a;
    border-bottom-color:#ff4d5a;}
.text-footer .fresh-intro{color:#c7cbd3;}
.text-footer .plain-team{flex:1 1 420px;
    display:flex;
    flex-direction:column;
    gap:calc(2.01rem * 1.5);}
.text-footer .plain-team p{margin:0;
    font-size:18.1px;
    line-height:1.76;}
@media (max-width:720px){.text-footer .service-section{
        flex-direction:column;
    }.text-footer .bottom-list{
        flex:1 1 auto;
        width:100%;
    }.text-footer .clear-group{
        max-width:220px;
    }
}
.steady-track{
  background: linear-gradient(135deg, #0d0f13 0%, #1a1d24 55%, #2a1013 100%);
  color: #eef0f4;
  padding: calc(1.5rem * 2.4) 1.46rem;
}
.steady-track .local-fields{width: min(100%, 1580px);
  margin: 0 auto;
  display: grid;
  gap: 2.01rem;}
.steady-track h2,
.steady-track h3,
.steady-track p{margin: 0;}
.steady-track h2{font-size: calc(18.1px * 2); line-height: 1.1;}
.steady-track h3{font-size: calc(18.1px * 1.35); line-height: 1.18;}
.steady-track p{font-size: 18.1px; line-height: 1.76;}
.steady-track .narrow-footer{
  display: flex;
  flex-wrap: wrap;
  gap: 2.01rem;
  align-items: flex-end;
  padding: calc(2.01rem * 1.5);
  border-radius: 1.29rem;
  background: linear-gradient(135deg, #e11d2a 0%, #7a0d16 100%);
  color: #ffffff;
}
.steady-track .narrow-footer h2{flex: 1 1 22rem;}
.steady-track .narrow-footer p{flex: 1 1 20rem;}
.steady-track .strong-benefit{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.steady-track [data-block]{
  flex: 1 1 20rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.43rem;
  background: #171a21;
  color: #eef0f4;
  border: 1px solid #2c313c;
  animation: peopleMemberIn calc(330ms * 2.2) var(--motion-soft) both;
  animation-delay: var(--ease-entry, 0ms);
}
.steady-track [data-block] div{display: flex;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  font-size: calc(18.1px * .875);}
.steady-track .compact-headline{border-top: 1px solid #2c313c;
  padding-top: calc(2.01rem * 1.5);}
@keyframes peopleMemberIn {from{ opacity: .2; transform: translateY(6px); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.steady-track .narrow-footer{ align-items: flex-start; }.steady-track [data-block]{ flex: 1 1 100%; }
}
.top-summary{
  background: #0d0f13;
  color: #eef0f4;
  padding: calc(1.5rem * 2.4) 1.46rem;
}
.top-summary .local-fields{width: min(100%, 1580px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(15rem, .5fr);
  gap: 2.01rem;
  align-items: start;}
.top-summary h2,
.top-summary h3,
.top-summary p{margin: 0;}
.top-summary h2{font-size: calc(18.1px * 2);
  line-height: 1.1;}
.top-summary h3{font-size: calc(18.1px * 1.35);
  line-height: 1.18;}
.top-summary p{font-size: 18.1px;
  line-height: 1.76;}
.top-summary .plain-team{display: grid;
  gap: calc(2.01rem * 1.5);}
.top-summary .plain-team p + p{color: #c7cbd3;}
.top-summary .plan{
  display: grid;
  gap: calc(2.01rem * 1.5);
  padding: calc(1.5rem * .75);
  border-radius: 0.89rem;
  background: #171a21;
  color: #eef0f4;
  border: 1px solid #2c313c;
}
.top-summary .plan a{width: fit-content;color:inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-size: calc(18.1px * .875);
  transition: color 330ms var(--motion-soft);}
.top-summary .plan a:hover{color: #ff4d5a;}
.top-summary .active-links{grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(1.5rem * .75);
  margin-top: 1.5rem;}
.top-summary .plain-fields{
  display: grid;
  gap: calc(2.01rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.43rem;
  background: #15181e;
  color: #c7cbd3;
  border: 1px solid #2c313c;
}
.top-summary .plain-fields span{font-size: calc(18.1px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #ff4d5a;}
.top-summary .plain-fields h3{color: #eef0f4;}
.top-summary .plain-fields p{font-size: calc(18.1px * .875);}
@media (max-width: 900px) {.top-summary .local-fields{
    grid-template-columns: 1fr;
  }.top-summary .active-links{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {.top-summary .active-links{
    grid-template-columns: 1fr;
  }
}
.quiet-plan{padding:calc(1.5rem * 2.4) 1.46rem;background:linear-gradient(135deg, #0d0f13 0%, #1a1d24 55%, #2a1013 100%);color:#eef0f4}
.quiet-plan .local-fields{max-width:1580px;margin:0 auto}
.quiet-plan .local-team{margin-bottom:calc(2.01rem * 1.5)}
.quiet-plan h2{margin:0;font-size:calc(18.1px * 2.65);line-height:1.04}
.quiet-plan .local-team p{margin:1.5rem 0 0;font-size:calc(18.1px * 1.125);line-height:1.76}
.quiet-plan .compact-wrap{display:flex;align-items:flex-start;gap:calc(2.01rem * 1.5);border-top:1px solid #2c313c;padding-top:calc(2.01rem * 1.5)}
.quiet-plan .contact-group{flex:0 1 20rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
.quiet-plan button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 330ms var(--motion-soft),transform 330ms var(--motion-soft)}
.quiet-plan button:hover,.quiet-plan button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.3))}
.quiet-plan .soft-details{flex:1 1 30rem;align-self:start}
.quiet-plan [data-response]{display:none}
.quiet-plan [data-response].is-active{display:block;animation:clarifyFocusIn calc(330ms*1.8) var(--motion-soft) both}
.quiet-plan h3{margin:0;font-size:calc(18.1px * 2);line-height:1.1}
.quiet-plan [data-response] p{margin:1.5rem 0 0;font-size:calc(18.1px * 1.125);line-height:1.76}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(2.01rem * 1)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.quiet-plan .compact-wrap{display:block}.quiet-plan .contact-group{margin-bottom:calc(2.01rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.quiet-plan [data-response].is-active{animation:none}}
.offer-view{
    color:#eef0f4;
    background:#0d0f13;
    padding:calc(1.5rem * 2.4) 1.46rem;
}
.offer-view .c{max-width:1580px;
    margin:0 auto;
    display:grid;
    gap:2.01rem;}
@media (min-width:1024px){.offer-view .c{grid-template-columns:minmax(0,1fr) 320px;}
}
.offer-view .media-group{display:flex;
    flex-direction:column;
    gap:calc(2.01rem * 1.5);}
.offer-view .public-lead h1{font-size:calc(18.1px * 2.65);
    line-height:1.2;
    margin:0 0 0.75rem;}
.offer-view .page-area{display:flex;
    flex-wrap:wrap;
    gap:1rem;
    font-size:calc(18.1px * .875);}
.offer-view .plain-contact{margin:0;
    border-radius:0.89rem;
    overflow:hidden;
    box-shadow:0 6px 16px rgba(0,0,0,0.2);}
.offer-view .plain-contact img{display:block;
    width:100%;
    height:auto;}
.offer-view .quiet-fields{display:flex;
    flex-direction:column;
    gap:calc(2.01rem * 1.5);
    line-height:1.76;
    font-size:18.1px;}
.offer-view .quiet-fields p{margin:0;}
.offer-view .site-tile{display:flex;
    flex-wrap:wrap;
    gap:2.01rem;
    padding-top:calc(2.01rem * 1.5);
    border-top:1px solid #2c313c;}
.offer-view .site-tile a{text-decoration:none;
    font-size:18.1px;
    border-bottom:1px solid transparent;
    transition:color 330ms var(--motion-soft),border-color 330ms var(--motion-soft);}
.offer-view .site-tile a:hover{border-color:#ff4d5a;}
.offer-view .soft-surface{
    background:#171a21;
    color:#eef0f4;
    border:1px solid #2c313c;
    border-radius:0.89rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 6px rgba(0,0,0,0.15);
    align-self:start;
}
.offer-view .soft-surface h3{margin:0 0 1rem;
    font-size:calc(18.1px * 1.35);}
.offer-view .summary{display:flex;
    flex-direction:column;
    gap:0.85rem;}
.offer-view .summary .plain-fields a{text-decoration:none;
    font-size:18.1px;
    border-bottom:1px solid transparent;
    transition:color 330ms var(--motion-soft),border-color 330ms var(--motion-soft);}
.offer-view .summary .plain-fields a:hover{border-color:#ff4d5a;}
.featured-visual{
    padding:calc(1.5rem * 2.4) 1.46rem;
    background:#0d0f13;
    color:#eef0f4;
}
.featured-visual .service-section{max-width:1580px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.01rem * 1.5);}
.featured-visual .bottom-list{display:flex;
    align-items:center;
    gap:2.01rem;
    flex-wrap:wrap;}
.featured-visual .clear-group{width:96px;
    height:96px;
    object-fit:cover;
    border-radius:0.89rem;
    border:1px solid #2c313c;
    flex:0 0 auto;}
.featured-visual .fresh-content{display:flex;
    flex-direction:column;
    gap:4px;}
.featured-visual .clear-rail{margin:0;
    font-size:calc(18.1px * 1.35);
    line-height:1.2;}
.featured-visual .featured-copy{margin:0;
    font-size:calc(18.1px * .875);
    color:#c7cbd3;}
.featured-visual .focused-footer{margin:0;
    font-size:18.1px;
    line-height:1.76;}
.featured-visual .text-actions{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:2.01rem;
    font-size:calc(18.1px * .875);}
.featured-visual .text-actions a{color:inherit;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 330ms var(--motion-soft), border-color 330ms var(--motion-soft);}
.featured-visual .text-actions a:hover{color:#ff4d5a;
    border-bottom-color:#ff4d5a;}
.featured-visual .site-figure{margin:0;
    font-size:calc(18.1px * .875);
    color:#c7cbd3;}
@media (min-width:720px){.featured-visual .service-section{
        display:grid;
        grid-template-columns:minmax(240px,320px) 1fr;
        grid-template-areas:
            "rail bio"
            "rail links"
            "rail note";
        column-gap:calc(2.01rem * 1.5);
        row-gap:calc(1.5rem * .75);
        align-items:start;
    }.featured-visual .bottom-list{grid-area:rail;flex-direction:column;align-items:flex-start;}.featured-visual .focused-footer{grid-area:bio;}.featured-visual .text-actions{grid-area:links;}.featured-visual .site-figure{grid-area:note;}
}
.clear-copy{
  background: linear-gradient(135deg, #0d0f13 0%, #1a1d24 55%, #2a1013 100%);
  color: #eef0f4;
  padding: calc(1.5rem * 2.4) 1.46rem;
}
.clear-copy .local-fields{width: min(100%, 1580px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 2.01rem;
  align-items: start;}
.clear-copy h2,
.clear-copy h3,
.clear-copy p{margin: 0;}
.clear-copy h2{font-size: calc(18.1px * 2);
  line-height: 1.1;
  letter-spacing: -0.01em;}
.clear-copy h3{font-size: calc(18.1px * 1.35);
  line-height: 1.18;}
.clear-copy p{font-size: 18.1px;
  line-height: 1.76;}
.clear-copy .steady-menu{display: grid;
  gap: calc(2.01rem * 1.5);
  align-content: start;
  padding-top: calc(2.01rem * 1.5);}
.clear-copy .steady-menu .site-figure{font-size: calc(18.1px * .875);
  border-left: 2px solid #e11d2a;
  padding-left: 1.46rem;}
.clear-copy .strong-items{display: grid;
  gap: calc(1.5rem * .75);}
.clear-copy .plain-fields{
  display: grid;
  grid-template-columns: 11rem minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.89rem;
  background: #171a21;
  color: #eef0f4;
  border: 1px solid #2c313c;
  animation: staffRowIn calc(330ms * 2) var(--motion-soft) both;
  animation-delay: var(--ease-entry, 0ms);
}
.clear-copy .featured-copy{font-size: calc(18.1px * .875);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.4;}
.clear-copy .plain-fields > div{display: grid;
  gap: calc(calc(2.01rem * 1.5) * .5);}
@keyframes staffRowIn {from{ opacity: .25; transform: translateY(calc(calc(2.01rem * 1) * .14)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 860px) {.clear-copy .local-fields{
    grid-template-columns: 1fr;
  }.clear-copy .steady-menu{
    padding-top: 0;
  }
}
@media (max-width: 620px) {.clear-copy .plain-fields{
    grid-template-columns: 1fr;
    gap: calc(2.01rem * 1.5);
  }
}
.steady-rail{
  background: #0d0f13;
  color: #eef0f4;
  padding: calc(1.5rem * 2.4) 1.46rem;
}
.steady-rail .local-fields{width: min(100%, 1580px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(15rem, .5fr);
  gap: 2.01rem;
  align-items: start;}
.steady-rail h2,
.steady-rail h3,
.steady-rail p{margin: 0;}
.steady-rail h2{font-size: calc(18.1px * 2);
  line-height: 1.1;}
.steady-rail h3{font-size: calc(18.1px * 1.35);
  line-height: 1.2;}
.steady-rail p{font-size: 18.1px;
  line-height: 1.76;}
.steady-rail .plain-team{display: grid;
  gap: calc(2.01rem * 1.5);}
.steady-rail .plan{
  display: grid;
  gap: calc(2.01rem * 1.5);
  padding: calc(1.5rem * .75);
  border-radius: 0.89rem;
  background: #15181e;
  color: #c7cbd3;
  border: 1px solid #2c313c;
}
.steady-rail .plan a{width: fit-content;color:inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: color 330ms var(--motion-soft);}
.steady-rail .plan a:hover{color: #ff4d5a;}
.steady-rail .active-links{grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(1.5rem * .75);}
.steady-rail .plain-fields{
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.43rem;
  background: #171a21;
  color: #eef0f4;
  border: 1px solid #2c313c;
}
.steady-rail .plain-fields span{font-size: calc(18.1px * .875);
  color: #c7cbd3;
  letter-spacing: .02em;}
@media (max-width: 900px) {.steady-rail .local-fields{
    grid-template-columns: 1fr;
  }.steady-rail .active-links{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {.steady-rail .active-links{
    grid-template-columns: 1fr;
  }
}
.page-rail{padding:calc(1.5rem * 2.4) 1.46rem;background:linear-gradient(135deg, #0d0f13 0%, #1a1d24 55%, #2a1013 100%);color:#eef0f4}
.page-rail .local-fields{max-width:1580px;margin:0 auto}
.page-rail .bottom-list{display:flex;gap:calc(2.01rem * 1.5);align-items:flex-start}
.page-rail .steady-menu{flex:0 1 20rem;min-width:0;border-left:1px solid color-mix(in srgb,#eef0f4 26%,transparent);padding-left:1.5rem}
.page-rail .steady-menu p{margin:0;line-height:1.76;font-size:calc(18.1px * .875)}
.page-rail .steady-plan{flex:1 1 46rem;min-width:0}
.page-rail h2{margin:0;font-size:calc(18.1px * 2);line-height:1.08}
.page-rail .active-form{margin-top:calc(2.01rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.page-rail .active-form p{margin:0;display:flex;gap:1.5rem;align-items:flex-start}
.page-rail strong{flex:0 1 13rem;min-width:0;font-size:calc(18.1px * .875);letter-spacing:0.01em}
.page-rail span{flex:1 1 30rem;min-width:0;line-height:1.76}
@media(max-width:760px){.page-rail .bottom-list,.page-rail .active-form p{display:block}.page-rail .steady-menu{border-left:0;padding-left:0}.page-rail .steady-plan{margin-top:calc(2.01rem * 1.5)}.page-rail span{display:block;margin-top:calc(1.5rem * .75)}.page-rail h2{font-size:calc(18.1px * 1.35)}
}
.quiet-header{
        color:#eef0f4;
        background:linear-gradient(135deg, #0d0f13 0%, #1a1d24 55%, #2a1013 100%);
        padding:calc(1.5rem * 2.4) 1.46rem;
    }
.quiet-header .c{max-width:1580px;
        margin:0 auto;
        display:grid;
        gap:2.01rem;}
@media (min-width: 1024px){.quiet-header .c{grid-template-columns:minmax(0,1fr) 320px;}
    }
.quiet-header .public-lead{margin-bottom:calc(2.01rem * 1.5);}
.quiet-header h1{font-size:calc(18.1px * 2.65);
        line-height:1.15;
        margin:0 0 calc(2.01rem * 1.5);}
.quiet-header .page-area{display:flex;
        flex-wrap:wrap;
        gap:1.46rem;
        font-size:calc(18.1px * .875);}
.quiet-header .plain-contact{margin:calc(2.01rem * 1.5) 0 0;
        border-radius:0.89rem;
        overflow:hidden;
        border:1px solid #2c313c;}
.quiet-header .plain-contact img{display:block;
        width:100%;
        height:auto;}
.quiet-header .quiet-fields{line-height:1.76;
        font-size:18.1px;}
.quiet-header .quiet-fields p{margin:0 0 calc(2.01rem * 1.5);}
.quiet-header .quiet-fields h2{font-size:calc(18.1px * 1.35);
        margin:1.5rem 0 calc(2.01rem * 1.5);}
.quiet-header .site-tile{margin-top:1.5rem;
        display:flex;
        flex-wrap:wrap;
        gap:1.46rem;
        padding-top:calc(2.01rem * 1.5);
        border-top:1px solid #2c313c;}
.quiet-header .site-tile a{text-decoration:none;
        font-size:calc(18.1px * .875);
        border-bottom:1px solid transparent;
        transition:color 330ms var(--motion-soft), border-color 330ms var(--motion-soft);}
.quiet-header .site-tile a:hover{border-color:#ff4d5a;}
.quiet-header .team-method{
        background:#171a21;
        color:#eef0f4;
        padding:calc(1.5rem * .75);
        border-radius:0.89rem;
        border:1px solid #2c313c;
        box-shadow:0 1px 6px rgba(0,0,0,0.15);
        align-self:start;
    }
.quiet-header .team-method h3{margin:0 0 calc(2.01rem * 1.5);
        font-size:calc(18.1px * 1.125);}
.quiet-header .bottom-list{display:flex;
        flex-direction:column;
        gap:calc(2.01rem * 1.5);}
.quiet-header .bottom-list a{text-decoration:none;
        font-size:calc(18.1px * .875);
        line-height:1.5;
        border-bottom:1px solid transparent;
        transition:border-color 330ms var(--motion-soft);}
.quiet-header .bottom-list a:hover{border-color:#ff4d5a;}
.offer-stack{
    padding:calc(1.5rem * 2.4) 1.46rem;
    background:#15181e;
    color:#c7cbd3;
}
.offer-stack .service-section{max-width:1580px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.01rem * 1.5);}
.offer-stack .fresh-content{display:flex;
    align-items:center;
    gap:2.01rem;
    flex-wrap:wrap;}
.offer-stack .page-brand{width:96px;
    height:96px;
    border-radius:0.89rem;
    object-fit:cover;
    border:1px solid #2c313c;
    flex:0 0 auto;}
.offer-stack .id{display:flex;
    flex-direction:column;
    gap:4px;}
.offer-stack .clear-rail{margin:0;
    font-size:calc(18.1px * 1.35);
    line-height:1.25;}
.offer-stack .featured-copy{margin:0;
    font-size:calc(18.1px * .875);
    letter-spacing:0.02em;
    opacity:0.85;}
.offer-stack .focused-footer{margin:0;
    font-size:18.1px;
    line-height:1.76;}
.offer-stack .simple-block{display:flex;
    flex-direction:column;
    gap:6px;
    padding-top:calc(2.01rem * 1.5);
    border-top:1px solid #2c313c;}
.offer-stack .text-details{margin:0 0 4px;
    font-size:calc(18.1px * .875);
    opacity:0.85;}
.offer-stack .bottom-headline{margin:0;
    font-size:18.1px;}
.offer-stack .bottom-headline a{color:inherit;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 330ms var(--motion-soft), border-color 330ms var(--motion-soft);}
.offer-stack .bottom-headline a:hover{color:#ff4d5a;
    border-bottom-color:#ff4d5a;}
.offer-stack .site-figure{margin:0;
    font-size:calc(18.1px * .875);
    line-height:1.6;
    opacity:0.8;}
@media (max-width:640px){.offer-stack .page-brand{
        width:72px;
        height:72px;
    }
}
.compact-unit{
  background: linear-gradient(135deg, #0d0f13 0%, #1a1d24 55%, #2a1013 100%);
  color: #eef0f4;
  padding: calc(1.5rem * 2.4) 1.46rem;
}
.compact-unit .local-fields{width: min(100%, 1580px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 2.01rem;
  align-items: start;}
.compact-unit h2,
.compact-unit h3,
.compact-unit p{margin: 0;}
.compact-unit h2{font-size: calc(18.1px * 2); line-height: 1.1;}
.compact-unit h3{font-size: calc(18.1px * 1.35); line-height: 1.18;}
.compact-unit p{font-size: 18.1px; line-height: 1.76;}
.compact-unit .steady-menu{display: grid;
  gap: calc(2.01rem * 1.5);
  align-content: start;
  padding-top: calc(2.01rem * 1.5);}
.compact-unit .steady-menu p{}
.compact-unit .strong-items{display: grid;
  gap: calc(1.5rem * .75);}
.compact-unit [data-block]{
  display: grid;
  grid-template-columns: 8.5rem minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.89rem;
  background: #171a21;
  color: #eef0f4;
  border: 1px solid #2c313c;
  box-shadow: 0 1px 6px rgba(0,0,0,0.15);
  animation: peopleCascadeIn calc(330ms * 2) var(--motion-soft) both;
  animation-delay: var(--ease-entry, 0ms);
}
.compact-unit [data-block] span{font-size: calc(18.1px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  padding-top: .2rem;}
.compact-unit [data-block] div{display: grid;
  gap: .45rem;}
.compact-unit [data-block] p{}
.compact-unit [data-block]:nth-child(odd){margin-left: clamp(0rem, 5vw, calc(2.01rem * .8));}
@keyframes peopleCascadeIn {from{ opacity: .25; transform: translateY(calc(calc(2.01rem * 1) * .14)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 860px) {.compact-unit .local-fields{ grid-template-columns: 1fr; }.compact-unit .steady-menu{ padding-top: 0; }.compact-unit [data-block]{ grid-template-columns: 1fr; }.compact-unit [data-block]:nth-child(odd){ margin-left: 0; }
}
.secondary-method{
  background: #0d0f13;
  color: #eef0f4;
  padding: calc(1.5rem * 2.4) 1.46rem;
}
.secondary-method .local-fields{width: min(100%, 1580px);
  margin: 0 auto;}
.secondary-method h2,
.secondary-method p{margin: 0;}
.secondary-method .local-team{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 2.01rem;
  margin-bottom: calc(2.01rem * 1.5);}
.secondary-method h2{font-size: calc(18.1px * 2);
  line-height: 1.1;
  max-width: 18ch;}
.secondary-method .local-team p{flex: 1 1 22rem;
  color: #c7cbd3;
  line-height: 1.76;}
.secondary-method .primary-feature{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.secondary-method .narrow-copy,
.secondary-method .soft-menu{display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 0.89rem;}
.secondary-method .narrow-copy{flex: 1 1 min(100%, 22rem);
  aspect-ratio: 4 / 5;
  border-radius: 1.29rem;}
.secondary-method .wide-intro{
  flex: 1 1 min(100%, 15rem);
  margin: 0;
  padding: calc(1.5rem * .75);
  border-radius: 1.29rem;
  background: #171a21;
  color: #eef0f4;
  border: 1px solid #2c313c;
  box-shadow: 0 1px 6px rgba(0,0,0,0.15);
}
.secondary-method .soft-menu{aspect-ratio: 5 / 4;
  margin-bottom: calc(1.5rem * .75);}
.secondary-method .wide-intro:nth-child(3n) .soft-menu{aspect-ratio: 3 / 4;}
.secondary-method .wide-intro p{font-size: 18.1px;
  line-height: 1.76;}
@media (max-width: 720px) {.secondary-method .local-team{ flex-direction: column; align-items: start; }
}
.main-plan{padding:calc(1.5rem * 2.4) 1.46rem;background:linear-gradient(135deg, #0d0f13 0%, #1a1d24 55%, #2a1013 100%);color:#eef0f4}
.main-plan .local-fields{max-width:1580px;margin:0 auto}
.main-plan .local-team{margin-bottom:calc(2.01rem * 1.5)}
.main-plan h2{margin:0;font-size:calc(18.1px * 2.65);line-height:1.05}
.main-plan .local-team p{margin:1.5rem 0 0;font-size:calc(18.1px * 1.125);line-height:1.76}
.main-plan .compact-wrap{display:flex;align-items:flex-start;gap:calc(2.01rem * 1.5)}
.main-plan .contact-group{flex:0 1 20rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
.main-plan button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 330ms var(--motion-soft),transform 330ms var(--motion-soft)}
.main-plan button:hover,.main-plan button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.3))}
.main-plan .soft-details{flex:1 1 30rem;align-self:start}
.main-plan [data-response]{display:none}
.main-plan [data-response].is-active{display:block;animation:clarifyFocusIn calc(330ms*1.8) var(--motion-soft) both}
.main-plan h3{margin:0;font-size:calc(18.1px * 2);line-height:1.1}
.main-plan [data-response] p{margin:1.5rem 0 0;font-size:calc(18.1px * 1.125);line-height:1.76}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(2.01rem * 1)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.main-plan .compact-wrap{display:block}.main-plan .contact-group{margin-bottom:calc(2.01rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.main-plan [data-response].is-active{animation:none}}
.wide-story{padding:calc(1.5rem * 2.4) 1.46rem;background:linear-gradient(135deg, #0d0f13 0%, #1a1d24 55%, #2a1013 100%);color:#eef0f4}
.wide-story .local-fields{max-width:1580px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.44fr) minmax(0,1fr);gap:calc(2.01rem * 1.5);align-items:stretch}
.wide-story .plain-team{display:flex;flex-direction:column;gap:2.01rem;padding:2.01rem;border-radius:1.29rem;background:#ff4d5a;color:#14161b}
.wide-story h2{margin:0;font-size:calc(18.1px * 2);line-height:1.1}
.wide-story .plain-team>p{margin:0;font-size:calc(18.1px * 1.125);line-height:1.76}
.wide-story .wide-quote{display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin-top:auto}
.wide-story .site-note{padding:calc(1.5rem * .75);border-radius:0.43rem;background:#171a21;color:#eef0f4;border:1px solid #2c313c}
.wide-story .site-note span{display:block;font-size:calc(18.1px * .875);}
.wide-story .site-note strong{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-size:18.1px;line-height:1.4}
.wide-story .site-note a{text-decoration:none;border-bottom:1px solid transparent;transition:color 330ms var(--motion-soft),border-color 330ms var(--motion-soft)}
.wide-story .site-note a:hover{border-bottom-color:#ff4d5a}
.wide-story .offer-steps{min-height:clamp(22rem,46vw,36rem);border-radius:1.29rem;overflow:hidden;border:1px solid #2c313c;box-shadow:0 6px 16px rgba(0,0,0,0.2);background:#15181e;color:#c7cbd3;}
.wide-story iframe{display:block;width:100%;height:100%;border:0}
@media (max-width:860px){.wide-story .local-fields{grid-template-columns:1fr}.wide-story .offer-steps{min-height:22rem}}
.simple-frame{padding:calc(1.5rem * 2.4) 1.46rem;background:var(--tone-dark);color:var(--tone-clear)}
.simple-frame .local-fields{max-width:1580px;margin:0 auto;display:flex;gap:calc(2.01rem * 1.5);align-items:flex-start}
.simple-frame .clear-feature{flex:0 1 36%;align-self:flex-start}
.simple-frame h2{margin:0;font-size:calc(18.1px * 2);line-height:1.1}
.simple-frame .clear-feature p{margin:1.5rem 0 0;color:inherit;line-height:1.76}
.simple-frame .clear-feature p:first-of-type{margin-top:calc(2.01rem * 1.5)}
.simple-frame form{flex:1 1 0}
.simple-frame fieldset{display:flex;flex-wrap:wrap;gap:2.01rem;margin:0;padding:0;border:0}
.simple-frame fieldset label{flex:1 1 16rem}
.simple-frame label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(18.1px * .875)}
.simple-frame input[type="text"],
.simple-frame input[type="email"],
.simple-frame textarea{width:100%;padding:calc(1.5rem * .75);border:1px solid #2c313c;border-radius:0.33rem;background:#0d0f13;color:#eef0f4;font:inherit}
.simple-frame .site-tile{margin-top:1.5rem}
.simple-frame .site-tile .text-details{margin:0 0 calc(1.5rem * .75);color:inherit;font-size:calc(18.1px * .875)}
.simple-frame .bottom-list{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.simple-frame .bottom-list .plain-fields{display:inline-flex;align-items:center;gap:0.5rem;padding:calc(1.5rem * .75) 1.5rem;border:1px solid #2c313c;border-radius:0.43rem;background:#171a21;color:#eef0f4;font-size:calc(18.1px * .875);cursor:pointer}
.simple-frame .bottom-list .plain-fields input{accent-color:#e11d2a}
.simple-frame .soft-body{display:block;margin-top:1.5rem}
.simple-frame textarea{resize:vertical}
.simple-frame .site-figure{margin:1.5rem 0;color:inherit;font-size:calc(18.1px * .875);line-height:1.76}
.simple-frame button{padding:calc(1.5rem * .75) 1.5rem;border:1px solid #e11d2a;border-radius:0.33rem;background:#e11d2a;color:#ffffff;font:inherit;cursor:pointer;transition:background 330ms var(--motion-soft)}
.simple-frame button:hover{background:#b8131f;border-color:#b8131f;color:#eef0f4;}
@media(max-width:820px){.simple-frame .local-fields{display:block}.simple-frame form{margin-top:calc(2.01rem * 1.5)}}
.bottom-view{background:#ff4d5a;color:#14161b;padding:calc(1.5rem * 2.4) 1.46rem}
.bottom-view .local-fields{max-width:1580px;margin:0 auto}
.bottom-view .main-note{display:flex;align-items:flex-start;gap:calc(2.01rem * 1.5)}
.bottom-view .soft-menu{display:block;flex:0 1 40%;min-width:15rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.89rem}
.bottom-view .quiet-fields{flex:1 1 34rem;min-width:0}
.bottom-view h2{margin:0;font-size:clamp(calc(18.1px * 2),4.6vw,calc(18.1px * 2.65));line-height:1.08;letter-spacing:0}
.bottom-view p{margin:1.5rem 0 0;font-size:18.1px;line-height:1.7}
.bottom-view .text-actions{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(2.01rem * 1.5)}
.bottom-view a{padding:calc(calc(1.5rem * .75) * 0.7) calc(1.5rem * .75);border-radius:0.33rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;text-decoration:none;font-size:calc(18.1px * .875);transition:background 330ms var(--motion-soft)}
.bottom-view a:hover{background:color-mix(in srgb,currentColor 22%,transparent)}
@media(max-width:760px){.bottom-view .main-note{align-items:stretch;flex-direction:column}.bottom-view .soft-menu{flex-basis:auto;min-width:0;aspect-ratio:16/10}}
.page-summary{background:#0d0f13;color:#eef0f4;padding:calc(1.5rem * 2.4) 1.46rem}
.page-summary .local-fields{max-width:1580px;margin:0 auto}
.page-summary .steady-links{display:flex;align-items:flex-start;gap:calc(2.01rem * 1.5);flex-wrap:wrap}
.page-summary .clear-feature{flex:1 1 24rem;min-width:0}
.page-summary h2{margin:0;font-size:clamp(calc(18.1px * 2),4.4vw,calc(18.1px * 2.65));line-height:1.08;letter-spacing:0}
.page-summary p{margin:1.5rem 0 0;color:#c7cbd3;font-size:calc(18.1px * 1.125);line-height:1.66}
.page-summary .active-form{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #2c313c}
.page-summary .site-area{display:flex;gap:2.01rem;padding:calc(2.01rem * 1.5) 0;border-bottom:1px solid #2c313c;color:inherit;text-decoration:none;transition:color 330ms var(--motion-soft)}
.page-summary .site-area:hover strong{color:#ff4d5a}
.page-summary strong{flex:0 1 13rem;min-width:0;color:#eef0f4;transition:color 330ms var(--motion-soft)}
.page-summary span{flex:1 1 20rem;min-width:0;color:#c7cbd3;line-height:1.6}
@media(max-width:760px){.page-summary .steady-links,.page-summary .site-area{flex-direction:column}.page-summary .site-area{gap:calc(calc(1.5rem * .75)*.5)}}
.featured-callout{
  padding: calc(1.5rem * 2.4) 1.46rem;
  background: linear-gradient(135deg, #0d0f13 0%, #1a1d24 55%, #2a1013 100%);
  color: #eef0f4;
}
.featured-callout .text-brand{
  max-width: 1580px;
  margin: 0 auto;
  border-radius: 1.29rem;
  overflow: hidden;
  background: #171a21;
  color: #eef0f4;
  border: 1px solid #2c313c;
}
.featured-callout .top-flow{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(2.01rem * 1.5);
  border-bottom: 1px solid #2c313c;}
.featured-callout .top-flow span,
.featured-callout .top-flow strong{font-size: calc(18.1px * .875);
  letter-spacing: 0.02em;}
.featured-callout .top-flow span{text-transform: uppercase;}
.featured-callout .top-flow strong{font-weight: 400;}
.featured-callout .team-lead{display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 2.01rem;
  padding: calc(2.01rem * 1.5);}
.featured-callout h2{margin: 0;
  font-size: calc(18.1px * 2);
  line-height: 1.1;}
.featured-callout .plain-team p{margin: calc(1.5rem * .75) 0 0;
  font-size: 18.1px;
  line-height: 1.76;}
.featured-callout .active-links{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.featured-callout .text-details{
  display: grid;
  grid-template-columns: minmax(6rem, 0.28fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.43rem;
  background: #15181e;
  border-left: 2px solid #e11d2a;color:#c7cbd3;}
.featured-callout .text-details span{font-size: calc(18.1px * .875);
  text-transform: uppercase;
  letter-spacing: 0.03em;}
.featured-callout h3{margin: 0;
  font-size: calc(18.1px * 1.35);
  line-height: 1.2;}
.featured-callout .text-details p{margin: calc(calc(1.5rem * .75) * 0.5) 0 0;
  font-size: calc(18.1px * .875);
  line-height: 1.76;}
@media (max-width: 800px) {.featured-callout .team-lead,
  .featured-callout .text-details{
    grid-template-columns: 1fr;
  }.featured-callout .team-lead{
    padding: calc(1.5rem * .75);
  }.featured-callout .top-flow{
    padding: calc(1.5rem * .75);
  }
}
.local-panel{padding:calc(1.5rem * 2.4) 1.46rem;background:#0d0f13;color:#eef0f4}
.local-panel .plain-team{max-width:min(1580px,64rem);margin:0 auto}
.local-panel h2{margin:0 0 calc(2.01rem * 1.5);font-size:calc(18.1px * 2);line-height:1.1}
.local-panel .clear-feature{margin:0 0 1.5rem;font-size:calc(18.1px * 1.125);line-height:1.6;color:#c7cbd3}
.local-panel .offer-group{padding:calc(1.5rem * .75) 0;border-top:1px solid #2c313c}
.local-panel .offer-group:last-child{border-bottom:1px solid #2c313c}
.local-panel h3{margin:0 0 calc(1.5rem * .75);font-size:calc(18.1px * 1.35);line-height:1.25}
.local-panel .offer-group p{margin:0;line-height:1.7;color:#c7cbd3}
.local-panel a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.local-panel a:hover{color:#ff4d5a}
@media (max-width:720px){.local-panel h2{font-size:calc(18.1px * 1.35)}.local-panel .clear-feature{font-size:18.1px}
}
.steady-list{--mark-content:calc(1.5rem * 0.9);padding:calc(1.5rem * 2.4) 1.46rem;background:#e11d2a;color:#ffffff;}
.steady-list .local-fields{max-width:1580px;margin:0 auto;}
.steady-list h2,.steady-list p{margin:0;}
.steady-list h2{font-size:calc(18.1px * 2);line-height:1.12;letter-spacing:-0.01em;}
.steady-list p{font-size:18.1px;line-height:1.76;color:color-mix(in srgb, currentColor 82%, transparent);}
.steady-list a{color:inherit;text-decoration:none;}
.steady-list .narrow-area{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.33rem;background:#ffffff;color:#e11d2a;font-weight:600;transition:transform 330ms var(--motion-soft);}
.steady-list .narrow-area:hover{transform:translateY(-2px);}
.steady-list .featured-block h2{margin-top:var(--mark-content);}
.steady-list .bottom-track{margin-top:1.5rem;}
.steady-list .bottom-track + .bottom-track{margin-top:calc(2.01rem * 1.5);}
.steady-list .bottom-track a{text-decoration:underline;text-underline-offset:3px;}
.steady-list .site-tile{display:flex;flex-wrap:wrap;gap:2.01rem;margin-top:1.5rem;padding-top:calc(2.01rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 30%, transparent);}
.steady-list .site-tile a{font-size:calc(18.1px * .875);text-decoration:underline;text-underline-offset:3px;opacity:0.9;}
.steady-list .site-tile a:hover{opacity:1;}
@media (max-width:640px){.steady-list .narrow-area{width:100%;}.steady-list .site-tile{flex-direction:column;gap:calc(2.01rem * 1.5);}
}
.local-header{
  padding: calc(1.5rem * 2.4) 1.46rem;
  background: #15181e;
  color: #c7cbd3;
}
.local-header .local-fields{max-width: min(1580px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.01rem * 1.5);}
.local-header .contact-rail h2{margin: 0;
  font-size: calc(18.1px * 2);
  line-height: 1.1;}
.local-header .clear-feature{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18.1px * 1.125);
  line-height: 1.76;}
.local-header .public-block{display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #2c313c;}
.local-header .soft-service{display: flex;
  gap: 2.01rem;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #2c313c;
  align-items: flex-start;}
.local-header .visual-header{flex: 0 0 auto;
  font-size: calc(18.1px * .875);
  letter-spacing: 0.08em;
  color: #ff4d5a;
  padding-top: 0.35rem;}
.local-header .steady-panel strong{display: block;
  font-size: calc(18.1px * 1.35);
  margin-bottom: 0.4rem;}
.local-header .steady-panel p{margin: 0;
  font-size: 18.1px;
  line-height: 1.76;
  color: #c7cbd3;}
.local-header .simple-block{
  background: #171a21;
  color: #eef0f4;
  border: 1px solid #2c313c;
  border-radius: 0.89rem;
  padding: calc(1.5rem * .75);
}
.local-header .narrow-contact{margin: 0 0 calc(1.5rem * .75);
  font-size: 18.1px;}
.local-header .quiet-items{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) 2.01rem;}
.local-header .quiet-items li{display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 12rem;}
.local-header .quiet-items .offer-form{font-size: calc(18.1px * .875);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #c7cbd3;}
.local-header .quiet-items a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 330ms var(--motion-soft), border-color 330ms var(--motion-soft);}
.local-header .quiet-items a:hover{color: #ff4d5a;
  border-bottom-color: #ff4d5a;}
.local-header .site-tile{margin: 0;
  font-size: calc(18.1px * .875);
  color: #c7cbd3;
  line-height: 1.76;}
.local-header .site-tile a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid #2c313c;
  transition: color 330ms var(--motion-soft), border-color 330ms var(--motion-soft);}
.local-header .site-tile a:hover{color: #ff4d5a;
  border-bottom-color: #ff4d5a;}
@media (max-width: 640px) {.local-header .soft-service{
    flex-direction: column;
    gap: 0.4rem;
  }.local-header .quiet-items li{
    min-width: 100%;
  }
}
.offer-lead{position:relative;overflow:hidden;padding:calc(1.5rem * 2.4) 1.46rem;background:linear-gradient(135deg, #0d0f13 0%, #1a1d24 55%, #2a1013 100%);color:#eef0f4}
.offer-lead:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0 14%,rgba(255,77,90,0.08) 14% 14.1%);animation:nfFloor calc(330ms*42) linear infinite alternate;pointer-events:none}
.offer-lead .local-fields{position:relative;z-index:1;max-width:1580px;margin:0 auto}
.offer-lead .service-section{display:flex;flex-direction:column;gap:calc(2.01rem * 1.5)}
.offer-lead .team-lead{display:flex;flex-direction:column;gap:calc(2.01rem * 1.5)}
.offer-lead .bottom-track{margin:0;font-size:calc(18.1px * 1.125);line-height:1.76;color:#eef0f4}
.offer-lead h1{margin:0;font-size:calc(18.1px * 2.65);line-height:1.05;letter-spacing:-0.01em;color:#eef0f4}
.offer-lead .plain-team{margin:0;font-size:18.1px;line-height:1.76;color:#eef0f4}
.offer-lead .site-tile{display:flex;flex-wrap:wrap;gap:2.01rem;align-items:center}
.offer-lead .narrow-area{display:inline-block;padding:0.7em 1.2em;border:1px solid #2c313c;border-radius:0.43rem;background:#171a21;color:#eef0f4;font-size:18.1px;text-decoration:none;transition:background 330ms var(--motion-soft),color 330ms var(--motion-soft),border-color 330ms var(--motion-soft)}
.offer-lead .narrow-area:hover,.offer-lead .narrow-area:focus-visible{background:#e11d2a;color:#ffffff;border-color:#e11d2a}
.offer-lead .site-figure{margin:0;font-size:calc(18.1px * .875);line-height:1.76;}
.offer-lead .site-figure a{text-underline-offset:0.24em}
.offer-lead .site-figure a:hover,.offer-lead .site-figure a:focus-visible{}
@keyframes nfFloor{from{transform:translateX(-2%)}to{transform:translateX(2%)}}
@media(max-width:560px){.offer-lead .site-tile{flex-direction:column;align-items:stretch}.offer-lead .narrow-area{text-align:center}}
@media(prefers-reduced-motion:reduce){.offer-lead:after{animation:none}}
