@font-face { font-family: "Anton"; src: url("anton-regular.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Roboto Condensed"; src: url("roboto-condensed-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Roboto Condensed"; src: url("roboto-condensed-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; color: #f6f6f5; background: #05090a; font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif; line-height: 1.5; }
.page { width: 100%; max-width: 64rem; margin: 0 auto; background: radial-gradient(ellipse at 50% 28%, #162023 0%, #080e10 44%, #05090a 80%); }
a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid #fff; outline-offset: 5px; }
.sponsored-label { padding: 0.8rem 1rem; border-bottom: 2px solid #ee2439; background: linear-gradient(110deg, #610009, #a50010 52%, #680009); text-align: center; text-transform: uppercase; font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.14em; }
.presentation { padding: clamp(1.25rem, 3vw, 2rem) 1rem 1.5rem; }
.presentation-heading { max-width: 60rem; margin: 0 auto 1.5rem; text-align: center; }
h1 { margin: 0; font-family: "Anton", "Arial Narrow", Impact, sans-serif; font-size: clamp(2.25rem, 8.5vw, 5.25rem); font-weight: 400; line-height: 1.08; text-transform: uppercase; text-wrap: balance; }
h1 > span { display: block; }
.headline-accent { margin-top: 0.18em; color: #ee2039; font-size: 0.79em; }
.headline-underline { display: block; width: 82%; height: 0.2em; margin: 0.08em auto 0; mix-blend-mode: screen; }
.presentation-subtitle { max-width: 56rem; margin: 1rem auto 0.65rem; font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif; font-size: clamp(1.125rem, 2.5vw, 1.75rem); font-weight: 700; line-height: 1.4; color: #d9dcde; text-transform: uppercase; text-wrap: balance; }
.presentation-intro { max-width: 42rem; margin: 0 auto; font-size: clamp(1.0625rem, 2vw, 1.375rem); line-height: 1.45; text-wrap: pretty; }
.presentation-content { max-width: 53.375rem; margin: 0 auto; }
.video-preview { display: block; position: relative; width: 100%; aspect-ratio: 854 / 443; background: #192023; overflow: hidden; isolation: isolate; box-shadow: 0 0 0 1px #636766, 0 8px 24px #0005; }
/* Window the unchanged approved artwork to just its preview rectangle:
   x=85, y=366, width=854, height=443 in the 1024x1536 source. */
.preview-art { position: absolute; display: block; width: 119.906323%; max-width: none; height: auto; left: -9.953162%; top: -82.61851%; user-select: none; -webkit-user-drag: none; }
.video-preview:focus-visible { outline-offset: 6px; }
.play-pulse { position: absolute; z-index: 2; left: 50.12%; top: 51.36%; width: clamp(4.5rem, 16.127%, 8.61rem); aspect-ratio: 1; transform: translate(-50%, -50%); transform-origin: center; border-radius: 50%; pointer-events: none; background: radial-gradient(circle at 36% 30%, #ff5260 0%, #ee1f35 45%, #bf071b 100%); border: 3px solid rgba(255,255,255,0.98); box-shadow: 0 0 0 5px #ffffff24, 0 0 22px #ff1930b8, 0 10px 24px #0006; animation: playBlink 2.35s ease-in-out infinite; }
.play-pulse::before { content: ""; position: absolute; inset: -10%; border: 2px solid rgba(255,45,63,0.58); border-radius: 50%; animation: playRing 2.35s ease-in-out infinite; }
.play-pulse::after { content: ""; position: absolute; left: 53.5%; top: 50%; width: 27%; height: 34%; transform: translate(-50%, -50%); background: #fff; clip-path: polygon(0 0, 100% 50%, 0 100%); filter: drop-shadow(0 2px 2px #0004); }
@keyframes playBlink {
  0%, 100% {
    opacity: 0.82;
    transform: translate(-50%, -50%) scale(0.965);
    filter: brightness(0.96);
    box-shadow:
      0 0 0 4px rgba(255, 255, 255, 0.11),
      0 0 16px rgba(255, 25, 48, 0.48),
      0 9px 22px rgba(0, 0, 0, 0.36);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.07);
    filter: brightness(1.16);
    box-shadow:
      0 0 0 7px rgba(255, 255, 255, 0.19),
      0 0 34px rgba(255, 25, 48, 0.92),
      0 12px 28px rgba(0, 0, 0, 0.42);
  }
}

@keyframes playRing {
  0%, 100% {
    opacity: 0.28;
    transform: scale(0.92);
  }
  50% {
    opacity: 0.82;
    transform: scale(1.12);
  }
}

.sound-caption { display: flex; justify-content: center; align-items: flex-start; gap: 0.5rem; margin: 1rem auto 1.75rem; text-align: center; font-size: 1rem; line-height: 1.5; }
.sound-icon { width: 1.35rem; height: 1.35rem; flex: 0 0 1.35rem; margin-top: 0.08rem; }
.sound-caption strong { color: #ff5266; }
.presentation-features, .presentation-topics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; padding: 0; margin: 0; }
.presentation-features { gap: 1.5rem 1rem; margin-bottom: 1.75rem; }
.presentation-features li { display: flex; align-items: flex-start; gap: 0.7rem; min-width: 0; }
.presentation-features li + li { border-left: 1px solid #62696b; padding-left: 1rem; }
.feature-icon { flex: 0 0 2rem; width: 2rem; height: 2rem; margin-top: 0.15rem; }
.presentation-features p { min-width: 0; margin: 0; font-size: 1rem; line-height: 1.4; }
.presentation-features strong, .presentation-features span { display: block; }
.presentation-features span { margin-top: 0.3rem; color: #d0d4d4; }
.presentation-action { text-align: center; }
.story-action { margin-top: 1.5rem; }
.presentation-cta { display: inline-flex; align-items: center; justify-content: center; gap: 0.8rem; width: 100%; max-width: 36rem; min-height: 4.25rem; padding: 0.8rem 1rem; color: #fff; background: linear-gradient(180deg, #e71b2e, #ae0819); border: 2px solid #f53a48; border-radius: 0.75rem; box-shadow: inset 0 1px 0 #ff7c8759, 0 0 20px #ed173438; font-family: "Anton", "Arial Narrow", Impact, sans-serif; font-size: clamp(1.25rem, 3vw, 1.875rem); font-weight: 400; line-height: 1.2; text-transform: uppercase; text-decoration: none; touch-action: manipulation; transition: background 160ms ease, box-shadow 160ms ease; }
.presentation-cta > span:last-child { min-width: 0; }
.presentation-cta:hover { background: linear-gradient(180deg, #f3263b, #be0b20); box-shadow: 0 0 26px #ed17344d; }
.cta-play-icon { position: relative; flex: 0 0 1.75rem; width: 1.75rem; height: 1.75rem; border-radius: 50%; background: #fff; }
.cta-play-icon::after { content: ""; position: absolute; width: 0.65rem; height: 0.8rem; top: 50%; left: 53%; transform: translate(-50%, -50%); background: #c81025; clip-path: polygon(0 0, 100% 50%, 0 100%); }
.presentation-action p { margin: 0.65rem 0 0; font-size: 1rem; line-height: 1.5; color: #d0d4d4; }
.presentation-story { padding: 1.75rem clamp(1rem, 4vw, 3rem); background: #ececeb; color: #111617; text-align: center; }
.presentation-story h2 { max-width: 47rem; margin: 0 auto 1.15rem; position: relative; isolation: isolate; padding: 1rem 1.5rem; color: #fff; font-family: "Anton", "Arial Narrow", Impact, sans-serif; font-size: clamp(1.375rem, 3vw, 1.875rem); font-weight: 400; line-height: 1.25; text-transform: uppercase; text-wrap: balance; }
.presentation-story p { max-width: 48rem; margin: 0 auto; font-size: 1.125rem; line-height: 1.6; text-wrap: pretty; }
.presentation-story .story-question { max-width: 49rem; margin-bottom: 1rem; font-size: clamp(1.25rem, 2.4vw, 1.375rem); line-height: 1.5; }
/* Original painted strokes and feature icons, with their original shapes. */
.original-icon { mix-blend-mode: screen; overflow: hidden; }
.question-underline { display: block; width: min(65%, 20rem); height: 0.65rem; margin: 0.05rem auto 0; mix-blend-mode: multiply; }
.painted-background { position: absolute; inset: 0; z-index: -1; }
.painted-background::before { content: ""; position: absolute; inset: 10px 28px 10px; background: linear-gradient(110deg, #c00616, #d41323 55%, #ca1120); }
.painted-background svg { position: absolute; display: block; }
.paint-top { left: 0; top: 0; width: 100%; height: 16px; }
.paint-bottom { left: 0; bottom: 0; width: 100%; height: 16px; }
.paint-left { left: 0; top: 14px; width: 40px; height: calc(100% - 28px); }
.paint-right { right: 0; top: 14px; width: 32px; height: calc(100% - 28px); }
.painted-text { position: relative; }

.presentation-topics { gap: 1.5rem 1rem; padding: 1.75rem clamp(1rem, 4vw, 2.5rem); }
.presentation-topics li { display: flex; min-width: 0; align-items: center; gap: 0.75rem; font-size: 1rem; font-weight: 700; line-height: 1.4; }
.presentation-topics li + li { border-left: 1px solid #62696b; padding-left: 1rem; }
.topic-icon { flex: 0 0 2rem; width: 2rem; height: 2rem; }
@media (max-width: 56rem) {
  .presentation { padding-inline: 1.5rem; }
  .presentation-features, .presentation-topics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .presentation-features { gap: 1.5rem 2rem; }
  .presentation-features li + li, .presentation-topics li + li { border-left: 0; padding-left: 0; }
  .presentation-features li, .presentation-topics li { padding-top: 1rem; border-top: 1px solid #465052; }
  .presentation-topics { gap: 1.25rem 2rem; }
  .presentation-topics li { padding-top: 0; border-top: 0; }
  .presentation-cta { max-width: 42rem; }
}
@media (max-width: 37.5rem) {
  .presentation { padding: 1.25rem 1rem 1.5rem; }
  h1 { font-size: clamp(2.25rem, 8.5vw, 3.1875rem); line-height: 1.12; }
  .headline-accent { font-size: 1em; }
  .presentation-subtitle { margin-top: 1rem; font-size: 1.125rem; }
  .presentation-intro { font-size: 1.0625rem; }
  .presentation-intro br { display: none; }
  .presentation-story h2 { padding: 1rem 1.5rem; }
  .presentation-heading { margin-bottom: 1.25rem; }
  .sound-caption { margin: 1rem auto 1.5rem; }
  .sound-caption strong { display: block; margin-top: 0.2rem; }
  .presentation-features, .presentation-topics { gap: 1.25rem 1rem; }
  .presentation-features li { gap: 0.6rem; }
  .feature-icon, .topic-icon { flex-basis: 1.75rem; width: 1.75rem; height: 1.75rem; }
  .presentation-cta { min-height: 3.75rem; padding: 0.85rem 0.75rem; gap: 0.65rem; font-size: 1.375rem; border-radius: 0.6rem; }
  .play-pulse { border-width: 2px; }
  .play-pulse::before { border-width: 1.5px; }
}
@media (max-width: 23rem) {
  .presentation-features li { display: block; }
  .feature-icon { margin-bottom: 0.5rem; }
  .presentation-topics li { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
  .presentation-cta { gap: 0.6rem; font-size: 1.25rem; }
}
@media (prefers-reduced-motion: reduce) {
  .play-pulse, .play-pulse::before { animation: none; }
  .presentation-cta { transition: none; }
}

.sponsor-footer {
  font-family: Arial, Helvetica, sans-serif;
  width: min(100%, 1024px);
  margin: 0 auto;
  color: #333538;
  background: #eeeeec;
  border-top: 3px solid #b7091c;
  font-size: 1rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
}
.sponsor-footer * { box-sizing: border-box; }
.sponsor-footer p { margin: 0 0 0.8rem; }
.sponsor-footer p:last-child { margin-bottom: 0; }
.sponsor-footer a { color: #70101d; text-underline-offset: 3px; }
.sponsor-footer a:hover { color: #ba0c23; }
.sponsor-footer a:focus-visible { outline: 2px solid #b7091c; outline-offset: 4px; }
.disclosures { padding: 2rem clamp(1.25rem, 4vw, 2.5rem); }
.disclosures h2 { margin: 0 0 1.15rem; color: #161819; font-size: clamp(1.375rem, 3vw, 1.75rem); line-height: 1.3; }
.medical-notice {
  padding: 1.1rem 1.25rem;
  border: 1px solid #d4c3c5;
  border-left: 4px solid #b7091c;
  border-radius: 3px;
  color: #27292b;
  background: #faf8f6;
}
.disclosure-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem 2rem; margin-top: 1.6rem; }
.disclosure-grid section { min-width: 0; }
.disclosure-grid h3 { margin: 0 0 0.45rem; color: #17191b; font-size: 1.0625rem; line-height: 1.4; }
.sponsor-site-links {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.85fr) minmax(0, 0.85fr) minmax(0, 1.05fr);
  gap: 1.7rem;
  padding: 2rem clamp(1.25rem, 4vw, 2.5rem);
  border-top: 1px solid #d0d0cd;
  background: #e4e4e1;
}
.sponsor-site-links > * { min-width: 0; }
.sponsor-brand { display: inline-block; margin-bottom: 0.65rem; color: #17191b !important; font-size: 1.45rem; font-weight: 800; text-decoration: none; letter-spacing: -0.04em; }
.sponsor-brand span { color: #a50c20; }
.sponsor-owner address { font-style: normal; }
.sponsor-site-links h2 { margin: 0 0 0.7rem; color: #17191b; font-size: 1rem; font-weight: 700; line-height: 1.4; }
.sponsor-site-links ul { list-style: none; margin: 0; padding: 0; }
.sponsor-site-links li { margin-bottom: 0.4rem; }
.sponsor-site-links nav a { display: inline-block; padding-block: 0.4rem; color: #414346; text-decoration: none; }
.sponsor-site-links nav a:hover { text-decoration: underline; }
.back-home { display: inline-block; margin-top: 1rem; padding: 0.5rem 0.75rem; border: 1px solid #8c8e8d; border-radius: 4px; text-decoration: none; font-weight: 600; }
.sponsor-copyright { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.6rem 1.5rem; padding: 1.1rem clamp(1.25rem, 4vw, 2.5rem); border-top: 1px solid #cececb; font-size: 0.8125rem; }
@media (max-width: 800px) { .sponsor-site-links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.75rem; } }
@media (max-width: 580px) {
  .disclosure-grid { grid-template-columns: 1fr; gap: 1.3rem; }
  .sponsor-site-links { grid-template-columns: 1fr; }
  .sponsor-site-links nav ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 1rem; }
  .sponsor-site-links nav a { min-height: 44px; padding-block: 0.55rem; }
}

@media (max-width: 23rem) { .sponsor-site-links nav ul { grid-template-columns: 1fr; } }
