html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:"Nunito", sans-serif;}
.direct-callout {
    width: 100%;
    background: #e7e9ec;
    color: #14171a;
    border-bottom: 1px solid #333941;
  }
:root {
  --surface-inverse: #e8a13a;
  --line-inverse: #e7e9ec;
  --paint-accent: #23282d;
  --tone-clear: #c9cdd3;
  --delay-base: cubic-bezier(0.2,0.8,0.2,1);
}
.primary-stack {
    max-width: 1560px;
    margin: 0 auto;
    padding: calc(1.66rem * 1.5) 2.16rem;
    display: flex;
    align-items: center;
    gap: 1.66rem;
  }
.clear-form {
    font-size: calc(18.3px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #14171a;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
.clear-form:hover {
    color: #14171a;
    opacity: 0.85;
  }
.narrow-wrap {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.66rem;
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 18.3px;
    color: #14171a;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color 420ms var(--delay-base), opacity 420ms var(--delay-base);
  }
.nav-list a:hover {
    border-bottom-color: #7dff5e;
    opacity: 0.95;
  }
.local-details {
    flex-shrink: 0;
  }
.direct-tile {
    display: inline-block;
    padding: 0.6rem 1.1rem;
    background: #7dff5e;
    color: #0d1410;
    border-radius: 0.53rem;
    font-size: 18.3px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 420ms var(--delay-base);
  }
.direct-tile:hover {
    background: #9bff80;
    color: #0d1410;
  }
.active-note {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    background: transparent;
    border: 1px solid #14171a;
    border-radius: 0.27rem;
    cursor: pointer;
    flex-shrink: 0;
  }
.bottom-flow{
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: #14171a;
    transition: transform 420ms var(--delay-base), opacity 420ms var(--delay-base);color:var(--line-inverse);}
.active-note.is-open .bottom-flow:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.active-note.is-open .bottom-flow:nth-child(2) {
    opacity: 0;
  }
.active-note.is-open .bottom-flow:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
@media (max-width: 767px) {
    .primary-stack {
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
    }

    .active-note {
      display: flex;
      order: 3;
    }

    .local-details {
      order: 2;
      margin-left: auto;
      margin-right: calc(1.5rem * .75);
    }

    .direct-tile {
      padding: 0.5rem 0.85rem;
      font-size: calc(18.3px * .875);
    }

    .narrow-wrap {
      order: 4;
      flex-basis: 100%;
      display: none;
      margin-top: calc(1.5rem * .75);
    }

    .narrow-wrap.is-open {
      display: block;
    }

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

    .nav-list li {
      border-top: 1px solid #333941;
    }

    .nav-list a {
      display: block;
      padding: 0.75rem 0.25rem;
      border-bottom: none;
    }

    .nav-list a:hover {
      border-bottom: none;
      opacity: 0.8;
    }
  }
@media (min-width: 768px) and (max-width: 1023px) {
    .primary-stack {
      gap: calc(1.5rem * .75);
    }

    .nav-list {
      gap: calc(1.5rem * .75);
    }
  }
.fresh-copy{font-family:"Nunito", sans-serif;font-size:18.3px;line-height:1.78;padding:calc(1.5rem * 2.4) 2.16rem;margin-top:calc(1.5rem * 2.4);background:#e7e9ec;color:#14171a;}
.strong-callout{max-width:1560px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.66rem * 1.5)}
.contact-callout{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:1.66rem;align-items:start}
.contact-block{font-size:calc(18.3px * .875);font-weight:600;letter-spacing:0.06em;text-transform:uppercase;margin:0 0 calc(1.5rem * .75);opacity:0.75}
.visual-method{font-style:normal;display:flex;flex-direction:column;gap:0.5rem;margin:0}
.active-track{display:block;max-width:22rem}
.narrow-panel{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 420ms var(--delay-base), opacity 420ms var(--delay-base)}
.narrow-panel:hover,
  .narrow-panel:focus-visible{border-bottom-color:currentColor;outline:none}
.offer-figure{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.active-service{font-size:calc(18.3px * 1.125);font-weight:700;letter-spacing:0.02em}
.open-contact{margin:0;font-size:calc(18.3px * .875);opacity:0.85;max-width:24rem}
.contact-proof{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem}
.direct-benefit{border-top:1px solid rgba(255, 255, 255, 0.15);padding-top:calc(1.66rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.team-benefit{margin:0;font-size:calc(18.3px * .875);opacity:0.8;max-width:60rem}
.primary-block{margin:0;font-size:calc(18.3px * .875);opacity:0.7}
@media (max-width: 900px) {.contact-callout{grid-template-columns:1fr 1fr}
  }
@media (max-width: 560px) {.fresh-copy{padding:calc(1.66rem * 1.5) 2.16rem;background:#e7e9ec;color:#14171a;}.contact-callout{grid-template-columns:1fr}
  }
footer .service-fields{flex:1 1 100%;max-width:1560px;margin:1.5rem auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(18.3px * .875);line-height:1.78;opacity:.82;overflow-wrap:anywhere;}
.cookies {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #e7e9ec;
  color: #14171a;
  border-bottom: 1px solid #333941;
  padding: calc(1.66rem * 1.5) 2.16rem;
  font-family: "Nunito", sans-serif;
  font-size: calc(18.3px * .875);
  line-height: 1.78;
}
.cookies .wide-block{max-width: 1560px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1.66rem;
  flex-wrap: wrap;
  justify-content: space-between;}
.cookies .process{flex: 1 1 22rem;
  min-width: 0;}
.cookies .primary-plan{margin: 0 0 0.25rem;
  font-size: 18.3px;
  font-weight: 600;
  line-height: 1.78;}
.cookies .process p{margin: 0;
  font-size: calc(18.3px * .875);
  opacity: 0.85;}
.cookies .site-content{display: flex;
  gap: 1.66rem;
  flex-wrap: wrap;
  align-items: center;}
.cookies .clear-story {
  font-family: inherit;
  font-size: calc(18.3px * .875);
  line-height: 1;
  padding: 0.5rem 0.9rem;
  border-radius: 0.27rem;
  border: 1px solid #333941;
  background: transparent;
  color: #14171a;
  cursor: pointer;
  transition: background 420ms var(--delay-base), color 420ms var(--delay-base);
}
.cookies .clear-story:hover{
  background: color-mix(in srgb, currentColor 10%, transparent);color:var(--line-inverse);}
.cookies .cookie-accept {
  background: var(--surface-inverse);
  color: #14171a;
  border-color: var(--surface-inverse);
}
.cookies .cookie-accept:hover{
  background: #f2b355;
  border-color: #f2b355;color:var(--line-inverse);}
@media (max-width: 640px) {
  .cookies .wide-block {
    flex-direction: column;
    align-items: stretch;
  }
  .cookies .site-content {
    justify-content: flex-start;
  }
}
.active-group{
    --paint-cool: #e7e9ec;
    --font-main: #333941;
    background: var(--paint-primary, linear-gradient(135deg, #14171a 0%, #1c2024 55%, #23282d 100%));
    color: #e7e9ec;
    padding: 88px 24px 72px;
  }
.active-group .text-unit{max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(220px, 0.85fr);
    gap: 56px;
    align-items: end;}
.active-group .steady-list h1{font-size: clamp(1.9rem, 3.4vw, 2.9rem);
    line-height: 1.14;
    letter-spacing: -0.01em;
    margin: 0 0 22px;
    font-weight: 800;}
.active-group .clear-links{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 18px;
    max-width: 58ch;color:inherit;}
.active-group .local-brand{font-size: 0.98rem;
    line-height: 1.6;
    margin: 0 0 30px;
    max-width: 60ch;color:inherit;}
.active-group .soft-plan{
    display: inline-block;
    background: #e8a13a;
    color: #14171a;
    text-decoration: none;
    font-weight: 700;
    padding: 13px 26px;
    border-radius: 6px;
    border: 1px solid #f2b355;
    transition: background 0.18s ease;
  }
.active-group .soft-plan:hover{
    background: #f2b355;color:var(--line-inverse);}
.active-group .plain-items{border-left: 2px solid #7dff5e;
    padding: 4px 0 4px 22px;
    display: flex;
    flex-direction: column;
    gap: 16px;}
.active-group .visual-stack{margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;}
@media (max-width: 760px) {.active-group{
      padding: 64px 20px 56px;
    }.active-group .text-unit{
      grid-template-columns: 1fr;
      gap: 36px;
      align-items: start;
    }.active-group .plain-items{
      padding-left: 16px;
    }
  }
.active-group{
  background: #e7e9ec;
  color: #14171a;
}
.local-callout{
    --label-base: #333941;
    --field-local: #e8a13a;
    background: #14171a;
    color: #e7e9ec;
    padding: 72px 24px 88px;
  }
.local-callout .text-unit{max-width: 880px;
    margin: 0 auto;}
.local-callout h2{font-size: clamp(1.6rem, 3vw, 2.1rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin: 0 0 14px;}
.local-callout .steady-list{max-width: 620px;
    margin: 0 0 44px;
    font-size: 1rem;
    line-height: 1.6;}
.local-callout .steady-section{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--label-base);}
.local-callout .page-proof{display: flex;
    gap: 28px;
    align-items: flex-start;
    padding: 26px 0;
    border-bottom: 1px solid var(--label-base);}
.local-callout .visual-wrap{flex: 0 0 auto;
    min-width: 44px;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--field-local);
    padding-top: 3px;}
.local-callout .bottom-summary h3{margin: 0 0 8px;
    font-size: 1.1rem;
    line-height: 1.3;
    letter-spacing: -0.005em;}
.local-callout .bottom-summary p{margin: 0;
    max-width: 640px;
    font-size: 0.97rem;
    line-height: 1.62;}
@media (max-width: 560px) {.local-callout{
      padding: 52px 18px 64px;
    }.local-callout .page-proof{
      gap: 16px;
      padding: 22px 0;
    }.local-callout .visual-wrap{
      min-width: 32px;
      font-size: 0.85rem;
    }.local-callout .steady-list{
      margin-bottom: 32px;
    }
  }
.local-callout{
  background: #14171a;
  color: #e7e9ec;
}
.offer-content{
    background: linear-gradient(135deg, #14171a 0%, #1c2024 55%, #23282d 100%);
    color: #e7e9ec;
    padding: 72px 24px;
  }
.offer-content .text-unit{max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;}
.offer-content h2{margin: 0;
    font-size: clamp(1.6rem, 3.4vw, 2.3rem);
    line-height: 1.15;
    letter-spacing: -0.01em;}
.offer-content p{margin: 0;
    max-width: 56ch;
    font-size: 1.02rem;
    line-height: 1.6;}
.offer-content .soft-plan{
    display: inline-block;
    margin-top: 6px;
    padding: 14px 26px;
    background: #e8a13a;
    color: #14171a;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.01em;
    text-decoration: none;
    border-radius: 6px;
    border-bottom: 3px solid rgba(20, 23, 26, 0.35);
    transition: background 0.18s ease, transform 0.18s ease;
  }
.offer-content .soft-plan:hover,
  .offer-content .soft-plan:focus-visible{
    background: #f2b355;
    transform: translateY(-1px);color:var(--line-inverse);}
@media (max-width: 560px) {.offer-content{
      padding: 56px 20px;
    }.offer-content .soft-plan{
      width: 100%;
      text-align: center;
    }
  }
.offer-content{
  background: #e7e9ec;
  color: #14171a;
}
.secondary-copy{
    background: #14171a;
    color: #e7e9ec;
    padding: 72px 24px 80px;
  }
.secondary-copy .text-unit{max-width: 760px;
    margin: 0 auto;}
.secondary-copy h2{font-size: 1.65rem;
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin: 0 0 14px;}
.secondary-copy .steady-list{font-size: 1.02rem;
    line-height: 1.6;
    color: var(--tone-clear);
    margin: 0 0 40px;
    max-width: 62ch;}
.secondary-copy .page-frame{list-style: none;
    margin: 0;
    padding: 0;}
.secondary-copy .local-brand{padding: 22px 0 24px;
    border-top: 1px solid #333941;}
.secondary-copy .local-brand:last-child{border-bottom: 1px solid #333941;}
.secondary-copy .local-brand h3{font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin: 0 0 8px;}
.secondary-copy .local-brand p{font-size: 0.95rem;
    line-height: 1.65;
    color: var(--tone-clear);
    margin: 0;
    max-width: 68ch;}
@media (max-width: 560px) {.secondary-copy{
      padding: 52px 18px 60px;
    }.secondary-copy h2{
      font-size: 1.35rem;
    }.secondary-copy .steady-list{
      margin-bottom: 28px;
    }.secondary-copy .local-brand{
      padding: 18px 0 20px;
    }
  }
.secondary-copy{
  background: #14171a;
  color: #e7e9ec;
}
.plain-copy{
    background: #14171a;
    color: #e7e9ec;
    padding: 4.5rem 1.5rem 5rem;
  }
.plain-copy .text-unit{max-width: 760px;
    margin: 0 auto;}
.plain-copy h2{font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    letter-spacing: -0.01em;
    margin: 0 0 1rem;
    font-weight: 800;}
.plain-copy .steady-list{margin: 0 0 2.4rem;
    font-size: 1.02rem;
    line-height: 1.65;
    max-width: 62ch;}
.plain-copy .page-callout{list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #333941;}
.plain-copy .content-note{border-bottom: 1px solid #333941;}
.plain-copy .content-note a{display: block;
    padding: 1.5rem 0.25rem 1.6rem;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.18s ease, padding-left 0.18s ease;}
.plain-copy .content-note a:hover,
  .plain-copy .content-note a:focus-visible{
    background: #1c2024;
    padding-left: 0.9rem;
    outline: none;
  }
.plain-copy .content-note h3{margin: 0 0 0.55rem;
    font-size: 1.12rem;
    line-height: 1.35;
    font-weight: 700;}
.plain-copy .content-note p{margin: 0;
    font-size: 0.96rem;
    line-height: 1.6;
    max-width: 68ch;}
.plain-copy .contact-method{margin: 2.4rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.plain-copy .contact-method a{text-decoration: underline;
    text-underline-offset: 3px;}
.plain-copy .contact-method a:hover,
  .plain-copy .contact-method a:focus-visible{color:inherit;}
@media (max-width: 560px) {.plain-copy{
      padding: 3rem 1.1rem 3.4rem;
    }.plain-copy .content-note a{
      padding: 1.2rem 0.1rem 1.3rem;
    }
  }
.plain-copy{
  background: #e7e9ec;
  color: #14171a;
}
.plain-body{
    --type-extra-22: #333941;
    --mark-control: #e8a13a;
    background: #14171a;
    color: #e7e9ec;
    padding: 5rem 1.5rem 5.5rem;
  }
.plain-body .text-unit{max-width: 1080px;
    margin: 0 auto;}
.plain-body .person{max-width: 640px;
    margin-bottom: 3.5rem;}
.plain-body .person h2{font-size: clamp(1.75rem, 3.2vw, 2.4rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin: 0 0 1rem;}
.plain-body .steady-list{margin: 0;
    font-size: 1.0625rem;
    line-height: 1.6;
    color: var(--tone-clear);}
.plain-body .clear-entries{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 3rem;}
.plain-body .service-unit{padding-top: 2rem;
    border-top: 1px solid var(--type-extra-22);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    column-gap: 3rem;
    row-gap: 1rem;
    align-items: start;}
.plain-body .main-nav{grid-column: 1;
    display: flex;
    align-items: baseline;
    gap: 0.75rem;}
.plain-body .visual-wrap{font-size: 0.875rem;
    letter-spacing: 0.08em;
    color: var(--mark-control);}
.plain-body .service-unit h3{margin: 0;
    font-size: 1.25rem;
    line-height: 1.25;
    letter-spacing: -0.005em;}
.plain-body .clear-body{grid-column: 1;
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--tone-clear);}
.plain-body .open-headline{grid-column: 2;
    grid-row: 1 / span 2;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;}
.plain-body .open-headline li{position: relative;
    padding-left: 1.1rem;
    font-size: 0.9375rem;
    line-height: 1.5;}
.plain-body .open-headline li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    background: #7dff5e;
    border-radius: 1px;color:#0d1410;}
.plain-body .simple-nav{grid-column: 2;
    justify-self: start;
    font-size: 0.9375rem;
    color: #e8a13a;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;}
.plain-body .simple-nav:hover{color: #f2b355;}
@media (max-width: 780px) {.plain-body{
      padding: 3.5rem 1.25rem 4rem;
    }.plain-body .service-unit{
      grid-template-columns: 1fr;
      column-gap: 0;
    }.plain-body .open-headline,
    .plain-body .simple-nav{
      grid-column: 1;
      grid-row: auto;
    }
  }
.plain-body{
  background: #14171a;
  color: #e7e9ec;
}
.narrow-entries{
    --label-meta: #333941;
    --layer-strong: #c9cdd3;
    background: #14171a;
    color: #e7e9ec;
    padding: 72px 24px;
  }
.narrow-entries .text-unit{max-width: 780px;
    margin: 0 auto;}
.narrow-entries h2{font-size: 1.7rem;
    line-height: 1.25;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.narrow-entries .steady-list{margin: 0 0 40px;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 62ch;}
.narrow-entries .public-flow{border-top: 1px solid var(--label-meta);}
.narrow-entries .wide-links{padding: 26px 0 24px;
    border-bottom: 1px solid var(--label-meta);}
.narrow-entries .wide-links h3{margin: 0 0 10px;
    font-size: 1.08rem;
    line-height: 1.4;
    font-weight: 700;}
.narrow-entries .wide-links p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.65;
    max-width: 68ch;}
.narrow-entries .local-brand{margin: 32px 0 0;
    font-size: 0.92rem;
    line-height: 1.6;}
.narrow-entries .local-brand a{text-decoration: none;
    border-bottom: 1px solid currentColor;}
.narrow-entries .local-brand a:hover{color:inherit;}
@media (max-width: 560px) {.narrow-entries{
      padding: 52px 18px;
    }.narrow-entries h2{
      font-size: 1.4rem;
    }.narrow-entries .wide-links{
      padding: 22px 0 20px;
    }
  }
.narrow-entries{
  background: #e7e9ec;
  color: #14171a;
}
.wide-quote{
    --type-base: #333941;
    --layer-soft: #c9cdd3;
    background: #14171a;
    color: #e7e9ec;
    padding: 5rem 1.5rem 6rem;
  }
.wide-quote .text-unit{max-width: 1080px;
    margin: 0 auto;}
.wide-quote .strong-media{max-width: 720px;
    margin-bottom: 3.5rem;}
.wide-quote h2{font-size: clamp(1.6rem, 2.6vw, 2.3rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin: 0 0 1.1rem;
    font-weight: 700;}
.wide-quote .steady-list{font-size: 1.05rem;
    line-height: 1.65;
    color: var(--tone-clear);
    margin: 0;}
.wide-quote .public-flow{display: flex;
    flex-direction: column;
    gap: 2.6rem;}
.wide-quote .quiet-visual{display: grid;
    grid-template-columns: minmax(220px, 320px) 1fr;
    gap: 2.5rem;
    align-items: start;
    padding-top: 2.2rem;
    border-top: 1px solid var(--type-base);}
.wide-quote .quiet-visual:first-child{border-top: none;
    padding-top: 0;}
.wide-quote .quiet-visual h3{font-size: 1.1rem;
    line-height: 1.35;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.005em;}
.wide-quote .quiet-visual p{font-size: 0.98rem;
    line-height: 1.7;
    color: var(--layer-soft);
    margin: 0;
    max-width: 62ch;}
@media (max-width: 720px) {.wide-quote{
      padding: 3.5rem 1.25rem 4rem;
    }.wide-quote .strong-media{
      margin-bottom: 2.5rem;
    }.wide-quote .public-flow{
      gap: 2rem;
    }.wide-quote .quiet-visual{
      grid-template-columns: 1fr;
      gap: 0.7rem;
      padding-top: 1.6rem;
    }
  }
.wide-quote{
  background: #14171a;
  color: #e7e9ec;
}
.soft-region{
    --surface-page: #14171a;
    --tone-card: #1c2024;
    --copy-lead: #333941;
    --tone-main: #e7e9ec;
    --tone-extra-13: #c9cdd3;
    --ink-inverse: #e8a13a;
    --ink-page: #7dff5e;

    background: var(--surface-page);
    color: var(--tone-main);
    padding: 72px 24px 88px;
  }
.soft-region .text-unit{max-width: 1040px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 56px 64px;}
.soft-region .strong-media{grid-column: 1 / -1;
    max-width: 640px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--copy-lead);}
.soft-region h2{margin: 0 0 16px;
    font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    line-height: 1.2;
    letter-spacing: -0.01em;}
.soft-region .steady-list{margin: 0 0 14px;
    font-size: 1.02rem;
    line-height: 1.6;}
.soft-region .local-brand{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.soft-region .simple-intro{display: flex;
    flex-direction: column;
    gap: 22px;
    align-self: start;
    padding-top: 4px;}
.soft-region .content-note{padding-left: 16px;
    border-left: 2px solid var(--ink-inverse);}
.soft-region .content-note .focused-intro{display: block;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 6px;}
.soft-region .content-note p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.5;}
.soft-region .content-note a{text-decoration: none;
    border-bottom: 1px solid var(--copy-lead);
    padding-bottom: 1px;}
.soft-region .content-note a:hover{border-bottom-color: var(--ink-page);}
.soft-region .content-menu{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 22px;
    background: var(--tone-card);
    border: 1px solid var(--copy-lead);
    border-radius: 10px;
    padding: 28px 26px 30px;color:var(--line-inverse);}
.soft-region .service-summary{display: flex;
    flex-direction: column;
    gap: 8px;}
.soft-region .service-summary.wide{grid-column: 1 / -1;}
.soft-region label{font-size: 0.86rem;
    letter-spacing: 0.02em;}
.soft-region input,
  .soft-region select,
  .soft-region textarea{
    width: 100%;
    box-sizing: border-box;
    background: var(--surface-page);
    color: var(--tone-main);
    border: 1px solid var(--copy-lead);
    border-radius: 6px;
    padding: 11px 13px;
    font: inherit;
    font-size: 0.96rem;
    line-height: 1.4;
  }
.soft-region input::placeholder,
  .soft-region textarea::placeholder{}
.soft-region input:focus,
  .soft-region select:focus,
  .soft-region textarea:focus{outline: none;
    border-color: var(--ink-inverse);}
.soft-region textarea{resize: vertical;}
.soft-region .active-view{
    grid-column: 1 / -1;
    justify-self: start;
    background: var(--ink-inverse);
    color: #14171a;
    border: none;
    border-radius: 6px;
    padding: 13px 30px;
    font: inherit;
    font-size: 0.98rem;
    letter-spacing: 0.02em;
    cursor: pointer;
  }
.soft-region .active-view:hover{
    background: #f2b355;
  }
@media (max-width: 780px) {.soft-region{
      padding: 56px 18px 68px;
    }.soft-region .text-unit{
      grid-template-columns: minmax(0, 1fr);
      gap: 40px;
    }.soft-region .content-menu{
      grid-template-columns: minmax(0, 1fr);
      padding: 22px 18px 24px;
    }
  }
.soft-region{
  background: #e7e9ec;
  color: #14171a;
}
.wide-contact{
    --font-main: #333941;
    --layer-active: #c9cdd3;
    background: #14171a;
    color: #e7e9ec;
    padding: 4.5rem 1.5rem 5rem;
  }
.wide-contact .text-unit{max-width: 1040px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 3.5rem 4rem;
    align-items: start;}
.wide-contact .strong-media{padding-top: 0.25rem;}
.wide-contact h2{font-size: clamp(1.6rem, 2.4vw, 2.15rem);
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin: 0 0 1.25rem;
    font-weight: 700;}
.wide-contact .steady-list{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 1rem;
    color: #e7e9ec;}
.wide-contact .local-brand{font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    color: var(--layer-active);
    border-left: 2px solid #e8a13a;
    padding-left: 0.9rem;}
.wide-contact .visual{display: flex;
    flex-direction: column;
    gap: 1.75rem;
    border-top: 1px solid var(--font-main);
    padding-top: 1.75rem;}
.wide-contact .media-feature h3{font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 700;
    margin: 0 0 0.6rem;}
.wide-contact .media-feature address,
  .wide-contact .media-feature p{font-style: normal;
    margin: 0 0 0.35rem;
    line-height: 1.55;
    font-size: 0.98rem;}
.wide-contact .media-feature p:last-child{margin-bottom: 0;}
.wide-contact .media-feature .service-intro{color: var(--layer-active);
    font-size: 0.9rem;
    margin-top: 0.5rem;}
.wide-contact .media-feature a{color: #e7e9ec;
    text-decoration: none;
    border-bottom: 1px solid #e8a13a;
    padding-bottom: 1px;}
.wide-contact .media-feature a:hover{color: #e8a13a;}
@media (max-width: 760px) {.wide-contact{
      padding: 3rem 1.25rem 3.5rem;
    }.wide-contact .text-unit{
      grid-template-columns: 1fr;
      gap: 2.25rem;
    }
  }
.wide-contact{
  background: #14171a;
  color: #e7e9ec;
}
.narrow-tile{
    --copy-base: #333941;
    --field-active: #c9cdd3;
    background: #14171a;
    color: #e7e9ec;
    padding: 72px 24px 88px;
  }
.narrow-tile .text-unit{max-width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 48px 56px;
    align-items: start;}
.narrow-tile .steady-list h2{font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin: 0 0 18px;}
.narrow-tile .steady-list p{font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 16px;}
.narrow-tile .steady-list .contact-method{border-left: 3px solid #e8a13a;
    padding-left: 14px;
    margin-top: 24px;}
.narrow-tile .direct-entries{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 20px;
    background: var(--paint-accent, #23282d);
    color: var(--line-inverse, #e7e9ec);
    border: 1px solid var(--copy-base);
    border-radius: 10px;
    padding: 28px 26px 26px;
  }
.narrow-tile .service-summary{display: flex;
    flex-direction: column;
    gap: 6px;}
.narrow-tile .direct-steps{grid-column: 1 / -1;}
.narrow-tile label{font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;}
.narrow-tile input,
  .narrow-tile select,
  .narrow-tile textarea{
    font: inherit;
    color: var(--line-inverse, #e7e9ec);
    background: #1a1e22;
    border: 1px solid var(--copy-base);
    border-radius: 6px;
    padding: 10px 12px;
    width: 100%;
    box-sizing: border-box;
  }
.narrow-tile textarea{resize: vertical;
    min-height: 96px;}
.narrow-tile input:focus,
  .narrow-tile select:focus,
  .narrow-tile textarea:focus{outline: none;
    border-color: #7dff5e;}
.narrow-tile button{
    grid-column: 1 / -1;
    justify-self: start;
    font: inherit;
    font-weight: 700;
    letter-spacing: 0.02em;
    background: #e8a13a;
    color: #14171a;
    border: none;
    border-radius: 6px;
    padding: 12px 22px;
    cursor: pointer;
  }
.narrow-tile button:hover{
    background: #f2b355;
  }
.narrow-tile .simple-surface{grid-column: 1 / -1;
    font-size: 0.9rem;
    margin: 4px 0 0;}
.narrow-tile .simple-surface a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(125, 255, 94, 0.4);}
.narrow-tile .simple-surface a:hover{border-bottom-color: #7dff5e;}
@media (max-width: 760px) {.narrow-tile{
      padding: 56px 18px 64px;
    }.narrow-tile .text-unit{
      grid-template-columns: 1fr;
      gap: 32px;
    }.narrow-tile .direct-entries{
      grid-template-columns: 1fr;
      padding: 22px 18px;
    }
  }
.narrow-tile{
  background: #e7e9ec;
  color: #14171a;
}
.headline{
    --font-base: #333941;
    background: #14171a;
    color: #e7e9ec;
    padding: 5rem 1.5rem 5.5rem;
  }
.headline .text-unit{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 3.5rem 4rem;
    align-items: start;}
.headline .focused-surface{grid-column: 1 / -1;
    max-width: 62ch;
    border-left: 3px solid #e8a13a;
    padding-left: 1.25rem;}
.headline .focused-surface h2{margin: 0 0 1rem;
    font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    line-height: 1.2;
    letter-spacing: -0.01em;}
.headline .focused-surface p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.7;}
.headline .page-intro{grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.25rem;
    padding-top: 2.75rem;
    border-top: 1px solid var(--font-base);}
.headline .wide-links h3{margin: 0 0 0.6rem;
    font-size: 1.02rem;
    line-height: 1.35;
    letter-spacing: 0.01em;}
.headline .wide-links p{margin: 0;
    font-size: 0.94rem;
    line-height: 1.65;}
.headline .contact-method{grid-column: 1 / -1;
    margin: 0;
    padding-top: 1.75rem;
    border-top: 1px solid var(--font-base);
    max-width: 70ch;
    font-size: 0.98rem;
    line-height: 1.7;}
@media (max-width: 820px) {.headline{
      padding: 3.5rem 1.25rem 4rem;
    }.headline .text-unit{
      gap: 2.5rem;
    }.headline .page-intro{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }
  }
.headline{
  background: #e7e9ec;
  color: #14171a;
}
.featured-proof{
    --font-main: #333941;
    background: #14171a;
    color: #e7e9ec;
    padding: 72px 24px 88px;
  }
.featured-proof .text-unit{max-width: 880px;
    margin: 0 auto;}
.featured-proof h1{font-size: clamp(1.9rem, 4vw, 2.8rem);
    line-height: 1.12;
    letter-spacing: -0.01em;
    margin: 0 0 20px;
    font-weight: 800;}
.featured-proof .steady-list{font-size: 1.05rem;
    line-height: 1.65;
    color: var(--tone-clear);
    margin: 0 0 44px;
    max-width: 62ch;}
.featured-proof .public-flow{border-top: 1px solid var(--font-main);}
.featured-proof .quiet-visual{display: grid;
    grid-template-columns: minmax(180px, 240px) 1fr;
    gap: 24px 40px;
    padding: 26px 0;
    border-bottom: 1px solid var(--font-main);}
.featured-proof .quiet-visual h2{font-size: 1.05rem;
    font-weight: 700;
    margin: 0;
    color: #e8a13a;
    line-height: 1.4;}
.featured-proof .quiet-visual p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;
    color: #e7e9ec;}
.featured-proof .contact-method{margin: 36px 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--tone-clear);
    padding-left: 14px;
    border-left: 2px solid #7dff5e;}
@media (max-width: 640px) {.featured-proof{
      padding: 52px 18px 64px;
    }.featured-proof .quiet-visual{
      grid-template-columns: 1fr;
      gap: 8px;
    }
  }
.featured-proof{
  background: #14171a;
  color: #e7e9ec;
}
.compact-story{
    --label-strong: #333941;
    --mark-public: #e8a13a;
    --layer-local: #7dff5e;
    background: #14171a;
    color: #e7e9ec;
    padding: 72px 24px;
  }
.compact-story .text-unit{max-width: 1040px;
    margin: 0 auto;}
.compact-story .steady-list{max-width: 620px;
    margin-bottom: 56px;}
.compact-story .steady-list h2{margin: 0 0 18px;
    font-size: 1.9rem;
    line-height: 1.2;
    letter-spacing: -0.01em;}
.compact-story .steady-list p{margin: 0;
    line-height: 1.6;}
.compact-story .narrow-headline{list-style: none;
    margin: 0;
    padding: 0;
    border-left: 1px solid var(--label-strong);}
.compact-story .page-proof{position: relative;
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 28px;
    padding: 0 0 40px 28px;}
.compact-story .page-proof:last-child{padding-bottom: 0;}
.compact-story .page-proof::before{
    content: "";
    position: absolute;
    left: -4px;
    top: 6px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--mark-public);color:var(--line-inverse);}
.compact-story .visual-block{font-size: 0.85rem;
    letter-spacing: 0.08em;
    padding-top: 2px;}
.compact-story .local-brand h3{margin: 0 0 8px;
    font-size: 1.1rem;
    line-height: 1.3;}
.compact-story .local-brand p{margin: 0;
    max-width: 560px;
    line-height: 1.6;}
.compact-story .scene{margin: 48px 0 0;
    max-width: 640px;
    padding-top: 24px;
    border-top: 1px solid var(--label-strong);
    line-height: 1.65;}
@media (max-width: 640px) {.compact-story{
      padding: 48px 18px;
    }.compact-story .steady-list h2{
      font-size: 1.5rem;
    }.compact-story .page-proof{
      grid-template-columns: 1fr;
      gap: 6px;
      padding-left: 22px;
    }
  }
.compact-story{
  background: #e7e9ec;
  color: #14171a;
}
.direct-section{
    background: #14171a;
    color: #e7e9ec;
    padding: 4.5rem 1.25rem 5rem;
  }
.direct-section .text-unit{max-width: 46rem;
    margin: 0 auto;}
.direct-section .person{border-bottom: 1px solid #333941;
    padding-bottom: 1.75rem;
    margin-bottom: 2.5rem;}
.direct-section h1{font-size: clamp(1.9rem, 4vw, 2.6rem);
    line-height: 1.15;
    margin: 0 0 0.9rem;
    letter-spacing: -0.01em;}
.direct-section .steady-list{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0;
    max-width: 40rem;}
.direct-section .page-callout{display: block;}
.direct-section .content-note{padding: 1.4rem 0;
    border-bottom: 1px solid #23282d;}
.direct-section .content-note:last-of-type{border-bottom: none;}
.direct-section .content-note h2{font-size: 1.08rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0 0 0.6rem;
    color: #e8a13a;}
.direct-section .content-note p{margin: 0;
    line-height: 1.7;
    font-size: 0.98rem;}
.direct-section .content-note a{text-decoration: none;
    border-bottom: 1px solid rgba(125, 255, 94, 0.4);}
.direct-section .content-note a:hover{border-bottom-color: #7dff5e;}
.direct-section .contact-method{margin: 2.5rem 0 0;
    padding-top: 1.5rem;
    border-top: 1px solid #333941;
    font-size: 0.92rem;
    line-height: 1.6;}
@media (max-width: 620px) {.direct-section{
      padding: 3rem 1rem 3.5rem;
    }.direct-section .content-note{
      padding: 1.15rem 0;
    }
  }
.direct-section{
  background: #14171a;
  color: #e7e9ec;
}
.simple-content{
    background: #14171a;
    color: #e7e9ec;
    padding: 72px 24px 64px;
  }
.simple-content .text-unit{max-width: 900px;
    margin: 0 auto;}
.simple-content .steady-list{max-width: 640px;
    margin-bottom: 48px;}
.simple-content h1{font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin: 0 0 16px;}
.simple-content .person{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;}
.simple-content .page-callout{border-top: 1px solid #333941;}
.simple-content .content-note{display: grid;
    grid-template-columns: 220px 1fr;
    gap: 32px;
    padding: 28px 0;
    border-bottom: 1px solid #333941;}
.simple-content .content-note h2{font-size: 1.05rem;
    line-height: 1.35;
    margin: 0;}
.simple-content .content-note p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.simple-content .content-note a{text-decoration: none;
    border-bottom: 1px solid currentColor;}
.simple-content .content-note a:hover{}
.simple-content .soft-actions{margin: 40px 0 0;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;}
@media (max-width: 680px) {.simple-content{
      padding: 48px 18px 44px;
    }.simple-content .steady-list{
      margin-bottom: 32px;
    }.simple-content .content-note{
      grid-template-columns: 1fr;
      gap: 10px;
      padding: 22px 0;
    }
  }
.simple-content{
  background: #e7e9ec;
  color: #14171a;
}
.secondary-tile{
    --type-large: #333941;
    --state-local: #e8a13a;
    --layer-main: #7dff5e;
    background: #14171a;
    color: #e7e9ec;
    padding: 72px 24px 88px;
  }
.secondary-tile .text-unit{max-width: 880px;
    margin: 0 auto;}
.secondary-tile .open-plan{display: block;}
.secondary-tile h1{font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin: 0 0 20px;
    font-weight: 700;}
.secondary-tile .steady-list{font-size: 1.1rem;
    line-height: 1.6;
    margin: 0 0 16px;
    max-width: 62ch;}
.secondary-tile .open-plan > p{font-size: 1rem;
    line-height: 1.65;
    margin: 0 0 14px;
    max-width: 66ch;}
.secondary-tile .steady-section{margin: 40px 0 36px;
    display: flex;
    flex-direction: column;
    gap: 28px;}
.secondary-tile .page-proof{padding-left: 20px;
    border-left: 3px solid var(--type-large);}
.secondary-tile .page-proof h2{font-size: 1.05rem;
    letter-spacing: 0.01em;
    margin: 0 0 8px;
    font-weight: 700;}
.secondary-tile .page-proof p{font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;
    max-width: 64ch;}
.secondary-tile a{text-decoration: none;
    border-bottom: 1px solid rgba(125, 255, 94, 0.45);
    padding-bottom: 1px;}
.secondary-tile a:hover{border-bottom-color: var(--layer-main);}
.secondary-tile .simple-footer{font-size: 0.95rem;color:inherit;
    margin: 0 0 32px;
    max-width: 66ch;}
.secondary-tile .direct-panel{margin: 0;
    font-size: 0.95rem;}
@media (min-width: 720px) {.secondary-tile{
      padding: 96px 32px 112px;
    }.secondary-tile .steady-section{
      gap: 32px;
    }.secondary-tile .page-proof{
      padding-left: 24px;
    }
  }
.secondary-tile{
  background: #e7e9ec;
  color: #14171a;
}
.404{
    background: #14171a;
    color: #e7e9ec;
    padding: 96px 24px 104px;
  }
.404 .text-unit{
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
    gap: 56px;
    align-items: start;
  }
.404 .featured-track{
    border-top: 1px solid #333941;
    padding-top: 18px;
  }
.404 .focused-intro{
    display: block;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #e8a13a;
    margin-bottom: 14px;
  }
.404 .soft-brand{
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #c9cdd3;
    word-break: break-word;
  }
.404 .soft-brand .content-lead{
    color: #7dff5e;
    padding: 0 2px;
  }
.404 .soft-brand em{
    font-style: normal;
    color: #e7e9ec;
    border-bottom: 1px dashed #7dff5e;
  }
.404 .open-plan{
    max-width: 620px;
  }
.404 h1{
    margin: 0 0 22px;
    font-size: clamp(1.9rem, 3.2vw, 2.7rem);
    line-height: 1.14;
    letter-spacing: -0.01em;
    font-weight: 800;
  }
.404 .steady-list{
    margin: 0 0 18px;
    font-size: 1.06rem;
    line-height: 1.62;
    color: #c9cdd3;
  }
.404 .local-brand{
    margin: 0 0 34px;
    font-size: 0.98rem;
    line-height: 1.6;
    color: #c9cdd3;
    padding-left: 16px;
    border-left: 2px solid #7dff5e;
  }
.404 .site-content{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }
.404 .go,
  .404 .simple-surface{
    display: inline-block;
    padding: 13px 24px;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.01em;
    transition: background-color 0.18s ease, color 0.18s ease;
  }
.404 .go{
    background: #e8a13a;
    color: #14171a;
  }
.404 .go:hover{
    background: #f2b355;
  }
.404 .simple-surface{
    background: transparent;
    color: #e7e9ec;
    border: 1px solid #333941;
  }
.404 .simple-surface:hover{
    border-color: #7dff5e;
    color: #7dff5e;
  }
@media (max-width: 720px) {.404{
      padding: 64px 20px 72px;
    }.404 .text-unit{
      grid-template-columns: 1fr;
      gap: 32px;
    }.404 .site-content{
      flex-direction: column;
      align-items: stretch;
    }.404 .go,
    .404 .simple-surface{
      text-align: center;
    }
  }
.404{
  background: #e7e9ec;
  color: #14171a;
}
