:root {
  --spot-blue: #0d0e21;
  --spot-red: #df3c4b;
  --spot-orange: #e18426;
  --spot-snow: #fbf5f3;
  --spot-ink: #161725;
  --spot-muted: #5c5c67;
  --spot-border: rgba(13, 14, 33, 0.14);
  --spot-shadow: 0 20px 50px rgba(13, 14, 33, 0.12);
}

.spotlight-page {
  margin: 0;
  color: var(--spot-ink);
  background: var(--spot-snow);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
}

.spotlight-page *,
.spotlight-page *::before,
.spotlight-page *::after {
  box-sizing: border-box;
}

.spotlight-page img {
  display: block;
  max-width: 100%;
}

.spotlight-page h1,
.spotlight-page h2,
.spotlight-page h3,
.spotlight-page p {
  margin-top: 0;
}

.spotlight-page h1,
.spotlight-page h2,
.spotlight-page h3 {
  line-height: 1.12;
}

.spotlight-page h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
  letter-spacing: -0.04em;
}

.spotlight-page h3 {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
}

.spotlight-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 0.75rem 1rem;
  color: white;
  background: var(--spot-blue);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.case-header {
  position: relative;
  z-index: 20;
  background: rgba(251, 245, 243, 0.97);
  border-bottom: 1px solid var(--spot-border);
}

.case-header__inner {
  width: min(1380px, calc(100% - 40px));
  min-height: 112px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.case-logo img {
  width: clamp(185px, 18vw, 285px);
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.4vw, 2.2rem);
}

.site-nav a {
  color: var(--spot-ink);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--spot-red);
  border-color: var(--spot-red);
}

.menu-toggle {
  display: none;
  min-width: 48px;
  min-height: 48px;
  color: white;
  background: var(--spot-blue);
  border: 0;
  border-radius: 4px;
  font-size: 1.5rem;
  cursor: pointer;
}

.spotlight-hero {
  padding: clamp(4rem, 8vw, 8rem) 0;
  color: white;
  background:
    radial-gradient(circle at 78% 25%, rgba(223, 60, 75, 0.3), transparent 28rem),
    linear-gradient(135deg, #090a18, var(--spot-blue));
}

.spotlight-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(330px, 0.72fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: start;
}

.case-kicker,
.section-label {
  margin-bottom: 1rem;
  color: var(--spot-orange);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.spotlight-hero h1 {
  max-width: 760px;
  margin-bottom: 1.5rem;

  color: var(--spot-snow);

  font-size: clamp(3.25rem, 8vw, 7.3rem);
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.case-lede {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.case-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 3rem 0 0;
}

.case-facts div {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.case-facts dt {
  margin-bottom: 0.35rem;
  color: var(--spot-orange);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-facts dd {
  margin: 0;
  color: white;
  font-size: 0.95rem;
}

.hero-preview {
  margin: 0;
  padding: 1rem;
  background: white;
  box-shadow: 30px 30px 0 var(--spot-red);
  transform: rotate(1.5deg);
}

.hero-preview img {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
  object-position: top;
}

.hero-preview figcaption {
  padding-top: 0.75rem;
  color: var(--spot-muted);
  font-size: 0.82rem;
  text-align: center;
}

.case-summary,
.design-system,
.case-reflection {
  padding: clamp(5rem, 9vw, 9rem) 0;
}

.summary-grid,
.system-grid,
.reflection-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.summary-copy,
.reflection-grid > div:last-child,
.system-grid > div:first-child p:last-child {
  color: var(--spot-muted);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
}

.deliverables {
  padding: clamp(5rem, 8vw, 8rem) 0;
  background: #f0eae8;
}

.section-intro {
  max-width: 780px;
  margin-bottom: 4rem;
}

.section-intro > p:last-child {
  color: var(--spot-muted);
}

.deliverable {
  padding: clamp(1.25rem, 3vw, 2rem);
  background: white;
  border: 1px solid var(--spot-border);
  box-shadow: 0 8px 24px rgba(13, 14, 33, 0.06);
}

.deliverable--landing {
  margin-bottom: 2rem;
}

.deliverable__heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.deliverable__heading h3 {
  margin-bottom: 0.6rem;
}

.deliverable__heading p:last-child {
  margin-bottom: 0;
  color: var(--spot-muted);
}

.deliverable__number {
  width: 2.8rem;
  height: 2.8rem;
  display: grid;
  place-items: center;
  margin: 0;
  color: white;
  background: var(--spot-red);
  border-radius: 50%;
  font-weight: 800;
}

.deliverable-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.8fr);
  gap: 2rem;
  align-items: start;
}

.deliverable-stack {
  display: grid;
  gap: 2rem;
}

.artwork {
  position: relative;
  display: flex;
  justify-content: center;
  padding: clamp(1rem, 3vw, 2.5rem);
  overflow: hidden;
  background: var(--spot-blue);
  text-decoration: none;
}

.artwork img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 220ms ease;
}

.artwork span {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 0.55rem 0.8rem;
  color: var(--spot-blue);
  background: white;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.artwork:hover img {
  transform: scale(1.015);
}

.artwork:hover span,
.artwork:focus-visible span {
  opacity: 1;
  transform: translateY(0);
}

.artwork:focus-visible,
.case-button:focus-visible,
.site-nav a:focus-visible {
  outline: 3px solid var(--spot-orange);
  outline-offset: 4px;
}

.artwork--landing img {
  width: min(100%, 760px);
}

.artwork--email img {
  width: min(100%, 575px);
}

.artwork--display img {
  width: min(100%, 300px);
}

.design-system {
  color: white;
  background: var(--spot-blue);
}

.design-system h2 {
  color: white;
}

.system-grid > div:first-child p:last-child {
  color: rgba(255, 255, 255, 0.72);
}

.palette {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.swatch {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.swatch small {
  opacity: 0.75;
}

.swatch--blue {
  background: #0d0e21;
}

.swatch--red {
  background: #df3c4b;
}

.swatch--orange {
  color: var(--spot-blue);
  background: #e18426;
}

.swatch--snow {
  color: var(--spot-blue);
  background: #fbf5f3;
}

.decision-list {
  display: grid;
  gap: 0.8rem;
  margin: 2rem 0 0;
  padding-left: 1.25rem;
  color: rgba(255, 255, 255, 0.76);
}

.decision-list strong {
  color: white;
}

.case-reflection {
  background:
    linear-gradient(90deg, transparent 0 75%, rgba(225, 132, 38, 0.15) 75% 100%),
    var(--spot-snow);
}

.case-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 1rem;
  padding: 0.75rem 1.25rem;
  color: white;
  background: var(--spot-red);
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.case-button:hover {
  background: var(--spot-blue);
}

.case-footer {
  padding: 2rem 0;
  color: white;
  background: #080914;
}

.case-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.case-footer p {
  margin: 0;
}

.case-footer a {
  color: white;
}

@media (max-width: 850px) {
  .case-header__inner {
    min-height: 92px;
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
  }

  .site-nav {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-bottom: 1rem;
  }

  .site-nav.is-open,
  .menu-toggle[aria-expanded="true"] + .site-nav {
    display: flex;
  }

  .site-nav a {
    padding: 0.8rem 0;
  }

  .spotlight-hero__grid,
  .summary-grid,
  .system-grid,
  .reflection-grid,
  .deliverable-grid {
    grid-template-columns: 1fr;
  }

  .hero-preview {
    width: min(82%, 520px);
    margin-inline: auto;
    box-shadow: 18px 18px 0 var(--spot-red);
  }

  .case-facts {
    grid-template-columns: 1fr;
  }

  .case-reflection {
    background: var(--spot-snow);
  }
}

@media (max-width: 560px) {
  .spotlight-shell,
  .case-header__inner {
    width: min(100% - 28px, 1180px);
  }

  .case-logo img {
    width: 185px;
  }

  .spotlight-hero h1 {
    font-size: clamp(2.9rem, 15vw, 4.5rem);
  }

  .hero-preview {
    width: calc(100% - 14px);
  }

  .palette {
    grid-template-columns: 1fr;
  }

  .deliverable__heading {
    grid-template-columns: 1fr;
  }

  .artwork {
    padding: 0.85rem;
  }

  .artwork span {
    position: static;
    display: none;
  }

  .case-footer__inner {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .spotlight-page *,
  .spotlight-page *::before,
  .spotlight-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
