/* ═══════════════════════════════════════════════════════════
   DCW 2026 — add-on styles on top of page-detail.css (.pd-*)
═══════════════════════════════════════════════════════════ */

.body-dcw .pd-hero__stat-val--blue { color: var(--pd-blue); }

/* Force the design-system heading split: bold on line 1, light weight on line 2.
   The base styles keep .bold / .light inline — the DCW page always uses the
   two-span pattern, so scope this override to body-dcw. */
.body-dcw .pd-heading-e3 .bold,
.body-dcw .pd-heading-e3 .light,
.body-dcw .pd-heading-e7 .bold,
.body-dcw .pd-heading-e7 .light { display: block; }
/* Trim the leading space some spans use for inline flow */
.body-dcw .pd-heading-e3 .light,
.body-dcw .pd-heading-e7 .light { margin-left: 0; }

.dcw-inline-link { color: var(--pd-blue); text-decoration: none; font-weight: 600; }
.body-dcw,
.body-dcw main { overflow-x: hidden; }
.dcw-copy-stack { margin-bottom: 12px; }
.dcw-copy-paragraph { margin-bottom: 14px; }
.dcw-specs-copy { max-width: 520px; margin-top: 12px; }
.dcw-bento-section { padding-top: 0; }
.dcw-bento-title { color: #1D283A; margin-bottom: 1.5rem; }
.body-dcw .bento-img-wide {
  padding: 0;
  background: #111927;
}
.body-dcw .bento-img-wide img {
  border-radius: 0;
}
.bento-num--blue { color: #1891D0; }
.dcw-narrow-copy { max-width: 760px; }

/* Hero */
.dcw-hero { background: var(--pd-dark-slate-900); }
.dcw-hero .pd-hero__bg { display: none; }
.dcw-hero .pd-container {
  max-width: 100%;
  padding-left: 64px; padding-right: 64px;
  justify-content: flex-start;
}

.dcw-hero .pd-hero__text { max-width: min(1180px, calc(100vw - 128px)); }
.dcw-hero .pd-hero__sub  { max-width: 880px; text-wrap: pretty; }
.dcw-hero .pd-hero__title { text-wrap: balance; }

@media (max-width: 1400px) {
  .dcw-hero .pd-container { padding-left: 48px; padding-right: 48px; }
  .dcw-hero .pd-hero__text { max-width: calc(100vw - 96px); }
}
@media (max-width: 1024px) {
  .dcw-hero .pd-container { padding-left: 32px; padding-right: 32px; }
  .dcw-hero .pd-hero__text, .dcw-hero .pd-hero__sub { max-width: 100%; }
}
@media (max-width: 640px)  { .dcw-hero .pd-container { padding-left: 24px; padding-right: 24px; } }
.dcw-hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.45; }
.dcw-hero__overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(135deg, rgba(10,15,26,0.82) 0%, rgba(10,15,26,0.55) 40%, rgba(10,15,26,0.45) 100%),
    linear-gradient(to bottom, rgba(10,15,26,0.1) 0%, rgba(10,15,26,0.1) 60%, rgba(10,15,26,0.85) 100%);
}
.dcw-hero .pd-container { position: relative; z-index: 2; }
.dcw-event-chip {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(24,145,208,0.12); border: 1px solid rgba(24,145,208,0.35);
  padding: 8px 16px; border-radius: 14px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--pd-blue); margin-bottom: 20px;
}
.dcw-event-chip__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--pd-blue); animation: dcw-pulse 2.4s ease-in-out infinite; }
@keyframes dcw-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
.dcw-hero-stand {
  margin-top: 24px; display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  padding: 10px 18px; background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.14); border-radius: 14px;
}
.dcw-hero-stand strong { color: var(--pd-blue); font-weight: 700; letter-spacing: 0.08em; }

/* ── FOCUS THEMES (horizontal accordion — mirror of homepage industries-section) ── */
.dcw-topics {
  background: linear-gradient(135deg, #1D283A, #111927);
  padding: 120px 0;
}
.dcw-topics .pd-eyebrow--light,
.dcw-topics .pd-eyebrow--light .pd-eyebrow-line,
.dcw-topics .pd-heading-e7 .bold,
.dcw-topics .pd-heading-e7 .light,
.dcw-topics .pd-desc--light { color: #fff; }
.dcw-topics .pd-heading-e7 .bold { color: #fff !important; }
.dcw-topics .pd-heading-e7 .light { color: rgba(255,255,255,0.75) !important; }
.dcw-topics .pd-desc--light { color: #fff !important; }
.dcw-topics__intro { max-width: 820px; margin-bottom: 56px; }
.body-dcw .h-accordion {
  display: flex;
  gap: 6px;
  height: 560px;
  background: #081c32;
  border-radius: 12px;
}
.body-dcw .h-item {
  position: relative; flex: 1; min-width: 0;
  border-radius: 12px; overflow: hidden; cursor: pointer;
  border: 0;
  outline: none;
  background: #081c32;
  box-shadow: 0 0 0 1px #081c32;
  isolation: isolate;
  clip-path: inset(0 round 12px);
  transform: translateZ(0);
  will-change: flex;
  transition: flex 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.body-dcw .h-item:focus { outline: none; }
.body-dcw .h-item:focus-visible {
  outline: 2px solid rgba(24,145,208,0.9);
  outline-offset: 4px;
}
.body-dcw .h-item.active { flex: 4; cursor: default; }
.body-dcw .h-item-bg {
  position: absolute;
  inset: -2px;
  z-index: 0;
  background: #081c32;
  border-radius: inherit;
  overflow: hidden;
}
.body-dcw .h-item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transform: scale(1.02);
  transition: transform 0.6s ease;
}
.body-dcw .h-item.active .h-item-bg img { transform: scale(1.05); }
.body-dcw .h-item-overlay {
  position: absolute; inset: -1px; z-index: 1;
  border-radius: inherit;
  background: linear-gradient(to right, rgba(11, 32, 54, 0.7) 0%, rgba(11, 32, 54, 0.5) 60%, rgba(11, 32, 54, 0.35) 100%);
  transition: background 0.4s ease-out;
}
.body-dcw .h-item.active .h-item-overlay {
  background: linear-gradient(to right,
    rgba(8, 28, 50, 0.96) 0%,
    rgba(10, 35, 60, 0.88) 38%,
    rgba(12, 42, 72, 0.55) 65%,
    rgba(14, 48, 82, 0.2) 88%,
    rgba(14, 48, 82, 0) 100%
  );
}
.body-dcw .h-item:not(.active):hover .h-item-overlay {
  background: linear-gradient(to right, rgba(11, 32, 54, 0.55) 0%, rgba(11, 32, 54, 0.35) 100%);
}
.body-dcw .h-item-collapsed {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column;
  align-items: center; justify-content: flex-start;
  padding-top: 2rem; gap: 1.25rem;
  opacity: 1; transition: opacity 0.25s ease-out;
}
.body-dcw .h-item.active .h-item-collapsed { opacity: 0; pointer-events: none; transition: opacity 0.15s ease-out; }
.body-dcw .h-item-collapsed-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem; font-weight: 700; color: #fff;
  writing-mode: vertical-rl; text-orientation: mixed;
  text-transform: uppercase; letter-spacing: 0.12em;
}
.body-dcw .h-item-expanded {
  position: absolute; left: 0; bottom: 0; top: 0; z-index: 2;
  width: 500px;
  padding: 2.5rem;
  display: flex; flex-direction: column; justify-content: flex-end;
  opacity: 0;
  transition: opacity 0.3s ease-out 0.2s;
  pointer-events: none;
}
.body-dcw .h-item.active .h-item-expanded { opacity: 1; pointer-events: auto; }
.body-dcw .h-item-tag {
  font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.14em; color: var(--pd-blue);
  margin-bottom: 1rem;
}
.body-dcw .h-item-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25rem; font-weight: 700; color: #fff;
  line-height: 1.1; margin-bottom: 1rem;
  text-shadow: 0 2px 12px rgba(0,0,0,0.5);
}
.body-dcw .h-item-desc {
  font-size: 1rem; color: rgba(255,255,255,0.92);
  line-height: 1.65; margin-bottom: 1.75rem;
  text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}
.body-dcw .h-item-stats { display: flex; gap: 0.875rem; margin-bottom: 0; flex-wrap: wrap; }
.body-dcw .h-stat {
  background: rgba(8,28,50,0.55);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 12px; padding: 14px 18px;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  min-width: 130px;
}
.body-dcw .h-stat-num {
  font-size: 1.6rem; font-weight: 700; color: #fff; display: block; line-height: 1;
  letter-spacing: -0.01em;
}
.body-dcw .h-stat-label {
  font-size: 0.7rem; font-weight: 600; color: rgba(255,255,255,0.78);
  margin-top: 8px; display: block; letter-spacing: 0.08em; text-transform: uppercase;
}
@media (max-width: 1024px) {
  .body-dcw .h-accordion { flex-direction: column; height: auto; }
  .body-dcw .h-item { min-height: 88px; flex: none; }
  .body-dcw .h-item.active { min-height: 420px; }
  .body-dcw .h-item-collapsed-title { writing-mode: horizontal-tb; }
  .body-dcw .h-item-collapsed { flex-direction: row; padding: 1.25rem; justify-content: flex-start; align-items: center; }
  .body-dcw .h-item-expanded { width: 100%; padding: 1.75rem; }
  /* Mobile: active card grows with its content (top-down) so long
     descriptions don't clip past the top edge of the absolute panel. */
  .body-dcw .h-item.active .h-item-expanded {
    position: relative; top: auto; bottom: auto;
    justify-content: flex-start;
  }
}

/* ── Event: split section — left content + right 9:16 video ── */
.body-dcw .pd-event__split {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 64px;
  align-items: center;
}
.body-dcw .pd-event__split-left { min-width: 0; }
.body-dcw .pd-event__split-right { display: flex; justify-content: flex-end; }
.body-dcw .pd-event__grid {
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  max-width: none;
  width: 100%;
  margin-top: 40px;
  gap: 0;
}
.body-dcw .pd-event__cell {
  padding: 36px 36px; border-right: none;
  display: flex; flex-direction: column; justify-content: center;
}
.body-dcw .pd-event__cell:nth-child(odd) { border-right: 1px solid var(--pd-dark-slate-100); }
.body-dcw .pd-event__cell:nth-child(-n+2) { border-bottom: 1px solid var(--pd-dark-slate-100); }
.body-dcw .pd-event__cell-label { margin-bottom: 14px; font-size: 11px; }
.body-dcw .pd-event__cell-value { font-size: 19px; line-height: 1.4; }
.body-dcw .pd-event__video-slot {
  aspect-ratio: 9 / 16;
  width: 360px;
  max-width: 100%;
  background: var(--pd-dark-slate-200);
  border: 1px solid var(--pd-dark-slate-200);
  border-radius: 18px;
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  color: var(--pd-dark-slate-500);
  font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
}
.body-dcw .pd-event__video-slot video, .body-dcw .pd-event__video-slot img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.body-dcw .pd-event__video-hint { z-index: 2; padding: 12px 18px; background: rgba(255,255,255,0.9); border-radius: 14px; }
.body-dcw .pd-event__footnote { text-align: left; }
@media (max-width: 900px) {
  .body-dcw .pd-event__split { grid-template-columns: 1fr; gap: 36px; }
  .body-dcw .pd-event__split-right { justify-content: flex-start; }
  .body-dcw .pd-event__video-slot { width: 280px; max-width: 100%; }
}

/* ── "WHERE TO FIND US" portrait video placeholder ───── */

/* ── PRODUCT REVEAL (Cabero Blue background per protocol §3) ── */
.dcw-product { background: var(--pd-blue); padding: 0 0 120px; position: relative; overflow: hidden; }
.dcw-product::before {
  content: 'XXL JUMBO'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  font-family: 'Montserrat', sans-serif; font-size: 240px; font-weight: 900;
  color: rgba(255,255,255,0.06); letter-spacing: 40px; pointer-events: none; white-space: nowrap;
}
.dcw-product__row {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 0;
  background: rgba(10,50,74,0.55);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px; overflow: hidden; position: relative; z-index: 2;
}
.dcw-product__image {
  min-height: 480px; background: var(--pd-dark-slate-700);
  display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden;
}
.dcw-product__image-media { position: absolute; inset: 0; background-size: cover; background-position: center; }
.dcw-product__image-media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(17,25,39,0.15) 0%, rgba(17,25,39,0.35) 60%, rgba(17,25,39,0.82) 100%);
}
.dcw-product__kpis { position: absolute; left: 32px; bottom: 32px; right: 32px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.dcw-product__kpi-val { font-size: 40px; font-weight: 700; color: #fff; line-height: 1; }
.dcw-product__kpi-label { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-top: 8px; line-height: 1.5; }
.dcw-product__content { padding: 56px 48px; display: flex; flex-direction: column; justify-content: center; }
.dcw-product__tagline {
  font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.9); margin-bottom: 14px;
}
.dcw-product__title { font-size: 36px; font-weight: 700; color: #fff; line-height: 1.15; margin-bottom: 16px; }
.dcw-product__title .light { font-weight: 300; color: rgba(255,255,255,0.8); display: block; }
.dcw-product__desc { font-size: 17px; color: rgba(255,255,255,0.88); line-height: 1.7; margin-bottom: 28px; }
.dcw-product__note {
  margin-top: 8px; padding: 14px 20px;
  border-left: 3px solid #fff;
  background: rgba(255,255,255,0.08);
  font-size: 14px; color: #fff; line-height: 1.55; font-weight: 500;
}

/* ── PARALLAX BREAKER ────────────────────────────────── */
.dcw-parallax {
  position: relative;
  min-height: 420px;
  background-image: url('../images/dcw/datacenter-aerial.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow: hidden;
}
.dcw-parallax::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8,28,50,0.55) 0%, rgba(8,28,50,0.35) 50%, rgba(8,28,50,0.65) 100%);
}
.dcw-parallax__inner {
  position: relative; z-index: 1;
  min-height: 420px;
  display: flex; align-items: center; justify-content: center;
  padding: 80px 20px; text-align: center;
}
.dcw-parallax__quote {
  max-width: 820px;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 300;
  line-height: 1.3;
  color: #fff;
  text-wrap: balance;
}
.dcw-parallax__quote .bold { font-weight: 700; display: block; margin-bottom: 10px; }
@media (max-width: 768px) {
  .dcw-parallax { background-attachment: scroll; min-height: 320px; }
  .dcw-parallax__inner { min-height: 320px; padding: 60px 20px; }
}

/* ── MARKET CONTEXT (white) ──────────────────────────── */
.dcw-market { background: #fff; padding: 120px 0; }
.dcw-market .pd-container { display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: start; }
.dcw-market__drivers { display: flex; flex-direction: column; margin-top: 36px; border-top: 1px solid var(--pd-dark-slate-100); }
.dcw-driver {
  display: grid; grid-template-columns: 56px 1fr; gap: 20px;
  padding: 24px 0; border-bottom: 1px solid var(--pd-dark-slate-100);
}
.dcw-driver__num { font-size: 22px; font-weight: 700; color: var(--pd-dark-slate-400); line-height: 1; letter-spacing: 0.04em; }
.dcw-driver__label { font-size: 17px; font-weight: 700; color: var(--pd-dark-slate-800); margin-bottom: 6px; line-height: 1.4; }
.dcw-driver__sub { font-size: 14px; color: var(--pd-dark-slate-500); line-height: 1.65; }
.dcw-market__insight {
  background: var(--pd-dark-slate-800); border-radius: 14px; padding: 40px; position: sticky; top: 120px;
}
.dcw-market__insight-label { font-size: 10px; font-weight: 700; letter-spacing: 2px; color: rgba(255,255,255,0.65); text-transform: uppercase; margin-bottom: 14px; }
.dcw-market__insight-quote { font-size: 18px; color: #fff; line-height: 1.65; font-style: italic; margin-bottom: 28px; }
.dcw-market__insight-stat { font-size: 56px; font-weight: 700; color: #fff; line-height: 1; margin-bottom: 8px; }
.dcw-market__insight-stat-label { font-size: 13px; color: rgba(255,255,255,0.6); letter-spacing: 0.04em; }
.dcw-market__insight hr { margin: 28px 0; border: 0; border-top: 1px solid rgba(255,255,255,0.08); }
.dcw-market__insight p { font-size: 15px; color: rgba(255,255,255,0.8); line-height: 1.7; }

/* ── SPECS — editorial data-sheet with numbered rows ── */
.dcw-specs { background: var(--pd-dark-slate-800); padding: 120px 0; position: relative; overflow: hidden; }
.dcw-specs .pd-container { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1.4fr; gap: 72px; align-items: center; }

/* Widen every section container on the DCW page */
.body-dcw .pd-container { max-width: 1440px; }
/* …except the Eventdetails and Team sections, which look better at the standard width */
.body-dcw .pd-event .pd-container,
.body-dcw .pd-team--dcw .pd-container { max-width: 1200px; }

/* Full-width 360° video breaker */
.dcw-fullvideo { position: relative; width: 100%; overflow: hidden; background: #000; line-height: 0; }
.dcw-fullvideo video { display: block; width: 100%; height: auto; }
.dcw-specs__sheet {
  margin-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  position: relative;
}
.dcw-specs__sheet::before {
  content: ''; position: absolute; top: 0; bottom: 0; left: 50%;
  width: 1px; background: rgba(255,255,255,0.08);
}
.dcw-specs__row { display: grid; grid-template-columns: 1fr 1fr; position: relative; }
.dcw-specs__row + .dcw-specs__row { border-top: 1px solid rgba(255,255,255,0.08); }
.dcw-spec {
  position: relative;
  padding: 28px 32px 28px 64px;
  display: flex; flex-direction: column; gap: 6px;
  transition: background .25s ease;
}
.dcw-spec::before {
  content: attr(data-n);
  position: absolute; top: 30px; left: 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  color: rgba(255,255,255,0.35);
}
.dcw-spec::after {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0;
  width: 2px; background: var(--pd-blue);
  transform: scaleY(0); transform-origin: center;
  transition: transform .3s ease;
}
.dcw-spec:hover { background: rgba(24,145,208,0.06); }
.dcw-spec:hover::after { transform: scaleY(1); }
.dcw-spec:hover::before { color: var(--pd-blue); }
.dcw-spec__val {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px; font-weight: 700; color: #fff;
  line-height: 1; letter-spacing: -0.02em;
}
.dcw-spec__label {
  font-size: 12px; font-weight: 600; color: #fff;
  line-height: 1.5; letter-spacing: 0.08em; text-transform: uppercase;
  margin-top: 2px;
}
@media (max-width: 640px) {
  .dcw-specs__sheet::before { display: none; }
  .dcw-specs__row { grid-template-columns: 1fr; }
  .dcw-specs__row > :first-child { border-bottom: 1px solid rgba(255,255,255,0.08); }
  .dcw-spec { padding: 24px 24px 24px 58px; }
}
.dcw-specs__badges { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 32px; margin-bottom: 28px; }
.dcw-specs__badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  background: transparent; border: 1px solid rgba(255,255,255,0.22);
  border-radius: 14px;
}
.dcw-specs__badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #fff; }
.dcw-specs__xxl {
  position: relative; aspect-ratio: 16 / 9; border-radius: 14px; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: var(--pd-dark-slate-700);
}
.dcw-specs__xxl video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  display: block;
}
.dcw-specs__xxl::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(17,25,32,0) 60%, rgba(17,25,32,0.45) 100%);
  pointer-events: none;
}

/* ── ADVANTAGES — bento grid with SVG icons and a feature card ── */
.dcw-adv { background: #fff; padding: 120px 0; }
.dcw-adv__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(220px, auto);
  gap: 20px; margin-top: 48px;
}
.dcw-adv-card {
  background: #fff;
  border: 1px solid var(--pd-dark-slate-100);
  border-radius: 16px;
  padding: 32px; position: relative;
  grid-column: span 2;
  display: flex; flex-direction: column;
  overflow: hidden;
  transition: border-color .3s, transform .3s, box-shadow .3s;
}
.dcw-adv-card::after {
  content: ''; position: absolute; inset: 0;
  border-radius: 16px; padding: 1px;
  background: linear-gradient(135deg, var(--pd-blue), transparent 60%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0; transition: opacity .3s ease; pointer-events: none;
}
.dcw-adv-card:hover { transform: translateY(-4px); box-shadow: 0 24px 50px rgba(17,25,39,0.08); }
.dcw-adv-card:hover::after { opacity: 1; }
.dcw-adv-card--feature {
  grid-column: span 3;
  grid-row: span 2;
  background: linear-gradient(145deg, #0B2036 0%, #102C4A 100%);
  border-color: transparent;
  color: #fff;
}
.dcw-adv-card--feature .dcw-adv-card__title { color: #fff; font-size: 28px; margin-bottom: 16px; }
.dcw-adv-card--feature .dcw-adv-card__body { color: rgba(255,255,255,0.82); font-size: 16px; }
.dcw-adv-card--feature .dcw-adv-card__list li { color: rgba(255,255,255,0.78); font-size: 14px; }
.dcw-adv-card--feature .dcw-adv-card__list li::before { background: var(--pd-blue); }
.dcw-adv-card--feature .dcw-adv-card__icon { color: #fff; background: rgba(255,255,255,0.12); }
.dcw-adv-card--feature .dcw-adv-card__feature-stat {
  margin-top: auto; padding-top: 24px; display: flex; align-items: baseline; gap: 16px;
  border-top: 1px solid rgba(255,255,255,0.14);
}
.dcw-adv-card--feature .dcw-adv-card__feature-num {
  font-family: 'Montserrat', sans-serif; font-size: 52px; font-weight: 700; color: #fff; line-height: 1; letter-spacing: -0.02em;
}
.dcw-adv-card--feature .dcw-adv-card__feature-cap {
  font-size: 13px; color: rgba(255,255,255,0.7); line-height: 1.4;
}
.dcw-adv-card__icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--pd-dark-slate-50); color: var(--pd-blue);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.dcw-adv-card__icon svg { width: 22px; height: 22px; stroke-width: 1.5; }
.dcw-adv-card__title { font-size: 18px; font-weight: 700; color: var(--pd-dark-slate-800); line-height: 1.3; margin-bottom: 10px; }
.dcw-adv-card__body { font-size: 14px; color: var(--pd-dark-slate-600); line-height: 1.68; margin-bottom: 14px; }
.dcw-adv-card__list { list-style: none; padding: 0; margin: auto 0 0; }
.dcw-adv-card__list li {
  font-size: 12.5px; color: var(--pd-dark-slate-500); line-height: 1.55;
  padding: 5px 0 5px 14px; position: relative;
}
.dcw-adv-card__list li::before {
  content: ''; position: absolute; left: 0; top: 12px; width: 7px; height: 1.5px; background: var(--pd-blue); border-radius: 1px;
}
@media (max-width: 1024px) {
  .dcw-adv__grid { grid-template-columns: repeat(2, 1fr); }
  .dcw-adv-card { grid-column: span 1; }
  .dcw-adv-card--feature { grid-column: span 2; grid-row: auto; }
}
@media (max-width: 640px) {
  .dcw-adv__grid { grid-template-columns: 1fr; }
  .dcw-adv-card, .dcw-adv-card--feature { grid-column: span 1; grid-row: auto; }
}

/* ── BE STRATEGIC — editorial dossier with watermark ordinals ── */
.dcw-strat {
  position: relative;
  padding: 120px 0;
  background-image: url('../images/dcw/strategic-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.dcw-strat::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8,24,44,0.55) 0%, rgba(8,24,44,0.40) 55%, rgba(8,24,44,0.60) 100%);
  z-index: 0;
}
.dcw-strat > .pd-container { position: relative; z-index: 1; }
.dcw-strat .pd-eyebrow--light,
.dcw-strat .pd-eyebrow--light .pd-eyebrow-line { color: #fff; }
.dcw-strat .pd-heading-e7 .bold,
.dcw-strat .pd-heading-e7 .light { color: #fff; }
.dcw-strat .pd-desc--light { color: rgba(255,255,255,0.82) !important; }
.dcw-strat .dcw-strat-card {
  background: linear-gradient(145deg, rgba(11,32,54,0.72) 0%, rgba(18,47,78,0.72) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 0;
}
.dcw-strat__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 48px; margin-bottom: 40px; }
.dcw-strat-card {
  background: linear-gradient(145deg, #0B2036 0%, #122F4E 100%);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 18px; padding: 44px 48px 44px 44px;
  position: relative; overflow: hidden;
  min-height: 280px;
  display: flex; flex-direction: column; justify-content: flex-start;
  align-items: flex-start;
  transition: border-color .3s, transform .3s, box-shadow .3s;
}
.dcw-strat-card::before {
  /* Giant watermark ordinal */
  content: attr(data-n);
  position: absolute; right: -20px; top: -60px;
  font-family: 'Montserrat', sans-serif;
  font-size: 260px; font-weight: 800; line-height: 1;
  color: rgba(255,255,255,0.05);
  letter-spacing: -0.04em;
  pointer-events: none; user-select: none;
  transition: color .35s ease, transform .45s cubic-bezier(.2,.7,.2,1);
}
.dcw-strat-card::after {
  /* Sliding accent bar */
  content: ''; position: absolute; left: 0; top: 0; bottom: 0;
  width: 3px; background: var(--pd-blue);
  transform: scaleY(0); transform-origin: center;
  transition: transform .35s ease;
}
.dcw-strat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px rgba(11,32,54,0.25);
}
.dcw-strat-card:hover::before {
  color: rgba(24,145,208,0.18);
  transform: translate(-4px, 8px);
}
.dcw-strat-card:hover::after { transform: scaleY(1); }
.dcw-strat-card > * { position: relative; z-index: 2; }
.dcw-strat-card__num {
  font-size: 11px; font-weight: 700; letter-spacing: 0.22em;
  color: rgba(255,255,255,0.55); text-transform: uppercase; margin-bottom: 14px;
}
.dcw-strat-card__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px; font-weight: 700; color: #fff;
  line-height: 1.25; margin-bottom: 16px;
}
.dcw-strat-card__body {
  font-size: 15px; color: rgba(255,255,255,0.82);
  line-height: 1.7; max-width: 38ch;
}
.dcw-strat-card__motto {
  margin-top: 20px; font-size: 12px; font-weight: 600;
  color: rgba(255,255,255,0.5); letter-spacing: 0.1em; font-style: normal;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .dcw-strat-card { padding: 32px 28px; min-height: 220px; }
  .dcw-strat-card::before { font-size: 200px; right: -10px; top: -40px; }
  .dcw-strat-card__title { font-size: 20px; }
}
.dcw-strat__highlight {
  background: var(--pd-dark-slate-50);
  border: 1px solid var(--pd-dark-slate-100);
  border-radius: 14px; padding: 48px 56px;
  display: grid; grid-template-columns: 1fr 1.3fr; gap: 56px; align-items: center;
}
.dcw-strat__highlight-num { font-size: 64px; font-weight: 700; color: var(--pd-dark-slate-800); line-height: 1; letter-spacing: -0.01em; }
.dcw-strat__highlight-label { font-size: 14px; color: var(--pd-dark-slate-500); margin-top: 10px; line-height: 1.5; }
.dcw-strat__highlight-copy { font-size: 16px; color: var(--pd-dark-slate-600); line-height: 1.75; }

/* ── TEAM (3-column, dark-blue portrait bg) ──────────── */
.pd-team--dcw .pd-team__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 960px;
  margin-left: 0;
  margin-right: 0;
}
.pd-team--dcw .pd-team-card {
  flex-direction: column; padding: 0; overflow: hidden; gap: 0;
  border-radius: 14px; text-decoration: none; display: flex;
  align-items: stretch;          /* body fills card width — without this, body shrinks to content */
  transition: transform .3s ease, box-shadow .3s ease;
}
.pd-team--dcw .pd-team-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(17,25,39,0.08); }
.pd-team--dcw .pd-team-card__portrait {
  width: 100%; aspect-ratio: 1 / 1; overflow: hidden;
  background: #0b2e44;
  display: flex; align-items: center; justify-content: center;
}
.pd-team--dcw .pd-team-card__portrait img {
  width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%;
  display: block; transition: transform .4s ease;
}
.pd-team--dcw .pd-team-card:hover .pd-team-card__portrait img { transform: scale(1.04); }
.pd-team--dcw .pd-team-card__body {
  padding: 24px 24px 28px; flex: 1 1 auto; text-align: left;
  display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start;
}
.pd-team--dcw .pd-team-card__name {
  font-size: 18px; color: var(--pd-dark-slate-800); margin-bottom: 8px;
  line-height: 1.3;
}
/* Role gets a fixed 2-line slot. Text is anchored to the TOP of the slot so
   the first line of every role lands at the same y-position regardless of
   whether the role wraps to 1 or 2 lines. */
.pd-team--dcw .pd-team-card__role {
  font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--pd-dark-slate-500); line-height: 1.5;
  height: 33px;          /* exactly 2 lines × line-height (16.5 × 2) */
  margin-bottom: 14px;
  display: flex; align-items: flex-start; justify-content: flex-start;
  text-align: left;
}
/* Contact pinned to bottom of card body so it always lands at the same baseline */
.pd-team--dcw .pd-team-card__contact {
  font-size: 12px; color: var(--pd-dark-slate-500); margin-top: auto;
}

/* ── CTA tweaks — 3-button row, location chips at bottom ── */
.pd-cta .pd-cta__ctas { flex-wrap: wrap; justify-content: center; gap: 12px; }

/* ═══════════════════════════════════════════════════════════
   TOC RAIL
═══════════════════════════════════════════════════════════ */
.dcw-toc {
  position: fixed; top: 50%; transform: translateY(-50%); left: 32px;
  z-index: 40; display: flex; flex-direction: column; gap: 0;
  font-family: 'Montserrat', sans-serif; min-width: 170px;
}
.dcw-toc__eyebrow {
  font-size: 10px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  margin-bottom: 14px; padding-left: 20px; color: currentColor; opacity: 0.6; position: relative;
}
.dcw-toc__eyebrow::before {
  content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 12px; height: 2px; background: var(--pd-red); border-radius: 1px;
}
.dcw-toc--on-dark { color: #fff; }
.dcw-toc--on-light { color: var(--pd-dark-slate-800); }
.dcw-toc--on-dark .dcw-toc__eyebrow { opacity: 0.55; }
.dcw-toc--on-light .dcw-toc__eyebrow { opacity: 0.55; }
/* Background-aware pill — fades in only when the active section has an
   image or video background (data-toc-bg="media"). Frosted glass +
   blur guarantees legibility regardless of what's behind it. */
.dcw-toc::before {
  content: '';
  position: absolute; inset: -18px -22px;
  border-radius: 14px;
  background: rgba(8, 16, 28, 0.55);
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  border: 1px solid rgba(255,255,255,0.08);
  z-index: -1;
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
}
.dcw-toc--has-media-bg::before { opacity: 1; }
.dcw-toc--has-media-bg.dcw-toc--on-light::before {
  background: rgba(255,255,255,0.78);
  border-color: rgba(0,0,0,0.06);
}
.dcw-toc__link {
  position: relative; display: flex; align-items: center; gap: 14px;
  padding: 7px 0 7px 20px; text-decoration: none;
  font-size: 12px; font-weight: 500; letter-spacing: 0.02em;
  color: inherit; opacity: 0.45;
  transition: opacity .2s, padding .2s; line-height: 1.3;
}
.dcw-toc__link::before {
  content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 2px; height: 0; background: var(--pd-red);
  transition: height .2s; border-radius: 1px;
}
.dcw-toc__link:hover { opacity: 0.85; }
.dcw-toc__link.is-active { opacity: 1; font-weight: 700; padding-left: 24px; }
.dcw-toc__link.is-active::before { height: 100%; }
.dcw-toc { opacity: 1; transition: opacity .25s ease; }
.dcw-toc.is-hidden { opacity: 0; pointer-events: none; }
/* Hide the floating TOC unless the viewport is wide enough that it can sit
   in the natural left margin of the 1440px max-width container without
   overlapping section content. (1440 + ~360px breathing room) */
@media (max-width: 1799px) { .dcw-toc { display: none; } }


/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .dcw-topics__grid { grid-template-columns: 1fr; }
  .dcw-product__row { grid-template-columns: 1fr; }
  .dcw-product__image { min-height: 320px; }
  .dcw-product__content { padding: 40px 32px; }
  .dcw-market .pd-container { grid-template-columns: 1fr; gap: 48px; }
  .dcw-market__insight { position: static; }
  .dcw-specs .pd-container { grid-template-columns: 1fr; gap: 48px; }
  .dcw-specs__grid { grid-template-columns: 1fr 1fr; }
  .dcw-adv__grid { grid-template-columns: 1fr 1fr; }
  .dcw-strat__grid { grid-template-columns: 1fr; }
  .dcw-strat__highlight { grid-template-columns: 1fr; gap: 24px; padding: 36px 28px; }
  .pd-team--dcw .pd-team__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: none; }
}
@media (max-width: 900px) {
  .pd-team--dcw .pd-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 640px;
  }
}
@media (max-width: 640px) {
  .dcw-specs__grid, .dcw-adv__grid { grid-template-columns: 1fr; }
  .pd-team--dcw .pd-team__grid { grid-template-columns: 1fr; }
  .dcw-product__content { padding: 32px 24px; }
  .dcw-product__kpis { grid-template-columns: 1fr; gap: 12px; }
  .dcw-product__kpi-val { font-size: 32px; }
}

/* ═══════════════════════════════════════════════════════════
   MOBILE OPTIMIZATIONS — DCW Frankfurt page
   ≤ 900px: tablet adjustments
   ≤ 640px: phone layouts
   ≤ 480px: tightest phones
═══════════════════════════════════════════════════════════ */
@media (max-width: 900px) {
  /* Smaller headings keep long German compounds (Rechenzentren,
     Datacenterbusiness) inside the line — without ugly mid-word breaks. */
  .body-dcw .pd-heading-e7,
  .body-dcw .homepage-v2 .section-title,
  .dcw-hero .pd-hero__title {
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: manual;
  }
}

@media (max-width: 640px) {
  /* Container side padding — generous breathing room from screen edges */
  .body-dcw .pd-container,
  .body-dcw .container { padding-left: 24px !important; padding-right: 24px !important; }

  /* Section vertical padding: clear separation between sections */
  .dcw-topics, .dcw-product, .dcw-market, .dcw-specs,
  .dcw-strat, .dcw-adv, .pd-team--dcw, .pd-event,
  .body-dcw .bento-section { padding-top: 72px !important; padding-bottom: 72px !important; }

  /* Section eyebrow → heading → paragraph rhythm */
  .body-dcw .pd-eyebrow { margin-bottom: 18px; }
  .body-dcw .pd-heading-e7 { margin-bottom: 24px; }
  .body-dcw .homepage-v2 .section-title { margin-bottom: 20px; }
  .body-dcw .pd-desc--light,
  .body-dcw .bento-body-text { margin-bottom: 32px; line-height: 1.65; }

  /* Heading sizes — fit cleanly without breaking mid-word */
  .body-dcw .pd-heading-e7 { font-size: 1.875rem; line-height: 1.18; }
  body.body-dcw .homepage-v2 .section-title,
  body.body-dcw .homepage-v2 .bento-section .section-title { font-size: 1.75rem; line-height: 1.2; }

  /* Hero spacing & sizing */
  .dcw-hero { padding: 96px 0 80px; }
  .dcw-hero .pd-container,
  .dcw-hero .pd-hero__text {
    width: min(342px, calc(100vw - 48px));
    max-width: min(342px, calc(100vw - 48px));
    min-width: 0;
  }
  .dcw-hero .pd-container {
    margin-left: 0;
    margin-right: 0;
    padding-top: 80px;
    padding-bottom: 56px;
  }
  .dcw-hero .pd-eyebrow {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 18px;
    max-width: 100%;
    font-size: 12px;
    line-height: 1.4;
  }
  .dcw-hero .pd-hero__title {
    width: 100%;
    max-width: 100%;
    font-size: 2.125rem;
    line-height: 1.1;
    margin-bottom: 18px;
    text-wrap: auto;
    overflow-wrap: break-word;
  }
  .dcw-hero .pd-hero__title .bold,
  .dcw-hero .pd-hero__title .light { max-width: 100%; }
  .dcw-hero .pd-hero__sub {
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 22px;
  }
  .dcw-hero-stand {
    display: inline-flex; flex-wrap: wrap; row-gap: 4px; column-gap: 8px;
    max-width: 100%;
    font-size: 11px; padding: 9px 14px; line-height: 1.4; margin-top: 18px;
  }
  .dcw-hero .pd-hero__ctas {
    width: min(342px, calc(100vw - 48px));
    max-width: min(342px, calc(100vw - 48px));
    margin-top: 26px;
  }
  .dcw-hero .pd-hero__ctas .pd-btn {
    width: 100%;
    max-width: 100%;
  }

  /* Event details — clean vertical list inside one card */
  .body-dcw .pd-event__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;       /* natural height, no equal-row stretching */
    max-width: 100%;
    gap: 0;
    margin-top: 24px;
  }
  .body-dcw .pd-event__cell {
    padding: 20px 24px;
    border-right: none !important;
  }
  .body-dcw .pd-event__cell:nth-child(-n+2) { border-bottom: none !important; }
  .body-dcw .pd-event__cell:not(:last-child) { border-bottom: 1px solid var(--pd-dark-slate-100) !important; }
  .body-dcw .pd-event__cell-label { margin-bottom: 6px; font-size: 10px; }
  .body-dcw .pd-event__cell-value { font-size: 17px; line-height: 1.35; }
  .body-dcw .pd-event__split { gap: 32px; }
  .body-dcw .pd-event__video-slot { width: 100%; max-width: 320px; margin: 0 auto; }
  .body-dcw .pd-event__footnote { margin-top: 18px; font-size: 13px; }

  /* Specs — readable rows */
  .dcw-specs__sheet { margin-top: 28px; }
  .dcw-specs__row { padding: 18px 0; gap: 16px; }
  .dcw-specs__row-value { font-size: clamp(1.6rem, 8vw, 2.4rem); line-height: 1.05; }

  /* Stat numbers — prevent overflow */
  .dcw-strat__highlight-num { font-size: clamp(2.5rem, 11vw, 3.5rem); }
  .body-dcw .bento-num { font-size: clamp(1.875rem, 8vw, 2.5rem); }
  .body-dcw .bento-card { padding: 24px 22px; }
  .body-dcw .bento-img-wide { padding: 0; }
  .body-dcw .bento-img-wide img { min-height: 300px; }
  .body-dcw .bento-img-overlay { padding: 1.5rem 1.375rem; }
  .body-dcw .bento-grid { gap: 14px; }

  /* Strategic */
  .dcw-strat__grid { gap: 16px; }
  .dcw-strat-card { padding: 26px 22px; }
  .dcw-strat__highlight { padding: 28px 22px !important; }

  /* Adv / why CABERO */
  .dcw-adv__grid { gap: 14px; }
  .dcw-adv-card { padding: 26px 22px; }
  .dcw-adv-card--feature { padding: 32px 26px; }

  /* Team — single column stack, no cross-card alignment needed,
     so the role uses natural height (no 2-line reservation slot) */
  .pd-team--dcw .pd-team__grid { grid-template-columns: 1fr; gap: 24px; }
  .pd-team--dcw .pd-team-card__body { padding: 22px 22px 26px; }
  .pd-team--dcw .pd-team-card__name { font-size: 19px; margin-bottom: 4px; }
  .pd-team--dcw .pd-team-card__role {
    font-size: 10px; line-height: 1.45;
    height: auto;          /* override the 33px desktop slot */
    margin-bottom: 14px;
    align-items: flex-start;
  }
  .pd-team--dcw .pd-team-card__contact { font-size: 13px; margin-top: 0; }

  /* CTA */
  .pd-cta { padding: 80px 0; }
  .pd-cta .pd-cta__ctas { flex-direction: column; align-items: stretch; gap: 12px; }
  .pd-cta .pd-cta__ctas .pd-btn { width: 100%; justify-content: center; }
  .pd-cta .pd-cta__trust { flex-direction: column; gap: 12px; align-items: center; margin-top: 24px; }

  /* Product reveal */
  .dcw-product__content { padding: 36px 24px !important; }
  .dcw-product__kpis { grid-template-columns: 1fr; gap: 12px; }
  .dcw-product__kpi-val { font-size: 32px; }

  /* Topics / horizontal accordion: cleaner stacked spacing */
  .body-dcw .h-accordion { gap: 12px; }
  .body-dcw .h-item { border-radius: 10px; }
  .body-dcw .h-item-collapsed { padding: 1.25rem; }
  .body-dcw .h-item-expanded { padding: 1.5rem; }
}

@media (max-width: 480px) {
  /* Tightest phones */
  .body-dcw .pd-container,
  .body-dcw .container { padding-left: 20px !important; padding-right: 20px !important; }
  .dcw-hero .pd-container { padding-left: 20px !important; padding-right: 20px !important; }
  .dcw-hero .pd-container,
  .dcw-hero .pd-hero__text,
  .dcw-hero .pd-hero__ctas {
    width: min(342px, calc(100vw - 40px));
    max-width: min(342px, calc(100vw - 40px));
  }
  .dcw-hero .pd-container {
    padding-top: 72px;
    padding-bottom: 48px;
  }

  .body-dcw .pd-heading-e7 { font-size: 1.625rem; }
  body.body-dcw .homepage-v2 .section-title,
  body.body-dcw .homepage-v2 .bento-section .section-title { font-size: 1.625rem; }
  .dcw-hero .pd-hero__title { font-size: 1.875rem; }

  .dcw-topics, .dcw-product, .dcw-market, .dcw-specs,
  .dcw-strat, .dcw-adv, .pd-team--dcw, .pd-event,
  .body-dcw .bento-section { padding-top: 64px !important; padding-bottom: 64px !important; }
}
