@charset "UTF-8";

/* ═══════════════════════════════════════════════════════════
   PUSS-HII · landing
   Crema #F6F2E9 · Rojo #B93226 · Fredoka + Outfit
   ═══════════════════════════════════════════════════════════ */

/* ── Cursor y progreso ─────────────────────────────────── */
.cursor {
  position: fixed;
  top: 0; left: 0;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--rojo);
  box-shadow: 0 0 0 2px var(--crema);
  z-index: 200;
  pointer-events: none;
  opacity: 0;
  will-change: transform;
}
html.has-cursor body,
html.has-cursor a,
html.has-cursor [data-cursor] { cursor: none; }

.progreso {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: var(--rojo);
  transform: scaleX(0);
  transform-origin: 0 50%;
  z-index: 90;
  pointer-events: none;
}

/* ── Nav ────────────────────────────────────────────────── */
.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px var(--margen);
  background: color-mix(in srgb, var(--crema) 82%, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.nav-marca {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  color: var(--rojo);
}
.punto--nav { width: 11px; height: 11px; }

.nav-pill {
  display: inline-block;
  border: 1.5px solid var(--rojo);
  border-radius: 999px;
  padding: 0.5em 1.2em;
  font-family: var(--f-body);
  font-weight: 500;
  font-size: var(--fs-etiqueta);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rojo);
  white-space: nowrap;
  transition: background-color 0.25s var(--ease), color 0.25s var(--ease);
}
.nav-pill:hover { background: var(--rojo); color: var(--crema); }
.nav-pill--grande { font-size: calc(var(--fs-etiqueta) * 1.25); padding: 0.85em 1.7em; }

/* ── ACTO · el tubo que se abre con el scroll ───────────── */
.acto { position: relative; }
html.js.has-motion .acto { height: 340svh; }

.acto-stage {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  gap: clamp(24px, 4vw, 70px);
  padding: 0 var(--margen);
  overflow: clip;
}
html:not(.has-motion) .acto-stage { flex-wrap: wrap; padding-block: 120px 60px; }

.acto-kanji {
  position: absolute;
  top: 5svh;
  right: 8vw;
  font-size: clamp(7rem, 16vw, 15rem);
  font-weight: 700;
  line-height: 1;
  color: var(--rojo);
  opacity: 0.06;
  pointer-events: none;
}

/* Rig: la foto realista del tubo (fondo horneado = crema de la pagina)
   + piezas voladoras. El canvas del video-scrub sustituira a la foto. */
.acto-rigzone { flex: none; margin-left: clamp(0px, 1vw, 24px); }
.acto-rig {
  position: relative;
  height: min(80svh, 48rem);
  aspect-ratio: 9 / 16;
}
.rig-tubo2 {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.rig-tubo2 img,
.rig-canvas {
  width: 100%;
  height: 100%;
  /* pluma en los bordes del rectangulo: funde cualquier resto de tono con el fondo */
  -webkit-mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent),
    linear-gradient(to bottom, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent),
    linear-gradient(to bottom, transparent, #000 6%, #000 94%, transparent);
  mask-composite: intersect;
}
/* canvas del video-scrub: invisible hasta que la secuencia esta cargada */
.rig-canvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s var(--ease);
  pointer-events: none;
}
.rig-canvas.is-activo { opacity: 1; }

.rig-pieza {
  position: absolute;
  left: 50%;
  top: 13%;
  z-index: 3;
  translate: -50% -50%;
  pointer-events: none;
  filter: drop-shadow(0 16px 26px rgba(143, 36, 24, 0.14));
}
.rig-pieza--negro { width: clamp(8rem, 12.5vw, 12rem); }
.rig-pieza--naranja { width: clamp(6.5rem, 10vw, 9.5rem); }
.rig-pieza--negro2 { width: clamp(5rem, 7.5vw, 7.5rem); scale: -1 1; }
/* sin motion las piezas voladoras no aportan: fuera */
html:not(.has-motion) .rig-pieza { display: none; }

/* Título a la derecha */
.acto-titulo {
  flex: 1;
  min-width: min(420px, 100%);
  position: relative;
  z-index: 4;
}
.acto-wordmark { line-height: 1; }
.acto-wordmark-texto {
  display: block;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(3.2rem, 8.6vw, 8.6rem);
  line-height: 0.9;
  letter-spacing: 0.01em;
  color: var(--rojo);
  white-space: nowrap;
}
.acto-motivo {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: clamp(20px, 3.4svh, 38px);
}
.punto--hero { width: clamp(16px, 1.9vw, 26px); height: clamp(16px, 1.9vw, 26px); }
.acto-linea {
  width: clamp(90px, 12vw, 210px);
  height: 1.5px;
  background: var(--rojo);
  opacity: 0.55;
  transform-origin: 0 50%;
}
.acto-omakase {
  font-family: var(--f-body);
  font-weight: 400;
  font-size: var(--fs-etiqueta);
  letter-spacing: 0.55em;
  color: var(--rojo);
}
.acto-claim {
  margin-top: clamp(22px, 4svh, 44px);
  max-width: 32ch;
  color: var(--rojo-tinta);
}
.acto-claim span {
  display: block;
  margin-top: 0.5em;
  font-size: var(--fs-etiqueta);
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--rojo);
}

/* Labels anotados (aparecen cuando el roll sale) */
.acto-label {
  position: absolute;
  max-width: 15rem;
  font-size: calc(var(--fs-body) * 0.95);
  line-height: 1.4;
  color: var(--rojo-tinta);
  z-index: 5;
}
.acto-label strong { font-weight: 500; color: var(--rojo); }
.acto-label-linea {
  display: block;
  width: 64px;
  height: 1.5px;
  background: var(--rojo);
  margin-bottom: 0.7em;
  transform-origin: 0 50%;
}
/* con el bote fijo a la izquierda, los labels ocupan el lado derecho */
.acto-label--a { left: clamp(300px, 34vw, 40rem); top: 22%; }
.acto-label--b { left: clamp(320px, 37vw, 43rem); bottom: 20%; }
.acto-label--c { left: clamp(430px, 56vw, 62rem); top: 40%; }

html:not(.has-motion) .acto-label { position: static; flex: 1 1 200px; max-width: none; }

.acto-hint {
  position: absolute;
  left: 50%;
  bottom: 4.5svh;
  translate: -50% 0;
  height: 58px;
  width: 2px;
  overflow: clip;
}
.acto-hint-linea { display: block; width: 100%; height: 100%; background: var(--rojo); }
@media (prefers-reduced-motion: no-preference) {
  .acto-hint-linea { animation: hint 1.8s var(--ease) infinite; }
}
@keyframes hint {
  0% { transform: translateY(-100%); }
  55% { transform: translateY(0); }
  100% { transform: translateY(102%); }
}

/* ── Marquee ────────────────────────────────────────────── */
.marquee {
  overflow: clip;
  border-block: 1.5px solid var(--rojo);
  padding: 12px 0;
  background: var(--crema);
  color: var(--rojo);
  position: relative;
  z-index: 6;
}
.marquee--rojo {
  background: var(--rojo);
  color: var(--crema);
  border-color: var(--rojo);
}
.marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
}
.marquee-track span {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(1.05rem, 2.1vw, 1.6rem);
  letter-spacing: 0.09em;
  white-space: nowrap;
}
@media (prefers-reduced-motion: no-preference) {
  .marquee-track { animation: marquee 30s linear infinite; }
}
.marquee--js .marquee-track { animation: none; }
@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* ── Manifiesto ─────────────────────────────────────────── */
.manifiesto {
  position: relative;
  padding: clamp(90px, 16svh, 190px) var(--margen);
  overflow: clip;
}
.manifiesto-kanji {
  position: absolute;
  left: clamp(4px, 1vw, 20px);
  top: 50%;
  translate: 0 -50%;
  writing-mode: vertical-rl;
  font-family: var(--f-body);
  font-size: var(--fs-etiqueta);
  letter-spacing: 0.6em;
  color: var(--rojo);
  opacity: 0.35;
}
.manifiesto-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
  max-width: 78rem;
  margin-inline: auto;
}
.manifiesto-etiqueta,
.cierre-etiqueta {
  font-weight: 500;
  font-size: var(--fs-etiqueta);
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--rojo);
  margin-bottom: 2.2rem;
}
.manifiesto-titular {
  font-weight: 600;
  font-size: var(--fs-titular);
  color: var(--rojo);
}
.punto--titular {
  width: 0.16em; height: 0.16em;
  margin-left: 0.14em;
  transform-origin: 50% 50%;
}
.manifiesto-claims {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9em 1.6em;
  margin-top: 2.6rem;
}
.manifiesto-claims li {
  display: flex;
  align-items: center;
  gap: 1.6em;
  font-weight: 500;
  font-size: var(--fs-etiqueta);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--rojo-tinta);
}
.manifiesto-claims li + li::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--rojo);
}

.manifiesto-fotos { position: relative; }
.foto-card {
  border-radius: var(--radio);
  overflow: clip;
  box-shadow: 0 26px 60px rgba(143, 36, 24, 0.14);
  background: var(--blanco);
}
.foto-card img { width: 100%; height: 100%; object-fit: cover; }
.foto-card--palillos { aspect-ratio: 3 / 4; }
.foto-card--columna {
  position: absolute;
  right: calc(-1 * clamp(8px, 2vw, 26px));
  bottom: -22%;
  width: 46%;
  aspect-ratio: 2 / 3;
  rotate: 3deg;
}

/* ── Statement ──────────────────────────────────────────── */
.statement {
  position: relative;
  background: var(--crema);
}
.statement-fondo {
  position: relative;
  min-height: 94svh;
  display: grid;
  place-items: center;
  background: var(--rojo);
  color: var(--crema);
  overflow: clip;
  clip-path: inset(5.5% 4.5% round 44px);
}
.statement-centro {
  text-align: center;
  padding: 0 var(--margen);
}
.statement-titular {
  font-weight: 700;
  font-size: var(--fs-statement);
  line-height: 0.92;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: var(--crema);
  text-wrap: balance;
}
.statement-sub {
  margin-top: 2.4rem;
  font-size: calc(var(--fs-body) * 1.06);
  letter-spacing: 0.04em;
  color: var(--crema);
  opacity: 0.88;
}
.statement-wordmark {
  position: absolute;
  right: clamp(6px, 2vw, 28px);
  top: 50%;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(2.6rem, 7svh, 4.6rem);
  color: var(--crema);
  opacity: 0.2;
  white-space: nowrap;
  transform: rotate(-90deg) translateX(-50%);
  transform-origin: 0 0;
  pointer-events: none;
}
.punto--statement {
  position: absolute;
  left: clamp(20px, 6vw, 90px);
  bottom: clamp(20px, 7svh, 80px);
  width: clamp(18px, 2.6vw, 34px);
  height: clamp(18px, 2.6vw, 34px);
  background: var(--crema);
}

/* ── Cierre ─────────────────────────────────────────────── */
.cierre {
  text-align: center;
  padding: clamp(110px, 18svh, 220px) var(--margen) clamp(70px, 10svh, 130px);
  overflow: clip;
}
.cierre-etiqueta { margin-bottom: 1.6rem; }
.cierre-titular {
  font-weight: 600;
  font-size: var(--fs-titular);
  max-width: 18ch;
  margin-inline: auto;
}
.cierre-pill { margin-top: 3rem; }
.cierre-foto {
  width: min(28rem, 84vw);
  margin: clamp(60px, 10svh, 110px) auto 0;
  border-radius: var(--radio);
  overflow: clip;
  box-shadow: 0 30px 70px rgba(143, 36, 24, 0.16);
  rotate: -2deg;
}
.cierre-foto img { width: 100%; height: auto; }

/* Banda seigaiha (adaptada de la referencia de packaging) */
.olas {
  height: clamp(80px, 13vh, 140px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23B93226' stroke-width='1.5'%3E%3Cpath d='M0 32a32 32 0 0 1 64 0'/%3E%3Cpath d='M9 32a23 23 0 0 1 46 0'/%3E%3Cpath d='M18 32a14 14 0 0 1 28 0'/%3E%3Cpath d='M27 32a5 5 0 0 1 10 0'/%3E%3Cpath d='M-32 64a32 32 0 0 1 64 0'/%3E%3Cpath d='M-23 64a23 23 0 0 1 46 0'/%3E%3Cpath d='M-14 64a14 14 0 0 1 28 0'/%3E%3Cpath d='M-5 64a5 5 0 0 1 10 0'/%3E%3Cpath d='M32 64a32 32 0 0 1 64 0'/%3E%3Cpath d='M41 64a23 23 0 0 1 46 0'/%3E%3Cpath d='M50 64a14 14 0 0 1 28 0'/%3E%3Cpath d='M59 64a5 5 0 0 1 10 0'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 64px 64px;
  background-repeat: repeat;
  opacity: 0.15;
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 60%);
  mask-image: linear-gradient(to bottom, transparent, black 60%);
}

/* ── Footer · cortina ───────────────────────────────────── */
main {
  position: relative;
  z-index: 2;
  background: var(--crema);
  box-shadow: 0 30px 60px -12px rgba(80, 20, 12, 0.35);
}
.footer {
  position: sticky;
  bottom: 0;
  z-index: 1;
  min-height: min(68svh, 620px);
  display: grid;
  place-items: center;
  background: var(--rojo);
  color: var(--crema);
  padding: clamp(50px, 8svh, 90px) var(--margen);
  overflow: clip;
}
.footer-contenido { text-align: center; }
.footer-wordmark {
  display: block;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(3.4rem, 13vw, 11rem);
  line-height: 0.95;
  letter-spacing: 0.01em;
  color: var(--crema);
}
.footer-motivo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin: clamp(26px, 5svh, 46px) 0;
}
.punto--footer { background: var(--crema); width: 16px; height: 16px; }
.footer-linea { width: 1.5px; height: 54px; background: var(--crema); opacity: 0.6; }
.footer-omakase {
  font-size: var(--fs-etiqueta);
  letter-spacing: 0.55em;
  text-transform: uppercase;
  opacity: 0.9;
}
.footer-meta {
  font-size: var(--fs-etiqueta);
  letter-spacing: 0.12em;
  opacity: 0.75;
}

/* ═══ Estados iniciales de animación ═══
   Solo con JS + motion: sin JS o con reduced-motion la página
   queda estática y 100% visible. */
html.js.has-motion .nav { transform: translateY(-110%); }
html.js.has-motion .acto-wordmark-texto,
html.js.has-motion .punto--hero,
html.js.has-motion .acto-linea,
html.js.has-motion .acto-omakase,
html.js.has-motion .acto-rig,
html.js.has-motion [data-hero-claim] { opacity: 0; }
html.js.has-motion .rig-pieza { opacity: 0; }
html.js.has-motion [data-reveal] { opacity: 0; transform: translateY(30px); }
html.js.has-motion [data-label] { opacity: 0; }
html.js.has-motion [data-label] .acto-label-linea { transform: scaleX(0); }
html.js.has-motion .punto--titular { transform: scale(0); }
html.js.has-motion .statement-titular,
html.js.has-motion .statement-sub { opacity: 0; }

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 899px) {
  .nav { padding: 12px clamp(16px, 4vw, 28px); }

  .acto-stage {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    padding-top: calc(48px + 4svh);
  }
  html.js.has-motion .acto { height: 300svh; }

  .acto-titulo {
    order: 1;
    flex: none;
    min-width: 0;
    width: 100%;
    text-align: center;
    z-index: 4;
  }
  .acto-wordmark-texto { font-size: clamp(3rem, 14.5vw, 6rem); }
  .acto-motivo { justify-content: center; }
  .acto-claim { margin-inline: auto; }
  .acto-claim { margin-top: clamp(14px, 2.4svh, 26px); }

  .acto-rigzone { order: 2; margin: 4svh 0 0; }
  .acto-rig { height: min(52svh, 30rem); }

  .acto-kanji { top: auto; bottom: 6svh; right: 4vw; font-size: 28vw; opacity: 0.05; }

  .acto-label { max-width: 11.5rem; font-size: calc(var(--fs-body) * 0.82); }
  .acto-label--a { left: clamp(10px, 3vw, 20px); top: 38%; }
  .acto-label--b { left: clamp(10px, 3vw, 20px); bottom: 12%; }
  .acto-label--c { left: auto; right: clamp(10px, 3vw, 20px); top: 52%; }

  .rig-pieza--negro { width: clamp(6.5rem, 22vw, 8.5rem); }
  .rig-pieza--naranja { width: clamp(5.5rem, 18vw, 7rem); }
  .rig-pieza--negro2 { width: clamp(4.5rem, 14vw, 5.5rem); }

  .manifiesto-grid { grid-template-columns: 1fr; gap: 70px; }
  .manifiesto-kanji { display: none; }
  .manifiesto-fotos { margin-bottom: 10%; }

  .statement-fondo { clip-path: inset(4% 4% round 30px); min-height: 86svh; }
  .statement-wordmark { display: none; }

  .footer { min-height: 56svh; }
}

@media (max-width: 599px) {
  .nav-nombre { display: none; }
  .foto-card--columna { bottom: -14%; }
}
