/* =========================
   HYPEUSE HOME BUILDER - ASTRA READY
========================= */

body.home .site-content,
body.home .ast-container,
body.home .entry-content {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

body.home .entry-header {
  display: none !important;
}

.hypeuse-home {
  width: 100%;
  overflow: hidden;
  font-family: inherit;
  color: #111;
}

.hypeuse-seo-title {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.hypeuse-placeholder {
  width: 100%;
  height: 100%;
  min-height: 280px;
  background: linear-gradient(135deg, #111, #27202a);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* SECTION 1 - HERO */
.hypeuse-hero {
  width: 100%;
  height: calc(100vh - 90px);
  min-height: 650px;
  display: flex;
  background: #000;
  overflow: hidden;
}

.hypeuse-hero-track {
  display: flex;
  width: 100%;
}

.hypeuse-hero-item {
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.hypeuse-hero-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 1.2s ease;
}

.hypeuse-hero-item:hover img {
  transform: scale(1.04);
}

.hypeuse-hero-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.58), rgba(0,0,0,0.08));
  z-index: 1;
}

.hypeuse-hero-text {
  position: absolute;
  left: 45px;
  bottom: 55px;
  z-index: 2;
  color: #fff;
  max-width: 420px;
}

.hypeuse-hero-text h2 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 18px;
  font-weight: 500;
}

.hypeuse-hero-text p {
  color: #fff;
  font-size: 14px;
  margin: 0 0 18px;
  line-height: 1.7;
}

.hypeuse-hero-text a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

/* TITLES */
.hypeuse-section-title {
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 45px;
  color: #111;
}

.hypeuse-section-subtitle {
  text-align: center;
  max-width: 680px;
  margin: -25px auto 45px;
  color: #6b5d65;
  font-size: 15px;
  line-height: 1.8;
}

/* SECTION 2 - PRODUCTS */
.hypeuse-products {
  background: #fff;
  padding: 85px 40px;
}

.hypeuse-products .woocommerce ul.products {
  margin-bottom: 0 !important;
}

.hypeuse-products .woocommerce ul.products li.product {
  text-align: center;
}

.hypeuse-products .woocommerce ul.products li.product img {
  border-radius: 18px;
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.hypeuse-products .woocommerce ul.products li.product:hover img {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.hypeuse-products .woocommerce-loop-product__title {
  font-size: 15px !important;
  letter-spacing: 0.5px;
  color: #111;
}

.hypeuse-products .price {
  color: #111 !important;
  font-weight: 600 !important;
}

/* SECTION 3 - LARGE MEDIA */
.hypeuse-media-section {
  width: 100%;
  background: #fff;
}

.hypeuse-wide-media {
  width: 100%;
  height: 76vh;
  min-height: 520px;
  position: relative;
  overflow: hidden;
}

.hypeuse-wide-media img,
.hypeuse-wide-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hypeuse-wide-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.48), rgba(0,0,0,0.05));
  z-index: 1;
}

.hypeuse-media-text {
  position: absolute;
  left: 55px;
  bottom: 55px;
  z-index: 2;
  color: #fff;
  max-width: 480px;
}

.hypeuse-media-text h2 {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 15px;
  font-weight: 500;
}

.hypeuse-media-text p {
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 18px;
}

.hypeuse-media-text a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

/* SECTION 4 - SERVICE CARDS */
.hypeuse-info-section {
  background: linear-gradient(135deg, #fff 0%, #fff7f8 45%, #f7eef5 100%);
  padding: 90px 45px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
  overflow: hidden;
}

.hypeuse-info-section::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  background: rgba(218, 177, 190, 0.25);
  border-radius: 50%;
  top: -90px;
  left: -80px;
  filter: blur(20px);
}

.hypeuse-info-section::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  background: rgba(190, 155, 215, 0.22);
  border-radius: 50%;
  right: -100px;
  bottom: -120px;
  filter: blur(25px);
}

.hypeuse-info-card {
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(220,190,200,0.45);
  border-radius: 28px;
  padding: 42px 28px;
  text-align: center;
  box-shadow: 0 22px 55px rgba(90,55,75,0.08);
  animation: hypeuseCardFade 0.9s ease forwards;
  transition: 0.45s ease;
}

.hypeuse-info-card:hover {
  transform: translateY(-10px) scale(1.015);
  box-shadow: 0 28px 70px rgba(110,70,95,0.14);
  border-color: rgba(210,160,180,0.75);
}

.hypeuse-info-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f5dce5, #f3eef8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: inset 0 0 18px rgba(255,255,255,0.8), 0 12px 25px rgba(130,90,115,0.12);
  animation: hypeuseIconFloat 3.2s ease-in-out infinite;
}

.hypeuse-info-card h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 18px;
  color: #161116;
  font-weight: 600;
}

.hypeuse-info-card p {
  font-size: 14px;
  line-height: 1.9;
  color: #4b3f48;
  margin: 0 auto;
  max-width: 330px;
}

@keyframes hypeuseCardFade {
  from { opacity: 0; transform: translateY(35px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hypeuseIconFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@media (max-width: 768px) {
  .hypeuse-hero {
    height: 90vh;
    min-height: 560px;
    overflow: hidden;
  }

  .hypeuse-hero-track {
    display: flex;
    width: 200%;
    animation: hypeuseSlide 8s infinite linear;
  }

  .hypeuse-hero-item {
    width: 100vw;
    min-width: 100vw;
    height: 90vh;
  }

  .hypeuse-hero-text {
    left: 24px;
    bottom: 42px;
    max-width: 82%;
  }

  .hypeuse-hero-text h2 { font-size: 16px; }
  .hypeuse-hero-text p { font-size: 13px; }

  .hypeuse-products { padding: 55px 18px; }
  .hypeuse-section-title { font-size: 25px; margin-bottom: 28px; }
  .hypeuse-section-subtitle { font-size: 14px; margin-bottom: 32px; }

  .hypeuse-wide-media {
    height: 62vh;
    min-height: 430px;
  }

  .hypeuse-media-text {
    left: 24px;
    bottom: 34px;
    max-width: 85%;
  }

  .hypeuse-media-text h2 { font-size: 18px; }
  .hypeuse-media-text p { font-size: 13px; }

  .hypeuse-info-section {
    grid-template-columns: 1fr;
    padding: 60px 20px;
    gap: 24px;
  }

  .hypeuse-info-card {
    padding: 36px 24px;
    border-radius: 24px;
  }

  @keyframes hypeuseSlide {
    0% { transform: translateX(0); }
    45% { transform: translateX(0); }
    55% { transform: translateX(-100vw); }
    100% { transform: translateX(-100vw); }
  }
}

/* DMP SEO/accessibility helpers */
.hypeuse-home a:focus-visible,
.hypeuse-home button:focus-visible {
  outline: 2px solid #111;
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .hypeuse-home *,
  .hypeuse-home *::before,
  .hypeuse-home *::after {
    animation: none !important;
    transition: none !important;
  }
}
