body { animation: pageIn .5s ease forwards; }
    @keyframes pageIn { from{opacity:0;} to{opacity:1;} }

    /* ── Intro bloque ───────────────────────────────────── */
    .detalle-intro {
      padding: clamp(5rem,10vh,8rem) clamp(1.5rem,5vw,4rem);
      background: #080808;
    }

    .detalle-intro-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: clamp(3rem,6vw,7rem);
      align-items: center;
    }

    .detalle-intro-text .label { margin-bottom: 1rem; }

    .detalle-intro-text h2 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2.2rem,4vw,3.8rem);
      font-weight: 300;
      color: var(--warm-white);
      line-height: 1.15;
      margin-bottom: 1.5rem;
    }

    .detalle-intro-text h2 em { color: var(--gold); font-style: italic; }

    .detalle-intro-text p {
      font-size: clamp(.9rem,1.2vw,1.05rem);
      color: rgba(245,242,238,.65);
      line-height: 1.8;
      margin-bottom: 2rem;
    }

    .detalle-intro-img {
      position: relative;
      aspect-ratio: 4/3;
      overflow: hidden;
    }

    .detalle-intro-img img {
      width: 100%; height: 100%;
      object-fit: cover;
      filter: brightness(.85);
    }

    .detalle-intro-img::after {
      content: '';
      position: absolute;
      inset: 0;
      border: 1px solid rgba(184,147,86,.25);
      pointer-events: none;
    }

    /* ── Qué incluye ────────────────────────────────────── */
    .detalle-incluye {
      padding: clamp(4rem,8vh,7rem) clamp(1.5rem,5vw,4rem);
      background: var(--charcoal);
    }

    .detalle-incluye .container {
      max-width: 1200px;
      margin: 0 auto;
    }

    .detalle-incluye .label { margin-bottom: 1rem; }

    .detalle-incluye h2 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2rem,3.5vw,3rem);
      font-weight: 300;
      color: var(--warm-white);
      margin-bottom: 3rem;
      line-height: 1.2;
    }

    .detalle-incluye h2 em { color: var(--gold); }

    .incluye-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5px;
    }

    .incluye-item {
      background: rgba(245,242,238,.03);
      border: 1px solid rgba(184,147,86,.12);
      padding: 2.5rem 2rem;
      transition: border-color .4s;
    }

    .incluye-item:hover { border-color: rgba(184,147,86,.4); }

    .incluye-icon {
      font-size: 1.6rem;
      margin-bottom: 1.25rem;
      color: var(--gold);
    }

    .incluye-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.4rem;
      font-weight: 400;
      color: var(--warm-white);
      margin-bottom: .6rem;
    }

    .incluye-desc {
      font-size: .85rem;
      color: rgba(245,242,238,.55);
      line-height: 1.75;
    }

    /* ── Galería ────────────────────────────────────────── */
    .detalle-galeria {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-auto-rows: 32vh;
      gap: 3px;
    }

    .detalle-gal-item {
      overflow: hidden;
    }

    .detalle-gal-item img {
      width: 100%; height: 100%;
      object-fit: cover;
      filter: brightness(.78);
      transition: transform .9s cubic-bezier(.22,1,.36,1), filter .9s;
    }

    .detalle-gal-item:hover img {
      transform: scale(1.05);
      filter: brightness(.92);
    }

    /* ── Cifras ─────────────────────────────────────────── */
    .detalle-stats {
      padding: clamp(4rem,8vh,6rem) clamp(1.5rem,5vw,4rem);
      background: #080808;
    }

    .detalle-stats-inner {
      max-width: 1000px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 2rem;
      text-align: center;
    }

    .detalle-stat-num {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2.5rem,5vw,4rem);
      font-weight: 300;
      color: var(--gold);
      line-height: 1;
    }

    .detalle-stat-num span {
      font-size: .55em;
      opacity: .75;
    }

    .detalle-stat-label {
      font-size: .72rem;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: rgba(245,242,238,.45);
      margin-top: .5rem;
    }

    /* ── Proceso ────────────────────────────────────────── */
    .detalle-proceso {
      padding: clamp(5rem,9vh,8rem) clamp(1.5rem,5vw,4rem);
      background: var(--deep);
    }

    .detalle-proceso-inner {
      max-width: 900px;
      margin: 0 auto;
    }

    .detalle-proceso .label { margin-bottom: 1rem; }

    .detalle-proceso h2 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2rem,3.5vw,3rem);
      font-weight: 300;
      color: var(--warm-white);
      margin-bottom: 3.5rem;
    }

    .detalle-proceso h2 em { color: var(--gold); }

    .proceso-steps {
      display: flex;
      flex-direction: column;
      gap: 0;
    }

    .proceso-step {
      display: grid;
      grid-template-columns: 3rem 1fr;
      gap: 2rem;
      padding: 2rem 0;
      border-top: 1px solid rgba(184,147,86,.15);
    }

    .paso-num {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2.5rem;
      font-weight: 300;
      color: rgba(184,147,86,.35);
      line-height: 1;
    }

    .paso-body h4 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.3rem;
      font-weight: 400;
      color: var(--warm-white);
      margin-bottom: .5rem;
    }

    .paso-body p {
      font-size: .85rem;
      color: rgba(245,242,238,.55);
      line-height: 1.75;
    }

    /* ── Responsive ─────────────────────────────────────── */
    @media (max-width: 900px) {
      .detalle-intro-inner { grid-template-columns: 1fr; }
      .incluye-grid { grid-template-columns: 1fr 1fr; }
      .detalle-stats-inner { grid-template-columns: repeat(2, 1fr); }
      .detalle-galeria { grid-template-columns: 1fr 1fr; grid-auto-rows: 28vw; }
    }

    @media (max-width: 600px) {
      .incluye-grid { grid-template-columns: 1fr; }
      .detalle-stats-inner { grid-template-columns: repeat(2, 1fr); }
      .detalle-galeria { grid-template-columns: 1fr 1fr; grid-auto-rows: 35vw; }
    }
