@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input, textarea, select, button {
  font-family: "Cairo", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Cairo", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  background: #1C1313;
}
@media (max-width: 600px) {
  body {
    padding-right: 50px;
  }
}
body::before {
  width: 50vw;
  height: 50vw;
  border-radius: 50%;
  position: fixed;
  content: "";
  background: #E1332A;
  left: -25vw;
  top: -25vw;
  z-index: -3;
  filter: blur(200px);
  opacity: 0.15;
}
@media (max-width: 600px) {
  body::before {
    width: 75vw;
    height: 75vw;
    left: -37.5vw;
    top: -37.5vw;
  }
}
body::after {
  width: 50vw;
  height: 50vw;
  border-radius: 50%;
  position: fixed;
  content: "";
  background: #E1332A;
  right: -25vw;
  bottom: -25vw;
  z-index: -3;
  filter: blur(200px);
  opacity: 0.25;
}
@media (max-width: 600px) {
  body::after {
    width: 75vw;
    height: 75vw;
    right: -37.5vw;
    bottom: -37.5vw;
  }
}

a {
  color: #FFFFFF;
  transition: color 0.3s ease;
}
a:hover {
  color: #FED279;
}

strong {
  font-weight: 700;
}

p {
  margin-bottom: 15px;
}

.button {
  padding: 10px 25px;
  width: max-content;
  border: none;
  border-radius: 40px;
  background: #FED279;
  color: #1C1313 !important;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  font-weight: 700;
}
.button:hover {
  gap: 20px;
}
.button:disabled {
  background: rgba(235, 57, 67, 0.1254901961);
  color: #EB3943;
  cursor: not-allowed;
}
.button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  background: transparent;
  color: #FFFFFF !important;
}
.button--ghost:hover {
  color: #FED279 !important;
  border-color: #FED279;
}

.fly {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 600px) {
  .fly {
    display: none;
  }
}
.fly--contact-1 {
  right: 0px;
  top: 450px;
  z-index: 9;
  --float-distance: -5px;
  --float-duration: 5s;
  --entry-delay: 0s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--contact-2 {
  right: 550px;
  top: 650px;
  z-index: -1;
  --float-distance: -10px;
  --float-duration: 10s;
  --entry-delay: 0s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--woman-1-1 {
  left: -30px;
  top: -30px;
  z-index: 9;
  --float-distance: -8px;
  --float-duration: 7s;
  --entry-delay: 0s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--woman-1-2 {
  right: -50px;
  top: -50px;
  z-index: -1;
  --float-distance: -10px;
  --float-duration: 7s;
  --entry-delay: 0s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--woman-1-3 {
  right: -30px;
  bottom: -30px;
  z-index: 9;
  --float-distance: -5px;
  --float-duration: 5s;
  --entry-delay: 0s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--woman-2-1 {
  left: 0px;
  top: 70px;
  z-index: 9;
  --float-distance: -5px;
  --float-duration: 5s;
  --entry-delay: 0s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--woman-2-2 {
  left: 0px;
  bottom: 0px;
  z-index: -1;
  --float-distance: -10px;
  --float-duration: 5s;
  --entry-delay: 0s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--ingredients-1 {
  right: -50px;
  top: 90px;
  z-index: -1;
  --float-distance: -8px;
  --float-duration: 8s;
  --entry-delay: 0s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--ingredients-2 {
  left: -90px;
  top: 40%;
  z-index: -1;
  --float-distance: -5px;
  --float-duration: 5s;
  --entry-delay: 0s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--ingredients-3 {
  right: -60px;
  top: 60%;
  z-index: -1;
  --float-distance: -10px;
  --float-duration: 10s;
  --entry-delay: 0s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--ingredients-4 {
  right: -50px;
  bottom: -20px;
  z-index: 9;
  --float-distance: -8px;
  --float-duration: 5s;
  --entry-delay: 0s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--hero-1 {
  left: -80px;
  bottom: 100px;
  z-index: -1;
  --float-distance: -10px;
  --float-duration: 10s;
  --entry-delay: 0.3s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--hero-2 {
  left: -40px;
  bottom: 0px;
  z-index: -1;
  --float-distance: -5px;
  --float-duration: 5s;
  --entry-delay: 0.6s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--main-1 {
  top: 0px;
  left: 20%;
  z-index: 9;
  --float-distance: -5px;
  --float-duration: 7s;
  --entry-delay: 0s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--main-2 {
  right: 0px;
  top: 40%;
  z-index: 9;
  position: fixed;
  --float-distance: -10px;
  --float-duration: 7s;
  --entry-delay: 0.5s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
.fly--main-3 {
  left: 0px;
  top: 10%;
  z-index: 9;
  position: fixed;
  --float-distance: -15px;
  --float-duration: 10s;
  --entry-delay: 1s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}

.alert {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border-radius: 10px;
}
.alert.hidden {
  display: none;
}
.alert--success {
  background: rgba(182, 213, 45, 0.062745098);
  border: 1px solid #B6D52D;
}
.alert--success i {
  color: #B6D52D;
}
.alert--error {
  background: rgba(235, 57, 67, 0.062745098);
  border: 1px solid #EB3943;
}
.alert--error i {
  color: #EB3943;
}

.form {
  width: 100%;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  border-radius: 20px;
  background: linear-gradient(45deg, rgba(42, 24, 24, 0.3137254902), rgba(28, 19, 19, 0.3137254902));
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
}
@media (max-width: 600px) {
  .form {
    padding: 20px;
    border-radius: 10px;
    gap: 15px;
  }
}
.form h2 {
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 600px) {
  .form h2 {
    font-size: 22px;
  }
}
.form__row {
  display: flex;
  gap: 20px;
}
@media (max-width: 600px) {
  .form__row {
    flex-direction: column;
    gap: 15px;
  }
}
.form__item {
  width: 100%;
  display: flex;
  position: relative;
}
.form__item i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 18px;
}
.form__item input, .form__item textarea {
  width: 100%;
  padding: 15px 45px;
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  border-radius: 10px;
  background: #150C0C;
  color: #FFFFFF;
  transition: all 0.3s ease;
  outline: 3px solid transparent;
}
.form__item input:focus, .form__item textarea:focus {
  border-color: #FED279;
  outline: 3px solid rgba(254, 210, 121, 0.3137254902);
}
.form__item textarea {
  padding: 15px;
  min-height: 100px;
}

.logo {
  display: flex;
  margin: 30px 0;
}
@media (max-width: 600px) {
  .logo {
    margin: 10px 0;
  }
}
.logo img {
  width: auto;
  height: 100px;
}
@media (max-width: 600px) {
  .logo img {
    height: 60px;
  }
}

.pagination {
  position: fixed;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 600px) {
  .pagination {
    display: none;
  }
}
.pagination a {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: transparent;
  border: 1px solid transparent;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.pagination a::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.pagination a.active {
  border: 1px solid #FED279;
}
.pagination a.active::before {
  background: #FED279;
}
.pagination a:hover {
  background: rgba(255, 255, 255, 0.1254901961);
}
.pagination a:hover::before {
  background: #FFFFFF;
}

.menu {
  position: fixed;
  right: 5px;
  top: 5px;
  z-index: 999;
}
@media (max-width: 600px) {
  .menu {
    right: 0px;
  }
}
.menu__button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.menu__container {
  position: absolute;
  top: 5px;
  right: 65px;
  background: linear-gradient(45deg, rgba(42, 24, 24, 0.3137254902), rgba(28, 19, 19, 0.3137254902));
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  border-radius: 20px 0 20px 20px;
  width: 150px;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  visibility: hidden;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s ease;
}
.menu__container.active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.menu__container ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.menu__container ul li {
  display: flex;
  width: 100%;
}
.menu__container ul a {
  width: 100%;
  padding: 5px 10px;
  transition: all 0.3s ease;
}
.menu__container ul a.active {
  color: #FED279;
}
.menu__container ul a:hover {
  padding-left: 20px;
}

.line {
  width: 1px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.1254901961);
  position: fixed;
  top: 0;
}
.line--left {
  left: 60px;
}
@media (max-width: 600px) {
  .line--left {
    display: none;
  }
}
.line--right {
  right: 60px;
}
@media (max-width: 600px) {
  .line--right {
    right: 50px;
  }
}

.social {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 24px;
}
.social a {
  display: flex;
}
@media (max-width: 600px) {
  .social {
    display: none;
  }
}

.languages {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 24px;
}
.languages a {
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.1254901961);
}
.languages a.active {
  border-color: #FED279;
}
.languages img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.3s ease;
}
.languages img:hover {
  transform: scale(1.1);
}
@media (max-width: 600px) {
  .languages {
    right: 12px;
    bottom: 10px;
  }
}

.hero {
  width: 100%;
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 600px) {
  .hero {
    padding: 0 20px;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
  }
}
.hero__texts {
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .hero__texts {
    order: 2;
  }
}
.hero__texts > h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .hero__texts > h1 {
    font-size: 28px;
  }
}
.hero__texts > h1 span {
  color: #FED279;
  font-weight: 700;
}
.hero__texts > span {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}
.hero__texts > ul {
  display: flex;
  gap: 10px;
}
@media (max-width: 600px) {
  .hero__texts > ul {
    flex-direction: column;
    gap: 15px;
  }
}
.hero__texts > ul li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 600px) {
  .hero__texts > ul li {
    flex-direction: row;
    align-items: center;
  }
}
.hero__texts > ul li i {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: rgba(182, 213, 45, 0.062745098);
  color: #B6D52D;
  border: 1px solid #B6D52D;
}
@media (max-width: 600px) {
  .hero__texts > ul li i {
    width: 35px;
    height: 35px;
  }
}
.hero__texts > ul li span {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
.hero__img {
  position: relative;
  display: flex;
}
@media (max-width: 600px) {
  .hero__img {
    order: 1;
  }
}
.hero__img img {
  opacity: 0;
  --float-distance: -8px;
  --float-duration: 10s;
  --entry-delay: 0s;
  animation: heroLayerEntry 0.8s ease-out var(--entry-delay) forwards, heroLayerFloat var(--float-duration) ease-in-out calc(0.8s + var(--entry-delay)) infinite;
}
@media (max-width: 600px) {
  .hero__img img {
    width: 100%;
    height: auto;
    max-width: 400px;
  }
}

.certificate {
  width: 100%;
  max-width: 750px;
  margin: 45px 0 125px 0;
  padding: 30px;
  border-radius: 20px;
  background: linear-gradient(45deg, rgba(42, 24, 24, 0.3137254902), rgba(28, 19, 19, 0.3137254902));
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 600px) {
  .certificate {
    padding: 20px;
    margin: 0 20px 40px 20px;
    width: calc(100% - 40px);
    flex-direction: column;
    gap: 15px;
  }
}
.certificate svg {
  width: 130px;
  height: 130px;
  flex-shrink: 0;
}
.certificate__text {
  display: flex;
  flex-direction: column;
}
.certificate__text > h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}
.certificate__text > h3 span {
  color: #FED279;
  font-weight: 700;
}
.certificate__text > span {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}
.certificate__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.story {
  width: 100%;
  max-width: 1000px;
  padding: 45px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .story {
    padding: 0 20px;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
  }
}
.story__texts {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
}
.story__texts > h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .story__texts > h2 {
    font-size: 22px;
  }
}
.story__texts > h2 span {
  color: #FED279;
  font-weight: 700;
}
.story__img {
  position: relative;
  display: flex;
}
@media (max-width: 600px) {
  .story__img-woman {
    width: 100%;
    height: auto;
    max-width: 400px;
  }
}

.ingredients {
  width: 100%;
  max-width: 1000px;
  padding: 45px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 600px) {
  .ingredients {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.ingredients > h2 {
  width: 100%;
  max-width: 600px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 600px) {
  .ingredients > h2 {
    font-size: 28px;
  }
}
.ingredients > h2 span {
  color: #FED279;
  font-weight: 700;
}
.ingredients__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media (max-width: 600px) {
  .ingredients__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.ingredients__item {
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  background: linear-gradient(45deg, rgba(42, 24, 24, 0.3137254902), rgba(28, 19, 19, 0.3137254902));
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 600px) {
  .ingredients__item {
    flex-direction: column;
    padding: 20px;
    align-items: flex-start;
  }
}
.ingredients__item > img {
  width: 100px;
  height: 100px;
}
.ingredients__item-texts {
  display: flex;
  flex-direction: column;
}
.ingredients__item-texts > h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #FED279;
}
.ingredients__item-texts > span {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.about {
  width: 100%;
  max-width: 1000px;
  padding: 45px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
}
@media (max-width: 600px) {
  .about {
    padding: 0 20px;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
  }
}
.about__texts {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .about__texts {
    order: 1;
  }
}
.about__texts > h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .about__texts > h2 {
    font-size: 22px;
  }
}
.about__texts > h2 span {
  color: #FED279;
  font-weight: 700;
}
.about__img {
  position: relative;
  display: flex;
}
@media (max-width: 600px) {
  .about__img {
    order: 2;
  }
}
@media (max-width: 600px) {
  .about__img-woman {
    width: 100%;
    height: auto;
    max-width: 400px;
  }
}

.contact {
  width: 100%;
  max-width: 1100px;
  padding: 45px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
}
@media (max-width: 600px) {
  .contact {
    padding: 0 20px;
    flex-direction: column;
    gap: 15px;
  }
}
.contact > iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/7;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  overflow: hidden;
}
@media (max-width: 600px) {
  .contact > iframe {
    aspect-ratio: 1/1;
  }
}
.contact__wrapper {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .contact__wrapper {
    flex-direction: column;
    gap: 15px;
  }
}
.contact__texts {
  width: 100%;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.contact__branch {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact__branch > h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #FED279;
}
.contact__row {
  width: 100%;
  display: flex;
  gap: 25px;
}
.contact__item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.contact__item > small {
  font-size: 14px;
  font-weight: 300;
  opacity: 0.7;
}
.contact__item > a, .contact__item > span {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.contact__copyright {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  opacity: 0.7;
  text-align: center;
}
@media (max-width: 600px) {
  .contact__copyright {
    padding-bottom: 20px;
  }
}
.contact__copyright p {
  margin-bottom: 10px;
}
.contact__copyright p:last-child {
  margin-bottom: 0;
}

@keyframes heroLayerEntry {
  0% {
    opacity: 0;
    transform: translateY(-30px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
@keyframes heroLayerFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(var(--float-distance, -10px));
  }
}
body.page-body {
  width: 100%;
  min-height: 100vh;
  padding-bottom: 50px;
  overflow-x: hidden;
}
@media (max-width: 600px) {
  body.page-body {
    padding-bottom: 20px;
  }
}

.page-shell,
.home-products {
  width: min(1200px, 100% - 40px);
  margin: 0 auto;
}
@media (max-width: 600px) {
  .page-shell,
  .home-products {
    width: calc(100% - 24px);
  }
}

.page-shell {
  display: flex;
  flex-direction: column;
  gap: 48px;
  position: relative;
}
@media (max-width: 600px) {
  .page-shell {
    gap: 36px;
  }
}

.page-hero,
.page-copy,
.page-cards,
.product-page,
.certificate-gallery,
.article-gallery,
.home-products {
  position: relative;
  z-index: 1;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: 32px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .page-hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.page-hero__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.page-hero__content h1 {
  font-size: 52px;
  line-height: 1.05;
  font-weight: 800;
}
.page-hero__content h1 span {
  color: #FED279;
}
@media (max-width: 600px) {
  .page-hero__content h1 {
    font-size: 34px;
  }
}
.page-hero__content p {
  max-width: 620px;
  font-size: 20px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7529411765);
}
@media (max-width: 600px) {
  .page-hero__content p {
    font-size: 16px;
  }
}
.page-hero__eyebrow {
  width: max-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(235, 57, 67, 0.1254901961);
  color: #FED279;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.page-hero__visual {
  min-height: 100%;
  padding: 28px;
  border-radius: 30px;
  background: radial-gradient(circle at top, rgba(254, 210, 121, 0.18), transparent 60%), linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .page-hero__visual {
    display: none;
  }
}
.page-hero__visual img {
  width: 100%;
  max-width: 420px;
  object-fit: contain;
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.35));
}

.page-copy__content {
  max-width: 860px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.8235294118);
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 600px) {
  .page-copy__content {
    font-size: 16px;
  }
}
.page-copy__content > *:last-child {
  margin-bottom: 0;
}

.home-products {
  margin-top: 28px;
  margin-bottom: 125px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 600px) {
  .home-products {
    margin-bottom: 56px;
  }
}
.home-products__heading {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.home-products__heading h2 {
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 800;
}
.home-products__heading h2 span {
  color: #FED279;
}
@media (max-width: 600px) {
  .home-products__heading h2 {
    font-size: 30px;
  }
}
.home-products__heading p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7215686275);
  line-height: 1.7;
}
.home-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .home-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .home-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .home-products__grid {
    grid-template-columns: 1fr;
  }
}
.home-products__card {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.0705882353);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.home-products__card-image {
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-products__card-image img {
  width: 100%;
  max-width: 220px;
  height: 250px;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.28));
}
.home-products__card-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.home-products__card-content h3 {
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
}
.home-products__card-content p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7058823529);
  line-height: 1.7;
}

.page-cards__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .page-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .page-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .page-cards__grid {
    grid-template-columns: 1fr;
  }
}

.page-card {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.062745098);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.page-card__image {
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-card__image img {
  width: 100%;
  max-width: 220px;
  height: 260px;
  object-fit: contain;
}
.page-card__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-card__content h2 {
  font-size: 24px;
  line-height: 1.12;
  font-weight: 800;
}
.page-card__content p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7215686275);
  line-height: 1.7;
}
.page-card__eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FED279;
  opacity: 0.9;
}

.product-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: start;
}
@media (max-width: 600px) {
  .product-page__layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.product-page__layout, .product-page__content {
  min-width: 0;
}
.product-page__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-page__intro, .product-page__body {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.0705882353);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.03);
}
@media (max-width: 600px) {
  .product-page__intro, .product-page__body {
    padding: 18px;
  }
}
.product-page__intro h2 {
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 800;
}
@media (max-width: 600px) {
  .product-page__intro h2 {
    font-size: 28px;
  }
}
.product-page__intro p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7294117647);
  line-height: 1.7;
}
.product-page__tag {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.062745098);
  color: #FED279;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-page__body {
  color: rgba(255, 255, 255, 0.8156862745);
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 600px) {
  .product-page__body {
    font-size: 16px;
  }
}
.product-page__body p:last-child {
  margin-bottom: 0;
}
.product-page__body ul {
  margin: 28px 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.product-page__body ul li {
  padding-left: 34px;
  position: relative;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 800;
  color: #FFFFFF;
}
@media (max-width: 600px) {
  .product-page__body ul li {
    font-size: 18px;
  }
}
.product-page__body ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #B6D52D;
  font-size: 26px;
  line-height: 1;
}
.product-page__body .product-table {
  width: 100%;
  overflow-x: auto;
  margin-top: 30px;
  border: 1px solid rgba(254, 210, 121, 0.18);
  border-radius: 22px;
}
.product-page__body table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  border: 1px solid rgba(254, 210, 121, 0.18);
}
.product-page__body th,
.product-page__body td {
  padding: 12px 14px;
  border: 1px solid rgba(254, 210, 121, 0.18);
  text-align: center;
}
.product-page__body th:first-child,
.product-page__body td:first-child {
  text-align: left;
  width: 45%;
}
.product-page__body thead th {
  color: #FED279;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.02);
}
.product-page__body .product-volume {
  margin-top: 26px;
  margin-bottom: 0;
  text-align: right;
  font-size: 26px;
  font-weight: 800;
  color: #EB3943;
}

.product-gallery {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-gallery__main {
  width: 100%;
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.0705882353);
  border-radius: 30px;
  background: radial-gradient(circle at top, rgba(254, 210, 121, 0.16), transparent 60%), rgba(255, 255, 255, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
}
@media (max-width: 600px) {
  .product-gallery__main {
    min-height: 280px;
    padding: 16px;
  }
}
.product-gallery__main img {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.32));
}
.product-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 600px) {
  .product-gallery__thumbs {
    gap: 10px;
  }
}
.product-gallery__thumb {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.0705882353);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  transition: all 0.25s ease;
}
@media (max-width: 600px) {
  .product-gallery__thumb {
    padding: 10px;
  }
}
.product-gallery__thumb.active, .product-gallery__thumb:hover {
  border-color: #FED279;
  transform: translateY(-2px);
}
.product-gallery__thumb img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 600px) {
  .product-gallery__thumb img {
    height: 72px;
  }
}

.certificate-gallery__grid,
.article-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
@media (max-width: 600px) {
  .certificate-gallery__grid,
  .article-gallery__grid {
    grid-template-columns: 1fr;
  }
}

.certificate-gallery__item {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.062745098);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.certificate-gallery__item img {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 18px;
  object-fit: cover;
}
.certificate-gallery__item span {
  color: #FED279;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-gallery__item {
  padding: 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.062745098);
  display: block;
}
.article-gallery__item img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 18px;
  object-fit: cover;
}

.page-footer-copy {
  width: min(1200px, 100% - 40px);
  margin: 32px auto 0;
}
@media (max-width: 600px) {
  .page-footer-copy {
    width: calc(100% - 24px);
  }
}

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