/* ════════════════ HERO ════════════════ */
.nc-hero-men{
  position:relative;
  min-height:640px;
  height:72vh;
  overflow:hidden;
  font-family:var(--font-sans);
  background:
    radial-gradient(ellipse 60% 70% at 58% 48%, rgba(44,90,140,.13) 0%, transparent 62%),
    linear-gradient(158deg, #f0f4f8 0%, #dde5ef 50%, #c8d4e3 100%);
}

.nc-hero-men::before{
  content:'';
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(44,90,140,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30,50,80,.018) 1px, transparent 1px);
  background-size:62px 62px;
}

.nc-hero-men__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-men__tag{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:9px;
  font-weight:500;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:rgba(20,40,70,.42);
  margin-bottom:22px;
  animation:ncMenFadeUp .6s .05s ease both;
}

.nc-hero-men__tag::before{
  content:'';
  width:4px;
  height:4px;
  border-radius:50%;
  flex-shrink:0;
  background:#2c5a8c;
}

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

.nc-hero-men__title em{
  font-style:italic;
  color:#2c5a8c;
}

.nc-hero-men__rule{
  width:34px;
  height:1px;
  background:linear-gradient(90deg, #7aadd4, transparent);
  margin-bottom:18px;
  animation:ncMenFadeUp .6s .2s ease both;
}

.nc-hero-men__desc{
  font-size:13px;
  line-height:1.88;
  color:rgba(20,40,70,.56);
  font-weight:300;
  margin-bottom:28px;
  max-width:420px;
  animation:ncMenFadeUp .6s .26s ease both;
}

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

.nc-hero-men__cta .nc-men-arrow{
  width:28px;
  height:1px;
  background:#1a2e46;
  position:relative;
  transition:width .25s ease;
}

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

.nc-hero-men__cta:hover{ gap:18px; }
.nc-hero-men__cta:hover .nc-men-arrow{ width:40px; }

.nc-hero-men__stats{
  display:flex;
  flex-wrap:wrap;
  animation:ncMenFadeUp .6s .38s ease both;
}

.nc-men-stat{
  padding-right:20px;
  margin-right:20px;
  border-right:1px solid rgba(20,40,70,.1);
}

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

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

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

.nc-hero-men__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-men__stage::before{
  content:'';
  position:absolute;
  width:520px;
  height:520px;
  border-radius:50%;
  background:radial-gradient(circle,
    rgba(100,160,215,.22) 0%,
    rgba(44,90,140,.08) 42%,
    transparent 68%);
  top:44%;
  left:50%;
  transform:translate(-50%,-50%);
  animation:ncMenGlow 5s ease-in-out infinite;
  pointer-events:none;
  z-index:0;
}

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

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

.nc-men-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:ncMenSpin 22s linear infinite reverse;
  z-index:9;
}

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

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

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

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

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

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

.nc-men-chip{
  position:absolute;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border:1px solid rgba(20,40,70,.06);
  border-radius:10px;
  padding:9px 16px;
  box-shadow:0 10px 28px -8px rgba(20,40,80,.14);
  white-space:nowrap;
}

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

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

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

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

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

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

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

@keyframes ncMenFadeUp{
  from{opacity:0; transform:translateY(16px);}
  to{opacity:1; transform:translateY(0);}
}
@keyframes ncMenSpin{
  from{transform:rotate(0deg);}
  to{transform:rotate(360deg);}
}
@keyframes ncMenGlow{
  0%,100%{opacity:.7; transform:translate(-50%,-50%) scale(1);}
  50%{opacity:1; transform:translate(-50%,-52%) scale(1.07);}
}
@keyframes ncMenScrollPulse{
  0%,100%{opacity:.3;}
  50%{opacity:1;}
}
@keyframes ncMenChipIn{
  from{opacity:0; transform:translateY(6px);}
  to{opacity:1; transform:translateY(0);}
}
@keyframes ncMenProductRise{
  from{opacity:0; transform:translateY(48px) scale(.97);}
  to{opacity:1; transform:translateY(0) scale(1);}
}

@media (min-width: 1440px){
  .nc-hero-men__text{ left:6%; width:34%; max-width:540px; }
  .nc-hero-men__stage{ left:41%; right:3%; padding-top:3%; }
  .nc-men-product img{ width:clamp(280px,20vw,365px); }
}

@media (max-width: 1280px){
  .nc-hero-men{ min-height:760px; }
  .nc-hero-men__text{ left:4%; width:40%; max-width:470px; }
  .nc-hero-men__title{ font-size:clamp(42px,5vw,72px); }
  .nc-hero-men__desc{ font-size:12px; }
  .nc-hero-men__stage{ left:43%; padding-top:5%; }
  .nc-men-product img{ width:clamp(250px,22vw,340px); }
  .nc-men-product:nth-child(2){ margin-left:-32px; margin-top:42px; }
}

@media (max-width: 1024px){
  .nc-hero-men{ min-height:700px; }
  .nc-hero-men__text{ width:42%; left:4%; }
  .nc-hero-men__title{ font-size:clamp(38px,5vw,58px); line-height:.98; }
  .nc-hero-men__desc{ max-width:340px; }
  .nc-men-stat{ padding-right:14px; margin-right:14px; }
  .nc-men-stat__num{ font-size:22px; }
  .nc-men-stat__label{ font-size:7px; }
  .nc-hero-men__stage{ left:46%; padding-top:7%; }
  .nc-men-product img{ width:210px; }
  .nc-men-product:nth-child(2){ margin-left:-24px; margin-top:32px; }
  .nc-men-chip{ padding:8px 12px; }
  .nc-men-chip__name{ font-size:8px; }
  .nc-men-chip__sub{ font-size:7px; }
  .nc-men-badge{ width:62px; height:62px; }
}

@media (max-width: 820px){
  .nc-hero-men{
    height:auto;
    min-height:1120px;
    display:flex;
    flex-direction:column;
    padding-bottom:40px;
  }
  .nc-hero-men__text{
    position:relative;
    top:auto; left:auto;
    transform:none;
    width:100%; max-width:100%;
    padding:56px 32px 12px;
  }
  .nc-hero-men__title{ font-size:clamp(48px,9vw,72px); max-width:620px; }
  .nc-hero-men__desc{ font-size:14px; max-width:560px; margin-bottom:22px; }
  .nc-hero-men__cta{ margin-bottom:28px; }
  .nc-hero-men__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-men__stage::before{ width:430px; height:430px; top:42%; }
  .nc-men-product img{ width:clamp(230px,30vw,300px); }
  .nc-men-product:nth-child(2){ margin-left:-32px; margin-top:48px; }
  .nc-men-chip--a{ top:22px; right:-2px; }
  .nc-men-chip--b{ bottom:10px; left:0; }
  .nc-men-scroll{ display:none; }
  .nc-men-badge{ top:12px; right:24px; }
}

@media (max-width: 640px){
  .nc-hero-men{ min-height:auto; padding-bottom:24px; }
  .nc-hero-men::before{ background-size:44px 44px; }
  .nc-hero-men__text{ padding:34px 20px 10px; }
  .nc-hero-men__tag{ font-size:8px; gap:6px; letter-spacing:.2em; margin-bottom:14px; }
  .nc-hero-men__title{ font-size:clamp(40px,14vw,58px); line-height:.94; margin-bottom:12px; }
  .nc-hero-men__rule{ margin-bottom:14px; }
  .nc-hero-men__desc{ font-size:13px; line-height:1.75; margin-bottom:18px; }
  .nc-hero-men__cta{ font-size:9px; letter-spacing:.14em; margin-bottom:22px; }
  .nc-hero-men__stats{ gap:12px; }
  .nc-men-stat{ border-right:none; padding-right:0; margin-right:0; min-width:84px; }
  .nc-men-stat__num{ font-size:22px; }
  .nc-men-stat__label{ font-size:7px; }
  .nc-hero-men__stage{ min-height:420px; padding:8px 16px 0; }
  .nc-hero-men__stage::before{ width:300px; height:300px; top:42%; }
  .nc-men-products{ transform:scale(1); transform-origin:center top; }
  .nc-men-product img{ width:clamp(188px,53vw,232px); }
  .nc-men-product:nth-child(2){ margin-left:-26px; margin-top:32px; }
  .nc-men-chip{ padding:7px 10px; border-radius:9px; }
  .nc-men-chip--a{ top:10px; right:-2px; }
  .nc-men-chip--b{ bottom:2px; left:0; }
  .nc-men-chip__name{ font-size:7px; }
  .nc-men-chip__sub{ font-size:6px; }
  .nc-men-badge{ width:54px; height:54px; top:8px; right:14px; }
  .nc-men-badge__inner{ font-size:6px; }
}

@media (max-width: 400px){
  .nc-hero-men__text{ padding:28px 16px 8px; }
  .nc-hero-men__title{ font-size:36px; }
  .nc-hero-men__desc{ font-size:12px; }
  .nc-hero-men__stage{ min-height:360px; padding-inline:8px; }
  .nc-men-product img{ width:195px; }
  .nc-men-product:nth-child(2){ margin-left:-26px; margin-top:30px; }
  .nc-men-chip{ display:none; }
}


/* ════════════════ PRODUCT ════════════════ */
.lume-site {
  --men-bg: #f0f4f8;
  --men-card-bg: #e8eef5;
  --men-text: #111827;
  --men-muted: #4b5e72;
  --men-line: #c8d4e0;
  --men-price: #1e3f6e;
  --men-btn-text: #1a2e46;
}

.men-products-section{
  background: #faf6f2; /* best-sellers/shop ile AYNI açık zemin → kart grisi (#f3f1ef) gri görünsün (eski #f0f4f8 mavi-gri kartı beyaz gösteriyordu) */
  padding: 34px 28px 56px;
  font-family: var(--font-sans);
}

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

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

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

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

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

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

.men-pitem{ min-width: 0; }

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

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

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

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

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

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

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

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

.men-stars{
  font-size: 12px;
  letter-spacing: .08em;
  color: #2c5a8c;
}

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

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

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

.men-price-old{
  font-size: 11px;
  color: #7a8fa0;
  text-decoration: line-through;
}

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

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

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

.men-pbtn:hover{
  background: #1a2e46;
  color: #ffffff;
  border-color: #1a2e46;
}

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

@media (max-width: 991px){
  .men-products-section{ padding: 28px 20px 44px; }
  .men-pgrid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 18px; }
  .men-pmedia{ height: 280px; }
}

@media (max-width: 767px){
  .men-products-section{ padding: 22px 14px 34px; }
  .men-ps-toolbar{ flex-direction: column; align-items: flex-start; margin-bottom: 18px; }
  .men-pgrid{ grid-template-columns: 1fr; gap: 24px; }
  .men-pmedia{ height: 250px; }
  .men-pmedia img{ width: 52%; }
}


/* ════════════════ PRODUCT SLIDER ════════════════ */
.lume-site {
  --cream:     #f0f4f8;
  --white:     #ffffff;
  --steel:     #c8d8e8;
  --blue:      #5a8ab8;
  --blue-deep: #2c5a8c;
  --navy:      #1a3558;
  --text:      #111827;
  --muted:     #4b6480;
  --line:      #bccfe0;
  --ease:      cubic-bezier(.23,.62,.33,1);

  --c1-bg:   #e4edf6;
  --c1-mid:  #d4e2f0;
  --c2-bg:   #e2eaf2;
  --c2-mid:  #d0dcea;
  --c3-bg:   #dde7f2;
  --c3-mid:  #c8d8e8;
}

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

/* ── INGREDIENT STRIP ── */
.men-ing-strip {
  background: rgba(255,255,255,.9);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  position: relative;
}
.men-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;
}
.men-ing-track { display:flex; animation:menScroll 30s linear infinite; width:max-content; padding:16px 0; }
.men-ing-track:hover { animation-play-state:paused; }
@keyframes menScroll { to { transform:translateX(-50%); } }
.men-ing-item { display:flex; align-items:center; gap:16px; padding:0 36px; white-space:nowrap; }
.men-ing-name { font-family:var(--font-serif); font-style:italic; font-size:16px; color:var(--text); }
.men-ing-benefit { font-size:9px; letter-spacing:.18em; text-transform:uppercase; color:var(--blue-deep); }
.men-ing-sep { width:3px; height:3px; border-radius:50%; background:var(--steel); }

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

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

/* ── SINGLE SLIDE ── */
.men-slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* SABİT height → min-height: kısa ekranda içerik kırpılıp SHOP NOW dibe yapışıyordu */
  min-height: clamp(440px, 54vh, 560px);
  position: relative;
}

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

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

.men-slide__photo::before {
  content: "";
  position: absolute;
  width: 70%;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: .55;
  filter: blur(48px);
  pointer-events: none;
}
.men-slide:nth-child(1) .men-slide__photo::before { background: radial-gradient(circle, rgba(44,90,140,.30) 0%, transparent 70%); }
.men-slide:nth-child(2) .men-slide__photo::before { background: radial-gradient(circle, rgba(30,70,120,.22) 0%, transparent 70%); }
.men-slide:nth-child(3) .men-slide__photo::before { background: radial-gradient(circle, rgba(50,90,150,.20) 0%, transparent 70%); }

.men-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(20,40,80,.08);
}
.men-slide__step-badge span:first-child {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 12px;
  color: var(--blue-deep);
}
.men-slide__step-badge span:last-child {
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--navy);
}

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

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

/* RIGHT — info panel */
.men-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;
}

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

.men-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;
}
.men-slide__name em { font-style:italic; color:var(--blue); display:block; }

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

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

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

.men-slide__ing-label {
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--blue-deep);
  margin-bottom: 8px;
}
.men-slide__ings {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 11px;
}
.men-slide__ing-pill {
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--navy);
  background: rgba(44,90,140,.07);
  border: 1px solid rgba(44,90,140,.14);
  border-radius: 999px;
  padding: 5px 13px;
  transition: background .25s ease;
}
.men-slide__ing-pill:hover { background: rgba(44,90,140,.15); }

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

.men-slide__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--navy);
  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;
}
.men-slide__cta:hover { background: var(--blue-deep); transform: translateY(-2px); }
.men-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); }
.men-slide__cta:hover svg { transform: translateX(4px); }

/* ── NAVIGATION ── */
.men-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;
}

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

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

.men-nav-bar__arrows { display:flex; gap:10px; }
.men-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(20,40,80,.07);
}
.men-nav-arrow:hover { background: var(--navy); border-color: var(--navy); transform: scale(1.06); }
.men-nav-arrow svg { width:16px; height:16px; stroke:var(--navy); fill:none; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round; transition:stroke .25s ease; }
.men-nav-arrow:hover svg { stroke: #fff; }

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

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

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


/* ════════════════ STATS ════════════════ */
.lume-site {
  --men-rs-bg: #edf2f7;
  --men-rs-surface: #f5f8fb;
  --men-rs-card: rgba(255,255,255,.72);
  --men-rs-line: #c8d8e8;
  --men-rs-text: #111827;
  --men-rs-text-soft: #3d5570;
  --men-rs-muted: #6a87a0;
  --men-rs-blue: #5a8ab8;
  --men-rs-blue-deep: #2c5a8c;
  --men-rs-shadow: 0 18px 50px rgba(20, 45, 85, 0.09);
  --men-rs-radius-xl: 28px;
}

.men-results-section{
  position: relative;
  overflow: hidden;
  padding: 96px 28px;
  background:
    radial-gradient(circle at top left, rgba(44,90,140,.07), transparent 28%),
    radial-gradient(circle at 100% 20%, rgba(44,90,140,.05), transparent 22%),
    linear-gradient(180deg, #f5f8fb 0%, #edf2f7 100%);
}

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

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

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

.men-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(--men-rs-blue);
}

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

.men-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(--men-rs-text);
}

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

.men-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(--men-rs-text-soft);
}

.men-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) */
.men-rs-left{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

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

.men-stat-card{
  min-height: 220px;
  padding: 34px 24px 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.82) 0%, rgba(232,242,252,.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;
}

.men-stat-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 22px 60px rgba(20, 45, 85, 0.12);
  border-color: rgba(44,90,140,.35);
}

.men-stat-card.featured{
  background:
    radial-gradient(circle at top center, rgba(44,90,140,.09), transparent 48%),
    linear-gradient(180deg, rgba(255,255,255,.86) 0%, rgba(220,234,248,.96) 100%);
}

.men-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(--men-rs-text);
}

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

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

.men-review-card{
  min-height: 290px;
  padding: 30px 30px 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.76) 0%, rgba(235,244,252,.90) 100%);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  transition: transform .32s ease, border-color .32s ease, box-shadow .32s ease;
}

.men-review-card:hover{
  transform: translateY(-4px);
  border-color: rgba(44,90,140,.35);
  box-shadow: 0 22px 60px rgba(20, 45, 85, 0.11);
}

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

.men-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(--men-rs-text-soft);
}

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

.men-review-avatar{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7aadd4, var(--men-rs-blue));
  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(44,90,140,.18);
}

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

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

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

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

.men-bars-card{
  min-height: 530px;
  padding: 34px 30px 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.84) 0%, rgba(230,240,250,.96) 100%);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

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

.men-bars-mini{
  display:inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  border: 1px solid rgba(44,90,140,.20);
  border-radius: 999px;
  background: rgba(255,255,255,.55);
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--men-rs-blue-deep);
}

.men-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(--men-rs-text);
}

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

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

.men-metric{ padding-bottom: 2px; }

.men-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;
}

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

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

.men-metric-fill{
  position:absolute;
  inset:0 auto 0 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--men-rs-blue-deep) 0%, #5a8ab8 100%);
  box-shadow: 0 4px 12px rgba(44,90,140,.22);
}

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

@media (max-width: 1180px){
  .men-results-grid{ grid-template-columns: 1fr; }
  .men-rs-left{ grid-column: auto; }
  .men-bars-card{ min-height: auto; }
}

@media (max-width: 860px){
  .men-results-section{ padding: 78px 18px; }
  .men-rs-header{ margin-bottom: 38px; }
  .men-rs-left{ grid-template-columns: 1fr; gap: 16px; }
  .men-results-grid{ gap: 16px; }
  .men-stat-card{ min-height: 180px; padding: 28px 22px 24px; }
  .men-review-card, .men-bars-card{ min-height: auto; padding: 24px 22px; }
  .men-review-stars{ margin-left: 0; width: 100%; padding-top: 8px; }
}

@media (max-width: 560px){
  .men-rs-header h2{ font-size: 42px; }
  .men-rs-header p{ font-size: 14px; }
  .men-stat-number{ font-size: 54px; }
  .men-review-text{ font-size: 14px; line-height: 1.85; }
  .men-bars-card h4{ font-size: 28px; }
}

@media (max-width: 420px){
  .men-results-section{ padding: 56px 14px; }
  .men-rs-header h2{ font-size: 34px; }
  .men-stat-card{ min-height: 150px; padding: 22px 16px 18px; }
  .men-stat-number{ font-size: 44px; }
  .men-stat-label{ font-size: 10px; letter-spacing: .14em; }
  .men-review-card, .men-bars-card{ padding: 20px 16px; }
  .men-review-text{ font-size: 13px; }
  .men-review-name{ font-size: 12px; }
  .men-bars-card h4{ font-size: 24px; }
  .men-bars-sub{ font-size: 13px; }
}


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



/* ════════════════ INGREDIENTS ════════════════ */
/* ── Design tokens ── */
  .mi-section {
    --blue-deep: #2c5a8c;
    --blue:      #5a8ab8;
    --navy:      #1a3558;
    --text:      #111827;
    --muted:     #4b6480;
    --line:      #bccfe0;
    --stem-1:    #6a5ab8;
    --stem-2:    #3a3a8c;
    --radius-card: 12px;
    --radius-pill: 999px;
    --radius-lg:   24px;
    font-family: var(--font-sans);
    color: var(--text);
    background: linear-gradient(145deg, #f4f7fb 0%, #e8f0f8 40%, #f0f5fb 100%);
    padding: 80px 24px 100px;
    box-sizing: border-box;
  }

  /* ── Header ── */
  .mi-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 64px;
  }
  .mi-eyebrow {
    display: inline-block;
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--blue);
    border: 1px solid var(--blue);
    padding: 6px 18px;
    border-radius: var(--radius-pill);
    margin-bottom: 22px;
    background: rgba(90,138,184,0.08);
  }
  .mi-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;
  }
  .mi-title em {
    font-style: italic;
    color: var(--blue);
  }
  .mi-subtitle {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--muted);
    font-weight: 300;
    margin: 0;
  }

  /* ══════════════════════════════
     HERO — Stem Cell Extract
  ══════════════════════════════ */
  .mi-hero-wrapper {
    max-width: 1280px;
    margin: 0 auto 20px;
  }
  .mi-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(106,90,184,0.1);
    border: 1px solid rgba(106,90,184,0.25);
    border-radius: var(--radius-pill);
    padding: 7px 18px;
    margin-bottom: 16px;
  }
  .mi-hero-flag::before { content: '◆'; font-size: 0.55rem; }

  .mi-hero-card {
    background: linear-gradient(135deg, #f3f0fe 0%, #fff 55%);
    border: 1.5px solid rgba(106,90,184,0.22);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 10px 56px rgba(106,90,184,0.14), 0 2px 14px rgba(26,53,88,0.07);
    display: flex;
    position: relative;
  }
  .mi-hero-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--radius-lg);
    background: none;
  }

  /* Left accent panel */
  .mi-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;
  }
  .mi-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%);
  }
  .mi-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;
  }
  .mi-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;
  }
  .mi-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;
  }
  .mi-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 */
  .mi-hero-right {
    padding: 52px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
  }
  .mi-hero-info {
    margin-bottom: 22px;
  }
  .mi-hero-info:last-of-type {
    margin-bottom: 28px;
  }
  .mi-hero-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--stem-1);
    display: block;
    margin-bottom: 7px;
  }
  .mi-hero-body {
    font-size: 1rem;
    line-height: 1.72;
    color: var(--text);
    font-weight: 300;
    margin: 0;
  }
  .mi-hero-found-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--muted);
    display: block;
    margin-bottom: 10px;
  }
  .mi-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 28px;
  }
  .mi-hero-pill {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: var(--stem-2);
    background: rgba(106,90,184,0.09);
    border: 1px solid rgba(106,90,184,0.22);
    border-radius: var(--radius-pill);
    padding: 5px 14px;
    white-space: nowrap;
  }
  .mi-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(106,90,184,0.3);
  }
  .mi-hero-badge::before { content: '◆'; font-size: 0.55rem; }

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

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

  /* ── Card ── */
  .mi-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    padding: 30px 24px 26px;
    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;
  }
  .mi-card:hover {
    transform: translateY(-4px);
    border-color: var(--blue);
    box-shadow: 0 12px 40px rgba(44,90,140,0.13), 0 2px 8px rgba(44,90,140,0.07);
  }
  .mi-card--exosomes    { background: linear-gradient(160deg, #fff 60%, #eef4fb 100%); }
  .mi-card--peptide     { background: linear-gradient(160deg, #fff 60%, #ecf2fb 100%); }
  .mi-card--biotin      { background: linear-gradient(160deg, #fff 60%, #fdf8ec 100%); }
  .mi-card--hyaluronic  { background: linear-gradient(160deg, #fff 60%, #ecfbfb 100%); }
  .mi-card--caffeine    { background: linear-gradient(160deg, #fff 60%, #f0fbec 100%); }
  .mi-card--dht         { background: linear-gradient(160deg, #fff 60%, #ebf0fb 100%); }

  /* ── Icon circle ── */
  .mi-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: 18px;
    flex-shrink: 0;
    letter-spacing: 0.02em;
  }
  .mi-card--exosomes   .mi-icon { background: linear-gradient(135deg, #2c5a8c, #1a3558); }
  .mi-card--peptide    .mi-icon { background: linear-gradient(135deg, #5a8ab8, #2c5a8c); }
  .mi-card--biotin     .mi-icon { background: linear-gradient(135deg, #b89a5a, #8c6a2c); }
  .mi-card--hyaluronic .mi-icon { background: linear-gradient(135deg, #3ab8c8, #1a8c9c); }
  .mi-card--caffeine   .mi-icon { background: linear-gradient(135deg, #5ab870, #2c8c44); }
  .mi-card--dht        .mi-icon { background: linear-gradient(135deg, #1a3558, #0e1f36); }

  /* ── Name, Tagline, Divider ── */
  .mi-name {
    font-family: var(--font-serif);
    font-size: 1.45rem;
    font-weight: 500;
    color: var(--navy);
    line-height: 1.2;
    margin: 0 0 5px;
    letter-spacing: -0.01em;
  }
  .mi-tagline {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 0.95rem;
    color: var(--blue);
    margin: 0 0 18px;
    line-height: 1.4;
  }
  .mi-divider {
    height: 1px;
    background: var(--line);
    margin: 0 0 18px;
  }

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

  /* ── Found-in pills ── */
  .mi-found-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--muted);
    display: block;
    margin-bottom: 8px;
  }
  .mi-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 18px;
  }
  .mi-pill {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: var(--navy);
    background: rgba(26,53,88,0.08);
    border: 1px solid rgba(26,53,88,0.14);
    border-radius: var(--radius-pill);
    padding: 4px 11px;
    white-space: nowrap;
  }

  /* ── Proof badge ── */
  .mi-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: var(--radius-pill);
    padding: 6px 13px;
    margin-top: auto;
  }
  .mi-badge--blue {
    color: var(--blue-deep);
    background: rgba(44,90,140,0.1);
    border: 1px solid rgba(44,90,140,0.22);
  }
  .mi-badge--navy {
    color: #fff;
    background: var(--navy);
    border: 1px solid var(--navy);
  }
  .mi-badge::before { content: '◆'; font-size: 0.55rem; }

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