/* ============================================================
   ORIGEN MODULAR — Cinematic edition (Exo Ape / fluid.glass vibe)
   Image-led, editorial, generous whitespace, slow elegant motion
   ============================================================ */

:root {
  --char:      oklch(0.21 0.012 60);   /* warm near-black */
  --char-2:    oklch(0.30 0.012 60);
  --char-soft: oklch(0.46 0.010 60);
  --cream:     oklch(0.955 0.012 85);  /* warm off-white */
  --paper:     oklch(0.975 0.008 85);
  --line:      oklch(0.21 0.012 60 / 0.14);
  --line-light: oklch(1 0 0 / 0.18);
  --gold:      oklch(0.70 0.09 78);

  --f-display: "Outfit", "Schibsted Grotesk", system-ui, sans-serif;
  --f-sans:    "Hanken Grotesk", system-ui, -apple-system, sans-serif;
  --f-mono:    "Hanken Grotesk", system-ui, -apple-system, sans-serif;

  --maxw: 1440px;
  --gutter: clamp(1.5rem, 5vw, 5rem);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --img-radius: 10px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--f-sans);
  font-size: 17px;
  line-height: 1.6;
  color: var(--char);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
h1, h2, h3 { margin: 0; font-weight: 400; letter-spacing: -0.025em; line-height: 1.0; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }

.label {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--char-soft);
  font-weight: 400;
}

/* Display scale ------------------------------------------------ */
.d1 { font-family: var(--f-display); font-size: clamp(3rem, 9vw, 9rem); font-weight: 400; letter-spacing: -0.04em; line-height: 0.92; }
.d2 { font-family: var(--f-display); font-size: clamp(2.2rem, 5.5vw, 5rem); font-weight: 400; letter-spacing: -0.035em; line-height: 0.98; }
.d3 { font-family: var(--f-display); font-size: clamp(1.6rem, 3vw, 2.6rem); font-weight: 400; letter-spacing: -0.02em; line-height: 1.05; }
.lede { font-size: clamp(1.1rem, 1.5vw, 1.4rem); line-height: 1.5; color: var(--char-soft); font-weight: 400; }

/* Buttons ------------------------------------------------------ */
.btn {
  display: inline-flex; align-items: center; gap: 0.6em;
  padding: 0.95em 1.7em;
  border-radius: 999px;
  font-size: 13.5px; font-weight: 500; letter-spacing: 0.03em;
  white-space: nowrap;
  transition: background 0.4s var(--ease), color 0.4s var(--ease), transform 0.4s var(--ease), border-color 0.4s;
}
.btn:active { transform: scale(0.985); }
.btn--solid { background: var(--char); color: var(--cream); }
.btn--solid:hover { background: var(--gold); color: var(--char); }
.btn--line { border: 1px solid currentColor; color: var(--char); }
.btn--line:hover { background: var(--char); color: var(--cream); border-color: var(--char); }
.btn--light { border: 1px solid oklch(1 0 0 / 0.4); color: var(--cream); background: oklch(0.15 0.01 60 / 0.32); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.btn--light:hover { background: var(--cream); color: var(--char); border-color: var(--cream); }
.btn--gold { background: var(--gold); color: var(--char); }
.btn--gold:hover { background: var(--cream); }

/* NAV ---------------------------------------------------------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.5rem var(--gutter);
  color: var(--cream);
  transition: background 0.5s var(--ease), color 0.5s var(--ease), padding 0.5s var(--ease);
  mix-blend-mode: normal;
}
.nav.is-solid {
  background: oklch(0.955 0.012 85 / 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: var(--char);
  padding-top: 1rem; padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}
.nav::before {
  content: "";
  position: absolute; inset: 0; bottom: auto; height: 180px;
  z-index: -1;
  background: linear-gradient(180deg, oklch(0.1 0.01 60 / 0.5), transparent);
  opacity: 1; transition: opacity 0.5s var(--ease);
  pointer-events: none;
}
.nav.is-solid::before { opacity: 0; }
/* CTA destacado cuando el nav es sólido (barra blanca) */
.nav.is-solid .nav__cta {
  background: transparent;
  color: var(--gold-deep, oklch(0.58 0.10 72));
  border-color: var(--gold);
}
.nav.is-solid .nav__cta:hover {
  background: var(--gold);
  color: var(--char);
  border-color: var(--gold);
}
.nav__brand img { height: 52px; width: auto; display: block; transition: opacity 0.4s, height 0.45s var(--ease); }
.nav__brand .logo-color { display: none; }
.nav.is-solid .nav__brand .logo-white { display: none; }
.nav.is-solid .nav__brand .logo-color { display: block; }
.nav.is-solid .nav__brand img { height: 52px; }
.nav__links { display: flex; gap: clamp(1.5rem, 2.6vw, 2.75rem); font-size: 17px; letter-spacing: 0.01em; margin-left: auto; margin-right: clamp(1.5rem, 3.5vw, 3.5rem); }
.nav__links a { opacity: 1; font-weight: 600; transition: opacity 0.25s, color 0.25s; }
.nav__links a:hover { color: var(--gold); }
.nav:not(.is-solid) .nav__links a { text-shadow: 0 2px 18px oklch(0.1 0.01 60 / 0.85), 0 1px 3px oklch(0.1 0.01 60 / 0.7); }
.nav:not(.is-solid) .nav__brand img { filter: drop-shadow(0 2px 12px oklch(0.1 0.01 60 / 0.7)); }
.nav__right { display: flex; align-items: center; gap: 1.5rem; }
@media (max-width: 860px) { .nav__links { display: none; } }

/* HERO --------------------------------------------------------- */
.hero {
  position: relative;
  height: 100vh; height: 100svh;
  min-height: 620px;
  overflow: hidden;
  color: var(--cream);
}
.hero__media { position: absolute; inset: 0; overflow: hidden; }
.hero__media img,
.hero__media .hero__video {
  position: absolute; inset: -8% 0;
  width: 100%; height: 116%;
  object-fit: cover;
  object-position: center 50%;
  will-change: transform;
}
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, oklch(0.15 0.01 60 / 0.35) 0%, transparent 28%, transparent 55%, oklch(0.12 0.01 60 / 0.78) 100%);
}
.hero__inner {
  position: relative; z-index: 2;
  height: 100%;
  max-width: var(--maxw); margin: 0 auto;
  padding: 0 var(--gutter) clamp(2.5rem, 5vw, 4.5rem);
  padding-left: clamp(1.5rem, 7vw, 8rem);
  display: flex; flex-direction: column; justify-content: flex-end;
}
.hero__title { font-family: var(--f-display); font-weight: 600; letter-spacing: -0.02em; line-height: 1.06; max-width: none; margin: 0; text-transform: capitalize; text-shadow: 0 2px 28px oklch(0.12 0.01 60 / 0.45); }
.hero__title .mask { display: block; overflow: hidden; padding-bottom: 0.08em; }
.hero__title .mask > span { display: block; white-space: nowrap; font-size: clamp(1.4rem, 4.4vw, 2.625rem); }
.hero__title .t-gold { color: oklch(0.84 0.11 84); }
.hero__tagline {
  margin-top: 1.5rem;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  max-width: 38ch;
  color: oklch(0.97 0.01 85 / 0.92);
  font-weight: 300;
  text-shadow: 0 1px 18px oklch(0.12 0.01 60 / 0.5);
}
.hero__actions { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 2.25rem; }

.hero__cue {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 0.6rem;
  font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase;
  color: oklch(0.97 0.01 85 / 0.7);
}
.hero__cue .ln { width: 1px; height: 38px; background: linear-gradient(var(--cream), transparent); animation: cue 2.2s var(--ease) infinite; transform-origin: top; }
@keyframes cue { 0% { transform: scaleY(0); opacity: 0; } 40% { transform: scaleY(1); opacity: 1; } 100% { transform: scaleY(1) translateY(38px); opacity: 0; } }
@media (max-width: 680px) { .hero__cue { display: none; } }

/* STATEMENT ---------------------------------------------------- */
.statement { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.statement__split { display: grid; grid-template-columns: 1fr; gap: clamp(2.5rem, 5vw, 5rem); align-items: center; }
.statement__text { max-width: 60rem; }
@media (max-width: 860px) { .statement__split { grid-template-columns: 1fr; gap: 2.5rem; } }
.statement__text { display: flex; flex-direction: column; }
.statement__text .label { display: block; margin-bottom: 1.5rem; }
.statement__row { display: flex; flex-wrap: wrap; gap: clamp(1.75rem, 4vw, 3.5rem); margin-top: clamp(1.5rem, 3vw, 2.25rem); padding-top: clamp(1.5rem, 2.5vw, 2rem); border-top: 1px solid var(--line); }
.statement__media { position: relative; overflow: hidden; border-radius: var(--img-radius); aspect-ratio: 4 / 4.4; background: linear-gradient(150deg, oklch(0.62 0.04 60), oklch(0.42 0.03 250)); }
.statement__media img { position: absolute; inset: -6% 0; width: 100%; height: 112%; object-fit: cover; }
@media (max-width: 860px) { .statement__media { aspect-ratio: 4 / 3; } }

/* Video slot (placeholder + future <video>) */
.statement__video { position: relative; overflow: hidden; border-radius: var(--img-radius); aspect-ratio: 16 / 10; background: linear-gradient(150deg, oklch(0.30 0.02 60), oklch(0.20 0.02 250)); display: flex; align-items: center; justify-content: center; }n-items: center; justify-content: center; }
.statement__player { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.statement__video::after { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(135deg, transparent 0 26px, oklch(1 0 0 / 0.04) 26px 27px); pointer-events: none; }
.statement__play { position: relative; z-index: 2; width: 76px; height: 76px; border-radius: 50%; background: oklch(1 0 0 / 0.12); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid oklch(1 0 0 / 0.35); display: flex; align-items: center; justify-content: center; transition: transform 0.3s var(--ease), background 0.3s; }
.statement__play:hover { transform: scale(1.08); background: var(--gold); border-color: var(--gold); }
.statement__playicon { width: 0; height: 0; border-style: solid; border-width: 11px 0 11px 18px; border-color: transparent transparent transparent var(--cream); margin-left: 5px; transition: border-color 0.3s; }
.statement__play:hover .statement__playicon { border-left-color: var(--char); }
.statement__videolabel { position: absolute; bottom: 1rem; left: 1rem; z-index: 2; font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: oklch(1 0 0 / 0.7); border: 1px dashed oklch(1 0 0 / 0.4); padding: 0.4rem 0.6rem; border-radius: 3px; }
.statement p.big { margin: 0; font-family: var(--f-display); font-weight: 400; font-size: clamp(1.5rem, 2.8vw, 2.5rem); line-height: 1.18; letter-spacing: -0.02em; color: var(--char); }
.statement p.big em { font-style: normal; color: var(--gold); }
.statement__row b { display: block; font-family: var(--f-display); font-weight: 500; font-size: clamp(1.2rem, 2vw, 1.6rem); letter-spacing: -0.01em; color: var(--char); }
.statement__row span { font-family: var(--f-mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--char-soft); }
@media (max-width: 860px) { .statement__video { aspect-ratio: 16 / 10; } }

/* FEATURE BLOCKS (alternating image / copy) -------------------- */
.feature { padding: clamp(3.5rem, 6vw, 5.5rem) 0; }
.feature__grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.feature--reverse .feature__grid { grid-template-columns: 1fr 1.25fr; }
.feature--reverse .feature__media { order: 2; }
@media (max-width: 880px) { .feature__grid, .feature--reverse .feature__grid { grid-template-columns: 1fr; gap: 2rem; } .feature--reverse .feature__media { order: 0; } }

.feature__media {
  position: relative; overflow: hidden;
  border-radius: var(--img-radius);
  aspect-ratio: 4 / 3.05;
  background: linear-gradient(150deg, oklch(0.62 0.04 60), oklch(0.42 0.03 250));
}
.feature__media img { position: absolute; inset: -8% 0; width: 100%; height: 116%; object-fit: cover; will-change: transform; }
.feature__media--contain { background: var(--cream); aspect-ratio: 1080 / 780; }
.feature__media--contain img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: none !important; }
.feature__media--photo { aspect-ratio: 4 / 3; }
.feature__media--photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: none !important; }
/* Media para producto suelto (PNG sobre fondo claro) */
.feature__media--prod { background: var(--paper); aspect-ratio: 4 / 3.05; }
.feature__media--prod img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 7%; transform: none !important; }
/* Wordmark de marca en texto (cuando no hay logo) */
.nav__wordmark { font-family: var(--f-display); font-weight: 600; font-size: 1.7rem; letter-spacing: -0.03em; line-height: 1; color: inherit; }
.nav__wordmark b { color: var(--gold); }

/* PRODUCT CARDS (Reddot) --------------------------------------- */
.prodsec { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.prodsec__head { margin-bottom: clamp(1.75rem, 3.5vw, 2.75rem); }
.prodsec__head h2 { margin-top: 0.6rem; }
.prodsec__head h2 em { font-style: normal; color: var(--gold); }
.prodgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 2.4vw, 2.25rem); }
@media (max-width: 980px) { .prodgrid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .prodgrid { grid-template-columns: 1fr; } }
.prodcard { display: flex; flex-direction: column; }
.prodcard__media {
  aspect-ratio: 4 / 3.1; border-radius: var(--img-radius); overflow: hidden;
  background: #ffffff; border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center; position: relative;
  transition: border-color 0.3s var(--ease);
}
.prodcard:hover .prodcard__media { border-color: oklch(0.21 0.012 60 / 0.28); }
.prodcard__media img { width: 100%; height: 100%; object-fit: contain; padding: 9%; transition: transform 0.5s var(--ease); }
.prodcard:hover .prodcard__media img { transform: scale(1.04); }
.prodcard__ph { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--char-soft); border: 1px dashed var(--line); padding: 0.5rem 0.85rem; }
.prodcard__body { padding-top: 1.1rem; display: flex; flex-direction: column; flex: 1; }
.prodcard__name { font-family: var(--f-display); font-size: clamp(1.2rem, 1.6vw, 1.45rem); line-height: 1.05; letter-spacing: -0.02em; }
.prodcard__desc { font-size: 13.5px; color: var(--char-soft); margin-top: 0.35rem; min-height: 3.6em; }
.prodcard__price { display: block; margin-top: 0.3rem; font-weight: 600; color: var(--char); }
.prodcard__specs { display: flex; gap: clamp(1.25rem, 2.5vw, 2rem); margin-top: auto; padding-top: 0.9rem; border-top: 1px solid var(--line); }
.prodcard__specs b { display: block; font-family: var(--f-sans); font-weight: 600; font-size: 1.15rem; letter-spacing: -0.01em; }
.prodcard__specs span { font-family: var(--f-sans); font-size: 12.5px; font-weight: 400; letter-spacing: 0; text-transform: none; color: var(--char-soft); }
.prodcard__cta { margin-top: 1.1rem; font-family: var(--f-sans); font-size: 14px; font-weight: 600; letter-spacing: 0; text-transform: none; color: var(--gold); border-bottom: 1px solid currentColor; padding-bottom: 2px; align-self: flex-start; transition: color 0.25s; }
.prodcard__cta:hover { color: var(--char); }

/* media clickable + imagen real con fallback al placeholder */
.prodcard__media { cursor: pointer; }
.prodcard__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 9%; background: #ffffff; }
.prodcard__actions { display: flex; align-items: center; gap: 1.25rem; margin-top: 1.1rem; }
.prodcard__more { font-family: var(--f-sans); font-size: 14px; font-weight: 500; letter-spacing: 0; text-transform: none; color: var(--char-soft); cursor: pointer; background: none; border: 0; padding: 0; transition: color 0.25s; }
.prodcard__more:hover { color: var(--char); }
.prodcard__actions .prodcard__cta { margin-top: 0; }

/* PRODUCT MODAL ------------------------------------------------ */
.pmodal { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: clamp(1rem, 4vw, 2.5rem); opacity: 0; pointer-events: none; transition: opacity 0.3s var(--ease); }
.pmodal.is-open { opacity: 1; pointer-events: auto; }
.pmodal__scrim { position: absolute; inset: 0; background: oklch(0.15 0.01 60 / 0.62); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.pmodal__panel { position: relative; z-index: 1; width: min(980px, 100%); max-height: 90vh; overflow: auto; background: var(--cream); border-radius: calc(var(--img-radius) + 4px); display: grid; grid-template-columns: 1fr 1fr; transform: translateY(14px) scale(0.99); transition: transform 0.35s var(--ease); }
.pmodal.is-open .pmodal__panel { transform: none; }
@media (max-width: 760px) { .pmodal__panel { grid-template-columns: 1fr; } }
.pmodal__media { position: relative; background: #ffffff; min-height: 320px; display: flex; align-items: center; justify-content: center; }
.pmodal__media img { width: 100%; height: 100%; object-fit: contain; padding: 8%; }
.pmodal__ph { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--char-soft); border: 1px dashed var(--line); padding: 0.6rem 1rem; }
.pmodal__body { padding: clamp(1.75rem, 3vw, 2.75rem); }
.pmodal__close { position: absolute; top: 1rem; right: 1rem; z-index: 3; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); background: var(--cream); color: var(--char); font-size: 20px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.25s, color 0.25s; }
.pmodal__close:hover { background: var(--char); color: var(--cream); }
.pmodal__title { font-family: var(--f-display); font-weight: 400; font-size: clamp(1.8rem, 3.2vw, 2.6rem); letter-spacing: -0.03em; line-height: 1; }
.pmodal__rent { margin-top: 1.1rem; padding: 0.75rem 1rem; border-radius: var(--img-radius); background: oklch(0.70 0.09 78 / 0.14); text-align: center; }
.pmodal__rent span { display: block; font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--char-soft); }
.pmodal__rent b { font-family: var(--f-display); font-weight: 500; font-size: 1.15rem; color: var(--gold-deep, oklch(0.58 0.10 72)); }
.pmodal__desc { margin-top: 1.25rem; color: var(--char-soft); line-height: 1.55; }
.pmodal__specs { list-style: none; margin: 1.5rem 0 0; padding: 0; }
.pmodal__specs li { display: flex; justify-content: space-between; gap: 1rem; padding: 0.7rem 0; border-bottom: 1px solid var(--line); }
.pmodal__specs .k { font-weight: 600; }
.pmodal__specs .v { color: var(--char-soft); text-align: right; }
.pmodal__cta { margin-top: 1.6rem; display: flex; flex-direction: column; gap: 0.75rem; }
.pmodal__cta .btn { width: 100%; }
.pmodal__bullets { list-style: none; margin: 1.5rem 0 0; padding: 0; display: flex; flex-direction: column; gap: 0.6rem; }
.pmodal__bullets li { font-size: 14px; color: var(--char-soft); display: flex; gap: 0.55rem; align-items: center; }
.pmodal__bullets li::before { content: "✓"; color: var(--gold); font-weight: 700; }
.feature__media .ph {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  color: oklch(1 0 0 / 0.7); font-family: var(--f-mono); font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase;
}
.feature__media .ph span { border: 1px dashed currentColor; padding: 0.5rem 0.9rem; }
.feature__num { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.2em; color: var(--gold); }
.feature h2 { margin-top: 0.9rem; }
.feature__copy p { margin: 1.25rem 0 0; color: var(--char-soft); max-width: 42ch; }
.feature__specs { list-style: none; margin: 1.75rem 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--line); }
.feature__specs li { padding: 0.9rem 0; border-bottom: 1px solid var(--line); }
.feature__specs li:nth-child(odd) { padding-right: 1.25rem; }
.feature__specs dt { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--char-soft); margin-bottom: 0.3rem; }
.feature__specs dd { margin: 0; font-family: var(--f-display); font-size: 1.25rem; }
.feature .btn { margin-top: 2rem; }

/* FULL-BLEED PARALLAX BREAK ------------------------------------ */
.break { position: relative; height: clamp(60vh, 80vh, 820px); overflow: hidden; display: flex; align-items: center; justify-content: center; color: var(--cream); text-align: center; }
.break__media { position: absolute; inset: 0; overflow: hidden; }
.break__media img { position: absolute; inset: -12% 0; width: 100%; height: 124%; object-fit: cover; will-change: transform; }
.break__media::after { content: ""; position: absolute; inset: 0; background: oklch(0.15 0.01 60 / 0.42); }
.break__inner { position: relative; z-index: 2; padding: 0 var(--gutter); }
.break .d2 { max-width: 18ch; }
.break .d2 em { font-style: normal; color: var(--gold); }

/* APPROACH / NUMBERS ------------------------------------------- */
.approach { padding: clamp(5rem, 10vw, 9rem) 0; background: var(--paper); }
.approach__head { max-width: 56ch; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.approach__head h2 { margin-top: 0.9rem; }
.approach__head h2 em { font-style: normal; color: var(--gold); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); }
@media (max-width: 880px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } }
.step { padding: 1.75rem 1.5rem 2rem 0; border-right: 1px solid var(--line); min-height: 220px; display: flex; flex-direction: column; gap: 0.75rem; }
.step:last-child { border-right: 0; }
@media (max-width: 880px) { .step:nth-child(2n) { border-right: 0; } }
.step__n { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; color: var(--gold); }
.step h3 { font-family: var(--f-display); font-size: clamp(1.4rem, 2vw, 1.7rem); }
.step p { margin: auto 0 0; font-size: 14px; color: var(--char-soft); }

/* CTA ---------------------------------------------------------- */
.cta { background: var(--char); color: var(--cream); padding: clamp(5rem, 11vw, 10rem) 0; text-align: center; }
.cta .label { color: var(--gold); }
.cta h2 { margin: 1rem auto 0; max-width: 16ch; }
.cta h2 em { font-style: normal; color: var(--gold); }
.cta__actions { display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap; margin-top: 2.5rem; }
.cta__phone { margin-top: 2rem; font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.16em; color: oklch(0.97 0.01 85 / 0.6); }

/* FOOTER ------------------------------------------------------- */
.footer { background: var(--char); color: oklch(0.97 0.01 85 / 0.6); padding: 2.5rem 0; font-size: 12.5px; border-top: 1px solid var(--line-light); }
.footer__inner { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.footer img { height: 40px; width: auto; }
.footer a:hover { color: var(--cream); }

/* PLANTAS / FLOOR PLANS --------------------------------------- */
.plans { padding: clamp(3.5rem, 6vw, 5.5rem) 0; }
.plans__head { margin-bottom: clamp(1.75rem, 3.5vw, 2.75rem); }
.plans__group { font-family: var(--f-display); font-size: clamp(1.15rem, 1.6vw, 1.4rem); letter-spacing: -0.01em; color: var(--char); margin: 0 0 1.1rem; padding-bottom: 0.6rem; border-bottom: 1px solid var(--line); }
.plans__grid + .plans__group { margin-top: clamp(2.5rem, 4vw, 3.5rem); }
.plans__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1.5rem, 2.5vw, 2.25rem); align-items: end; justify-items: stretch; transform: translateX(-1.5%); }
@media (max-width: 980px) { .plans__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .plans__grid { grid-template-columns: 1fr; } }
.plan { display: block; width: 100%; }
.plan__media { background: transparent; border: 0; border-radius: 0; display: block; width: 100%; }
.plan__media img { width: 100%; height: auto; display: block; }
.plan__cap { margin-top: 0.4rem; font-family: var(--f-display); font-size: 1.1rem; letter-spacing: -0.01em; }
.plan__sub { margin-top: 0.2rem; font-size: 13.5px; color: var(--char-soft); }

/* USOS ---------------------------------------------------------- */
.usos { padding: clamp(3.5rem, 6vw, 5.5rem) 0; }
.usos__head { margin-bottom: clamp(1.75rem, 3.5vw, 2.75rem); }
.usos__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.25rem, 2.5vw, 2rem); }
@media (max-width: 540px) { .usos__grid { grid-template-columns: 1fr; } }
.uso { display: flex; flex-direction: column; }
.uso__media { aspect-ratio: 4 / 3; border-radius: var(--img-radius); overflow: hidden; position: relative; }
.uso__media img { width: 100%; height: 100%; object-fit: cover; }
.uso__ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: var(--paper); border: 1px dashed var(--line); }
.uso__ph span { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--char-soft); border: 1px dashed var(--line); padding: 0.4rem 0.7rem; text-align: center; }
.uso h3 { font-family: var(--f-display); font-size: clamp(1.05rem, 1.5vw, 1.3rem); letter-spacing: -0.01em; margin: 0.9rem 0 0.25rem; }
.uso p { margin: 0; font-size: 13.5px; color: var(--char-soft); line-height: 1.5; }

/* TERMINACIONES ------------------------------------------------- */
.finishes { padding: clamp(3.5rem, 6vw, 5.5rem) 0; background: var(--paper); }
.finishes__head { margin-bottom: clamp(1.75rem, 3.5vw, 2.75rem); }
.finishes__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 3vw, 2.75rem) clamp(2rem, 4vw, 4rem); }
@media (max-width: 860px) { .finishes__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .finishes__grid { grid-template-columns: 1fr; } }
.finish h3 { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin: 0 0 0.9rem; padding-bottom: 0.7rem; border-bottom: 1px solid var(--line); }
.finish ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.5rem; }
.finish li { font-size: 14.5px; color: var(--char); }
.finish li span { color: var(--char-soft); }

/* CONTROL DE CALIDAD ------------------------------------------- */
.qc { padding: clamp(3.5rem, 6vw, 5.5rem) 0; }
.qc__head { margin-bottom: clamp(1.75rem, 3.5vw, 2.75rem); }
.qc__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.9rem clamp(2rem, 4vw, 3.5rem); }
@media (max-width: 760px) { .qc__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px) { .qc__grid { grid-template-columns: 1fr; } }
.qc__item { display: flex; gap: 0.7rem; align-items: flex-start; padding: 0.7rem 0; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.qc__item::before { content: "✓"; color: var(--gold); font-weight: 700; flex: none; }

/* LIGHTBOX (usos) ---------------------------------------------- */
.uso__media { cursor: zoom-in; }
.lightbox { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: clamp(1rem, 4vw, 3rem); background: oklch(0.15 0.01 60 / 0.82); opacity: 0; pointer-events: none; transition: opacity 0.3s var(--ease); }
.lightbox.is-open { opacity: 1; pointer-events: auto; }
.lightbox img { max-width: 100%; max-height: 90vh; border-radius: var(--img-radius); box-shadow: 0 30px 80px oklch(0 0 0 / 0.5); transform: scale(0.97); transition: transform 0.3s var(--ease); }
.lightbox.is-open img { transform: scale(1); }
.lightbox__close { position: absolute; top: 1.25rem; right: 1.5rem; width: 44px; height: 44px; border-radius: 50%; border: 1px solid oklch(1 0 0 / 0.3); background: transparent; color: var(--cream); font-size: 22px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.25s; }
.lightbox__close:hover { background: oklch(1 0 0 / 0.15); }

/* PAGE HERO (internal) ----------------------------------------- */
.phero {
  position: relative;
  padding: clamp(8rem, 14vw, 12rem) 0 clamp(3.5rem, 6vw, 5.5rem);
  background: var(--char);
  color: var(--cream);
  overflow: hidden;
}
.phero__crumb { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: oklch(0.97 0.01 85 / 0.5); margin-bottom: 1.75rem; }
.phero__crumb a { color: var(--gold); }
.phero h1 { max-width: 15ch; }
.phero .lede { color: oklch(0.97 0.01 85 / 0.82); margin-top: 1.5rem; max-width: 52ch; }
.phero__stats { display: flex; flex-wrap: wrap; gap: clamp(1.75rem, 4vw, 3.5rem); margin-top: 2.75rem; padding-top: 2rem; border-top: 1px solid var(--line-light); }
.phero__stats b { display: block; font-family: var(--f-display); font-weight: 400; font-size: clamp(1.5rem, 2.6vw, 2.1rem); line-height: 1; }
.phero__stats span { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: oklch(0.97 0.01 85 / 0.6); }

/* CATALOG LIST ------------------------------------------------- */
.catalog { padding: clamp(4rem, 8vw, 7rem) 0; }
.catalog__list { border-top: 1px solid var(--line); }
.row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr auto;
  gap: 1.5rem; align-items: center;
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--line);
  transition: background 0.3s var(--ease);
}
.row:hover { background: oklch(0.21 0.012 60 / 0.03); }
.row__n { font-family: var(--f-mono); font-size: 12px; color: var(--gold); }
.row__name { font-family: var(--f-display); font-size: clamp(1.2rem, 1.7vw, 1.5rem); line-height: 1.08; }
.row__name small { display: block; font-family: var(--f-sans); font-size: 12px; color: var(--char-soft); margin-top: 4px; }
.row__cell strong { display: block; font-weight: 600; font-size: 15px; }
.row__cell span { font-size: 12.5px; color: var(--char-soft); }
.row__cta a { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); border-bottom: 1px solid currentColor; padding-bottom: 2px; white-space: nowrap; }
.row--head { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--char-soft); padding: 1rem 0; }
.row--head:hover { background: transparent; }
@media (max-width: 920px) {
  .row { grid-template-columns: 1fr; gap: 0.4rem; }
  .row--head { display: none; }
  .row__cell::before { content: attr(data-label); display: block; font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--char-soft); margin-bottom: 2px; }
}

/* SPEC TABLE --------------------------------------------------- */
.spectable { padding: clamp(4rem, 8vw, 7rem) 0; background: var(--paper); }
.spectable__grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
@media (max-width: 820px) { .spectable__grid { grid-template-columns: 1fr; } }
.spectable__head h2 { margin-top: 0.9rem; }
.spectable__head h2 em { font-style: normal; color: var(--gold); }
.spectable__nums { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 2rem; }
.spectable__nums div { background: var(--paper); padding: 1.3rem 1.1rem; }
.spectable__nums b { display: block; font-family: var(--f-display); font-weight: 400; font-size: clamp(1.8rem, 3vw, 2.4rem); line-height: 1; }
.spectable__nums span { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--char-soft); }
.spectable dl { margin: 0; border-top: 1px solid var(--line); }
.spectable .srow { display: grid; grid-template-columns: 180px 1fr; gap: 2rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
@media (max-width: 560px) { .spectable .srow { grid-template-columns: 1fr; gap: 0.3rem; } }
.spectable dt { font-family: var(--f-mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--char-soft); }
.spectable dd { margin: 0; font-size: 14.5px; line-height: 1.55; }
.spectable dd span { color: var(--char-soft); font-size: 13px; }

/* A-PEDIDO CARDS ----------------------------------------------- */
.apc { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: clamp(1.5rem, 3vw, 2.5rem); }
@media (max-width: 820px) { .apc { grid-template-columns: 1fr; } }
.apc__card { display: flex; flex-direction: column; gap: 1.1rem; }
.apc__card h3 { margin-top: 0.3rem; }
.apc__media { aspect-ratio: 4 / 3; border-radius: var(--img-radius); background: linear-gradient(150deg, oklch(0.62 0.04 60), oklch(0.42 0.03 250)); position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.apc__media span { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: oklch(1 0 0 / 0.7); border: 1px dashed currentColor; padding: 0.4rem 0.7rem; }
.apc__media img { width: 100%; height: 100%; object-fit: cover; }
.apc__card h3 { font-family: var(--f-display); font-size: 1.4rem; }
.apc__card p { margin: 0; font-size: 14px; color: var(--char-soft); }
.apc__badge { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-top: auto; padding-top: 0.5rem; }

/* APPLICATIONS GRID -------------------------------------------- */
.appsg { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
@media (max-width: 980px) { .appsg { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .appsg { grid-template-columns: 1fr; } }
.appc { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--img-radius); color: var(--cream); display: flex; flex-direction: column; justify-content: flex-end; padding: 1.4rem; }
.appc::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, oklch(0.15 0.01 60 / 0.85), transparent 65%); z-index: 1; }
.appc__bg { position: absolute; inset: 0; }
.appc__bg.a1 { background: linear-gradient(150deg, oklch(0.5 0.05 45), oklch(0.32 0.04 40)); }
.appc__bg.a2 { background: linear-gradient(150deg, oklch(0.5 0.06 160), oklch(0.3 0.05 210)); }
.appc__bg.a3 { background: linear-gradient(150deg, oklch(0.46 0.05 250), oklch(0.28 0.04 260)); }
.appc__bg.a4 { background: linear-gradient(150deg, oklch(0.54 0.06 85), oklch(0.36 0.05 65)); }
.appc__bg span { position: absolute; bottom: 0.8rem; left: 0.8rem; font-family: var(--f-mono); font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; opacity: 0.6; border: 1px dashed currentColor; padding: 0.3rem 0.5rem; }
.appc__copy { position: relative; z-index: 2; }
.appc__copy .label { color: var(--gold); }
.appc__copy h3 { font-family: var(--f-display); font-size: 1.3rem; margin: 0.4rem 0 0.3rem; }
.appc__copy p { margin: 0; font-size: 13px; opacity: 0.85; }

/* FAQ ---------------------------------------------------------- */
.faq { padding: clamp(4rem, 8vw, 7rem) 0; background: var(--cream); }
.faq__grid { display: grid; grid-template-columns: 1fr 1.55fr; gap: clamp(2.5rem, 5vw, 5rem); align-items: start; }
@media (max-width: 860px) { .faq__grid { grid-template-columns: 1fr; gap: 2.5rem; } }
.faq__intro h2 { margin-top: 0.9rem; }
.faq__intro h2 em { font-style: normal; color: var(--gold); }
.faq__note { margin: 1.5rem 0 1.5rem; color: var(--char-soft); max-width: 34ch; }
.faq__list { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 2rem;
  padding: 1.5rem 0; text-align: left;
  font-family: var(--f-display); font-weight: 400;
  font-size: clamp(1.15rem, 1.7vw, 1.45rem); line-height: 1.2; color: var(--char);
}
.faq__ico { position: relative; width: 22px; height: 22px; flex-shrink: 0; }
.faq__ico::before, .faq__ico::after { content: ""; position: absolute; background: var(--gold); transition: transform 0.35s var(--ease), opacity 0.35s var(--ease); }
.faq__ico::before { top: 50%; left: 0; right: 0; height: 1.5px; transform: translateY(-50%); }
.faq__ico::after { left: 50%; top: 0; bottom: 0; width: 1.5px; transform: translateX(-50%); }
.faq__item.is-open .faq__ico::after { transform: translateX(-50%) rotate(90deg); opacity: 0; }
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.4s var(--ease); }
.faq__a > div { overflow: hidden; }
.faq__a p { margin: 0; padding: 0 0 1.6rem; max-width: 64ch; color: var(--char-soft); font-size: 15px; line-height: 1.65; }
.faq__item.is-open .faq__a { grid-template-rows: 1fr; }

/* COTIZACIÓN (glow form) --------------------------------------- */
.quote { background: var(--char); color: var(--cream); padding: clamp(4rem, 8vw, 7rem) 0; position: relative; overflow: hidden; }
.quote__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 5vw, 5rem); align-items: start; }
@media (max-width: 900px) { .quote__grid { grid-template-columns: 1fr; gap: 3rem; } }
.quote__copy h2 { margin-top: 1rem; }
.quote__copy h2 em { font-style: normal; color: var(--gold); }
.quote__lede { color: oklch(0.97 0.01 85 / 0.78); margin-top: 1.25rem; max-width: 42ch; }
.quote__channels { display: flex; flex-direction: column; gap: 0.25rem; margin-top: 2.5rem; border-top: 1px solid var(--line-light); padding-top: 1.5rem; }
.quote__channels a { display: grid; grid-template-columns: 26px 1fr; gap: 1rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid oklch(1 0 0 / 0.08); }
.quote__channels svg { width: 24px; height: 24px; color: var(--gold); }
.quote__channels small { display: block; font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.2rem; }
.quote__channels strong { font-family: var(--f-display); font-weight: 400; font-size: 1.3rem; }

.qform {
  position: relative;
  background: oklch(1 0 0 / 0.045);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  border: 1px solid oklch(1 0 0 / 0.14);
  border-radius: 24px;
  padding: clamp(1.75rem, 3vw, 2.75rem);
  box-shadow: 0 40px 100px -36px oklch(0 0 0 / 0.7), inset 0 1px 0 oklch(1 0 0 / 0.14);
  display: flex; flex-direction: column; gap: 1.1rem;
  overflow: hidden;
}
.qform__glow {
  position: absolute; z-index: 0;
  width: 360px; height: 360px; border-radius: 50%;
  top: -140px; right: -120px;
  background: radial-gradient(circle, oklch(0.72 0.10 78 / 0.55), transparent 70%);
  filter: blur(50px);
  pointer-events: none;
}
.qform > *:not(.qform__glow) { position: relative; z-index: 1; }
.qform__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
@media (max-width: 520px) { .qform__row { grid-template-columns: 1fr; } }
.qfield { display: flex; flex-direction: column; gap: 0.4rem; }
.qfield label { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: oklch(0.97 0.01 85 / 0.65); }
.qfield input, .qfield select, .qfield textarea {
  background: transparent; border: 0; border-bottom: 1px solid oklch(1 0 0 / 0.25);
  padding: 0.65rem 0; color: var(--cream); font: inherit; font-size: 15px;
  border-radius: 0; outline: none; transition: border-color 0.25s;
}
.qfield input::placeholder, .qfield textarea::placeholder { color: oklch(0.97 0.01 85 / 0.35); }
.qfield input:focus, .qfield select:focus, .qfield textarea:focus { border-color: var(--gold); }
.qfield select { -webkit-appearance: none; appearance: none; cursor: pointer; background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(135deg, var(--gold) 50%, transparent 50%); background-position: calc(100% - 14px) center, calc(100% - 8px) center; background-size: 6px 6px; background-repeat: no-repeat; }
.qfield option { background: var(--char); color: var(--cream); }
.qfield textarea { resize: vertical; min-height: 84px; }
.qform__submit { margin-top: 0.75rem; align-self: flex-start; }
.qform__legal { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: oklch(0.97 0.01 85 / 0.45); line-height: 1.5; }

/* FOOTER (full) ------------------------------------------------ */
.footer { background: var(--char); color: oklch(0.97 0.01 85 / 0.62); padding: clamp(3.5rem, 6vw, 5rem) 0 2rem; font-size: 13.5px; border-top: 1px solid var(--line-light); }
.footer__top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: clamp(2rem, 4vw, 3.5rem); padding-bottom: 3rem; }
@media (max-width: 860px) { .footer__top { grid-template-columns: 1fr 1fr; gap: 2.5rem; } }
@media (max-width: 520px) { .footer__top { grid-template-columns: 1fr; } }
.footer__logo { height: 42px; width: auto; margin-bottom: 1.25rem; }
.footer__brand-col p { margin: 0 0 1.5rem; max-width: 40ch; line-height: 1.6; }
.footer__brand-col strong { color: var(--cream); font-weight: 500; }
.footer__col h3 { font-family: var(--f-mono); font-size: 10.5px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.1rem; }
.footer__col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.6rem; }
.footer__col a:hover { color: var(--cream); }
.footer__bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-top: 1.5rem; border-top: 1px solid var(--line-light); font-family: var(--f-mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: oklch(0.97 0.01 85 / 0.5); }

/* Floating WhatsApp ------------------------------------------- */
.wa-float { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 40; width: 54px; height: 54px; border-radius: 50%; background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 16px 40px -10px oklch(0 0 0 / 0.45); transition: transform 0.25s var(--ease); }
.wa-float:hover { transform: scale(1.07); }
.wa-float svg { width: 27px; height: 27px; }

/* GALLERY ------------------------------------------------------ */
.gallery { padding: clamp(4rem, 8vw, 7rem) 0; }
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.75rem, 3vw, 3rem) clamp(1.5rem, 2.5vw, 2.5rem);
  margin-top: clamp(2.5rem, 5vw, 4rem);
}
@media (max-width: 860px) { .gallery__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .gallery__grid { grid-template-columns: 1fr; } }
.gallery__item {
  position: relative;
  margin: 0;
}
.gallery__item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-radius: var(--img-radius);
  background: var(--paper);
  transition: transform 0.6s var(--ease);
}
.gallery__item--wide { grid-column: span 2; }
.gallery__item--wide img { aspect-ratio: 16 / 9; }
@media (max-width: 540px) { .gallery__item--wide { grid-column: span 1; } .gallery__item--wide img { aspect-ratio: 4 / 3; } }
.gallery__cap {
  margin-top: 1rem;
  font-size: 14px;
  color: var(--char-soft);
}

/* PROCESO DE ARMADO (2 columnas: pasos izq · foto der) ------- */
.proc { padding: clamp(4rem, 8vw, 7rem) 0; background: var(--cream); }
.proc__viewer { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
@media (min-width: 821px) { .proc__frame { margin-top: clamp(1rem, 3vw, 2.5rem); } }
@media (max-width: 820px) { .proc__viewer { grid-template-columns: 1fr; gap: 2rem; } }

.proc__head { margin-bottom: clamp(1.75rem, 3vw, 2.5rem); }
.proc__head h2 { margin-top: 0.9rem; }
.proc__head h2 em { font-style: normal; color: var(--gold); }

.proc__frame {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--img-radius);
  overflow: hidden;
  background: oklch(0.90 0.01 230);
  box-shadow: 0 40px 90px -45px oklch(0.2 0.02 60 / 0.5);
}
.proc__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transform: scale(1.04);
  transition: opacity 0.9s var(--ease), transform 1.4s var(--ease);
}
.proc__img.is-active { opacity: 1; transform: scale(1); }

.proc__play {
  position: absolute; top: clamp(1rem, 3vw, 1.5rem); right: clamp(1rem, 3vw, 1.5rem);
  width: 44px; height: 44px; border-radius: 50%;
  background: oklch(0.21 0.012 60 / 0.55); border: 1px solid oklch(1 0 0 / 0.3);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.25s, transform 0.25s var(--ease);
}
.proc__play:hover { background: oklch(0.21 0.012 60 / 0.8); transform: scale(1.07); }
.proc__play-ico { width: 13px; height: 14px; position: relative; }
.proc__play-ico::before, .proc__play-ico::after { content: ""; position: absolute; top: 0; bottom: 0; width: 4px; background: var(--cream); border-radius: 1px; }
.proc__play-ico::before { left: 1px; }
.proc__play-ico::after { right: 1px; }
.proc__viewer.is-paused .proc__play-ico::before { left: 2px; width: 0; height: 0; background: transparent; border-left: 13px solid var(--cream); border-top: 7px solid transparent; border-bottom: 7px solid transparent; }
.proc__viewer.is-paused .proc__play-ico::after { display: none; }

/* Steps — vertical list on the left */
.proc__steps { display: flex; flex-direction: column; }
.proc__step {
  display: grid; grid-template-columns: auto 1fr; gap: 0 1rem; align-items: center;
  text-align: left; cursor: pointer;
  padding: 1rem 0; position: relative;
  border-top: 1px solid var(--line);
  opacity: 0.5; transition: opacity 0.3s var(--ease);
}
.proc__step:last-child { border-bottom: 1px solid var(--line); }
.proc__step:hover { opacity: 0.85; }
.proc__step.is-active { opacity: 1; }
.proc__bar { position: absolute; top: -1px; left: 0; height: 2px; width: 100%; background: transparent; overflow: hidden; }
.proc__bar::after { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 0; background: var(--gold); }
.proc__step.is-done .proc__bar::after { width: 100%; }
.proc__step.is-active .proc__bar::after { width: var(--p, 0%); transition: width 0.1s linear; }
.proc__n { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.14em; color: var(--char-soft); transition: color 0.3s; }
.proc__step.is-active .proc__n { color: var(--gold); }
.proc__lbl { font-family: var(--f-display); font-weight: 600; font-size: clamp(1.05rem, 1.5vw, 1.4rem); letter-spacing: -0.01em; color: var(--char); }

/* MOTION ------------------------------------------------------- */
.rise { opacity: 0; transform: translateY(30px); transition: opacity 1.1s var(--ease), transform 1.1s var(--ease); transition-delay: calc(var(--i, 0) * 0.09s); }
.rise.in { opacity: 1; transform: none; }

.mask { overflow: hidden; }
.mask > * { display: block; transform: translateY(105%); transition: transform 1.1s var(--ease); transition-delay: calc(var(--i, 0) * 0.09s); }
.mask.in > * { transform: none; }

.zoom { transform: scale(1.12); transition: transform 1.6s var(--ease); }
.zoom.in { transform: scale(1); }

/* Page hero con video de fondo */
.phero--video .phero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.phero--video::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(90deg, oklch(0.21 0.012 60 / 0.82) 0%, oklch(0.21 0.012 60 / 0.5) 42%, oklch(0.21 0.012 60 / 0.18) 100%),
    linear-gradient(0deg, oklch(0.21 0.012 60 / 0.55) 0%, transparent 55%);
}
.phero--video .wrap { position: relative; z-index: 2; }

/* Sección "Cómo se arma" */
.assembly { padding: clamp(3.5rem, 6vw, 5.5rem) 0; }
.assembly__head { margin-bottom: clamp(1.5rem, 3vw, 2.5rem); }
.assembly__frame { border-radius: var(--img-radius); overflow: hidden; }
.assembly__frame img { display: block; width: 100%; height: auto; }

/* Hero load */
.hero .mask > *, .hero .rise { transition-duration: 1.2s; }

@media (prefers-reduced-motion: reduce) {
  .rise, .mask > *, .zoom { opacity: 1 !important; transform: none !important; transition: none !important; }
  .hero__cue .ln { animation: none; }
}
