.dd-page {
  --solution-accent: var(--yellow);
  --solution-accent-strong: #807700;
  --dd-ink: #0b0b0b;
  --dd-paper: #f2f2f2;
  --type-display: clamp(2.8rem,4vw,3.9rem);
}

.dd-theme { background: var(--dd-paper); }

.dd-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at 83% 18%, rgba(255,239,19,.13), transparent 30rem), #0e0f0d;
}

.dd-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 5rem 5rem;
  mask-image: linear-gradient(#000, transparent 94%);
}

.dd-hero__shell,
.dd-intro__inner,
.dd-build__inner,
.dd-capabilities__inner,
.dd-process__inner,
.dd-showcase__inner,
.dd-standards__inner {
  width: var(--solution-shell);
  margin-inline: auto;
}

.dd-hero__shell {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.dd-breadcrumb { padding-top: 1.25rem; }
.dd-breadcrumb .breadcrumb__list {
  display: flex;
  max-width: 100%;
  align-items: center;
  gap: .35rem;
  overflow: hidden;
  list-style: none;
  flex-wrap: nowrap;
}
.dd-breadcrumb .breadcrumb__item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: .35rem;
  flex-shrink: 1;
}
.dd-breadcrumb .breadcrumb__item:last-child { flex-shrink: 0; }
.dd-breadcrumb .breadcrumb__link,
.dd-breadcrumb .breadcrumb__current,
.dd-breadcrumb .breadcrumb__sep {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.dd-breadcrumb .breadcrumb__current { color: var(--solution-accent); }
.dd-breadcrumb .breadcrumb__sep { color: rgba(255,255,255,.2); }
.dd-hero .breadcrumb,
.dd-hero .breadcrumb__link,
.dd-hero .breadcrumb__link { color: rgba(255,255,255,.5); }
.dd-hero .breadcrumb__link:hover { color: #fff; }

.dd-page.public-site .solution-kicker.solution-kicker--dark { color: rgba(0,0,0,.58); }

.dd-page .dd-breadcrumb .breadcrumb__current { color: var(--solution-accent); }

.dd-hero__grid {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0,1.03fr) minmax(26rem,.97fr);
  align-items: stretch;
  gap: clamp(2rem,4vw,4rem);
  padding: clamp(3.5rem,7vh,6rem) 0 0;
}

.dd-hero__copy {
  align-self: center;
  padding-bottom: clamp(4rem,7vh,6rem);
}

.dd-hero h1 {
  max-width: 100%;
  margin-top: 1.3rem;
  font-size: clamp(3rem,4vw,3.9rem);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.06em;
}

.dd-hero__lead {
  max-width: 39rem;
  margin-top: 1.65rem;
  color: rgba(255,255,255,.64);
  font-size: clamp(1rem,1.35vw,1.12rem);
  line-height: 1.75;
}

.dd-hero__trust {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid rgba(255,255,255,.1);
}

.dd-hero__trust span {
  padding: 1.05rem;
  border-right: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.55);
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .06em;
  text-align: center;
  text-transform: uppercase;
}

.dd-image-slot {
  position: relative;
  display: grid;
  min-width: 0;
  place-items: center;
  overflow: hidden;
  border: 1px dashed currentColor;
  background: linear-gradient(135deg,transparent 49.7%,currentColor 49.8%,currentColor 50.2%,transparent 50.3%), linear-gradient(45deg,transparent 49.7%,currentColor 49.8%,currentColor 50.2%,transparent 50.3%);
}

.dd-image-slot::before {
  position: absolute;
  inset: 1rem;
  content: "";
  border: 1px solid currentColor;
  opacity: .12;
  pointer-events: none;
}

.dd-image-slot__content {
  position: relative;
  z-index: 1;
  max-width: 23rem;
  padding: 2rem;
  text-align: center;
  background: inherit;
}

.dd-image-slot__eyebrow,
.dd-image-slot__content strong,
.dd-image-slot__content small { display: block; }

.dd-image-slot__eyebrow {
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
  opacity: .58;
}

.dd-image-slot__content strong {
  margin-top: .65rem;
  font-size: clamp(1.25rem,2.4vw,2rem);
  line-height: 1.15;
  letter-spacing: -.035em;
}

.dd-image-slot__content small {
  margin-top: .8rem;
  font-size: .66rem;
  line-height: 1.5;
  opacity: .56;
}

.dd-image-slot--hero {
  width: 100%;
  min-height: clamp(28rem,43vw,39rem);
  overflow: visible;
  border-color: rgba(255,239,19,.7);
  border-radius: 2rem;
  color: var(--solution-accent);
  background-color: #171815;
  box-shadow: 0 3rem 7rem rgba(0,0,0,.45);
  transform: rotate(1.5deg);
}

.dd-image-slot--hero::after {
  position: absolute;
  inset: 10% -8% -8% 9%;
  z-index: -1;
  content: "";
  border: 1px solid rgba(255,239,19,.38);
  border-radius: 50%;
  transform: rotate(-8deg);
}

.dd-image-slot__chip {
  position: absolute;
  z-index: 2;
  padding: .7rem .95rem;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: #fff;
  background: rgba(20,21,18,.9);
  backdrop-filter: blur(.8rem);
  box-shadow: 0 1rem 2rem rgba(0,0,0,.24);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.dd-image-slot__chip--one { top: 13%; left: -1.5rem; }
.dd-image-slot__chip--two { top: 38%; right: -1.8rem; }
.dd-image-slot__chip--three { right: 8%; bottom: -1rem; color: #111; background: var(--solution-accent); }

.dd-hero-media {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0;
  overflow: visible;
  background: transparent;
}

.dd-hero-media img {
  width: auto;
  max-width: 112%;
  height: auto;
  max-height: min(88vh,55rem);
  display: block;
  object-fit: contain;
  object-position: center bottom;
}

.dd-intro { padding-block: clamp(6rem,10vw,9rem); }

.dd-intro__statement {
  display: grid;
  grid-template-columns: minmax(0,1.25fr) minmax(19rem,.75fr);
  align-items: end;
  gap: clamp(2.5rem,8vw,8rem);
  margin-top: 1.2rem;
}

.dd-intro__statement h2,
.dd-section-head h2,
.dd-process h2,
.dd-showcase h2 {
  font-size: clamp(2.5rem,5vw,4.8rem);
  font-weight: 800;
  line-height: 1.01;
  letter-spacing: -.06em;
}

.dd-intro__statement h2 mark,
.dd-section-head h2 mark,
.dd-showcase h2 mark { color: var(--solution-accent); }

.dd-intro__statement > p,
.dd-section-head > p,
.dd-showcase__copy > p {
  color: rgba(0,0,0,.6);
  line-height: 1.75;
}

.dd-intro__facts {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin-top: clamp(4rem,7vw,6rem);
  border-block: 1px solid rgba(0,0,0,.15);
}

.dd-intro__facts article {
  min-height: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.4rem;
  border-right: 1px solid rgba(0,0,0,.15);
}

.dd-intro__facts strong { color: var(--solution-accent-strong); font-size: .7rem; }
.dd-intro__facts span { font-size: .9rem; font-weight: 750; }

.dd-build { color: #fff; background: var(--dd-ink); }
.dd-build__inner { padding-block: clamp(6rem,10vw,9rem); }

.dd-section-head {
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(18rem,.8fr);
  align-items: end;
  gap: clamp(2.5rem,8vw,8rem);
}

.dd-section-head h2 { max-width: 15ch; margin-top: 1.15rem; }
.dd-section-head--light > p { color: rgba(255,255,255,.5); }

.dd-build__list {
  display: grid;
  gap: 1px;
  margin-top: clamp(4rem,7vw,6rem);
  background: rgba(255,255,255,.12);
}

.dd-build-card {
  display: grid;
  grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr);
  min-height: 37rem;
  background: #111;
}

.dd-build-card--reverse .dd-build-card__copy { order: 2; }

.dd-build-card__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem,5vw,4.5rem);
}

.dd-build-card__num {
  color: var(--solution-accent);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .08em;
}

.dd-build-card__label {
  margin-top: auto;
  color: rgba(255,255,255,.46);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.dd-build-card h3 {
  max-width: 12ch;
  margin-top: .85rem;
  font-size: clamp(2rem,3.7vw,3.45rem);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.dd-build-card__copy > p:not(.dd-build-card__label) {
  max-width: 34rem;
  margin-top: 1.35rem;
  color: rgba(255,255,255,.52);
  line-height: 1.72;
}

.dd-build-card ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 2rem;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,.1);
}

.dd-build-card li {
  padding: .8rem .5rem .8rem 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.67);
  font-size: .75rem;
  line-height: 1.45;
}

.dd-image-slot--project {
  min-height: 37rem;
  border: 0;
  color: rgba(17,18,15,.5);
}

.dd-image-slot--project-filled {
  background: #0c0d0b;
}

.dd-image-slot--project-filled::before { display: none; }

.dd-image-slot--project-filled img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dd-image-slot--warm { background-color: #ff9d73; }
.dd-image-slot--lime { background-color: #d7ef78; }
.dd-image-slot--blue { background-color: #8ca9ff; }
.dd-image-slot--violet { background-color: #c5a2ff; }

.dd-capabilities { padding-block: clamp(6rem,10vw,9rem); }

.dd-capabilities__grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1rem;
  margin-top: clamp(3.5rem,6vw,5rem);
}

.dd-capabilities__grid article {
  min-height: 19rem;
  display: flex;
  flex-direction: column;
  padding: clamp(1.6rem,3.5vw,2.7rem);
  border: 1px solid rgba(0,0,0,.09);
  border-radius: 1.5rem;
  background: #fff;
}

.dd-capabilities__grid article > span { color: var(--solution-accent-strong); font-size: .68rem; font-weight: 850; }
.dd-capabilities__grid h3 { margin-top: auto; font-size: 1.22rem; }
.dd-capabilities__grid p { margin-top: .75rem; color: rgba(0,0,0,.57); line-height: 1.68; }

.dd-process { color: #fff; background: #111; }

.dd-process__inner {
  display: grid;
  grid-template-columns: minmax(18rem,.72fr) minmax(0,1.28fr);
  gap: clamp(3rem,9vw,9rem);
  padding-block: clamp(6rem,10vw,9rem);
}

.dd-process__intro { position: sticky; top: 2rem; align-self: start; }
.dd-process h2 { margin-top: 1.2rem; }
.dd-process h2 mark { color: var(--solution-accent); }

.dd-process__intro > p:last-child {
  max-width: 34rem;
  margin-top: 1.5rem;
  color: rgba(255,255,255,.5);
  line-height: 1.75;
}

.dd-process__steps { list-style: none; border-top: 1px solid rgba(255,255,255,.12); }

.dd-process__steps li {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1.5rem;
  padding: 2.25rem 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.dd-process__steps li > span { color: var(--solution-accent); font-size: .68rem; font-weight: 850; }
.dd-process__steps h3 { font-size: 1.25rem; }
.dd-process__steps p { margin-top: .65rem; color: rgba(255,255,255,.5); line-height: 1.72; }

.dd-showcase { padding-block: clamp(6rem,10vw,9rem); }

.dd-showcase__inner {
  display: grid;
  grid-template-columns: minmax(18rem,.7fr) minmax(0,1.3fr);
  gap: clamp(3rem,8vw,8rem);
  align-items: center;
}

.dd-showcase h2 { max-width: 11ch; margin-top: 1.15rem; }
.dd-showcase__copy > p { max-width: 34rem; margin-top: 1.5rem; }

.dd-showcase__meta {
  display: flex;
  flex-direction: column;
  gap: .45rem;
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0,0,0,.15);
}

.dd-showcase__meta span {
  color: rgba(0,0,0,.45);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.dd-showcase__meta strong { font-size: .9rem; }

.dd-image-slot--showcase {
  min-height: clamp(30rem,49vw,43rem);
  border-radius: 2rem;
  color: rgba(17,18,15,.44);
  background-color: var(--solution-accent);
  box-shadow: 0 2rem 5rem rgba(0,0,0,.12);
}

.dd-standards { color: #fff; background: var(--dd-ink); }
.dd-standards__inner { padding-block: clamp(6rem,10vw,9rem); }

.dd-standards__grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin-top: clamp(3.5rem,6vw,5rem);
  border-block: 1px solid rgba(255,255,255,.13);
}

.dd-standards__grid article {
  min-height: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.5rem,3vw,2.5rem);
  border-right: 1px solid rgba(255,255,255,.13);
}

.dd-standards__grid b { font-size: clamp(1.25rem,2.2vw,1.8rem); }
.dd-standards__grid span { margin-top: .55rem; color: rgba(255,255,255,.48); font-size: .75rem; }

.dd-faq { background: var(--dd-paper); }
.dd-cta { background: var(--solution-accent); }

.dd-cta > p:not(.solution-kicker) {
  max-width: 38rem;
  margin: 1.25rem auto 0;
  color: rgba(0,0,0,.58);
  line-height: 1.7;
}

.dd-cta h2 mark { color: rgba(0,0,0,.43); }

@media (max-width: 980px) {
  .dd-hero__grid,
  .dd-intro__statement,
  .dd-section-head,
  .dd-process__inner,
  .dd-showcase__inner { grid-template-columns: 1fr; }
  .dd-hero__copy { max-width: 44rem; }
  .dd-hero-media { width: min(44rem,100%); margin-inline: auto; }
  .dd-build-card { grid-template-columns: 1fr; }
  .dd-build-card--reverse .dd-build-card__copy { order: 0; }
  .dd-build-card__copy { min-height: 34rem; }
  .dd-image-slot--project { min-height: 30rem; }
  .dd-capabilities__grid { grid-template-columns: repeat(2,1fr); }
  .dd-process__intro { position: static; }
  .dd-showcase__copy { max-width: 44rem; }
  .dd-standards__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 720px) {
  .dd-page { --type-display: clamp(2.1rem,11vw,2.5rem); }
  .dd-breadcrumb { padding-top: .75rem; }
  .dd-hero__grid { gap: 2.5rem; padding: 3rem 0 0; }
  .dd-hero__copy { padding-bottom: 1rem; }
  .dd-hero h1 { max-width: 100%; font-size: clamp(2.55rem,12vw,3.7rem); }
  .dd-hero-media {
    height: auto;
    min-height: 0;
    overflow: visible;
    border-radius: 0;
  }
  .dd-hero-media img { width: 100%; max-height: none; }
  .dd-image-slot__chip--one { top: 1rem; left: 1rem; }
  .dd-image-slot__chip--two { top: auto; right: 1rem; bottom: 1rem; }
  .dd-image-slot__chip--three { display: none; }
  .dd-hero__trust,
  .dd-intro__facts,
  .dd-capabilities__grid,
  .dd-standards__grid { grid-template-columns: 1fr; }
  .dd-hero__trust { grid-template-columns: repeat(2,1fr); }
  .dd-intro__facts article { min-height: 7rem; border-bottom: 1px solid rgba(0,0,0,.15); }
  .dd-intro__statement h2,
  .dd-section-head h2,
  .dd-process h2,
  .dd-showcase h2 { font-size: clamp(2.25rem,11vw,3.2rem); }
  .dd-build__list { width: calc(100% + 2rem); margin-left: -1rem; }
  .dd-build-card__copy { min-height: 31rem; padding: 2rem 1rem; }
  .dd-build-card ul { grid-template-columns: 1fr; }
  .dd-image-slot--project,
  .dd-image-slot--showcase { min-height: 24rem; border-radius: 1.25rem; }
  .dd-capabilities__grid article { min-height: 15rem; }
  .dd-process__steps li { grid-template-columns: 2.4rem 1fr; gap: 1rem; }
  .dd-standards__grid article { min-height: 10rem; border-bottom: 1px solid rgba(255,255,255,.13); }
}

@media (prefers-reduced-motion: reduce) {
  .dd-image-slot--hero { transform: none; }
}
