:root {
  --site-v2-ink: #050607;
  --site-v2-charcoal: #111419;
  --site-v2-paper: #f2efe8;
  --site-v2-paper-cool: #e6e9e8;
  --site-v2-cobalt: #075dff;
  --site-v2-cobalt-dark: #0039aa;
  --site-v2-signal: #8cff29;
  --site-v2-line-dark: rgba(255, 255, 255, 0.18);
  --site-v2-line-light: rgba(5, 6, 7, 0.2);
  --site-v2-gutter: clamp(20px, 4.45vw, 68px);
}

body[data-page-family] {
  min-width: 320px;
  overflow-x: clip;
  background: var(--site-v2-paper);
  color: var(--site-v2-ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body[data-page-family]::before {
  display: none;
}

body[data-page-family] > main {
  display: block;
  overflow: clip;
}

body[data-page-family] :where(h1, h2, h3, p, ul, ol, figure) {
  margin: 0;
}

body[data-page-family] :where(ul, ol) {
  padding: 0;
}

body[data-page-family] img {
  display: block;
  max-width: 100%;
}

body[data-page-family] :focus-visible {
  outline: 3px solid var(--site-v2-signal);
  outline-offset: 4px;
}

body[data-page-family] .site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(5, 6, 7, 0.88);
  backdrop-filter: blur(16px);
}

body[data-page-family] .nav {
  width: min(100%, 1600px);
  max-width: none;
  min-height: 82px;
  margin-inline: auto;
  padding: 0 var(--site-v2-gutter);
}

body[data-page-family] .brand {
  gap: 11px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.09em;
  line-height: 1.05;
}

body[data-page-family] .brand img {
  width: 29px;
  height: 29px;
  border-radius: 0;
}

body[data-page-family] .nav-menu {
  gap: clamp(14px, 1.55vw, 28px);
}

body[data-page-family] .nav-menu a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body[data-page-family] .nav-menu a:hover {
  color: #fff;
}

body[data-page-family] .nav-menu .nav-assessment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 0;
  color: #fff;
  background: transparent;
  line-height: 1;
  white-space: nowrap;
}

body[data-page-family] .nav-menu .nav-assessment:hover {
  border-color: var(--site-v2-signal);
  color: var(--site-v2-ink);
  background: var(--site-v2-signal);
}

body[data-page-family] .eyebrow {
  color: var(--site-v2-cobalt);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-transform: uppercase;
}

body[data-page-family] .button {
  min-height: 52px;
  padding: 0 21px;
  border: 1px solid var(--site-v2-cobalt);
  border-radius: 0;
  color: #fff;
  background: var(--site-v2-cobalt);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease,
    border-color 180ms ease, color 180ms ease;
}

body[data-page-family] .button:hover {
  transform: translateY(-3px);
}

body[data-page-family] .button.secondary,
body[data-page-family] .button.ghost {
  color: var(--site-v2-ink);
  background: transparent;
  border-color: var(--site-v2-line-light);
}

body[data-page-family] .footer {
  max-width: none;
  padding: 42px var(--site-v2-gutter);
  border-top: 1px solid var(--site-v2-line-dark);
  color: rgba(255, 255, 255, 0.62);
  background: var(--site-v2-ink);
  font-size: 12px;
}

body[data-page-family] .footer a,
body[data-page-family] .footer-legal-button {
  color: rgba(255, 255, 255, 0.74);
}

.site-v2-page-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 2px;
  transform: scaleX(var(--site-v2-progress, 0));
  transform-origin: 0 50%;
  background: var(--site-v2-cobalt);
  pointer-events: none;
}

.js-site-v2 [data-site-v2-reveal] {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: opacity 680ms cubic-bezier(0.2, 0.72, 0.2, 1),
    transform 680ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.js-site-v2 [data-site-v2-reveal].is-visible {
  opacity: 1;
  transform: none;
}

/* English homepage — control room composition, distinct from the approved RO hero. */
body[data-page-family="home"] {
  background: var(--site-v2-ink);
  color: #fff;
}

body[data-page-family="home"] .home-brand-hero {
  min-height: 100svh;
  max-width: none;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  align-items: end;
  gap: clamp(36px, 6vw, 96px);
  padding: clamp(132px, 17vh, 190px) var(--site-v2-gutter)
    clamp(56px, 8vh, 92px);
  border-bottom: 1px solid var(--site-v2-line-dark);
  background: var(--site-v2-ink);
}

body[data-page-family="home"] .home-brand-copy {
  max-width: 980px;
}

body[data-page-family="home"] .home-brand-hero .eyebrow,
body[data-page-family="home"] .home-command-status {
  color: var(--site-v2-signal);
}

body[data-page-family="home"] .home-brand-hero h1 {
  max-width: 1000px;
  margin-top: 20px;
  font-size: clamp(70px, 8.4vw, 136px);
  font-weight: 700;
  letter-spacing: -0.085em;
  line-height: 0.8;
  color: #fff;
}

body[data-page-family="home"] .home-brand-lead {
  max-width: 720px;
  margin-top: 42px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(19px, 1.8vw, 28px);
  font-weight: 600;
  line-height: 1.28;
}

body[data-page-family="home"] .home-brand-boundary {
  max-width: 660px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.58);
}

body[data-page-family="home"] .home-brand-hero .cta-row {
  margin-top: 32px;
}

body[data-page-family="home"] .home-brand-hero .button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.36);
}

body[data-page-family="home"] .home-command-panel {
  max-width: 560px;
  margin-bottom: 1vh;
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: #0d1015;
  box-shadow: 22px 22px 0 var(--site-v2-cobalt-dark);
}

body[data-page-family="home"] .home-command-panel :where(strong, h2, h3) {
  color: #fff;
}

body[data-page-family="home"] .home-command-panel :where(small, p) {
  color: rgba(255, 255, 255, 0.62);
}

body[data-page-family="home"] .home-command-status,
body[data-page-family="home"] .home-command-status span {
  color: var(--site-v2-signal);
}

body[data-page-family="home"] .home-command-brand img {
  width: 62px;
  height: 62px;
}

body[data-page-family="home"] .home-command-flow {
  margin-top: 30px;
  list-style: none;
}

body[data-page-family="home"] .home-command-flow li {
  min-height: 74px;
  border-top: 1px solid var(--site-v2-line-dark);
}

body[data-page-family="home"] .home-command-flow li:last-child {
  border-bottom: 1px solid var(--site-v2-line-dark);
}

body[data-page-family="home"] .home-outcomes {
  max-width: none;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 var(--site-v2-gutter);
  color: var(--site-v2-ink);
  background: var(--site-v2-paper);
}

body[data-page-family="home"] .home-outcomes article {
  min-height: 250px;
  padding: 44px clamp(22px, 3vw, 48px);
  border-right: 1px solid var(--site-v2-line-light);
}

body[data-page-family="home"] .home-routes,
body[data-page-family="home"] .home-projects,
body[data-page-family="home"] .home-trust,
body[data-page-family="home"] .home-closing {
  max-width: none;
  padding: clamp(96px, 11vw, 170px) var(--site-v2-gutter);
}

body[data-page-family="home"] .home-routes {
  color: var(--site-v2-ink);
  background: var(--site-v2-paper-cool);
}

body[data-page-family="home"] .home-section-head {
  max-width: 1120px;
}

body[data-page-family="home"] .home-section-head h2 {
  margin-top: 16px;
  font-size: clamp(48px, 6vw, 94px);
  letter-spacing: -0.07em;
  line-height: 0.94;
}

body[data-page-family="home"] .home-route-grid {
  margin-top: 76px;
  grid-template-columns: 1.35fr 0.65fr;
}

body[data-page-family="home"] .home-route-grid article {
  min-height: 520px;
  padding: clamp(34px, 4vw, 64px);
  border-radius: 0;
}

body[data-page-family="home"] .home-route-primary {
  color: #fff;
  background: var(--site-v2-cobalt);
}

body[data-page-family="home"] .home-route-primary h3,
body[data-page-family="home"] .home-route-secondary h3 {
  font-size: clamp(42px, 5vw, 78px);
  letter-spacing: -0.06em;
  line-height: 0.95;
}

body[data-page-family="home"] .home-projects {
  background: var(--site-v2-ink);
}

body[data-page-family="home"] .home-project-grid {
  margin-top: 70px;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 1px;
  background: var(--site-v2-line-dark);
}

body[data-page-family="home"] .home-project-grid article {
  padding: 0 0 38px;
  border: 0;
  border-radius: 0;
  background: var(--site-v2-ink);
}

body[data-page-family="home"] .home-project-grid article:first-child {
  grid-row: span 2;
}

body[data-page-family="home"] .home-project-preview {
  height: clamp(260px, 32vw, 520px);
  overflow: hidden;
}

body[data-page-family="home"] .home-project-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

body[data-page-family="home"] .home-project-grid article:hover img {
  transform: scale(1.035);
}

body[data-page-family="home"] .home-project-grid article > :not(figure) {
  margin-right: 34px;
  margin-left: 34px;
}

body[data-page-family="home"] .home-trust {
  color: var(--site-v2-ink);
  background: var(--site-v2-paper);
}

body[data-page-family="home"] .home-closing {
  color: #fff;
  background: var(--site-v2-cobalt-dark);
}

/* Commercial services — offer architecture rather than a card catalogue. */
body[data-page-family="commercial"] .services-hero {
  min-height: 100svh;
  max-width: none;
  padding: clamp(150px, 20vh, 220px) var(--site-v2-gutter) 70px;
  color: #fff;
  background: var(--site-v2-ink);
}

body[data-page-family="commercial"] .services-hero::after {
  display: block;
  width: min(38vw, 520px);
  height: 1px;
  margin-top: clamp(70px, 12vh, 150px);
  background: var(--site-v2-cobalt);
  content: "";
}

body[data-page-family="commercial"] .services-hero .eyebrow {
  color: var(--site-v2-signal);
}

body[data-page-family="commercial"] .services-hero h1 {
  max-width: 1220px;
  margin-top: 22px;
  font-size: clamp(72px, 9vw, 146px);
  font-weight: 700;
  letter-spacing: -0.085em;
  line-height: 0.8;
  color: #fff;
}

body[data-page-family="commercial"] .services-hero > p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 42px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(19px, 1.8vw, 27px);
}

body[data-page-family="commercial"] .services-hero .cta-row {
  margin-top: 34px;
}

body[data-page-family="commercial"] .services-hero .button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.36);
}

body[data-page-family="commercial"] .services-modes {
  max-width: none;
  padding: clamp(96px, 11vw, 170px) var(--site-v2-gutter);
  background: var(--site-v2-paper);
}

body[data-page-family="commercial"] .services-modes .home-section-head {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 32px;
  align-items: start;
}

body[data-page-family="commercial"] .services-modes .home-section-head h2 {
  max-width: 1000px;
  font-size: clamp(56px, 7vw, 108px);
  letter-spacing: -0.075em;
  line-height: 0.9;
}

body[data-page-family="commercial"] .services-modes .home-section-head > p:last-child {
  max-width: 620px;
  grid-column: 2;
  color: rgba(5, 6, 7, 0.62);
  font-size: 18px;
}

body[data-page-family="commercial"] .services-scope-note {
  margin-top: 66px;
  padding: 18px 22px;
  border: 0;
  color: #fff;
  background: var(--site-v2-cobalt-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body[data-page-family="commercial"] .services-mode-grid {
  display: grid;
  margin-top: 1px;
  grid-template-columns: 0.8fr 1.4fr 0.8fr;
  gap: 1px;
  background: var(--site-v2-line-light);
}

body[data-page-family="commercial"] .services-mode-grid article {
  display: flex;
  min-height: 570px;
  flex-direction: column;
  padding: clamp(30px, 3.5vw, 58px);
  border: 0;
  border-radius: 0;
  background: var(--site-v2-paper-cool);
  transition: transform 220ms ease, background-color 220ms ease;
}

body[data-page-family="commercial"] .services-mode-grid article:hover {
  transform: translateY(-6px);
}

body[data-page-family="commercial"] .services-mode-grid article.is-featured {
  color: #fff;
  background: var(--site-v2-cobalt);
}

body[data-page-family="commercial"] .services-mode-grid article.is-featured :where(h3, p, li, a) {
  color: #fff;
}

body[data-page-family="commercial"] .services-mode-grid article.is-featured .home-route-index {
  color: var(--site-v2-signal);
}

body[data-page-family="commercial"] .services-mode-grid h3 {
  margin-top: auto;
  font-size: clamp(34px, 3.4vw, 58px);
  letter-spacing: -0.055em;
  line-height: 0.95;
}

body[data-page-family="commercial"] .services-mode-grid .b2b-price {
  margin-top: 20px;
  color: inherit;
  font-size: 18px;
}

body[data-page-family="commercial"] .services-mode-grid ul {
  margin: 22px 0;
  padding-left: 18px;
}

body[data-page-family="commercial"] .services-mode-grid a {
  margin-top: auto;
  font-weight: 800;
}

body[data-page-family="commercial"] .services-boundary {
  max-width: none;
  min-height: 70svh;
  padding: clamp(100px, 13vw, 190px) var(--site-v2-gutter);
  color: #fff;
  background: var(--site-v2-cobalt-dark);
}

body[data-page-family="commercial"] .services-boundary h2 {
  max-width: 850px;
  font-size: clamp(54px, 7vw, 106px);
  letter-spacing: -0.075em;
  line-height: 0.9;
}

body[data-page-family="commercial"] .services-boundary a {
  color: var(--site-v2-signal);
}

/* Case archives and case-detail proof theatre. */
body[data-page-family^="case-"] .cases-hero,
body[data-page-family="case-detail"] .case-detail-hero {
  max-width: none;
  padding: clamp(148px, 20vh, 220px) var(--site-v2-gutter)
    clamp(70px, 10vh, 110px);
  color: #fff;
  background: var(--site-v2-ink);
}

body[data-page-family="case-archive"] .cases-hero {
  min-height: 84svh;
}

body[data-page-family^="case-"] .cases-hero .eyebrow,
body[data-page-family="case-detail"] .case-detail-hero .eyebrow {
  color: var(--site-v2-signal);
}

body[data-page-family^="case-"] .cases-hero h1,
body[data-page-family="case-detail"] .case-detail-hero h1 {
  max-width: 1250px;
  margin-top: 20px;
  font-size: clamp(74px, 9.8vw, 158px);
  font-weight: 700;
  letter-spacing: -0.09em;
  line-height: 0.78;
  color: #fff;
}

body[data-page-family^="case-"] .cases-hero > p:last-child,
body[data-page-family="case-detail"] .case-detail-hero > p:last-child {
  max-width: 760px;
  margin-top: 42px;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(18px, 1.7vw, 25px);
}

body[data-page-family="case-archive"] .cases-tier,
body[data-page-family="case-archive"] .cases-archive,
body[data-page-family="case-archive"] .final-cta {
  max-width: none;
  padding: clamp(90px, 10vw, 150px) var(--site-v2-gutter);
}

body[data-page-family="case-archive"] .cases-tier-featured {
  background: var(--site-v2-paper);
}

body[data-page-family="case-archive"] .cases-tier:not(.cases-tier-featured) {
  background: var(--site-v2-paper-cool);
}

body[data-page-family="case-archive"] .home-section-head h2 {
  max-width: 1000px;
  margin-top: 16px;
  font-size: clamp(48px, 6vw, 92px);
  letter-spacing: -0.07em;
  line-height: 0.92;
}

body[data-page-family="case-archive"] .case-grid {
  display: grid;
  margin-top: 62px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1px;
  background: var(--site-v2-line-light);
}

body[data-page-family="case-archive"] .execution-card {
  grid-column: span 4;
  padding: 0 30px 34px;
  border: 0;
  border-radius: 0;
  background: var(--site-v2-paper);
  box-shadow: none;
}

body[data-page-family="case-archive"] .execution-card.case-card--priority:first-child {
  grid-column: span 8;
  grid-row: span 2;
}

body[data-page-family="case-archive"] .case-card-media {
  height: clamp(230px, 24vw, 390px);
  margin: 0 -30px 28px;
  border: 0;
  border-radius: 0;
  overflow: hidden;
}

body[data-page-family="case-archive"] .case-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

body[data-page-family="case-archive"] .execution-card:hover .case-card-media img {
  transform: scale(1.035);
}

body[data-page-family="case-archive"] .case-card-media-label {
  border-radius: 0;
  color: #fff;
  background: var(--site-v2-cobalt-dark);
}

body[data-page-family="case-archive"] .case-card-media--dossier {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
  padding: 32px;
  color: #fff;
  background: var(--site-v2-cobalt-dark);
  text-decoration: none;
}

body[data-page-family="case-archive"] .case-card-media--dossier small {
  color: var(--site-v2-signal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

body[data-page-family="case-archive"] .case-card-media--dossier strong {
  max-width: 520px;
  font-size: clamp(34px, 3.5vw, 58px);
  letter-spacing: -0.06em;
  line-height: 0.92;
}

body[data-page-family="case-archive"] .case-card-media--flow {
  border-radius: 0;
  background: var(--site-v2-charcoal);
}

body[data-page-family="case-archive"] .proof-card-head {
  display: block;
}

body[data-page-family="case-archive"] .proof-badge {
  margin-bottom: 22px;
}

body[data-page-family="case-archive"] .execution-card h3 {
  color: var(--site-v2-ink);
  font-size: clamp(34px, 3.2vw, 54px);
  letter-spacing: -0.055em;
  line-height: 0.95;
}

body[data-page-family="case-archive"] .proof-tags {
  border: 0;
  background: transparent;
}

body[data-page-family="case-archive"] .cases-archive {
  color: #fff;
  background: var(--site-v2-ink);
}

body[data-page-family="case-archive"] .cases-archive .execution-card {
  color: var(--site-v2-ink);
}

body[data-page-family="case-archive"] .final-cta {
  color: #fff;
  background: var(--site-v2-cobalt-dark);
}

body[data-page-family="case-detail"] .case-detail-hero {
  min-height: 80svh;
}

body[data-page-family="case-detail"] .case-detail-hero .proof-tags {
  max-width: 880px;
  margin-top: 30px;
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.52);
  background: transparent;
}

body[data-page-family="case-detail"] .project-preview-section {
  display: grid;
  min-height: 116svh;
  max-width: none;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1.58fr);
  gap: clamp(40px, 6vw, 92px);
  padding: clamp(92px, 11vw, 160px) var(--site-v2-gutter);
  align-items: start;
  background: var(--site-v2-paper-cool);
}

body[data-page-family="case-detail"] .project-preview-copy {
  position: sticky;
  top: 130px;
}

body[data-page-family="case-detail"] .project-preview-copy h2 {
  margin-top: 18px;
  font-size: clamp(48px, 5.5vw, 86px);
  letter-spacing: -0.07em;
  line-height: 0.9;
}

body[data-page-family="case-detail"] .project-preview-copy > p:last-child {
  max-width: 430px;
  margin-top: 24px;
  color: rgba(5, 6, 7, 0.62);
}

body[data-page-family="case-detail"] .project-showcase {
  position: relative;
  min-height: clamp(620px, 72vw, 1020px);
  padding: 5vw 5vw 9vw 0;
}

body[data-page-family="case-detail"] .project-browser-frame {
  overflow: hidden;
  border: 1px solid rgba(5, 6, 7, 0.28);
  border-radius: 0;
  background: #fff;
  box-shadow: 34px 34px 0 var(--site-v2-cobalt);
}

body[data-page-family="case-detail"] .project-browser-bar {
  border-radius: 0;
}

body[data-page-family="case-detail"] .project-phone-frame {
  right: 0;
  bottom: 0;
  width: min(27vw, 320px);
  border: 12px solid var(--site-v2-ink);
  border-radius: 30px;
  box-shadow: 0 28px 70px rgba(5, 6, 7, 0.24);
}

body[data-page-family="case-detail"] .project-dossier,
body[data-page-family="case-detail"] .project-flow-board {
  min-height: clamp(560px, 64vw, 900px);
  padding: clamp(40px, 6vw, 90px);
  border: 0;
  border-radius: 0;
  color: #fff;
  background: var(--site-v2-cobalt-dark);
}

body[data-page-family="case-detail"] .project-dossier {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

body[data-page-family="case-detail"] .project-dossier .eyebrow {
  color: var(--site-v2-signal);
}

body[data-page-family="case-detail"] .project-dossier h3 {
  max-width: 850px;
  margin-top: 18px;
  font-size: clamp(62px, 8vw, 128px);
  letter-spacing: -0.08em;
  line-height: 0.82;
}

body[data-page-family="case-detail"] .project-dossier > p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.72);
}

body[data-page-family="case-detail"] .project-dossier ol {
  display: grid;
  margin-top: 64px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  border-top: 1px solid var(--site-v2-line-dark);
}

body[data-page-family="case-detail"] .project-dossier li {
  padding: 18px 0;
  border-bottom: 1px solid var(--site-v2-line-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body[data-page-family="case-detail"] .case-story-grid {
  position: relative;
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  padding: clamp(96px, 12vw, 180px) var(--site-v2-gutter);
  color: #fff;
  background: var(--site-v2-ink);
}

body[data-page-family="case-detail"] .case-story-nav {
  position: static;
  display: flex;
  width: 100%;
  grid-column: 1 / -1;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  margin: 0 0 clamp(56px, 7vw, 104px);
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: #0b0d0e;
  box-shadow: none;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline proximity;
  scrollbar-color: var(--site-v2-cobalt) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

body[data-page-family="case-detail"] .case-story-nav a {
  width: auto;
  min-width: 0;
  flex: 1 0 190px;
  padding: 18px 16px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.84);
  background: transparent;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.35;
  scroll-snap-align: start;
  text-transform: uppercase;
}

body[data-page-family="case-detail"] .case-story-nav a:last-child {
  border-right: 0;
}

body[data-page-family="case-detail"] .case-story-nav a:hover,
body[data-page-family="case-detail"] .case-story-nav a:focus-visible {
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
  background: rgba(7, 93, 255, 0.24);
}

body[data-page-family="case-detail"] .case-story-nav a[aria-current="true"] {
  color: #fff;
  background: rgba(7, 93, 255, 0.34);
  box-shadow: inset 0 -3px 0 var(--site-v2-signal);
}

body[data-page-family="case-detail"] .case-story-card {
  --signal-accent: var(--site-v2-signal);
  --signal-border: var(--site-v2-line-dark);
  --signal-bg: transparent;
  --signal-radial: none;
  position: relative;
  display: block;
  grid-column: 1 / -1;
  min-height: 0;
  padding: clamp(48px, 6vw, 88px) 0 clamp(58px, 7vw, 104px);
  overflow: visible;
  border: 0;
  border-top: 1px solid var(--site-v2-line-dark);
  border-radius: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
  transform: none;
}

body[data-page-family="case-detail"] .case-story-card h2 {
  max-width: 16ch;
  margin: 0 0 clamp(24px, 3vw, 38px);
  color: #fff;
  font-size: clamp(44px, 5.4vw, 86px);
  letter-spacing: -0.07em;
  line-height: 0.92;
}

body[data-page-family="case-detail"] .case-story-card p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.68;
}

body[data-page-family="case-detail"] .case-story-card p + p {
  margin-top: 18px;
}

body[data-page-family="case-detail"] .case-story-card :where(ul, ol) {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.74);
}

body[data-page-family="case-detail"] .case-story-card :where(li, strong) {
  color: inherit;
}

body[data-page-family="case-detail"] .case-story-card a:not(.button) {
  color: #fff;
  text-decoration-color: var(--site-v2-signal);
}

body[data-page-family="case-detail"] .case-story-card .button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.36);
  background: transparent;
}

body[data-page-family="case-detail"] .case-story-index {
  position: static;
  display: block;
  width: max-content;
  margin: 0 0 18px auto;
  color: var(--site-v2-signal);
  font-size: clamp(34px, 4.6vw, 72px);
}

body[data-page-family="case-detail"] .final-cta {
  max-width: none;
  padding: clamp(90px, 10vw, 150px) var(--site-v2-gutter);
  background: var(--site-v2-paper);
}

/* About — editorial authority and portrait as the primary visual. */
body[data-page-family="about"] .about-hero {
  min-height: 90svh;
  max-width: none;
  padding: clamp(150px, 20vh, 220px) var(--site-v2-gutter) 80px;
  color: #fff;
  background: var(--site-v2-ink);
}

body[data-page-family="about"] .about-hero .eyebrow {
  color: var(--site-v2-signal);
}

body[data-page-family="about"] .about-hero h1 {
  max-width: 1260px;
  margin-top: 22px;
  font-size: clamp(76px, 9.5vw, 154px);
  font-weight: 700;
  letter-spacing: -0.09em;
  line-height: 0.78;
  color: #fff;
}

body[data-page-family="about"] .about-hero > p:last-child {
  max-width: 750px;
  margin-top: 46px;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(18px, 1.7vw, 25px);
}

body[data-page-family="about"] .about-intro {
  position: relative;
  display: grid;
  min-height: 112svh;
  max-width: none;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 0;
  padding: 0 var(--site-v2-gutter);
  align-items: center;
  background: var(--site-v2-paper);
}

body[data-page-family="about"] .about-portrait-card {
  width: min(50vw, 720px);
  margin: -8vh 0 0;
  border: 0;
  border-radius: 0;
  transform: rotate(-2deg);
  box-shadow: 28px 28px 0 var(--site-v2-cobalt);
}

body[data-page-family="about"] .about-portrait-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

body[data-page-family="about"] .about-intro > div {
  position: relative;
  z-index: 2;
  margin-left: -7vw;
  padding: clamp(36px, 5vw, 80px);
  color: #fff;
  background: var(--site-v2-cobalt-dark);
}

body[data-page-family="about"] .about-intro > div .eyebrow {
  color: var(--site-v2-signal);
}

body[data-page-family="about"] .about-intro h2 {
  margin-top: 18px;
  font-size: clamp(48px, 5.5vw, 88px);
  letter-spacing: -0.07em;
  line-height: 0.9;
}

body[data-page-family="about"] .about-intro p,
body[data-page-family="about"] .about-intro li {
  color: rgba(255, 255, 255, 0.75);
}

body[data-page-family="about"] .about-capabilities,
body[data-page-family="about"] .about-proof,
body[data-page-family="about"] .final-cta {
  max-width: none;
  padding: clamp(90px, 10vw, 150px) var(--site-v2-gutter);
}

body[data-page-family="about"] .about-capabilities {
  color: #fff;
  background: var(--site-v2-ink);
}

body[data-page-family="about"] .about-capabilities .home-section-head h2,
body[data-page-family="about"] .about-proof .home-section-head h2,
body[data-page-family="about"] .final-cta h2 {
  max-width: 980px;
  margin-top: 18px;
  font-size: clamp(48px, 6vw, 94px);
  letter-spacing: -0.07em;
  line-height: 0.92;
}

body[data-page-family="about"] .about-capabilities .card-grid {
  margin-top: 64px;
  gap: 1px;
  background: var(--site-v2-line-dark);
}

body[data-page-family="about"] .about-capabilities .card {
  min-height: 320px;
  padding: clamp(30px, 3.5vw, 58px);
  border: 0;
  border-radius: 0;
  color: #fff;
  background: var(--site-v2-charcoal);
}

body[data-page-family="about"] .about-capabilities .card h3 {
  font-size: clamp(34px, 3.6vw, 58px);
  letter-spacing: -0.055em;
  line-height: 0.95;
}

body[data-page-family="about"] .about-capabilities .card p {
  margin-top: auto;
  color: rgba(255, 255, 255, 0.74);
}

body[data-page-family="about"] .about-proof {
  background: var(--site-v2-paper-cool);
}

body[data-page-family="about"] .final-cta {
  color: #fff;
  background: var(--site-v2-cobalt-dark);
}

body[data-page-family="about"] .final-cta .button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
}

/* Contact and resource — conversion-first, reduced visual noise. */
body[data-page-family="contact"] .contact-hero {
  min-height: 68svh;
  max-width: none;
  padding: clamp(150px, 18vh, 205px) var(--site-v2-gutter) 72px;
  color: #fff;
  background: var(--site-v2-ink);
}

body[data-page-family="contact"] .contact-hero .eyebrow,
body[data-page-family="resource"] .lead-page .eyebrow {
  color: var(--site-v2-signal);
}

body[data-page-family="contact"] .contact-hero h1 {
  max-width: 1180px;
  margin-top: 20px;
  font-size: clamp(66px, 8.2vw, 132px);
  font-weight: 700;
  letter-spacing: -0.085em;
  line-height: 0.82;
  color: #fff;
}

body[data-page-family="contact"] .contact-hero > p:last-child {
  max-width: 750px;
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(18px, 1.6vw, 24px);
}

body[data-page-family="contact"] .contact-grid {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
  gap: 0;
  padding: 0 var(--site-v2-gutter) clamp(90px, 10vw, 150px);
  background: var(--site-v2-paper);
}

body[data-page-family="contact"] .contact-form-wrap {
  padding: clamp(48px, 6vw, 90px) clamp(0px, 4vw, 62px) 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body[data-page-family="contact"] .contact-aside {
  margin-top: -84px;
  padding: clamp(38px, 4vw, 62px);
  border: 0;
  border-radius: 0;
  color: #fff;
  background: var(--site-v2-cobalt-dark);
}

body[data-page-family="contact"] .contact-aside .eyebrow {
  color: var(--site-v2-signal);
}

body[data-page-family="contact"] .contact-aside h2 {
  margin-top: 16px;
  font-size: clamp(42px, 4.5vw, 72px);
  letter-spacing: -0.065em;
  line-height: 0.92;
}

body[data-page-family="contact"] .contact-aside p {
  color: rgba(255, 255, 255, 0.7);
}

body[data-page-family="contact"] .contact-aside .button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
}

body[data-page-family="contact"] .contact-form,
body[data-page-family="resource"] .inline-form {
  gap: 20px;
}

body[data-page-family="contact"] :where(input, textarea, select),
body[data-page-family="resource"] input {
  border-radius: 0;
  background: #fff;
}

body[data-page-family="resource"] {
  color: #fff;
  background: var(--site-v2-ink);
}

body[data-page-family="resource"] .lead-page {
  display: grid;
  min-height: 100svh;
  max-width: none;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: clamp(40px, 7vw, 110px);
  padding: clamp(140px, 17vh, 190px) var(--site-v2-gutter) 70px;
  align-items: center;
  background: var(--site-v2-ink);
}

body[data-page-family="resource"] .lead-page h1 {
  margin-top: 22px;
  font-size: clamp(68px, 8vw, 128px);
  letter-spacing: -0.085em;
  line-height: 0.82;
  color: #fff;
}

body[data-page-family="resource"] .lead-page > div > p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(18px, 1.7vw, 25px);
}

body[data-page-family="resource"] .lead-page > img {
  width: min(43vw, 650px);
  transform: rotate(3deg);
  box-shadow: -30px 30px 0 var(--site-v2-cobalt);
}

body[data-page-family="resource"] .inline-form-wrap {
  margin-top: 34px;
  padding: 28px;
  border: 1px solid var(--site-v2-line-dark);
  border-radius: 0;
  background: var(--site-v2-charcoal);
}

body[data-page-family="resource"] .inline-form label,
body[data-page-family="resource"] .form-privacy-note,
body[data-page-family="resource"] .form-privacy-note a {
  color: rgba(255, 255, 255, 0.74);
}

body[data-page-family="resource"] main > .section {
  max-width: none;
  padding: clamp(90px, 10vw, 150px) var(--site-v2-gutter);
  color: var(--site-v2-ink);
  background: var(--site-v2-paper);
}

body[data-page-family="resource"] main > .section h2 {
  max-width: 1000px;
  margin-top: 18px;
  font-size: clamp(50px, 6vw, 94px);
  letter-spacing: -0.07em;
  line-height: 0.92;
}

body[data-page-family="resource"] main > .section .checklist {
  display: grid;
  margin-top: 60px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  border-top: 1px solid var(--site-v2-line-light);
}

body[data-page-family="resource"] main > .section .checklist li {
  padding: 26px 10px 26px 34px;
  border-bottom: 1px solid var(--site-v2-line-light);
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 700;
}

/* Calm utility family. */
body[data-page-family="utility"] .site-header {
  position: sticky;
  border-bottom-color: var(--site-v2-line-light);
  background: rgba(242, 239, 232, 0.94);
}

body[data-page-family="utility"] .brand,
body[data-page-family="utility"] .nav-menu a {
  color: var(--site-v2-ink);
}

body[data-page-family="utility"] .nav-menu .nav-assessment {
  color: #fff;
  background: var(--site-v2-ink);
  border-color: var(--site-v2-ink);
}

body[data-page-family="utility"] .page-hero {
  min-height: 48svh;
  max-width: none;
  padding: clamp(86px, 10vw, 145px) var(--site-v2-gutter) 70px;
  border-bottom: 1px solid var(--site-v2-line-light);
  background: var(--site-v2-paper);
}

body[data-page-family="utility"] .page-hero h1 {
  max-width: 1000px;
  margin-top: 18px;
  font-size: clamp(58px, 7vw, 110px);
  letter-spacing: -0.075em;
  line-height: 0.88;
}

body[data-page-family="utility"] .page-hero > p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 26px;
  color: rgba(5, 6, 7, 0.64);
}

body[data-page-family="utility"] .legal-content {
  max-width: 980px;
  padding: clamp(70px, 8vw, 120px) var(--site-v2-gutter);
}

body[data-page-family="utility"] .legal-content article {
  padding: 38px 0;
  border: 0;
  border-top: 1px solid var(--site-v2-line-light);
  border-radius: 0;
  background: transparent;
}

body[data-page-family="utility"] .legal-content h2 {
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -0.04em;
}

body[data-page-family="utility"] .not-found {
  min-height: calc(100svh - 82px);
}

@media (max-width: 1100px) {
  body[data-page-family] .nav-menu {
    gap: 12px;
  }

  body[data-page-family] .nav-menu a {
    font-size: 9px;
  }

  body[data-page-family="home"] .home-brand-hero {
    grid-template-columns: 1fr 0.75fr;
  }

  body[data-page-family="commercial"] .services-mode-grid {
    grid-template-columns: 1fr 1.2fr 1fr;
  }

  body[data-page-family="case-archive"] .execution-card {
    grid-column: span 6;
  }

  body[data-page-family="case-detail"] .project-preview-section {
    grid-template-columns: 0.5fr 1.5fr;
  }
}

@media (max-width: 780px) {
  :root {
    --site-v2-gutter: 20px;
  }

  body[data-page-family] .nav {
    min-height: 68px;
  }

  body[data-page-family] .nav-toggle {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    padding: 0;
    border: 0;
    color: #fff;
    background: transparent;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  body[data-page-family="utility"] .nav-toggle {
    color: var(--site-v2-ink);
  }

  body[data-page-family] .nav-menu {
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    display: none;
    padding: 18px 20px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--site-v2-ink);
  }

  body[data-page-family] .nav-menu.is-open {
    display: grid;
  }

  body[data-page-family="utility"] .nav-menu {
    background: var(--site-v2-paper);
  }

  body[data-page-family] .nav-menu a {
    min-height: 42px;
    align-items: center;
    display: flex;
  }

  body[data-page-family="home"] .home-brand-hero,
  body[data-page-family="resource"] .lead-page {
    grid-template-columns: 1fr;
  }

  body[data-page-family="home"] .home-brand-hero {
    min-height: auto;
    padding-top: 118px;
  }

  body[data-page-family="home"] .home-brand-hero h1,
  body[data-page-family="commercial"] .services-hero h1,
  body[data-page-family^="case-"] .cases-hero h1,
  body[data-page-family="case-detail"] .case-detail-hero h1,
  body[data-page-family="about"] .about-hero h1,
  body[data-page-family="contact"] .contact-hero h1,
  body[data-page-family="resource"] .lead-page h1 {
    font-size: clamp(54px, 15vw, 74px);
    letter-spacing: -0.075em;
    line-height: 0.84;
  }

  body[data-page-family="home"] .home-command-panel {
    margin-top: 22px;
    box-shadow: 12px 12px 0 var(--site-v2-cobalt-dark);
  }

  body[data-page-family="home"] .home-outcomes,
  body[data-page-family="home"] .home-route-grid,
  body[data-page-family="home"] .home-project-grid,
  body[data-page-family="commercial"] .services-mode-grid,
  body[data-page-family="contact"] .contact-grid,
  body[data-page-family="resource"] main > .section .checklist {
    grid-template-columns: 1fr;
  }

  body[data-page-family="home"] .home-outcomes article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--site-v2-line-light);
  }

  body[data-page-family="home"] .home-project-grid article:first-child {
    grid-row: auto;
  }

  body[data-page-family="home"] .home-project-preview {
    height: 260px;
  }

  body[data-page-family="commercial"] .services-hero,
  body[data-page-family^="case-"] .cases-hero,
  body[data-page-family="case-detail"] .case-detail-hero,
  body[data-page-family="about"] .about-hero,
  body[data-page-family="contact"] .contact-hero {
    min-height: auto;
    padding-top: 120px;
  }

  body[data-page-family="commercial"] .services-modes .home-section-head {
    grid-template-columns: 1fr;
  }

  body[data-page-family="commercial"] .services-modes .home-section-head > p:last-child {
    grid-column: 1;
  }

  body[data-page-family="commercial"] .services-modes .home-section-head h2,
  body[data-page-family="home"] .home-section-head h2,
  body[data-page-family="case-archive"] .home-section-head h2,
  body[data-page-family="about"] .about-capabilities .home-section-head h2,
  body[data-page-family="about"] .about-proof .home-section-head h2,
  body[data-page-family="about"] .final-cta h2,
  body[data-page-family="resource"] main > .section h2 {
    font-size: clamp(42px, 12vw, 62px);
  }

  body[data-page-family="commercial"] .services-mode-grid article {
    min-height: 460px;
  }

  body[data-page-family="commercial"] .services-boundary {
    min-height: auto;
  }

  body[data-page-family="case-archive"] .case-grid {
    display: block;
    background: transparent;
  }

  body[data-page-family="case-archive"] .execution-card {
    margin-bottom: 1px;
  }

  body[data-page-family="case-archive"] .case-card-media {
    height: 250px;
  }

  body[data-page-family="case-detail"] .project-preview-section,
  body[data-page-family="case-detail"] .case-story-grid {
    grid-template-columns: 1fr;
  }

  body[data-page-family="case-detail"] .project-preview-section {
    min-height: auto;
  }

  body[data-page-family="case-detail"] .project-preview-copy,
  body[data-page-family="case-detail"] .case-story-nav {
    position: static;
  }

  body[data-page-family="case-detail"] .project-showcase {
    min-height: 520px;
    padding: 0 22px 90px 0;
  }

  body[data-page-family="case-detail"] .project-dossier,
  body[data-page-family="case-detail"] .project-flow-board {
    min-height: 560px;
    padding: 34px 26px;
  }

  body[data-page-family="case-detail"] .project-dossier ol {
    grid-template-columns: 1fr;
  }

  body[data-page-family="case-detail"] .project-phone-frame {
    width: 150px;
    border-width: 8px;
  }

  body[data-page-family="case-detail"] .case-story-nav {
    display: flex;
    grid-template-columns: none;
    margin-bottom: 56px;
  }

  body[data-page-family="case-detail"] .case-story-card {
    grid-column: 1;
    min-height: 0;
  }

  body[data-page-family="about"] .about-intro {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 76px;
    padding-bottom: 76px;
  }

  body[data-page-family="about"] .about-portrait-card {
    width: calc(100% - 18px);
    margin: 0;
    box-shadow: 18px 18px 0 var(--site-v2-cobalt);
  }

  body[data-page-family="about"] .about-intro > div {
    margin: -30px 0 0 24px;
    padding: 34px 26px;
  }

  body[data-page-family="contact"] .contact-grid {
    padding-top: 50px;
  }

  body[data-page-family="contact"] .contact-form-wrap {
    padding: 0;
  }

  body[data-page-family="contact"] .contact-aside {
    margin: 52px 0 0;
  }

  body[data-page-family="resource"] .lead-page {
    min-height: auto;
    padding-top: 118px;
  }

  body[data-page-family="resource"] .lead-page > img {
    width: calc(100% - 20px);
    justify-self: center;
    box-shadow: -16px 16px 0 var(--site-v2-cobalt);
  }

  body[data-page-family="utility"] .page-hero h1 {
    font-size: clamp(48px, 14vw, 68px);
  }
}

@media (max-width: 480px) {
  body[data-page-family] .button,
  body[data-page-family] .cta-row .button {
    width: 100%;
    justify-content: center;
  }

  body[data-page-family="home"] .home-brand-hero,
  body[data-page-family="commercial"] .services-hero,
  body[data-page-family^="case-"] .cases-hero,
  body[data-page-family="case-detail"] .case-detail-hero,
  body[data-page-family="about"] .about-hero,
  body[data-page-family="contact"] .contact-hero,
  body[data-page-family="resource"] .lead-page {
    padding-right: 20px;
    padding-left: 20px;
  }

  body[data-page-family="home"] .home-brand-hero h1,
  body[data-page-family="commercial"] .services-hero h1,
  body[data-page-family^="case-"] .cases-hero h1,
  body[data-page-family="case-detail"] .case-detail-hero h1,
  body[data-page-family="about"] .about-hero h1,
  body[data-page-family="contact"] .contact-hero h1,
  body[data-page-family="resource"] .lead-page h1 {
    font-size: clamp(50px, 14.3vw, 62px);
  }

  body[data-page-family="case-detail"] .project-browser-frame {
    box-shadow: 14px 14px 0 var(--site-v2-cobalt);
  }

  body[data-page-family="case-detail"] .project-showcase {
    min-height: 430px;
  }

  body[data-page-family="case-detail"] .case-story-grid {
    padding-top: 76px;
    padding-bottom: 84px;
  }

  body[data-page-family="case-detail"] .case-story-nav {
    margin-bottom: 44px;
  }

  body[data-page-family="case-detail"] .case-story-nav a {
    flex-basis: 72%;
    padding: 16px 14px;
    font-size: 9px;
  }

  body[data-page-family="case-detail"] .case-story-card {
    padding: 38px 0 54px;
  }

  body[data-page-family="case-detail"] .case-story-card h2 {
    max-width: 100%;
    margin-bottom: 24px;
    font-size: clamp(40px, 13vw, 58px);
    line-height: 0.94;
  }

  body[data-page-family="case-detail"] .case-story-card p {
    font-size: 17px;
    line-height: 1.62;
  }

  body[data-page-family="case-detail"] .case-story-index {
    margin-bottom: 14px;
    font-size: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .js-site-v2 [data-site-v2-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .site-v2-page-progress {
    display: none;
  }

  body[data-page-family] *,
  body[data-page-family] *::before,
  body[data-page-family] *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* WOW V2 production completion: controlled density and intentional hierarchy. */
body[data-page-family="case-archive"] .cases-tier,
body[data-page-family="case-archive"] .cases-archive,
body[data-page-family="case-archive"] .final-cta {
  padding: clamp(76px, 7vw, 108px) var(--site-v2-gutter);
}

body[data-page-family="case-archive"] .home-section-head h2 {
  max-width: 900px;
  font-size: clamp(44px, 4.8vw, 72px);
  line-height: 0.94;
}

body[data-page-family="case-archive"] .case-grid {
  margin-top: clamp(38px, 4vw, 52px);
}

body[data-page-family="case-archive"] .cases-tier:not(.cases-tier-featured) .execution-card,
body[data-page-family="case-archive"] .cases-archive .execution-card {
  grid-row: auto;
}

body[data-page-family="case-archive"] .cases-archive > details {
  display: block;
}

body[data-page-family="case-archive"] .cases-archive > details > summary {
  cursor: pointer;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 800;
  letter-spacing: -0.035em;
}

body[data-page-family="case-archive"] .cases-archive > details > p {
  max-width: 720px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.68);
}

body[data-page-family="case-archive"] .cases-archive .case-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: rgba(255, 255, 255, 0.18);
}

body[data-page-family="case-archive"] .cases-archive .execution-card {
  grid-column: span 1;
}

body[data-page-family="case-detail"] .project-preview-section {
  min-height: auto;
  padding-top: clamp(82px, 8vw, 118px);
  padding-bottom: clamp(82px, 8vw, 118px);
  align-items: center;
}

body[data-page-family="case-detail"] .project-showcase {
  min-height: clamp(560px, 60vw, 860px);
}

body[data-page-family="case-detail"] .project-dossier,
body[data-page-family="case-detail"] .project-flow-board {
  min-height: clamp(520px, 50vw, 740px);
}

@media (min-width: 1180px) {
  body[data-page-family="case-archive"] .cases-hero {
    min-height: min(70svh, 720px);
  }

  body[data-page-family="case-archive"] .cases-tier-featured > .case-grid {
    grid-template-columns: minmax(0, 2fr) minmax(360px, 1fr);
    grid-template-rows: repeat(2, minmax(0, auto));
  }

  body[data-page-family="case-archive"]
    .cases-tier-featured
    > .case-grid
    > .execution-card {
    grid-column: 2;
    grid-row: auto;
    padding: 0 22px 24px;
  }

  body[data-page-family="case-archive"]
    .cases-tier-featured
    > .case-grid
    > .execution-card:first-child {
    grid-column: 1;
    grid-row: 1 / 3;
    padding: 0 30px 30px;
  }

  body[data-page-family="case-archive"]
    .cases-tier-featured
    > .case-grid
    > .execution-card:first-child
    .case-card-media {
    height: auto;
    min-height: 500px;
    flex: 1 1 auto;
  }

  body[data-page-family="case-archive"]
    .cases-tier-featured
    > .case-grid
    > .execution-card:not(:first-child)
    .case-card-media {
    height: 160px;
    margin: 0 -22px 18px;
    flex: 0 0 auto;
  }

  body[data-page-family="case-archive"]
    .cases-tier-featured
    > .case-grid
    > .execution-card:not(:first-child)
    .proof-badge {
    margin-bottom: 12px;
  }

  body[data-page-family="case-archive"]
    .cases-tier-featured
    > .case-grid
    > .execution-card:not(:first-child)
    h3 {
    font-size: clamp(30px, 2.6vw, 38px);
  }

  body[data-page-family="case-archive"]
    .cases-tier-featured
    > .case-grid
    > .execution-card:not(:first-child)
    .case-card-service {
    font-size: 12px;
  }

  body[data-page-family="case-archive"]
    .cases-tier-featured
    > .case-grid
    > .execution-card:not(:first-child)
    .proof-tags {
    gap: 4px;
  }

  body[data-page-family="case-archive"]
    .cases-tier-featured
    > .case-grid
    > .execution-card:not(:first-child)
    .proof-tags
    li {
    padding: 4px 6px;
    font-size: 10px;
  }

  body[data-page-family="case-archive"]
    .cases-tier-featured
    > .case-grid
    > .execution-card:not(:first-child)
    .case-card-context
    p {
    font-size: 13px;
    line-height: 1.45;
  }

  body[data-page-family="case-archive"]
    .cases-tier:not(.cases-tier-featured)
    > .case-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-flow: dense;
  }

  body[data-page-family="case-archive"]
    .cases-tier:not(.cases-tier-featured)
    > .case-grid
    > .execution-card {
    grid-column: span 4;
    grid-row: auto;
  }

  body[data-page-family="case-archive"]
    .cases-tier:not(.cases-tier-featured)
    > .case-grid
    > .execution-card:nth-child(-n + 2) {
    grid-column: span 6;
  }

  body[data-page-family="case-detail"] .case-detail-hero {
    min-height: min(74svh, 760px);
  }

  body[data-page-family="case-detail"] .case-story-card {
    display: grid;
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr) auto;
    column-gap: clamp(42px, 6vw, 92px);
    row-gap: 16px;
    padding-top: clamp(46px, 5vw, 72px);
    padding-bottom: clamp(50px, 5.5vw, 80px);
    align-items: start;
  }

  body[data-page-family="case-detail"] .case-story-card > .case-story-index {
    grid-column: 3;
    grid-row: 1;
    margin: 0;
  }

  body[data-page-family="case-detail"] .case-story-card > h2 {
    grid-column: 1;
    grid-row: 1;
    max-width: 12ch;
    margin: 0;
  }

  body[data-page-family="case-detail"]
    .case-story-card
    > :not(.case-story-index):not(h2) {
    grid-column: 2;
    margin-top: 0;
  }
}

@media (min-width: 901px) and (max-width: 1179px) {
  body[data-page-family="case-archive"] .cases-hero {
    min-height: min(70svh, 680px);
  }

  body[data-page-family="case-archive"] .cases-tier-featured > .case-grid {
    grid-template-columns: minmax(0, 1.42fr) minmax(320px, 1fr);
    grid-template-rows: repeat(2, minmax(0, auto));
  }

  body[data-page-family="case-archive"]
    .cases-tier-featured
    > .case-grid
    > .execution-card {
    grid-column: 2;
    grid-row: auto;
    padding: 0 18px 20px;
  }

  body[data-page-family="case-archive"]
    .cases-tier-featured
    > .case-grid
    > .execution-card:first-child {
    grid-column: 1;
    grid-row: 1 / 3;
    padding: 0 24px 24px;
  }

  body[data-page-family="case-archive"]
    .cases-tier-featured
    > .case-grid
    > .execution-card:first-child
    .case-card-media {
    height: auto;
    min-height: 390px;
    flex: 1 1 auto;
  }

  body[data-page-family="case-archive"]
    .cases-tier-featured
    > .case-grid
    > .execution-card:not(:first-child)
    .case-card-media {
    height: 140px;
    margin: 0 -18px 16px;
    flex: 0 0 auto;
  }

  body[data-page-family="case-archive"]
    .cases-tier-featured
    > .case-grid
    > .execution-card:not(:first-child)
    .proof-badge {
    margin-bottom: 10px;
  }

  body[data-page-family="case-archive"]
    .cases-tier-featured
    > .case-grid
    > .execution-card:not(:first-child)
    h3 {
    font-size: clamp(27px, 3.2vw, 34px);
  }

  body[data-page-family="case-archive"]
    .cases-tier-featured
    > .case-grid
    > .execution-card:not(:first-child)
    .case-card-service,
  body[data-page-family="case-archive"]
    .cases-tier-featured
    > .case-grid
    > .execution-card:not(:first-child)
    .case-card-context
    p {
    font-size: 12px;
    line-height: 1.4;
  }

  body[data-page-family="case-archive"]
    .cases-tier-featured
    > .case-grid
    > .execution-card:not(:first-child)
    .proof-tags
    li {
    padding: 3px 5px;
    font-size: 9px;
  }

  body[data-page-family="case-archive"]
    .cases-tier:not(.cases-tier-featured)
    > .case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page-family="case-archive"]
    .cases-tier:not(.cases-tier-featured)
    > .case-grid
    > .execution-card {
    grid-column: span 1;
    grid-row: auto;
  }

  body[data-page-family="case-archive"]
    .cases-tier:not(.cases-tier-featured)
    > .case-grid
    > .execution-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  body[data-page-family="case-detail"] .case-story-card {
    display: grid;
    grid-template-columns: minmax(230px, 0.7fr) minmax(0, 1.3fr) auto;
    column-gap: clamp(30px, 5vw, 58px);
    row-gap: 14px;
    padding-top: 48px;
    padding-bottom: 58px;
    align-items: start;
  }

  body[data-page-family="case-detail"] .case-story-card > .case-story-index {
    grid-column: 3;
    grid-row: 1;
    margin: 0;
  }

  body[data-page-family="case-detail"] .case-story-card > h2 {
    grid-column: 1;
    grid-row: 1;
    max-width: 12ch;
    margin: 0;
  }

  body[data-page-family="case-detail"]
    .case-story-card
    > :not(.case-story-index):not(h2) {
    grid-column: 2;
    margin-top: 0;
  }
}

@media (min-width: 781px) {
  body[data-page-family="commercial"] .services-hero {
    min-height: min(82svh, 840px);
  }

  body[data-page-family="about"] .about-hero {
    min-height: min(80svh, 820px);
  }

  body[data-page-family="about"] .about-intro {
    min-height: min(100svh, 1020px);
  }

  body[data-page-family="utility"] .not-found {
    min-height: clamp(620px, calc(100svh - 230px), 800px);
  }

  body[data-page-family="utility"] .legal-content {
    max-width: 1120px;
    counter-reset: legal-section;
  }

  body[data-page-family="utility"] .legal-content article {
    display: grid;
    grid-template-columns: 72px minmax(0, 820px);
    column-gap: 34px;
    counter-increment: legal-section;
  }

  body[data-page-family="utility"] .legal-content article::before {
    content: counter(legal-section, decimal-leading-zero);
    grid-column: 1;
    grid-row: 1 / span 20;
    color: var(--site-v2-cobalt);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.04em;
  }

  body[data-page-family="utility"] .legal-content article > * {
    grid-column: 2;
  }
}

@media (max-width: 900px) {
  body[data-page-family="case-archive"] .cases-tier,
  body[data-page-family="case-archive"] .cases-archive,
  body[data-page-family="case-archive"] .final-cta {
    padding-top: 70px;
    padding-bottom: 76px;
  }

  body[data-page-family="case-archive"] .case-grid,
  body[data-page-family="case-archive"] .cases-archive .case-grid {
    display: grid;
    grid-template-columns: 1fr;
    background: transparent;
  }

  body[data-page-family="case-archive"] .execution-card,
  body[data-page-family="case-archive"]
    .execution-card.case-card--priority:first-child,
  body[data-page-family="case-archive"]
    .cases-tier:not(.cases-tier-featured)
    .execution-card,
  body[data-page-family="case-archive"] .cases-archive .execution-card {
    grid-column: 1;
    grid-row: auto;
    margin-bottom: 0;
  }

  body[data-page-family="case-detail"] .project-preview-section {
    padding-top: 72px;
    padding-bottom: 82px;
  }
}

@media (max-width: 640px) {
  body[data-page-family="case-archive"] .cases-tier,
  body[data-page-family="case-archive"] .cases-archive,
  body[data-page-family="case-archive"] .final-cta {
    padding: 64px 20px 70px;
  }

  body[data-page-family="case-archive"] .home-section-head h2 {
    font-size: clamp(38px, 11vw, 48px);
  }

  body[data-page-family="case-archive"] .case-grid {
    margin-top: 34px;
  }

  body[data-page-family="case-archive"] .execution-card,
  body[data-page-family="case-archive"]
    .execution-card.case-card--priority:first-child {
    padding: 0 20px 24px;
  }

  body[data-page-family="case-archive"] .case-card-media,
  body[data-page-family="case-archive"]
    .execution-card:first-child
    .case-card-media,
  body[data-page-family="case-archive"]
    .execution-card:not(:first-child)
    .case-card-media {
    height: clamp(220px, 62vw, 250px);
    min-height: 0;
    margin: 0 -20px 20px;
    flex: 0 0 auto;
  }

  body[data-page-family="case-archive"] .proof-badge {
    margin-bottom: 12px;
  }

  body[data-page-family="case-archive"] .execution-card h3 {
    font-size: clamp(32px, 10vw, 42px);
  }

  body[data-page-family="case-archive"] .proof-tags {
    gap: 4px;
  }

  body[data-page-family="case-archive"] .proof-tags li {
    padding: 4px 6px;
    font-size: 10px;
  }

  body[data-page-family="case-archive"] .case-card-context {
    padding-top: 12px;
  }

  body[data-page-family="case-archive"] .case-card-context p {
    font-size: 13px;
    line-height: 1.48;
  }

  body[data-page-family="case-detail"] .project-preview-section {
    padding-top: 62px;
    padding-bottom: 72px;
  }

  body[data-page-family="case-detail"] .project-showcase {
    min-height: 430px;
  }

  body[data-page-family="case-detail"] .project-dossier,
  body[data-page-family="case-detail"] .project-flow-board {
    min-height: 500px;
  }
}

/* Full-bleed surfaces: V2 sections own the viewport, gutters own the content. */
body[data-page-family] > main > section,
body[data-page-family] > .footer {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

/* Explicit dark-surface colors prevent legacy text tokens from leaking through. */
body[data-page-family="home"] .home-projects .eyebrow,
body[data-page-family="home"] .home-closing .eyebrow,
body[data-page-family="commercial"] .services-boundary .eyebrow,
body[data-page-family="about"] .about-capabilities .eyebrow,
body[data-page-family="about"] .about-intro .eyebrow,
body[data-page-family="about"] .final-cta .eyebrow,
body[data-page-family="case-archive"] .final-cta .eyebrow {
  color: var(--site-v2-signal);
}

body[data-page-family="home"] .home-projects :where(h2, h3, strong, a),
body[data-page-family="commercial"] .services-boundary h2,
body[data-page-family="about"] .about-intro h2,
body[data-page-family="about"] .about-capabilities :where(h2, h3),
body[data-page-family="about"] .final-cta h2,
body[data-page-family="case-archive"] .final-cta h2 {
  color: #fff;
}

body[data-page-family="home"]
  .home-projects
  :where(p:not(.eyebrow):not(.home-route-index), li),
body[data-page-family="home"] .home-closing p:not(.eyebrow),
body[data-page-family="commercial"] .services-boundary p:not(.eyebrow),
body[data-page-family="about"] .final-cta p:not(.eyebrow),
body[data-page-family="case-archive"] .final-cta p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
}

body[data-page-family="home"] .home-projects strong {
  color: rgba(255, 255, 255, 0.9);
}

body[data-page-family="commercial"] .services-boundary {
  min-height: auto;
  padding-top: clamp(84px, 9vw, 128px);
  padding-bottom: clamp(84px, 9vw, 128px);
}

body[data-page-family="commercial"] .services-boundary h2 {
  font-size: clamp(50px, 6vw, 88px);
}

body[data-page-family="about"] .about-intro h2 {
  font-size: clamp(44px, 4.6vw, 72px);
  line-height: 0.92;
}

body[data-page-family="home"] .home-projects {
  padding-top: clamp(84px, 8vw, 120px);
  padding-bottom: clamp(88px, 8vw, 124px);
}

@media (min-width: 1101px) {
  body[data-page-family="home"]
    .home-project-grid
    > article:first-child
    .home-project-preview {
    height: auto;
    min-height: 420px;
    flex: 1 1 auto;
  }

  body[data-page-family="home"]
    .home-project-grid
    > article:not(:first-child)
    .home-project-preview {
    height: 200px;
    flex: 0 0 auto;
  }
}

@media (min-width: 781px) and (max-width: 1100px) {
  body[data-page-family="home"] .home-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page-family="home"] .home-project-grid > article:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  body[data-page-family="home"]
    .home-project-grid
    > article:first-child
    .home-project-preview {
    height: 420px;
  }

  body[data-page-family="home"]
    .home-project-grid
    > article:not(:first-child)
    .home-project-preview {
    height: 220px;
  }
}

@media (max-width: 780px) {
  body[data-page-family="commercial"] .services-boundary {
    padding-top: 72px;
    padding-bottom: 78px;
  }

  body[data-page-family="commercial"] .services-boundary h2 {
    font-size: clamp(42px, 12vw, 62px);
  }

  body[data-page-family="about"] .about-intro h2 {
    font-size: clamp(40px, 11vw, 58px);
  }

  body[data-page-family="utility"] .not-found {
    min-height: auto;
  }
}

/* Final production pass: density, hierarchy, and small-screen case navigation. */
body[data-page-family="home"] .home-brand-hero {
  min-height: clamp(760px, 92svh, 940px);
  padding-top: clamp(120px, 14vh, 155px);
  padding-bottom: clamp(52px, 7vh, 72px);
  align-items: center;
}

body[data-page-family="commercial"] .services-modes {
  padding-top: clamp(76px, 8vw, 116px);
  padding-bottom: clamp(76px, 8vw, 116px);
}

body[data-page-family="commercial"] .services-mode-grid article {
  min-height: 520px;
}

body[data-page-family="commercial"] .services-scope-note {
  margin-top: 44px;
}

body[data-page-family="about"] .about-capabilities .card {
  min-height: 280px;
}

body[data-page-family="contact"] .contact-hero {
  min-height: clamp(560px, 62svh, 650px);
}

body[data-page-family="contact"] .contact-grid {
  padding-bottom: clamp(72px, 7vw, 104px);
}

body[data-page-family="contact"] .contact-form-wrap {
  padding-top: clamp(44px, 5vw, 72px);
}

body[data-page-family="contact"] .contact-aside {
  margin-top: -24px;
}

body[data-page-family="contact"] .contact-aside h2 {
  font-size: clamp(38px, 3.8vw, 60px);
}

body[data-page-family="resource"] main > .section {
  padding-top: clamp(72px, 7vw, 108px);
  padding-bottom: clamp(72px, 7vw, 108px);
}

body[data-page-family="resource"] main > .section .checklist {
  margin-top: 44px;
}

body[data-page-family="utility"] .legal-content {
  max-width: 930px;
}

body[data-page-family="utility"] .legal-content :where(p, li) {
  max-width: 72ch;
}

body[data-page-family="case-detail"] .project-dossier h3 {
  color: #fff;
}

body[data-page-family="case-detail"] .project-flow-board {
  background:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 86% 10%, rgba(7, 93, 255, 0.82), transparent 40%),
    var(--site-v2-cobalt-dark);
  background-size: 48px 48px, 48px 48px, auto, auto;
}

body[data-page-family="case-detail"] .case-story-card--link {
  min-height: 0;
}

body[data-page-family="case-detail"] .case-story-card--link .button {
  width: max-content;
}

body:is(
    [data-page-path="/multumesc/"],
    [data-page-path="/en/thank-you/"]
  ) > main,
body[data-page-path="/404.html"] > main {
  display: flex;
}

body:is(
    [data-page-path="/multumesc/"],
    [data-page-path="/en/thank-you/"]
  ) .page-hero,
body[data-page-path="/404.html"] .not-found {
  width: 100%;
  min-height: clamp(620px, calc(100svh - 218px), 805px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 72px;
  padding-bottom: 72px;
}

@media (min-width: 781px) {
  body[data-page-family="utility"] .legal-content article {
    grid-template-columns: 72px minmax(0, 760px);
  }
}

@media (max-width: 1100px) and (min-width: 781px) {
  body[data-page-family="resource"] .lead-page {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
    gap: 40px;
  }

  body[data-page-family="resource"] .lead-page h1 {
    font-size: clamp(62px, 7.2vw, 86px);
  }

  body[data-page-family="resource"] .lead-page > img {
    width: 100%;
  }
}

@media (max-width: 780px) {
  body[data-page-family="home"] .home-brand-hero,
  body[data-page-family="commercial"] .services-hero,
  body[data-page-family="about"] .about-hero,
  body[data-page-family="contact"] .contact-hero {
    min-height: auto;
  }

  body[data-page-family="home"] .home-brand-hero {
    padding-top: 112px;
    align-items: end;
  }

  body[data-page-family="commercial"] .services-mode-grid article,
  body[data-page-family="about"] .about-capabilities .card {
    min-height: 0;
  }

  body[data-page-family="contact"] .contact-grid {
    padding-top: 44px;
  }

  body[data-page-family="contact"] .contact-aside {
    margin-top: 44px;
  }

  body[data-page-family="case-detail"] .case-story-nav a {
    flex-basis: 48%;
  }

  body[data-page-family="case-detail"] .case-story-card > .case-story-index {
    position: absolute;
    top: 38px;
    right: 0;
    margin: 0;
    font-size: 28px;
  }

  body[data-page-family="case-detail"] .case-story-card > h2 {
    max-width: calc(100% - 58px);
  }

  body:is(
      [data-page-path="/multumesc/"],
      [data-page-path="/en/thank-you/"]
    ) .page-hero,
  body[data-page-path="/404.html"] .not-found {
    min-height: calc(100svh - 68px);
    justify-content: center;
    padding-top: 72px;
  }
}

/* Contrast completion across inherited light/dark component variants. */
body[data-page-family="home"] .home-route-primary > p:not(.home-route-index),
body[data-page-family="home"] .home-closing p:not(.eyebrow),
body[data-page-family="commercial"] .services-boundary p:not(.eyebrow),
body[data-page-family="about"] .about-intro :where(p, li),
body[data-page-family="about"] .final-cta p:not(.eyebrow),
body[data-page-family="case-archive"] .final-cta p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.9);
}

body[data-page-family="home"] .home-command-flow li > span {
  color: var(--site-v2-signal);
}

body[data-page-family="home"] .home-projects .home-route-index {
  color: var(--site-v2-signal);
}

body[data-page-family="commercial"]
  .services-mode-grid
  article.is-featured
  .home-route-index {
  color: #fff;
}

body[data-page-family="home"] .home-routes .eyebrow,
body[data-page-family="commercial"] .services-modes .eyebrow,
body[data-page-family="case-archive"] :is(.cases-tier, .cases-archive) .eyebrow,
body[data-page-family="case-detail"] .project-preview-copy .eyebrow,
body[data-page-family="case-detail"] .final-cta .eyebrow,
body[data-page-family="about"] .about-proof .eyebrow,
body[data-page-family="utility"] .page-hero .eyebrow {
  color: var(--site-v2-cobalt-dark);
}

body[data-page-family="case-archive"] .cases-archive > details > p {
  color: rgba(5, 6, 7, 0.7);
}

body[data-page-family="case-detail"] .final-cta,
body[data-page-family="case-detail"] .final-cta h2 {
  color: var(--site-v2-ink);
}

body[data-page-family="case-detail"] .final-cta > div > p:not(.eyebrow) {
  color: rgba(5, 6, 7, 0.7);
}

body[data-page-family="case-detail"] .brief-capsule__field {
  background: rgba(8, 10, 15, 0.94);
}

body[data-page-family] .brief-capsule__field span {
  color: rgba(255, 255, 255, 0.78);
}

body[data-page-family] .brief-capsule__field strong {
  color: #fff;
}

body[data-page-family="case-detail"] .brief-capsule__status {
  color: var(--site-v2-cobalt-dark);
}

body[data-page-family="case-detail"] .brief-capsule__status::before {
  background: var(--site-v2-cobalt-dark);
}

body:is([data-page-family="about"], [data-page-family="case-archive"])
  .brief-capsule__status {
  color: #fff;
}

body[data-page-family="case-archive"] .final-cta .button.secondary {
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
}
