@import url("https://use.typekit.net/yiz8kxl.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "alternate-gothic-compressed", sans-serif;
  font-weight: 600;
  font-style: normal;
  overflow-x: hidden;
  background: #010102;
}

.container {
  max-width: 1320px;
  width: calc(100% - 40px);
  margin: 20px auto;
}

header {
  width: 100vw;
  background: #a20000;
  text-transform: uppercase;
  padding: 50px 0 200px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

@media (max-width: 1000px) {
  header {
    padding: 0 0 20px;
  }
}

header::before, header::after {
  content: "";
  position: absolute;
  z-index: 2;
  background: #010102;
  width: 120%;
}

header::after {
  bottom: 240px;
  rotate: -15deg;
  left: -60px;
  height: 70px;
}

header::before {
  rotate: -14deg;
  height: 450px;
  left: -100px;
  bottom: -250px;
}

@media (max-width: 700px) {
  header::before {
    left: 0;
  }
}

header .btn {
  margin: 0 auto;
  padding: 8px 48px;
  background: #ffca13;
  position: relative;
  z-index: 5;
  top: 150px;
  border-radius: 15px;
  transition: all 0.4s;
}

@media (max-width: 1000px) {
  header .btn {
    top: 0;
  }
}

header .btn a, header .btn a:active, header .btn a:focus, header .btn a:visited {
  color: #010102;
  font-size: 34px;
  text-decoration: none;
}

header .btn:hover {
  transform: scale(1.05) rotate(-3deg);
  filter: brightness(1.1);
}

@media (max-width: 1000px) {
  header .container {
    flex-direction: column;
  }
}

header .text {
  padding: 40px 0 40px 40px;
  width: 50%;
}

@media (max-width: 1330px) {
  header .text {
    width: 100%;
    padding: 20px 0 80px;
  }
}

header .text .text-box {
  font-family: "alternate-gothic-compressed", sans-serif;
  font-weight: 600;
  font-style: normal;
  max-width: 500px;
  transform: skewY(-15deg);
}

@media (max-width: 1000px) {
  header .text .text-box {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}

header .text .text-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 350px;
  filter: blur(100px);
  background: #d85240;
  z-index: -1;
}

header .text .text-box h1 {
  font-size: 135px;
  line-height: 105px;
  color: #fff;
}

header .text .text-box h1:first-line {
  color: #010102;
}

@media (max-width: 700px) {
  header .text .text-box h1 {
    font-size: 95px;
    line-height: 75px;
  }
}

header .text .text-box h2 {
  font-size: 95px;
  line-height: 80px;
  color: #ffca13;
}

@media (max-width: 700px) {
  header .text .text-box h2 {
    font-size: 65px;
    line-height: 55px;
  }
}

header .logo {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  z-index: 5;
}

@media (max-width: 1000px) {
  header .logo {
    position: relative;
  }
}

header .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

header .composition {
  position: relative;
  z-index: 3;
  width: 50%;
}

@media (max-width: 1000px) {
  header .composition {
    width: 100%;
  }
}

header .composition img {
  position: absolute;
  right: 0;
  top: 100px;
  width: 130%;
}

@media (max-width: 1330px) {
  header .composition img {
    width: 60vw;
  }
}

@media (max-width: 1000px) {
  header .composition img {
    position: relative;
    width: 100%;
    top: 0;
  }
}

.product-info {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 40px 0;
}

.product-info .composition {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

.product-info .composition .wektor {
  position: absolute;
  margin: 0 auto;
}

.product-info .composition::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: 800px;
  height: 500px;
  filter: blur(100px);
  background: #d41708;
  border-radius: 50%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}

.product-info .composition .product {
  position: relative;
  width: 60vh;
  max-width: 70vw;
}

.product-info .composition .product .opakowanie {
  position: relative;
  width: 60vh;
  max-width: 70vw;
  animation: shake 5s ease-in-out infinite;
}

.product-info .composition .product .owijka {
  position: absolute;
  bottom: -60px;
  left: -230px;
  max-width: 450px;
  width: 100%;
}

@media (max-width: 1000px) {
  .product-info .composition .product .owijka {
    max-width: 350px;
    left: -130px;
  }
}

.product-info .text-1, .product-info .text-2, .product-info .text-3 {
  position: relative;
  font-size: 76px;
  line-height: 64px;
  font-family: "alternate-gothic-compressed", sans-serif;
  font-weight: 600;
  font-style: normal;
  transform: skewY(-15deg);
  color: #ffca13;
  text-transform: uppercase;
}

@media (max-width: 400px) {
  .product-info .text-1, .product-info .text-2, .product-info .text-3 {
    font-size: 48px;
    line-height: 44px;
  }
}

.product-info .text-1::after, .product-info .text-2::after, .product-info .text-3::after {
  position: absolute;
  transform: skewY(15deg);
}

.product-info .text-3 {
  right: -140px;
  top: -40px;
}

.product-info .text-3::after {
  content: url("images/arrow.png");
  top: -200px;
  scale: 0.6;
  right: -80px;
}

.product-info .text-2 {
  right: -200px;
  top: 200px;
}

.product-info .text-2::after {
  content: url("images/arrow-2.png");
  top: 50px;
  scale: 0.6;
  right: 0;
}

.product-info .text-1 {
  left: -200px;
  top: 50px;
}

.product-info .text-1::after {
  content: url("images/arrow-3.png");
  top: 0;
  scale: 0.5;
  right: -220px;
}

.product-info .upper-texts {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1000px) {
  .product-info .upper-texts {
    flex-direction: column;
  }
  .product-info .upper-texts .text-1, .product-info .upper-texts .text-2 {
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
  }
  .product-info .upper-texts .text-1::after, .product-info .upper-texts .text-2::after {
    display: none;
  }
  .product-info .upper-texts .text-2 {
    margin-top: 60px;
  }
}

@media (max-width: 1000px) {
  .product-info .text-3 {
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
  }
  .product-info .text-3::after {
    display: none;
  }
}

/* SEKCCJA VIDEO - ZAKTUALIZOWANA O DYNAMICZNĄ POŚWIATĘ */
.video-section {
  background-color: #000000;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.video-section::before {
  content: "";
  position: absolute;
  width: 650px;
  height: 450px;
  background: radial-gradient(circle, rgba(212, 23, 8, 0.35) 0%, rgba(0, 0, 0, 0) 75%);
  filter: blur(60px);
  z-index: 1;
  pointer-events: none;
  animation: pulseGlow 6s ease-in-out infinite;
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
  border-radius: 4px;
}

.video-section video {
  width: 100%;
  display: block;
  border-radius: 4px;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s;
  z-index: 3;
}

.play-button {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 25px rgba(0,0,0,0.4);
  transition: transform 0.2s;
}

.video-wrapper:hover .play-button {
  transform: scale(1.1);
}

.play-button::after {
  content: "";
  box-sizing: border-box;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #000;
  margin-left: 5px;
}

.video-wrapper.is-playing .video-overlay {
  opacity: 0;
  pointer-events: none;
}

.product-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #d41708;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .product-details .container {
    width: unset;
  }
}

.product-details .top {
  width: 100%;
  height: 19.2vw;
  background: url("images/top.png");
  background-size: cover;
}

.product-details .bottom {
  width: 100%;
  height: 41vw;
  background: url("images/bottom.png");
  background-size: cover;
  position: relative;
}

.product-details .bottom::before {
  content: url("images/vector-1.png");
  position: absolute;
  right: 0;
  scale: 0.6;
  top: -110%;
}

@media (max-width: 1200px) {
  .product-details .bottom::before {
    display: none;
  }
}

.product-details .bottom img {
  position: absolute;
  right: 200px;
  bottom: 250px;
  max-width: 800px;
  height: auto;
  animation: floatWave 6s ease-in-out infinite;
}

@media (max-width: 1500px) {
  .product-details .bottom img {
    right: 100px;
    max-width: 50vw;
  }
}

@media (max-width: 1300px) {
  .product-details .bottom img {
    right: 0;
  }
}

@media (max-width: 1200px) {
  .product-details .bottom img {
    display: none;
  }
}

.product-details .content {
  transform: skewY(-15deg);
  max-width: 1100px;
  position: relative;
}

@media (max-width: 1350px) {
  .product-details .content {
    margin: 140px 0;
  }
}

@media (max-width: 800px) {
  .product-details .content {
    padding: 20px;
  }
}

.product-details .content::after {
  content: "";
  position: absolute;
  top: 30%;
  right: 0;
  width: 550px;
  height: 550px;
  filter: blur(100px);
  background: #ff512b;
  z-index: -1;
}

.product-details .content h3 {
  font-family: "alternate-gothic-compressed", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 144px;
  line-height: 120px;
  color: #010102;
  position: absolute;
  top: -80px;
}

@media (max-width: 840px) {
  .product-details .content h3 {
    font-size: 94px;
    line-height: 80px;
  }
}

@media (max-width: 400px) {
  .product-details .content h3 {
    font-size: 68px;
    line-height: 58px;
  }
}

.product-details .content h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 350px;
  filter: blur(100px);
  background: #ff512b;
  z-index: -1;
}

.product-details .content h3 span {
  color: #ffca13;
}

.product-details .content div {
  font-size: 64px;
  text-transform: uppercase;
  color: #fff;
  margin-left: 40px;
  position: relative;
  top: 170px;
}

@media (max-width: 840px) {
  .product-details .content div {
    font-size: 46px;
    line-height: 60px;
    top: 130px;
  }
}

@media (max-width: 475px) {
  .product-details .content div {
    top: 240px;
  }
}

@media (max-width: 400px) {
  .product-details .content div {
    top: 140px;
    font-size: 36px;
    line-height: 40px;
  }
}

.product-details .content div::before {
  content: ">";
  position: absolute;
  left: -40px;
}

.social {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0 40px;
}

.social .container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.social .container::before {
  content: url("images/sm.png");
  position: absolute;
  top: -100px;
}

@media (max-width: 300px) {
  .social .container {
    flex-direction: column;
  }
}

.social .container a {
  padding: 12px;
}

.social .container a.margin {
  margin-right: 48px;
}

@media (max-width: 300px) {
  .social .container a.margin {
    margin-right: 0;
  }
}

.social .container a img {
  transition: all 0.2s;
}

.social .container a:hover img {
  scale: 1.1;
  opacity: 0.8;
}

/* ANIMACJE */

@keyframes pulseGlow {
  0% { transform: scale(1); opacity: 0.35; }
  50% { transform: scale(1.2); opacity: 0.55; }
  100% { transform: scale(1); opacity: 0.35; }
}

@keyframes breathing {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.02); opacity: 0.95; }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes shake {
  0% { transform: rotate(0); }
  5% { transform: rotate(1deg); }
  10% { transform: rotate(-1deg); }
  15% { transform: rotate(1deg); }
  20% { transform: rotate(-1deg); }
  25% { transform: rotate(0deg) translateY(0); }
  60% { transform: rotate(0deg) translateY(10px); }
  100% { transform: rotate(0) translateY(0); }
}

@keyframes floatWave {
  0% { transform: translateY(0) scale(1); }
  25% { transform: translateY(-4px) scale(1.01); }
  50% { transform: translateY(0) scale(1); }
  75% { transform: translateY(4px) scale(1.01); }
  100% { transform: translateY(0) scale(1); }
}