/* ============ SANG MOTION LAYER v1 ============ */

/* ---------- scroll progress ---------- */
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 60;
  background: linear-gradient(to right, #C4622D, #E8850A, #F4A829);
  transform-origin: 0 50%; transform: scaleX(0); pointer-events: none;
}

/* ---------- hero kinetic type ---------- */
.hero-h1 .big { overflow: hidden; }
.hero-h1 .big .hl { display: inline-block; will-change: transform; }
.hero-wm {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  pointer-events: none; overflow: hidden; z-index: 1;
}
.hero-wm span {
  font-family: var(--serif); font-weight: 900; line-height: 1; white-space: nowrap;
  font-size: clamp(7rem, 24vw, 24rem); letter-spacing: 0.02em;
  color: transparent; -webkit-text-stroke: 1px rgba(245,234,208,0.06);
  transform: translateY(12%);
}

/* ---------- split word reveal ---------- */
.sw { display: inline-block; overflow: hidden; vertical-align: bottom; padding: 0 0.06em 0.16em; margin: 0 -0.06em -0.16em; }
.sw .swi { display: inline-block; transform: translateY(115%); transition: transform 1s cubic-bezier(0.16,1,0.3,1); will-change: transform; }
.sw-in .sw .swi { transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { .sw .swi { transform: none !important; transition: none !important; } }

/* ---------- marquee, outlined counter-row ---------- */
.marquee-track.rev { animation: marqRev 64s linear infinite; margin-top: 0.9rem; }
@keyframes marqRev { from { transform: translate3d(-50%,0,0); } to { transform: translate3d(0,0,0); } }
.marquee-track.rev span {
  font-style: normal; font-weight: 900; font-size: 2.4rem; letter-spacing: 0.04em;
  color: transparent; -webkit-text-stroke: 1px rgba(245,234,208,0.28);
}
.marquee-track.rev span.t { -webkit-text-stroke-color: rgba(196,98,45,0.55); }
@media (prefers-reduced-motion: reduce) { .marquee-track.rev { animation: none; } }

/* ---------- feature card image parallax ---------- */
.fcard .img img { height: 116%; margin-top: -8%; will-change: transform; }

/* ---------- CTA watermark ---------- */
.cta-wm {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  pointer-events: none; overflow: hidden; z-index: 0;
}
.cta-wm span {
  font-family: var(--serif); font-weight: 900; font-style: italic; line-height: 1; white-space: nowrap;
  font-size: clamp(6rem, 20vw, 19rem);
  color: transparent; -webkit-text-stroke: 1px rgba(244,168,41,0.07);
}

/* ============ SMAKEN JOURNEY (sticky scroll) ============ */
.journey { position: relative; height: 380vh; }
.journey-pin {
  position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden;
  display: flex; flex-direction: column;
}
.j-bg { position: absolute; inset: 0; opacity: 0; will-change: opacity; }
.j-bg-tinto  { background: linear-gradient(160deg, #1a0610 0%, #2C0A14 45%, #4a1a10 100%); opacity: 1; }
.j-bg-blanco { background: linear-gradient(160deg, #140e04 0%, #33230b 50%, #4a3210 100%); }
.j-bg-rosado { background: linear-gradient(160deg, #160409 0%, #3a0f22 50%, #57203a 100%); }
.journey .grain { z-index: 2; }

.j-word {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  pointer-events: none; overflow: hidden; z-index: 1;
}
.j-word span {
  position: absolute; font-family: var(--serif); font-weight: 900; line-height: 1;
  font-size: clamp(6rem, 26vw, 26rem); letter-spacing: 0.04em; white-space: nowrap;
  color: transparent; -webkit-text-stroke: 1.5px rgba(245,234,208,0.10);
  opacity: 0; will-change: opacity, transform;
}

.j-inner {
  position: relative; z-index: 3; flex: 1; width: 100%;
  display: flex; flex-direction: column; min-height: 0;
}
.j-head { padding-top: 6.5rem; }
.j-head .eyebrow { display: block; margin-bottom: 0.6rem; }
.j-head h2 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); }

.j-stage {
  flex: 1; min-height: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 44%);
  align-items: center; gap: 2rem;
}
.j-copies { position: relative; min-height: 20rem; }
.j-copy { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; opacity: 0; will-change: opacity, transform; }
.j-copy .j-idx { font-family: var(--sans); font-size: 0.7rem; letter-spacing: 0.4em; text-transform: uppercase; margin-bottom: 1.1rem; }
.j-copy h3 { font-family: var(--serif); font-weight: 900; font-style: italic; color: var(--cream); font-size: clamp(3.2rem, 6.5vw, 6rem); line-height: 0.95; margin-bottom: 1.2rem; }
.j-copy .j-base { font-family: var(--sans); font-size: 0.85rem; color: var(--tan); margin-bottom: 1.3rem; }
.j-copy .j-base strong { font-weight: 600; }
.j-notes { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.4rem; }
.j-notes span {
  font-family: var(--sans); font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 0.45rem 0.9rem; border: 1px solid rgba(245,234,208,0.18); color: var(--cream); white-space: nowrap;
}
.j-copy .j-desc { font-family: var(--sans); color: var(--tan); line-height: 1.75; font-size: 0.95rem; max-width: 26rem; margin-bottom: 1.8rem; }
.j-copy .btn-text { text-decoration: none; }

.j-canwrap { position: relative; display: flex; align-items: center; justify-content: center; height: 100%; min-height: 0; }
.j-glow { position: absolute; width: 68%; aspect-ratio: 1; border-radius: 50%; filter: blur(60px); opacity: 0.5; will-change: background; background: radial-gradient(circle, rgba(196,98,45,0.35) 0%, transparent 70%); }
.j-can {
  position: absolute; width: clamp(170px, 20vw, 290px); max-height: 76%; object-fit: contain;
  opacity: 0; will-change: opacity, transform;
  filter: drop-shadow(0 40px 70px rgba(0,0,0,0.55));
}

.j-dots {
  position: absolute; right: 2rem; top: 50%; transform: translateY(-50%); z-index: 4;
  display: flex; flex-direction: column; gap: 1.1rem;
}
.j-dots button {
  display: flex; align-items: center; gap: 0.7rem; background: none; border: none; cursor: pointer;
  padding: 0.55rem 0.3rem; min-height: 32px; justify-content: flex-end;
}
.j-dots .lbl {
  font-family: var(--sans); font-size: 0.62rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(245,234,208,0.4); transition: color 0.3s ease;
}
.j-dots .pip { width: 7px; height: 7px; transform: rotate(45deg); background: rgba(245,234,208,0.25); transition: background 0.3s ease, box-shadow 0.3s ease; }
.j-dots button.on .lbl { color: var(--cream); }
.j-dots button.on .pip { background: var(--orange); box-shadow: 0 0 10px rgba(232,133,10,0.7); }

@media (max-width: 860px) {
  .journey { height: 330vh; }
  .j-head { padding-top: 5.2rem; }
  .j-stage { grid-template-columns: 1fr; gap: 0; grid-template-rows: minmax(0, 1fr) auto; }
  .j-canwrap { order: 1; min-height: 0; }
  .j-can { width: clamp(120px, 32vw, 180px); max-height: 92%; }
  .j-copies { order: 2; min-height: 17rem; padding-bottom: 2.2rem; }
  .j-copy { justify-content: flex-end; }
  .j-copy h3 { font-size: clamp(2.4rem, 10vw, 3.4rem); margin-bottom: 0.8rem; }
  .j-copy .j-desc { margin-bottom: 1.2rem; font-size: 0.88rem; }
  .j-dots { right: 0.4rem; gap: 0.4rem; }
  .j-dots button { min-width: 44px; min-height: 40px; justify-content: center; }
  .j-dots .lbl { display: none; }
  .j-word span { font-size: clamp(5rem, 30vw, 9rem); }
}
