/* ============================================================
   EXPERIENTIAL MARKETING — PAGE STYLES
   Styles for the Experiential Marketing landing page redesign
   (page-templates/template-experiential-lp.php). Filename kept
   from its original devlink-preview phase; this is now the
   permanent stylesheet for the live page.
   ============================================================ */

.dl-cerulean { color: #0275b3; }
.dl-dark-bg  { background-color: #121e23; }

/* ── FAQ section: vertically center the toggle link in its space ── */
.page-template-template-experiential-lp #faq.globalfaq {
  display: flex;
  align-items: center;
  min-height: 220px;
  padding: 0;
}

.page-template-template-experiential-lp #faq.globalfaq .container {
  width: 100%;
}

.page-template-template-experiential-lp #faq.globalfaq .button {
  margin: 0 auto;
}

/* ── Floating "Begin Your Experience" CTA ─────────────────── */
.dl-floating-cta {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 999;
  width: 160px;
  height: 160px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  pointer-events: none;
}

.dl-floating-cta.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.dl-floating-cta img {
  display: block;
  width: 100%;
  height: 100%;
}

.dl-floating-cta:hover {
  transform: translateY(-4px);
}


/* ── Section 1: WE DID THAT ───────────────────────────────── */
.dl-we-did-that {
  display: flex;
  align-items: flex-start;
  min-height: 548px;
  overflow: visible;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: max(0px, calc((100vw - 1280px) / 2));
}

.dl-we-did-left {
  flex: 0 0 34%;
  min-height: 548px;
  padding: 80px 50px 80px 69px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.dl-we-did-headline-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 28px;
}

.dl-we-did-headline {
  font-size: 54px;
  line-height: 60px;
  letter-spacing: 9px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0;
}

.dl-we-did-headline .dl-cerulean {
  display: block;
}

.dl-arrow-img {
  position: absolute;
  right: -30px;
  bottom: 10px;
  width: 188px;
  height: 86px;
  pointer-events: none;
}

.dl-we-did-body {
  font-size: 21px;
  line-height: 1.46;
  color: #000;
  max-width: 334px;
}

.dl-event-cards {
  width: 66%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.dl-event-slider {
  width: 100%;
  height: 548px;
  overflow: hidden;
}

.dl-we-did-pagination {
  position: static !important;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.dl-we-did-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #b9c2c7;
  opacity: 1;
  transition: background 0.2s, border-color 0.2s;
}

.dl-we-did-pagination .swiper-pagination-bullet-active {
  background: #0275b3;
  border-color: #0275b3;
}

a.dl-event-card {
  text-decoration: none;
}

.dl-event-card {
  height: 548px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #1a2428;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dl-event-card .dl-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.dl-event-card .dl-card-label {
  position: relative;
  z-index: 1;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  text-align: center;
  line-height: 1.2;
  padding: 0 20px;
}

/* ── Section 2: Logo Bar ──────────────────────────────────── */
.dl-logo-bar {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 48px 64px;
  justify-content: center;
  align-items: center;
}

.dl-logo-bar::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  background-color: #121e23;
  z-index: -1;
}

.dl-logo-bar img {
  display: block;
}

/* ── Section 3: Team ──────────────────────────────────────── */
.dl-team-section {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  padding: 100px 69px;
  gap: 60px;
  align-items: flex-start;
  box-sizing: border-box;
}

.dl-team-text {
  flex: 0 0 42%;
  padding-top: 20px;
}

.dl-team-headline {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: 6.3px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 32px;
}

.dl-team-body {
  font-size: 24px;
  line-height: 1.46;
  color: #000;
}

.dl-team-grid {
  display: grid;
  grid-template-columns: 280px 280px;
  gap: 32px 48px;
  align-content: start;
  width: fit-content;
  margin-left: auto;
}

.dl-team-member {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.dl-team-photo {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
  margin-bottom: 16px;
  display: block;
}

.dl-team-name {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 4px;
}

.dl-team-role {
  font-size: 21px;
  line-height: 1.46;
  color: #000;
}

/* stagger: 2nd and 4th members shifted down */
.dl-team-member:nth-child(2),
.dl-team-member:nth-child(4) {
  margin-top: 40px;
}

/* ── Section 4: We Are Architects ────────────────────────── */
.dl-architects {
  display: flex;
  position: relative;
  overflow: hidden;
  min-height: 756px;
}

.dl-architects-image {
  flex: 0 0 37.64%;
  background-color: #173542;
  background-size: cover;
  background-position: center;
  position: relative;
}

.dl-architects-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 100%);
  z-index: 1;
}

.dl-architects-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: screen;
  opacity: 0.3;
}

.dl-architects-content {
  flex: 1;
  background-color: #121e23;
  padding: 128px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.dl-architects-headline {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: 6.3px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
  max-width: 593px;
}

.dl-architects-body {
  font-size: 21px;
  line-height: 1.46;
  color: #fff;
  max-width: 593px;
}

.dl-our-impact-watermark {
  position: absolute;
  bottom: -60px;
  right: -40px;
  font-size: 180px;
  line-height: 1;
  letter-spacing: -9.6px;
  text-transform: capitalize;
  color: #0275b3;
  opacity: 0.5;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
  font-family: 'SuperiorTitle-LightItalic', serif;
  font-style: italic;
  font-weight: 300;
}

/* ── Section 5: Blue Statement Banner ────────────────────── */
.dl-blue-banner {
  background-color: #186188;
  padding: 64px 32px;
  text-align: center;
}

.dl-blue-banner p {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 5.4px;
  text-transform: uppercase;
  color: #fff;
  max-width: 1036px;
  margin: 0 auto;
}

/* ── Section 6: What We Deliver Intro ────────────────────── */
.dl-what-we-deliver-intro {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 32px;
  text-align: center;
  box-sizing: border-box;
}

.dl-what-we-deliver-intro h2 {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: 6.3px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 24px;
}

.dl-what-we-deliver-intro p {
  font-size: 24px;
  line-height: 1.46;
  color: #000;
  max-width: 928px;
  margin: 0 auto;
}

/* ── Sections 7–9: Case Study Cards ─────────────────────── */
.dl-case-wrap {
  margin-bottom: 0;
}

.dl-case-card {
  margin: 0 32px;
  min-height: 767px;
  background-color: #0e181c;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 80px 60px 94px;
  overflow: hidden;
}

.dl-case-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(14, 24, 28, 0.67);
}

.dl-case-card-top,
.dl-case-card-bottom {
  position: relative;
  z-index: 1;
}

.dl-case-card-icon {
  height: 84px;
  width: auto;
  display: block;
  margin-bottom: 16px;
}

.dl-case-card-title {
  font-size: 54px;
  line-height: 60px;
  letter-spacing: 6.48px;
  text-transform: uppercase;
  color: #fff;
}

.dl-case-card-statement {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 5.4px;
  text-transform: uppercase;
  color: #fff;
  max-width: 612px;
}

.dl-case-below {
  padding: 72px 0 80px;
  margin: 0 0 0 calc(8.33% + 24px);
  max-width: 900px;
}

.dl-case-below-paragraph {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 5.4px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 32px;
}

.dl-case-below-subtitle {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 16px;
}

.dl-case-below ul {
  list-style: disc;
  padding-left: 28px;
  margin: 0;
}

.dl-case-below ul li {
  font-size: 21px;
  line-height: 1.46;
  color: #000;
  margin-bottom: 8px;
}

.dl-case-spacer {
  height: 1px;
}

/* ── Section 10: Movement ─────────────────────────────────── */
.dl-movement {
  display: flex;
  min-height: 632px;
}

.dl-movement-image {
  flex: 0 0 50%;
  background-color: #1a2428;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  min-height: 632px;
}

.dl-movement-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dl-movement-content {
  flex: 1;
  background-color: #121e23;
  padding: 80px 69px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}

.dl-movement-headline {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: 6.3px;
  text-transform: uppercase;
  color: #fff;
}

.dl-movement-body {
  font-size: 21px;
  line-height: 1.46;
  color: #fff;
  max-width: 537px;
}

.dl-movement-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 12px 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none;
  width: fit-content;
  font-family: 'Montserrat', sans-serif;
  transition: background 0.2s, color 0.2s;
}

.dl-movement-btn:hover {
  background: #fff;
  color: #121e23;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 1200px) {
  .dl-architects-headline { font-size: 36px; }
  .dl-case-card { padding: 48px 60px; }
  .dl-case-card-title { font-size: 44px; }
}

@media (max-width: 991px) {
  .dl-we-did-that { flex-direction: column; }
  .dl-we-did-left { flex: none; padding: 60px 40px; }
  .dl-we-did-body { max-width: 100%; }
  .dl-event-cards { width: 100%; }
  .dl-event-card { min-height: 300px; height: 300px; }

  .dl-team-section { flex-direction: column; }
  .dl-team-text { flex: none; }

  .dl-architects { flex-direction: column; }
  .dl-architects-image { min-height: 300px; flex: none; }

  .dl-movement { flex-direction: column; }
  .dl-movement-image { flex: none; min-height: 360px; }

  .dl-case-card { margin: 0; }
  .dl-case-below { margin-left: 32px; }
}

@media (max-width: 767px) {
  .dl-we-did-headline { font-size: 36px; line-height: 44px; }
  .dl-team-grid { grid-template-columns: 1fr; }
  .dl-team-member:nth-child(2),
  .dl-team-member:nth-child(4) { margin-top: 0; }
  .dl-team-photo { width: 200px; height: 200px; }
  .dl-blue-banner p { font-size: 22px; letter-spacing: 3px; }
  .dl-case-card-title { font-size: 32px; line-height: 42px; }
  .dl-case-below-paragraph { font-size: 22px; }
  .dl-movement-headline { font-size: 30px; line-height: 40px; }
  .dl-architects-headline { font-size: 28px; line-height: 36px; }
  .dl-our-impact-watermark { font-size: 100px; }
  .dl-logo-bar { gap: 32px 40px; }
}

@media (max-width: 567px) {
  .dl-we-did-left { padding: 48px 24px; }
  .dl-team-section { padding: 60px 24px; }
  .dl-architects-content { padding: 60px 32px; }
  .dl-movement-content { padding: 60px 32px; }
  .dl-case-card { padding: 40px 32px; }
  .dl-case-below { margin-left: 24px; }
}
