body.news-article-page {
  background: #fff;
  color: #080808;
}

body.news-article-page .article-shell {
  width: 100%;
  margin: 0 auto;
  padding: clamp(128px, 13vw, 176px) 0 0;
}

body.news-article-page .article-shell > article {
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 clamp(72px, 8vw, 110px);
}

body.news-article-page .article-kicker {
  margin: 0 0 18px;
  color: rgba(0, 0, 0, .44);
  font-size: 12px;
  line-height: 1;
  font-weight: 820;
  letter-spacing: .26em;
  text-transform: uppercase;
}

body.news-article-page .article-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 22px;
  color: rgba(0, 0, 0, .42);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 760;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.news-article-page .article-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

body.news-article-page .article-breadcrumbs a:hover {
  color: #080808;
}

body.news-article-page .article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  margin: 22px 0 0;
  color: rgba(0, 0, 0, .48);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 760;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.news-article-page .article-meta span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

body.news-article-page .article-meta time {
  color: rgba(0, 0, 0, .62);
}

body.news-article-page .article-title {
  max-width: 960px;
  margin: 0;
  color: #080808;
  font-size: clamp(42px, 6vw, 86px);
  line-height: .95;
  font-weight: 900;
  letter-spacing: -.06em;
  text-wrap: balance;
}

body.news-article-page .article-lead {
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(0, 0, 0, .62);
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.34;
  text-wrap: balance;
}

body.news-article-page .article-media {
  overflow: hidden;
  margin: clamp(34px, 5vw, 58px) 0;
  border-radius: clamp(22px, 3vw, 34px);
  background: #f3f3f3;
  aspect-ratio: 16 / 9;
}

body.news-article-page .article-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.news-article-page .article-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: clamp(32px, 6vw, 72px);
  align-items: start;
}

body.news-article-page .article-body {
  display: grid;
  gap: 24px;
}

body.news-article-page .article-body h2 {
  margin: 18px 0 0;
  color: #080808;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.02;
  font-weight: 860;
  letter-spacing: -.04em;
}

body.news-article-page .article-body p,
body.news-article-page .article-body li {
  color: rgba(0, 0, 0, .66);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.62;
}

body.news-article-page .article-body p {
  margin: 0;
}

body.news-article-page .article-body ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
}

body.news-article-page .article-aside {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, .09);
  border-radius: 22px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .04);
}

body.news-article-page .article-aside__label {
  margin: 0 0 6px;
  color: rgba(0, 0, 0, .42);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: .18em;
  text-transform: uppercase;
}

body.news-article-page .article-aside a {
  color: #080808;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 760;
  text-decoration: none;
}

body.news-article-page .article-aside a:hover {
  text-decoration: underline;
}

body.news-article-page .article-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 46px;
  margin-top: 42px;
  padding: 0 20px;
  border: 1px solid rgba(0, 0, 0, .18);
  border-radius: 999px;
  color: #080808;
  font-size: 13px;
  font-weight: 820;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

body.news-article-page .article-footer {
  padding: 32px 24px;
  background: #080808;
  color: #fff;
  text-align: center;
}

body.news-article-page .article-footer a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 760px) {
  body.news-article-page .article-shell {
    width: 100%;
    padding-top: 108px;
  }

  body.news-article-page .article-shell > article {
    width: calc(100% - 32px);
  }

  body.news-article-page .article-title {
    font-size: clamp(38px, 13vw, 58px);
  }

  body.news-article-page .article-grid {
    grid-template-columns: 1fr;
  }

  body.news-article-page .article-aside {
    position: static;
  }
}


body.news-article-page #siteNav,
body.news-article-page #siteNav .link,
body.news-article-page #siteNav .nav-services-menu__trigger,
body.news-article-page #siteNav .lang__trigger,
body.news-article-page #siteNav .burger,
body.news-article-page #siteNav .nav-services-menu__chevron path {
  color: #050505 !important;
  opacity: 1 !important;
  stroke: currentColor !important;
}

body.news-article-page #siteNav .nav-estimate {
  display: none !important;
}

body.news-article-page #siteNav .brand__mark--logo::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: -1px !important;
  z-index: 1 !important;
  background-image: url("../assets/brand/besson-monogram-nav.gif?v=20260612a") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 168% auto !important;
  filter: grayscale(1) contrast(1.16) !important;
  opacity: .92 !important;
  pointer-events: none !important;
}

body.news-article-page #siteNav .brand__mark-video,
body.news-article-page #siteNav .brand__mark-fallback {
  filter: invert(1) contrast(1.12) !important;
  opacity: 1 !important;
}

body.news-article-page .news-contact {
  background: #050505;
  color: #fff;
  display: grid;
  grid-template-columns: minmax(280px, .86fr) minmax(420px, 560px);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  padding: clamp(64px, 8vw, 110px) max(24px, calc((100vw - 1180px) / 2));
}

body.news-article-page .news-contact__copy {
  width: min(480px, 100%);
  margin: 0 0 0 auto;
  text-align: left;
}

body.news-article-page .news-contact__kicker {
  margin: 0 0 14px;
  color: rgba(255,255,255,.48);
  font-size: 11px;
  line-height: 1;
  font-weight: 760;
  letter-spacing: .28em;
  text-transform: uppercase;
}

body.news-article-page .news-contact__title {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 5vw, 72px);
  line-height: .98;
  font-weight: 900;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

body.news-article-page .news-contact__lead {
  max-width: 640px;
  margin: 16px auto 0;
  color: rgba(255,255,255,.66);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.45;
}

body.news-article-page .news-contact #contact.contact {
  width: 100%;
  padding: 0;
  min-height: auto;
  background: transparent;
}

body.news-article-page .news-contact #contact .contact__head {
  display: none;
}

body.news-article-page .news-contact #contact .contact__inner {
  width: min(560px, 100%);
  margin: 0 auto 0 0;
}

body.news-article-page .news-contact #contact .msf__card {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .04);
  box-shadow: 0 28px 86px rgba(0, 0, 0, .34);
}

body.news-article-page .news-contact #contact .msf__close {
  display: none !important;
}

body.news-article-page .article-more-news,
body.news-article-page .article-related-services {
  background: #fff;
  color: #080808;
  padding: clamp(70px, 8vw, 118px) 0;
}

body.news-article-page .article-more-news {
  border-bottom: 1px solid rgba(0, 0, 0, .07);
}

body.news-article-page .article-related-services {
  padding-top: clamp(58px, 7vw, 96px);
}

body.news-article-page .article-section__inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

body.news-article-page .article-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 clamp(24px, 3.2vw, 42px);
}

body.news-article-page .article-section__kicker {
  margin: 0 0 10px;
  color: rgba(0, 0, 0, .42);
  font-size: 11px;
  line-height: 1;
  font-weight: 820;
  letter-spacing: .24em;
  text-transform: uppercase;
}

body.news-article-page .article-section__title {
  margin: 0;
  color: #080808;
  font-size: clamp(34px, 4.8vw, 72px);
  line-height: .96;
  font-weight: 900;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

body.news-article-page .article-section__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 999px;
  color: #080808;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

body.news-article-page .article-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.news-article-page .article-news-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 26px;
  color: inherit;
  background: rgba(255, 255, 255, .88);
  text-decoration: none;
  box-shadow: 0 18px 54px rgba(0, 0, 0, .045);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

body.news-article-page .article-news-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 0, 0, .18);
  box-shadow: 0 24px 64px rgba(0, 0, 0, .08);
}

body.news-article-page .article-news-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #eee;
}

body.news-article-page .article-news-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.16) contrast(1.04);
  transition: transform .35s ease, filter .35s ease;
}

body.news-article-page .article-news-card:hover img {
  transform: scale(1.035);
  filter: grayscale(0) contrast(1.04);
}

body.news-article-page .article-news-card__body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

body.news-article-page .article-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  color: rgba(0, 0, 0, .42);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.news-article-page .article-news-card__title {
  color: #080808;
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.04;
  font-weight: 860;
  letter-spacing: -.035em;
}

body.news-article-page .article-news-card__text {
  color: rgba(0, 0, 0, .58);
  font-size: 14px;
  line-height: 1.45;
}

body.news-article-page .article-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

body.news-article-page .article-service-link {
  min-height: 92px;
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 22px;
  color: #080808;
  background: #f7f7f7;
  font-size: 15px;
  font-weight: 820;
  line-height: 1.14;
  letter-spacing: -.02em;
  text-decoration: none;
  transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}

body.news-article-page .article-service-link:hover {
  transform: translateY(-3px);
  border-color: #080808;
  background: #080808;
  color: #fff;
}

body.news-article-page .article-faq {
  width: 100%;
  margin: 0;
}

body.news-article-page .article-footer {
  display: none;
}

@media (max-width: 900px) {
  body.news-article-page .news-contact {
    grid-template-columns: 1fr;
    padding: 58px 18px;
  }

  body.news-article-page .news-contact__copy,
  body.news-article-page .news-contact #contact .contact__inner {
    width: min(620px, 100%);
    margin-inline: auto;
    text-align: center;
  }

  body.news-article-page .article-news-grid,
  body.news-article-page .article-services-grid {
    grid-template-columns: 1fr;
  }

  body.news-article-page .article-section__head {
    display: grid;
    align-items: start;
    gap: 18px;
  }

  body.news-article-page .article-section__title {
    max-width: min(100%, 11ch);
    font-size: clamp(32px, 10.4vw, 46px);
    line-height: .98;
    letter-spacing: -.035em;
    text-wrap: balance;
  }

  body.news-article-page .article-section__link {
    width: min(100%, 360px);
    min-height: 44px;
  }
}
