/* ============================================
   SKY UGC — WooCommerce Custom CSS
============================================ */

/* HERO SECTION */
.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 4rem;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 5rem 3rem;
  width: 100%;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #E8431A;
  margin-bottom: 1.75rem;
}

.eyebrow-line {
  display: block;
  width: 24px;
  height: 2px;
  background: #E8431A;
  flex-shrink: 0;
}

.hero-title {
  font-family: 'Playfair Display', serif !important;
  font-weight: 900 !important;
  font-size: clamp(3rem, 5.5vw, 5.5rem) !important;
  line-height: 1.0 !important;
  letter-spacing: -0.03em !important;
  color: #0D0A07 !important;
  margin-bottom: 1.5rem !important;
}

.hero-title-em {
  display: block;
  color: #E8431A;
  font-style: italic;
}

.hero-title-outline {
  display: block;
  -webkit-text-stroke: 1.5px #0D0A07;
  color: transparent;
}

.hero-desc {
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(13,10,7,0.55);
  line-height: 1.8;
  max-width: 440px;
  margin-bottom: 2.5rem;
}

.hero-desc strong { color: #0D0A07; font-weight: 500; }

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.hero-scroll-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(13,10,7,0.5);
  border-bottom: 1px solid rgba(13,10,7,0.15);
  padding-bottom: 1px;
  transition: all 0.2s;
}

.hero-scroll-link:hover { color: #0D0A07; border-color: #0D0A07; }

.hero-stats {
  display: flex;
  gap: 2.5rem;
  margin-top: 4rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(13,10,7,0.1);
  flex-wrap: wrap;
}

.hero-stat-num {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 2rem;
  color: #0D0A07;
  line-height: 1;
  letter-spacing: -0.02em;
}

.hero-stat-label {
  font-size: 0.72rem;
  color: rgba(13,10,7,0.5);
  font-weight: 500;
  margin-top: 0.25rem;
  letter-spacing: 0.04em;
}

/* HERO RIGHT */
.hero-right {
  position: relative;
  background: #F0EAE0;
  border-radius: 2.5rem;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-right::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(232,67,26,0.08) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(201,168,76,0.12) 0%, transparent 50%);
}

.hero-visual { position: relative; z-index: 1; text-align: center; }

.hero-dog {
  font-size: 12rem;
  display: block;
  line-height: 1;
  filter: drop-shadow(0 30px 40px rgba(13,10,7,0.15));
}

.hero-badge {
  position: absolute;
  background: #0D0A07;
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-radius: 100px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.hb1 { top: 10%; right: 5%; }
.hb2 { bottom: 20%; left: 0%; background: #E8431A; }
.hb3 { top: 50%; right: 0%; background: #C9A84C; color: #0D0A07; }

/* WHY GRID */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  overflow: hidden;
  margin-top: 4rem;
}

.why-card {
  background: #2A2118;
  padding: 3rem 2.5rem;
  transition: background 0.3s;
  position: relative;
}

.why-card:hover { background: #1E1710; }

.why-num {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 5rem;
  color: rgba(255,255,255,0.04);
  line-height: 1;
  position: absolute;
  top: 1rem; right: 1.5rem;
  letter-spacing: -0.04em;
}

.why-icon { font-size: 2.5rem; margin-bottom: 1.5rem; display: block; }

.why-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: white;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.why-desc {
  font-size: 0.875rem;
  color: rgba(250,247,242,0.45);
  line-height: 1.75;
  font-weight: 300;
}

/* NICHES GRID */
.niches-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 3.5rem;
}

.niche-card {
  border: 1px solid rgba(13,10,7,0.1);
  border-radius: 14px;
  padding: 2rem 1.75rem;
  background: #FFF8EE;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden;
}

.niche-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: #E8431A;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.niche-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(13,10,7,0.08);
  border-color: rgba(232,67,26,0.2);
}

.niche-card:hover::before { transform: scaleX(1); }
.niche-icon { font-size: 2rem; margin-bottom: 1rem; display: block; transition: transform 0.3s; }
.niche-card:hover .niche-icon { transform: scale(1.2) rotate(-5deg); }

.niche-name {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1rem;
  color: #0D0A07;
  margin-bottom: 0.35rem;
}

.niche-desc { font-size: 0.78rem; color: rgba(13,10,7,0.5); line-height: 1.6; }

/* TESTIMONIALS */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 4rem;
}

.testi-card {
  background: #FAF7F2;
  border: 1px solid rgba(13,10,7,0.1);
  border-radius: 14px;
  padding: 2.25rem;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.testi-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(13,10,7,0.08); }

.testi-stars { color: #C9A84C; font-size: 0.875rem; margin-bottom: 1.25rem; letter-spacing: 0.1em; }

.testi-quote {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.05rem;
  color: #0D0A07;
  line-height: 1.65;
  margin-bottom: 1.75rem;
}

.testi-author { display: flex; align-items: center; gap: 0.875rem; }

.testi-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: #F0EAE0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  border: 1px solid rgba(13,10,7,0.1);
  flex-shrink: 0;
}

.testi-name { font-weight: 700; font-size: 0.875rem; color: #0D0A07; }
.testi-company { font-size: 0.72rem; color: rgba(13,10,7,0.5); }

/* PROCESS */
.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid rgba(13,10,7,0.1);
  border-radius: 14px;
  overflow: hidden;
  margin-top: 4rem;
  background: rgba(13,10,7,0.1);
}

.process-step {
  background: #FAF7F2;
  padding: 3rem 2.5rem;
  position: relative;
  transition: background 0.3s;
}

.process-step:hover { background: #FFF8EE; }

.step-number {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 6rem;
  color: rgba(13,10,7,0.04);
  line-height: 1;
  position: absolute;
  top: 1rem; right: 1.5rem;
  letter-spacing: -0.04em;
}

.step-badge {
  display: inline-block;
  background: #E8431A;
  color: white;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.2rem 0.65rem;
  border-radius: 100px;
  margin-bottom: 1.25rem;
}

.step-icon { font-size: 2.25rem; margin-bottom: 0.75rem; display: block; }

.step-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #0D0A07;
  margin-bottom: 0.625rem;
}

.step-desc { font-size: 0.875rem; color: rgba(13,10,7,0.55); line-height: 1.75; }

/* OFFRES */
.offres-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.offre-card {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 2.5rem;
  background: rgba(255,255,255,0.03);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden;
}

.offre-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: transparent;
  transition: background 0.3s;
}

.offre-card:hover { background: rgba(255,255,255,0.06); border-color: rgba(232,67,26,0.3); transform: translateY(-4px); }
.offre-card:hover::before { background: #E8431A; }
.offre-card.featured { background: #E8431A; border-color: #E8431A; }
.offre-card.featured::before { background: rgba(255,255,255,0.3); }
.offre-card.featured:hover { background: #D63B15; }

.offre-label {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.8);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.2rem 0.65rem;
  border-radius: 100px;
  margin-bottom: 1.5rem;
}

.offre-name {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: white;
  margin-bottom: 0.5rem;
}

.offre-desc { font-size: 0.875rem; color: rgba(255,255,255,0.5); line-height: 1.7; margin-bottom: 1.75rem; }
.offre-card.featured .offre-desc { color: rgba(255,255,255,0.85); }

.offre-features { list-style: none; margin-bottom: 2.25rem; display: flex; flex-direction: column; gap: 0.6rem; }
.offre-features li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.82rem; color: rgba(255,255,255,0.55); line-height: 1.5; }
.offre-features li::before { content: '✓'; color: #E8C96D; font-weight: 800; flex-shrink: 0; }
.offre-card.featured .offre-features li { color: rgba(255,255,255,0.9); }
.offre-card.featured .offre-features li::before { color: white; }

.btn-offre {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.875rem;
  border-radius: 100px;
  transition: all 0.25s;
  border: 1.5px solid rgba(255,255,255,0.2);
  color: white;
  text-decoration: none;
}

.btn-offre:hover { background: white; color: #0D0A07; border-color: white; }
.offre-card.featured .btn-offre { background: white; color: #E8431A; border-color: white; }
.offre-card.featured .btn-offre:hover { background: #0D0A07; color: white; }

/* SKY BRIEF SECTION */
.sky-brief-section {
  background: #FFF8EE;
  border: 1.5px solid rgba(13,10,7,0.1);
  border-radius: 14px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.sky-brief-title {
  font-family: 'Playfair Display', serif !important;
  font-weight: 700 !important;
  font-size: 1.2rem !important;
  color: #0D0A07 !important;
  margin-bottom: 0.5rem !important;
  letter-spacing: -0.01em !important;
}

.sky-brief-desc {
  font-size: 0.875rem !important;
  color: rgba(13,10,7,0.55) !important;
  margin-bottom: 1.5rem !important;
  font-weight: 300 !important;
}

.sky-field label { margin-bottom: 0.4rem !important; }

/* SECTION HEADER */
.section-header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 2rem;
  margin-bottom: 4rem;
}

/* WOOCOMMERCE PRODUCT IMAGE */
.woocommerce div.product div.images {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(13,10,7,0.1);
}

/* WOOCOMMERCE PRODUCT SUMMARY */
.woocommerce div.product div.summary {
  padding: 1rem 0;
}

/* WOOCOMMERCE RELATED PRODUCTS */
.woocommerce .related.products h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: -0.02em;
  margin-bottom: 2rem;
}

/* PANIER VIDE */
.woocommerce-cart-form .actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1rem;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; min-height: auto; padding: 4rem 2rem; }
  .hero-right { min-height: 350px; border-radius: 1.5rem; }
  .hero-dog { font-size: 8rem; }
  .why-grid, .testi-grid, .process-steps { grid-template-columns: 1fr; }
  .niches-grid { grid-template-columns: repeat(2, 1fr); }
  .offres-grid { grid-template-columns: 1fr; }
  .section-header { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .hero-stats { gap: 1.5rem; }
  .hero-badge { display: none; }
  .niches-grid { grid-template-columns: 1fr 1fr; }
}
