

.dx-page{
  font-family: Roboto, Poppins, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  background: var(--bg);
  color: #1a2230;
}

.dx-page section{
  padding: 68px 0;
}



.dx-eyebrow{
  display: inline-block;
  margin: 0 0 14px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 700;
  color: #a37b22;
}

.dx-eyebrow--light{
  color: rgba(255,255,255,.72);
}

.dx-section-head{
  max-width: 820px;
  margin: 0 auto 28px;
  text-align: center;
}

.dx-section-head h2{
  margin: 0;
  font-family: Poppins, system-ui, sans-serif;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -.03em;
  color: #1a1f2b;
}

/* Intro */
.dx-page .dx-intro{
  padding: 130px 0 24px;
}

.dx-intro__box{
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 0 10px;
}

.dx-intro__box h2{
  margin: 0;
  font-family: Poppins, system-ui, sans-serif;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
  letter-spacing: -.02em;
  color: #131923;
}

.dx-intro__box p:last-child{
  max-width: 820px;
  margin: 18px auto 0;
  font-size: 18px;
  line-height: 1.75;
  color: #5a6272;
}

/* Bento */
.dx-bento{
  padding-top: 28px;
}

.dx-bento__grid{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 28px;
  align-items: stretch;
}

.dx-tile{
  min-height: 260px;
  padding: 24px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,246,241,.96));
  border: 1px solid rgba(18,25,37,.08);
  box-shadow: 0 14px 34px rgba(15,20,30,.06);
}

.dx-tile--t1{
  grid-column: span 6;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dx-tile--t2{
  grid-column: span 6;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dx-tile--img{
  grid-column: span 7;
  padding: 0;
  overflow: hidden;
  min-height: 320px;
}

.dx-tile--t3{
  grid-column: span 5;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dx-tile--t4{
  grid-column: span 4;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dx-tile--t5{
  grid-column: span 8;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dx-tile--hero{
  background:
    radial-gradient(circle at top left, rgba(210,171,75,.16), transparent 40%),
    linear-gradient(180deg, rgba(255,255,255,.99), rgba(246,243,236,.98));
}

.dx-tile--image img,
.dx-tile--img img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.dx-tile__nr{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(197,156,57,.14);
  color: #8f6b19;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
}

.dx-tile__label{
  margin: 0 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #8a91a1;
  font-weight: 700;
}

.dx-tile h3{
  margin: 0 0 12px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 28px;
  line-height: 1.12;
  letter-spacing: -.03em;
  color: #17202c;
}

.dx-tile__text{
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #596173;
  max-width: 42ch;
}

/* Showcase */
.dx-showcase{
  padding-top: 82px;
  padding-bottom: 82px;
}

.dx-showcase__card{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 22px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(210,171,75,.12), transparent 30%),
    linear-gradient(180deg, #fff, #faf7f0);
  border: 1px solid rgba(18,25,37,.08);
  box-shadow: 0 18px 40px rgba(12,18,30,.06);
}

.dx-showcase__copy{
  padding: 16px 8px;
  align-self: center;
}

.dx-showcase__copy h2{
  margin: 0;
  font-family: Poppins, system-ui, sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.06;
  letter-spacing: -.04em;
  color: #161d28;
}

.dx-showcase__copy > p:last-of-type{
  margin: 16px 0 0;
  font-size: 17px;
  line-height: 1.75;
  color: #5c6474;
  max-width: 52ch;
}

.dx-showcase__list{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.dx-showcase__list span{
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(18,25,37,.08);
  color: #445062;
  font-size: 14px;
  box-shadow: 0 8px 20px rgba(15,20,30,.04);
}

.dx-showcase__media{
  overflow: hidden;
  border-radius: 24px;
  min-height: 420px;
}

.dx-showcase__media img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  
}

/* Brand */
.dx-brand{
  padding-top: 30px;
}

.dx-brand__grid{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.dx-brand-card{
  grid-column: span 4;
  padding: 24px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(18,25,37,.08);
  box-shadow: 0 14px 34px rgba(15,20,30,.05);
}

.dx-brand-card h2{
  margin: 0;
  font-family: Poppins, system-ui, sans-serif;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.dx-brand-card h3{
  margin: 0 0 12px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: -.03em;
  color: #18212d;
}

.dx-brand-card p{
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.75;
  color: #5c6474;
}

.dx-brand-card--dark{
  grid-column: span 7;
  background:
    radial-gradient(circle at top left, rgba(214,178,88,.18), transparent 28%),
    linear-gradient(135deg, #111722, #1a2230 60%, #242f40);
  color: #fff;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dx-brand-card--dark p{
  color: rgba(255,255,255,.82);
  max-width: 54ch;
}

.dx-brand-card--image{
  grid-column: span 5;
  padding: 0;
  overflow: hidden;
  min-height: 360px;
}

.dx-brand-card--image img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}


.dx-brand-card--image-small{
  grid-column: span 8;
  padding: 0;
  overflow: hidden;
  min-height: 260px;

}

.dx-brand-card--image-small img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}


.dx-mini-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.dx-mini-tags span{
  padding: 6px 10px;
  border-radius: 999px;
  background: #f7f4ee;
  border: 1px solid rgba(18,25,37,.08);
  color: #4d586a;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

/* Formats */
.dx-formats{
  padding-top: 78px;
}

.dx-format-pills{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  max-width: 1020px;
  margin: 0 auto;
}

.dx-format-pills span{
  padding: 14px 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff, #faf7f1);
  border: 1px solid rgba(18,25,37,.08);
  box-shadow: 0 10px 24px rgba(12,18,30,.05);
  color: #465263;
  font-size: 14px;
  font-weight: 500;
}

/* CTA */
.dx-page .cta{
  border-top: 1px solid var(--line);
  margin-top: 30px;
}

/* Responsive */
@media (max-width: 1100px){
  .dx-tile--t1,
  .dx-tile--t2,
  .dx-tile--img,
  .dx-tile--t3,
  .dx-tile--t4,
  .dx-tile--t5{
    grid-column: span 12;
    min-height: auto;
  }

  .dx-brand-card{
    grid-column: span 6;
  }

  .dx-brand-card--dark,
  .dx-brand-card--image{
    grid-column: span 12;
  }

  .dx-showcase__card{
    grid-template-columns: 1fr;
  }

  .dx-showcase__media{
    min-height: 320px;
  }
}

@media (max-width: 700px){
  .dx-page section{
    padding: 54px 0;
  }

  .dx-intro__box h2{
    font-size: clamp(30px, 9vw, 44px);
  }

  .dx-intro__box p:last-child{
    font-size: 16px;
  }

  .dx-bento__grid,
  .dx-brand__grid{
    grid-template-columns: 1fr;
  }

  .dx-tile--t1,
  .dx-tile--t2,
  .dx-tile--img,
  .dx-tile--t3,
  .dx-tile--t4,
  .dx-tile--t5,
  .dx-brand-card,
  .dx-brand-card--dark,
  .dx-brand-card--image,
  .dx-brand-card--image-small{
    grid-column: auto;
    min-height: auto;
  }

  .dx-tile--img img,
  .dx-brand-card--image img,
  .dx-brand-card--image-small img{
    min-height: 260px;
  }

  .dx-tile h3{
    font-size: 24px;
  }

  .dx-brand-card h2{
    font-size: 30px;
  }

  .dx-brand-card h3{
    font-size: 23px;
  }

  .dx-showcase__copy h2{
    font-size: 32px;
  }

  .dx-showcase__copy > p:last-of-type,
  .dx-brand-card p,
  .dx-tile__text{
    font-size: 15px;
    line-height: 1.7;
  }

  .dx-showcase__card{
    padding: 16px;
    border-radius: 24px;
  }

  .dx-showcase__media{
    min-height: 250px;
  }

  .dx-format-pills{
    gap: 10px;
  }

  .dx-format-pills span{
    padding: 12px 14px;
    font-size: 13px;
  }
}




.dx-tile,
.dx-showcase__card,
.dx-brand-card{
  transition:
    box-shadow .28s ease,
    border-color .28s ease,
    background .28s ease;
}

.dx-tile:hover,
.dx-showcase__card:hover,
.dx-brand-card:hover{
  box-shadow:
    0 18px 40px rgba(15,20,30,.08),
    0 6px 18px rgba(15,20,30,.05);
  border-color: rgba(214,178,88,.18);
  transform: none;
}