/* ============================================================
   SAHU SAREE SHOP — studio layer
   announcement bar, hero badges, Change Look studio,
   curved signature gallery, lookbook story viewer
   (loaded after motion.css)
   ============================================================ */

:root { --ann-h: 36px; --hand: 'Caveat', 'Great Vibes', cursive; }

/* ---------- announcement bar ---------- */
.announce {
  position: fixed; top: 0; left: 0; right: 0; z-index: 55; height: var(--ann-h);
  overflow: hidden; display: flex; align-items: center;
  background: linear-gradient(90deg, var(--maroon-deep), var(--maroon-mid) 50%, var(--maroon-deep));
  border-bottom: 1px solid rgba(201, 163, 95, 0.35);
  transition: transform 0.5s var(--ease);
}
.announce-track { display: flex; width: max-content; animation: marquee 36s linear infinite; }
.announce:hover .announce-track { animation-play-state: paused; }
.announce-track span {
  display: inline-flex; align-items: center; gap: 22px; padding-right: 22px;
  font-size: 10px; letter-spacing: 0.26em; text-transform: uppercase; font-weight: 600; color: var(--cream-hi); white-space: nowrap;
}
.announce-track span::after { content: "✦"; color: var(--gold); font-size: 9px; }
.announce-track .pill { padding: 3px 12px; background: var(--gold-light); color: var(--ink-on-gold); border-radius: 3px; margin-right: 22px; gap: 0; }
.announce-track .pill::after { display: none; }
#header { top: var(--ann-h); transition: top 0.5s var(--ease), background 0.5s var(--ease), height 0.4s var(--ease), border-color 0.5s, transform 0.6s var(--ease); }
body.past-top .announce { transform: translateY(-100%); }
body.past-top #header { top: 0; }
#hero { padding-top: calc(var(--header-h) + var(--ann-h) + 40px); }

/* ---------- hero: lookbook play + glass trust strip ---------- */
.play-btn { display: inline-flex; align-items: center; gap: 12px; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; line-height: 1.4; text-align: left; color: var(--cream-hi); }
.play-ring { position: relative; width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--gold); display: grid; place-items: center; transition: background 0.4s, transform 0.5s var(--ease); }
.play-ring::before { content: ""; position: absolute; inset: -1px; border-radius: 50%; border: 1px solid var(--gold-light); animation: ping 2.4s var(--ease) infinite; }
.play-ring svg { width: 18px; height: 18px; fill: var(--gold-light); stroke: none; margin-left: 3px; }
.play-btn:hover .play-ring { background: var(--gold); transform: scale(1.08); }
.play-btn:hover .play-ring svg { fill: var(--ink-on-gold); }
@keyframes ping { 0% { transform: scale(1); opacity: 0.8; } 100% { transform: scale(1.7); opacity: 0; } }

.trust {
  position: absolute; left: var(--pad-x); bottom: 34px; z-index: 1;
  display: flex; list-style: none;
  background: rgba(15, 29, 21, 0.45); backdrop-filter: blur(14px) saturate(1.3); -webkit-backdrop-filter: blur(14px) saturate(1.3);
  border: 1px solid rgba(236, 207, 139, 0.25); border-radius: 14px;
}
.trust li { display: flex; align-items: center; gap: 12px; padding: 14px 22px; font-size: 11px; line-height: 1.35; font-weight: 500; color: var(--cream-hi); }
.trust li + li { border-left: 1px solid rgba(236, 207, 139, 0.2); }
.trust svg { width: 22px; height: 22px; color: var(--gold-light); flex: none; }

/* ============================================================
   CHANGE LOOK STUDIO
   ============================================================ */
.studio {
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: 170px minmax(0, 1.15fr) minmax(0, 1fr); gap: clamp(20px, 3vw, 50px); align-items: center;
  padding: clamp(80px, 9vw, 120px) var(--pad-x);
  background:
    radial-gradient(45% 60% at 42% 50%, rgba(236, 207, 139, 0.16), transparent 70%),
    linear-gradient(180deg, var(--green-deep), var(--green) 50%, var(--green-deep));
}
.studio-water {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  font-family: var(--serif); font-size: clamp(90px, 16vw, 260px); line-height: 0.9; text-align: center; white-space: nowrap;
  color: transparent; -webkit-text-stroke: 1px rgba(236, 207, 139, 0.09);
  pointer-events: none; transition: opacity 0.6s;
}
.studio-water.is-swap { opacity: 0; }

/* handwritten notes */
.hand { font-family: var(--hand); font-size: 28px; color: var(--cream-dim); line-height: 1; display: flex; align-items: flex-end; gap: 4px; }
.hand svg { width: 40px; height: 30px; color: var(--gold); stroke-width: 1.4; }
.hand-top { margin-bottom: 18px; transform: rotate(-4deg); }
.hand-top svg { transform: translateY(14px); }

.studio-rail { position: relative; z-index: 1; }
.studio-thumbs { display: flex; flex-direction: column; gap: 14px; max-height: 560px; overflow-y: auto; padding: 8px; margin: -8px; scrollbar-width: none; }
.studio-thumbs::-webkit-scrollbar { display: none; }
.st-thumb {
  position: relative; flex: none; width: 108px; height: 132px; border-radius: 10px; overflow: hidden;
  background: radial-gradient(circle at 50% 40%, rgba(236, 207, 139, 0.15), rgba(15, 29, 21, 0.6));
  border: 1px solid var(--line);
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease), border-color 0.4s;
}
.st-thumb .look { position: absolute; inset: 6px 0 0; }
.st-thumb:hover { transform: translateX(6px); border-color: var(--gold); }
.st-thumb[aria-selected="true"] {
  border-color: var(--gold-light); transform: translateX(10px) scale(1.04);
  box-shadow: 0 0 0 3px rgba(236, 207, 139, 0.18), 0 0 30px rgba(236, 207, 139, 0.35);
}

/* the look itself: photo if present, else draped mannequin */
.look { position: relative; display: grid; place-items: end center; }
.look .fig { width: 100%; height: 100%; }
.look-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: bottom center; }
.look.has-photo .fig { display: none; }
.fig-drape { transform-box: view-box; transform-origin: 266px 150px; animation: drapeSwing 5s ease-in-out infinite; }
@keyframes drapeSwing { 0%, 100% { transform: rotate(-1.2deg); } 50% { transform: rotate(1.4deg); } }

.studio-stage { position: relative; z-index: 1; height: min(78vh, 660px); display: grid; place-items: center; }
.st-figure {
  position: relative; width: 100%; height: 100%;
  transform: perspective(1200px) rotateY(var(--sy, 0deg)) translateX(var(--sx, 0px));
  transition: transform 0.8s var(--ease);
  touch-action: pan-y;
}
.st-figure::after {
  /* spotlight pool on the floor */
  content: ""; position: absolute; left: 50%; bottom: -2%; width: 70%; height: 60px; transform: translateX(-50%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(236, 207, 139, 0.3), transparent 70%);
  pointer-events: none;
}
.st-look { position: absolute; inset: 0; }
.st-look .look { position: absolute; inset: 0; }
.st-look.is-in { animation: lookIn 1.1s var(--ease-io) both; }
.st-look.is-out { animation: lookOut 0.7s var(--ease) forwards; pointer-events: none; }
@keyframes lookIn {
  0% { opacity: 0; transform: translateX(calc(var(--dir, 1) * 90px)) scale(0.92) rotate(calc(var(--dir, 1) * 3deg)); clip-path: inset(0 0 100% 0); filter: blur(8px); }
  55% { clip-path: inset(0 0 0 0); }
  100% { opacity: 1; transform: none; clip-path: inset(0 0 0 0); filter: none; }
}
@keyframes lookOut { to { opacity: 0; transform: translateX(calc(var(--dir, 1) * -120px)) scale(0.9) rotate(calc(var(--dir, 1) * -4deg)); filter: blur(10px); } }

.st-arrow {
  position: absolute; top: 50%; z-index: 2; width: 46px; height: 46px; margin-top: -23px; border-radius: 50%;
  display: grid; place-items: center; border: 1px solid var(--line); background: rgba(15, 29, 21, 0.5);
  transition: background 0.4s, color 0.4s, border-color 0.4s;
}
.st-arrow svg { width: 20px; height: 20px; }
.st-arrow:hover { background: var(--gold); color: var(--ink-on-gold); border-color: var(--gold); }
.st-prev { left: 0; }
.st-next { right: 0; }
.hand-bottom { position: absolute; left: -4%; bottom: 7%; transform: rotate(-6deg); z-index: 2; }
.hand-bottom svg { transform: translateY(-14px); }

.lookbook-pill {
  position: absolute; left: 50%; bottom: -6px; transform: translateX(-50%); z-index: 3;
  display: inline-flex; align-items: center; gap: 12px; padding: 7px 8px 7px 7px; white-space: nowrap;
  border-radius: 40px; background: rgba(247, 239, 220, 0.94); color: var(--ink-on-gold);
  font-size: 12px; font-weight: 500;
  box-shadow: 0 16px 40px -10px rgba(0, 0, 0, 0.6);
  transition: transform 0.5s var(--ease), box-shadow 0.5s;
}
.lookbook-pill:hover { transform: translateX(-50%) translateY(-4px); box-shadow: 0 22px 50px -10px rgba(0, 0, 0, 0.7); }
.play-dot { width: 34px; height: 34px; border-radius: 50%; background: var(--maroon-mid); display: grid; place-items: center; }
.play-dot svg { width: 14px; height: 14px; fill: var(--cream-hi); stroke: none; margin-left: 2px; }
.pill-faces { display: flex; }
.pill-faces i { width: 30px; height: 30px; border-radius: 50%; border: 2px solid var(--cream-hi); margin-left: -8px; overflow: hidden; background-size: cover; }
.pill-faces i:first-child { margin-left: 0; }

/* info column */
.studio-info { position: relative; z-index: 1; }
.studio-info > * { animation: metaIn 0.8s var(--ease) both; }
.studio-info > :nth-child(2) { animation-delay: 0.06s; }
.studio-info > :nth-child(3) { animation-delay: 0.12s; }
.studio-info > :nth-child(4) { animation-delay: 0.18s; }
.studio-info > :nth-child(5) { animation-delay: 0.24s; }
.studio-info > :nth-child(6) { animation-delay: 0.3s; }
.studio-info > :nth-child(7) { animation-delay: 0.36s; }
.studio-info > :nth-child(8) { animation-delay: 0.42s; }
.st-all { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cream-dim); display: inline-flex; gap: 8px; align-items: center; }
.st-all:hover { color: var(--gold-light); }
.st-all svg { width: 20px; height: 8px; }
.st-stars { margin-top: 18px; font-size: 12px; color: var(--cream-dim); }
.st-stars b { color: var(--gold-light); letter-spacing: 2px; font-weight: 400; margin-right: 6px; }
.st-name { font-family: var(--serif); font-weight: 400; font-size: clamp(30px, 3.2vw, 46px); line-height: 1.08; letter-spacing: 0.03em; text-transform: uppercase; color: var(--cream-hi); margin: 14px 0 12px; }
.st-price { display: flex; gap: 12px; align-items: baseline; font-size: 24px; font-weight: 500; color: var(--gold-light); }
.st-price s { font-size: 15px; color: var(--cream-dim); font-weight: 400; }
.st-desc { color: var(--cream-dim); font-size: 14px; margin: 14px 0 20px; max-width: 460px; }
.st-feats { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 16px 0; border-block: 1px solid var(--line); }
.st-feats li { display: flex; align-items: center; gap: 8px; font-size: 11px; line-height: 1.3; color: var(--cream-dim); }
.st-feats svg { width: 20px; height: 20px; color: var(--gold); flex: none; }
.st-row { margin-top: 20px; }
.st-label { font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.st-label b { color: var(--cream-hi); font-weight: 500; letter-spacing: 0.1em; }
.st-sizes { display: flex; flex-wrap: wrap; gap: 8px; }
.st-size {
  min-width: 46px; height: 42px; padding: 0 12px; border: 1px solid var(--line); border-radius: 6px;
  font-size: 12px; color: var(--cream-dim); transition: all 0.3s var(--ease);
}
.st-size:hover { border-color: var(--gold); color: var(--cream-hi); }
.st-size[aria-pressed="true"] { border-color: var(--gold-light); color: var(--cream-hi); background: rgba(236, 207, 139, 0.1); box-shadow: inset 0 0 0 1px var(--gold-light); }
.st-swatches { display: flex; flex-wrap: wrap; gap: 10px; }
.st-swatch {
  width: 46px; height: 46px; border-radius: 8px; border: 2px solid transparent; padding: 3px;
  transition: transform 0.35s var(--ease), border-color 0.3s;
}
.st-swatch i { display: block; width: 100%; height: 100%; border-radius: 5px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15); }
.st-swatch:hover { transform: translateY(-3px); }
.st-swatch[aria-pressed="true"] { border-color: var(--gold-light); }

.st-buy { display: flex; align-items: center; gap: 18px; margin-top: 26px; flex-wrap: wrap; }
.st-qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 30px; height: 46px; }
.st-qty button { width: 40px; height: 100%; font-size: 18px; color: var(--cream-dim); }
.st-qty button:hover { color: var(--gold-light); }
.st-qty span { min-width: 24px; text-align: center; }

/* the curved swoosh add-to-bag button */
.swoosh { position: relative; width: 250px; height: 104px; margin: -20px -10px -20px 0; filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.5)); transition: transform 0.6s var(--ease); }
.swoosh svg { width: 100%; height: 100%; overflow: visible; stroke: none; }
.swoosh .sw-band { fill: none; stroke-linecap: round; stroke-width: 54; transition: d 0.6s var(--ease); }
.swoosh text { font-family: var(--sans); font-size: 15px; font-weight: 600; letter-spacing: 3.5px; fill: var(--cream-hi); }
.swoosh .sw-dot { transition: transform 0.6s var(--ease); transform-box: fill-box; transform-origin: center; }
.swoosh:hover { transform: rotate(-3deg) scale(1.04); }
.swoosh:hover .sw-dot { transform: translate(4px, -3px) rotate(-10deg); }
.swoosh:active { transform: scale(0.97); }
.swoosh.is-added .sw-band { animation: bandPulse 0.7s var(--ease); }
@keyframes bandPulse { 40% { stroke-width: 64; } }
.st-acts { display: flex; gap: 10px; width: 100%; }
.st-act { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; transition: all 0.3s; }
.st-act svg { width: 18px; height: 18px; }
.st-act:hover { border-color: var(--gold); color: var(--gold-light); }
.st-act.is-on { color: var(--gold-light); border-color: var(--gold); }
.st-act.is-on svg { fill: var(--gold-light); }
.st-act-lbl { align-self: center; font-size: 11px; color: var(--cream-dim); margin-left: 4px; }

/* fly-to-bag chip */
.fly { position: fixed; z-index: 170; border-radius: 6px; border: 1px solid var(--gold-light); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5); pointer-events: none; }

/* ============================================================
   CURVED SIGNATURE GALLERY
   ============================================================ */
.curve-sec { position: relative; padding: clamp(70px, 9vw, 120px) 0 clamp(60px, 8vw, 100px); overflow: hidden; background: radial-gradient(80% 60% at 50% 100%, rgba(107, 43, 54, 0.35), transparent 70%), var(--green-deep); }
.curve-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; padding: 0 var(--pad-x); margin-bottom: clamp(20px, 3vw, 40px); }
.curve-head .sec-kicker { text-align: left; }
.curve-head .sec-kicker::before { display: none; }
.curve-ctrl { display: flex; gap: 10px; }
.curve { position: relative; overflow-x: auto; overflow-y: hidden; perspective: 1100px; scrollbar-width: none; cursor: grab; padding: 50px 0 70px; }
.curve::-webkit-scrollbar { display: none; }
.curve.is-dragging { cursor: grabbing; }
.curve.is-dragging * { pointer-events: none; }
.curve-track { display: flex; gap: 22px; width: max-content; padding: 0 20px; transform-style: preserve-3d; }
.cv-card { flex: none; width: clamp(200px, 19vw, 280px); transform-style: preserve-3d; will-change: transform; }
.cv-media {
  position: relative; aspect-ratio: 3 / 4.2; border-radius: 14px; overflow: hidden; cursor: pointer;
  border: 1px solid rgba(236, 207, 139, 0.3);
  box-shadow: 0 30px 50px -24px rgba(0, 0, 0, 0.9);
  transition: transform 0.6s var(--ease), box-shadow 0.6s var(--ease);
}
.cv-media .art { position: absolute; inset: 0; transition: transform 1.2s var(--ease); }
.cv-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10, 16, 12, 0.92) 0%, rgba(10, 16, 12, 0.2) 45%, transparent 60%); }
.cv-card:hover .cv-media { transform: translateY(-10px); box-shadow: 0 40px 60px -24px rgba(0, 0, 0, 0.95), 0 0 0 1px var(--gold-light); }
.cv-card:hover .cv-media .art { transform: scale(1.08); }
.cv-info { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: 18px 18px 20px; }
.cv-info .prod-cat { font-size: 9px; color: var(--gold-light); }
.cv-info h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(19px, 1.7vw, 24px); line-height: 1.15; color: var(--cream-hi); margin: 6px 0 8px; }
.cv-info .price { font-size: 13px; color: var(--gold-light); }
.cv-card .tag, .cv-card .heart { z-index: 2; }

/* ============================================================
   LOOKBOOK — story-style viewer
   ============================================================ */
.lookbook { position: fixed; inset: 0; z-index: 140; background: #070d09; opacity: 0; pointer-events: none; transition: opacity 0.5s; overflow: hidden; }
.lookbook.is-open { opacity: 1; pointer-events: auto; }
.lb-bars { position: absolute; top: 16px; left: 50%; transform: translateX(-50%); z-index: 6; display: flex; gap: 6px; width: min(640px, calc(100% - 100px)); }
.lb-bars i { flex: 1; height: 3px; border-radius: 2px; background: rgba(255, 255, 255, 0.25); overflow: hidden; }
.lb-bars i b { display: block; height: 100%; background: var(--gold-light); transform-origin: left; transform: scaleX(0); }
.lb-close { position: absolute; top: 30px; right: 20px; z-index: 5; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: rgba(15, 29, 21, 0.6); }
.lb-close svg { width: 22px; height: 22px; }
.lb-stage { position: absolute; inset: 0; }
.lb-slide { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding: 80px var(--pad-x) 40px; }
.lb-slide.is-in { animation: lbIn 0.9s var(--ease) both; }
.lb-slide.is-out { animation: lbOut 0.7s var(--ease) forwards; }
@keyframes lbIn { from { opacity: 0; clip-path: circle(0% at var(--ox, 70%) 50%); } to { opacity: 1; clip-path: circle(150% at var(--ox, 70%) 50%); } }
@keyframes lbOut { to { opacity: 0; transform: scale(1.05); } }
.lb-bg { position: absolute; inset: -5%; filter: blur(2px) brightness(0.45) saturate(1.2); animation: kenburns 7s linear both; }
@keyframes kenburns { from { transform: scale(1.05) translate(0, 0); } to { transform: scale(1.22) translate(-2%, -2%); } }
.lb-slide::before { content: ""; position: absolute; inset: 0; background: radial-gradient(50% 70% at 70% 55%, rgba(236, 207, 139, 0.18), transparent 70%), linear-gradient(90deg, rgba(7, 13, 9, 0.9), transparent 60%); }
.lb-text { position: relative; z-index: 1; max-width: 480px; }
.lb-text > * { animation: metaIn 0.9s var(--ease) both; }
.lb-text > :nth-child(2) { animation-delay: 0.15s; }
.lb-text > :nth-child(3) { animation-delay: 0.25s; }
.lb-text > :nth-child(4) { animation-delay: 0.35s; }
.lb-text > :nth-child(5) { animation-delay: 0.45s; }
.lb-text h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(36px, 5vw, 72px); line-height: 1.02; color: var(--cream-hi); margin: 14px 0; }
.lb-text .rm-origin { margin-bottom: 18px; }
.lb-text .st-price { margin-bottom: 30px; }
.lb-look { position: relative; z-index: 1; height: min(82vh, 720px); animation: lookIn 1.2s var(--ease-io) both; animation-delay: 0.15s; --dir: 1; }
.lb-look .look { position: absolute; inset: 0; }
.lb-tap { position: absolute; top: 0; bottom: 0; z-index: 3; width: 22%; }
.lb-left { left: 0; cursor: w-resize; }
.lb-right { right: 0; cursor: e-resize; }
.lb-text .btn { position: relative; z-index: 4; }
.lookbook.is-paused .lb-bg { animation-play-state: paused; }

/* ============================================================
   RESPONSIVE + REDUCED MOTION
   ============================================================ */
@media (max-width: 1100px) {
  .studio { grid-template-columns: 120px minmax(0, 1fr) minmax(0, 1fr); }
  .st-thumb { width: 96px; height: 118px; }
  .st-feats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 800px) {
  :root { --ann-h: 32px; }
  .trust { left: 16px; right: 16px; bottom: 70px; justify-content: space-between; }
  .trust li { padding: 10px 10px; gap: 6px; font-size: 9.5px; flex-direction: column; text-align: center; flex: 1; }
  .trust svg { width: 18px; height: 18px; }
  #hero { padding-bottom: 170px; }
  .studio { grid-template-columns: minmax(0, 1fr); padding-top: 70px; }
  .studio > * { min-width: 0; }
  .studio-rail { order: 2; }
  .hand-top { display: none; }
  .studio-thumbs { flex-direction: row; overflow-x: auto; max-height: none; }
  .st-thumb { width: 80px; height: 100px; }
  .st-thumb:hover, .st-thumb[aria-selected="true"] { transform: translateY(-4px); }
  .studio-stage { order: 1; height: 62vh; height: 62svh; }
  .studio-info { order: 3; }
  .hand-bottom { font-size: 22px; bottom: 16%; }
  .swoosh { width: 210px; height: 90px; }
  .curve-head { flex-direction: column; align-items: flex-start; }
  .curve-ctrl { display: none; }
  .cv-card { width: 62vw; }
  .lb-slide { grid-template-columns: 1fr; grid-template-rows: 1fr auto; padding: 70px 20px 30px; }
  .lb-look { height: 52vh; order: -1; }
  .lb-text h3 { font-size: 34px; margin: 8px 0; }
  .lb-slide::before { background: linear-gradient(0deg, rgba(7, 13, 9, 0.95) 20%, transparent 60%); }
}
@media (prefers-reduced-motion: reduce) {
  .announce-track, .fig-drape, .play-ring::before { animation: none; }
}

/* lookbook: slides sit above the tap zones but let clicks through, except the shop button */
.lb-stage { z-index: 4; pointer-events: none; }
.lb-text .btn { pointer-events: auto; }
/* the trust strip takes the hero's bottom edge */
#hero .scroll-cue { display: none; }

/* ============================================================
   MOBILE MENU — scrollable, sticky header, staggered links
   ============================================================ */
#mobileNav {
  overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch;
  padding: 0 24px calc(30px + env(safe-area-inset-bottom));
}
.mn-top {
  position: sticky; top: 0; z-index: 1; flex: none;
  padding: 16px 0 12px; margin: 0 -24px; padding-inline: 24px;
  background: linear-gradient(180deg, var(--green) 75%, rgba(20, 37, 27, 0));
}
.mn-links { flex: none; margin-top: 16px; }
.mn-links a {
  display: flex; align-items: baseline; gap: 14px;
  font-size: clamp(20px, 5.6vw, 24px); padding: 13px 0;
  opacity: 0; transform: translateX(-24px);
  transition: opacity 0.5s var(--ease), transform 0.6s var(--ease), color 0.3s;
}
.mn-links a::before {
  content: counter(mn, decimal-leading-zero); counter-increment: mn;
  font-family: var(--sans); font-size: 10px; letter-spacing: 0.15em; color: var(--gold); min-width: 20px;
}
.mn-links { counter-reset: mn; }
.mn-links a:active, .mn-links a:hover { color: var(--gold-light); }
#mobileNav.is-open .mn-links a { opacity: 1; transform: none; }
#mobileNav.is-open .mn-links a:nth-child(1) { transition-delay: 0.15s; }
#mobileNav.is-open .mn-links a:nth-child(2) { transition-delay: 0.19s; }
#mobileNav.is-open .mn-links a:nth-child(3) { transition-delay: 0.23s; }
#mobileNav.is-open .mn-links a:nth-child(4) { transition-delay: 0.27s; }
#mobileNav.is-open .mn-links a:nth-child(5) { transition-delay: 0.31s; }
#mobileNav.is-open .mn-links a:nth-child(6) { transition-delay: 0.35s; }
#mobileNav.is-open .mn-links a:nth-child(7) { transition-delay: 0.39s; }
#mobileNav.is-open .mn-links a:nth-child(8) { transition-delay: 0.43s; }
#mobileNav.is-open .mn-links a:nth-child(9) { transition-delay: 0.47s; }
#mobileNav.is-open .mn-links a:nth-child(10) { transition-delay: 0.51s; }
.mn-foot { flex: none; padding-top: 30px; }
.split em .w { padding-right: 0.1em; margin-right: -0.1em; }

/* the mannequin is painted, not an outline icon — don't inherit the global svg stroke */
.fig { stroke: none; }
/* leave room under the figure for the lookbook pill so the zari hem stays visible */
.studio-stage { padding-bottom: 64px; }
@media (max-width: 800px) {
  .hand-bottom { display: none; }
}

/* a normal photo (with its own background) is shown as a framed portrait */
.look.is-framed { padding: 2% 8% 4%; }
.look.is-framed .look-photo {
  position: relative; object-fit: cover; object-position: center top;
  border-radius: 14px; border: 1px solid rgba(236, 207, 139, 0.45);
  box-shadow: 0 40px 70px -30px rgba(0, 0, 0, 0.9), 0 0 0 8px rgba(236, 207, 139, 0.06);
}
.st-thumb .look.is-framed { padding: 0; inset: 0; }
.st-thumb .look.is-framed .look-photo { border-radius: 0; border: 0; box-shadow: none; }
