/* ════════════════ HERO ════════════════ */
.nc-hero{
  position:relative;
  min-height:640px;
  height:72vh;
  overflow:hidden;
  font-family:var(--font-sans);
  background:
    radial-gradient(ellipse 60% 70% at 58% 48%, rgba(184,90,114,.14) 0%, transparent 62%),
    linear-gradient(158deg, #fff9f6 0%, #f5ebe4 50%, #ecddd5 100%);
}

.nc-hero::before{
  content:'';
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(184,90,114,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(60,50,64,.022) 1px, transparent 1px);
  background-size:62px 62px;
}

/* TEXT */
.nc-hero__text{
  position:absolute;
  z-index:4;
  top:50%;
  left:5%;
  transform:translateY(-50%);
  width:38%;
  max-width:520px;
  display:flex;
  flex-direction:column;
}

.nc-hero__tag{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:9px;
  font-weight:500;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:rgba(60,50,64,.42);
  margin-bottom:22px;
  animation:ncFadeUp .6s .05s ease both;
}

.nc-hero__tag::before{
  content:'';
  width:4px;
  height:4px;
  border-radius:50%;
  flex-shrink:0;
  background:#b85a72;
}

.nc-hero__title{
  font-family:var(--font-serif);
  font-weight:300;
  font-size:clamp(46px,5.3vw,88px);
  line-height:.95;
  color:#3c3240;
  letter-spacing:-.03em;
  margin-bottom:16px;
  animation:ncFadeUp .6s .14s ease both;
}

.nc-hero__title em{
  font-style:italic;
  color:#b85a72;
}

.nc-hero__rule{
  width:34px;
  height:1px;
  background:linear-gradient(90deg, #d7a2b1, transparent);
  margin-bottom:18px;
  animation:ncFadeUp .6s .2s ease both;
}

.nc-hero__desc{
  font-size:13px;
  line-height:1.88;
  color:rgba(60,50,64,.56);
  font-weight:300;
  margin-bottom:28px;
  max-width:420px;
  animation:ncFadeUp .6s .26s ease both;
}

.nc-hero__cta{
  display:inline-flex;
  align-items:center;
  gap:12px;
  font-size:10px;
  font-weight:500;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#3c3240;
  cursor:pointer;
  background:none;
  border:none;
  padding:0;
  margin-bottom:40px;
  width:fit-content;
  transition:gap .25s ease;
  animation:ncFadeUp .6s .32s ease both;
}

.nc-hero__cta .nc-arrow{
  width:28px;
  height:1px;
  background:#3c3240;
  position:relative;
  transition:width .25s ease;
}

.nc-hero__cta .nc-arrow::after{
  content:'';
  position:absolute;
  right:0;
  top:-3px;
  width:6px;
  height:6px;
  border-right:1px solid #3c3240;
  border-top:1px solid #3c3240;
  transform:rotate(45deg);
}

.nc-hero__cta:hover{
  gap:18px;
}

.nc-hero__cta:hover .nc-arrow{
  width:40px;
}

.nc-hero__stats{
  display:flex;
  flex-wrap:wrap;
  animation:ncFadeUp .6s .38s ease both;
}

.nc-stat{
  padding-right:20px;
  margin-right:20px;
  border-right:1px solid rgba(60,50,64,.1);
}

.nc-stat:last-child{
  border-right:none;
  padding-right:0;
  margin-right:0;
}

.nc-stat__num{
  font-family:var(--font-serif);
  font-size:26px;
  font-weight:300;
  color:#3c3240;
  line-height:1;
}

.nc-stat__label{
  font-size:7.5px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(60,50,64,.38);
  margin-top:4px;
}

/* STAGE */
.nc-hero__stage{
  position:absolute;
  z-index:3;
  top:0;
  bottom:0;
  left:40%;
  right:2%;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding-top:8%;
}

.nc-hero__stage::before{
  content:'';
  position:absolute;
  width:520px;
  height:520px;
  border-radius:50%;
  background:radial-gradient(circle,
    rgba(215,162,177,.28) 0%,
    rgba(184,90,114,.09) 42%,
    transparent 68%);
  top:44%;
  left:50%;
  transform:translate(-50%,-50%);
  animation:ncGlow 5s ease-in-out infinite;
  pointer-events:none;
  z-index:0;
}

/* BADGE */
.nc-badge{
  position:absolute;
  top:26px;
  right:14px;
  width:72px;
  height:72px;
  z-index:8;
  animation:ncSpin 22s linear infinite;
}

.nc-badge svg{
  width:100%;
  height:100%;
}

.nc-badge__inner{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  font-size:7px;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:#fff;
  line-height:1.4;
  text-align:center;
  animation:ncSpin 22s linear infinite reverse;
  z-index:9;
}

/* PRODUCTS */
.nc-products{
  position:relative;
  z-index:2;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  width:100%;
}

.nc-product{
  position:relative;
  flex:0 0 auto;
  animation:ncProductRise 1s cubic-bezier(.22,1,.36,1) both;
  opacity:0;
}

.nc-product:nth-child(1){
  animation-delay:.25s;
}

.nc-product:nth-child(2){
  animation-delay:.42s;
  margin-left:-42px;
  margin-top:52px;
  z-index:2;
}

.nc-product img{
  width:clamp(270px,23vw,365px);
  height:auto;
  display:block;
  filter:
    drop-shadow(0 48px 80px rgba(94,65,78,.22))
    drop-shadow(0 16px 28px rgba(94,65,78,.10));
  transition:transform .8s cubic-bezier(.34,1.56,.64,1);
}

.nc-product:hover img{
  transform:translateY(-14px) rotate(-2deg) scale(1.02);
}

/* CHIPS */
.nc-chip{
  position:absolute;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border:1px solid rgba(60,50,64,.06);
  border-radius:10px;
  padding:9px 16px;
  box-shadow:0 10px 28px -8px rgba(94,65,78,.12);
  white-space:nowrap;
}

.nc-chip--a{
  top:48px;
  right:-14px;
  animation:ncChipIn .5s 1s ease both;
  opacity:0;
}

.nc-chip--b{
  bottom:32px;
  left:-16px;
  animation:ncChipIn .5s 1.18s ease both;
  opacity:0;
}

.nc-chip__name{
  font-size:9px;
  font-weight:600;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:#3c3240;
}

.nc-chip__sub{
  font-size:8px;
  color:#b85a72;
  letter-spacing:.07em;
  margin-top:2px;
}

/* SCROLL */
.nc-scroll{
  position:absolute;
  bottom:20px;
  right:12px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:7px;
  z-index:10;
  animation:ncFadeUp .8s 1.1s ease both;
  opacity:0;
}

.nc-scroll__label{
  font-size:7.5px;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:#b85a72;
  writing-mode:vertical-rl;
  transform:rotate(180deg);
}

.nc-scroll__line{
  width:1px;
  height:38px;
  background:linear-gradient(to bottom, #b85a72, transparent);
  animation:ncScrollPulse 2.2s ease-in-out infinite;
}

/* ANIMATIONS */
@keyframes ncFadeUp{
  from{opacity:0; transform:translateY(16px);}
  to{opacity:1; transform:translateY(0);}
}

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

@keyframes ncGlow{
  0%,100%{opacity:.7; transform:translate(-50%,-50%) scale(1);}
  50%{opacity:1; transform:translate(-50%,-52%) scale(1.07);}
}

@keyframes ncScrollPulse{
  0%,100%{opacity:.3;}
  50%{opacity:1;}
}

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

@keyframes ncProductRise{
  from{opacity:0; transform:translateY(48px) scale(.97);}
  to{opacity:1; transform:translateY(0) scale(1);}
}

/* LARGE DESKTOP */
@media (min-width: 1440px){
  .nc-hero__text{
    left:6%;
    width:34%;
    max-width:540px;
  }

  .nc-hero__stage{
    left:41%;
    right:3%;
    padding-top:3%;
  }

  .nc-product img{
    width:clamp(280px,20vw,365px);
  }
}

/* LAPTOP */
@media (max-width: 1280px){
  .nc-hero{
    min-height:760px;
  }

  .nc-hero__text{
    left:4%;
    width:40%;
    max-width:470px;
  }

  .nc-hero__title{
    font-size:clamp(42px,5vw,72px);
  }

  .nc-hero__desc{
    font-size:12px;
  }

  .nc-hero__stage{
    left:43%;
    padding-top:5%;
  }

  .nc-product img{
    width:clamp(250px,22vw,340px);
  }

  .nc-product:nth-child(2){
    margin-left:-32px;
    margin-top:42px;
  }
}

/* TABLET LANDSCAPE */
@media (max-width: 1024px){
  .nc-hero{
    min-height:700px;
  }

  .nc-hero__text{
    width:42%;
    left:4%;
  }

  .nc-hero__title{
    font-size:clamp(38px,5vw,58px);
    line-height:.98;
  }

  .nc-hero__desc{
    max-width:340px;
  }

  .nc-stat{
    padding-right:14px;
    margin-right:14px;
  }

  .nc-stat__num{
    font-size:22px;
  }

  .nc-stat__label{
    font-size:7px;
  }

  .nc-hero__stage{
    left:46%;
    padding-top:7%;
  }

  .nc-product img{
    width:210px;
  }

  .nc-product:nth-child(2){
    margin-left:-24px;
    margin-top:32px;
  }

  .nc-chip{
    padding:8px 12px;
  }

  .nc-chip__name{
    font-size:8px;
  }

  .nc-chip__sub{
    font-size:7px;
  }

  .nc-badge{
    width:62px;
    height:62px;
  }
}

/* TABLET PORTRAIT */
@media (max-width: 820px){
  .nc-hero{
    height:auto;
    min-height:1120px;
    display:flex;
    flex-direction:column;
    padding-bottom:40px;
  }

  .nc-hero__text{
    position:relative;
    top:auto;
    left:auto;
    transform:none;
    width:100%;
    max-width:100%;
    padding:56px 32px 12px;
  }

  .nc-hero__title{
    font-size:clamp(48px,9vw,72px);
    max-width:620px;
  }

  .nc-hero__desc{
    font-size:14px;
    max-width:560px;
    margin-bottom:22px;
  }

  .nc-hero__cta{
    margin-bottom:28px;
  }

  .nc-hero__stage{
    position:relative;
    top:auto;
    left:auto;
    right:auto;
    bottom:auto;
    width:100%;
    min-height:620px;
    padding:26px 24px 0;
    justify-content:center;
    align-items:flex-start;
  }

  .nc-hero__stage::before{
    width:430px;
    height:430px;
    top:42%;
  }

  .nc-product img{
    width:clamp(230px,30vw,300px);
  }

  .nc-product:nth-child(2){
    margin-left:-32px;
    margin-top:48px;
  }

  .nc-chip--a{
    top:22px;
    right:-2px;
  }

  .nc-chip--b{
    bottom:10px;
    left:0;
  }

  .nc-scroll{
    display:none;
  }

  .nc-badge{
    top:12px;
    right:24px;
  }
}

/* MOBILE */
@media (max-width: 640px){
  .nc-hero{
    min-height:auto;
    padding-bottom:24px;
  }

  .nc-hero::before{
    background-size:44px 44px;
  }

  .nc-hero__text{
    padding:34px 20px 10px;
  }

  .nc-hero__tag{
    font-size:8px;
    gap:6px;
    letter-spacing:.2em;
    margin-bottom:14px;
  }

  .nc-hero__title{
    font-size:clamp(40px,14vw,58px);
    line-height:.94;
    margin-bottom:12px;
  }

  .nc-hero__rule{
    margin-bottom:14px;
  }

  .nc-hero__desc{
    font-size:13px;
    line-height:1.75;
    margin-bottom:18px;
  }

  .nc-hero__cta{
    font-size:9px;
    letter-spacing:.14em;
    margin-bottom:22px;
  }

  .nc-hero__stats{
    gap:12px;
  }

  .nc-stat{
    border-right:none;
    padding-right:0;
    margin-right:0;
    min-width:84px;
  }

  .nc-stat__num{
    font-size:22px;
  }

  .nc-stat__label{
    font-size:7px;
  }

  .nc-hero__stage{
    min-height:420px;
    padding:8px 16px 0;
  }

  .nc-hero__stage::before{
    width:300px;
    height:300px;
    top:42%;
  }

  .nc-products{
    transform:scale(1);
    transform-origin:center top;
  }

  .nc-product img{
    width:clamp(188px,53vw,232px);
  }

  .nc-product:nth-child(2){
    margin-left:-26px;
    margin-top:32px;
  }

  .nc-chip{
    padding:7px 10px;
    border-radius:9px;
  }

  .nc-chip--a{
    top:10px;
    right:-2px;
  }

  .nc-chip--b{
    bottom:2px;
    left:0;
  }

  .nc-chip__name{
    font-size:7px;
  }

  .nc-chip__sub{
    font-size:6px;
  }

  .nc-badge{
    width:54px;
    height:54px;
    top:8px;
    right:14px;
  }

  .nc-badge__inner{
    font-size:6px;
  }
}

/* SMALL MOBILE */
@media (max-width: 400px){
  .nc-hero__text{
    padding:28px 16px 8px;
  }

  .nc-hero__title{
    font-size:36px;
  }

  .nc-hero__desc{
    font-size:12px;
  }

  .nc-hero__stage{
    min-height:360px;
    padding-inline:8px;
  }

  .nc-product img{
    width:195px;
  }

  .nc-product:nth-child(2){
    margin-left:-26px;
    margin-top:30px;
  }

  .nc-chip{
    display:none;
  }
}


/* ════════════════ PRODUCT ════════════════ */
.lume-site {
  --bg: #f5f5f3;
  --card-bg: #f1f1ef;
  --text: #111111;
  --muted: #6d6d6d;
  --line: #d8d8d3;
  --price: #b4543e;
  --btn-text: #1a1a1a;
}

.products-section{
  background: var(--bg);
  padding: 34px 28px 56px;
  font-family: var(--font-sans);
}

.ps-toolbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
}

.ps-toolbar-left{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.ps-tool-btn{
  height: 34px;
  min-width: 74px;
  padding: 0 14px;
  border: 1px solid #bdbdb7;
  background: transparent;
  color: var(--text);
  font-size: 12px;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease;
}

.ps-tool-btn:hover{
  background: #ecece8;
}

.ps-results{
  font-size: 11px;
  color: var(--muted);
  white-space: nowrap;
}

.pgrid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px 28px;
}

.pitem{
  min-width: 0;
}

.pmedia{
  position: relative;
  background: var(--card-bg);
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 16px;
}

.pmedia img{
  width: 56%;
  max-height: 80%;
  object-fit: contain;
  display: block;
  transition: transform .28s ease;
}

.pitem:hover .pmedia img{
  transform: scale(1.03);
}

.pbadge{
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 10px;
  color: #6f6f6f;
  background: rgba(255,255,255,.78);
  padding: 3px 6px;
  line-height: 1;
}

.pwish{
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 15px;
  color: #555;
  line-height: 1;
}

.pname{
  font-size: 13px;
  line-height: 1.45;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 12px;
}

.pname a{
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.prating{
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  font-size: 11px;
  color: var(--text);
}

.stars{
  font-size: 12px;
  letter-spacing: .08em;
}

.pdesc{
  font-size: 11px;
  line-height: 1.5;
  color: var(--muted);
  min-height: 32px;
  margin-bottom: 22px;
}

.pmeta{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
  margin-bottom: 12px;
}

.pprice{
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.price-old{
  font-size: 11px;
  color: #8a8a8a;
  text-decoration: line-through;
}

.price-now{
  font-size: 14px;
  font-weight: 700;
  color: var(--price);
}

.psize{
  font-size: 10px;
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pbtn{
  width: 100%;
  height: 30px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--btn-text);
  font-size: 11px;
  font-weight: 400;
  cursor: pointer;
  transition: background .22s ease, color .22s ease, border-color .22s ease;
}

.pbtn:hover{
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

/* tablet */
@media (max-width: 1199px){
  .pgrid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px){
  .products-section{
    padding: 28px 20px 44px;
  }

  .pgrid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
  }

  .pmedia{
    height: 280px;
  }
}

/* mobile */
@media (max-width: 767px){
  .products-section{
    padding: 22px 14px 34px;
  }

  .ps-toolbar{
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 18px;
  }

  .pgrid{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pmedia{
    height: 250px;
  }

  .pmedia img{
    width: 52%;
  }
}


/* ════════════════ SLIDER PRODUCT ════════════════ */
.lume-site {
  --cream:     #faf6f3;
  --white:     #ffffff;
  --blush:     #e8d4cd;
  --rose:      #c4868f;
  --rose-deep: #a8666f;
  --mauve:     #7d5a62;
  --text:      #2e2428;
  --muted:     #9a8a8f;
  --line:      #e6d8d2;
  --ease:      cubic-bezier(.23,.62,.33,1);

  /* per-product accent colors */
  --c1-bg:   #f4ece8;
  --c1-mid:  #ecddd6;
  --c2-bg:   #eee8f0;
  --c2-mid:  #e3daea;
  --c3-bg:   #e8f0ec;
  --c3-mid:  #d9e8df;
}

.lume-site { font-family: var(--font-sans); background: var(--cream); }

/* ── INGREDIENT STRIP ── */
.ing-strip {
  background: rgba(255,255,255,.9);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  position: relative;
}
.ing-strip::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg,#fff 0%,transparent 8%,transparent 92%,#fff 100%);
  z-index: 2; pointer-events: none;
}
.ing-track { display:flex; animation:scroll 30s linear infinite; width:max-content; padding:16px 0; }
.ing-track:hover { animation-play-state:paused; }
@keyframes scroll { to { transform:translateX(-50%); } }
.ing-item { display:flex; align-items:center; gap:16px; padding:0 36px; white-space:nowrap; }
.ing-name { font-family:var(--font-serif); font-style:italic; font-size:16px; color:var(--text); }
.ing-benefit { font-size:9px; letter-spacing:.18em; text-transform:uppercase; color:var(--rose-deep); }
.ing-sep { width:3px; height:3px; border-radius:50%; background:var(--blush); }

/* ── SECTION WRAPPER ── */
.showcase {
  position: relative;
  overflow: hidden;
  background: var(--cream);
}

/* ── SLIDER TRACK ── */
.slider {
  display: flex;
  transition: transform .72s var(--ease);
  will-change: transform;
}

/* ── SINGLE SLIDE ── */
.slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* SABİT height kısa ekranda içeriği kırpıp SHOP NOW'u dibe yapıştırıyordu.
     min-height → içerik sığmazsa slide uzar; align-items:stretch ile tüm
     slide'lar en uzun içeriğe eşitlenir (carousel tutarlı kalır). */
  min-height: clamp(440px, 54vh, 560px);
  position: relative;
}

/* LEFT — photo panel */
.slide__photo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: clamp(40px,5vw,72px);
}

/* Colored background per slide */
.slide:nth-child(1) .slide__photo { background: linear-gradient(145deg, var(--c1-bg) 0%, var(--c1-mid) 100%); }
.slide:nth-child(2) .slide__photo { background: linear-gradient(145deg, var(--c2-bg) 0%, var(--c2-mid) 100%); }
.slide:nth-child(3) .slide__photo { background: linear-gradient(145deg, var(--c3-bg) 0%, var(--c3-mid) 100%); }

/* Big ambient circle behind product */
.slide__photo::before {
  content: "";
  position: absolute;
  width: 70%;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: .55;
  filter: blur(48px);
  pointer-events: none;
}
.slide:nth-child(1) .slide__photo::before { background: radial-gradient(circle, rgba(196,134,143,.35) 0%, transparent 70%); }
.slide:nth-child(2) .slide__photo::before { background: radial-gradient(circle, rgba(160,120,190,.25) 0%, transparent 70%); }
.slide:nth-child(3) .slide__photo::before { background: radial-gradient(circle, rgba(100,160,120,.22) 0%, transparent 70%); }

/* Step badge top-left */
.slide__step-badge {
  position: absolute;
  top: clamp(20px,3vw,36px);
  left: clamp(20px,3vw,36px);
  background: rgba(255,255,255,.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 999px;
  padding: 8px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 16px rgba(80,40,50,.06);
}
.slide__step-badge span:first-child {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 12px;
  color: var(--rose-deep);
}
.slide__step-badge span:last-child {
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--mauve);
}

/* Product image */
.slide__img-wrap {
  position: relative;
  z-index: 2;
  width: clamp(240px, 54%, 400px);
  animation: floatImg 7s ease-in-out infinite;
}
.slide:nth-child(2) .slide__img-wrap { animation-delay: .8s; }
.slide:nth-child(3) .slide__img-wrap { animation-delay: 1.6s; }
@keyframes floatImg {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-12px); }
}
.slide__img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  filter:
    drop-shadow(0 24px 40px rgba(60,30,40,.18))
    drop-shadow(0 8px 16px rgba(60,30,40,.1));
}

/* Decorative ring around product */
.slide__ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.35);
  pointer-events: none;
  z-index: 1;
}
.slide__ring--1 { width: 52%; aspect-ratio:1; opacity:.6; }
.slide__ring--2 { width: 68%; aspect-ratio:1; opacity:.35; animation: ringRotate 20s linear infinite; }
@keyframes ringRotate { to { transform: rotate(360deg); } }

/* RIGHT — info panel */
.slide__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(18px,2vw,30px) clamp(28px,4vw,60px) clamp(58px,6vw,74px) clamp(28px,4vw,52px);
  background: var(--cream);
  border-left: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}

.slide__kicker {
  font-size: 10px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--rose-deep);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.slide__kicker::before { content:''; width:22px; height:1px; background:var(--rose-deep); display:block; }

.slide__name {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(30px,2.8vw,44px);
  line-height: 1.04;
  color: var(--text);
  margin-bottom: 3px;
}
.slide__name em { font-style:italic; color:var(--rose); display:block; }

.slide__tagline {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(13px,1.2vw,15px);
  color: var(--muted);
  margin-bottom: 12px;
}

/* Stars + reviews */
.slide__rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.slide__stars {
  display: flex;
  gap: 3px;
}
.slide__stars svg {
  width: 12px; height: 12px;
  fill: var(--rose);
}
.slide__rating-text {
  font-size: 12px;
  color: var(--muted);
}

/* Description */
.slide__desc {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--muted);
  max-width: 380px;
  margin-bottom: 11px;
}

/* Key ingredients */
.slide__ing-label {
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--rose-deep);
  margin-bottom: 8px;
}
.slide__ings {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 11px;
}
.slide__ing-pill {
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--mauve);
  background: rgba(196,134,143,.08);
  border: 1px solid rgba(196,134,143,.16);
  border-radius: 999px;
  padding: 5px 13px;
  transition: background .25s ease;
}
.slide__ing-pill:hover { background: rgba(196,134,143,.16); }

/* How to use */
.slide__usage {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  background: rgba(196,134,143,.06);
  border: 1px solid rgba(196,134,143,.1);
  border-radius: 14px;
  margin-bottom: 14px;
  max-width: 400px;
}
.slide__usage-icon {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: rgba(196,134,143,.12);
  display: flex; align-items:center; justify-content:center;
  flex-shrink: 0;
  margin-top: 1px;
}
.slide__usage-icon svg { width:12px; height:12px; stroke:var(--rose-deep); fill:none; stroke-width:1.5; stroke-linecap:round; }
.slide__usage-title {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--rose-deep);
  margin-bottom: 3px;
}
.slide__usage-text {
  font-size: 11.5px;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.65;
}

/* CTA */
.slide__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--text);
  color: #fff;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 16px 32px;
  border-radius: 999px;
  cursor: pointer;
  border: none;
  transition: background .3s ease, transform .3s var(--ease);
  align-self: flex-start;
  margin-top: 8px;
  text-decoration: none;
}
.slide__cta:hover { background: var(--rose-deep); transform: translateY(-2px); }
.slide__cta svg { width:14px; height:14px; stroke:#fff; fill:none; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round; transition: transform .3s var(--ease); }
.slide__cta:hover svg { transform: translateX(4px); }

/* ── NAVIGATION ── */
.nav-bar {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(10px,1.2vw,14px) clamp(20px,3vw,44px);
  background: rgba(255,255,255,.7);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
  z-index: 20;
}

.nav-bar__info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav-bar__count {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 22px;
  color: var(--text);
}
.nav-bar__label {
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Progress dots */
.nav-bar__dots {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-dot {
  width: 28px; height: 4px;
  border-radius: 999px;
  background: var(--blush);
  transition: background .4s ease, width .4s var(--ease);
  cursor: pointer;
  border: none;
}
.nav-dot.is-active {
  background: var(--rose-deep);
  width: 48px;
}

/* Arrow buttons */
.nav-bar__arrows { display:flex; gap:10px; }
.nav-arrow {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--white);
  cursor: pointer;
  display: flex; align-items:center; justify-content:center;
  transition: background .25s ease, border-color .25s ease, transform .25s var(--ease);
  box-shadow: 0 2px 8px rgba(80,40,50,.06);
}
.nav-arrow:hover { background: var(--text); border-color: var(--text); transform: scale(1.06); }
.nav-arrow svg { width:16px; height:16px; stroke:var(--mauve); fill:none; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round; transition:stroke .25s ease; }
.nav-arrow:hover svg { stroke: #fff; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .slide {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .slide__photo {
    height: 460px;
    padding: 36px 32px;
  }
  .slide__info {
    border-left: none;
    border-top: 1px solid var(--line);
    padding: 32px 28px 88px;
  }
  .slide__img-wrap { width: clamp(200px, 60%, 320px); }
}

@media (max-width: 540px) {
  .slide__photo { height: 400px; padding: 28px 20px; }
  .slide__info { padding: 28px 20px 80px; }
  .slide__name { font-size: 32px; }
  .nav-bar { padding: 12px 16px; }
  .nav-bar__info { gap: 10px; }
  .nav-bar__count { font-size: 17px; }
  .nav-bar__label { display: none; }
  .nav-arrow { width: 36px; height: 36px; }
}

@media (max-width: 380px) {
  .slide__photo { height: 350px; padding: 22px 14px; }
  .slide__info { padding: 22px 14px 76px; }
  .slide__name { font-size: 26px; }
  .slide__desc { font-size: 12px; }
  .slide__cta { width: 100%; justify-content: center; padding: 14px 16px; }
  .nav-bar { padding: 10px 12px; }
  .nav-dot { width: 20px; }
  .nav-dot.is-active { width: 34px; }
  .nav-arrow { width: 32px; height: 32px; }
}


/* ════════════════ STATS ════════════════ */
.lume-site {
  --rs-bg: #f7f3f0;
  --rs-surface: #fffdfb;
  --rs-card: rgba(255,255,255,0.72);
  --rs-card-soft: rgba(248,241,237,0.82);
  --rs-line: #e8ddd7;
  --rs-line-soft: #efe7e2;
  --rs-text: #2b2421;
  --rs-text-soft: #6f635d;
  --rs-muted: #a18f88;
  --rs-rose: #c9968a;
  --rs-rose-deep: #b17a6e;
  --rs-shadow: 0 18px 50px rgba(92, 58, 47, 0.08);
  --rs-radius-xl: 28px;
  --rs-radius-lg: 22px;
  --rs-radius-md: 18px;
}

.results-section{
  position: relative;
  overflow: hidden;
  padding: 96px 28px;
  background:
    radial-gradient(circle at top left, rgba(201,150,138,0.08), transparent 28%),
    radial-gradient(circle at 100% 20%, rgba(201,150,138,0.06), transparent 22%),
    linear-gradient(180deg, #fcfaf8 0%, #f7f3f0 100%);
}

.results-section::before{
  content:"";
  position:absolute;
  inset:auto -140px -120px auto;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,150,138,0.10) 0%, rgba(201,150,138,0.02) 45%, transparent 70%);
  pointer-events:none;
}

.results-shell{
  max-width: 1320px;
  margin: 0 auto;
}

/* HEADER */
.rs-header{
  text-align:center;
  max-width: 760px;
  margin: 0 auto 54px;
}

.rs-kicker{
  display:inline-flex;
  align-items:center;
  gap: 12px;
  margin-bottom: 18px;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--rs-rose);
}

.rs-kicker::before,
.rs-kicker::after{
  content:"";
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--rs-rose), transparent);
}

.rs-header h2{
  margin: 0 0 16px;
  font-family: var(--font-serif);
  font-size: clamp(40px, 5vw, 72px);
  line-height: .95;
  font-weight: 300;
  letter-spacing: -.02em;
  color: var(--rs-text);
}

.rs-header h2 em{
  display:inline-block;
  font-style: italic;
  color: var(--rs-rose);
  font-weight: 300;
}

.rs-header p{
  margin: 0 auto;
  max-width: 560px;
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.85;
  font-weight: 300;
  color: var(--rs-text-soft);
}

/* MAIN GRID */
.results-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: stretch;
}

/* Stat trio (1. satır) + yorumlar (2. satır) — bars-card kaldırıldı (16 Haz: tekrarlı stat) */
.rs-left{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.stat-card,
.review-card,
.bars-card{
  position: relative;
  border: 1px solid rgba(232,221,215,0.9);
  border-radius: var(--rs-radius-xl);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: var(--rs-shadow);
}

/* STATS */
.stat-card{
  min-height: 220px;
  padding: 34px 24px 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.82) 0%, rgba(247,240,236,0.92) 100%);
  text-align:center;
  display:flex;
  flex-direction:column;
  justify-content:center;
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}

.stat-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 22px 60px rgba(92, 58, 47, 0.11);
  border-color: rgba(201,150,138,0.45);
}

.stat-card.featured{
  background:
    radial-gradient(circle at top center, rgba(201,150,138,0.10), transparent 48%),
    linear-gradient(180deg, rgba(255,255,255,0.86) 0%, rgba(245,236,232,0.96) 100%);
}

.stat-number{
  margin-bottom: 12px;
  font-family: var(--font-serif);
  font-size: clamp(54px, 5vw, 76px);
  line-height: .92;
  font-weight: 300;
  letter-spacing: -.03em;
  color: var(--rs-text);
}

.stat-number sup{
  position: relative;
  top: -0.15em;
  margin-left: 2px;
  font-size: .38em;
  color: var(--rs-rose);
}

.stat-label{
  font-family: var(--font-sans);
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--rs-muted);
}

/* REVIEWS */
.review-card{
  min-height: 290px;
  padding: 30px 30px 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.76) 0%, rgba(248,241,237,0.90) 100%);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  transition: transform .32s ease, border-color .32s ease, box-shadow .32s ease;
}

.review-card:hover{
  transform: translateY(-4px);
  border-color: rgba(201,150,138,0.45);
  box-shadow: 0 22px 60px rgba(92, 58, 47, 0.10);
}

.review-quote{
  margin-bottom: 18px;
  font-family: var(--font-serif);
  font-size: 58px;
  line-height: .6;
  color: #e6d2cb;
}

.review-text{
  margin: 0 0 24px;
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.95;
  font-weight: 300;
  font-style: italic;
  color: var(--rs-text-soft);
}

.review-footer{
  display:flex;
  align-items:center;
  gap: 14px;
  flex-wrap: wrap;
}

.review-avatar{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ddbeb5, var(--rs-rose));
  color: #fff;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .05em;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  box-shadow: 0 10px 22px rgba(201,150,138,0.18);
}

.review-person{
  min-width: 0;
}

.review-name{
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--rs-text);
  margin-bottom: 4px;
}

.review-meta{
  font-family: var(--font-sans);
  font-size: 10.5px;
  line-height: 1.5;
  color: var(--rs-muted);
  letter-spacing: .05em;
  text-transform: uppercase;
}

.review-stars{
  margin-left: auto;
  font-size: 12px;
  letter-spacing: 2px;
  color: #d1a095;
  white-space: nowrap;
}

/* BARS CARD */
.bars-card{
  min-height: 530px;
  padding: 34px 30px 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.84) 0%, rgba(246,239,235,0.96) 100%);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.bars-top{
  margin-bottom: 26px;
}

.bars-mini{
  display:inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  border: 1px solid rgba(201,150,138,0.24);
  border-radius: 999px;
  background: rgba(255,255,255,0.55);
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--rs-rose-deep);
}

.bars-card h4{
  margin: 0 0 10px;
  font-family: var(--font-serif);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.08;
  font-weight: 300;
  color: var(--rs-text);
}

.bars-sub{
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.8;
  font-weight: 300;
  color: var(--rs-text-soft);
}

.metrics{
  display:grid;
  gap: 18px;
}

.metric{
  padding-bottom: 2px;
}

.metric-head{
  display:flex;
  justify-content:space-between;
  gap: 16px;
  margin-bottom: 9px;
  font-family: var(--font-sans);
  font-size: 12px;
  line-height: 1.4;
}

.metric-head span:first-child{
  color: var(--rs-text);
  font-weight: 400;
}

.metric-head span:last-child{
  color: var(--rs-rose-deep);
  font-weight: 500;
}

.metric-track{
  position: relative;
  height: 6px;
  background: linear-gradient(90deg, #eaded8 0%, #f1e7e3 100%);
  border-radius: 999px;
  overflow: hidden;
}

.metric-fill{
  position:absolute;
  inset:0 auto 0 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--rs-rose-deep) 0%, #d5a395 100%);
  box-shadow: 0 4px 12px rgba(201,150,138,0.22);
}

.bars-foot{
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--rs-line);
  font-family: var(--font-sans);
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--rs-muted);
}

/* RESPONSIVE */
@media (max-width: 1180px){
  .results-grid{
    grid-template-columns: 1fr;
  }

  .rs-left{
    grid-column: auto;
  }

  .bars-card{
    min-height: auto;
  }
}

@media (max-width: 860px){
  .results-section{
    padding: 78px 18px;
  }

  .rs-header{
    margin-bottom: 38px;
  }

  .rs-left{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .results-grid{
    gap: 16px;
  }

  .stat-card{
    min-height: 180px;
    padding: 28px 22px 24px;
  }

  .review-card,
  .bars-card{
    min-height: auto;
    padding: 24px 22px;
  }

  .review-stars{
    margin-left: 0;
    width: 100%;
    padding-top: 8px;
  }
}

@media (max-width: 560px){
  .rs-header h2{
    font-size: 42px;
  }

  .rs-header p{
    font-size: 14px;
  }

  .stat-number{
    font-size: 54px;
  }

  .review-text{
    font-size: 14px;
    line-height: 1.85;
  }

  .bars-card h4{
    font-size: 28px;
  }
}

@media (max-width: 420px){
  .results-section{
    padding: 56px 14px;
  }

  .rs-header h2{
    font-size: 34px;
  }

  .stat-card{
    min-height: 150px;
    padding: 22px 16px 18px;
  }

  .stat-number{
    font-size: 44px;
  }

  .stat-label{
    font-size: 10px;
    letter-spacing: .14em;
  }

  .review-card,
  .bars-card{
    padding: 20px 16px;
  }

  .review-text{
    font-size: 13px;
  }

  .review-name{
    font-size: 12px;
  }

  .bars-card h4{
    font-size: 24px;
  }

  .bars-sub{
    font-size: 13px;
  }
}


/* ════════════════ ROUTINE ════════════════ */



/* ════════════════ INGREDIENTS ════════════════ */
/* ── Design tokens ── */
  .wi-section {
    --rose:    #b85a72;
    --rose-2:  #c8748c;
    --navy:    #122544;
    --text:    var(--brand-text);
    --muted:   var(--brand-muted);
    --line:    var(--brand-line);
    --stem-1:  #b85a72;
    --stem-2:  #7a3a52;
    --radius-card: 12px;
    --radius-pill: 999px;
    --radius-lg:   24px;
    font-family: var(--font-sans);
    color: var(--text);
    background: linear-gradient(145deg, #fdf9f6 0%, #f8eff0 40%, #fdf5f0 100%);
    padding: 80px 24px 100px;
    box-sizing: border-box;
  }

  /* ── Header ── */
  .wi-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 64px;
  }
  .wi-eyebrow {
    display: inline-block;
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--rose);
    border: 1px solid var(--rose-2);
    padding: 6px 18px;
    border-radius: var(--radius-pill);
    margin-bottom: 22px;
    background: rgba(184,90,114,0.06);
  }
  .wi-title {
    font-family: var(--font-serif);
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    font-weight: 500;
    line-height: 1.15;
    color: var(--navy);
    margin: 0 0 20px;
    letter-spacing: -0.01em;
  }
  .wi-title em {
    font-style: italic;
    color: var(--rose);
  }
  .wi-subtitle {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--muted);
    font-weight: 300;
    margin: 0;
  }

  /* ══════════════════════════════
     HERO — Stem Cell Extract
  ══════════════════════════════ */
  .wi-hero-wrapper {
    max-width: 1200px;
    margin: 0 auto 20px;
  }
  .wi-hero-flag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--stem-1);
    background: rgba(155,114,184,0.1);
    border: 1px solid rgba(155,114,184,0.28);
    border-radius: var(--radius-pill);
    padding: 7px 18px;
    margin-bottom: 16px;
  }
  .wi-hero-flag::before { content: '✦'; font-size: 0.6rem; }

  .wi-hero-card {
    background: linear-gradient(135deg, #fdf5f8 0%, #fff 55%);
    border: 1.5px solid rgba(155,114,184,0.22);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 10px 56px rgba(155,114,184,0.14), 0 2px 14px rgba(18,37,68,0.06);
    display: flex;
    position: relative;
  }

  /* Left accent panel */
  .wi-hero-left {
    background: linear-gradient(170deg, var(--stem-1) 0%, var(--stem-2) 100%);
    padding: 52px 44px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 300px;
    flex-shrink: 0;
    position: relative;
  }
  .wi-hero-left::after {
    content: '';
    position: absolute;
    bottom: 0; right: 0;
    width: 120px; height: 120px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    transform: translate(30%, 30%);
  }
  .wi-hero-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    border: 2px solid rgba(255,255,255,0.32);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 24px;
    letter-spacing: 0.02em;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
  }
  .wi-hero-name {
    font-family: var(--font-serif);
    font-size: 2.1rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.15;
    margin: 0 0 8px;
    letter-spacing: -0.01em;
    position: relative;
    z-index: 1;
  }
  .wi-hero-tagline {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 1.1rem;
    color: rgba(255,255,255,0.72);
    margin: 0 0 32px;
    position: relative;
    z-index: 1;
  }
  .wi-hero-stat {
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: var(--radius-pill);
    padding: 8px 18px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 1;
  }

  /* Right content panel */
  .wi-hero-right {
    padding: 52px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
  }
  .wi-hero-info {
    margin-bottom: 22px;
  }
  .wi-hero-info:last-of-type {
    margin-bottom: 28px;
  }
  .wi-hero-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--stem-1);
    display: block;
    margin-bottom: 7px;
  }
  .wi-hero-body {
    font-size: 1rem;
    line-height: 1.72;
    color: var(--text);
    font-weight: 300;
    margin: 0;
  }
  .wi-hero-found-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--muted);
    display: block;
    margin-bottom: 10px;
  }
  .wi-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 28px;
  }
  .wi-hero-pill {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: var(--stem-2);
    background: rgba(155,114,184,0.09);
    border: 1px solid rgba(155,114,184,0.22);
    border-radius: var(--radius-pill);
    padding: 5px 14px;
    white-space: nowrap;
  }
  .wi-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: var(--radius-pill);
    padding: 10px 20px;
    color: #fff;
    background: linear-gradient(135deg, var(--stem-1), var(--stem-2));
    align-self: flex-start;
    box-shadow: 0 4px 16px rgba(155,114,184,0.3);
  }
  .wi-hero-badge::before { content: '✦'; font-size: 0.6rem; }

  /* ── Secondary section divider ── */
  .wi-secondary-header {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 1200px;
    margin: 56px auto 32px;
  }
  .wi-secondary-header::before,
  .wi-secondary-header::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--line);
  }
  .wi-secondary-title {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--muted);
    white-space: nowrap;
  }

  /* ── Secondary grid ── */
  .wi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1200px;
    margin: 0 auto;
  }

  /* ── Card ── */
  .wi-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    padding: 32px 28px 28px;
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
    position: relative;
    overflow: hidden;
  }
  .wi-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--radius-card);
    opacity: 0;
    transition: opacity 0.28s ease;
    pointer-events: none;
  }
  .wi-card:hover {
    transform: translateY(-4px);
    border-color: var(--rose-2);
    box-shadow: 0 12px 40px rgba(184,90,114,0.12), 0 2px 8px rgba(184,90,114,0.06);
  }
  .wi-card--exosomes    { background: linear-gradient(160deg, #fff 60%, #fdf0f4 100%); }
  .wi-card--peptide     { background: linear-gradient(160deg, #fff 60%, #f0f5fd 100%); }
  .wi-card--biotin      { background: linear-gradient(160deg, #fff 60%, #fdf8f0 100%); }
  .wi-card--hyaluronic  { background: linear-gradient(160deg, #fff 60%, #f0fbfd 100%); }
  .wi-card--caffeine    { background: linear-gradient(160deg, #fff 60%, #f5fdf0 100%); }

  /* ── Icon circle ── */
  .wi-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-serif);
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    flex-shrink: 0;
    letter-spacing: 0.02em;
  }
  .wi-card--exosomes   .wi-icon { background: linear-gradient(135deg, #b85a72, #7a3a52); }
  .wi-card--peptide    .wi-icon { background: linear-gradient(135deg, #5a7ab8, #3a5a8c); }
  .wi-card--biotin     .wi-icon { background: linear-gradient(135deg, #b8945a, #8c6a3a); }
  .wi-card--hyaluronic .wi-icon { background: linear-gradient(135deg, #5ab8b8, #3a8c8c); }
  .wi-card--caffeine   .wi-icon { background: linear-gradient(135deg, #7ab85a, #4a8c3a); }

  /* ── Name, Tagline, Divider ── */
  .wi-name {
    font-family: var(--font-serif);
    font-size: 1.55rem;
    font-weight: 500;
    color: var(--navy);
    line-height: 1.2;
    margin: 0 0 6px;
    letter-spacing: -0.01em;
  }
  .wi-tagline {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 1rem;
    color: var(--rose);
    margin: 0 0 22px;
    line-height: 1.4;
  }
  .wi-divider {
    height: 1px;
    background: var(--line);
    margin: 0 0 20px;
  }

  /* ── Info blocks ── */
  .wi-info-block { margin-bottom: 16px; }
  .wi-info-block:last-of-type { margin-bottom: 20px; }
  .wi-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--muted);
    display: block;
    margin-bottom: 5px;
  }
  .wi-body {
    font-size: 0.875rem;
    line-height: 1.65;
    color: var(--text);
    font-weight: 300;
    margin: 0;
  }

  /* ── Found-in pills ── */
  .wi-found-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--muted);
    display: block;
    margin-bottom: 8px;
  }
  .wi-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
  }
  .wi-pill {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: var(--navy);
    background: rgba(18,37,68,0.07);
    border: 1px solid rgba(18,37,68,0.12);
    border-radius: var(--radius-pill);
    padding: 4px 12px;
    white-space: nowrap;
  }

  /* ── Proof badge ── */
  .wi-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: var(--radius-pill);
    padding: 6px 14px;
    margin-top: auto;
  }
  .wi-badge--rose {
    color: var(--rose);
    background: rgba(184,90,114,0.1);
    border: 1px solid rgba(184,90,114,0.2);
  }
  .wi-badge--navy {
    color: #fff;
    background: var(--navy);
    border: 1px solid var(--navy);
  }
  .wi-badge::before { content: '✦'; font-size: 0.6rem; }

  /* ── Responsive ── */
  @media (max-width: 960px) {
    .wi-hero-card { flex-direction: column; }
    .wi-hero-left {
      min-width: unset;
      padding: 40px 36px;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      gap: 24px;
    }
    .wi-hero-icon { margin-bottom: 0; }
    .wi-hero-right { padding: 36px 36px; }
    .wi-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  }
  @media (max-width: 640px) {
    .wi-grid { grid-template-columns: 1fr; gap: 16px; }
    .wi-hero-left { padding: 32px 28px; }
    .wi-hero-right { padding: 28px 28px; }
    .wi-hero-name { font-size: 1.7rem; }
    .wi-header { margin-bottom: 44px; }
  }
  @media (max-width: 400px) {
    .wi-section { padding: 48px 14px 64px; }
    .wi-hero-left { padding: 28px 20px; }
    .wi-hero-right { padding: 24px 20px; }
    .wi-name { font-size: 1.35rem; }
  }
