/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/style/critical.scss ***!
  \******************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Geist";
  src: url(fonts/Geist-Medium.woff2) format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Geist";
  src: url(fonts/Geist-Bold.woff2) format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "GT Super Display";
  src: url(fonts/GT-Super-Display-Super.woff2) format("woff2"), url(fonts/GT-Super-Display-Super.woff) format("woff"), local("GT Super Display Super"), local("GT Super Display");
  font-display: swap;
  font-style: normal;
  font-weight: 900;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  /* La campaña tiene una única paleta de marca; ningún agente debe mutarla. */
  color-scheme: only light !important;
  --suchard-gold-light: #f7e7ac;
  --suchard-gold-border: #eac468;
  --suchard-gold-dark: #9f711e;
  --suchard-brown: #2c1810;
  --suchard-red: #980d13;
  --suchard-red-shell: #bd1123;
  --suchard-red-light: #e21634;
  --suchard-green: #3a5d27;
  --font-display: "GT Super Display", Georgia, "Times New Roman", serif;
  --font-display-weight: 900;
  --font-body: "Geist", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  background-color: var(--suchard-gold-light);
  scroll-padding-top: 120px;
  scroll-behavior: auto;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--suchard-brown);
  background: #a20e17;
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  position: relative;
  z-index: 1;
  margin-bottom: 900px;
  background: var(--suchard-gold-light);
}

body.menu-is-open {
  overflow: hidden;
}

body.dialog-is-open {
  overflow: hidden;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 7px var(--suchard-brown);
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1100;
  padding: 12px 18px;
  color: white;
  background: var(--suchard-brown);
  border-radius: 8px;
  transform: translateY(-180%);
}

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

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1000;
  pointer-events: none;
}

.site-header--fixed {
  position: fixed;
  transition: transform 220ms ease;
}

.site-header--hidden {
  transform: translateY(-120%);
}

.site-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 80px);
  height: 80px;
  margin: 20px auto 0;
  padding: 16px 40px;
  pointer-events: auto;
  background-color: #c79853;
  background-image: linear-gradient(90deg, #c79853 0%, #fbe2a3 7.9447%, #f0cb7d 50.9615%, #e3b052 98.9869%, #e3b052 100%), linear-gradient(108deg, #fff1c7 0%, #ce9b4e 48%, #f7deb0 100%);
  background-clip: padding-box, border-box;
  background-origin: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 2px solid transparent;
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(70, 38, 12, 0.22), 0 2px 7px rgba(87, 49, 17, 0.16);
  overflow: hidden;
  isolation: isolate;
}

/*
 * Figma aplica al frame ya compuesto ruido mono con densidad 0.5, negro al 10%
 * y seed 7194. La tesela es solo ruido (no un recorte de la barra): usa cuatro
 * muestras por px CSS y decorrelación local para evitar manchas reconocibles.
 * Su ancho CSS de 3072 px supera el mayor viewport de QA, por lo que no repite
 * dentro de la barra. Esta única capa pasa por encima del gradiente, logo y menú.
 */
.site-nav::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  pointer-events: none;
  content: "";
  background: url(img/suchard-nav-noise@4x-wide.webp) left top/3072px 128px repeat;
  mix-blend-mode: multiply;
}

.site-nav__brand {
  position: relative;
  display: block;
  width: 145px;
  height: 60px;
  overflow: visible;
}

.site-nav__brand:focus-visible {
  z-index: 3;
}

.site-nav__brand::before,
.site-nav__brand::after {
  position: absolute;
  display: block;
  pointer-events: none;
  content: "";
}

.site-nav__brand::before {
  top: 50%;
  left: 52.4%;
  z-index: 0;
  width: 79px;
  height: 79px;
  background: #f7ebbf;
  border-radius: 50%;
  opacity: 0.6;
  filter: blur(15px);
  transform: translate(-50%, -50%);
}

.site-nav__brand::after {
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* El ruido global del frame también texturiza este SVG rojo, como en Figma. */
  background: url(img/suchard-nav-logo-transparent.svg) center/contain no-repeat;
  opacity: 1;
}

.site-nav__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.778vw, 40px);
  margin: 0;
  padding: 0;
}

.site-nav__links a,
.site-nav__links span {
  color: var(--suchard-brown);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav__links a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.site-nav__toggle {
  display: none;
  width: 40px;
  height: 40px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.site-nav__toggle span {
  position: relative;
  display: block;
  width: 21px;
  height: 21px;
  margin: auto;
  background: url(img/menu.svg) center/contain no-repeat;
}

.site-nav__toggle[aria-expanded=true] span {
  background: none;
}

.site-nav__toggle[aria-expanded=true] span::before,
.site-nav__toggle[aria-expanded=true] span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  background: var(--suchard-red);
  border-radius: 2px;
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
}

.site-nav__toggle[aria-expanded=true] span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  top: 20px;
  right: 16px;
  left: 16px;
  z-index: 1;
  padding: 78px 16px 16px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background-color: #c79853;
  background-image: linear-gradient(90deg, #c79853 0%, #fbe2a3 22.3261%, #f0cb7d 50.9615%, #e3b052 98.9869%, #e3b052 100%), linear-gradient(108deg, #fff1c7 0%, #ce9b4e 48%, #f7deb0 100%);
  background-clip: padding-box, border-box;
  background-origin: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 2px solid transparent;
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(44, 24, 16, 0.3);
  isolation: isolate;
  transition: opacity 160ms ease-out, visibility 0s linear 160ms;
}

.mobile-menu::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: url(img/suchard-nav-noise@4x-wide.webp) left top/3072px 128px repeat;
  border-radius: inherit;
  content: "";
  mix-blend-mode: multiply;
}

.mobile-menu--visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

.mobile-menu[hidden] {
  display: none;
}

.mobile-menu ul {
  display: grid;
  gap: 0;
}

.mobile-menu li:not([hidden]) ~ li:not([hidden])::before {
  display: block;
  width: min(143px, 70%);
  height: 1px;
  margin-inline: auto;
  background: #f7e7ac;
  content: "";
}

.mobile-menu a,
.mobile-menu span {
  display: block;
  padding: 16px 8px;
  color: var(--suchard-brown);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}

@media (width < 1024px) {
  .site-nav {
    z-index: 2;
  }
  body.menu-is-open .site-nav {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    overflow: visible;
  }
  body.menu-is-open .site-nav::after {
    opacity: 0;
  }
}
.mobile-menu a:focus-visible {
  outline-offset: -6px;
  box-shadow: inset 0 0 0 2px var(--suchard-brown);
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease-out;
}

.mobile-menu-overlay--visible {
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu-overlay[hidden] {
  display: none;
}

@media (width < 1024px) {
  body.menu-is-open .site-header {
    transform: none;
  }
  .mobile-menu {
    max-height: calc(100dvh - 40px);
    overflow-y: auto;
  }
}
.landing-top {
  position: relative;
  height: 1112px;
}

.hero {
  position: absolute;
  top: 100px;
  right: 0;
  left: 0;
  height: 1012px;
  padding: 40px;
}

.hero__surface {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 972px;
  padding: 209px 24px 156px;
  overflow: hidden;
  background-color: #e9c980;
  border-radius: 40px;
}

.hero__surface::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.42), rgba(200, 150, 62, 0.38));
  content: "";
  pointer-events: none;
}

.hero__media {
  position: absolute;
  top: -241px;
  right: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 145.56%;
  overflow: hidden;
  pointer-events: none;
}

.hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero__brand {
  position: absolute;
  top: 21px;
  left: 50%;
  z-index: 2;
  width: 383px;
  height: 180px;
  overflow: hidden;
  transform: translateX(-50%);
}

.hero__brand::before {
  position: absolute;
  top: -35%;
  left: -9.19%;
  width: 139.53%;
  height: 170.49%;
  background: url(img/hero-logo-hires.webp) center/100% 100% no-repeat;
  content: "";
}

.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
  width: min(995px, 100%);
  transform: translateY(-60px);
}

.hero__copy {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  width: 100%;
  color: #9f711e;
  text-align: center;
}

.hero__title {
  margin: 0;
  color: inherit;
  font-family: var(--font-display);
  font-weight: var(--font-display-weight);
  letter-spacing: -8px;
}

.hero__title span,
.hero__title strong {
  display: block;
  line-height: 0.7;
}

.hero__title span {
  font-size: 120px;
}

.hero__title strong {
  font-size: 240px;
  font-weight: inherit;
}

.hero__legal {
  width: min(802px, 100%);
  margin: 0;
  color: #8e590d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}
.hero__legal a {
  text-decoration: underline !important;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 10px 40px;
  color: var(--suchard-gold-light);
  background: var(--suchard-red);
  border-radius: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

.primary-button:hover {
  background: #7f090f;
}

.newsletter-dialog {
  position: fixed;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: var(--suchard-gold-light);
  background: transparent;
  border: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.newsletter-dialog:not([open]) {
  display: block;
}

.newsletter-dialog[open] {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.newsletter-dialog:focus {
  outline: none;
}

.newsletter-dialog::backdrop {
  background: rgba(30, 12, 6, 0.68);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.newsletter-dialog__brand {
  position: absolute;
  top: -5px;
  left: 50%;
  z-index: 1;
  width: 235px;
  height: 135px;
  background: url(img/02.png) center/contain no-repeat;
  transform: translateX(-50%);
}

.newsletter-dialog__panel {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: grid;
  grid-template-columns: 646px minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  width: min(1370px, 100% - 80px);
  height: min(834px, 100% - 180px);
  min-height: 620px;
  padding: 40px;
  color: var(--suchard-gold-light);
  background: #e21634;
  border-radius: 40px;
  transform: translate(-50%, -50%);
}

.newsletter-dialog__close {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 0;
  color: var(--suchard-gold-light);
  background: transparent;
  border: 3px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
}

.newsletter-dialog__close::before,
.newsletter-dialog__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 3px;
  content: "";
  background: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}

.newsletter-dialog__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.newsletter-dialog__close:focus-visible {
  outline-offset: -7px;
  box-shadow: inset 0 0 0 2px var(--suchard-brown);
}

.newsletter-dialog__product {
  position: relative;
  width: 646px;
  height: 100%;
  min-height: 0;
  overflow: visible;
  background: radial-gradient(ellipse 112% 86% at 21% 0%, #dd1532 0%, #a50e19 100%);
  border-radius: 40px;
}

.newsletter-dialog__product-art {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: min(82.353%, 532px);
  aspect-ratio: 532/688;
  background-image: url(img/tableta.webp);
  background-image: image-set(url(img/tableta.avif) type("image/avif"), url(img/tableta.webp) type("image/webp"));
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.newsletter-dialog__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 540px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  transform: translateY(14px);
}

.newsletter-dialog__content h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: var(--font-display-weight);
  line-height: 1;
  letter-spacing: -0.8px;
}

.newsletter-dialog__content p {
  margin: 32px 0 34px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.45;
}

.newsletter-dialog__content > :is(button, a) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 294px;
  height: 96px;
  padding: 10px 24px;
  color: var(--suchard-gold-light);
  background: #a50e19;
  border: 0;
  border-radius: 20px;
  font: 700 24px/1.5 var(--font-body);
  text-decoration: none;
}

.newsletter-dialog__content > :is(button, a)[aria-disabled=true] {
  cursor: not-allowed;
}

@media (width < 1024px) {
  :root {
    --responsive-footer-height: clamp(670px, calc(561.3603px + 28.9706vw), 781.5882px);
  }
  html {
    scroll-padding-top: 96px;
  }
  .site-nav {
    width: calc(100% - 32px);
    height: 64px;
    padding: 12px 16px;
    background-image: linear-gradient(90deg, #c79853 0%, #fbe2a3 22.3261%, #f0cb7d 50.9615%, #e3b052 98.9869%, #e3b052 100%), linear-gradient(108deg, #fff1c7 0%, #ce9b4e 48%, #f7deb0 100%);
    background-clip: padding-box, border-box;
    background-origin: border-box;
  }
  .site-nav__brand {
    width: 110px;
    height: 32px;
  }
  .site-nav__brand::after {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    transform: none;
  }
  .site-nav__brand::before {
    width: 60px;
    height: 60px;
    filter: blur(11.4px);
  }
  .site-nav__links {
    display: none;
  }
  .site-nav__toggle {
    display: block;
  }
  .landing-top {
    height: 741px;
  }
  .hero {
    height: 641px;
    padding: 0 16px;
  }
  .hero__surface {
    align-items: center;
    justify-content: flex-start;
    height: 641px;
    padding: 187.5px 0 0;
    border-radius: 32px;
  }
  .hero__media {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 972px;
    transform: none;
  }
  .hero__brand {
    top: -9.59px;
    left: calc(50% - 16px);
    width: 271px;
    height: 127.363px;
  }
  .hero__content {
    gap: 40px;
    width: 343px;
    max-width: 100%;
    transform: none;
  }
  .hero__title {
    letter-spacing: -2px;
  }
  .hero__title span {
    font-size: 40px;
  }
  .hero__title strong {
    font-size: 72px;
  }
  .hero__legal {
    width: 343px;
    max-width: 100%;
    padding-inline: 16px;
    color: #784e0d;
    font-size: 11px;
    line-height: 1.45;
  }
  .primary-button {
    width: 283px;
    max-width: 100%;
    min-height: 56px;
    padding: 10px 32px;
    border-radius: 16px;
    font-size: 18px;
  }
  .newsletter-dialog__brand {
    top: 0;
    width: 235px;
    height: 135px;
  }
  .newsletter-dialog__panel {
    display: flex;
    flex-direction: column;
    gap: 38px;
    width: calc(100% - 32px);
    height: min(556px, 100% - 32px);
    min-height: 0;
    padding: 80px 20px 20px;
    border-radius: 40px;
    transform: translate(calc(-50% + 3px), -50%);
  }
  .newsletter-dialog__close {
    top: 28px;
    right: 28px;
    width: 37px;
    height: 37px;
    border-width: 2px;
  }
  .newsletter-dialog__close::before,
  .newsletter-dialog__close::after {
    width: 17px;
    height: 2px;
  }
  .newsletter-dialog__content {
    order: 1;
    width: 303px;
    transform: translateY(7px);
  }
  .newsletter-dialog__content h2 {
    width: 195px;
    font-size: 24px;
    line-height: 0.9;
    letter-spacing: -0.56px;
  }
  .newsletter-dialog__content p {
    width: 275px;
    margin: 18px 0 32px;
    color: #fff9e8;
    font-size: 18px;
    line-height: 1.2;
  }
  .newsletter-dialog__content > :is(button, a) {
    width: 241px;
    height: 56px;
    border-radius: 16px;
    font-size: 18px;
  }
  .newsletter-dialog__product {
    order: 2;
    width: 303px;
    max-width: 100%;
    height: 179px;
    border-radius: 20px;
    transform: translateY(2px);
  }
  .newsletter-dialog__product-art {
    width: min(48.515%, 147px);
  }
}
@media (max-width: 279px) {
  .site-nav {
    width: calc(100% - 16px);
    height: 56px;
    padding: 8px;
  }
  .site-nav__brand {
    width: clamp(52px, 100vw - 72px, 90px);
    height: 28px;
  }
  .site-nav__toggle {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
  }
  .hero {
    padding-inline: 8px;
  }
  .hero__surface {
    padding-top: 174px;
  }
  .hero__brand {
    left: calc(50% - 16px);
    width: min(271px, 100vw - 24px);
    height: auto;
    aspect-ratio: 271/127.363;
  }
  .hero__content {
    gap: 24px;
  }
  .hero__title span {
    font-size: clamp(24px, 12vw, 34px);
  }
  .hero__title strong {
    font-size: clamp(32px, 20vw, 54px);
  }
  .hero__legal {
    padding-inline: 8px;
    font-size: 9px;
  }
  .primary-button {
    min-height: 48px;
    padding-inline: 12px;
    font-size: 14px;
  }
}
.video-hero {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1112px;
  padding: 0;
}

.video-hero__surface {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #2c1810 url(img/couple-scene.webp) center/cover no-repeat;
  border-radius: 0;
}

.video-hero__brand {
  position: absolute;
  top: 121px;
  left: 50%;
  z-index: 3;
  width: 383px;
  height: 180px;
  overflow: hidden;
  pointer-events: none;
  transform: translateX(-50%);
}

.video-hero__brand::before {
  position: absolute;
  top: -35%;
  left: -9.19%;
  width: 139.53%;
  height: 170.49%;
  background: url(img/hero-logo-hires.webp) center/100% 100% no-repeat;
  content: "";
}

.video-hero__player {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.video-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 116px;
  padding-top: 36px;
  color: var(--suchard-gold-light);
  text-align: center;
  pointer-events: none;
}

.video-hero__overlay h1 {
  position: absolute;
  top: 364px;
  right: auto;
  left: 50%;
  width: min(1222px, 100% - 48px);
  margin: 0;
  font-family: var(--font-display);
  font-size: 120px;
  font-weight: var(--font-display-weight);
  line-height: 0.8;
  letter-spacing: -2.4px;
  text-shadow: 0 3px 24px rgba(44, 24, 16, 0.55);
  transform: translateX(-50%);
}

body[data-campaign-phase="3"] .video-hero__overlay h1 {
  top: 383px;
}

.video-hero__scroll-cue {
  position: absolute;
  top: 874.049px;
  bottom: auto;
  left: 50%;
  width: 28px;
  height: 21px;
  background: url(img/scroll-icon.svg) center/contain no-repeat;
  filter: drop-shadow(0 1px 4px rgba(44, 24, 16, 0.55));
  transform: translateX(-50%);
}

body[data-campaign-phase="3"] .video-hero__scroll-cue {
  top: 893.049px;
}

.youtube-player,
.youtube-player iframe,
.youtube-player__preview,
.youtube-player__backdrop,
.youtube-player__background-video {
  width: 100%;
  height: 100%;
}

.youtube-player {
  position: relative;
  overflow: hidden;
  background: #2c1810;
}

.youtube-player iframe {
  display: block;
  border: 0;
}

.youtube-player__preview {
  position: relative;
  display: grid;
  place-items: center;
  padding: 0;
  overflow: hidden;
  color: var(--suchard-gold-light);
  background: radial-gradient(circle at center, rgba(226, 22, 52, 0.72), transparent 38%), #2c1810;
  border: 0;
  cursor: pointer;
}

.youtube-player__backdrop {
  position: relative;
  overflow: hidden;
  pointer-events: none;
}

.youtube-player__preview img,
.youtube-player__backdrop img,
.youtube-player__background-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.youtube-player__background-video {
  pointer-events: none;
}

.youtube-player__preview::after {
  position: absolute;
  inset: 0;
  background: rgba(44, 24, 16, 0.18);
  content: "";
}

.video-hero .youtube-player__preview::after {
  background: linear-gradient(180deg, rgba(44, 24, 16, 0.15), rgba(44, 24, 16, 0.32));
}

.video-hero .youtube-player__backdrop::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(44, 24, 16, 0.15), rgba(44, 24, 16, 0.32));
  content: "";
}

.youtube-player__play-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  background: var(--suchard-red-light);
  border: 3px solid var(--suchard-gold-light);
  border-radius: 50%;
}

.video-hero .youtube-player__play-icon {
  width: 130px;
  height: 130px;
  background: url(img/play-button.webp) center/contain no-repeat;
  border: 0;
}

.video-hero .youtube-player__play-icon::before {
  display: none;
}

.youtube-player__play-icon::before {
  width: 0;
  height: 0;
  margin-left: 7px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid var(--suchard-gold-light);
  content: "";
}

@media (width < 1024px) {
  body[data-campaign-phase="2"] .landing-top,
  body[data-campaign-phase="3"] .landing-top {
    height: 812px;
  }
  .video-hero {
    height: 812px;
    padding: 0;
  }
  .video-hero__surface {
    height: 812px;
    border-radius: 0;
  }
  .video-hero__brand {
    top: 90.41px;
    width: 271px;
    height: 127.363px;
  }
  .video-hero__overlay {
    gap: 80px;
    padding: 0 24px;
  }
  .video-hero__overlay h1 {
    top: 270px;
    right: 20px;
    left: 20px;
    width: auto;
    font-size: 48px;
    line-height: 0.85;
    letter-spacing: -0.96px;
    transform: none;
  }
  body[data-campaign-phase="3"] .video-hero__overlay h1 {
    top: 270px;
  }
  .video-hero__scroll-cue {
    top: 682.049px;
    bottom: auto;
    left: calc(50% + 2px);
    width: 28px;
    height: 21px;
  }
  body[data-campaign-phase="3"] .video-hero__scroll-cue {
    top: 682.049px;
  }
  .youtube-player__play-icon {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 324px) {
  .video-hero__overlay h1 {
    font-size: 44px;
  }
}

/*# sourceMappingURL=critical.css.map*/