:root {
  --h6d-ink: #171a18;
  --h6d-muted: #666b67;
  --h6d-paper: #f5f3ee;
  --h6d-paper-deep: #ebe7de;
  --h6d-line: rgba(23, 26, 24, 0.14);
  --h6d-gold: #b89a63;
  --h6d-white: #fff;
  --h6d-serif: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --h6d-sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --h6d-shadow: 0 24px 60px rgba(21, 24, 22, 0.12);
}

.h6dsp-service-page,
.h6dsp-services-archive-page {
  background: var(--h6d-paper);
  color: var(--h6d-ink);
}

.h6dsp-service-page .site-content,
.h6dsp-services-archive-page .site-content,
.h6dsp-service-page #content,
.h6dsp-services-archive-page #content {
  padding: 0;
  margin: 0;
  max-width: none;
}

.h6dsp-single,
.h6dsp-archive,
.h6dsp-single *,
.h6dsp-archive * {
  box-sizing: border-box;
}

.h6dsp-wrap {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.h6dsp-single h1,
.h6dsp-single h2,
.h6dsp-single h3,
.h6dsp-archive h1,
.h6dsp-archive h2,
.h6dsp-archive h3 {
  color: inherit;
  font-family: var(--h6d-serif);
  font-weight: 500;
  letter-spacing: -0.025em;
  text-transform: none;
}

.h6dsp-single p,
.h6dsp-single li,
.h6dsp-single a,
.h6dsp-archive p,
.h6dsp-archive li,
.h6dsp-archive a {
  font-family: var(--h6d-sans);
}

.h6dsp-eyebrow,
.h6dsp-section-label {
  margin: 0 0 17px;
  color: var(--h6d-gold);
  font-family: var(--h6d-sans) !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.h6dsp-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: clamp(36px, 6vw, 82px);
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.h6dsp-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.h6dsp-breadcrumb a:hover {
  color: #fff;
}

.h6dsp-breadcrumb-dark {
  color: rgba(255, 255, 255, 0.64);
}

.h6dsp-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.h6dsp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none !important;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}

.h6dsp-button:hover {
  transform: translateY(-2px);
}

.h6dsp-button-primary {
  background: var(--h6d-gold);
  color: #111512 !important;
}

.h6dsp-button-primary:hover {
  background: #cfb57e;
}

.h6dsp-button-ghost {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff !important;
}

.h6dsp-button-ghost:hover {
  border-color: #fff;
  background: #fff;
  color: var(--h6d-ink) !important;
}

.h6dsp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none !important;
}

.h6dsp-text-link span,
.h6dsp-text-link b {
  font-size: 15px;
  font-weight: inherit;
  transition: transform .2s ease;
}

.h6dsp-text-link:hover span,
.h6dsp-text-link:hover b {
  transform: translate(2px, -2px);
}

.h6dsp-dark-link {
  color: var(--h6d-ink) !important;
}

/* Single service hero */
.h6dsp-masthead {
  position: relative;
  display: grid;
  min-height: min(820px, 86vh);
  overflow: hidden;
  background: #151815;
  color: #fff;
  isolation: isolate;
}

.h6dsp-masthead-image,
.h6dsp-masthead-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.h6dsp-masthead-image {
  z-index: -2;
  object-fit: cover;
  object-position: center;
  animation: h6dsp-reveal 1.1s ease-out both;
}

.h6dsp-masthead-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(10, 13, 11, .88) 0%, rgba(10, 13, 11, .62) 47%, rgba(10, 13, 11, .14) 82%),
    linear-gradient(0deg, rgba(10, 13, 11, .58) 0%, transparent 45%);
}

@keyframes h6dsp-reveal {
  from { opacity: .25; transform: scale(1.025); }
  to { opacity: 1; transform: scale(1); }
}

.h6dsp-masthead-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-block: clamp(40px, 6vw, 80px);
}

.h6dsp-masthead-inner .h6dsp-eyebrow {
  margin-bottom: 19px;
}

.h6dsp-masthead h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(49px, 7vw, 96px);
  line-height: .96;
}

.h6dsp-masthead-excerpt {
  max-width: 690px;
  margin: 28px 0 32px;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.7;
}

.h6dsp-article {
  margin: 0;
  padding: 0;
  background: var(--h6d-paper);
}

.h6dsp-content {
  padding: clamp(78px, 10vw, 145px) 0 0;
}

.h6dsp-lede {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr);
  column-gap: clamp(50px, 8vw, 130px);
  align-items: end;
  padding-bottom: clamp(65px, 8vw, 110px);
  border-bottom: 1px solid var(--h6d-line);
}

.h6dsp-lede .h6dsp-eyebrow {
  grid-column: 1 / -1;
}

.h6dsp-lede h2 {
  margin: 0;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.03;
}

.h6dsp-intro {
  margin: 0;
  color: var(--h6d-muted);
  font-size: 16px;
  line-height: 1.8;
}

.h6dsp-chips {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 25px;
}

.h6dsp-chips span {
  padding: 9px 13px;
  border: 1px solid var(--h6d-line);
  color: #4f544f;
  font-family: var(--h6d-sans);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .03em;
}

.h6dsp-narrow {
  width: min(880px, 100%);
  margin: 0 auto;
  padding: clamp(75px, 9vw, 125px) 0;
}

.h6dsp-prose h2,
.h6dsp-section h2,
.h6dsp-panel h2,
.h6dsp-more-services h2,
.h6dsp-journey h2 {
  margin: 0 0 28px;
  font-size: clamp(38px, 4.2vw, 60px);
  line-height: 1.05;
}

.h6dsp-prose > p:not(.h6dsp-section-label) {
  margin: 0 0 20px;
  color: #505550;
  font-size: 17px;
  line-height: 1.85;
}

.h6dsp-figure {
  width: min(1140px, 100%);
  margin: 0 auto;
}

.h6dsp-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  box-shadow: var(--h6d-shadow);
}

.h6dsp-figure figcaption {
  max-width: 760px;
  margin: 14px 0 0;
  color: #767a76;
  font-family: var(--h6d-sans);
  font-size: 12px;
  font-style: normal;
  line-height: 1.65;
}

.h6dsp-section {
  padding: clamp(88px, 10vw, 145px) 0;
}

.h6dsp-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(270px, .55fr);
  gap: clamp(35px, 7vw, 105px);
  align-items: end;
  margin-bottom: clamp(44px, 6vw, 75px);
}

.h6dsp-heading-row h2 {
  margin-bottom: 0;
}

.h6dsp-heading-row > p {
  margin: 0;
  color: var(--h6d-muted);
  font-size: 14px;
  line-height: 1.75;
}

.h6dsp-grid {
  display: grid;
}

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

.h6dsp-card {
  min-height: 290px;
  margin: 0;
  padding: 31px 27px;
  border-right: 1px solid var(--h6d-line);
  border-bottom: 1px solid var(--h6d-line);
  background: transparent;
  transition: background-color .25s ease, transform .25s ease;
}

.h6dsp-card:hover {
  z-index: 1;
  background: #fff;
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(30, 31, 29, .08);
}

.h6dsp-card > span,
.h6dsp-process > li > span,
.h6dsp-commitment-list span,
.h6dsp-journey-grid span {
  color: var(--h6d-gold);
  font-family: var(--h6d-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}

.h6dsp-card h3 {
  margin: 72px 0 13px;
  font-size: 27px;
  line-height: 1.08;
}

.h6dsp-card p,
.h6dsp-scope-item p,
.h6dsp-process p,
.h6dsp-related-card p {
  margin: 0;
  color: var(--h6d-muted);
  font-size: 13px;
  line-height: 1.7;
}

.h6dsp-scope {
  margin-inline: calc(50% - 50vw);
  padding-inline: max(24px, calc((100vw - 1240px) / 2));
  background: #1a1d1b;
  color: #fff;
}

.h6dsp-scope .h6dsp-heading-row > p,
.h6dsp-scope-item p {
  color: rgba(255, 255, 255, .62);
}

.h6dsp-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.h6dsp-scope-item {
  position: relative;
  min-height: 180px;
  margin: 0;
  padding: 31px 34px 36px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.h6dsp-scope-item:nth-child(odd) {
  padding-right: 55px;
  border-right: 1px solid rgba(255, 255, 255, .15);
}

.h6dsp-scope-item:nth-child(even) {
  padding-left: 55px;
}

.h6dsp-scope-item h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
}

.h6dsp-process-section {
  padding-bottom: clamp(75px, 8vw, 110px);
}

.h6dsp-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--h6d-line);
  list-style: none;
}

.h6dsp-process li {
  display: flex;
  flex-direction: column;
  min-height: 265px;
  padding: 31px 35px 34px 0;
  border-right: 1px solid var(--h6d-line);
  border-bottom: 1px solid var(--h6d-line);
}

.h6dsp-process li:nth-child(3n + 2),
.h6dsp-process li:nth-child(3n + 3) {
  padding-left: 35px;
}

.h6dsp-process li:nth-child(3n) {
  border-right: 0;
}

.h6dsp-process li div {
  margin-top: auto;
}

.h6dsp-process h3 {
  margin: 58px 0 12px;
  font-size: 27px;
  line-height: 1.08;
}

.h6dsp-dual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-inline: calc(50% - 50vw);
}

.h6dsp-panel {
  min-height: 590px;
  padding: clamp(65px, 7vw, 105px) max(26px, calc((100vw - 1240px) / 2));
}

.h6dsp-panel-dark {
  padding-left: max(26px, calc((100vw - 1240px) / 2));
  padding-right: clamp(35px, 6vw, 100px);
  background: #1a1d1b;
  color: #fff;
}

.h6dsp-panel-light {
  padding-left: clamp(35px, 6vw, 100px);
  padding-right: max(26px, calc((100vw - 1240px) / 2));
  background: var(--h6d-paper-deep);
}

.h6dsp-panel h2 {
  font-size: clamp(39px, 4vw, 58px);
}

.h6dsp-checklist {
  margin: 37px 0 0;
  padding: 0;
  list-style: none;
}

.h6dsp-checklist li {
  position: relative;
  margin: 0;
  padding: 16px 0 16px 29px;
  border-bottom: 1px solid currentColor;
  border-color: rgba(127, 128, 125, .24);
  font-size: 13px;
  line-height: 1.55;
}

.h6dsp-checklist li::before {
  position: absolute;
  top: 19px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--h6d-gold);
  content: "";
}

.h6dsp-panel-dark .h6dsp-checklist {
  color: rgba(255, 255, 255, .78);
}

.h6dsp-note {
  margin: 26px 0 0;
  color: var(--h6d-muted);
  font-size: 12px;
  line-height: 1.7;
}

.h6dsp-commitments {
  border-bottom: 1px solid var(--h6d-line);
}

.h6dsp-commitments > h2 {
  width: min(700px, 100%);
}

.h6dsp-commitment-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: clamp(45px, 6vw, 75px);
  border-top: 1px solid var(--h6d-line);
  border-left: 1px solid var(--h6d-line);
}

.h6dsp-commitment-list div {
  min-height: 165px;
  padding: 23px 20px;
  border-right: 1px solid var(--h6d-line);
  border-bottom: 1px solid var(--h6d-line);
}

.h6dsp-commitment-list p {
  margin: 42px 0 0;
  color: #3f443f;
  font-size: 13px;
  line-height: 1.6;
}

.h6dsp-faq {
  padding-bottom: clamp(95px, 12vw, 170px);
}

.h6dsp-faq-list {
  border-top: 1px solid var(--h6d-line);
}

.h6dsp-faq details {
  border-bottom: 1px solid var(--h6d-line);
}

.h6dsp-faq summary {
  position: relative;
  padding: 25px 52px 25px 0;
  color: var(--h6d-ink);
  cursor: pointer;
  font-family: var(--h6d-serif);
  font-size: clamp(21px, 2.2vw, 28px);
  line-height: 1.3;
  list-style: none;
}

.h6dsp-faq summary::-webkit-details-marker {
  display: none;
}

.h6dsp-faq summary::after {
  position: absolute;
  top: 25px;
  right: 3px;
  color: var(--h6d-gold);
  font-family: var(--h6d-sans);
  font-size: 22px;
  content: "+";
}

.h6dsp-faq details[open] summary::after {
  content: "−";
}

.h6dsp-faq details > p {
  max-width: 830px;
  margin: -4px 0 26px;
  color: var(--h6d-muted);
  font-size: 14px;
  line-height: 1.8;
}

.h6dsp-cta {
  margin-inline: calc(50% - 50vw);
  padding: clamp(85px, 11vw, 150px) max(24px, calc((100vw - 1240px) / 2));
  background: #151815;
  color: #fff;
}

.h6dsp-cta h2,
.h6dsp-archive-cta h2 {
  max-width: 830px;
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 6vw, 82px);
  line-height: 1;
}

.h6dsp-cta > p:not(.h6dsp-eyebrow),
.h6dsp-archive-cta > .h6dsp-wrap > p:not(.h6dsp-eyebrow) {
  max-width: 690px;
  margin: 29px 0 34px;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  line-height: 1.75;
}

/* Related services */
.h6dsp-more-services {
  padding: clamp(85px, 10vw, 145px) 0;
  background: #fff;
}

.h6dsp-more-services .h6dsp-heading-row {
  align-items: end;
}

.h6dsp-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.h6dsp-related-card {
  position: relative;
  display: block;
  min-height: 450px;
  overflow: hidden;
  padding: 28px;
  background: #1a1d1b;
  color: #fff !important;
  text-decoration: none !important;
  isolation: isolate;
}

.h6dsp-related-card::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 9, 8, .86), rgba(7, 9, 8, .06) 70%);
  content: "";
}

.h6dsp-related-card img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.h6dsp-related-card:hover img {
  transform: scale(1.035);
}

.h6dsp-related-card > span {
  font-family: var(--h6d-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}

.h6dsp-related-card h3 {
  margin: 285px 0 12px;
  color: #fff;
  font-size: 30px;
  line-height: 1.05;
}

.h6dsp-related-card p {
  color: rgba(255, 255, 255, .7);
}

/* Archive */
.h6dsp-archive-hero {
  padding: clamp(45px, 6vw, 82px) 0 clamp(76px, 10vw, 145px);
  background: #171a18;
  color: #fff;
}

.h6dsp-archive-hero .h6dsp-breadcrumb {
  margin-bottom: clamp(70px, 11vw, 150px);
}

.h6dsp-archive-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .55fr);
  gap: 70px;
  align-items: end;
}

.h6dsp-archive-title-row h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(62px, 9vw, 125px);
  line-height: .9;
}

.h6dsp-archive-title-row > p {
  margin: 0 0 5px;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  line-height: 1.75;
}

.h6dsp-archive-services {
  padding: clamp(80px, 10vw, 145px) 0;
}

.h6dsp-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(60px, 8vw, 105px) clamp(28px, 5vw, 70px);
}

.h6dsp-service-card {
  margin: 0;
}

.h6dsp-service-card-image {
  position: relative;
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #d8d6d0;
}

.h6dsp-service-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2, .7, .2, 1);
}

.h6dsp-service-card:hover .h6dsp-service-card-image img {
  transform: scale(1.035);
}

.h6dsp-service-card-image > span {
  position: absolute;
  right: 17px;
  bottom: 17px;
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  background: rgba(20, 23, 21, .9);
  color: #fff;
  font-family: var(--h6d-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
}

.h6dsp-service-card-body {
  padding: 29px 0 0;
}

.h6dsp-service-card-body h2 {
  margin: 0 0 17px;
  font-size: clamp(34px, 3.4vw, 49px);
  line-height: 1.02;
}

.h6dsp-service-card-body h2 a {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}

.h6dsp-service-card-body > p:not(.h6dsp-section-label) {
  max-width: 570px;
  min-height: 70px;
  margin: 0 0 22px;
  color: var(--h6d-muted);
  font-size: 14px;
  line-height: 1.75;
}

/* Khi danh mục có 7 dịch vụ, thẻ cuối trở thành một khối nhấn toàn chiều rộng. */
.h6dsp-service-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
  align-items: stretch;
  background: var(--h6d-paper-deep);
}

.h6dsp-service-card:last-child:nth-child(odd) .h6dsp-service-card-image {
  min-height: 430px;
  aspect-ratio: auto;
}

.h6dsp-service-card:last-child:nth-child(odd) .h6dsp-service-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 6vw, 80px);
}

.h6dsp-service-card:last-child:nth-child(odd) .h6dsp-service-card-body > p:not(.h6dsp-section-label) {
  min-height: 0;
}

.h6dsp-journey {
  padding: clamp(85px, 11vw, 155px) 0;
  background: var(--h6d-paper-deep);
}

.h6dsp-journey h2 {
  max-width: 850px;
  margin-bottom: clamp(52px, 7vw, 90px);
  font-size: clamp(46px, 6vw, 83px);
  line-height: 1;
}

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

.h6dsp-journey-grid > div {
  min-height: 250px;
  padding: 29px 25px;
  border-right: 1px solid var(--h6d-line);
  border-bottom: 1px solid var(--h6d-line);
}

.h6dsp-journey-grid h3 {
  margin: 73px 0 13px;
  font-size: 28px;
}

.h6dsp-journey-grid p {
  margin: 0;
  color: var(--h6d-muted);
  font-size: 13px;
  line-height: 1.7;
}

.h6dsp-archive-cta {
  padding: clamp(90px, 12vw, 165px) 0;
  background: #151815;
  color: #fff;
}

@media (max-width: 1050px) {
  .h6dsp-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .h6dsp-card {
    min-height: 245px;
  }

  .h6dsp-process,
  .h6dsp-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .h6dsp-process li:nth-child(n) {
    padding-inline: 30px;
    border-right: 1px solid var(--h6d-line);
  }

  .h6dsp-process li:nth-child(2n) {
    border-right: 0;
  }

  .h6dsp-commitment-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .h6dsp-wrap {
    width: min(100% - 32px, 1240px);
  }

  .h6dsp-masthead {
    min-height: 720px;
  }

  .h6dsp-masthead-image {
    object-position: 58% center;
  }

  .h6dsp-masthead-shade {
    background: linear-gradient(0deg, rgba(9, 12, 10, .92) 0%, rgba(9, 12, 10, .5) 70%, rgba(9, 12, 10, .25));
  }

  .h6dsp-breadcrumb {
    margin-bottom: 62px;
  }

  .h6dsp-masthead h1 {
    font-size: clamp(43px, 14vw, 66px);
  }

  .h6dsp-masthead-excerpt {
    font-size: 15px;
    line-height: 1.65;
  }

  .h6dsp-masthead .h6dsp-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .h6dsp-lede,
  .h6dsp-heading-row,
  .h6dsp-archive-title-row {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .h6dsp-chips {
    grid-column: 1;
  }

  .h6dsp-lede h2,
  .h6dsp-prose h2,
  .h6dsp-section h2,
  .h6dsp-panel h2,
  .h6dsp-more-services h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .h6dsp-figure {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }

  .h6dsp-figure figcaption {
    padding-inline: 16px;
  }

  .h6dsp-grid-2,
  .h6dsp-process,
  .h6dsp-dual,
  .h6dsp-related-grid,
  .h6dsp-service-grid,
  .h6dsp-journey-grid {
    grid-template-columns: 1fr;
  }

  .h6dsp-card {
    min-height: 230px;
  }

  .h6dsp-scope-item:nth-child(n) {
    min-height: 0;
    padding: 29px 0 31px;
    border-right: 0;
  }

  .h6dsp-process li:nth-child(n) {
    min-height: 210px;
    padding: 28px 0;
    border-right: 0;
  }

  .h6dsp-dual {
    margin-inline: calc(50% - 50vw);
  }

  .h6dsp-panel,
  .h6dsp-panel-dark,
  .h6dsp-panel-light {
    min-height: 0;
    padding: 67px 24px 74px;
  }

  .h6dsp-commitment-list {
    grid-template-columns: 1fr;
  }

  .h6dsp-commitment-list div {
    min-height: 135px;
  }

  .h6dsp-commitment-list p {
    margin-top: 30px;
  }

  .h6dsp-cta h2,
  .h6dsp-archive-cta h2,
  .h6dsp-journey h2 {
    font-size: clamp(43px, 13vw, 63px);
  }

  .h6dsp-related-card {
    min-height: 390px;
  }

  .h6dsp-related-card h3 {
    margin-top: 230px;
  }

  .h6dsp-archive-title-row {
    gap: 30px;
  }

  .h6dsp-archive-title-row h1 {
    font-size: clamp(62px, 19vw, 86px);
  }

  .h6dsp-service-card-body > p:not(.h6dsp-section-label) {
    min-height: 0;
  }

  .h6dsp-service-card:last-child:nth-child(odd) {
    grid-column: auto;
    display: block;
    background: transparent;
  }

  .h6dsp-service-card:last-child:nth-child(odd) .h6dsp-service-card-image {
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .h6dsp-service-card:last-child:nth-child(odd) .h6dsp-service-card-body {
    display: block;
    padding: 29px 0 0;
  }

  .h6dsp-journey-grid > div {
    min-height: 205px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .h6dsp-masthead-image,
  .h6dsp-related-card img,
  .h6dsp-service-card-image img,
  .h6dsp-card,
  .h6dsp-button {
    animation: none !important;
    transition: none !important;
  }
}
