﻿:root {
  --primary: #1f5c3f;
  --secondary: #c79b4b;
  --soft: #f7f3ee;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  perspective: 1200px;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

.hero-wrap {
  background:
    radial-gradient(circle at top left, rgba(199, 155, 75, 0.13), transparent 30%),
    radial-gradient(circle at bottom right, rgba(31, 92, 63, 0.12), transparent 32%),
    linear-gradient(90deg, rgba(247,243,238,.96) 0%, rgba(247,243,238,.88) 45%, rgba(247,243,238,.55) 100%);
}

.hero-full {
  min-height: calc(64vh - 98px);
}

.beauty-hero {
  background: transparent;
  position: relative;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  min-height: calc(64vh - 98px);
}

.beauty-hero-right {
  position: relative;
  background:
    radial-gradient(circle at 70% 35%, rgba(31, 92, 63, .12), transparent 38%),
    radial-gradient(circle at 80% 70%, rgba(199,155,75,.15), transparent 40%);
}

.hero-deco {
  position: absolute;
  pointer-events: none;
}

.hero-home-svg {
  width: 340px;
  height: 300px;
  right: .3rem;
  top: 46%;
  transform: translateY(-50%);
  z-index: 16;
  opacity: .98;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,.35));
  animation: decorFloat 5.2s ease-in-out infinite;
}

.hero-home-curve {
  width: 230px;
  height: 140px;
  right: 2.2rem;
  top: 10%;
  z-index: 15;
  opacity: .9;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.25));
  animation: curveFloat 4.8s ease-in-out infinite;
}

.beauty-hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.beauty-hero .hero-slider {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-slider {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .95s ease;
}

.hero-slide.active {
  opacity: 1;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(95deg, rgba(7,18,13,.68) 0%, rgba(7,18,13,.52) 38%, rgba(7,18,13,.18) 100%);
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: heroZoom 14s ease-in-out infinite alternate;
}

.beauty-hero-bg .hero-slide::after {
  background: linear-gradient(100deg, rgba(255,255,255,.06), rgba(255,255,255,.2));
}

.beauty-hero-bg .hero-slide img {
  object-fit: contain;
  object-position: right bottom;
  padding: 8px 20px 0;
  animation: heroZoom 10s ease-in-out infinite alternate;
}

.beauty-hero .hero-slide img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.hero-text-pop {
  position: relative;
  padding-left: 1.2rem;
}

.hero-text-pop::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  bottom: 1rem;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--secondary), var(--primary));
  box-shadow: 0 0 18px rgba(199,155,75,.4);
}

.hero-title {
  text-shadow: 0 2px 16px rgba(255,255,255,.52), 0 2px 10px rgba(0,0,0,.12);
}

.hero-subtitle {
  text-shadow: 0 1px 10px rgba(255,255,255,.5);
}

.badge-live {
  animation: badgePulse 2.2s ease-in-out infinite;
}

.cta-glow {
  animation: ctaGlow 2.8s ease-in-out infinite;
}

.spin-slow {
  animation: spinSlow 10s linear infinite;
}

.promo-banner-text {
  animation: promoSlide 6s ease-in-out infinite;
  display: inline-block;
}

.social-dot {
  animation: socialBob 2.6s ease-in-out infinite;
}

.social-dot:nth-child(2) { animation-delay: .2s; }
.social-dot:nth-child(3) { animation-delay: .4s; }
.social-dot:nth-child(4) { animation-delay: .6s; }

.section-pattern {
  background-image:
    radial-gradient(circle at top left, rgba(199,155,75,.10), transparent 30%),
    radial-gradient(circle at bottom right, rgba(31,92,63,.10), transparent 32%);
}

.glass {
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,.78);
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all .8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-44px);
}

.reveal-right {
  opacity: 0;
  transform: translateX(44px);
}

.reveal-left.active,
.reveal-right.active {
  opacity: 1;
  transform: translateX(0);
}

.float-anim {
  animation: floatAnim 4.2s ease-in-out infinite;
}

.pulse-soft {
  animation: pulseSoft 3s ease-in-out infinite;
}

.marquee-track {
  display: flex;
  min-width: max-content;
  white-space: nowrap;
  animation: marquee 24s linear infinite;
}

.marquee-group {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding-inline: 1.5rem;
}

.category-card,
.promo-card,
.product-card,
.service-card,
.side-promo,
.center-promo,
.fancy-card,
.formation-card {
  transition: transform .45s cubic-bezier(.2,.7,.2,1), box-shadow .45s ease, filter .45s ease;
  transform-style: preserve-3d;
  will-change: transform;
}

.category-card:hover,
.promo-card:hover,
.product-card:hover,
.service-card:hover,
.side-promo:hover,
.center-promo:hover,
.fancy-card:hover,
.formation-card:hover {
  transform: translateY(-10px) rotateX(6deg) rotateY(-5deg);
  box-shadow: 0 28px 50px rgba(31,92,63,.18), 0 10px 18px rgba(0,0,0,.08);
  filter: saturate(1.05);
}

.service-card {
  background: linear-gradient(160deg, #ffffff 0%, #fbf8f3 100%);
  border: 1px solid rgba(31,92,63,.08);
}

.service-card h4,
.service-card p,
.service-card .service-icon {
  transition: color .35s ease, background-color .35s ease, transform .35s ease;
}

.service-card:hover {
  background: linear-gradient(160deg, rgba(31,92,63,.96) 0%, rgba(23,74,49,.94) 55%, rgba(199,155,75,.92) 100%);
  border-color: rgba(199,155,75,.55);
}

.service-card:hover h4,
.service-card:hover p {
  color: #ffffff !important;
}

.service-card:hover .service-icon {
  background: rgba(255,255,255,.2) !important;
  color: #ffffff !important;
  transform: translateY(-3px) scale(1.06);
}

details summary::-webkit-details-marker {
  display: none;
}

details[open] summary span {
  transform: rotate(45deg);
}

details summary span {
  transition: 0.3s ease;
}

.page-hero {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  min-height: 320px;
  border: 1px solid rgba(255,255,255,.25);
  box-shadow: 0 18px 40px rgba(10,35,27,.2);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(118deg, rgba(8,31,23,.72), rgba(20,70,49,.62)),
    radial-gradient(circle at 20% 20%, rgba(199,155,75,.24), transparent 38%);
  z-index: 1;
}

.page-hero::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 16px;
  width: 190px;
  height: 130px;
  z-index: 2;
  opacity: .92;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: curveFloat 5.2s ease-in-out infinite;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.35));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 170'%3E%3Cpath d='M24 108 L86 58 L148 108' fill='none' stroke='%23ffffff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='42' y='106' width='88' height='42' rx='8' fill='none' stroke='%23c79b4b' stroke-width='3'/%3E%3Cpath d='M156 128 Q186 84 228 118' fill='none' stroke='%23ffffff' stroke-width='3' stroke-dasharray='6 8'/%3E%3Ccircle cx='230' cy='118' r='6' fill='%23c79b4b'/%3E%3C/svg%3E");
}

.page-hero-content::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 26px;
  width: 120px;
  height: 78px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: .78;
  animation: curveFloat 4.8s ease-in-out infinite;
  pointer-events: none;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,.28));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 90'%3E%3Crect x='2' y='2' width='136' height='86' rx='14' fill='none' stroke='rgba(255,255,255,0.55)' stroke-width='2' stroke-dasharray='4 6'/%3E%3C/svg%3E");
}

.page-hero-content {
  position: relative;
  z-index: 3;
}

.training-scene {
  position: relative;
}

.training-scene::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -40px;
  top: -20px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(199,155,75,.25), rgba(199,155,75,0));
  pointer-events: none;
}

.formation-card {
  border-left: 4px solid var(--secondary);
  background: linear-gradient(130deg, #ffffff, #fdfaf6);
}

.training-gallery img {
  transition: transform .6s ease, filter .6s ease;
}

.training-gallery img:hover {
  transform: translateY(-8px) scale(1.04) rotateZ(-1deg);
  filter: saturate(1.08) contrast(1.03);
}

.categories-heading h3 {
  text-shadow: 0 8px 20px rgba(0,0,0,.08);
}

.categories-heading::after {
  content: "";
  display: block;
  width: 180px;
  height: 5px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(31,92,63,.15), rgba(199,155,75,.9), rgba(31,92,63,.15));
  animation: shimmerLine 2.8s ease-in-out infinite;
}

.category-motion {
  animation: categoryFloat 5.2s ease-in-out infinite;
}

.category-delay-1 { animation-delay: 0s; }
.category-delay-2 { animation-delay: .25s; }
.category-delay-3 { animation-delay: .5s; }
.category-delay-4 { animation-delay: .75s; }
.category-delay-5 { animation-delay: 1s; }
.category-delay-6 { animation-delay: 1.25s; }

.categories-heading-v2 .categories-kicker {
  text-transform: uppercase;
  letter-spacing: .32em;
  color: rgba(31,92,63,.72);
  font-size: .74rem;
  font-weight: 700;
}

.categories-title-v2 {
  margin-top: .7rem;
  color: #1f2937;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  font-weight: 800;
  letter-spacing: .02em;
}

.categories-divider {
  width: 84px;
  height: 4px;
  margin: .95rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(31,92,63,.2), rgba(199,155,75,1), rgba(31,92,63,.2));
}

.category-carousel {
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.category-track {
  display: flex;
  align-items: flex-start;
  gap: 1.3rem;
  width: max-content;
  animation: categorySlideLoop 34s linear infinite;
  padding-block: .5rem 1rem;
}

.category-carousel:hover .category-track {
  animation-play-state: paused;
}

.category-slide-item {
  flex: 0 0 auto;
  width: 130px;
  text-align: center;
}

.category-slide-thumb {
  width: 102px;
  height: 102px;
  border-radius: 999px;
  margin: 0 auto;
  background: #f1f1f1;
  border: 1px solid #e6e6e6;
  display: grid;
  place-items: center;
  transition: transform .35s ease, box-shadow .35s ease, background-color .35s ease;
}

.category-slide-img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  transition: transform .35s ease;
}

.category-slide-title {
  margin-top: .75rem;
  color: #2b2b2b;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.25;
}

.category-slide-item:hover .category-slide-thumb {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 10px 25px rgba(0,0,0,.12);
  background: #ffffff;
}

.category-slide-item:hover .category-slide-img {
  transform: scale(1.07);
}

.category-slider-dots {
  margin-top: .3rem;
  display: flex;
  gap: .4rem;
  justify-content: center;
}

.category-slider-dots span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #cfcfcf;
}

.category-slider-dots span.is-active {
  width: 18px;
  background: var(--primary);
}

.promo-split-card {
  border: 1px solid rgba(31,92,63,.08);
  box-shadow: 0 14px 36px rgba(0,0,0,.1);
  transition: transform .45s ease, box-shadow .45s ease;
}

.promo-split-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 44px rgba(0,0,0,.14);
}

.promo-chip {
  display: inline-flex;
  align-items: center;
  padding: .35rem .75rem;
  border-radius: 999px;
  font-size: .73rem;
  letter-spacing: .14em;
  font-weight: 700;
  color: #1f5c3f;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(31,92,63,.22);
}

.brand-story-wrap {
  background: linear-gradient(135deg, #2f6b57 0%, #3e7c67 45%, #5a987f 100%);
  border-radius: 2rem;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(16,52,40,.24);
}

.brand-story-wrap::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,255,255,.16), rgba(255,255,255,0));
  top: -100px;
  left: -80px;
}

.brand-story-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 1.6rem;
  align-items: center;
}

.brand-story-kicker {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .76rem;
  color: rgba(255,255,255,.8);
  font-weight: 700;
}

.brand-story-title {
  margin-top: .8rem;
  color: #fff;
  font-size: clamp(1.9rem, 2.9vw, 2.8rem);
  font-weight: 800;
  line-height: 1.15;
}

.brand-story-text {
  margin-top: 1rem;
  color: rgba(255,255,255,.9);
  line-height: 1.75;
  max-width: 560px;
}

.brand-story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.35rem;
}

.brand-story-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .7rem 1.15rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: .92rem;
  transition: all .3s ease;
}

.brand-story-btn-primary {
  color: #1f5c3f;
  background: #f5c15c;
}

.brand-story-btn-primary:hover {
  filter: brightness(.96);
  transform: translateY(-2px);
}

.brand-story-btn-outline {
  color: #fff;
  border: 1px solid rgba(255,255,255,.6);
}

.brand-story-btn-outline:hover {
  border-color: #f5c15c;
  color: #f5c15c;
}

.brand-story-points {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.brand-story-points span {
  color: rgba(255,255,255,.9);
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(255,255,255,.08);
  border-radius: 999px;
  padding: .38rem .7rem;
  font-size: .75rem;
}

.brand-story-right {
  position: relative;
}

.brand-story-deco {
  position: absolute;
  width: 180px;
  top: -18px;
  right: 8px;
  z-index: 2;
  pointer-events: none;
  animation: curveFloat 4.8s ease-in-out infinite;
}

.story-slider {
  position: relative;
  min-height: 320px;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.25);
  box-shadow: 0 16px 36px rgba(13,40,31,.35);
}

.story-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: storyCrossfade 16s infinite;
}

.story-slide:nth-child(2) { animation-delay: 5.3s; }
.story-slide:nth-child(3) { animation-delay: 10.6s; }

.story-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: heroZoom 11s ease-in-out infinite alternate;
}

.story-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(7,18,13,.14), rgba(7,18,13,.02));
}

.partners-strip {
  background: #fff;
  border: 1px solid #e7ecea;
  border-radius: 1.25rem;
  padding: 1rem 1.1rem;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

.partners-title {
  text-align: center;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #5f6f68;
  font-weight: 700;
  margin-bottom: .4rem;
  position: relative;
}

.partners-title::after {
  content: "";
  display: block;
  width: 84px;
  height: 4px;
  margin: .55rem auto .15rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(31,92,63,.18), rgba(199,155,75,.95), rgba(31,92,63,.18));
  animation: spacerPulse 2.8s ease-in-out infinite;
}

.partners-slider {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.partners-track {
  display: flex;
  gap: 1.1rem;
  width: max-content;
  animation: partnerLoop 24s linear infinite;
  align-items: center;
}

.partner-item {
  width: 130px;
  height: 82px;
  border-radius: .8rem;
  border: 1px solid #edf1ef;
  background: #fafcfc;
  display: grid;
  place-items: center;
}

.partner-item img {
  max-width: 82%;
  max-height: 90%;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .78;
  transition: all .3s ease;
}

.partner-item:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.formation-zigzag {
  transition: transform .45s ease, box-shadow .45s ease;
}

.formation-zigzag:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 42px rgba(0,0,0,.14);
}

.formation-image-box {
  position: relative;
  overflow: hidden;
}

.formation-image-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(8,30,21,.24), rgba(8,30,21,.02));
}

.formation-image-box img {
  transition: transform .7s ease;
}

.formation-zigzag:hover .formation-image-box img {
  transform: scale(1.06);
}

.service-zigzag {
  transition: transform .45s ease, box-shadow .45s ease;
}

.service-zigzag:hover {
  transform: translateY(-8px) rotateY(1.6deg);
  box-shadow: 0 24px 44px rgba(0,0,0,.15);
}

.service-image-box {
  position: relative;
  overflow: hidden;
}

.service-image-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(8,30,21,.20), rgba(8,30,21,.03));
}

.service-image-box img {
  transition: transform .75s ease;
}

.service-zigzag:hover .service-image-box img {
  transform: scale(1.07);
}

.formation-studio-panel {
  background: linear-gradient(145deg, #1f5c3f, #2f7655);
  border-radius: 1.6rem;
  padding: 1.4rem;
  color: #fff;
  box-shadow: 0 20px 40px rgba(10,35,27,.28);
  border: 1px solid rgba(255,255,255,.14);
}

.formation-studio-kicker {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: .72rem;
  color: rgba(255,255,255,.78);
  font-weight: 700;
}

.formation-studio-title {
  margin-top: .75rem;
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  font-weight: 800;
  line-height: 1.2;
}

.formation-studio-text {
  margin-top: .8rem;
  color: rgba(255,255,255,.9);
  line-height: 1.7;
}

.formation-studio-gallery {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: .65rem;
}

.formation-studio-img {
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
  border: 1px solid rgba(255,255,255,.25);
}

.formation-studio-img-main {
  grid-row: span 2;
  height: 250px;
}

.formation-studio-img-top,
.formation-studio-img-bottom {
  height: 120px;
}

.formation-studio-card {
  background: #fff;
  border: 1px solid #e8ecea;
  border-radius: 1.35rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: 180px 1fr;
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
  transition: transform .4s ease, box-shadow .4s ease;
}

.formation-studio-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(0,0,0,.12);
}

.formation-studio-media {
  position: relative;
  overflow: hidden;
}

.formation-studio-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.formation-studio-card:hover .formation-studio-media img {
  transform: scale(1.08);
}

.formation-studio-badge {
  position: absolute;
  left: .55rem;
  top: .55rem;
  background: rgba(31,92,63,.88);
  color: #fff;
  border-radius: 999px;
  padding: .25rem .6rem;
  font-size: .68rem;
  font-weight: 700;
}

.formation-studio-body {
  padding: 1rem 1.1rem;
}

.formation-studio-body h3 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #1f2937;
}

.formation-studio-body p {
  margin-top: .55rem;
  color: #5b6570;
  line-height: 1.75;
}

.formation-studio-actions {
  margin-top: .9rem;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.formation-studio-btn {
  padding: .55rem .9rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
  transition: all .3s ease;
}

.formation-studio-btn-primary {
  background: #1f5c3f;
  color: #fff;
}

.formation-studio-btn-primary:hover {
  background: #c79b4b;
}

.formation-studio-btn-ghost {
  border: 1px solid #d7dedd;
  color: #374151;
}

.formation-studio-btn-ghost:hover {
  border-color: #1f5c3f;
  color: #1f5c3f;
}

.auto-icon-motion {
  animation: iconAutoMove 3.8s ease-in-out infinite;
  animation-delay: var(--icon-delay, 0s);
  will-change: transform;
}

/* Hover flashy sur les sections/cartes */
.fancy-card,
.formation-zigzag,
.service-zigzag,
.promo-split-card,
.partners-strip,
.brand-story-wrap {
  position: relative;
  isolation: isolate;
}

.fancy-card::before,
.formation-zigzag::before,
.service-zigzag::before,
.promo-split-card::before,
.partners-strip::before,
.brand-story-wrap::before {
  content: "";
  position: absolute;
  inset: -120% -40%;
  background: linear-gradient(110deg, transparent 38%, rgba(255,255,255,.34) 50%, transparent 62%);
  transform: translateX(-120%) skewX(-16deg);
  transition: transform .75s ease;
  pointer-events: none;
  z-index: 2;
}

.fancy-card:hover::before,
.formation-zigzag:hover::before,
.service-zigzag:hover::before,
.promo-split-card:hover::before,
.partners-strip:hover::before,
.brand-story-wrap:hover::before {
  transform: translateX(120%) skewX(-16deg);
}

.about-visual-wrap {
  isolation: isolate;
}

.about-home-svg {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.16));
}

.about-home-svg-1 {
  width: 72px;
  height: 72px;
  top: -12px;
  right: 18px;
  animation: iconFloat 3.8s ease-in-out infinite;
}

.about-home-svg-2 {
  width: 86px;
  height: 86px;
  left: -10px;
  bottom: 12px;
  animation: iconFloat 4.6s ease-in-out infinite .4s;
}

.about-badge-card {
  background: #fff;
  border: 1px solid rgba(31,92,63,.12);
  border-radius: 14px;
  padding: .9rem .8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .45rem;
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.about-badge-card p {
  font-size: .86rem;
  font-weight: 700;
  color: #374151;
}

.about-badge-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(31,92,63,.12), rgba(199,155,75,.22));
  animation: iconPulse 2.8s ease-in-out infinite;
}

.about-badge-icon svg {
  width: 20px;
  height: 20px;
  fill: #1f5c3f;
}

.about-badge-card:hover {
  transform: translateY(-5px);
  border-color: rgba(199,155,75,.55);
  box-shadow: 0 14px 24px rgba(0,0,0,.12);
}

.mission-vision-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  margin-bottom: .7rem;
  background: linear-gradient(145deg, rgba(31,92,63,.14), rgba(199,155,75,.22));
  animation: iconPulse 2.8s ease-in-out infinite;
}

.mission-vision-icon svg {
  width: 22px;
  height: 22px;
  fill: #1f5c3f;
}

.vision-icon {
  animation-delay: .35s;
}

.contact-icon-box {
  border: 1px solid rgba(31,92,63,.12);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.contact-icon-box:hover {
  transform: translateY(-4px);
  border-color: rgba(199,155,75,.55);
  box-shadow: 0 12px 24px rgba(0,0,0,.1);
}

.contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(31,92,63,.14), rgba(199,155,75,.24));
  display: grid;
  place-items: center;
  margin-bottom: .55rem;
}

.contact-icon svg {
  width: 20px;
  height: 20px;
  fill: #1f5c3f;
}

.who-we-visual {
  isolation: isolate;
}

.who-we-blob {
  position: absolute;
  border-radius: 999px;
  z-index: 1;
  pointer-events: none;
}

.who-we-blob-1 {
  width: 180px;
  height: 180px;
  right: -22px;
  top: -18px;
  background: radial-gradient(circle, rgba(31,92,63,.18), rgba(31,92,63,0));
  animation: iconFloat 4.8s ease-in-out infinite;
}

.who-we-blob-2 {
  width: 220px;
  height: 220px;
  left: -28px;
  bottom: -30px;
  background: radial-gradient(circle, rgba(199,155,75,.22), rgba(199,155,75,0));
  animation: iconFloat 5.6s ease-in-out infinite .4s;
}

.who-we-svg {
  position: absolute;
  right: 12px;
  bottom: 8px;
  width: 210px;
  height: auto;
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.24));
}

.who-we-svg-house {
  right: auto;
  left: 12px;
  top: 10px;
  width: 160px;
  opacity: 1;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,.22));
}

.who-we-portrait {
  border-radius: 120px 120px 18px 18px;
  border: 4px solid rgba(255,255,255,.86);
  box-shadow: 0 20px 32px rgba(0,0,0,.18);
}

.who-we-frame {
  position: relative;
  z-index: 10;
  width: 100%;
  min-height: 500px;
  border-radius: 26px;
  background: linear-gradient(165deg, #ffffff, #f4f6f5);
  border: 1px solid rgba(31,92,63,.14);
  box-shadow: 0 24px 40px rgba(0,0,0,.14);
  padding: 14px;
  overflow: hidden;
}

.who-we-frame-main {
  width: 72%;
  height: 100%;
  min-height: 470px;
  border-radius: 120px 120px 20px 20px;
  object-fit: cover;
  box-shadow: 0 14px 28px rgba(0,0,0,.18);
}

.who-we-frame-small {
  position: absolute;
  right: 14px;
  width: 40%;
  height: 44%;
  border-radius: 18px;
  object-fit: cover;
  border: 3px solid rgba(255,255,255,.92);
  box-shadow: 0 12px 22px rgba(0,0,0,.2);
  animation: iconFloat 4.8s ease-in-out infinite;
}

.who-we-frame-small-top {
  top: 16px;
}

.who-we-frame-small-bottom {
  bottom: 16px;
  animation-delay: .35s;
}

.deco-house-bg {
  position: relative;
}

.deco-house-bg::before {
  content: "";
  position: absolute;
  right: -6px;
  top: -20px;
  width: 128px;
  height: 94px;
  opacity: .72;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 130'%3E%3Cpath d='M24 70 L88 24 L152 70' fill='none' stroke='%231f5c3f' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='42' y='68' width='88' height='42' rx='7' fill='none' stroke='%23c79b4b' stroke-width='3'/%3E%3C/svg%3E");
  animation: iconFloat 5.2s ease-in-out infinite;
}

.deco-house-bg::after {
  content: "";
  position: absolute;
  left: -18px;
  bottom: -16px;
  width: 110px;
  height: 70px;
  opacity: .62;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 140'%3E%3Cpath d='M12 110 C62 24 160 18 208 88' fill='none' stroke='%231f5c3f' stroke-width='2.6' stroke-dasharray='5 8'/%3E%3Ccircle cx='208' cy='88' r='7' fill='%23c79b4b'/%3E%3C/svg%3E");
  animation: curveFloat 6s ease-in-out infinite;
}

.page-banner-full {
  position: relative;
}

.page-banner-deco {
  position: absolute;
  right: 28px;
  bottom: 16px;
  width: 150px;
  height: auto;
  z-index: 2;
  opacity: .95;
  pointer-events: none;
  filter: drop-shadow(0 10px 16px rgba(0,0,0,.3));
  animation: iconFloat 5s ease-in-out infinite;
}

.page-banner-deco-left {
  right: auto;
  left: 26px;
  top: 26px;
  width: 124px;
}

.header-spacer-wrap {
  padding: 14px 0 22px;
  display: flex;
  justify-content: center;
}

.header-spacer-line {
  width: 96px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(31,92,63,.18), rgba(199,155,75,.95), rgba(31,92,63,.18));
  animation: spacerPulse 2.8s ease-in-out infinite;
}

.product-card img,
.category-card img,
.promo-card img,
.side-promo,
.fancy-card img {
  transition: transform .7s ease;
}

.product-card:hover img,
.category-card:hover img,
.promo-card:hover img,
.side-promo:hover,
.fancy-card:hover img {
  transform: scale(1.06);
}

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

@keyframes pulseSoft {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.04); opacity: .92; }
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes heroZoom {
  0% { transform: scale(1.02); }
  100% { transform: scale(1.14); }
}

@keyframes badgePulse {
  0%, 100% { transform: translateY(0); box-shadow: 0 0 0 rgba(31,92,63,0); }
  50% { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(31,92,63,.16); }
}

@keyframes ctaGlow {
  0%, 100% { box-shadow: 0 10px 30px rgba(31,92,63,.18); }
  50% { box-shadow: 0 14px 38px rgba(31,92,63,.30); }
}

@keyframes spinSlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes curveFloat {
  0%, 100% { transform: translateY(0); opacity: .92; }
  50% { transform: translateY(-8px); opacity: 1; }
}

@keyframes decorFloat {
  0%, 100% { transform: translateY(-50%); }
  50% { transform: translateY(calc(-50% - 10px)); }
}

@keyframes dotPulse {
  0%, 100% { transform: scale(1); opacity: .95; }
  50% { transform: scale(1.22); opacity: 1; }
}

@keyframes promoSlide {
  0%, 100% { transform: translateX(0); opacity: 1; }
  50% { transform: translateX(8px); opacity: .92; }
}

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

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

@keyframes shimmerLine {
  0%, 100% { opacity: .7; transform: scaleX(1); }
  50% { opacity: 1; transform: scaleX(1.08); }
}

@keyframes categorySlideLoop {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes storyCrossfade {
  0% { opacity: 0; }
  8% { opacity: 1; }
  30% { opacity: 1; }
  40% { opacity: 0; }
  100% { opacity: 0; }
}

@keyframes partnerLoop {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

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

@keyframes iconPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}

@keyframes spacerPulse {
  0%, 100% { transform: scaleX(1); opacity: .78; }
  50% { transform: scaleX(1.14); opacity: 1; }
}

@keyframes iconAutoMove {
  0%, 100% { transform: translateY(0) rotate(0deg) scale(1); }
  50% { transform: translateY(-6px) rotate(-2deg) scale(1.04); }
}

@media (max-width: 1024px) {
  .hero-full { min-height: auto; }
  .hero-home-svg {
    width: 260px;
    height: 235px;
    right: .2rem;
  }
  .hero-home-curve {
    width: 170px;
    right: .4rem;
  }
}

@media (max-width: 768px) {
  .marquee-group { gap: 1.5rem; }
  .category-card:hover,
  .promo-card:hover,
  .product-card:hover,
  .service-card:hover,
  .side-promo:hover,
  .center-promo:hover,
  .fancy-card:hover,
  .formation-card:hover {
    transform: translateY(-6px);
  }

  .category-slide-item {
    width: 112px;
  }

  .category-slide-thumb {
    width: 90px;
    height: 90px;
  }

  .category-slide-img {
    width: 56px;
    height: 56px;
  }

  .promo-split-main {
    min-height: 350px;
  }

  .brand-story-grid {
    grid-template-columns: 1fr;
  }

  .story-slider {
    min-height: 250px;
  }

  .formation-studio-card {
    grid-template-columns: 1fr;
  }

  .formation-studio-media {
    min-height: 210px;
  }

  .about-home-svg-1 {
    width: 58px;
    height: 58px;
    right: 10px;
  }

  .about-home-svg-2 {
    width: 68px;
    height: 68px;
    left: -4px;
  }
}

@media (max-width: 640px) {
  .beauty-hero {
    min-height: auto;
  }

  .beauty-hero .max-w-7xl {
    padding-bottom: .35rem;
  }

  .beauty-hero-right {
    min-height: 120px !important;
  }

  .category-card img {
    width: 125px !important;
    height: 125px !important;
  }
  .hero-home-svg {
    width: 175px;
    height: 160px;
    right: .2rem;
    top: 60%;
  }
  .hero-home-curve {
    width: 115px;
    right: .2rem;
    top: 16%;
  }

  .page-hero::after {
    width: 122px;
    height: 84px;
    right: 10px;
    bottom: 10px;
  }

  .page-hero-content::before {
    width: 88px;
    height: 58px;
    right: 12px;
    top: 14px;
  }

  .page-banner-deco {
    width: 108px;
    right: 10px;
    bottom: 10px;
  }

  .page-banner-deco-left {
    width: 86px;
    left: 10px;
    top: 14px;
  }

  .who-we-svg {
    width: 160px;
  }

  .who-we-svg-house {
    width: 118px;
  }

  .who-we-frame {
    min-height: 430px;
  }

  .who-we-frame-main {
    min-height: 400px;
  }
}
