html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Lora", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --delay-entry: cubic-bezier(0.22,1,0.36,1);
  --tone-base: #14171b;
  --tone-main: #e9ecef;
}
a{color:inherit;}
.strong-headline {
    width: 100%;
    background: #101317;
    color: #e9ecef;
    border-bottom: 1px solid #333a42;
  }
.soft-method {
    max-width: 1460px;
    margin: 0 auto;
    padding: calc(1.67rem * 1.5) 2.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.67rem;
  }
.content-details {
    display: inline-block;
    color: #e9ecef;
    text-decoration: none;
    font-size: calc(19.8px * 1.35);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.1;
    text-align: center;
  }
.content-details:hover,
  .content-details:focus-visible {
    color: #ff8a2b;
  }
.clear-details {
    width: 100%;
    border-top: 1px solid #333a42;
    padding-top: 1.5rem;
  }
.bottom-intro {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.2rem;
  }
.simple-details {
    display: block;
  }
.region {
    display: inline-block;
    padding: 0.35rem 0.2rem;
    color: #e9ecef;
    text-decoration: none;
    font-size: calc(19.8px * .875);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    border-bottom: 1px solid transparent;
    transition: color 450ms var(--delay-entry),
                border-color 450ms var(--delay-entry);
  }
.region:hover,
  .region:focus-visible {
    color: #ff8a2b;
    border-bottom-color: #ff8a2b;
  }
.direct-frame {
    display: none;
    width: 44px;
    height: 40px;
    padding: 0;
    background: #181c21;
    color: #c9ced4;
    border: 1px solid #333a42;
    border-radius: 0.24rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.contact-region{
    display: block;
    width: 22px;
    height: 2px;
    background: #c9ced4;
    border-radius: 1px;color:#e9ecef;}
@media (max-width: 767px) {
    .soft-method {
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      padding: 1.5rem 2.2rem;
    }

    .content-details {
      font-size: 19.8px;
      text-align: left;
    }

    .direct-frame {
      display: flex;
    }

    .clear-details {
      display: none;
      width: 100%;
      border-top: 1px solid #333a42;
      padding-top: 1.5rem;
      margin-top: 1.5rem;
    }

    .clear-details.is-open {
      display: block;
    }

    .bottom-intro {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }

    .simple-details {
      border-bottom: 1px solid #333a42;
    }

    .simple-details:last-child {
      border-bottom: none;
    }

    .region {
      display: block;
      padding: 0.85rem 0.25rem;
      font-size: 19.8px;
      letter-spacing: 0.08em;
      border-bottom: none;
    }

    .region:hover,
    .region:focus-visible {
      border-bottom-color: transparent;
      color: #ff8a2b;
    }
  }
.compact-headline{font-family:"Lora", sans-serif;font-size:calc(19.8px * .875);line-height:1.74;padding:calc(1.5rem * 2.4) 2.2rem;background:var(--tone-main);color:var(--tone-base);}
.active-method{max-width:1460px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(1.67rem * 1.5)}
.team-frame{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.quiet-lead{font-size:calc(19.8px * 1.125);font-weight:700;letter-spacing:0.02em;margin:0}
.top-lead{margin:0;max-width:42ch;opacity:0.85}
.wide-brand{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:calc(1.67rem * 1.5)}
.simple-team{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.active-body{font-size:19.8px;font-weight:600;margin:0;letter-spacing:0.04em;text-transform:uppercase}
.featured-wrap{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.4rem}
.featured-wrap a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 450ms var(--delay-entry)}
.featured-wrap a:hover,
  .featured-wrap a:focus-visible{border-bottom-color:currentColor;color:inherit}
.content-team{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.main-copy{margin:0;display:flex;flex-wrap:wrap;gap:0.4rem}
.direct-track{font-weight:600;opacity:0.85}
.content-team a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 450ms var(--delay-entry)}
.content-team a:hover,
  .content-team a:focus-visible{border-bottom-color:currentColor;color:inherit}
.narrow-stack{display:flex;flex-direction:column;gap:calc(1.5rem * .75);border-top:1px solid currentColor;padding-top:calc(1.67rem * 1.5)}
.offer-lead{margin:0;max-width:90ch;opacity:0.85}
.contact-wrap{margin:0;opacity:0.75}
@media (min-width: 720px) {.wide-brand{grid-template-columns:repeat(4, minmax(0, 1fr))}
  }
@media (min-width: 1024px) {.active-method{grid-template-columns:1.2fr 2.4fr;grid-template-areas:"brand nav"
        "contact nav"
        "legal legal";column-gap:calc(1.67rem * 1.5);row-gap:calc(1.67rem * 1.5)}.team-frame{grid-area:brand}.wide-brand{grid-area:nav}.content-team{grid-area:contact}.narrow-stack{grid-area:legal}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);z-index:1200}
.cookies .offer-steps{width:min(18rem,calc(100vw - 28px));padding:14px;border:1px solid rgba(255,255,255,.18);border-radius:22px;background:#ff6a00;color:#0b0d10;box-shadow:0 28px 44px rgba(0,0,0,0.19)}
.cookies strong{display:block;font-size:calc(19.8px * 1.35)}
.cookies p{margin:6px 0 0;line-height:1.74}
.cookies .offer-media{margin-top:12px;display:grid;gap:8px}
.cookies .offer-media button{border:1px solid rgba(0,0,0,.12);background:rgba(255,255,255,.16);color:inherit;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .offer-media button.cookie-accept{background:#101317;color:#e9ecef}
.soft-group{
    padding: calc(1.5rem * 2.4) 2.2rem;
    background: linear-gradient(135deg, #101317 0%, #1b2026 55%, #2a2f36 100%);
    color: #e9ecef;
}
.soft-group .compact-steps{max-width: 1460px;
    margin: 0 auto;
    display: flex;
    gap: 1.67rem;
    align-items: flex-start;
    flex-wrap: wrap;}
.soft-group .steady-list{flex: 1 1 30rem;
    display: flex;
    flex-direction: column;
    gap: calc(1.67rem * 1.5);}
.soft-group .steady-list h1{margin: 0;
    font-size: calc(19.8px * 2.65);
    line-height: 1.08;
    letter-spacing: -0.01em;}
.soft-group .steady-list span{display: block;
    font-size: 19.8px;
    line-height: 1.74;
    color: #e9ecef;
    opacity: 0.88;}
.soft-group .offer-header{margin: 0;
    padding-left: calc(1.67rem * 1.5);
    border-left: 2px solid #ff8a2b;
    font-size: calc(19.8px * .875);
    line-height: 1.74;
    color: #e9ecef;
    opacity: 0.82;}
.soft-group .fresh-intro{display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;}
.soft-group .team-entries{display: inline-flex;
    min-height: 2.85rem;
    align-items: center;
    justify-content: center;
    padding: 0 1.15rem;
    border-radius: 0.59rem;
    text-decoration: none;
    font-size: calc(19.8px * .875);
    letter-spacing: 0.02em;
    transition: background 450ms var(--delay-entry), border-color 450ms var(--delay-entry);}
.soft-group .clear-list{
    background: #ff6a00;
    color: #0b0d10;
    border: 1px solid #ff6a00;
}
.soft-group .clear-list:hover{
    background: #ff8125;
    border-color: #ff8125;color:#e9ecef;}
.soft-group .plain-header{
    background: transparent;
    color: #e9ecef;
    border: 1px solid #333a42;
}
.soft-group .plain-header:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#e9ecef;}
.soft-group .contact-media{display: flex;
    gap: 1.4rem;
    flex-wrap: wrap;
    padding-top: calc(1.67rem * 1.5);
    border-top: 1px solid #333a42;}
.soft-group .contact-media a{text-decoration: none;
    font-size: calc(19.8px * .875);
    border-bottom: 1px solid transparent;
    transition: color 450ms var(--delay-entry), border-color 450ms var(--delay-entry);}
.soft-group .contact-media a:hover{border-bottom-color: #ff8a2b;}
.soft-group .direct-view{flex: 1 1 20rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;}
.soft-group .direct-view img{display: block;
    width: 100%;
    border-radius: 1rem;
    border: 1px solid #333a42;
    box-shadow: 0 8px 22px rgba(0,0,0,0.15);}
.soft-group .visual-details{margin: 0;
    font-size: calc(19.8px * .875);
    line-height: 1.74;}
@media (max-width: 720px) {.soft-group .compact-steps{
        flex-direction: column;
    }.soft-group .steady-list,
    .soft-group .direct-view{
        flex: 1 1 auto;
        width: 100%;
    }
}
.clear-intro{position:relative;overflow:hidden;isolation:isolate;}
.clear-intro>*{position:relative;z-index:1;}
.clear-intro::after{content:"";position:absolute;right:clamp(1rem,5vw,4rem);top:18%;width:clamp(5rem,13vw,9rem);aspect-ratio:1;border:1px solid color-mix(in srgb,currentColor 18%,transparent);border-radius:999px;opacity:.55;animation:wpAccentRing calc(18s + (2 * 5s)) var(--delay-entry) infinite alternate;pointer-events:none;}
@keyframes wpAccentRing{from{transform:scale(.96);}to{transform:scale(1.04) translateY(calc(2 * .4rem));}}
@media (prefers-reduced-motion: reduce){.clear-intro::before,.clear-intro::after{animation:none!important;}}
.open-proof{--mark-static:calc(1.5rem * 1.15);--layer-static:1px solid #333a42;padding:calc(1.5rem * 2.4) 2.2rem;background:#101317;color:#e9ecef;}
.open-proof .compact-steps{max-width:1460px;margin:0 auto;}
.open-proof h1,.open-proof h2,.open-proof h3,.open-proof p{margin:0;}
.open-proof h2{font-size:calc(19.8px * 2);line-height:1.12;}
.open-proof h3{font-size:calc(19.8px * 1.35);line-height:1.2;}
.open-proof p{font-size:19.8px;line-height:1.74;}
.open-proof a{color:#ff6a00;text-decoration:none;}
.open-proof a:hover{color:#ff8a2b;}
.open-proof .visual-details{margin-bottom:calc(1.5rem / 2);font-size:calc(19.8px * .875);letter-spacing:.06em;text-transform:uppercase;color:#c9ced4;}
.open-proof .offer-header{margin-top:1.5rem;color:#c9ced4;}
.open-proof .service-actions{display:flex;flex-direction:column;margin-top:var(--mark-static);border-top:var(--layer-static);}
.open-proof .featured-section{min-width:0;padding:calc(1.67rem * 1.5) 0;border-bottom:var(--layer-static);}
.open-proof .local-form{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.open-proof .featured-section p{color:#c9ced4;}
.open-proof .contact-media{margin-top:var(--mark-static);font-size:calc(19.8px * .875);color:#c9ced4;}
@media (min-width:900px){.open-proof .featured-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:1.67rem;align-items:start;}.open-proof .local-form{display:contents;}.open-proof .local-form h3{grid-column:1;}.open-proof .local-form p{grid-column:2;margin-top:0;}
}
.service-region{
  --mark-static:calc(1.5rem * 1.05);
  --mark-active:calc(1460px / 2.6);
  padding:calc(1.5rem * 2.4) 2.2rem;
  background:#101317;
  color:#e9ecef;
}
.service-region .compact-steps{max-width:1460px;
  margin:0 auto;}
.service-region h1,
.service-region h2,
.service-region h3,
.service-region p,
.service-region ol,
.service-region li{margin:0;}
.service-region h2{font-size:calc(19.8px * 2);
  line-height:1.14;}
.service-region h3{font-size:calc(19.8px * 1.35);
  line-height:1.22;}
.service-region p{font-size:19.8px;
  line-height:1.74;}
.service-region a{text-decoration:none;
  border-bottom:1px solid color-mix(in srgb, #ff6a00 45%, transparent);}
.service-region a:hover{border-bottom-color:#ff8a2b;}
.service-region .fresh-header{display:flex;
  flex-wrap:wrap;
  gap:1.67rem;
  align-items:flex-end;
  padding-bottom:calc(1.67rem * 1.5);
  border-bottom:1px solid #333a42;}
.service-region .fresh-header h2{flex:1 1 calc(1460px / 2.4);
  min-width:0;}
.service-region .fresh-header .offer-header{flex:1 1 calc(1460px / 2.8);
  min-width:0;}
.service-region .contact-media{list-style:none;
  padding:0;
  margin-top:var(--mark-static);
  display:flex;
  flex-direction:column;
  gap:0;}
.service-region .active-inner{display:flex;
  flex-wrap:wrap;
  gap:1.67rem;
  padding:calc(calc(1.67rem * 1.5) * .9) 0;
  border-bottom:1px solid #333a42;
  align-items:flex-start;}
.service-region .active-inner:last-child{border-bottom:none;}
.service-region .service-form{flex:0 0 auto;
  min-width:2.6rem;
  font-size:calc(19.8px * 1.125);
  line-height:1.2;
  letter-spacing:0.04em;}
.service-region .content-menu{flex:1 1 var(--mark-active);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);}
.service-region .content-menu p{}
.service-region .direct-view{
  margin-top:var(--mark-static);
  padding:calc(calc(1.5rem * .75) * .9) calc(1.5rem * .75);
  background:#1b2026;
  color:#e9ecef;
  border:1px solid #333a42;
  border-radius:0.59rem;
}
.service-region .direct-view p{font-size:calc(19.8px * .875);}
@media (max-width:720px){.service-region .fresh-header{
    align-items:flex-start;
  }.service-region .active-inner{
    gap:calc(1.67rem / 2);
  }.service-region .service-form{
    min-width:2rem;
  }
}
.media-grid{
  --mark-static:calc(1.5rem * 1.2);
  padding:calc(1.5rem * 2.4) 2.2rem;
  background:#101317;
  color:#e9ecef;
}
.media-grid .compact-steps{max-width:1460px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--mark-static);}
.media-grid h2,.media-grid h3,.media-grid p{margin:0;}
.media-grid h2{font-size:calc(19.8px * 2);line-height:1.14;}
.media-grid h3{font-size:calc(19.8px * 1.35);line-height:1.22;}
.media-grid p{font-size:19.8px;line-height:1.74;}
.media-grid .fresh-header{display:flex;
  flex-wrap:wrap;
  gap:1.67rem;
  align-items:flex-start;}
.media-grid .fresh-header h2{flex:1 1 22rem;min-width:0;}
.media-grid .fresh-header .offer-header{flex:1 1 26rem;
  min-width:0;
  color:#c9ced4;}
.media-grid .service-actions{display:flex;
  flex-wrap:wrap;
  gap:1.67rem;}
.media-grid .featured-section{
  flex:1 1 18rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * .6);
  padding:calc(calc(1.5rem * .75) * .9);
  background:#1b2026;
  color:#e9ecef;
  border:1px solid #333a42;
  border-radius:0.59rem;
}
.media-grid .featured-section img{display:block;
  width:100%;
  height:auto;
  border-radius:0.24rem;}
.media-grid .featured-section p{color:#c9ced4;
  font-size:calc(19.8px * .875);}
.media-grid .featured-section .fresh-frame{
  margin-top:auto;
  align-self:flex-start;
  padding:calc(calc(1.5rem * .75) * .5) calc(1.5rem * .75);
  border-radius:0.24rem;
  background:#ff8a2b;
  color:#0b0d10;
  font-size:calc(19.8px * .875);
  text-decoration:none;
  transition:background 450ms var(--delay-entry);
}
.media-grid .featured-section .fresh-frame:hover{
  background:#ffa04d;color:#e9ecef;}
.media-grid .fresh-form{color:#c9ced4;
  font-size:calc(19.8px * .875);}
.media-grid .fresh-form a{color:#ff6a00;
  text-decoration:none;
  border-bottom:1px solid #ff6a00;}
.media-grid .fresh-form a:hover{color:#ff8a2b;
  border-bottom-color:#ff8a2b;}
@media (max-width:720px){.media-grid .fresh-header h2,.media-grid .fresh-header .offer-header{flex:1 1 100%;}.media-grid .featured-section{flex:1 1 100%;}
}
.compact-block{
  --mark-static:calc(1.5rem * 1.35);
  padding:calc(1.5rem * 2.4) 2.2rem;
  background:#101317;
  color:#e9ecef;
}
.compact-block .compact-steps{max-width:1460px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--mark-static);}
.compact-block h2{font-size:calc(19.8px * 2);
  line-height:1.14;
  margin:0;}
.compact-block .fresh-header{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.4);
  padding-bottom:calc(1.5rem / 2);
  border-bottom:1px solid #333a42;}
.compact-block .offer-header{margin:0;
  font-size:19.8px;
  line-height:1.74;}
.compact-block .fresh-fields{display:flex;
  flex-direction:column;
  gap:0;}
.compact-block details{border-top:1px solid #333a42;
  padding:calc(calc(1.5rem * .75) * 1.1) 0;}
.compact-block details:last-of-type{border-bottom:1px solid #333a42;}
.compact-block summary{cursor:pointer;
  font-size:calc(19.8px * 1.125);
  font-weight:700;
  line-height:1.3;
  list-style:none;
  display:flex;
  align-items:flex-start;
  gap:calc(1.5rem * .75);}
.compact-block summary::-webkit-details-marker{display:none;}
.compact-block summary::before{content:"+";
  flex:0 0 auto;
  font-family:"Lora", sans-serif;
  font-weight:700;
  width:1.1em;
  text-align:center;}
.compact-block details[open] summary::before{content:"–";}
.compact-block details p{margin:calc(1.5rem / 2.6) 0 0;
  padding-left:calc(1.1em + calc(1.5rem * .75));
  font-size:19.8px;
  line-height:1.74;}
.compact-block .visual-details{
  margin:0;
  padding:calc(calc(1.5rem * .75) * 1.2) calc(calc(1.5rem * .75) * 1.4);
  background:#1b2026;
  color:#e9ecef;
  border:1px solid #333a42;
  border-radius:0.59rem;
  font-size:calc(19.8px * .875);
  line-height:1.74;
}
.compact-block .visual-details a{text-decoration:underline;
  text-underline-offset:3px;}
.compact-block .visual-details a:hover{}
@media (max-width:720px){.compact-block summary{
    font-size:19.8px;
  }.compact-block details p{
    padding-left:0;
  }
}
.top-flow{
  padding: calc(1.5rem * 2.4) 2.2rem;
  background: #181c21;
  color: #c9ced4;
}
.top-flow .compact-steps{max-width: min(1460px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.67rem * 1.5);}
.top-flow .offer-header{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: calc(1.67rem * 1.5);
  align-items: end;
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid #333a42;}
.top-flow h2{margin: 0;
  font-size: calc(19.8px * 2);
  line-height: 1.1;}
.top-flow .offer-header p{margin: 0;
  font-size: 19.8px;
  line-height: 1.74;}
.top-flow .plain-stack{display: flex;
  flex-direction: column;
  gap: 0;}
.top-flow .plain-stack a{display: grid;
  grid-template-columns: 6rem minmax(0, .9fr) minmax(0, 1.4fr);
  gap: calc(1.5rem * .75);
  align-items: baseline;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #333a42;
  text-decoration: none;
  color: inherit;
  transition: color 450ms var(--delay-entry);}
.top-flow .plain-stack a:last-child{border-bottom: none;}
.top-flow .plain-stack a:hover strong{color: #ff8a2b;}
.top-flow .plain-stack span{color: #ff8a2b;
  font-size: calc(19.8px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
.top-flow .plain-stack strong{font-size: 19.8px;
  font-weight: 600;
  transition: color 450ms var(--delay-entry);}
.top-flow .plain-stack em{font-style: normal;
  font-size: calc(19.8px * .875);
  line-height: 1.74;
  color: #c9ced4;
  opacity: .82;}
@media (max-width: 820px) {.top-flow .offer-header{
    grid-template-columns: 1fr;
    align-items: start;
  }.top-flow .plain-stack a{
    grid-template-columns: 1fr;
    gap: calc(calc(1.5rem * .75) / 2);
  }
}
.fresh-area{
  --mark-static:calc(1.5rem * 1.15);
  padding:calc(1.5rem * 2.4) 2.2rem;
  background:#ff6a00;
  color:#0b0d10;
}
.fresh-area .compact-steps{max-width:1460px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:1.67rem;}
.fresh-area h2{margin:0;
  font-size:calc(19.8px * 2);
  line-height:1.12;}
.fresh-area p{margin:0;
  font-size:19.8px;
  line-height:1.74;}
.fresh-area .local-form{flex:1 1 26rem;
  display:flex;
  flex-direction:column;
  gap:calc(1.67rem * 1.5);}
.fresh-area .offer-header{color:color-mix(in srgb, currentColor 82%, transparent);}
.fresh-area .visual-details{font-size:calc(19.8px * .875);
  color:color-mix(in srgb, currentColor 68%, transparent);
  border-top:1px solid color-mix(in srgb, currentColor 26%, transparent);
  padding-top:calc(1.67rem * 1.5);}
.fresh-area .media-service{flex:0 1 22rem;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  align-items:flex-start;}
.fresh-area .page-surface{
  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.24rem;
  background:#0b0d10;
  color:#ff6a00;
  font-size:19.8px;
  text-decoration:none;
  transition:background 450ms var(--delay-entry);
}
.fresh-area .page-surface:hover{
  background:#ffa04d;
  color:#0b0d10;
}
.fresh-area .contact-media{font-size:calc(19.8px * .875);
  color:color-mix(in srgb, currentColor 74%, transparent);}
.fresh-area .contact-media a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.fresh-area .contact-media a:hover{text-decoration-thickness:2px;}
@media (max-width:720px){.fresh-area .compact-steps{
    flex-direction:column;
  }.fresh-area .media-service{
    flex:1 1 auto;
    width:100%;
  }
}
.wide-contact{padding:calc(1.5rem * 2.4) 2.2rem;background:#101317;color:#e9ecef}
.wide-contact .narrow-steps{max-width:1460px;margin:0 auto}
.wide-contact .open-menu{margin:0 0 calc(1.67rem * 1.5);border-bottom:1px solid #333a42;padding-bottom:calc(1.5rem * .75)}
.wide-contact h2{margin:0 0 .7rem;font-size:calc(19.8px * 2);line-height:1.08}
.wide-contact .bottom-note{margin:0;font-size:19.8px;line-height:1.6;color:#c9ced4}
.wide-contact .strong-lead{display:flex;flex-wrap:wrap;gap:1.67rem}
.wide-contact .team-region{flex:1 1 300px;display:flex;flex-direction:column;background:#1b2026;color:#e9ecef;border:1px solid #333a42;border-radius:1rem;overflow:hidden;box-shadow:0 1px 7px rgba(0,0,0,0.12);transition:box-shadow 450ms var(--delay-entry)}
.wide-contact .team-region:hover{box-shadow:0 8px 22px rgba(0,0,0,0.15)}
.wide-contact .team-region img{width:100%;height:210px;object-fit:cover;display:block}
.wide-contact .service-wrap{display:flex;flex-direction:column;flex:1 1 auto;padding:calc(1.5rem * .75)}
.wide-contact h3{margin:0 0 .55rem;font-size:calc(19.8px * 1.35);line-height:1.2}
.wide-contact h3 a{color:#e9ecef;text-decoration:none}
.wide-contact h3 a:hover{color:#ff8a2b}
.wide-contact .bottom-tile{margin:0 0 calc(1.5rem * .75);font-size:calc(19.8px * .875);line-height:1.6;color:#e9ecef;opacity:.82}
.wide-contact .primary-contact{margin-top:auto;align-self:flex-start;color:#ff6a00;text-decoration:none;font-weight:700;font-size:calc(19.8px * .875);border-bottom:1px solid transparent;transition:border-color 450ms var(--delay-entry)}
.wide-contact .primary-contact:hover{color:#ff8a2b;border-bottom-color:#ff8a2b}
@media (max-width:640px){.wide-contact .team-region img{height:180px}
}
.page-proof{
        padding:calc(1.5rem * 2.4) 2.2rem;
        background:linear-gradient(135deg, #101317 0%, #1b2026 55%, #2a2f36 100%);
        color:#e9ecef;
    }
.page-proof .compact-steps{max-width:1460px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.67rem * 1.5);}
.page-proof .featured-unit h2{margin:0;
        font-size:calc(19.8px * 2);
        line-height:1.2;}
.page-proof .featured-unit p{margin:calc(1.67rem * 1.5) 0 0;
        font-size:19.8px;
        opacity:.9;}
.page-proof .fresh-header p{margin:0;
        font-size:19.8px;
        opacity:.88;}
.page-proof .service-actions{display:flex;
        flex-direction:column;
        gap:2px;
        border-top:1px solid #333a42;}
.page-proof .featured-section{border-bottom:1px solid #333a42;}
.page-proof .featured-section button{
        width:100%;
        border:0;
        background:transparent;
        color:inherit;
        text-align:left;
        font:inherit;
        font-weight:600;
        font-size:19.8px;
        padding:calc(1.5rem * .75) 0;
        cursor:pointer;
        display:flex;
        justify-content:space-between;
        align-items:baseline;
        gap:1.67rem;
    }
.page-proof .featured-section button::after{content:"+";
        font-weight:400;
        font-size:calc(19.8px * 1.125);
        flex-shrink:0;}
.page-proof .featured-section.is-open button::after{content:"\2212";}
.page-proof .featured-section p{margin:0;
        max-height:0;
        overflow:hidden;
        padding:0;
        font-size:19.8px;
        opacity:.85;
        transition:max-height 450ms var(--delay-entry),padding 450ms var(--delay-entry);}
.page-proof .featured-section.is-open p{max-height:320px;
        padding:0 0 calc(1.5rem * .75);}
.page-proof .direct-view{display:flex;
        flex-direction:column;
        gap:calc(1.67rem * 1.5);
        padding-top:calc(1.67rem * 1.5);}
.page-proof .visual-details{margin:0;
        font-size:calc(19.8px * .875);
        opacity:.8;}
.page-proof .contact-media{display:flex;
        flex-wrap:wrap;
        gap:1.67rem;}
.page-proof .contact-media a{text-decoration:none;
        font-size:19.8px;
        font-weight:600;
        border-bottom:1px solid transparent;
        transition:color 450ms var(--delay-entry),border-color 450ms var(--delay-entry);}
.page-proof .contact-media a:hover{border-bottom-color:#ff8a2b;}
@media (max-width:640px){.page-proof .featured-section button{
            font-size:19.8px;
        }
    }
.offer-frame{padding:calc(1.5rem * 2.4) 2.2rem;background:#101317;color:#e9ecef;}
.featured-steps{max-width:1460px;margin:0 auto;}
.offer-frame h1{margin:0;font-size:calc(19.8px * 2.65);line-height:1.08;}
.focused-body{
    padding:calc(1.5rem * 2.4) 2.2rem;
    background:#181c21;
    color:#c9ced4;
    background-image:linear-gradient(160deg,rgba(255,106,0,0.05),transparent 55%);
}
.focused-body .compact-steps{max-width:1460px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,0.85fr) minmax(0,1.15fr);
    gap:calc(1.67rem * 1.5);
    align-items:start;}
.focused-body .active-copy img{width:100%;
    height:auto;
    display:block;
    border-radius:1rem;
    border:1px solid #333a42;
    box-shadow:0 8px 22px rgba(0,0,0,0.15);}
.focused-body .content-menu h2{margin:0 0 0.4rem;
    font-size:calc(19.8px * 2);
    line-height:1.2;}
.focused-body .content-menu h3{margin:0 0 calc(1.5rem * .75);
    font-size:19.8px;
    font-weight:500;
    color:#c9ced4;
    opacity:0.82;}
.focused-body .content-menu p{margin:0 0 calc(1.5rem * .75);
    font-size:19.8px;
    line-height:1.74;}
.focused-body .content-menu ul{margin:0;
    padding:0;
    list-style:none;
    display:flex;
    flex-direction:column;
    gap:0.55rem;
    border-top:1px solid #333a42;
    padding-top:calc(1.5rem * .75);}
.focused-body .content-menu li{position:relative;
    padding-left:1.1rem;
    font-size:calc(19.8px * .875);
    line-height:1.6;}
.focused-body .content-menu li::before{
    content:"";
    position:absolute;
    left:0;
    top:0.55em;
    width:0.5rem;
    height:2px;
    background:#ff8a2b;color:#0b0d10;}
@media (max-width:820px){.focused-body .compact-steps{
        grid-template-columns:1fr;
        gap:calc(1.5rem * .75);
    }
}
.narrow-story{
  --mark-static:calc(1.5rem * 1.15);
  --mark-local:3px;
  padding:calc(1.5rem * 2.4) 2.2rem;
  background:#101317;
  color:#e9ecef;
}
.narrow-story .compact-steps{max-width:1460px;
  margin:0 auto;}
.narrow-story h2,
.narrow-story h3,
.narrow-story p{margin:0;}
.narrow-story h2{font-size:calc(19.8px * 2);
  line-height:1.14;
  max-width:34ch;}
.narrow-story h3{font-size:calc(19.8px * 1.35);
  line-height:1.22;}
.narrow-story p{font-size:19.8px;
  line-height:1.74;}
.narrow-story .visual-details{font-size:calc(19.8px * .875);
  letter-spacing:0.08em;
  text-transform:uppercase;
  margin-bottom:calc(1.5rem / 2);}
.narrow-story .offer-header{margin-top:1.5rem;
  max-width:62ch;}
.narrow-story .service-actions{display:flex;
  flex-direction:column;
  gap:var(--mark-static);
  margin-top:calc(1.5rem * 1.4);
  padding-left:1.5rem;
  border-left:var(--mark-local) solid #333a42;}
.narrow-story .featured-section{
  position:relative;
  min-width:0;
  padding:calc(1.5rem * .75) 1.5rem;
  background:#1b2026;
  color:#e9ecef;
  border:1px solid #333a42;
  border-radius:0.59rem;
}
.narrow-story .featured-section::before{
  content:"";
  position:absolute;
  left:calc(-1 * 1.5rem - var(--mark-local) / 2 - 4px);
  top:calc(calc(1.5rem * .75) + 0.55em);
  width:9px;
  height:9px;
  border-radius:50%;
  background:#ff8a2b;color:#0b0d10;}
.narrow-story .featured-section p{margin-top:calc(1.5rem / 3);}
@media (max-width:640px){.narrow-story .service-actions{
    padding-left:calc(1.5rem / 1.4);
  }.narrow-story .featured-section{
    padding:calc(1.5rem * .75);
  }
}
.local-callout{--mark-static:calc(1.5rem * 1.18);--copy-meta:calc(1460px / 3.40);padding:calc(1.5rem * 2.4) 2.2rem;background:#101317;color:#e9ecef;}
.local-callout .compact-steps{max-width:1460px;margin:0 auto;}
.local-callout h1,.local-callout h2,.local-callout h3,.local-callout p,.local-callout ul{margin:0;}
.local-callout h1{font-size:calc(19.8px * 2.65);line-height:1.1;}
.local-callout h2{font-size:calc(19.8px * 2);line-height:1.14;}
.local-callout h3{font-size:calc(19.8px * 1.35);line-height:1.22;}
.local-callout p{font-size:19.8px;line-height:1.74;color:#c9ced4;}
.local-callout a{color:inherit;text-decoration:none;}
.local-callout .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.67rem;}
.local-callout .row-title h2{flex:1 1 calc(1460px / 3.2);min-width:0;}
.local-callout .row-title>p{flex:1 1 calc(1460px / 3.2);min-width:0;}
.local-callout .service-actions{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--mark-static);margin-top:var(--mark-static);}
.local-callout .featured-section{flex:1 1 var(--copy-meta);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #333a42;}
.local-callout .featured-section p{margin-top:calc(1.5rem / 3.2);}
.local-callout .soft-panel{padding-block-end:calc(var(--mark-static) / 3);}
.local-callout .media-story{row-gap:calc(var(--mark-static) * .7);}
.media-quote{padding:calc(1.5rem * 2.4) 2.2rem;background:#101317;color:#e9ecef}
.media-quote .compact-steps{max-width:1460px;margin:0 auto}
.media-quote .content-media{margin-bottom:calc(1.67rem * 1.5)}
.media-quote h2{margin:0;font-size:calc(19.8px * 2);line-height:1.08}
.media-quote .content-media p{margin:1.5rem 0 0;font-size:19.8px;line-height:1.74;}
.media-quote .content-inner{display:flex;align-items:flex-start;gap:calc(1.67rem * 1.5);border-top:1px solid #333a42;padding-top:calc(1.67rem * 1.5)}
.media-quote .fresh-fields{flex:0 1 20rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
.media-quote button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 450ms var(--delay-entry),transform 450ms var(--delay-entry)}
.media-quote button:hover,.media-quote button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.3))}
.media-quote .soft-body{flex:1 1 30rem;align-self:start;background:#1b2026;color:#e9ecef;border:1px solid #333a42;border-radius:1rem;padding:calc(1.5rem * .75)}
.media-quote [data-response]{display:none}
.media-quote [data-response].is-active{display:block;animation:clarifyFocusIn calc(450ms*1.6) var(--delay-entry) both}
.media-quote h3{margin:0;font-size:calc(19.8px * 1.35);line-height:1.15}
.media-quote [data-response] p{margin:1.5rem 0 0;font-size:19.8px;line-height:1.74}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.67rem * 2)*.1))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.media-quote .content-inner{display:block}.media-quote .fresh-fields{margin-bottom:calc(1.67rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.media-quote [data-response].is-active{animation:none}}
.site-quote{--mark-static:calc(1.5rem * 1.15);--state-base:calc(1460px / 2.4);padding:calc(1.5rem * 2.4) 2.2rem;background:#101317;color:#e9ecef;}
.site-quote .compact-steps{max-width:1460px;margin:0 auto;}
.site-quote h1,.site-quote h2,.site-quote h3,.site-quote p{margin:0;}
.site-quote h2{font-size:calc(19.8px * 2);line-height:1.12;margin-bottom:1.5rem;}
.site-quote h3{font-size:calc(19.8px * 1.35);line-height:1.2;margin-bottom:calc(1.5rem / 3);}
.site-quote p{font-size:19.8px;line-height:1.74;}
.site-quote a{text-decoration:none;border-bottom:1px solid transparent;transition:border-color 450ms var(--delay-entry),color 450ms var(--delay-entry);}
.site-quote a:hover{border-bottom-color:#ff8a2b;}
.site-quote .visual-details{font-size:calc(19.8px * .875);letter-spacing:0.08em;text-transform:uppercase;margin-bottom:calc(1.5rem / 2);}
.site-quote .offer-header{margin-bottom:var(--mark-static);}
.site-quote .service-actions{display:flex;flex-direction:column;gap:var(--mark-static);}
.site-quote .featured-section{padding:calc(1.5rem * .75) 0;border-top:1px solid #333a42;}
.site-quote .featured-section:last-of-type{border-bottom:1px solid #333a42;}
.site-quote .local-form{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.site-quote .local-form a{align-self:flex-start;font-size:calc(19.8px * .875);font-weight:600;}
.site-quote .contact-media{margin-top:var(--mark-static);padding-top:calc(1.67rem * 1.5);border-top:1px solid #333a42;font-size:calc(19.8px * .875);}
.site-quote .contact-media a{font-weight:600;}
@media (min-width:900px){.site-quote .featured-section{display:grid;grid-template-columns:calc(1460px / 3.6) 1fr;gap:2.2rem;align-items:start;}.site-quote .local-form{grid-column:2;}
}
.open-list{
  padding: calc(1.5rem * 2.4) 2.2rem;
  background: #101317;
  color: #e9ecef;
}
.open-list .compact-steps{max-width: 1460px;
  margin: 0 auto;}
.open-list .featured-unit{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: calc(1.67rem * 1.5);
  margin-bottom: calc(1.67rem * 1.5);}
.open-list h2{margin: 0;
  flex: 1 1 22rem;
  font-size: calc(19.8px * 2);
  line-height: 1.1;}
.open-list .offer-header{flex: 1 1 26rem;
  margin: 0;
  font-size: 19.8px;
  color: #c9ced4;}
.open-list .plain-story{display: flex;
  flex-wrap: wrap;
  gap: 1.67rem;
  border-top: 1px solid #333a42;
  padding-top: calc(1.67rem * 1.5);}
.open-list .featured-section{flex: 1 1 min(100%, 20rem);
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * .6);
  padding: 0 calc(1.5rem * .75) 0 0;
  border-right: 1px solid #333a42;}
.open-list .featured-section:last-child{border-right: none;
  padding-right: 0;}
.open-list .top-headline{display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: calc(1.5rem * .75);}
.open-list .mark{font-weight: 700;
  font-size: 19.8px;}
.open-list .contact-nav{font-size: calc(19.8px * .875);
  color: #ff8a2b;
  white-space: nowrap;}
.open-list .featured-section p{margin: 0;
  font-size: 19.8px;
  color: #c9ced4;}
.open-list .featured-section small{font-size: calc(19.8px * .875);
  color: #c9ced4;
  opacity: .85;}
.open-list .active-visual{margin-top: calc(1.67rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #333a42;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: calc(1.5rem * .75);}
.open-list .visual-details{margin: 0;
  flex: 1 1 24rem;
  font-size: calc(19.8px * .875);
  color: #c9ced4;}
.open-list .visual-details a{color: #ff6a00;
  text-decoration: underline;}
.open-list .visual-details a:hover{color: #ff8a2b;}
.open-list .page-surface{
  display: inline-block;
  padding: .7rem 1.2rem;
  background: #ff8a2b;
  color: #0b0d10;
  border-radius: 0.59rem;
  font-size: calc(19.8px * .875);
  font-weight: 700;
  text-decoration: none;
  transition: background 450ms var(--delay-entry);
}
.open-list .page-surface:hover{
  background: #ffa04d;color:#e9ecef;}
@media (max-width: 860px) {.open-list .featured-section{
    flex: 1 1 100%;
    border-right: none;
    border-bottom: 1px solid #333a42;
    padding: 0 0 calc(1.5rem * .75) 0;
  }.open-list .featured-section:last-child{
    border-bottom: none;
    padding-bottom: 0;
  }
}
.quiet-method{--mark-static:calc(1.5rem * 0.99);--label-button:calc(1460px / 3.88);padding:calc(1.5rem * 2.4) 2.2rem;background:#101317;color:#e9ecef;}
.quiet-method .compact-steps{max-width:1460px;margin:0 auto;}
.quiet-method h2,.quiet-method h3,.quiet-method p{margin:0;}
.quiet-method h2{font-size:calc(19.8px * 2);line-height:1.12;}
.quiet-method h3{font-size:calc(19.8px * 1.35);line-height:1.2;}
.quiet-method p{font-size:19.8px;line-height:1.74;}
.quiet-method .offer-header{margin-top:1.5rem;}
.quiet-method .visual-details{margin-top:var(--mark-static);}
.quiet-method a{text-decoration:none;border-bottom:1px solid currentColor;}
.quiet-method a:hover{}
.quiet-method img{display:block;width:100%;height:auto;margin-top:var(--mark-static);border-radius:0.59rem;}
.quiet-method .service-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.67rem;margin-top:var(--mark-static);}
.quiet-method .featured-section{flex:1 1 calc(1460px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid #ff8a2b;}
.quiet-method .featured-section p{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.quiet-method .featured-section{flex:1 1 100%;}
}
.strong-service{--mark-static:calc(1.5rem * .92);padding:calc(1.5rem * 2.4) 2.2rem;background:#101317;color:#e9ecef;}
.strong-service .compact-steps{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.67rem * 1.5);}
.strong-service h2,.strong-service h3,.strong-service p{margin:0;}
.strong-service h2{font-size:calc(19.8px * 2);line-height:1.14;}
.strong-service h3{font-size:calc(19.8px * 1.35);line-height:1.24;}
.strong-service p{font-size:19.8px;line-height:1.74;color:#c9ced4;}
.strong-service .fresh-header{display:flex;flex-direction:column;gap:calc(1.5rem * .75);border-bottom:1px solid #333a42;padding-bottom:calc(1.67rem * 1.5);}
.strong-service .offer-header{font-size:calc(19.8px * 1.125);color:#c9ced4;}
.strong-service .fresh-fields{display:flex;flex-direction:column;gap:var(--mark-static);}
.strong-service .featured-section{padding:calc(1.5rem * .75) 0;border-bottom:1px solid #333a42;display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .55);}
.strong-service .featured-section:last-child{border-bottom:none;padding-bottom:0;}
.strong-service .featured-section p{color:#c9ced4;}
.strong-service a{color:#ff6a00;text-decoration:underline;text-underline-offset:3px;}
.strong-service a:hover{color:#ff8a2b;}
@media (min-width:900px){.strong-service .compact-steps{display:grid;grid-template-columns:minmax(0,0.85fr) minmax(0,1.15fr);gap:calc(1.67rem * 1.5);align-items:start;}.strong-service .fresh-header{border-bottom:none;border-right:1px solid #333a42;padding-bottom:0;padding-right:calc(1.67rem * 1.5);position:sticky;top:calc(1.67rem * 1.5);}.strong-service .fresh-fields{gap:var(--mark-static);}
}
.plain-list{padding:calc(1.5rem * 2.4) 2.2rem;background:linear-gradient(135deg, #101317 0%, #1b2026 55%, #2a2f36 100%);color:#e9ecef}
.plain-list .compact-steps{max-width:1460px;margin:0 auto}
.plain-list .plain-story{display:flex;gap:calc(1.67rem * 1.5);align-items:flex-start}
.plain-list .soft-header{flex:0 1 24rem;min-width:0;border-left:1px solid color-mix(in srgb,#e9ecef 28%,transparent);padding-left:1.5rem;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.plain-list .soft-header p{margin:0;line-height:1.74}
.plain-list .soft-header .visual-details{font-size:calc(19.8px * .875);color:color-mix(in srgb,#e9ecef 72%,transparent)}
.plain-list .contact-section{flex:1 1 44rem;min-width:0}
.plain-list h2{margin:0;font-size:calc(19.8px * 2);line-height:1.1}
.plain-list .narrow-note{margin-top:calc(1.67rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.plain-list .top-headline{margin:0;display:flex;gap:1.5rem;align-items:flex-start;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,#e9ecef 16%,transparent)}
.plain-list .top-headline:first-child{padding-top:0;border-top:0}
.plain-list strong{flex:0 1 15rem;min-width:0;font-size:calc(19.8px * .875);letter-spacing:0.02em;text-transform:uppercase}
.plain-list span{flex:1 1 28rem;min-width:0;line-height:1.74}
@media(max-width:760px){.plain-list .plain-story,.plain-list .top-headline{display:block}.plain-list .soft-header{border-left:0;padding-left:0}.plain-list .contact-section{margin-top:calc(1.67rem * 1.5)}.plain-list span{display:block;margin-top:calc(1.5rem * .75)}.plain-list h2{font-size:calc(19.8px * 1.35)}}
.main-summary{
  background: #101317;
  color: #e9ecef;
  padding: calc(1.5rem * 2.4) 2.2rem;
}
.main-summary .compact-steps{width: min(100%, 1460px);
  margin: 0 auto;
  display: flex;
  gap: calc(1.67rem * 1.5);
  align-items: flex-start;}
.main-summary h2,
.main-summary p{margin: 0;}
.main-summary .fresh-header{flex: 0 0 min(26rem, 34%);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: sticky;
  top: 1.5rem;}
.main-summary h2{font-size: calc(19.8px * 2);
  line-height: 1.08;
  letter-spacing: -0.01em;}
.main-summary .fresh-header p{color: #c9ced4;
  line-height: 1.74;}
.main-summary .service-actions{flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 1.67rem;}
.main-summary .page-area{
  display: grid;
  grid-template-columns: 11rem 1fr;
  gap: 1.5rem;
  align-items: start;
  padding: calc(1.5rem * .75);
  background: #1b2026;
  color: #e9ecef;
  border: 1px solid #333a42;
  border-radius: 1rem;
}
.main-summary .steady-unit{display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.59rem;
  border-left: 3px solid #ff8a2b;}
.main-summary strong{display: block;
  font-size: calc(19.8px * 1.35);
  line-height: 1.18;}
.main-summary .page-area p{margin-top: calc(1.5rem * .75);
  color: #c9ced4;
  line-height: 1.74;}
@media (max-width: 900px) {.main-summary .compact-steps{ flex-direction: column; }.main-summary .fresh-header{ position: static; flex-basis: auto; }
}
@media (max-width: 560px) {.main-summary .page-area{ grid-template-columns: 1fr; }
}
.team-lead{--mark-static:calc(1.5rem * 1.35);padding:calc(1.5rem * 2.4) 2.2rem;background:#101317;color:#e9ecef;}
.team-lead .compact-steps{max-width:1460px;margin:0 auto;}
.team-lead h1,.team-lead h2,.team-lead h3,.team-lead p{margin:0;}
.team-lead h1{font-size:calc(19.8px * 2.65);line-height:1.08;}
.team-lead h2{font-size:calc(19.8px * 2);line-height:1.12;}
.team-lead h3{font-size:calc(19.8px * 1.35);line-height:1.2;}
.team-lead p{font-size:19.8px;line-height:1.74;}
.team-lead a{text-decoration:none;}
.team-lead a:hover{}
.team-lead .visual-details{font-size:calc(19.8px * .875);letter-spacing:0.08em;text-transform:uppercase;}
.team-lead .offer-header{margin-top:calc(1.5rem / 2);}
.team-lead .page-surface{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.24rem;background:#ff6a00;color:#0b0d10;font-size:19.8px;}
.team-lead .page-surface:hover{background:#ff8125;color:#0b0d10;}
.team-lead .service-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.67rem;margin-top:var(--mark-static);}
.team-lead .featured-section{flex:1 1 calc(1460px / 4);min-width:0;padding:calc(1.5rem * .75);border:1px solid #333a42;border-radius:0.59rem;background:#1b2026;color:#e9ecef;}
.team-lead .featured-section h3{}
.team-lead .featured-section p{margin-top:calc(1.5rem / 3);}
.team-lead .contact-items{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.67rem;}
.team-lead .contact-items>.local-form{flex:1 1 auto;min-width:0;}
.team-lead .contact-items>.page-surface{flex:0 0 auto;}
.team-lead .contact-items>.service-actions{flex:1 1 100%;}
.team-lead .local-form h2{margin-top:calc(1.5rem / 2);}
.team-lead .contact-media{flex:1 1 100%;margin-top:var(--mark-static);padding-top:calc(1.5rem * .75);border-top:1px solid #333a42;font-size:calc(19.8px * .875);}
.open-story{
        padding: calc(1.5rem * 2.4) 2.2rem;
        background: #181c21;
        color: #c9ced4
    }
.open-story .compact-steps{max-width: 1460px;
        margin: 0 auto;
        width: min(100%, 54rem)}
.open-story .fresh-header{margin-bottom: calc(1.67rem * 1.5)}
.open-story .fresh-header p{margin: 0;
        font-size: calc(19.8px * .875);
        letter-spacing: 0.04em;
        text-transform: uppercase;
        line-height: 1.74}
.open-story h2{margin: 1.5rem 0 0;
        font-size: calc(19.8px * 2);
        line-height: 1.08}
.open-story .strong-copy{display: flex;
        flex-wrap: wrap;
        gap: 1.67rem;
        align-items: flex-start}
.open-story .visual-details{
        flex: 1 1 15rem;
        padding: calc(1.5rem * .75);
        background: #1b2026;
        color: #e9ecef;
        border: 1px solid #333a42;
        border-radius: 0.59rem;
        line-height: 1.74
    }
.open-story .service-actions{flex: 2 1 22rem;
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column}
.open-story li{padding: 1.5rem 0;
        border-bottom: 1px solid #333a42}
.open-story li:first-child{padding-top: 0}
.open-story li:last-child{border-bottom: 0;
        padding-bottom: 0}
.open-story li strong{display: block;
        font-size: calc(19.8px * 1.125);
        line-height: 1.15}
.open-story li span{display: block;
        margin-top: calc(1.5rem * .75);
        line-height: 1.74}
.open-story .contact-media{display: flex;
        flex-wrap: wrap;
        gap: 1.67rem;
        margin-top: calc(1.67rem * 1.5);
        padding-top: 1.5rem;
        border-top: 1px solid #333a42}
.open-story .contact-media a{color: #ff6a00;
        text-decoration: none;
        font-size: calc(19.8px * .875);
        border-bottom: 1px solid transparent;
        transition: color 450ms var(--delay-entry), border-color 450ms var(--delay-entry)}
.open-story .contact-media a:hover{color: #ff8a2b;
        border-bottom-color: #ff8a2b}
@media (max-width: 720px) {.open-story .strong-copy{
            display: block
        }.open-story .visual-details{
            margin-bottom: 1.5rem
        }
    }
.active-steps{
  --mark-static:calc(1.5rem * 1.05);
  --field-soft:calc(1460px / 3.2);
  padding:calc(1.5rem * 2.4) 2.2rem;
  background:#101317;
  color:#e9ecef;
}
.active-steps .compact-steps{max-width:1460px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--mark-static);}
.active-steps h2,
.active-steps h3,
.active-steps p{margin:0;}
.active-steps h2{font-size:calc(19.8px * 2);
  line-height:1.14;}
.active-steps h3{font-size:calc(19.8px * 1.35);
  line-height:1.22;}
.active-steps p{font-size:19.8px;
  line-height:1.74;}
.active-steps .fresh-header{display:flex;
  flex-direction:column;
  gap:calc(1.67rem * 1.5);}
.active-steps .offer-header{color:#c9ced4;}
.active-steps img{display:block;
  width:100%;
  height:auto;
  border-radius:1rem;
  border:1px solid #333a42;}
.active-steps .service-actions{display:flex;
  flex-wrap:wrap;
  gap:1.67rem;}
.active-steps .featured-section{flex:1 1 var(--field-soft);
  min-width:0;
  padding-top:calc(1.5rem * .75);
  border-top:2px solid #ff8a2b;}
.active-steps .featured-section p{margin-top:calc(1.5rem / 3);
  color:#c9ced4;}
.active-steps .visual-details{padding-top:calc(1.67rem * 1.5);
  border-top:1px solid #333a42;
  color:#c9ced4;}
.active-steps .visual-details a{color:#ff6a00;
  text-decoration:underline;
  text-underline-offset:3px;}
.active-steps .visual-details a:hover{color:#ff8a2b;}
@media (max-width:720px){.active-steps .featured-section{
    flex:1 1 100%;
  }
}
.steady-tile{--mark-static:calc(1.5rem * 1.2);--mark-active:calc(1460px / 3.9);padding:calc(1.5rem * 2.4) 2.2rem;background:#101317;color:#e9ecef;}
.steady-tile .compact-steps{max-width:1460px;margin:0 auto;}
.steady-tile h2,.steady-tile h3,.steady-tile p{margin:0;}
.steady-tile h2{font-size:calc(19.8px * 2);line-height:1.14;margin-top:var(--mark-static);}
.steady-tile h3{font-size:calc(19.8px * 1.35);line-height:1.22;}
.steady-tile p{font-size:19.8px;line-height:1.74;}
.steady-tile .visual-details{font-size:calc(19.8px * 1.125);line-height:1.55;border-left:3px solid #ff8a2b;padding-left:calc(1.5rem * .75);}
.steady-tile .offer-header{margin-top:calc(1.67rem * 1.5);}
.steady-tile .service-actions{display:flex;flex-wrap:wrap;gap:1.67rem;margin-top:var(--mark-static);}
.steady-tile .featured-section{flex:1 1 var(--mark-active);min-width:0;padding:calc(1.5rem * .75);border-radius:0.59rem;background:#1b2026;color:#e9ecef;border:1px solid #333a42;border-top:2px solid #ff8a2b;}
.steady-tile .featured-section p{margin-top:calc(1.5rem / 3.2);}
.steady-tile .simple-block{display:inline-block;font-size:calc(19.8px * .875);letter-spacing:.06em;text-transform:uppercase;margin-bottom:calc(1.5rem / 4);}
.top-panel{background:#181c21;color:#c9ced4;padding:calc(1.5rem * 2.4) 2.2rem}
.top-panel .compact-steps{max-width:1460px;margin:0 auto}
.top-panel .primary-unit{display:flex;align-items:flex-start;gap:calc(1.67rem * 1.5)}
.top-panel .steady-unit{display:block;flex:0 1 40%;min-width:15rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:1rem;border:1px solid #333a42}
.top-panel .fresh-group{flex:1 1 34rem;min-width:0}
.top-panel h2{margin:0;font-size:clamp(calc(19.8px * 2),4.4vw,calc(19.8px * 2.65));line-height:1.08;letter-spacing:0}
.top-panel p{margin:1.5rem 0 0;font-size:calc(19.8px * 1.125);line-height:1.65}
.top-panel .bottom-details{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(1.67rem * 1.5)}
.top-panel .bottom-details a{padding:calc(1.5rem * .75);border-radius:0.24rem;background:#ff8a2b;color:#0b0d10;text-decoration:none;font-size:calc(19.8px * .875);transition:background 450ms var(--delay-entry)}
.top-panel .bottom-details a:hover{background:#ffa04d;color:#e9ecef;}
.top-panel .simple-story{margin-top:calc(1.67rem * 1.5);padding-top:calc(1.67rem * 1.5);border-top:1px solid #333a42;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.top-panel .simple-story .page-area{margin:0;font-size:19.8px;line-height:1.6}
.top-panel .simple-story .page-area strong{display:block;font-size:calc(19.8px * .875);letter-spacing:0.02em;text-transform:uppercase;}
@media(max-width:760px){.top-panel .primary-unit{align-items:stretch;flex-direction:column}.top-panel .steady-unit{flex-basis:auto;min-width:0;aspect-ratio:16/10}}
.service-nav{
  background:#101317;
  color:#e9ecef;
  padding:calc(1.5rem * 2.4) 2.2rem;
}
.service-nav .compact-steps{max-width:1460px;
  margin:0 auto;}
.service-nav .fresh-header{display:flex;
  flex-wrap:wrap;
  gap:calc(1.67rem * 1.5);
  align-items:flex-start;
  padding-bottom:calc(1.67rem * 1.5);
  border-bottom:1px solid #333a42;}
.service-nav h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(19.8px * 2);
  line-height:1.12;}
.service-nav .fresh-header p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:#c9ced4;
  line-height:1.74;}
.service-nav .site-links{margin-top:calc(1.67rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.67rem;}
.service-nav .site-links a{flex:1 1 18rem;
  min-width:0;
  color:#e9ecef;
  text-decoration:none;
  padding:calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) 0;
  border-top:2px solid #ff8a2b;
  transition:border-color 450ms var(--delay-entry);}
.service-nav .site-links a:hover{border-top-color:#ff6a00;}
.service-nav .site-links strong,
.service-nav .site-links span{display:block;}
.service-nav .site-links strong{font-size:calc(19.8px * 1.125);
  line-height:1.25;}
.service-nav .site-links span{margin-top:.45rem;
  color:#c9ced4;
  font-size:calc(19.8px * .875);
  line-height:1.74;}
.service-nav .visual-details{margin:calc(1.67rem * 1.5) 0 0;
  color:#c9ced4;
  font-size:calc(19.8px * .875);
  line-height:1.74;}
.service-nav .visual-details a{color:#ff6a00;
  text-decoration:underline;
  text-underline-offset:2px;}
.service-nav .visual-details a:hover{color:#ff8a2b;}
.service-nav .page-surface{
  display:inline-flex;
  margin-top:calc(1.67rem * 1.5);
  background:#ff6a00;
  color:#0b0d10;
  text-decoration:none;
  border-radius:0.59rem;
  padding:.8rem 1.2rem;
  font-size:19.8px;
  transition:background 450ms var(--delay-entry);
}
.service-nav .page-surface:hover{
  background:#ff8125;color:#e9ecef;}
@media (max-width:680px){.service-nav .fresh-header{display:block}.service-nav .fresh-header p{margin-top:1.5rem}.service-nav .site-links{display:block}.service-nav .site-links a{display:block;margin-top:1.67rem}
}
.bottom-links{
  padding: calc(1.5rem * 2.4) 2.2rem;
  background: #ff8a2b;
  color: #0b0d10;
}
.bottom-links .compact-body{
  max-width: 1460px;
  margin: 0 auto;
  border-radius: 1.3rem;
  overflow: hidden;
  background: #101317;
  color: #e9ecef;
  box-shadow: 0 28px 44px rgba(0,0,0,0.19);
}
.bottom-links .soft-links{display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.67rem * 1.5);
  border-bottom: 1px solid #333a42;}
.bottom-links .soft-links span{font-size: calc(19.8px * .875);
  letter-spacing: .02em;
  text-transform: uppercase;}
.bottom-links a{text-decoration: none;}
.bottom-links .soft-links a{font-size: calc(19.8px * .875);
  border-bottom: 1px solid transparent;
  transition: border-color 450ms var(--delay-entry);}
.bottom-links .soft-links a:hover{border-color: #ff6a00;}
.bottom-links .content-menu{display: flex;
  flex-wrap: wrap;
  gap: 1.67rem;
  padding: calc(1.67rem * 1.5);}
.bottom-links .offer-header{flex: 1 1 320px;
  min-width: 0;}
.bottom-links h2{margin: 0;
  font-size: calc(19.8px * 2);
  line-height: 1.12;}
.bottom-links .offer-header p{margin: calc(1.5rem * .75) 0 0;
  font-size: 19.8px;
  line-height: 1.74;}
.bottom-links .direct-wrap{flex: 1 1 420px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #333a42;}
.bottom-links .direct-wrap a{
  display: block;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #333a42;
  background: transparent;
  color: #e9ecef;
  transition: padding-left 450ms var(--delay-entry);
}
.bottom-links .direct-wrap a:hover{padding-left: calc(1.5rem * .75);}
.bottom-links .direct-wrap span,
.bottom-links .direct-wrap small{display: block;
  font-size: calc(19.8px * .875);}
.bottom-links .direct-wrap strong{display: block;
  margin: calc(calc(1.5rem * .75) * .3) 0;
  font-size: calc(19.8px * 1.125);}
@media (max-width: 780px) {.bottom-links .content-menu{
    padding: calc(1.5rem * .75);
  }.bottom-links .soft-links{
    flex-direction: column;
    align-items: flex-start;
  }
}
.top-grid{padding:calc(1.5rem * 2.4) 2.2rem;background:linear-gradient(135deg, #101317 0%, #1b2026 55%, #2a2f36 100%);color:#e9ecef}
.top-grid .compact-steps{max-width:1460px;margin:0 auto}
.top-grid .plain-story{display:flex;gap:calc(1.67rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.top-grid .soft-header{flex:0 1 20rem;min-width:0;border-top:2px solid #ff8a2b;padding-top:1.5rem}
.top-grid .soft-header p{margin:0 0 calc(1.5rem * .75);line-height:1.74}
.top-grid .soft-header .visual-details{font-size:calc(19.8px * .875);color:#e9ecef;opacity:.78;margin-bottom:0}
.top-grid .contact-section{flex:1 1 40rem;min-width:0}
.top-grid h2{margin:0;font-size:calc(19.8px * 2);line-height:1.1}
.top-grid .narrow-note{margin-top:calc(1.67rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.top-grid .narrow-note p{margin:0;display:flex;gap:1.5rem;align-items:flex-start;border-bottom:1px solid color-mix(in srgb,#e9ecef 14%,transparent);padding-bottom:1.5rem}
.top-grid .narrow-note p:last-child{border-bottom:0;padding-bottom:0}
.top-grid strong{flex:0 1 12rem;min-width:0;font-size:calc(19.8px * .875);text-transform:uppercase;letter-spacing:.04em}
.top-grid span{flex:1 1 26rem;min-width:0;line-height:1.74}
@media(max-width:760px){.top-grid .plain-story{display:block}.top-grid .contact-section{margin-top:calc(1.67rem * 1.5)}.top-grid .narrow-note p{display:block}.top-grid span{display:block;margin-top:calc(1.5rem * .75)}.top-grid h2{font-size:calc(19.8px * 1.35)}
}
.active-block{--mark-static:calc(1.5rem * 1.32);--state-base:calc(1460px / 3.2);--label-button:calc(1460px / 3.6);padding:calc(1.5rem * 2.4) 2.2rem;background:#101317;color:#e9ecef;}
.active-block .compact-steps{max-width:1460px;margin:0 auto;}
.active-block h2,.active-block h3,.active-block p{margin:0;}
.active-block h2{font-size:calc(19.8px * 2);line-height:1.12;}
.active-block h3{font-size:calc(19.8px * 1.35);line-height:1.22;}
.active-block p{font-size:19.8px;line-height:1.74;color:#c9ced4;}
.active-block a{color:#ff6a00;text-decoration:none;font-size:calc(19.8px * .875);letter-spacing:.02em;}
.active-block a:hover{color:#ff8a2b;}
.active-block img{display:block;width:100%;height:auto;border-radius:0.59rem;border:1px solid #333a42;}
.active-block .offer-header{margin-top:1.5rem;}
.active-block .service-actions{display:flex;flex-direction:column;gap:var(--mark-static);}
.active-block .featured-section{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #ff8a2b;}
.active-block .featured-section p,.active-block .featured-section a{margin-top:calc(1.5rem / 3.2);}
.active-block .simple-figure{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.67rem;}
.active-block .simple-figure>.local-form{flex:1 1 calc(1460px / 3.4);min-width:0;}
.active-block .simple-figure>.service-actions{flex:2 1 calc(1460px / 2);margin-top:0;}
.active-block .simple-figure>img{margin-left:auto;max-width:var(--label-button);}
@media (max-width:760px){.active-block .simple-figure>img{margin-left:0;max-width:100%;}
}
.simple-panel{--mark-static:calc(1.5rem * 1.05);--mark-active:2px;padding:calc(1.5rem * 2.4) 2.2rem;background:#101317;color:#e9ecef;}
.simple-panel .compact-steps{max-width:1460px;margin:0 auto;}
.simple-panel h2,.simple-panel h3,.simple-panel p{margin:0;}
.simple-panel h2{font-size:calc(19.8px * 2);line-height:1.12;}
.simple-panel h3{font-size:calc(19.8px * 1.35);line-height:1.22;}
.simple-panel p{font-size:19.8px;line-height:1.74;}
.simple-panel .offer-header{margin-top:1.5rem;color:#c9ced4;}
.simple-panel .visual-details{margin-top:calc(1.67rem * 1.5);padding-left:calc(1.5rem * .75);border-left:var(--mark-active) solid #ff8a2b;color:#c9ced4;font-size:calc(19.8px * .875);}
.simple-panel .narrow-form{display:flex;align-items:flex-start;gap:1.67rem;}
.simple-panel .narrow-form>.local-form{flex:1 1 calc(1460px / 3);min-width:0;}
.simple-panel .narrow-form>.service-actions{flex:2 1 calc(1460px / 2);min-width:0;display:flex;flex-direction:column;gap:var(--mark-static);border-left:var(--mark-active) solid #333a42;padding-left:calc(1.67rem * 1.5);}
.simple-panel .featured-section{position:relative;min-width:0;}
.simple-panel .featured-section h3{color:#ff8a2b;}
.simple-panel .featured-section p{margin-top:calc(1.5rem / 3.4);color:#c9ced4;}
@media(max-width:760px){.simple-panel .narrow-form{flex-direction:column;}.simple-panel .narrow-form>.service-actions{padding-left:calc(1.5rem * .75);}
}
.team-story{--mark-static:calc(1.5rem * 1.11);padding:calc(1.5rem * 2.4) 2.2rem;background:#101317;color:#e9ecef;}
.team-story .compact-steps{max-width:1460px;margin:0 auto;}
.team-story h2,.team-story h3,.team-story p{margin:0;}
.team-story h2{font-size:calc(19.8px * 2);line-height:1.12;}
.team-story h3{font-size:calc(19.8px * 1.35);line-height:1.2;}
.team-story p{font-size:19.8px;line-height:1.74;}
.team-story .page-body{padding-block:calc(var(--mark-static) / 2);}
.team-story .steady-shell{row-gap:calc(var(--mark-static) * 1.2);}
.team-story .offer-visual{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.team-story .narrow-form{display:flex;align-items:flex-start;gap:1.67rem;}
.team-story .local-form{flex:1 1 calc(1460px / 3);min-width:0;}
.team-story .local-form p{margin-top:1.5rem;}
.team-story .service-actions{flex:2 1 calc(1460px / 2);display:flex;flex-direction:column;gap:var(--mark-static);}
.team-story .featured-section{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid #333a42;}
.team-story .featured-section p{margin-top:calc(1.5rem / 3);}
@media(max-width:760px){.team-story .narrow-form{flex-direction:column;}.team-story .service-actions{margin-top:1.5rem;}}
.process{
  background: #101317;
  color: #e9ecef;
  padding: calc(1.5rem * 2.4) 2.2rem;
}
.process .compact-steps{width: min(100%, 1460px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.67rem * 1.5);
  align-items: flex-start;}
.process .plain-story{flex: 1 1 20rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.process .open-callout{margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;}
.process .main-team{display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 1rem;
  border: 1px solid #333a42;}
.process .open-callout figcaption{font-size: calc(19.8px * .875);
  color: #c9ced4;
  line-height: 1.5;}
.process .visual-details{
  margin: 0;
  padding: calc(1.5rem * .75);
  background: #181c21;
  color: #c9ced4;
  border-radius: 0.59rem;
  font-size: calc(19.8px * .875);
  line-height: 1.74;
}
.process .focused-quote{flex: 1 1 30rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.process .featured-unit h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(19.8px * 2);
  line-height: 1.1;}
.process .offer-header{margin: 0;
  color: #c9ced4;
  line-height: 1.74;}
.process .main-view{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  align-items: flex-start;
  padding-top: 1.5rem;
  border-top: 1px solid #333a42;}
.process .visual-content{
  flex: 0 0 auto;
  align-self: flex-start;
  padding: 0.25rem 0.6rem;
  background: #ff8a2b;
  color: #0b0d10;
  border-radius: 0.24rem;
  font-size: calc(19.8px * .875);
  letter-spacing: 0.02em;
}
.process .soft-team{display: block;
  flex: 1 1 14rem;
  min-width: 0;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.59rem;
  border: 1px solid #333a42;}
.process .content-menu{flex: 1 1 18rem;
  min-width: 0;}
.process .content-menu h3{margin: 0;
  font-size: calc(19.8px * 1.35);
  line-height: 1.18;}
.process .content-menu p{margin: calc(1.5rem * .75) 0 0;
  color: #c9ced4;
  line-height: 1.74;}
.process .direct-note{margin: 0;
  padding-top: 1.5rem;
  border-top: 1px solid #333a42;
  color: #c9ced4;
  line-height: 1.74;}
.process .direct-note a{color: #ff6a00;
  text-decoration: none;
  border-bottom: 1px solid #ff6a00;}
.process .direct-note a:hover{color: #ff8a2b;
  border-bottom-color: #ff8a2b;}
@media (max-width: 860px) {.process .main-team{ aspect-ratio: 16 / 9; }.process .soft-team{ flex-basis: 100%; }
}
.main-figure{padding:calc(1.5rem * 2.4) 2.2rem;background:#101317;color:#e9ecef}
.main-figure .compact-steps{max-width:1460px;margin:0 auto}
.main-figure .fresh-header{margin:0;font-size:calc(19.8px * 1.125);line-height:1.74;}
.main-figure h2{margin:calc(1.67rem * 1.5) 0 1.5rem;font-size:calc(19.8px * 2);line-height:1.1}
.main-figure .steady-header{display:flex;flex-direction:column;border-top:1px solid #333a42}
.main-figure [data-voice]{width:min(100%,44rem);padding:1.5rem 0;border-bottom:1px solid #333a42;align-self:var(--axis-control,flex-start);text-align:var(--ink-dark,left)}
.main-figure h3{margin:0;font-size:calc(19.8px * 1.35);line-height:1.25}
.main-figure [data-voice] p{margin:calc(1.5rem * .75) 0 0;line-height:1.74}
@media(max-width:620px){.main-figure [data-voice]{align-self:flex-start!important;text-align:left!important}}
.wide-region{--mark-static:calc(1.5rem * 1.2);--label-button:calc(1460px / 3.4);padding:calc(1.5rem * 2.4) 2.2rem;background:#101317;color:#e9ecef;}
.wide-region .compact-steps{max-width:1460px;margin:0 auto;}
.wide-region h2,.wide-region h3,.wide-region p{margin:0;}
.wide-region h2{font-size:calc(19.8px * 2);line-height:1.14;}
.wide-region h3{font-size:calc(19.8px * 1.35);line-height:1.24;}
.wide-region p{font-size:19.8px;line-height:1.74;}
.wide-region a{text-decoration:none;border-bottom:1px solid transparent;transition:color 450ms var(--delay-entry),border-color 450ms var(--delay-entry);}
.wide-region a:hover{border-bottom-color:#ff8a2b;}
.wide-region img{display:block;width:100%;height:auto;border-radius:0.59rem;}
.wide-region .simple-figure{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.67rem;}
.wide-region .simple-figure>.local-form{flex:1 1 calc(1460px / 3);min-width:0;}
.wide-region .simple-figure>.service-actions{flex:2 1 calc(1460px / 2);margin-top:0;display:flex;flex-direction:column;gap:var(--mark-static);}
.wide-region .simple-figure>img{flex:0 1 var(--label-button);margin-left:auto;align-self:stretch;object-fit:cover;}
.wide-region .local-form .offer-header{margin-top:1.5rem;}
.wide-region .featured-section{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #333a42;}
.wide-region .featured-section p{margin-top:calc(1.5rem / 3.5);}
@media (max-width:900px){.wide-region .simple-figure>img{flex:1 1 100%;margin-left:0;max-height:340px;}
}
.top-view{--mark-static:calc(1.5rem * 1.02);padding:calc(1.5rem * 2.4) 2.2rem;background:#181c21;color:#c9ced4;}
.top-view .compact-steps{max-width:1460px;margin:0 auto;}
.top-view h1,.top-view h2,.top-view h3,.top-view p{margin:0;}
.top-view h2{font-size:calc(19.8px * 2);line-height:1.12;}
.top-view p{font-size:19.8px;line-height:1.74;}
.top-view a{color:inherit;text-decoration:none;}
.top-view .bottom-lead{display:flex;flex-wrap:wrap;gap:1.67rem;align-items:flex-start;}
.top-view .direct-note{flex:1 1 34rem;min-width:min(100%,20rem);}
.top-view .direct-note h2{margin-bottom:calc(1.67rem * 1.5);}
.top-view .offer-header{margin-bottom:calc(1.5rem * .75);}
.top-view .visual-details{font-size:calc(19.8px * .875);color:#c9ced4;opacity:.82;}
.top-view .contact-media{flex:0 1 20rem;display:flex;flex-direction:column;gap:calc(1.5rem * .75);align-items:flex-start;padding-top:0.24rem;}
.top-view .page-surface{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.24rem;background:#ff6a00;color:#0b0d10;font-size:19.8px;transition:background 450ms var(--delay-entry);}
.top-view .page-surface:hover{background:#ff8125;color:#e9ecef;}
.top-view .fresh-form{font-size:calc(19.8px * .875);color:#ff6a00;border-bottom:1px solid transparent;padding-bottom:2px;transition:color 450ms var(--delay-entry),border-color 450ms var(--delay-entry);}
.top-view .fresh-form:hover{color:#ff8a2b;border-color:#ff8a2b;}
@media (max-width:720px){.top-view .bottom-lead{flex-direction:column;}.top-view .contact-media{flex:1 1 auto;width:100%;}.top-view .page-surface{width:100%;}
}
.strong-view{--mark-static:calc(1.5rem * 1.42);--state-base:calc(1460px / 2.60);--label-button:calc(1460px / 3.77);padding:calc(1.5rem * 2.4) 2.2rem;background:#101317;color:#e9ecef;}
.strong-view .compact-steps{max-width:1460px;margin:0 auto;}
.strong-view h2,.strong-view h3,.strong-view p{margin:0;}
.strong-view h2{font-size:calc(19.8px * 2);line-height:1.12;}
.strong-view h3{font-size:calc(19.8px * 1.35);line-height:1.2;margin-bottom:calc(1.5rem / 3);}
.strong-view p{font-size:19.8px;line-height:1.74;}
.strong-view a{text-decoration:none;border-bottom:1px solid #ff6a00;}
.strong-view a:hover{border-bottom-color:#ff8a2b;}
.strong-view img{display:block;width:100%;height:auto;border-radius:0.59rem;}
.strong-view .fresh-header{max-width:var(--state-base);}
.strong-view .offer-header{margin-top:calc(1.5rem / 2);}
.strong-view .open-callout{margin:var(--mark-static) 0 0;max-width:var(--label-button);}
.strong-view .service-actions{display:flex;flex-direction:column;gap:1.67rem;margin-top:var(--mark-static);}
.strong-view .featured-section{padding:calc(1.5rem * .75) 0;border-top:1px solid #333a42;}
.strong-view .featured-section:last-child{border-bottom:1px solid #333a42;}
.strong-view .contact-media{margin-top:var(--mark-static);padding:calc(1.5rem * .75);background:#181c21;color:#c9ced4;border-radius:0.59rem;}
@media (min-width:900px){.strong-view .service-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:1.67rem calc(1.67rem * 1.6);}.strong-view .featured-section:nth-child(5){grid-column:1 / -1;}
}
.wide-frame{
  background:#101317;
  color:#e9ecef;
  padding:calc(1.5rem * 2.4) 2.2rem;
}
.wide-frame .compact-steps{max-width:1460px;
  margin:0 auto;}
.wide-frame .fresh-header{display:flex;
  gap:calc(1.67rem * 1.5);
  align-items:flex-start;
  flex-wrap:wrap;}
.wide-frame h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(19.8px * 2);
  line-height:1.12;
  letter-spacing:0;}
.wide-frame .fresh-header p{flex:1 1 20rem;
  min-width:0;
  margin:0;
  color:#c9ced4;
  line-height:1.74;}
.wide-frame .site-links{margin-top:calc(1.67rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.67rem;}
.wide-frame .site-links a{
  flex:1 1 17rem;
  min-width:0;
  color:#e9ecef;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:#1b2026;
  border:1px solid #333a42;
  border-radius:0.59rem;
  transition:border-color 450ms var(--delay-entry), background 450ms var(--delay-entry);
}
.wide-frame .site-links a:hover{border-color:#ff8a2b;}
.wide-frame .site-links strong,
.wide-frame .site-links span{display:block;}
.wide-frame .site-links strong{font-size:19.8px;
  color:#ff8a2b;}
.wide-frame .site-links span{margin-top:.4rem;
  color:#c9ced4;
  line-height:1.74;
  font-size:calc(19.8px * .875);}
.wide-frame .visual-details{margin-top:calc(1.67rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid #333a42;}
.wide-frame .visual-details p{margin:0;
  color:#c9ced4;
  line-height:1.74;}
.wide-frame .visual-details a{color:#ff6a00;
  text-decoration:underline;}
.wide-frame .visual-details a:hover{color:#ff8a2b;}
.wide-frame .page-surface{
  display:inline-flex;
  margin-top:calc(1.67rem * 1.5);
  background:#ff6a00;
  color:#0b0d10;
  text-decoration:none;
  border-radius:1.3rem;
  padding:.75rem 1.15rem;
  font-size:calc(19.8px * .875);
  transition:background 450ms var(--delay-entry);
}
.wide-frame .page-surface:hover{
  background:#ff8125;color:#e9ecef;}
@media (max-width:680px){.wide-frame .fresh-header{display:block}.wide-frame .fresh-header p{margin-top:1.5rem}.wide-frame .site-links{display:block}.wide-frame .site-links a{display:block;margin-top:1.67rem}
}
.media-team{
  --mark-static:calc(1.5rem * 1.15);
  --layer-static:1px solid #333a42;
  padding:calc(1.5rem * 2.4) 2.2rem;
  background:#101317;
  color:#e9ecef;
}
.media-team .compact-steps{max-width:1460px;
  margin:0 auto;}
.media-team h2,.media-team h3,.media-team p{margin:0;}
.media-team h2{font-size:calc(19.8px * 2);
  line-height:1.14;}
.media-team h3{font-size:calc(19.8px * 1.35);
  line-height:1.22;}
.media-team p{font-size:19.8px;
  line-height:1.74;}
.media-team a{color:inherit;
  text-decoration:none;}
.media-team .fresh-header{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2);}
.media-team .visual-details{font-size:calc(19.8px * .875);
  letter-spacing:0.08em;
  text-transform:uppercase;}
.media-team .offer-header{max-width:100%;}
.media-team .service-actions{display:flex;
  flex-direction:column;
  margin-top:var(--mark-static);
  border-top:var(--layer-static);}
.media-team .featured-section{min-width:0;
  padding:calc(1.67rem * 1.5) 0;
  border-bottom:var(--layer-static);}
.media-team .local-form{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);}
.media-team .local-form p{max-width:100%;}
.media-team .page-surface{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  margin-top:calc(1.5rem / 3);
  padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;
  border-radius:0.24rem;
  background:#ff6a00;
  color:#0b0d10;
  font-size:calc(19.8px * .875);
  transition:background 450ms var(--delay-entry);
}
.media-team .page-surface:hover{
  background:#ff8125;color:#e9ecef;}
.media-team .contact-media{margin-top:var(--mark-static);
  font-size:calc(19.8px * .875);}
.media-team .contact-media a{border-bottom:1px solid #ff6a00;}
.media-team .contact-media a:hover{border-bottom-color:#ff8a2b;}
@media (min-width:900px){.media-team .featured-section{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);
    gap:1.67rem;
    align-items:start;
  }.media-team .featured-section h3{
    grid-column:1;
  }.media-team .featured-section .local-form{
    grid-column:2;
  }
}
.public-area{padding:calc(1.5rem * 2.4) 2.2rem;background:#101317;color:#e9ecef}
.public-area .compact-steps{max-width:min(1460px,58rem);margin:0 auto}
.public-area .fresh-header{border-left:3px solid #ff8a2b;padding-left:calc(1.5rem * .75)}
.public-area h2{margin:0;font-size:calc(19.8px * 2);line-height:1.1}
.public-area .fresh-header p{margin:1.5rem 0 0;color:#c9ced4;line-height:1.74}
.public-area .service-surface{margin-top:calc(1.67rem * 1.5);display:flex;flex-direction:column;gap:1.67rem}
.public-area details{background:#1b2026;color:#e9ecef;border:1px solid #333a42;border-radius:0.59rem;padding:calc(1.5rem * .75)}
.public-area summary{cursor:pointer;font-size:calc(19.8px * 1.125);line-height:1.2;font-weight:600;list-style:none}
.public-area summary::-webkit-details-marker{display:none}
.public-area summary::before{content:"+";display:inline-block;width:1.2em;color:#ff8a2b;font-weight:700}
.public-area details[open] summary::before{content:"–"}
.public-area details p{margin:1.5rem 0 0;color:#c9ced4;line-height:1.74}
@media(max-width:720px){.public-area .fresh-header{padding-left:calc(1.67rem * 1.5)}.public-area details{padding:calc(1.67rem * 1.5)}
}
.compact-frame{--mark-static:calc(1.5rem * 1.2);--state-base:calc(1460px / 2.70);--label-button:calc(1460px / 3.40);padding:calc(1.5rem * 2.4) 2.2rem;background:#181c21;color:#c9ced4;}
.compact-frame .compact-steps{max-width:1460px;margin:0 auto;}
.compact-frame h1,.compact-frame h2,.compact-frame h3,.compact-frame p{margin:0;}
.compact-frame h2{font-size:calc(19.8px * 2);line-height:1.14;}
.compact-frame p{font-size:19.8px;line-height:1.74;}
.compact-frame a{color:inherit;text-decoration:none;}
.compact-frame img{display:block;width:100%;height:auto;border-radius:0.59rem;}
.compact-frame .offer-header{margin-top:1.5rem;color:color-mix(in srgb, currentColor 82%, transparent);}
.compact-frame .service-actions{display:flex;flex-direction:column;gap:var(--mark-static);}
.compact-frame .featured-section{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #ff8a2b;}
.compact-frame .featured-section p{color:color-mix(in srgb, currentColor 88%, transparent);}
.compact-frame .simple-figure{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(1.67rem * 1.1);}
.compact-frame .simple-figure>.local-form{flex:1 1 calc(1460px / 3.2);min-width:0;}
.compact-frame .simple-figure>.service-actions{flex:1.6 1 calc(1460px / 2.4);}
.compact-frame .simple-figure>img{flex:0 0 auto;width:calc(var(--label-button) * .85);margin-left:auto;border-radius:1rem;}
@media (max-width:820px){.compact-frame .simple-figure>img{width:100%;margin-left:0;order:3;}.compact-frame .simple-figure>.local-form,.compact-frame .simple-figure>.service-actions{flex:1 1 100%;}
}
.focused-lead{
    padding: calc(1.5rem * 2.4) 2.2rem;
    background: #101317;
    color: #e9ecef;
}
.focused-lead .simple-items{max-width: 1460px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(1.67rem * 1.5);}
.focused-lead .featured-proof{
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #333a42;
    background: #1b2026;color:#e9ecef;}
.focused-lead .featured-proof img{display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;}
.focused-lead .fresh-group{display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);}
.focused-lead .page-steps{margin: 0;
    font-size: calc(19.8px * 2.65);
    line-height: 1.2;}
.focused-lead .strong-area{margin: 0;
    font-size: calc(19.8px * .875);
    letter-spacing: 0.02em;}
.focused-lead .offer-items{margin: 0;
    font-size: 19.8px;
    line-height: 1.74;}
.focused-lead .contact-media{display: flex;
    flex-wrap: wrap;
    gap: 1.67rem;
    margin-top: calc(1.67rem * 1.5);
    padding-top: calc(1.5rem * .75);
    border-top: 1px solid #333a42;}
.focused-lead .contact-media a{text-decoration: none;
    font-size: calc(19.8px * .875);
    border-bottom: 1px solid transparent;
    transition: color 450ms var(--delay-entry), border-color 450ms var(--delay-entry);}
.focused-lead .contact-media a:hover{border-bottom-color: #ff8a2b;}
@media (max-width: 720px) {.focused-lead .featured-proof img{
        height: 220px;
    }.focused-lead .contact-media{
        flex-direction: column;
        gap: calc(1.5rem * .75);
    }
}
.media-summary{
    padding:calc(1.5rem * 2.4) 2.2rem;
    background:#101317;
    color:#e9ecef;
}
.media-summary .simple-items{max-width:1460px;
    margin:0 auto;}
.media-summary .plain-story{display:flex;
    flex-wrap:wrap;
    gap:1.67rem;
    align-items:flex-start;}
.media-summary .primary-group{
    flex:0 0 220px;
    margin:0;
    border-radius:0.59rem;
    overflow:hidden;
    border:1px solid #333a42;
    background:#1b2026;color:#e9ecef;}
.media-summary .primary-group img{display:block;
    width:100%;
    height:auto;}
.media-summary .local-form{flex:1 1 320px;
    min-width:0;}
.media-summary .public-view{margin:0 0 4px;
    font-size:calc(19.8px * 1.35);
    line-height:1.25;}
.media-summary .strong-region{margin:0 0 calc(1.67rem * 1.5);
    font-size:calc(19.8px * .875);
    color:#c9ced4;
    letter-spacing:0.02em;
    text-transform:uppercase;}
.media-summary .quiet-flow{margin:0 0 calc(1.67rem * 1.5);
    font-size:19.8px;
    line-height:1.74;}
.media-summary .quiet-flow:last-of-type{margin-bottom:calc(1.5rem * .75);}
.media-summary a{color:#ff6a00;
    text-decoration:none;
    border-bottom:1px solid #ff6a00;}
.media-summary a:hover{color:#ff8a2b;
    border-bottom-color:#ff8a2b;}
.media-summary .bottom-details{display:flex;
    flex-wrap:wrap;
    gap:1.67rem;
    margin:0;
    font-size:calc(19.8px * .875);}
.media-summary .bottom-details a{border-bottom:none;
    padding-bottom:2px;}
@media (max-width:640px){.media-summary .primary-group{
        flex:1 1 100%;
    }
}
.bottom-region{padding:calc(1.5rem * 2.4) 2.2rem;background:linear-gradient(120deg, #ff6a00 0%, #ff8a2b 100%);color:#0b0d10}
.bottom-region .compact-steps{max-width:1460px;margin:0 auto}
.bottom-region .focused-figure{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);gap:calc(1.67rem * 1.5);align-items:start}
.bottom-region .fresh-header{min-width:0}
.bottom-region h2{margin:0;max-width:15ch;font-size:calc(19.8px * 2.65);line-height:1.02}
.bottom-region .fresh-header p{margin:1.5rem 0 0;font-size:calc(19.8px * 1.125);line-height:1.74}
.bottom-region .secondary-track{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.5rem}
.bottom-region .secondary-track a{min-width:0;background:color-mix(in srgb,#0b0d10 16%,transparent);color:#0b0d10;border-radius:0.59rem;padding:1.5rem;text-decoration:none}
.bottom-region .secondary-track a:first-child{grid-column:span 2}
.bottom-region strong{display:block;font-size:calc(19.8px * 1.35);line-height:1.16}
.bottom-region span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(19.8px * .875)}
@media(max-width:780px){.bottom-region .focused-figure,.bottom-region .secondary-track{display:block}.bottom-region .secondary-track{margin-top:calc(1.67rem * 1.5)}.bottom-region .secondary-track a+a{display:block;margin-top:1.5rem}.bottom-region h2{font-size:calc(19.8px * 2)}}
.narrow-actions{
  background:#101317;
  color:#e9ecef;
  padding:calc(1.5rem * 2.4) 2.2rem;
}
.narrow-actions .compact-steps{max-width:1460px;
  margin:0 auto;}
.narrow-actions .fresh-header{display:flex;
  flex-wrap:wrap;
  gap:calc(1.67rem * 1.5);
  align-items:flex-start;
  padding-bottom:calc(1.67rem * 1.5);
  border-bottom:1px solid #333a42;}
.narrow-actions h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(19.8px * 2);
  line-height:1.1;}
.narrow-actions .fresh-header p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:#c9ced4;
  line-height:1.74;}
.narrow-actions .site-links{margin-top:calc(1.67rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.67rem;}
.narrow-actions .site-links a{
  flex:1 1 18rem;
  min-width:0;
  text-decoration:none;
  color:#e9ecef;
  background:#1b2026;
  border:1px solid #333a42;
  border-radius:0.59rem;
  padding:calc(1.5rem * .75);
  transition:border-color 450ms var(--delay-entry);
}
.narrow-actions .site-links a:hover,
.narrow-actions .site-links a:focus-visible{border-color:#ff8a2b;}
.narrow-actions .site-links strong{display:block;
  font-size:calc(19.8px * 1.125);
  line-height:1.2;}
.narrow-actions .site-links span{display:block;
  margin-top:.5rem;
  color:#c9ced4;
  font-size:calc(19.8px * .875);
  line-height:1.74;}
.narrow-actions .visual-details{margin:calc(1.67rem * 1.5) 0 0;
  color:#c9ced4;
  font-size:calc(19.8px * .875);
  line-height:1.74;}
.narrow-actions .visual-details a{color:#ff6a00;
  text-decoration:underline;}
.narrow-actions .visual-details a:hover{color:#ff8a2b;}
.narrow-actions .page-surface{
  display:inline-flex;
  margin-top:calc(1.67rem * 1.5);
  color:#0b0d10;
  background:#ff6a00;
  text-decoration:none;
  border-radius:1.3rem;
  padding:.75rem 1.25rem;
  font-size:19.8px;
  transition:background 450ms var(--delay-entry);
}
.narrow-actions .page-surface:hover{
  background:#ff8125;color:#e9ecef;}
@media (max-width:680px){.narrow-actions .fresh-header{display:block}.narrow-actions .fresh-header p{margin-top:1.5rem}.narrow-actions .site-links{display:block}.narrow-actions .site-links a{display:block;margin-top:1.67rem}
}
.local-header{
    padding: calc(1.5rem * 2.4) 2.2rem;
    background: #101317;
    color: #e9ecef;
}
.local-header .simple-items{max-width: 1460px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(1.67rem * 1.5);}
.local-header .fresh-group{display: flex;
    flex-direction: column;
    gap: 0.4rem;}
.local-header .page-steps{margin: 0;
    font-size: calc(19.8px * 2.65);
    line-height: 1.15;}
.local-header .strong-area{margin: 0;
    font-size: calc(19.8px * .875);}
.local-header .offer-items{margin: 0;
    font-size: calc(19.8px * 1.125);}
.local-header .featured-proof{border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #333a42;}
.local-header .featured-proof img{display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;}
.local-header .content-menu{display: flex;
    flex-direction: column;
    gap: calc(1.67rem * 1.5);
    font-size: 19.8px;
    line-height: 1.74;}
.local-header .content-menu p{margin: 0;}
.local-header .contact-media{display: flex;
    flex-wrap: wrap;
    gap: 1.67rem;
    padding-top: calc(1.67rem * 1.5);
    border-top: 1px solid #333a42;}
.local-header .contact-media a{text-decoration: none;
    font-size: 19.8px;
    border-bottom: 1px solid transparent;
    transition: color 450ms var(--delay-entry), border-color 450ms var(--delay-entry);}
.local-header .contact-media a:hover{border-bottom-color: #ff8a2b;}
@media (max-width: 720px) {.local-header .featured-proof img{
        height: 220px;
    }.local-header .contact-media{
        flex-direction: column;
        gap: 0.6rem;
    }
}
.compact-entries{
    padding:calc(1.5rem * 2.4) 2.2rem;
    background:#101317;
    color:#e9ecef;
}
.compact-entries .simple-items{max-width:1460px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(1.67rem * 1.5);
    align-items:flex-start;}
.compact-entries .plain-story{flex:0 0 220px;
    display:flex;
    flex-direction:column;
    gap:1.67rem;}
.compact-entries .primary-group{
    margin:0;
    border-radius:1rem;
    overflow:hidden;
    border:1px solid #333a42;
    background:#1b2026;color:#e9ecef;}
.compact-entries .primary-group img{display:block;
    width:100%;
    height:auto;}
.compact-entries .public-view{margin:0 0 4px;
    font-size:calc(19.8px * 1.35);
    line-height:1.25;}
.compact-entries .strong-region{margin:0;
    font-size:calc(19.8px * .875);
    color:#c9ced4;}
.compact-entries .local-form{flex:1 1 320px;
    min-width:0;}
.compact-entries .offer-header{margin:0 0 calc(1.67rem * 1.5);
    font-size:calc(19.8px * 1.125);
    line-height:1.74;}
.compact-entries .quiet-flow{margin:0;
    font-size:19.8px;
    line-height:1.74;
    color:#c9ced4;}
.compact-entries .primary-nav{
    flex:1 1 260px;
    min-width:0;
    padding:calc(1.5rem * .75);
    background:#1b2026;
    color:#e9ecef;
    border:1px solid #333a42;
    border-radius:0.59rem;
}
.compact-entries .media-plan{margin:0 0 10px;
    font-size:calc(19.8px * .875);
    line-height:1.5;}
.compact-entries .media-plan .start{display:block;
    text-transform:uppercase;
    letter-spacing:0.06em;
    font-size:0.72rem;
    color:#c9ced4;
    margin-bottom:2px;}
.compact-entries .media-plan a{color:#ff6a00;
    text-decoration:none;}
.compact-entries .media-plan a:hover{color:#ff8a2b;}
.compact-entries .visual-details{margin:1.67rem 0 0;
    font-size:calc(19.8px * .875);
    line-height:1.55;
    color:#c9ced4;}
@media (max-width:720px){.compact-entries .plain-story{
        flex:1 1 100%;
        flex-direction:row;
        align-items:center;
    }.compact-entries .primary-group{
        flex:0 0 96px;
    }
}
.wide-note{padding:calc(1.5rem * 2.4) 2.2rem;background:linear-gradient(135deg, #101317 0%, #1b2026 55%, #2a2f36 100%);color:#e9ecef}
.wide-note .compact-steps{max-width:1460px;margin:0 auto}
.wide-note .plain-story{display:flex;gap:calc(1.67rem * 1.5);align-items:flex-start}
.wide-note .soft-header{flex:0 1 21rem;min-width:0;border-left:2px solid #ff8a2b;padding-left:1.5rem}
.wide-note .soft-header p{margin:0;line-height:1.74;font-size:calc(19.8px * .875)}
.wide-note .contact-section{flex:1 1 46rem;min-width:0}
.wide-note h2{margin:0;font-size:calc(19.8px * 2);line-height:1.08}
.wide-note .narrow-note{margin-top:calc(1.67rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.wide-note .narrow-note p{margin:0;display:flex;gap:1.5rem;align-items:flex-start;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,#e9ecef 16%,transparent)}
.wide-note .narrow-note p:last-child{border-bottom:0;padding-bottom:0}
.wide-note strong{flex:0 1 13rem;min-width:0;font-size:calc(19.8px * .875);letter-spacing:0.02em}
.wide-note span{flex:1 1 30rem;min-width:0;line-height:1.74}
@media(max-width:760px){.wide-note .plain-story{display:block}.wide-note .soft-header{border-left:0;border-top:2px solid #ff8a2b;padding-left:0;padding-top:calc(1.5rem * .75)}.wide-note .contact-section{margin-top:calc(1.67rem * 1.5)}.wide-note .narrow-note p{display:block}.wide-note span{display:block;margin-top:calc(1.5rem * .75)}.wide-note h2{font-size:calc(19.8px * 1.35)}}
.offer-wrap{
  background:#101317;
  color:#e9ecef;
  padding:calc(1.5rem * 2.4) 2.2rem;
}
.offer-wrap .compact-steps{max-width:1460px;
  margin:0 auto;}
.offer-wrap .fresh-header{display:flex;
  gap:calc(1.67rem * 1.5);
  align-items:flex-start;
  flex-wrap:wrap;}
.offer-wrap h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(19.8px * 2);
  line-height:1.12;}
.offer-wrap .fresh-header p{flex:1 1 24rem;
  min-width:0;
  margin:0;
  color:#c9ced4;
  line-height:1.74;}
.offer-wrap .site-links{margin-top:calc(1.67rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.67rem;}
.offer-wrap .site-links a{flex:1 1 17rem;
  min-width:0;
  color:#e9ecef;
  text-decoration:none;
  padding-top:1.5rem;
  border-top:1px solid #333a42;
  transition:border-color 450ms var(--delay-entry);}
.offer-wrap .site-links a:hover{border-top-color:#ff8a2b;}
.offer-wrap .site-links strong,
.offer-wrap .site-links span{display:block;}
.offer-wrap .site-links strong{font-size:19.8px;}
.offer-wrap .site-links span{margin-top:.4rem;
  color:#c9ced4;
  line-height:1.74;}
.offer-wrap .visual-details{margin:calc(1.67rem * 1.5) 0 0;
  padding-left:2.2rem;
  border-left:2px solid #ff8a2b;
  color:#c9ced4;
  line-height:1.74;}
.offer-wrap .contact-media{margin-top:calc(1.67rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.67rem;}
.offer-wrap .contact-media a{color:#ff6a00;
  text-decoration:none;
  border-bottom:1px solid transparent;
  padding-bottom:2px;
  transition:color 450ms var(--delay-entry), border-color 450ms var(--delay-entry);}
.offer-wrap .contact-media a:hover{color:#ff8a2b;
  border-bottom-color:#ff8a2b;}
@media (max-width:680px){.offer-wrap .fresh-header{display:block}.offer-wrap .fresh-header p{margin-top:1.5rem}.offer-wrap .site-links{display:block}.offer-wrap .site-links a{display:block;margin-top:1.67rem}
}
.featured-method{
    padding: calc(1.5rem * 2.4) 2.2rem;
    background: #101317;
    color: #e9ecef;
}
.featured-method .simple-items{max-width: 1460px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(1.67rem * 1.5);}
.featured-method .fresh-group{display: flex;
    flex-direction: column;
    gap: 0.6rem;}
.featured-method .page-steps{margin: 0;
    font-size: calc(19.8px * 2.65);
    line-height: 1.15;}
.featured-method .strong-area{margin: 0;
    font-size: calc(19.8px * .875);
    letter-spacing: 0.02em;}
.featured-method .offer-items{margin: 0;
    font-size: calc(19.8px * 1.125);
    line-height: 1.74;}
.featured-method .featured-proof{border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #333a42;}
.featured-method .featured-proof img{display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;}
.featured-method .content-menu{display: flex;
    flex-direction: column;
    gap: calc(1.67rem * 1.5);
    font-size: 19.8px;
    line-height: 1.74;}
.featured-method .content-menu p{margin: 0;}
.featured-method .contact-media{display: flex;
    flex-wrap: wrap;
    gap: 1.67rem;
    padding-top: calc(1.67rem * 1.5);
    border-top: 1px solid #333a42;}
.featured-method .contact-media a{text-decoration: none;
    font-size: calc(19.8px * .875);
    border-bottom: 1px solid transparent;
    transition: color 450ms var(--delay-entry), border-color 450ms var(--delay-entry);}
.featured-method .contact-media a:hover{border-bottom-color: #ff8a2b;}
@media (max-width: 720px) {.featured-method .featured-proof img{
        height: 220px;
    }
}
.quiet-story{
    padding:calc(1.5rem * 2.4) 2.2rem;
    background:#101317;
    color:#e9ecef;
}
.quiet-story .simple-items{max-width:1460px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:1.67rem;
    align-items:flex-start;}
.quiet-story .plain-story{flex:0 0 220px;
    display:flex;
    flex-direction:column;
    gap:calc(1.67rem * 1.5);}
.quiet-story .primary-group{display:block;
    width:100%;
    height:auto;
    border-radius:1rem;
    box-shadow:0 8px 22px rgba(0,0,0,0.15);}
.quiet-story .fresh-story{
    display:flex;
    flex-direction:column;
    gap:0.35rem;
    padding:calc(1.5rem * .75);
    background:#181c21;
    color:#c9ced4;
    border-radius:0.59rem;
    font-size:calc(19.8px * .875);
}
.quiet-story .fresh-story .page-area{display:block;
    letter-spacing:0.04em;
    text-transform:uppercase;}
.quiet-story .local-form{flex:1 1 420px;
    min-width:0;}
.quiet-story .public-view{margin:0 0 0.4rem;
    font-size:calc(19.8px * 1.35);
    line-height:1.25;}
.quiet-story .strong-region{margin:0 0 calc(1.67rem * 1.5);
    font-size:19.8px;
    color:#c9ced4;}
.quiet-story .quiet-flow{margin:0 0 calc(1.67rem * 1.5);
    font-size:19.8px;
    line-height:1.74;}
.quiet-story .bottom-details{list-style:none;
    margin:0 0 calc(1.67rem * 1.5);
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:0.5rem 1.4rem;
    font-size:calc(19.8px * .875);}
.quiet-story .bottom-details a{color:#ff6a00;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 450ms var(--delay-entry), border-color 450ms var(--delay-entry);}
.quiet-story .bottom-details a:hover{color:#ff8a2b;
    border-bottom-color:#ff8a2b;}
.quiet-story .secondary-list{display:flex;
    flex-wrap:wrap;
    gap:0.4rem 1.2rem;
    padding-top:calc(1.67rem * 1.5);
    border-top:1px solid #333a42;
    font-size:calc(19.8px * .875);}
.quiet-story .secondary-list .text-frame,
.quiet-story .secondary-list .focused-nav{color:#ff6a00;
    text-decoration:none;}
.quiet-story .secondary-list .text-frame:hover,
.quiet-story .secondary-list .focused-nav:hover{color:#ff8a2b;}
.quiet-story .secondary-list .wide-fields{flex:1 1 100%;
    color:#c9ced4;}
@media (max-width:720px){.quiet-story .plain-story{
        flex:1 1 100%;
        flex-direction:row;
        align-items:center;
    }.quiet-story .primary-group{
        width:120px;
        flex:0 0 120px;
    }.quiet-story .fresh-story{
        flex:1 1 auto;
    }
}
.focused-grid{padding:calc(1.5rem * 2.4) 2.2rem;background:linear-gradient(135deg, #101317 0%, #1b2026 55%, #2a2f36 100%);color:#e9ecef}
.focused-grid .compact-steps{max-width:1460px;margin:0 auto}
.focused-grid .plain-story{display:flex;gap:calc(1.67rem * 1.5);align-items:flex-start}
.focused-grid .soft-header{flex:0 1 24rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);border-left:1px solid color-mix(in srgb,#e9ecef 26%,transparent);padding-left:1.5rem}
.focused-grid .visual-details{margin:0;line-height:1.74;font-size:calc(19.8px * .875);}
.focused-grid .contact-section{flex:1 1 46rem;min-width:0}
.focused-grid h2{margin:0;font-size:calc(19.8px * 2.65);line-height:1.06}
.focused-grid .narrow-note{margin-top:calc(1.67rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.focused-grid .top-headline{margin:0;display:flex;gap:1.5rem;align-items:flex-start;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,#e9ecef 14%,transparent)}
.focused-grid .top-headline:first-child{padding-top:0;border-top:0}
.focused-grid strong{flex:0 1 15rem;min-width:0;font-size:calc(19.8px * .875);letter-spacing:0.01em}
.focused-grid span{flex:1 1 30rem;min-width:0;line-height:1.74}
@media(max-width:760px){.focused-grid .plain-story{display:block}.focused-grid .soft-header{border-left:0;padding-left:0}.focused-grid .contact-section{margin-top:calc(1.67rem * 1.5)}.focused-grid .top-headline{display:block}.focused-grid span{display:block;margin-top:calc(1.5rem * .75)}.focused-grid h2{font-size:calc(19.8px * 2)}
}
.focused-team{
  background:#101317;
  color:#e9ecef;
  padding:calc(1.5rem * 2.4) 2.2rem;
}
.focused-team .compact-steps{max-width:1460px;
  margin:0 auto;}
.focused-team .fresh-header{display:flex;
  flex-wrap:wrap;
  gap:calc(1.67rem * 1.5);
  align-items:flex-start;}
.focused-team h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(19.8px * 2);
  line-height:1.12;}
.focused-team .fresh-header p{flex:1 1 20rem;
  min-width:0;
  margin:0;
  color:#c9ced4;
  line-height:1.74;}
.focused-team .site-links{margin-top:calc(1.67rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.67rem;}
.focused-team .site-links a{flex:1 1 17rem;
  min-width:0;
  color:#e9ecef;
  text-decoration:none;
  padding-top:1.5rem;
  border-top:1px solid #333a42;
  transition:border-color 450ms var(--delay-entry);}
.focused-team .site-links a:hover{border-top-color:#ff8a2b;}
.focused-team .site-links strong,
.focused-team .site-links span{display:block;}
.focused-team .site-links strong{font-size:19.8px;}
.focused-team .site-links span{margin-top:.4rem;
  color:#c9ced4;
  font-size:calc(19.8px * .875);
  line-height:1.74;}
.focused-team .direct-view{margin-top:calc(1.67rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid #333a42;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.67rem;}
.focused-team .direct-view p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:#c9ced4;
  font-size:calc(19.8px * .875);
  line-height:1.74;}
.focused-team .page-surface{
  display:inline-flex;
  align-items:center;
  background:#ff6a00;
  color:#0b0d10;
  text-decoration:none;
  border-radius:1.3rem;
  padding:.7rem 1.15rem;
  font-size:calc(19.8px * .875);
  transition:background 450ms var(--delay-entry);
}
.focused-team .page-surface:hover{
  background:#ff8125;color:#e9ecef;}
.focused-team .contact-media{color:#ff6a00;
  text-decoration:none;
  font-size:calc(19.8px * .875);
  border-bottom:1px solid transparent;
  transition:color 450ms var(--delay-entry),border-color 450ms var(--delay-entry);}
.focused-team .contact-media:hover{color:#ff8a2b;
  border-bottom-color:#ff8a2b;}
@media (max-width:680px){.focused-team .fresh-header{display:block}.focused-team .fresh-header p{margin-top:1.5rem}.focused-team .site-links{display:block}.focused-team .site-links a{display:block;margin-top:1.67rem}.focused-team .direct-view{display:block}.focused-team .page-surface{margin-top:1.5rem}.focused-team .contact-media{display:inline-block;margin-top:1.5rem;margin-left:0}
}
.primary-panel{background:#101317;color:#e9ecef;padding:calc(1.5rem * 2.4) 2.2rem}
.primary-panel .compact-steps{max-width:1460px;margin:0 auto}
.primary-panel .active-lead{display:grid;grid-template-columns:1.15fr .85fr;gap:calc(1.67rem * 1.5);align-items:start}
.primary-panel .fresh-header{min-width:0}
.primary-panel h2{margin:0;font-size:clamp(calc(19.8px * 2),4.4vw,calc(19.8px * 2.65));line-height:1.08;letter-spacing:0}
.primary-panel p{margin:1.5rem 0 0;color:#c9ced4;font-size:calc(19.8px * 1.125);line-height:1.65}
.primary-panel .strong-form{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;border-radius:1rem;margin-top:calc(1.67rem * 1.5)}
.primary-panel .soft-inner{display:flex;flex-direction:column;gap:0;border-top:1px solid #333a42}
.primary-panel .top-headline{padding:calc(1.5rem * .75) 0;border-bottom:1px solid #333a42}
.primary-panel strong{display:block;font-size:calc(19.8px * .875);text-transform:uppercase;letter-spacing:.06em;color:#ff8a2b}
.primary-panel span{display:block;margin-top:calc(calc(1.5rem * .75)*.4);color:#e9ecef;line-height:1.6}
.primary-panel span a{color:#ff6a00;text-decoration:none;border-bottom:1px solid transparent;transition:color 450ms var(--delay-entry),border-color 450ms var(--delay-entry)}
.primary-panel span a:hover{color:#ff8a2b;border-bottom-color:#ff8a2b}
@media(max-width:820px){.primary-panel .active-lead{grid-template-columns:1fr}.primary-panel .strong-form{aspect-ratio:16/9}}
.offer-brand{padding:calc(1.5rem * 2.4) 2.2rem;background:#101317;color:#e9ecef}
.offer-brand .compact-steps{max-width:1460px;margin:0 auto;display:flex;gap:calc(1.67rem * 1.5);align-items:flex-start}
.offer-brand .fresh-header{flex:1 1 0;padding:1.67rem 0}
.offer-brand h2{margin:0;font-size:calc(19.8px * 2.65);line-height:1.05}
.offer-brand .fresh-header p{margin:1.5rem 0 0;font-size:calc(19.8px * 1.125);line-height:1.74}
.offer-brand .fresh-header ul{list-style:none;margin:calc(1.67rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.offer-brand .fresh-header li{line-height:1.74;padding-left:0}
.offer-brand .fresh-header li span{display:inline-block;min-width:2.4rem;margin-right:calc(1.5rem * .75);font-size:calc(19.8px * .875);font-weight:700;}
.offer-brand .visual-details{margin-top:calc(1.67rem * 1.5);font-size:calc(19.8px * .875);color:#c9ced4;background:#181c21;padding:calc(1.5rem * .75) 1.67rem;border-radius:0.59rem;border-left:3px solid #ff8a2b}
.offer-brand form{flex:0 1 calc(1460px * .38);background:#1b2026;color:#e9ecef;border:1px solid #333a42;border-radius:1.3rem;padding:1.67rem;box-shadow:0 28px 44px rgba(0,0,0,0.19)}
.offer-brand form .offer-header{margin:0 0 calc(1.67rem * 1.5);font-size:19.8px;line-height:1.74}
.offer-brand .page-visual{display:flex;flex-direction:column;gap:1.5rem}
.offer-brand label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(19.8px * .875);letter-spacing:.02em}
.offer-brand input,.offer-brand textarea{width:100%;border:1px solid #333a42;border-radius:0.24rem;background:#181c21;color:#e9ecef;font:inherit;font-size:calc(19.8px * .875);padding:calc(1.5rem * .75);outline:none;box-sizing:border-box;resize:vertical}
.offer-brand input::placeholder,.offer-brand textarea::placeholder{}
.offer-brand input:focus,.offer-brand textarea:focus{border-color:#ff8a2b;box-shadow:0 0 0 2px color-mix(in srgb,#ff8a2b 35%,transparent)}
.offer-brand button{width:100%;margin-top:calc(1.67rem * 1.5);border:0;border-radius:0.59rem;background:#ff6a00;color:#0b0d10;font:inherit;font-weight:700;padding:calc(1.5rem * .75) 1.67rem;cursor:pointer;transition:background 450ms var(--delay-entry)}
.offer-brand button:hover{background:#ff8125;color:#e9ecef;}
.offer-brand .direct-view{margin:calc(1.67rem * 1.5) 0 0;font-size:calc(19.8px * .875);line-height:1.74}
.offer-brand .direct-view a{text-decoration:none}
.offer-brand .direct-view a:hover{text-decoration:underline}
@media(max-width:860px){.offer-brand .compact-steps{display:block}.offer-brand form{margin-top:1.5rem;flex:1 1 auto}}
.strong-wrap{padding:calc(1.5rem * 2.4) 2.2rem;background:var(--tone-main);color:var(--tone-base)}
.strong-wrap .plain-story{max-width:1460px;margin:0 auto;display:grid;grid-template-columns:minmax(15rem,.3fr) minmax(0,1fr);gap:calc(1.67rem * 1.5)}
.strong-wrap .fresh-brand{align-self:start}
.strong-wrap h2{margin:0;font-size:calc(19.8px * 2);line-height:1.05}
.strong-wrap .fresh-brand p{margin:1.5rem 0 0;font-size:19.8px;color:inherit;}
.strong-wrap .fresh-surface{display:grid;gap:calc(1.5rem * .75)}
.strong-wrap .primary-form{height:clamp(20rem,38vw,32rem);border-radius:1rem;overflow:hidden;border:1px solid #333a42}
.strong-wrap iframe{display:block;width:100%;height:100%;border:0}
.strong-wrap .open-figure{display:flex;flex-wrap:wrap;gap:1.67rem}
.strong-wrap .primary-nav{flex:1 1 min(18rem,100%);padding:calc(1.5rem * .75);border-radius:0.59rem;background:#1b2026;color:#e9ecef;border:1px solid #333a42}
.strong-wrap .primary-nav span{display:block;font-size:calc(19.8px * .875);color:inherit;}
.strong-wrap .primary-nav strong{display:block;margin-top:calc(calc(1.5rem * .75) * .5);font-size:19.8px;line-height:1.4}
.strong-wrap .primary-nav a{color:inherit;text-decoration:none}
.strong-wrap .primary-nav a:hover{color:inherit;text-decoration:underline}
.strong-wrap .visual-details{margin:0;padding:calc(1.5rem * .75) 0 0;font-size:calc(19.8px * .875);color:inherit;border-top:1px solid #333a42}
@media (max-width: 820px){.strong-wrap .plain-story{grid-template-columns:1fr}.strong-wrap .primary-form{height:20rem}}
.steady-body{background:#101317;color:#e9ecef;padding:calc(1.5rem * 2.4) 2.2rem}
.steady-body .compact-steps{max-width:1460px;margin:0 auto}
.steady-body .contact-intro{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(1.67rem * 1.5)}
.steady-body .fresh-header{flex:1 1 24rem;min-width:0}
.steady-body h2{margin:0;font-size:calc(19.8px * 2);line-height:1.15;letter-spacing:0}
.steady-body p{margin:1.5rem 0 0;color:#c9ced4;font-size:19.8px;line-height:1.74}
.steady-body .narrow-note{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #333a42}
.steady-body .top-headline{display:flex;flex-wrap:wrap;gap:1.67rem;padding:1.5rem 0;border-bottom:1px solid #333a42;color:inherit;text-decoration:none}
.steady-body a.row:hover strong{color:#ff8a2b}
.steady-body strong{flex:0 1 12rem;min-width:0;font-size:19.8px;color:#ff8a2b}
.steady-body span{flex:1 1 18rem;min-width:0;color:#c9ced4;line-height:1.6;font-size:calc(19.8px * .875)}
@media(max-width:760px){.steady-body .contact-intro{flex-direction:column}.steady-body .top-headline{flex-direction:column;gap:calc(calc(1.5rem * .75)*.5)}
}
.direct-panel{
  padding:calc(1.5rem * 2.4) 2.2rem;
  background:#101317;
  color:#e9ecef;
}
.direct-panel .narrow-feature{max-width:min(1460px,64rem);
  margin:0 auto;}
.direct-panel .fresh-header{padding-bottom:calc(1.67rem * 1.5);
  border-bottom:1px solid #333a42;}
.direct-panel h2{margin:0 0 1.5rem;
  font-size:calc(19.8px * 2);
  line-height:1.1;}
.direct-panel .featured-grid{margin:0;
  font-size:calc(19.8px * 1.125);
  line-height:1.74;}
.direct-panel .primary-shell{display:flex;
  flex-direction:column;}
.direct-panel .visual-details{padding:1.67rem 0;
  border-bottom:1px solid #333a42;}
.direct-panel .visual-details:last-child{border-bottom:0;}
.direct-panel h3{margin:0 0 calc(1.5rem * .75);
  font-size:calc(19.8px * 1.35);
  line-height:1.25;}
.direct-panel .visual-details p{margin:0;
  line-height:1.74;}
@media (max-width:640px){.direct-panel .featured-grid{
    font-size:19.8px;
  }
}
.featured-story{
  padding: calc(1.5rem * 2.4) 2.2rem;
  background: #101317;
  color: #e9ecef;
}
.featured-story .compact-steps{max-width: min(1460px, 62rem);
  margin: 0 auto;}
.featured-story .featured-unit{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding-bottom: calc(1.67rem * 1.5);
  border-bottom: 1px solid #333a42;}
.featured-story h2{margin: 0;
  font-size: calc(19.8px * 2);
  line-height: 1.1;}
.featured-story .fresh-header{margin: 0;
  color: #c9ced4;
  font-size: calc(19.8px * 1.125);
  line-height: 1.74;}
.featured-story .simple-grid{display: flex;
  flex-direction: column;
  gap: 1.67rem;
  margin-top: calc(1.67rem * 1.5);}
.featured-story .featured-section{
  padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.1);
  background: #1b2026;
  color: #e9ecef;
  border: 1px solid #333a42;
  border-left: 3px solid #ff8a2b;
  border-radius: 0.59rem;
}
.featured-story h3{margin: 0;
  font-size: calc(19.8px * 1.35);
  line-height: 1.2;}
.featured-story .featured-section p{margin: calc(calc(1.5rem * .75) * .6) 0 0;
  color: #c9ced4;
  line-height: 1.74;}
.featured-story .featured-section a{color: #ff6a00;
  text-decoration: underline;
  text-underline-offset: 2px;}
.featured-story .featured-section a:hover{color: #ff8a2b;}
.featured-story .visual-details{margin: calc(1.67rem * 1.5) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #333a42;
  color: #c9ced4;
  font-size: calc(19.8px * .875);}
.featured-story .visual-details a{color: #ff6a00;
  text-decoration: underline;
  text-underline-offset: 2px;}
.featured-story .visual-details a:hover{color: #ff8a2b;}
@media (max-width: 720px) {.featured-story .featured-section{
    padding: calc(1.5rem * .75);
  }
}
.focused-headline{--mark-static:calc(1.5rem * 1.42);padding:calc(1.5rem * 2.4) 2.2rem;background:#101317;color:#e9ecef;}
.focused-headline .compact-steps{max-width:1460px;margin:0 auto;}
.focused-headline h2,.focused-headline p{margin:0;}
.focused-headline h2{font-size:calc(19.8px * 2);line-height:1.14;}
.focused-headline p{font-size:19.8px;line-height:1.74;}
.focused-headline .offer-header{margin-top:calc(1.67rem * 1.5);}
.focused-headline .visual-details{margin-top:calc(1.5rem * .75);color:#c9ced4;}
.focused-headline .contact-media{display:flex;flex-wrap:wrap;align-items:center;gap:1.67rem;margin-top:var(--mark-static);}
.focused-headline a{text-decoration:none;}
.focused-headline .page-surface{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.24rem;background:#ff6a00;color:#0b0d10;}
.focused-headline .page-surface:hover{background:#ff8125;color:#e9ecef;}
.focused-headline .fresh-form{color:#ff6a00;border-bottom:1px solid transparent;padding-bottom:2px;}
.focused-headline .fresh-form:hover{color:#ff8a2b;border-bottom-color:#ff8a2b;}
@media (max-width:640px){.focused-headline .contact-media{flex-direction:column;align-items:flex-start;}
}
.primary-headline{
  padding: calc(1.5rem * 2.4) 2.2rem;
  background: #101317;
  color: #e9ecef;
}
.primary-headline .compact-steps{max-width: 1460px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.67rem * 1.5);}
.primary-headline .compact-body{
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #1b2026;
  color: #e9ecef;
  border: 1px solid #333a42;
  border-left: 4px solid #ff8a2b;
}
.primary-headline .visual-content{display: inline-block;
  font-size: calc(19.8px * .875);
  letter-spacing: 0.06em;
  text-transform: uppercase;}
.primary-headline h2{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.8px * 2);
  line-height: 1.12;}
.primary-headline .compact-body p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.8px * 1.125);
  line-height: 1.74;}
.primary-headline .contact-service{display: flex;
  flex-wrap: wrap;
  gap: 1.67rem;}
.primary-headline .featured-section{
  flex: 1 1 260px;
  padding: calc(1.5rem * .75);
  border-radius: 0.59rem;
  background: #181c21;
  color: #c9ced4;
  border: 1px solid #333a42;
}
.primary-headline .featured-section strong{display: block;
  font-size: calc(19.8px * 1.35);}
.primary-headline .featured-section p{margin: calc(1.5rem * .75) 0 0;
  font-size: 19.8px;
  line-height: 1.74;}
.primary-headline .contact-media{display: flex;
  flex-wrap: wrap;
  gap: 1.67rem;
  padding-top: calc(1.67rem * 1.5);
  border-top: 1px solid #333a42;}
.primary-headline .contact-media a{font-size: calc(19.8px * .875);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 450ms var(--delay-entry), border-color 450ms var(--delay-entry);}
.primary-headline .contact-media a:hover{border-bottom-color: #ff8a2b;}
@media (max-width: 760px) {.primary-headline .contact-service{
    flex-direction: column;
  }
}
.simple-rail{
  padding:calc(1.5rem * 2.4) 2.2rem;
  background:#ff8a2b;
  color:#0b0d10;
}
.simple-rail .compact-steps{max-width:1460px;
  margin:0 auto;}
.simple-rail .narrow-form{display:flex;
  flex-wrap:wrap;
  gap:calc(1.67rem * 1.5);
  align-items:flex-start;}
.simple-rail .local-form{flex:1 1 30rem;
  min-width:0;}
.simple-rail h2{margin:0;
  font-size:calc(19.8px * 2.65);
  line-height:1.05;
  max-width:18ch;}
.simple-rail .local-form p{margin:1.5rem 0 0;
  font-size:calc(19.8px * 1.125);
  line-height:1.74;}
.simple-rail .primary-links{
  flex:1 1 26rem;
  min-width:0;
  background:var(--tone-main);
  color:var(--tone-base);
  border-radius:1rem;
  padding:1.67rem;
  box-shadow:0 8px 22px rgba(0,0,0,0.15);
}
.simple-rail .primary-links>p{margin:0;
  line-height:1.74;}
.simple-rail .offer-media{display:flex;
  flex-wrap:wrap;
  gap:calc(1.5rem * .75);
  margin-top:1.5rem;}
.simple-rail a{display:inline-flex;
  align-items:center;
  max-width:100%;
  min-width:0;
  border-radius:0.24rem;
  padding:calc(1.5rem * .75) 1.5rem;
  text-decoration:none;}
.simple-rail .offer-media a{border:1px solid color-mix(in srgb,var(--tone-base) 22%,transparent);}
.simple-rail .offer-media .service-unit{
  background:#ff6a00;
  color:#0b0d10;
  border-color:#ff6a00;
}
.simple-rail .contact-media{margin-top:1.5rem;
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.5rem * .75);}
.simple-rail .contact-media a{
  background:color-mix(in srgb,var(--tone-base) 8%,transparent);
  color:var(--tone-base);
  font-size:calc(19.8px * .875);
  padding:calc(calc(1.5rem * .75)*.75) calc(1.5rem * .75);
}
@media(max-width:780px){.simple-rail .narrow-form{display:block}.simple-rail .primary-links{margin-top:calc(1.67rem * 1.5);padding:1.5rem}.simple-rail h2{font-size:calc(19.8px * 2)}
}
