:root {
  --dt-blue:#1b3e66;
  --dt-brown:#8a6a3a;     /* Dovetail brown */
  --dt-graphite:#393E43;
  --dt-offwhite:#fdfaf5;
}

/* ------------------------------
   TITLE BAND
------------------------------ */
.dtp-title {
  background: var(--dt-blue);
  color: #fff;
  padding: 72px 24px 56px;
  text-align: center;
}

.dtp-title .dtp-kicker {
  font-family: 'bambino-new-light', sans-serif;
  font-weight: 300;
  font-size: 77px;
  text-transform: none;
  color: #ffffff;
  line-height: 1.05;
  margin-bottom: 6px;
  letter-spacing: 0.4px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.dtp-title .dtp-project {
  font-family: 'bambino-new-semibold', sans-serif;
  font-weight: 600;
  font-size: 41px;
  color: var(--dt-brown);
  line-height: 1.1;
  letter-spacing: 0.2px;
}
/* ===============================
   MOBILE HERO — SHOW FULL IMAGE
   (Spotlight only)
=============================== */
@media (max-width: 768px) {

  html body.single-portfolio .dtp-hero .swiper-slide {
    align-items: center;
    justify-content: center;
  }

  /* Base hero image on mobile:
     show full photo instead of cropping */
  html body.single-portfolio .dtp-hero .swiper-slide img {
    width: 100% !important;
    height: auto !important;
    max-height: 80vh;
    object-fit: contain !important;
  }

  /* Blurred background clone still fills slide */
  html body.single-portfolio .dtp-hero .swiper-slide img.portrait-bg {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    filter: blur(24px);
    transform: scale(1.1);
    opacity: 0.9;
    z-index: 0;
  }

  /* Sharp foreground portrait:
     let it size naturally inside the frame */
  html body.single-portfolio .dtp-hero .swiper-slide img.portrait-fg {
    position: relative;
    z-index: 1;
    width: 100% !important;
    height: auto !important;
    max-height: 80vh;
    object-fit: contain !important;
    background: transparent !important;
  }
}


/* ------------------------------
   HERO CAROUSEL
------------------------------ */
.dtp-hero .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--dt-offwhite);
}

/* Base: landscape images fill the frame */
.dtp-hero .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* Blurred background clone for portrait images */
.dtp-hero .swiper-slide img.portrait-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(24px);
  transform: scale(1.1);      /* avoid hard edges when blurred */
  opacity: 0.9;
  z-index: 0;
}

/* Sharp foreground portrait image */
.dtp-hero .swiper-slide img.portrait-fg {
  position: relative;
  z-index: 1;
  width: auto;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  background: transparent;
}

/* Hero nav arrows */
.dtp-hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  font-size: 36px;
  background: rgba(0,0,0,.25);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
  transition: background 0.2s;
}
.dtp-hero-nav:hover {
  background: rgba(0,0,0,.45);
}
.dtp-hero-prev { left: 16px; }
.dtp-hero-next { right: 16px; }

/* ------------------------------
   META ROW
------------------------------ */
.dtp-meta {
  background: var(--dt-graphite);
  color: #fff;
}
.dtp-meta-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
}
.dtp-meta .label {
  font-family: 'bambino-new-semibold', sans-serif;
  letter-spacing: .5px;
}
.dtp-meta .sep {
  opacity: .4;
  margin: 0 8px;
}

/* ------------------------------
   THUMB STRIP
------------------------------ */
.dtp-thumbs {
  background: #222;
  padding-top: 8px;
}
.dtp-thumbs .swiper-slide img {
  height: 84px;
  opacity: .7;
  transition: opacity .2s;
}
.dtp-thumbs .swiper-slide-thumb-active img {
  opacity: 1;
}
.dtp-thumbs .dtp-thumbs-scrollbar {
  height: 6px;
  background: rgba(255,255,255,.15);
  margin: 8px 0;
}
.dtp-thumbs .dtp-thumbs-scrollbar .swiper-scrollbar-drag {
  background: var(--dt-brown);
}

/* ------------------------------
   SPLIT BAND
------------------------------ */
.dtp-split {
  background: var(--dt-offwhite);
  padding: 48px 20px;
}
.dtp-split-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
}
.dtp-drawing img {
  width: 100%;
  filter: sepia(1) saturate(.6) hue-rotate(330deg) brightness(1.05);
  opacity: .9;
}
.dtp-split-right {
  background: var(--dt-brown);
  color: #fff;
  padding: 36px 28px;
}
html body .dtp-iconic-title {
    font-family: "Bambino New Heavy", sans-serif !important;
    font-size: 2.2rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: .5px !important;
    margin-bottom: 1rem !important;
    color: #fff !important;
}


.dtp-iconic-list {
  margin: 0;
  padding-left: 22px;
}
.dtp-iconic-list li {
  margin: 6px 0;
  color: #fff;
  list-style-type: disc;
  font-family: 'verdana', sans-serif;
  font-size: 16px;
}

/* ------------------------------
   OVERVIEW SECTION
------------------------------ */
.dtp-overview {
  background: var(--dt-graphite);
  color: #fff;
  padding: 56px 20px;
}
.dtp-overview-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.dtp-overview-title {
  font-family: "Bambino New Heavy", sans-serif !important;
    font-size: 2.2rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: .5px !important;
    margin-bottom: 1rem !important;
    color: #fff !important;
}
.dtp-overview-body {
  font-family: 'verdana', sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #fff;
  max-width: 900px;
}

/* ------------------------------
   RESPONSIVE
------------------------------ */
@media(max-width:1200px) {
  .dtp-title .dtp-kicker { font-size: 64px; }
  .dtp-title .dtp-project { font-size: 34px; }
}
@media(max-width:980px) {
  .dtp-split-inner { grid-template-columns: 1fr; }
  .dtp-title { padding: 56px 16px 40px; }
}
@media(max-width:600px) {
  .dtp-title .dtp-kicker { font-size: 46px; }
  .dtp-title .dtp-project { font-size: 26px; }
}
