/* BAFurniture V8 — Trust & Case Study Engine */
.brand-home {
  --v8-stone: #d9d3c7;
  --v8-muted: #6b6d65;
}

.v8-brand-logo {
  display: block;
  background: #fff;
  object-fit: contain;
}

.v8-brand-logo--header {
  width: 110px;
  height: 68px;
  object-fit: cover;
  object-position: 50% 30%;
}

.v8-brand-logo--footer {
  width: 148px;
  height: 148px;
}

.v8-brand-logo--catalog-header {
  width: 110px;
  height: 68px;
  object-fit: cover;
  object-position: 50% 30%;
}

.site-header__logo:has(.v8-brand-logo) {
  min-width: 110px;
}

.footer-brand:has(.v8-brand-logo) {
  display: inline-flex;
  min-height: 0;
}

.v8-catalog {
  padding: clamp(100px, 12vw, 180px) clamp(24px, 7vw, 116px);
  background: var(--v6-cream);
}

.v8-catalog-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 9vw;
  margin-bottom: clamp(60px, 8vw, 110px);
}

.v8-catalog-heading h2 {
  max-width: 850px;
  margin-top: 22px;
  font-size: clamp(44px, 5vw, 74px);
  line-height: 1.03;
}

.v8-catalog-heading > div:last-child > p {
  color: var(--v8-muted);
  font-size: 17px;
  line-height: 1.75;
}

.v8-catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.v8-catalog-card {
  display: flex;
  min-height: 490px;
  flex-direction: column;
  color: var(--v6-ink);
  background: var(--v6-paper);
  border: 1px solid var(--v6-line);
  overflow: hidden;
  transition: transform 450ms ease, border-color 250ms ease;
}

.v8-catalog-card--feature {
  grid-column: span 2;
  grid-row: span 2;
}

.v8-catalog-card:hover {
  border-color: rgba(23, 24, 19, 0.42);
  transform: translateY(-5px);
}

.v8-catalog-card > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.04);
  transition: filter 450ms ease, transform 650ms ease;
}

.v8-catalog-card--feature > img {
  flex: 1 1 auto;
  min-height: 620px;
}

.v8-catalog-card:hover > img {
  filter: saturate(0.92) contrast(1.02);
  transform: scale(1.018);
}

.v8-catalog-card > span {
  display: flex;
  min-height: 235px;
  flex-direction: column;
  padding: 28px;
}

.v8-catalog-card small {
  color: #7b7c73;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.v8-catalog-card strong {
  margin-top: 12px;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(27px, 2.5vw, 38px);
  font-weight: 400;
  line-height: 1.08;
}

.v8-catalog-card p {
  margin-top: 13px;
  color: var(--v8-muted);
  font-size: 14px;
  line-height: 1.6;
}

.v8-catalog-card em {
  width: max-content;
  margin-top: auto;
  padding-top: 22px;
  border-bottom: 1px solid currentColor;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v8-subcategory-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 72px;
  border-top: 1px solid var(--v6-line);
  border-left: 1px solid var(--v6-line);
}

.v8-subcategory-strip > * {
  min-height: 190px;
  border-right: 1px solid var(--v6-line);
  border-bottom: 1px solid var(--v6-line);
}

.v8-subcategory-intro {
  display: flex;
  grid-row: span 2;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  color: #fff;
  background: var(--v6-moss);
}

.v8-subcategory-intro small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v8-subcategory-intro strong {
  margin-top: 12px;
  font-family: "Times New Roman", Times, serif;
  font-size: 31px;
  font-weight: 400;
}

.v8-subcategory-intro p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}

.v8-subcategory-strip > a {
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: center;
  gap: 15px;
  padding: 16px;
  background: var(--v6-paper);
  transition: background 200ms ease;
}

.v8-subcategory-strip > a:hover {
  background: #fff;
}

.v8-subcategory-strip img {
  width: 82px;
  height: 82px;
  object-fit: cover;
  filter: saturate(0.76) contrast(1.03);
}

.v8-subcategory-strip a span {
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  line-height: 1.15;
}

.v8-case-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: repeat(2, minmax(360px, 1fr));
  gap: 22px;
}

.v8-case-card {
  position: relative;
  display: block;
  min-height: 360px;
  color: #fff;
  background: #252720;
  overflow: hidden;
}

.v8-case-card--primary {
  grid-row: span 2;
}

.v8-case-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.04);
  transition: transform 700ms ease, filter 500ms ease;
}

.v8-case-card:hover > img {
  filter: saturate(0.9) contrast(1.02);
  transform: scale(1.025);
}

.v8-case-shade {
  position: absolute;
  inset: 0;
  background: rgba(8, 10, 8, 0.36);
}

.v8-case-copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  padding: clamp(28px, 4vw, 54px);
  background: rgba(11, 12, 10, 0.72);
}

.v8-case-copy small,
.v8-case-copy strong,
.v8-case-copy span {
  display: block;
}

.v8-case-copy small {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.v8-case-copy strong {
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(29px, 3vw, 48px);
  font-weight: 400;
  line-height: 1.04;
}

.v8-case-copy span {
  max-width: 470px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.6;
}

.v8-section-link {
  display: inline-block;
  width: max-content;
  margin-top: 38px;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v8-section-link--light {
  color: #fff;
}

.v8-capability-list {
  margin-top: 44px;
  border-top: 1px solid var(--v6-line);
}

.v8-capability-list > div {
  display: grid;
  grid-template-columns: 42px 150px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--v6-line);
}

.v8-capability-list span {
  color: #87887f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.v8-capability-list strong {
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: 400;
}

.v8-capability-list p {
  color: #65675f;
  font-size: 13px;
  line-height: 1.6;
}

.v8-operation {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 850px;
  color: #fff;
  background: #191a16;
}

.v8-operation-image {
  min-height: 650px;
  overflow: hidden;
}

.v8-operation-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.66) contrast(1.04);
}

.v8-operation-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 8vw, 130px);
}

.v8-operation-copy .v6-kicker {
  color: rgba(255, 255, 255, 0.55);
}

.v8-operation-copy h2 {
  margin-top: 25px;
  font-size: clamp(44px, 4.6vw, 72px);
  line-height: 1.02;
}

.v8-operation-copy > p:not(.v6-kicker) {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 17px;
  line-height: 1.75;
}

.v8-operation-copy dl {
  margin-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.v8-operation-copy dl > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.v8-operation-copy dt {
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v8-operation-copy dd {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.6;
}

.v8-coverage {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(70px, 10vw, 160px);
  padding: clamp(100px, 12vw, 180px) clamp(24px, 7vw, 116px);
  background: var(--v6-cream);
}

.v8-coverage-heading {
  align-self: center;
}

.v8-coverage-heading h2 {
  margin-top: 24px;
  font-size: clamp(44px, 5vw, 74px);
  line-height: 1.03;
}

.v8-coverage-heading > p:not(.v6-kicker) {
  margin-top: 28px;
  color: var(--v8-muted);
  font-size: 17px;
  line-height: 1.75;
}

.v8-coverage-map {
  margin: 0;
  padding: clamp(34px, 5vw, 68px);
  color: #fff;
  background: var(--v6-moss);
}

.v8-coverage-map figcaption {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.v8-map-regions {
  position: relative;
  margin-top: 22px;
  padding-left: 46px;
}

.v8-map-regions::before {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 10px;
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
  content: "";
}

.v8-map-region {
  position: relative;
  padding: 22px 0 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.v8-map-region::before {
  position: absolute;
  top: 26px;
  left: -42px;
  width: 13px;
  height: 13px;
  background: var(--v8-stone);
  border: 4px solid var(--v6-moss);
  outline: 1px solid rgba(255, 255, 255, 0.55);
  content: "";
}

.v8-map-region--north::before {
  width: 20px;
  height: 20px;
  left: -45px;
  background: #fff;
}

.v8-map-region span,
.v8-map-region strong {
  display: block;
}

.v8-map-region span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.v8-map-region strong {
  margin-top: 8px;
  font-family: "Times New Roman", Times, serif;
  font-size: 28px;
  font-weight: 400;
}

.v8-map-region p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.65;
}

.v8-map-note {
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  line-height: 1.6;
}

.v8-process {
  padding: clamp(100px, 12vw, 180px) clamp(24px, 7vw, 116px);
  background: var(--v6-paper);
}

.v8-process-heading {
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  gap: 7vw;
  margin-bottom: clamp(60px, 8vw, 110px);
}

.v8-process-heading h2 {
  max-width: 940px;
  font-size: clamp(44px, 5.4vw, 80px);
  line-height: 1.02;
}

.v8-process-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--v6-line);
  list-style: none;
}

.v8-process-list li {
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  gap: 7vw;
  padding: 27px 0;
  border-bottom: 1px solid var(--v6-line);
}

.v8-process-list > li > span {
  color: #85867e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.v8-process-list li > div {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 5vw;
}

.v8-process-list strong {
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(25px, 2.4vw, 36px);
  font-weight: 400;
}

.v8-process-list p {
  color: var(--v8-muted);
  font-size: 15px;
  line-height: 1.65;
}

.v8-authority {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(60px, 10vw, 160px);
  padding: clamp(100px, 12vw, 180px) clamp(24px, 7vw, 116px);
  color: #fff;
  background: #171813;
}

.v8-authority-copy h2 {
  margin-top: 24px;
  font-size: clamp(44px, 5vw, 74px);
  line-height: 1.03;
}

.v8-authority-copy > p:not(.v6-kicker) {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 17px;
  line-height: 1.75;
}

.v8-authority-proof {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.v8-authority-proof > div {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 26px;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.v8-authority-proof strong {
  font-family: "Times New Roman", Times, serif;
  font-size: 40px;
  font-weight: 400;
}

.v8-authority-proof span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  line-height: 1.6;
}

/* Shared case-study pages */
.case-page {
  padding-bottom: 0;
}

.case-page .v6-header {
  position: absolute;
}

.case-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: min(900px, 92svh);
  padding: 180px clamp(24px, 7vw, 116px) 90px;
  color: #fff;
  background: #22251f;
  overflow: hidden;
}

.case-hero > img,
.case-detail-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.68) contrast(1.05);
}

.case-hero::after,
.case-detail-hero::after {
  position: absolute;
  inset: 0;
  background: rgba(7, 9, 7, 0.5);
  content: "";
}

.case-hero__copy,
.case-detail-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 1040px;
}

.case-hero h1,
.case-detail-hero h1 {
  margin-top: 22px;
  font-size: clamp(58px, 8vw, 116px);
  line-height: 0.92;
}

.case-hero__copy > p:not(.v6-kicker),
.case-detail-hero__copy > p:not(.v6-kicker) {
  max-width: 650px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.7;
}

.case-disclosure {
  padding: 18px clamp(24px, 7vw, 116px);
  color: #5f615a;
  background: var(--v6-cream);
  border-bottom: 1px solid var(--v6-line);
  font-size: 12px;
  line-height: 1.6;
}

.case-index {
  padding: clamp(100px, 12vw, 180px) clamp(24px, 7vw, 116px);
}

.case-index__intro {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 9vw;
  margin-bottom: clamp(60px, 8vw, 110px);
}

.case-index__intro h2 {
  font-size: clamp(44px, 5vw, 74px);
  line-height: 1.03;
}

.case-index__intro p {
  color: var(--v8-muted);
  font-size: 17px;
  line-height: 1.75;
}

.case-list {
  display: grid;
  gap: 70px;
}

.case-list-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  min-height: 620px;
  color: var(--v6-ink);
  background: var(--v6-cream);
}

.case-list-card:nth-child(even) {
  grid-template-columns: 0.8fr 1.2fr;
}

.case-list-card:nth-child(even) .case-list-card__media {
  order: 2;
}

.case-list-card__media {
  overflow: hidden;
}

.case-list-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.7) contrast(1.04);
  transition: transform 700ms ease;
}

.case-list-card:hover .case-list-card__media img {
  transform: scale(1.02);
}

.case-list-card__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(45px, 6vw, 90px);
}

.case-list-card__copy small {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.case-list-card__copy h2 {
  margin-top: 22px;
  font-size: clamp(39px, 4.5vw, 66px);
  line-height: 1.02;
}

.case-list-card__copy p {
  margin-top: 24px;
  color: var(--v8-muted);
  line-height: 1.7;
}

.case-detail-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 820px;
  padding: 180px clamp(24px, 7vw, 116px) 90px;
  color: #fff;
  background: #22251f;
  overflow: hidden;
}

.case-summary {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 10vw;
  padding: clamp(90px, 11vw, 160px) clamp(24px, 7vw, 116px);
  background: var(--v6-paper);
}

.case-summary h2 {
  font-size: clamp(44px, 5vw, 74px);
  line-height: 1.03;
}

.case-summary__lead > p {
  margin-top: 26px;
  color: var(--v8-muted);
  font-size: 17px;
  line-height: 1.75;
}

.case-summary dl {
  margin: 0;
  border-top: 1px solid var(--v6-line);
}

.case-summary dl > div {
  padding: 19px 0;
  border-bottom: 1px solid var(--v6-line);
}

.case-summary dt {
  color: #818279;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.case-summary dd {
  margin-top: 8px;
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
  line-height: 1.25;
}

.case-challenge {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  min-height: 760px;
  color: #fff;
  background: #191a16;
}

.case-challenge__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 8vw, 130px);
}

.case-challenge__copy h2 {
  margin-top: 24px;
  font-size: clamp(43px, 4.8vw, 72px);
  line-height: 1.03;
}

.case-challenge__copy p {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 17px;
  line-height: 1.75;
}

.case-challenge__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.66) contrast(1.04);
}

.case-decisions {
  padding: clamp(100px, 12vw, 180px) clamp(24px, 7vw, 116px);
  background: var(--v6-cream);
}

.case-decisions__head {
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  gap: 7vw;
  margin-bottom: 70px;
}

.case-decisions__head h2 {
  font-size: clamp(44px, 5vw, 74px);
  line-height: 1.03;
}

.case-decisions ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--v6-line);
  list-style: none;
}

.case-decisions li {
  display: grid;
  grid-template-columns: 80px 0.7fr 1.3fr;
  gap: 4vw;
  padding: 28px 0;
  border-bottom: 1px solid var(--v6-line);
}

.case-decisions li > span {
  color: #85867e;
  font-size: 11px;
  font-weight: 800;
}

.case-decisions strong {
  font-family: "Times New Roman", Times, serif;
  font-size: 28px;
  font-weight: 400;
}

.case-decisions li p {
  color: var(--v8-muted);
  line-height: 1.7;
}

.case-result {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 9vw;
  padding: clamp(100px, 12vw, 180px) clamp(24px, 7vw, 116px);
  color: #fff;
  background: var(--v6-moss);
}

.case-result h2 {
  margin-top: 24px;
  font-size: clamp(44px, 5vw, 74px);
  line-height: 1.03;
}

.case-result__points {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.case-result__points p {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.case-next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 70px clamp(24px, 7vw, 116px);
  background: var(--v6-paper);
}

.case-next p {
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(28px, 3.5vw, 50px);
  line-height: 1.1;
}

.case-next a {
  min-width: max-content;
}

@media (max-width: 980px) {
  .v8-catalog-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 30px;
  }

  .v8-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v8-catalog-card--feature {
    grid-column: span 2;
    grid-row: auto;
  }

  .v8-catalog-card--feature > img {
    min-height: 580px;
  }

  .v8-subcategory-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v8-subcategory-intro {
    grid-column: span 2;
    grid-row: auto;
  }

  .v8-case-grid,
  .v8-operation,
  .v8-coverage,
  .v8-authority,
  .case-index__intro,
  .case-list-card,
  .case-list-card:nth-child(even),
  .case-summary,
  .case-challenge,
  .case-result {
    grid-template-columns: 1fr;
  }

  .v8-case-card--primary {
    grid-row: auto;
  }

  .v8-case-card {
    min-height: 620px;
  }

  .v8-operation-image {
    min-height: 75vw;
  }

  .v8-process-heading,
  .v8-process-list li,
  .case-decisions__head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .case-list-card:nth-child(even) .case-list-card__media {
    order: 0;
  }

  .case-list-card__media,
  .case-challenge__image {
    min-height: 70vw;
  }
}

@media (min-width: 981px) and (max-width: 1240px) {
  .v6-header {
    padding-right: 28px;
    padding-left: 28px;
  }

  .v6-nav {
    gap: 18px;
    font-size: 11px;
  }

  .v6-header-cta {
    font-size: 11px;
  }
}

@media (max-width: 680px) {
  .v8-brand-logo--header {
    width: 76px;
    height: 50px;
  }

  .v8-brand-logo--footer {
    width: 124px;
    height: 124px;
  }

  .v8-catalog-grid {
    grid-template-columns: 1fr;
  }

  .v8-catalog-card--feature {
    grid-column: auto;
  }

  .v8-catalog-card,
  .v8-catalog-card--feature {
    min-height: 0;
  }

  .v8-catalog-card--feature > img {
    min-height: 0;
  }

  .v8-subcategory-strip {
    grid-template-columns: 1fr;
    margin-right: -24px;
    margin-left: -24px;
  }

  .v8-subcategory-intro {
    grid-column: auto;
  }

  .v8-case-card {
    min-height: 520px;
  }

  .v8-capability-list > div {
    grid-template-columns: 32px 1fr;
  }

  .v8-capability-list p {
    grid-column: 2;
  }

  .v8-operation-copy,
  .case-challenge__copy {
    padding: 80px 24px;
  }

  .v8-coverage {
    gap: 55px;
  }

  .v8-coverage-map {
    margin: 0 -24px;
  }

  .v8-process-list li > div {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .v8-authority-proof > div {
    grid-template-columns: 90px 1fr;
  }

  .case-hero,
  .case-detail-hero {
    min-height: 760px;
    padding: 150px 20px 70px;
  }

  .case-hero h1,
  .case-detail-hero h1 {
    font-size: clamp(53px, 16vw, 74px);
  }

  .case-list {
    gap: 35px;
  }

  .case-list-card {
    min-height: 0;
  }

  .case-list-card__media,
  .case-challenge__image {
    min-height: 110vw;
  }

  .case-list-card__copy {
    padding: 55px 25px;
  }

  .case-decisions li {
    grid-template-columns: 38px 1fr;
  }

  .case-decisions li p {
    grid-column: 2;
  }

  .case-next {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v8-case-card > img,
  .case-list-card__media img {
    transition: none;
  }
}
