/* =========================================================================
   WHAT'S INCLUDED — merged 3 E's section
   ========================================================================= */
.whats-included {
  background: linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);
  color: #fff;
  padding: clamp(80px, 10vw, 140px) 0;
  position: relative;
  overflow: hidden;
}
.whats-included::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(253,185,19,0.10), transparent 70%);
  pointer-events: none;
}
.whats-included .container { position: relative; }

.wi-head {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 64px;
}

/* E3 = Empower + Educate + Entertain headline */
.wi-equation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(14px, 2.4vw, 32px);
  margin: 26px auto 26px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  line-height: 1;
}
.wi-logo {
  width: clamp(80px, 9vw, 120px);
  height: auto;
  display: block;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.35));
}
.wi-equals {
  font-size: clamp(40px, 5.4vw, 70px);
  color: var(--gold);
  font-weight: 900;
  letter-spacing: -0.02em;
}
.wi-words {
  display: flex;
  align-items: baseline;
  gap: clamp(8px, 1.4vw, 18px);
  flex-wrap: wrap;
  justify-content: center;
}
.wi-word {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(28px, 3.8vw, 50px);
  color: #fff;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.wi-word .big {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 1.25em;
  color: var(--gold);
  margin-right: 0.02em;
  display: inline-block;
  transform: translateY(0.07em);
}
.wi-dot {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: clamp(22px, 2.8vw, 32px);
  color: var(--gold);
  opacity: 0.65;
}
.wi-period {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: clamp(28px, 3.8vw, 50px);
  color: var(--gold);
  margin-left: -6px;
}
@media (max-width: 720px) {
  .wi-equation { gap: 14px; }
  .wi-words { gap: 8px; }
}

.wi-subhead {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: clamp(22px, 2.6vw, 32px);
  letter-spacing: -0.015em;
  color: #fff;
  line-height: 1.15;
  margin: 8px 0 22px;
}

.wi-intro {
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
  max-width: 620px;
  margin: 0 auto 36px;
}

.wi-closer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 8px auto 0;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: clamp(20px, 2.2vw, 28px);
  color: rgba(255,255,255,0.92);
  text-align: center;
  line-height: 1.2;
}
.wi-closer .flourish {
  width: 100px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(253,185,19,0.7), transparent);
}
.wi-closer .line a {
  color: var(--gold);
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 2px solid transparent;
  padding-bottom: 3px;
  transition: border-color .2s, gap .2s;
}
.wi-closer .line a:hover {
  border-bottom-color: var(--gold);
  gap: 12px;
}
.wi-closer.wi-closer-large {
  margin: 56px auto 0;
  font-size: clamp(28px, 3.4vw, 44px);
  gap: 36px;
}
.wi-closer.wi-closer-large .flourish {
  width: 160px;
  height: 1px;
}
.wi-closer.wi-closer-large .line a {
  font-size: 16px;
  letter-spacing: 1.5px;
  margin-left: 20px;
}
@media (max-width: 760px) {
  .wi-closer.wi-closer-large { font-size: 24px; }
  .wi-closer.wi-closer-large .flourish { display: none; }
}

/* 3-column grid: EMPOWER | EDUCATE | ENTERTAIN */
.wi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255,255,255,0.10);
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
@media (max-width: 860px) { .wi-grid { grid-template-columns: 1fr; } }

.wi-col {
  padding: 40px 28px 36px;
  border-right: 1px solid rgba(255,255,255,0.10);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wi-col:last-child { border-right: 0; }
@media (max-width: 860px) {
  .wi-col { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.10); }
  .wi-col:last-child { border-bottom: 0; }
}

.wi-col-head {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 36px;
  position: relative;
  padding-bottom: 14px;
}
.wi-col-head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 2px;
  background: var(--gold);
}

.wi-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 18px 12px;
  width: 100%;
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
  transition: background .2s;
  margin-bottom: 6px;
}
.wi-item:hover { background: rgba(253,185,19,0.06); }
.wi-item .ico {
  width: 36px; height: 36px;
  display: grid; place-items: center;
  color: var(--gold);
  margin-bottom: 8px;
}
.wi-item .ico svg { width: 28px; height: 28px; }
.wi-item .nm {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #fff;
}
.wi-item .sub {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  line-height: 1.45;
  max-width: 220px;
}


/* =========================================================================
   ENTERTAIN — stacked layout (copy left, layered images right)
   ========================================================================= */
.e-block.entertain-stacked .container {
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 6vw, 96px);
}
.entertain-grid {
  display: grid;
  grid-template-columns: minmax(320px, 460px) 1fr;
  gap: clamp(40px, 5vw, 90px);
  align-items: center;
}
@media (max-width: 1000px) {
  .entertain-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

/* Copy column */
.entertain-copy .eyebrow {
  color: var(--gold-warm, var(--gold));
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.entertain-copy h3 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: clamp(48px, 6vw, 78px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  color: var(--navy, #0a2540);
}
.entertain-copy .lede {
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 18px;
  color: var(--navy, #0a2540);
}
.entertain-copy p {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(10,37,64,0.78);
  margin: 0 0 24px;
}
.entertain-bullets { list-style: none; padding: 0; margin: 0; }
.entertain-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid rgba(10,37,64,0.10);
  font-size: 15px;
  line-height: 1.5;
}
.entertain-bullets li:last-child { border-bottom: 1px solid rgba(10,37,64,0.10); }
.entertain-bullets li .dot {
  flex: 0 0 28px;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(253,185,19,0.16);
  color: var(--gold, #FDB913);
  display: grid; place-items: center;
}
.entertain-bullets li .dot svg { width: 14px; height: 14px; }
.entertain-bullets li strong {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--navy, #0a2540);
  margin-bottom: 2px;
}

/* =========================================================================
   ENTERTAIN STACK — three layered images on the right
   ========================================================================= */
.entertain-stack {
  position: relative;
  aspect-ratio: 5 / 4;
  width: 100%;
  min-height: 480px;
  isolation: isolate; /* establish stacking context */
}

/* Shared chrome bar (browser-style) */
.entertain-stack .screen-chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  background: linear-gradient(180deg, #0e1c33, #0a1525);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.entertain-stack .screen-chrome.compact { padding: 7px 12px; }
.entertain-stack .chrome-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  display: inline-block;
  flex: none;
}
.entertain-stack .screen-chrome.compact .chrome-dot { width: 8px; height: 8px; }
.entertain-stack .chrome-dot.red { background: #ff5f57; }
.entertain-stack .chrome-dot.ylw { background: #febc2e; }
.entertain-stack .chrome-dot.grn { background: #28c840; }
.entertain-stack .chrome-url {
  flex: 1;
  margin: 0 14px;
  padding: 5px 12px;
  background: rgba(255,255,255,0.06);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.entertain-stack .chrome-url svg { width: 12px; height: 12px; color: var(--gold, #FDB913); flex: none; }
.entertain-stack .chrome-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  white-space: nowrap;
}
.entertain-stack .chrome-live .pulse {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #ff3b30;
  box-shadow: 0 0 0 0 rgba(255,59,48,0.5);
  animation: entertain-pulse 1.6s ease-out infinite;
}
.entertain-stack .chrome-label {
  margin-left: 8px;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@keyframes entertain-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(255,59,48,0.5); }
  70%  { box-shadow: 0 0 0 10px rgba(255,59,48,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,59,48,0); }
}

/* Generic stack item */
.stack-item {
  position: absolute;
  background: #04132a;
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 30px 70px rgba(4,19,42,0.32),
    0 10px 24px rgba(4,19,42,0.18),
    0 0 0 1px rgba(255,255,255,0.04) inset;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.stack-item > img {
  display: block;
  width: 100%;
  height: auto;
}

/* Layer 1 — E3 TV browse (back, largest) */
.stack-tv {
  top: 0;
  right: 0;
  width: 88%;
  z-index: 1;
  transform: rotate(1.5deg);
}

/* Layer 2 — Florida Keys series detail (middle) */
.stack-series {
  bottom: 6%;
  left: 0;
  width: 56%;
  z-index: 2;
  transform: rotate(-2.5deg);
  border-radius: 10px;
}
.stack-series .screen-chrome { padding: 7px 11px; }
.stack-series > img { width: 100%; }

/* Layer 3 — Magazine cover (front, smaller, tilted) */
.stack-magazine {
  bottom: -4%;
  right: 4%;
  width: 46%;
  z-index: 3;
  transform: rotate(4deg);
  border-radius: 12px;
  background: #000;
  box-shadow:
    0 36px 90px rgba(4,19,42,0.42),
    0 12px 28px rgba(4,19,42,0.22),
    0 0 0 1px rgba(255,255,255,0.05) inset;
}
.stack-magazine > img {
  width: 100%;
  height: auto;
  display: block;
}
.stack-magazine .stack-magazine-cap {
  position: absolute;
  inset: auto 0 0 0;
  padding: 16px 18px 14px;
  background: linear-gradient(180deg, rgba(4,19,42,0) 0%, rgba(4,19,42,0.92) 100%);
  color: #fff;
}
.stack-magazine-cap .cap-eyebrow {
  display: block;
  color: var(--gold, #FDB913);
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 10px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.stack-magazine-cap .cap-issue {
  display: block;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.3px;
}

/* Gold "E3 TV" badge floating top-left, breaking out of the stack */
.stack-badge {
  position: absolute;
  top: -4%;
  left: -2%;
  z-index: 4;
  padding: 14px 18px;
  background: var(--gold, #FDB913);
  color: var(--navy, #0a2540);
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(4,19,42,0.28);
  font-family: "Lato", sans-serif;
  transform: rotate(-4deg);
}
.stack-badge em {
  display: block;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.stack-badge span {
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.3px;
  margin-top: 2px;
  color: rgba(10,37,64,0.78);
}

/* Hover playfulness — slight separation */
.entertain-stack:hover .stack-tv      { transform: rotate(2deg)   translate(4px, -4px); }
.entertain-stack:hover .stack-series  { transform: rotate(-3.5deg) translate(-6px, 4px); }
.entertain-stack:hover .stack-magazine{ transform: rotate(6deg)   translate(6px, 6px); }

/* Responsive — collapse to stacked column under 1000px */
@media (max-width: 1000px) {
  .entertain-stack {
    aspect-ratio: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .stack-item, .stack-badge { position: static; transform: none; width: 100%; }
  .stack-tv, .stack-series, .stack-magazine { transform: none; }
  .stack-badge {
    align-self: flex-start;
    transform: rotate(-2deg);
    margin-bottom: -10px;
  }
  .entertain-stack:hover .stack-tv,
  .entertain-stack:hover .stack-series,
  .entertain-stack:hover .stack-magazine { transform: none; }
}
@media (max-width: 600px) {
  .entertain-stack .chrome-url { font-size: 10px; padding: 4px 8px; margin: 0 8px; }
  .entertain-stack .chrome-live { display: none; }
}


/* =========================================================================
   PLATFORM CARDS — thumb overlays (gold chip + bottom tag, photo background)
   ========================================================================= */
.platform-card .thumb {
  position: relative;
  isolation: isolate;
}
/* Top + bottom gradient scrims so chips/tags stay legible */
.platform-card .thumb::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 36%;
  background: linear-gradient(180deg,
    rgba(4,19,42,0.78) 0%,
    rgba(4,19,42,0.38) 50%,
    rgba(4,19,42,0) 100%);
  z-index: 1;
  pointer-events: none;
}
.platform-card .thumb::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(0deg,
    rgba(4,19,42,0.85) 0%,
    rgba(4,19,42,0.5) 45%,
    rgba(4,19,42,0) 100%);
  z-index: 1;
  pointer-events: none;
}
.platform-card .thumb img {
  position: relative;
  z-index: 0;
}

/* Gold eyebrow chip top-left */
.platform-card .thumb-chip {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 11px 6px 9px;
  background: rgba(4,19,42,0.78);
  border: 1px solid rgba(253,185,19,0.55);
  border-radius: 999px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 10px;
  letter-spacing: 1.6px;
  color: var(--gold, #FDB913);
  white-space: nowrap;
  max-width: calc(100% - 28px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.platform-card .thumb-chip .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold, #FDB913);
  flex: none;
  box-shadow: 0 0 8px rgba(253,185,19,0.65);
}

/* Bottom monospace tag */
.platform-card .thumb-tag {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 2;
  font-family: "JetBrains Mono", "Lato", monospace;
  font-weight: 500;
  font-size: 10.5px;
  letter-spacing: 0.2px;
  color: rgba(255,255,255,0.85);
  text-shadow: 0 1px 6px rgba(0,0,0,0.4);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 700px) {
  .platform-card .thumb-chip { font-size: 9px; padding: 5px 9px 5px 8px; letter-spacing: 1.2px; }
  .platform-card .thumb-tag { font-size: 9px; bottom: 10px; }
}
