/* --------------------------------------------------------------------------
   5.3 Premium clean system
   -------------------------------------------------------------------------- */

:root {
  --sg-clean-navy: #07162b;
  --sg-clean-ink: #101b2a;
  --sg-clean-muted: #68717c;
  --sg-clean-line: #dfe3e7;
  --sg-clean-paper: #f7f7f5;
  --sg-clean-ivory: #f3f0e9;
}

body {
  background: #fff;
}

.sg-container {
  width: min(100% - 64px, 1240px);
}

.sg-utility {
  height: 30px;
  color: rgba(255, 255, 255, 0.66);
  background: #030a13;
}

.sg-utility__inner {
  min-height: 30px;
}

.sg-utility__notice,
.sg-utility__links {
  font-size: 10px;
  letter-spacing: 0.08em;
}

.sg-header {
  top: 30px;
  height: 88px;
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.admin-bar .sg-header {
  top: 62px;
}

.sg-header__inner {
  grid-template-columns: minmax(240px, 1fr) auto minmax(170px, 0.72fr);
  gap: 34px;
}

.sg-brand {
  gap: 13px;
}

.sg-brand__mark {
  width: 43px;
  height: 40px;
  border: 0;
  background: transparent;
}

.sg-brand__mark::after {
  display: none;
}

.sg-brand__mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: filter 180ms ease;
}

.sg-header:not(.is-sticky) .sg-brand__mark img,
.sg-mobile-panel .sg-brand__mark img,
.sg-clean-footer .sg-brand__mark img {
  filter: brightness(0) invert(1);
}

.sg-header.is-sticky .sg-brand__mark img {
  filter: none;
}

.sg-brand__name {
  font-size: 19px;
  font-weight: 680;
  letter-spacing: -0.035em;
}

.sg-brand__sub {
  margin-top: 4px;
  font-size: 8px;
  letter-spacing: 0.17em;
}

.sg-nav ul {
  gap: clamp(23px, 2.4vw, 38px);
}

.sg-nav a,
.sg-nav button {
  font-size: 14px;
  font-weight: 650;
}

.sg-header__consult {
  min-height: 44px;
  padding-inline: 20px;
}

.sg-mega-menu {
  top: calc(30px + 88px);
}

.admin-bar .sg-mega-menu {
  top: calc(62px + 88px);
}

.sg-header.is-sticky + .sg-mega-menu {
  top: 88px;
}

.admin-bar .sg-header.is-sticky + .sg-mega-menu {
  top: calc(32px + 88px);
}

.sg-clean-kicker {
  margin: 0 0 20px;
  color: #ad9568;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.2em;
}

.sg-clean-hero {
  position: relative;
  display: flex;
  min-height: min(900px, 100vh);
  overflow: hidden;
  align-items: stretch;
  color: #fff;
  background: var(--sg-clean-navy);
}

.sg-clean-hero__media,
.sg-clean-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sg-clean-hero__media {
  object-fit: cover;
  object-position: center 44%;
  transform: scale(1.015);
}

.sg-clean-hero__shade {
  background:
    linear-gradient(90deg, rgba(3, 10, 19, 0.92) 0%, rgba(3, 10, 19, 0.75) 42%, rgba(3, 10, 19, 0.2) 76%, rgba(3, 10, 19, 0.3) 100%),
    linear-gradient(0deg, rgba(3, 10, 19, 0.66) 0%, transparent 48%);
}

.sg-clean-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  padding-top: 210px;
  padding-bottom: 108px;
  align-items: center;
}

.sg-clean-hero__content {
  max-width: 850px;
}

.sg-clean-hero h1 {
  margin: 0;
  font-size: clamp(54px, 6vw, 82px);
  font-weight: 520;
  line-height: 1.12;
  letter-spacing: -0.065em;
  word-break: keep-all;
}

.sg-clean-hero__content > p:not(.sg-clean-kicker) {
  max-width: 700px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.85;
  word-break: keep-all;
}

.sg-clean-actions {
  display: flex;
  margin-top: 44px;
  flex-wrap: wrap;
  gap: 10px;
}

.sg-clean-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 25px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 720;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.sg-clean-button--light {
  color: var(--sg-clean-navy);
  background: #fff;
}

.sg-clean-button--light:hover {
  background: #e9e5dc;
}

.sg-clean-button--line {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.04);
}

.sg-clean-button--line:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.sg-clean-hero__scroll {
  position: absolute;
  z-index: 2;
  right: 42px;
  bottom: 42px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.sg-clean-hero__scroll span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
}

.sg-clean-section {
  padding: clamp(92px, 10vw, 144px) 0;
}

.sg-clean-section-head {
  display: grid;
  margin-bottom: clamp(45px, 6vw, 76px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
  align-items: end;
  gap: 60px;
}

.sg-clean-section-head h2,
.sg-clean-lead h2,
.sg-clean-team h2,
.sg-clean-process h2,
.sg-clean-cta h2,
.sg-clean-article > header h2 {
  margin: 0;
  color: var(--sg-clean-ink);
  font-size: clamp(40px, 4.4vw, 62px);
  font-weight: 520;
  line-height: 1.16;
  letter-spacing: -0.06em;
  word-break: keep-all;
}

.sg-clean-section-head > p {
  margin: 0;
  color: var(--sg-clean-muted);
  line-height: 1.8;
  word-break: keep-all;
}

.sg-clean-practices {
  background: #fff;
}

.sg-clean-practice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--sg-clean-line);
  border-left: 1px solid var(--sg-clean-line);
}

.sg-clean-practice-card {
  min-width: 0;
  color: var(--sg-clean-ink);
  border-right: 1px solid var(--sg-clean-line);
  border-bottom: 1px solid var(--sg-clean-line);
  background: #fff;
  transition: background-color 200ms ease;
}

.sg-clean-practice-card:hover {
  background: var(--sg-clean-paper);
}

.sg-clean-practice-card figure {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: var(--sg-clean-navy);
}

.sg-clean-practice-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.03);
  transition: transform 420ms ease, filter 250ms ease;
}

.sg-clean-practice-card:hover img {
  filter: saturate(1) contrast(1.03);
  transform: scale(1.025);
}

.sg-clean-practice-card > div {
  display: flex;
  min-height: 255px;
  padding: 28px 27px 30px;
  flex-direction: column;
}

.sg-clean-practice-card > div > span {
  overflow: hidden;
  color: #9a8358;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.11em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sg-clean-practice-card h3 {
  margin: 14px 0 12px;
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 620;
  letter-spacing: -0.045em;
}

.sg-clean-practice-card p {
  margin: 0 0 24px;
  color: var(--sg-clean-muted);
  font-size: 13px;
  line-height: 1.75;
  word-break: keep-all;
}

.sg-clean-practice-card b {
  margin-top: auto;
  font-size: 12px;
  font-weight: 720;
}

.sg-clean-practice-card b span {
  margin-left: 6px;
  color: #9a8358;
}

.sg-clean-lead {
  display: grid;
  min-height: 820px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  background: var(--sg-clean-paper);
}

.sg-clean-lead__visual {
  position: relative;
  min-height: 720px;
  margin: 0;
  overflow: hidden;
  background: #e9ebec;
}

.sg-clean-lead__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
}

.sg-clean-lead__visual figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 54px 48px 38px;
  color: #fff;
  background: linear-gradient(0deg, rgba(3, 10, 19, 0.84), transparent);
}

.sg-clean-lead__visual figcaption span,
.sg-clean-lead__visual figcaption strong {
  display: block;
}

.sg-clean-lead__visual figcaption span {
  margin-bottom: 7px;
  font-size: 9px;
  letter-spacing: 0.18em;
}

.sg-clean-lead__visual figcaption strong {
  font-size: 21px;
  font-weight: 640;
}

.sg-clean-lead__content {
  display: flex;
  max-width: 640px;
  padding: clamp(70px, 8vw, 120px);
  justify-content: center;
  flex-direction: column;
}

.sg-clean-lead__intro {
  margin: 31px 0 42px;
  color: var(--sg-clean-muted);
  font-size: 16px;
  line-height: 1.9;
  word-break: keep-all;
}

.sg-clean-lead ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--sg-clean-line);
}

.sg-clean-lead li {
  display: grid;
  padding: 20px 0;
  border-bottom: 1px solid var(--sg-clean-line);
  grid-template-columns: 48px 1fr;
  gap: 10px;
}

.sg-clean-lead li > span {
  padding-top: 3px;
  color: #9a8358;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.1em;
}

.sg-clean-lead li strong {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}

.sg-clean-lead li p {
  margin: 0;
  color: var(--sg-clean-muted);
  font-size: 13px;
}

.sg-clean-lead__career {
  margin: 25px 0 19px;
  color: var(--sg-clean-ink);
  font-size: 13px;
  font-weight: 650;
}

.sg-clean-text-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding-bottom: 7px;
  color: var(--sg-clean-ink);
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 720;
}

.sg-clean-text-link span {
  color: #9a8358;
}

.sg-clean-team {
  color: #fff;
  background: var(--sg-clean-navy);
}

.sg-clean-team__layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.76fr) minmax(0, 1.24fr);
  align-items: center;
  gap: clamp(56px, 8vw, 120px);
}

.sg-clean-team h2 {
  color: #fff;
}

.sg-clean-team__content > p:not(.sg-clean-kicker) {
  margin: 29px 0 37px;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.9;
  word-break: keep-all;
}

.sg-clean-text-link--light {
  color: #fff;
}

.sg-clean-team figure {
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  background: #e9ebec;
}

.sg-clean-team img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sg-clean-insights {
  background: #fff;
}

.sg-clean-insights .sg-clean-section-head {
  grid-template-columns: 1fr auto;
}

.sg-clean-insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--sg-clean-line);
  border-left: 1px solid var(--sg-clean-line);
}

.sg-clean-insight-card {
  color: var(--sg-clean-ink);
  border-right: 1px solid var(--sg-clean-line);
  border-bottom: 1px solid var(--sg-clean-line);
  background: #fff;
}

.sg-clean-insight-card figure {
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  background: var(--sg-clean-paper);
}

.sg-clean-insight-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease;
}

.sg-clean-insight-card:hover img {
  transform: scale(1.025);
}

.sg-clean-insight-card > div {
  display: flex;
  min-height: 255px;
  padding: 29px 30px 31px;
  flex-direction: column;
}

.sg-clean-insight-card > div > span {
  color: #9a8358;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.sg-clean-insight-card h3 {
  margin: 15px 0 12px;
  font-size: 23px;
  font-weight: 620;
  line-height: 1.4;
  letter-spacing: -0.04em;
  word-break: keep-all;
}

.sg-clean-insight-card p {
  display: -webkit-box;
  margin: 0 0 22px;
  overflow: hidden;
  color: var(--sg-clean-muted);
  font-size: 13px;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.sg-clean-insight-card b {
  margin-top: auto;
  font-size: 12px;
}

.sg-clean-process {
  padding: 100px 0;
  background: var(--sg-clean-ivory);
}

.sg-clean-process header {
  display: grid;
  margin-bottom: 48px;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: end;
}

.sg-clean-process header .sg-clean-kicker {
  margin: 0 0 7px;
}

.sg-clean-process ol {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  border-top: 1px solid rgba(16, 27, 42, 0.25);
  border-left: 1px solid rgba(16, 27, 42, 0.25);
}

.sg-clean-process li {
  min-height: 210px;
  padding: 31px;
  border-right: 1px solid rgba(16, 27, 42, 0.25);
  border-bottom: 1px solid rgba(16, 27, 42, 0.25);
}

.sg-clean-process li > span {
  display: block;
  margin-bottom: 38px;
  color: #9a8358;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.1em;
}

.sg-clean-process li strong {
  display: block;
  margin-bottom: 12px;
  font-size: 20px;
}

.sg-clean-process li p {
  margin: 0;
  color: var(--sg-clean-muted);
  font-size: 13px;
  line-height: 1.75;
  word-break: keep-all;
}

.sg-clean-cta {
  padding: clamp(72px, 8vw, 108px) 0;
  color: #fff;
  background: #0b1b30;
}

.sg-clean-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 70px;
}

.sg-clean-cta h2 {
  color: #fff;
  font-size: clamp(35px, 4vw, 54px);
}

.sg-clean-cta__inner > div > p:last-child {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.63);
}

.sg-clean-page-hero {
  position: relative;
  display: flex;
  min-height: 590px;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background-image: var(--sg-page-image);
  background-position: center;
  background-size: cover;
}

.sg-clean-page-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 10, 19, 0.94) 0%, rgba(3, 10, 19, 0.76) 46%, rgba(3, 10, 19, 0.3) 100%);
}

.sg-clean-page-hero__inner {
  position: relative;
  z-index: 2;
  padding-top: 180px;
  padding-bottom: 88px;
}

.sg-clean-page-hero .sg-breadcrumbs {
  margin-bottom: 42px;
}

.sg-clean-page-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(52px, 6vw, 80px);
  font-weight: 520;
  line-height: 1.12;
  letter-spacing: -0.065em;
  word-break: keep-all;
}

.sg-clean-page-hero__inner > p:not(.sg-clean-kicker) {
  max-width: 760px;
  margin: 28px 0 34px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.85;
  word-break: keep-all;
}

.sg-post-grid-section {
  padding: clamp(78px, 8vw, 112px) 0;
  background: #fff;
}

.sg-post-grid-section__head {
  margin-bottom: 48px;
}

.sg-post-grid-section__head h2 {
  font-size: clamp(38px, 4vw, 56px);
}

.sg-post-grid {
  gap: 0;
  border-top: 1px solid var(--sg-clean-line);
  border-left: 1px solid var(--sg-clean-line);
}

.sg-post-grid__card {
  border: 0;
  border-right: 1px solid var(--sg-clean-line);
  border-bottom: 1px solid var(--sg-clean-line);
  box-shadow: none;
}

.sg-post-grid__card:hover,
.sg-post-grid__card:focus-visible {
  border-color: var(--sg-clean-line);
  box-shadow: none;
  transform: none;
}

.sg-post-grid__visual span {
  display: none;
}

.sg-post-grid__body {
  min-height: 205px;
  padding: 23px 23px 26px;
}

.sg-post-grid__body h3 {
  font-size: 22px;
}

.sg-post-grid__body p {
  -webkit-line-clamp: 2;
}

.sg-clean-page-content {
  padding: clamp(80px, 10vw, 140px) 32px;
  background: var(--sg-clean-paper);
}

.sg-clean-article {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  color: var(--sg-clean-ink);
  background: transparent;
}

.sg-clean-article > header {
  margin-bottom: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--sg-clean-line);
}

.sg-clean-article > header > p:last-child {
  margin: 25px 0 0;
  color: var(--sg-clean-muted);
  font-size: 16px;
  line-height: 1.9;
  word-break: keep-all;
}

.sg-clean-article h2:not(:first-child) {
  margin-top: 60px;
}

.sg-single-post {
  padding-top: 112px;
}

.sg-single-article__header h1 {
  font-size: clamp(46px, 5.6vw, 72px);
}

.sg-mobile-actions {
  display: none;
}

.sg-clean-footer {
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
  background: #030a13;
}

.sg-clean-footer__practices {
  display: grid;
  padding-top: 54px;
  padding-bottom: 54px;
  grid-template-columns: 230px 1fr;
  gap: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.sg-clean-footer__practices span,
.sg-clean-footer__practices strong {
  display: block;
}

.sg-clean-footer__practices span {
  margin-bottom: 8px;
  color: #ad9568;
  font-size: 9px;
  letter-spacing: 0.17em;
}

.sg-clean-footer__practices strong {
  color: #fff;
  font-size: 18px;
}

.sg-clean-footer__practices nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px 25px;
}

.sg-clean-footer__practices nav a {
  font-size: 13px;
}

.sg-clean-footer__practices nav a:hover,
.sg-clean-footer__links a:hover {
  color: #fff;
}

.sg-clean-footer__main {
  display: grid;
  padding-top: 68px;
  padding-bottom: 68px;
  grid-template-columns: minmax(300px, 1fr) minmax(320px, 0.8fr);
  gap: 100px;
}

.sg-clean-footer__brand .sg-brand {
  color: #fff;
}

.sg-clean-footer__brand > p {
  max-width: 570px;
  margin: 28px 0 0;
  font-size: 12px;
  line-height: 1.8;
}

.sg-clean-footer__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}

.sg-clean-footer__links div {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.sg-clean-footer__links strong {
  margin-bottom: 7px;
  color: #fff;
  font-size: 13px;
}

.sg-clean-footer__links a {
  font-size: 12px;
}

.sg-clean-footer__bottom {
  display: flex;
  padding-top: 22px;
  padding-bottom: 28px;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 10px;
}

@media (max-width: 1120px) {
  .sg-header__inner {
    grid-template-columns: 1fr auto;
  }

  .sg-clean-practice-grid,
  .sg-post-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sg-clean-lead__content {
    padding: 68px;
  }
}

@media (max-width: 820px) {
  .sg-container {
    width: min(100% - 40px, 1240px);
  }

  .sg-clean-hero {
    min-height: 760px;
  }

  .sg-clean-hero__media {
    object-position: 68% center;
  }

  .sg-clean-hero__shade {
    background: linear-gradient(90deg, rgba(3, 10, 19, 0.92), rgba(3, 10, 19, 0.44));
  }

  .sg-clean-hero__inner {
    padding-top: 170px;
    padding-bottom: 90px;
  }

  .sg-clean-hero h1 {
    font-size: clamp(45px, 10vw, 66px);
  }

  .sg-clean-hero__scroll {
    display: none;
  }

  .sg-clean-section-head,
  .sg-clean-team__layout,
  .sg-clean-process header,
  .sg-clean-cta__inner,
  .sg-clean-footer__main,
  .sg-clean-footer__practices {
    grid-template-columns: 1fr;
  }

  .sg-clean-section-head {
    gap: 22px;
  }

  .sg-clean-practice-grid,
  .sg-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sg-clean-practice-card > div {
    min-height: 225px;
  }

  .sg-clean-lead {
    grid-template-columns: 1fr;
  }

  .sg-clean-lead__visual {
    min-height: 720px;
  }

  .sg-clean-lead__content {
    max-width: none;
    padding: 72px 40px;
  }

  .sg-clean-team__layout {
    gap: 50px;
  }

  .sg-clean-team figure {
    order: -1;
  }

  .sg-clean-insight-grid,
  .sg-clean-process ol {
    grid-template-columns: 1fr;
  }

  .sg-clean-insights .sg-clean-section-head {
    grid-template-columns: 1fr auto;
  }

  .sg-clean-process header {
    gap: 18px;
  }

  .sg-clean-footer__practices {
    gap: 28px;
  }

  .sg-clean-footer__practices nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .sg-mobile-actions {
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    padding: 8px;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    background: rgba(3, 10, 19, 0.94);
    backdrop-filter: blur(12px);
  }

  .sg-mobile-actions a {
    width: 100%;
    height: 48px;
    border-radius: 2px;
  }
}

@media (max-width: 560px) {
  .sg-container {
    width: min(100% - 30px, 1240px);
  }

  .sg-utility__links a:not(:last-child) {
    display: none;
  }

  .sg-brand__mark {
    width: 37px;
    height: 35px;
  }

  .sg-brand__name {
    font-size: 16px;
  }

  .sg-clean-hero {
    min-height: 700px;
  }

  .sg-clean-hero h1 {
    font-size: clamp(39px, 12vw, 54px);
  }

  .sg-clean-hero__content > p:not(.sg-clean-kicker) {
    font-size: 15px;
    line-height: 1.75;
  }

  .sg-clean-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .sg-clean-button {
    width: 100%;
  }

  .sg-clean-section {
    padding: 78px 0;
  }

  .sg-clean-section-head h2,
  .sg-clean-lead h2,
  .sg-clean-team h2,
  .sg-clean-process h2,
  .sg-clean-article > header h2 {
    font-size: 38px;
  }

  .sg-clean-practice-grid,
  .sg-post-grid {
    grid-template-columns: 1fr;
  }

  .sg-clean-practice-card > div {
    min-height: 210px;
  }

  .sg-clean-lead__visual {
    min-height: 560px;
  }

  .sg-clean-lead__content {
    padding: 66px 24px;
  }

  .sg-clean-team__layout {
    gap: 40px;
  }

  .sg-clean-insights .sg-clean-section-head {
    grid-template-columns: 1fr;
  }

  .sg-clean-page-hero {
    min-height: 540px;
  }

  .sg-clean-page-hero__inner {
    padding-top: 155px;
    padding-bottom: 64px;
  }

  .sg-clean-page-hero h1 {
    font-size: 46px;
  }

  .sg-clean-page-content {
    padding-inline: 20px;
  }

  .sg-clean-footer__practices nav,
  .sg-clean-footer__links {
    grid-template-columns: 1fr;
  }

  .sg-clean-footer__bottom {
    flex-direction: column;
    gap: 8px;
  }
}

/* --------------------------------------------------------------------------
   5.4 Mobile density system
   Keep reading copy comfortable while turning repeatable cards into compact
   two- and three-column modules on phones.
   -------------------------------------------------------------------------- */

@media (max-width: 760px) {
  .sg-container {
    width: min(100% - 24px, 1240px);
  }

  .sg-clean-section {
    padding: 58px 0;
  }

  .sg-clean-kicker {
    margin-bottom: 12px;
    font-size: 9px;
    letter-spacing: 0.16em;
  }

  .sg-clean-section-head {
    margin-bottom: 30px;
    gap: 14px;
  }

  .sg-clean-section-head h2,
  .sg-clean-lead h2,
  .sg-clean-team h2,
  .sg-clean-process h2,
  .sg-clean-article > header h2 {
    font-size: clamp(29px, 8.7vw, 36px);
    line-height: 1.18;
  }

  .sg-clean-section-head > p {
    font-size: 13px;
    line-height: 1.7;
  }

  .sg-clean-hero {
    min-height: 620px;
  }

  .sg-clean-hero__inner {
    padding-top: 138px;
    padding-bottom: 54px;
  }

  .sg-clean-hero h1 {
    font-size: clamp(38px, 10.8vw, 48px);
    line-height: 1.14;
  }

  .sg-clean-hero__content > p:not(.sg-clean-kicker) {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.68;
  }

  .sg-clean-actions {
    display: grid;
    width: 100%;
    margin-top: 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .sg-clean-button {
    width: auto;
    min-height: 47px;
    padding: 11px 8px;
    font-size: 12px;
  }

  .sg-clean-practice-grid,
  .sg-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sg-clean-practice-card figure {
    aspect-ratio: 1.18 / 1;
  }

  .sg-clean-practice-card > div {
    min-height: 176px;
    padding: 15px 13px 17px;
  }

  .sg-clean-practice-card > div > span {
    font-size: 7px;
    letter-spacing: 0.07em;
  }

  .sg-clean-practice-card h3 {
    margin: 9px 0 7px;
    font-size: clamp(17px, 4.8vw, 20px);
    line-height: 1.25;
  }

  .sg-clean-practice-card p {
    display: -webkit-box;
    margin-bottom: 13px;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .sg-clean-practice-card b {
    font-size: 10px;
  }

  .sg-clean-practice-card:last-child:nth-child(odd) {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 42% minmax(0, 1fr);
  }

  .sg-clean-practice-card:last-child:nth-child(odd) figure {
    height: 100%;
    min-height: 188px;
    aspect-ratio: auto;
  }

  .sg-clean-practice-card:last-child:nth-child(odd) > div {
    min-height: 188px;
  }

  .sg-clean-lead {
    min-height: auto;
  }

  .sg-clean-lead__visual {
    min-height: 390px;
  }

  .sg-clean-lead__visual figcaption {
    padding: 44px 20px 22px;
  }

  .sg-clean-lead__content {
    padding: 50px 18px 56px;
  }

  .sg-clean-lead__intro {
    margin: 22px 0 28px;
    font-size: 14px;
    line-height: 1.75;
  }

  .sg-clean-lead ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-left: 1px solid var(--sg-clean-line);
  }

  .sg-clean-lead li {
    display: block;
    min-width: 0;
    min-height: 158px;
    padding: 15px 9px;
    border-right: 1px solid var(--sg-clean-line);
  }

  .sg-clean-lead li > span {
    display: block;
    margin-bottom: 12px;
  }

  .sg-clean-lead li strong {
    font-size: 12px;
    line-height: 1.45;
  }

  .sg-clean-lead li p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 10px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .sg-clean-team__layout {
    gap: 30px;
  }

  .sg-clean-team figure {
    aspect-ratio: 5 / 4;
  }

  .sg-clean-team img {
    object-position: center 18%;
  }

  .sg-clean-team__content > p:not(.sg-clean-kicker) {
    margin: 20px 0 26px;
    font-size: 13px;
    line-height: 1.7;
  }

  .sg-clean-insights .sg-clean-section-head {
    grid-template-columns: 1fr auto;
  }

  .sg-clean-insight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sg-clean-insight-card figure {
    aspect-ratio: 1 / 1;
  }

  .sg-clean-insight-card > div {
    min-height: 176px;
    padding: 15px 13px 17px;
  }

  .sg-clean-insight-card h3 {
    margin: 9px 0 7px;
    font-size: 16px;
    line-height: 1.38;
  }

  .sg-clean-insight-card p {
    margin-bottom: 13px;
    font-size: 11px;
    line-height: 1.55;
    -webkit-line-clamp: 2;
  }

  .sg-clean-insight-card b,
  .sg-clean-insight-card > div > span {
    font-size: 9px;
  }

  .sg-clean-insight-card:last-child:nth-child(odd) {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 42% minmax(0, 1fr);
  }

  .sg-clean-insight-card:last-child:nth-child(odd) figure {
    height: 100%;
    aspect-ratio: auto;
  }

  .sg-clean-process {
    padding: 58px 0;
  }

  .sg-clean-process header {
    margin-bottom: 28px;
  }

  .sg-clean-process ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sg-clean-process li {
    min-width: 0;
    min-height: 190px;
    padding: 15px 10px;
  }

  .sg-clean-process li > span {
    margin-bottom: 24px;
  }

  .sg-clean-process li strong {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.35;
  }

  .sg-clean-process li p {
    font-size: 10.5px;
    line-height: 1.5;
  }

  .sg-clean-cta {
    padding: 58px 0;
  }

  .sg-clean-cta__inner {
    gap: 24px;
  }

  .sg-clean-cta .sg-clean-button {
    width: 100%;
  }

  .sg-clean-page-hero {
    min-height: 500px;
  }

  .sg-clean-page-hero__inner {
    padding-top: 132px;
    padding-bottom: 48px;
  }

  .sg-clean-page-hero .sg-breadcrumbs {
    margin-bottom: 25px;
  }

  .sg-clean-page-hero h1 {
    font-size: clamp(36px, 10vw, 44px);
  }

  .sg-clean-page-hero__inner > p:not(.sg-clean-kicker) {
    margin: 20px 0 25px;
    font-size: 14px;
    line-height: 1.7;
  }

  .sg-post-grid-section {
    padding: 58px 0;
  }

  .sg-post-grid-section__head {
    margin-bottom: 28px;
    gap: 14px;
  }

  .sg-post-grid-section__head h2 {
    font-size: 32px;
  }

  .sg-post-grid-section__head > p {
    font-size: 13px;
    line-height: 1.7;
  }

  .sg-post-grid__body {
    min-height: 178px;
    padding: 14px 12px 16px;
  }

  .sg-post-grid__body > span {
    font-size: 8px;
    letter-spacing: 0.07em;
  }

  .sg-post-grid__body h3 {
    margin: 8px 0 7px;
    font-size: 16px;
    line-height: 1.35;
  }

  .sg-post-grid__body p {
    margin-bottom: 12px;
    font-size: 10.5px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
  }

  .sg-post-grid__body b {
    font-size: 10px;
  }

  .sg-post-grid__item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .sg-post-grid__item:last-child:nth-child(odd) .sg-post-grid__card {
    display: grid;
    grid-template-columns: 42% minmax(0, 1fr);
  }

  .sg-post-grid__item:last-child:nth-child(odd) .sg-post-grid__visual {
    height: 100%;
    aspect-ratio: auto;
  }

  .sg-clean-page-content {
    padding: 58px 15px;
  }

  .sg-clean-article > header {
    margin-bottom: 38px;
    padding-bottom: 30px;
  }

  .sg-clean-article > header > p:last-child {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.75;
  }

  .sg-clean-article h2:not(:first-child) {
    margin-top: 46px;
  }

  .sg-answer-box {
    margin-bottom: 36px;
    padding: 24px 17px;
  }

  .sg-answer-box h2 {
    margin-bottom: 14px;
    font-size: 24px;
  }

  .sg-answer-box p {
    font-size: 14px;
    line-height: 1.72;
  }

  .sg-intent-note {
    margin: -12px 0 40px;
    padding: 14px 16px;
    font-size: 12px;
    line-height: 1.65;
  }

  .sg-editorial-section,
  .sg-topic-focus,
  .sg-evidence-section,
  .sg-process-section,
  .sg-brief-section,
  .sg-faq-block {
    margin: 46px 0;
  }

  .sg-editorial-section > h2,
  .sg-topic-focus > h2,
  .sg-evidence-section > h2,
  .sg-process-section > h2,
  .sg-brief-section > h2,
  .sg-faq-block > h2 {
    margin-bottom: 13px;
    font-size: 26px;
  }

  .sg-editorial-section > p,
  .sg-topic-focus > p,
  .sg-evidence-section > p,
  .sg-brief-section > p,
  .sg-section-deck {
    font-size: 14px;
    line-height: 1.75;
  }

  .sg-insight-grid,
  .sg-evidence-list,
  .sg-brief-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .sg-insight-grid {
    margin-top: 24px;
  }

  .sg-insight-grid article {
    min-height: 192px;
    padding: 16px 12px;
  }

  .sg-insight-grid article > span {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .sg-insight-grid h3 {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.4;
  }

  .sg-insight-grid p {
    font-size: 11px;
    line-height: 1.58;
  }

  .sg-insight-grid article:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    min-height: 150px;
  }

  .sg-evidence-list {
    margin-top: 24px !important;
  }

  .sg-evidence-list li {
    display: block;
    min-width: 0;
    min-height: 188px;
    margin-top: 0 !important;
    padding: 15px 12px;
  }

  .sg-evidence-list li > span {
    display: block;
    margin-bottom: 12px;
    font-size: 13px;
  }

  .sg-evidence-list strong {
    font-size: 14px;
    line-height: 1.45;
  }

  .sg-evidence-list p {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.55;
  }

  .sg-process-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px !important;
    border-left: 1px solid var(--sg-line);
  }

  .sg-process-list li {
    display: block;
    min-width: 0;
    min-height: 204px;
    margin-top: 0 !important;
    padding: 16px 12px;
    border-right: 1px solid var(--sg-line);
  }

  .sg-process-list li > span {
    display: block;
    margin-bottom: 16px;
    font-size: 16px;
  }

  .sg-process-list h3 {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.4;
  }

  .sg-process-list p {
    font-size: 11px;
    line-height: 1.58;
  }

  .sg-process-list .sg-process-list__note {
    grid-column: 1 / -1;
    min-height: auto;
  }

  .sg-caution-box {
    margin: 46px 0;
    padding: 22px 18px;
  }

  .sg-caution-box h2 {
    font-size: 19px;
  }

  .sg-caution-box p {
    font-size: 13px;
    line-height: 1.72;
  }

  .sg-brief-grid {
    margin-top: 24px;
  }

  .sg-brief-grid article {
    min-width: 0;
    min-height: 188px;
    padding: 16px 12px;
  }

  .sg-brief-grid article > span {
    margin-bottom: 17px;
    font-size: 12px;
  }

  .sg-brief-grid h3 {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.4;
  }

  .sg-brief-grid p {
    font-size: 11px;
    line-height: 1.58;
  }

  .sg-brief-grid article:last-child {
    grid-column: 1 / -1;
    min-height: 150px;
  }

  .sg-faq-list {
    margin-top: 22px;
  }

  .sg-faq-list summary {
    min-height: 72px;
    grid-template-columns: 34px minmax(0, 1fr) 20px;
    padding: 14px 2px;
    font-size: 13px;
  }

  .sg-faq-answer {
    padding: 0 8px 20px 36px;
  }

  .sg-faq-answer p {
    font-size: 13px;
    line-height: 1.7;
  }

  .sg-review-note {
    margin-top: 46px;
  }

  .sg-hub-directory {
    margin-top: 48px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .sg-hub-directory > p {
    margin-bottom: 18px;
  }

  .sg-hub-topic {
    min-width: 0;
    padding: 16px 12px;
  }

  .sg-hub-topic__number {
    margin-bottom: 12px;
    font-size: 10px;
  }

  .sg-hub-topic h3 {
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 1.38;
  }

  .sg-hub-topic p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .sg-hub-topic .sg-text-link {
    font-size: 10px;
  }

  .sg-hub-topic:last-child {
    grid-column: 1 / -1;
  }

  .sg-keyword-topics {
    margin-top: 46px;
    padding: 18px 14px;
  }

  .sg-keyword-topics h2 {
    font-size: 22px;
  }

  .sg-keyword-topics p {
    font-size: 13px;
  }

  .sg-keyword-topics ul {
    margin-top: 17px;
    gap: 6px;
  }

  .sg-keyword-topics li,
  .sg-keyword-topics li + li {
    padding: 7px 9px;
    font-size: 11px;
  }

  .sg-single-post {
    padding: 48px 0 72px;
  }

  .sg-single-article__header {
    margin-bottom: 32px;
  }

  .sg-single-article__header h1 {
    font-size: clamp(32px, 9.5vw, 40px);
  }

  .sg-single-article__meta {
    margin-top: 15px;
  }

  .sg-single-article__featured {
    margin-bottom: 42px;
  }

  .sg-single-article__content h2 {
    margin-top: 48px;
    font-size: 28px;
  }

  .sg-single-article__content h3 {
    margin-top: 34px;
    font-size: 21px;
  }

  .sg-clean-footer__practices {
    padding-top: 42px;
    padding-bottom: 42px;
    gap: 24px;
  }

  .sg-clean-footer__practices nav,
  .sg-clean-footer__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sg-clean-footer__practices nav {
    gap: 11px 18px;
  }

  .sg-clean-footer__main {
    padding-top: 48px;
    padding-bottom: 48px;
    gap: 38px;
  }

  .sg-clean-footer__links {
    gap: 28px 20px;
  }

  .sg-clean-footer__bottom {
    padding-bottom: 94px;
  }
}

@media (max-width: 360px) {
  .sg-clean-practice-card > div,
  .sg-clean-insight-card > div,
  .sg-post-grid__body {
    padding-right: 10px;
    padding-left: 10px;
  }

  .sg-clean-practice-card h3,
  .sg-clean-insight-card h3,
  .sg-post-grid__body h3 {
    font-size: 15px;
  }

  .sg-clean-process li,
  .sg-insight-grid article,
  .sg-evidence-list li,
  .sg-process-list li,
  .sg-brief-grid article,
  .sg-hub-topic {
    padding-right: 9px;
    padding-left: 9px;
  }
}
