#wow-stack {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.wow-panel {
  position: absolute; inset: 0;
  display: flex; align-items: center;
  overflow: hidden;
}
.panel-intro  { background: var(--white); color: var(--black); z-index: 1; }
/* No CSS transform — GSAP manages initial state via gsap.set() */
.panel-blue   { background: var(--black); color: var(--white); z-index: 2; }
.panel-black  { background: var(--black); color: var(--white); z-index: 3; }
.panel-createurs-tags { background: var(--yellow); color: var(--black); }

.panel-inner {
  align-items: center;
  display: grid;
  gap: clamp(48px, 7vw, 120px);
  grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
  margin: 0 auto;
  max-width: 1680px;
  padding: 100px 15px 100px clamp(48px, 6vw, 104px);
  width: 100%;
}
.panel-inner.reversed { direction: rtl; }
.panel-inner.reversed > * { direction: ltr; }
.panel-copy { max-width: 620px; }

.panel-center {
  display: flex; flex-direction: column; width: 100%;
  align-items: center; text-align: center; justify-content: center;
}

.panel-eyebrow {
  font-size: clamp(1.6rem, 2.4vw, 2.6rem);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  font-family: 'Gochi Hand';
}
.panel-num {
  display: block; font-size: clamp(5rem, 12vw, 11rem); font-weight: 900;
  line-height: .8; letter-spacing: -.06em; opacity: .1; margin-bottom: 4px;
}
.panel-title {
  font-size: clamp(4rem, 7.6vw, 8.5rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .82;
  margin-bottom: 28px;
}
.panel-subtitle {
  font-size: clamp(.78rem, 1.05vw, 1rem);
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 22px;
  max-width: 500px;
  text-transform: uppercase;
}
.panel-desc {
  font-size: clamp(.85rem, 1vw, 1rem);
  font-weight: 500;
  line-height: 1.45;
  max-width: 560px;
}

.wow-title {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  letter-spacing: -.04em;
  line-height: 1;
  padding-bottom: 52px;
  margin-bottom: 28px;
}
.wow-line-top {
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  font-weight: 900;
  letter-spacing: -.04em;
}
.wow-title .hw-text {
  display: inline-block;
  font-size: clamp(2.4rem, 10vw, 8rem);
  line-height: 5.2vw;
  font-weight: 500;
}
/* SVG tracé sous tout le titre — position absolute en bas du bloc */
.wow-title-line {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: -1;
}
.wow-title-line .hw-underline {
  stroke-width: 35;
  stroke-dasharray: 9999;
  stroke-dashoffset: 9999;
}

.panel-visual {
  display: flex; align-items: center; justify-content: center;
  height: 70vh; position: relative;
}
.panel-phone {
  width: min(270px, 38vw); aspect-ratio: 9/16; border-radius: 28px;
  box-shadow: 0 48px 120px rgba(0,0,0,.3), 0 12px 40px rgba(0,0,0,.15);
  will-change: transform;
}
.panel-phone--light {
  background: linear-gradient(160deg, #ececec, #d4d4d4);
  border: 1px solid rgba(0,0,0,.06);
}
.panel-phone--blue {
  background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.25);
}
.panel-phone--dark {
  background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.12);
}

/* Tags administrables sur les panneaux Way of working */
.panel-tags {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3.2vh, 42px);
  justify-self: end;
  max-width: 640px;
  width: 100%;
}
.panel-tag {
  align-items: center;
  background: #151515;
  border-radius: 28px;
  color: var(--white);
  display: grid;
  gap: 0 20px;
  grid-template-columns: 48px minmax(0, 1fr);
  min-height: 108px;
  padding: 20px 28px;
  transform-origin: right center;
  width: min(100%, 460px);
  will-change: opacity, transform;
}
.panel-tag--brand {
  box-shadow: 0 22px 58px rgb(180 185 140 / 13%), inset 0 0 0 1px rgba(255, 255, 255, .035);
}
.panel-tag--creator {
  box-shadow: 0 22px 58px rgba(0,0,0,.2), inset 0 0 0 1px rgba(255,255,255,.035);
}
.panel-tag:nth-child(1) { align-self: flex-start; margin-left: 8%; }
.panel-tag:nth-child(2) { align-self: flex-end; margin-right: 4%; }
.panel-tag:nth-child(3) { align-self: center; margin-right: 4%; }
.panel-tag-icon {
  align-items: center;
  display: flex;
  font-size: 2.15rem;
  grid-column: 1;
  grid-row: 1 / span 2;
  justify-content: center;
  line-height: 1;
}
.panel-tag-title {
  font-size: clamp(.9rem, 1.15vw, 1.15rem);
  font-weight: 800;
  grid-column: 2;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
}
.panel-tag-desc {
  font-size: clamp(.76rem, .95vw, .92rem);
  font-weight: 600;
  grid-column: 2;
  line-height: 1.2;
  margin-top: 4px;
}
.panel-tag-desc--creator { opacity: 1; }

@media (max-width: 900px) {
  .panel-inner {
    gap: 26px;
    grid-template-columns: 1fr;
    padding: 84px 24px 28px;
  }
  .panel-inner.reversed { direction: ltr; }
  .panel-visual { height: 36vh; }
  .panel-phone  { width: min(140px, 48vw); }
  .panel-copy { max-width: 100%; }
  .panel-title { font-size: clamp(3rem, 12vw, 6rem); margin-bottom: 18px; }
  .panel-subtitle { margin-bottom: 14px; }
  .panel-desc { max-width: 680px; }
  .panel-tags { gap: 12px; max-width: 100%; }
  .panel-tag {
    align-self: stretch;
    border-radius: 20px;
    grid-template-columns: 40px minmax(0, 1fr);
    margin-left: 0;
    margin-right: 0;
    min-height: 72px;
    padding: 13px 18px;
    width: 100%;
  }
  .panel-tag:nth-child(1),
  .panel-tag:nth-child(2),
  .panel-tag:nth-child(3) {
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
  }
  .panel-tag-icon { font-size: 1.7rem; }
}

@media (max-width: 600px) {
  .panel-inner { gap: 20px; padding-top: 76px; }
  .panel-eyebrow { font-size: 1.45rem; }
  .panel-title { font-size: clamp(2.6rem, 12vw, 4.5rem); }
  .panel-desc { font-size: .8rem; line-height: 1.35; }
  .panel-tag-title { font-size: .82rem; }
  .panel-tag-desc { font-size: .7rem; }
}
