*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

    /* ── INK VIDEO — fondo fijo toda la página ── */
    #ink-video {
      position: fixed;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.55;
      z-index: -1;
      pointer-events: none;
    }

    /* Todas las secciones transparentes — el video se ve en todas */
    section, footer { background: transparent !important; }

    /* Text shadows globales para legibilidad sobre el video */
    h1, h2, h3, h4,
    .s-title, .s-label, .about-name,
    .hero-cta, .nav-links a,
    .rv-text, .rv-name, .rv-stars,
    .ft-val, .ft-label, .ft,
    .bk-label, .bk-sub, .bk-note,
    .mapa-address, .hist-quote, .hist-tag, .hist-client,
    .svc4-name, .svc4-tag,
    .about-p, .about-p strong {
      text-shadow: 0 1px 12px rgba(0,0,0,0.9), 0 2px 32px rgba(0,0,0,0.7);
    }


    :root {
      --black:  #040404;
      --deep:   #080808;
      --dark:   #0f0f0f;
      --mid:    #161616;
      --panel:  #1c1c1c;
      --white:  #f2f0eb;
      --cream:  #ddd8cc;
      --dim:    rgba(242,240,235,0.5);
    }

    html { scroll-behavior: smooth; }

    body {
      background: var(--black);
      color: var(--white);
      font-family: 'Crimson Text', Georgia, serif;
      overflow-x: hidden;
    }

    /* ── NOISE OVERLAY ── */
    body::after {
      content: '';
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: 9000;
      opacity: 0.025;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
    }

    /* custom cursor removed */
    #cursor, #cursor-dot { display: none; }

    /* ── SCROLLBAR ── */
    ::-webkit-scrollbar { width: 2px; }
    ::-webkit-scrollbar-track { background: var(--black); }
    ::-webkit-scrollbar-thumb { background: rgba(242,240,235,0.4); }

    /* ── TOP BAR (línea fija) ── */
    #ink-bar {
      position: fixed;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: var(--white);
      z-index: 500;
    }
    .drip { display: none; }

    /* ────────────────────────────────────────
       NAV
    ──────────────────────────────────────── */
    nav {
      position: fixed;
      top: 3px;
      left: 0; right: 0;
      z-index: 400;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0.6rem 3rem;
      background: transparent;
      border-bottom: none;
      overflow: visible;
    }

    .nav-brand {
      text-decoration: none;
      display: flex;
      align-items: center;
    }

    .nav-logo {
      width: 90px;
      height: 90px;
      object-fit: contain;
      transform: translateY(28px);
      filter: drop-shadow(0 4px 16px rgba(0,0,0,0.8));
      transition: filter 0.3s, transform 0.3s;
      position: relative;
      z-index: 401;
    }

    .nav-logo:hover {
      filter: drop-shadow(0 4px 22px rgba(0,0,0,0.9)) drop-shadow(0 0 10px rgba(242,240,235,0.25));
    }

    .nav-links {
      display: flex;
      gap: 2.5rem;
      list-style: none;
    }

    .nav-location {
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.66rem;
      letter-spacing: 0.45em;
      color: rgba(242,240,235,0.45);
      text-transform: uppercase;
      white-space: nowrap;
    }

    .nav-links a {
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.726rem;
      letter-spacing: 0.3em;
      color: rgba(242,240,235,0.6);
      text-decoration: none;
      text-transform: uppercase;
      transition: color 0.3s;
    }

    .nav-links a:hover { color: var(--white); }

    /* ────────────────────────────────────────
       HERO
    ──────────────────────────────────────── */
    #hero {
      position: relative;
      height: 100vh;
      min-height: 680px;
      overflow: hidden;
      background: transparent;
    }

    #hero-canvas { display: none; }

    /* Hero centrado — solo video + texto */
    .hero-center {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      z-index: 2;
      padding: 0 2rem;
      gap: 1.2rem;
    }

    .hero-location {
      font-family: 'Cinzel Decorative', serif;
      font-size: clamp(0.45rem, 1vw, 0.6rem);
      letter-spacing: 0.5em;
      color: rgba(242,240,235,0.5);
      text-transform: uppercase;
      text-shadow: 0 1px 12px rgba(0,0,0,0.9);
    }

    .hero-title {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.2rem;
      margin: 0;
    }

    .hero-t1 {
      font-family: 'Cinzel Decorative', serif;
      font-size: clamp(1rem, 3.5vw, 2rem);
      font-weight: 400;
      letter-spacing: 0.45em;
      color: rgba(242,240,235,0.7);
      text-transform: uppercase;
      text-shadow: 0 2px 30px rgba(0,0,0,0.95), 0 0 60px rgba(0,0,0,0.8);
    }

    .hero-t2 {
      font-family: 'Cinzel Decorative', serif;
      font-size: clamp(2.8rem, 9vw, 7rem);
      font-weight: 900;
      letter-spacing: 0.08em;
      color: #ffffff;
      text-transform: uppercase;
      line-height: 1;
      text-shadow: 0 2px 40px rgba(0,0,0,0.95), 0 0 80px rgba(0,0,0,0.7);
    }

    .hero-tagline {
      font-family: 'Crimson Text', serif;
      font-style: italic;
      font-size: clamp(1rem, 2vw, 1.4rem);
      color: rgba(242,240,235,0.55);
      letter-spacing: 0.06em;
      text-shadow: 0 1px 12px rgba(0,0,0,0.9);
      margin-top: 0.4rem;
    }

    .hero-cta {
      display: inline-block;
      padding: 1rem 3rem;
      border: 1.5px solid rgba(242,240,235,0.95);
      color: #ffffff;
      background: rgba(0,0,0,0.5);
      text-decoration: none;
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.6rem;
      font-weight: 700;
      letter-spacing: 0.35em;
      text-transform: uppercase;
      position: relative;
      overflow: hidden;
      transition: color 0.4s, background 0.4s;
      text-shadow: 0 0 18px rgba(0,0,0,1), 0 1px 6px rgba(0,0,0,0.9);
      white-space: nowrap;
    }
    .hero-cta::before {
      content: '';
      position: absolute;
      inset: 0;
      background: var(--white);
      transform: translateX(-100%);
      transition: transform 0.45s cubic-bezier(0.77,0,0.18,1);
    }
    .hero-cta span { position: relative; z-index: 1; }
    .hero-cta:hover::before { transform: translateX(0); }
    .hero-cta:hover { color: var(--black); }

    /* scroll hint */
    .scroll-hint {
      position: absolute;
      bottom: 2rem;
      left: 4rem;
      z-index: 10;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 0.5rem;
      opacity: 0.35;
    }
    .scroll-hint span {
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.45rem;
      letter-spacing: 0.4em;
      color: var(--white);
    }
    .scroll-arrow {
      width: 1px;
      height: 40px;
      background: linear-gradient(to bottom, rgba(242,240,235,0.8), transparent);
    }

    /* ────────────────────────────────────────
       HERMES FULL WIDTH
    ──────────────────────────────────────── */
    .hermes-full {
      position: relative;
      width: 100%;
      height: 75vh;
      min-height: 420px;
      overflow: hidden;
    }

    .hermes-full img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 15%;
      filter: grayscale(15%) contrast(1.1) brightness(0.85);
      display: block;
    }

    .hermes-full-fade {
      position: absolute;
      inset: 0;
      background:
        linear-gradient(to bottom, transparent 50%, rgba(4,4,4,0.95) 100%),
        linear-gradient(to top, transparent 60%, rgba(4,4,4,0.6) 100%);
      pointer-events: none;
    }

    /* ────────────────────────────────────────
       SKULL SEPARATOR
    ──────────────────────────────────────── */
    .skull-sep {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1.5rem;
      padding: 2rem 3rem;
    }
    .skull-sep .sl {
      flex: 1;
      max-width: 260px;
      height: 1px;
      background: linear-gradient(to right, transparent, rgba(242,240,235,0.2));
    }
    .skull-sep .sl:last-child {
      background: linear-gradient(to left, transparent, rgba(242,240,235,0.2));
    }

    /* ────────────────────────────────────────
       SECTION UTILITIES
    ──────────────────────────────────────── */
    .s-label {
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.55rem;
      letter-spacing: 0.55em;
      color: rgba(242,240,235,0.35);
      text-transform: uppercase;
      margin-bottom: 1.2rem;
    }

    .s-title {
      font-family: 'Cinzel Decorative', serif;
      font-size: clamp(1.6rem, 4.5vw, 3.2rem);
      font-weight: 700;
      line-height: 1.15;
      color: var(--white);
    }

    .s-body {
      font-size: clamp(1.05rem, 2vw, 1.35rem);
      line-height: 1.95;
      color: rgba(242,240,235,0.7);
      font-style: italic;
    }
    .s-body strong { color: var(--white); font-style: normal; }

    /* ────────────────────────────────────────
       FADE-UP ANIMATION
    ──────────────────────────────────────── */
    .fu {
      opacity: 0;
      transform: translateY(50px);
      transition: opacity 0.9s ease, transform 0.9s ease;
    }
    .fu.vis { opacity: 1; transform: translateY(0); }
    .fu[data-d="1"] { transition-delay: 0.1s; }
    .fu[data-d="2"] { transition-delay: 0.2s; }
    .fu[data-d="3"] { transition-delay: 0.3s; }
    .fu[data-d="4"] { transition-delay: 0.4s; }

    /* ────────────────────────────────────────
       ABOUT
    ──────────────────────────────────────── */
    #about {
      position: relative;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      border-top: 1px solid rgba(242,240,235,0.04);
      padding: 5rem 3rem 5rem;
    }

    .about-whale {
      position: absolute;
      right: -3%;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none;
      z-index: 0;
    }

    .about-whale::before,
    .about-whale::after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 22%;
      pointer-events: none;
      z-index: 2;
    }

    .about-whale::before {
      top: 0;
      background: linear-gradient(to bottom, var(--black) 0%, transparent 100%);
    }

    .about-whale::after {
      bottom: 0;
      background: linear-gradient(to top, var(--black) 0%, transparent 100%);
    }

    .about-whale img {
      width: clamp(480px, 58vw, 860px);
      height: clamp(420px, 55vw, 700px);
      object-fit: contain;
      object-position: center right;
      opacity: 0.6;
      display: block;
      animation: whale-swim 7s ease-in-out infinite;
      transform-origin: center center;
      will-change: transform;
    }

    @keyframes whale-swim {
      0%   { transform: translateY(0px) rotate(-1deg); }
      40%  { transform: translateY(-18px) rotate(1.5deg); }
      70%  { transform: translateY(-8px) rotate(0.5deg); }
      100% { transform: translateY(0px) rotate(-1deg); }
    }

    .about-ghost { display: none; }

    /* Nombre centrado arriba */
    .about-header {
      text-align: center;
      margin-bottom: 3rem;
    }

    .about-name {
      font-family: 'Cinzel Decorative', serif;
      font-size: clamp(1.6rem, 4vw, 3rem);
      font-weight: 900;
      line-height: 1.1;
      color: var(--white);
      letter-spacing: 0.06em;
      margin-top: 0.7rem;
    }

    /* Fila: imagen + texto */
    .about-row {
      display: flex;
      align-items: stretch;
      gap: 0;
    }

    /* Imagen */
    .about-img-side {
      position: relative;
      flex-shrink: 0;
      width: clamp(220px, 32vw, 420px);
      height: clamp(300px, 45vw, 560px);
      overflow: hidden;
      align-self: flex-start;
    }

    .about-side-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 20%;
      display: block;
      filter: grayscale(15%) contrast(1.05) brightness(1.0);
    }

    .about-img-vignette {
      position: absolute;
      inset: 0;
      background: linear-gradient(to right, transparent 70%, rgba(4,4,4,0.5) 100%);
      pointer-events: none;
    }

    /* Texto a la derecha — misma altura que la imagen */
    .about-inner {
      flex: 1;
      display: flex;
      flex-direction: column;
      padding: 0 0 0 3.5rem;
      align-self: stretch;
      height: clamp(300px, 45vw, 560px);
      overflow: hidden;
    }

    .about-text {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      height: 100%;
      gap: 0;
    }

    .about-header {
      margin-bottom: 3rem;
    }

    .about-text {
      display: flex;
      flex-direction: column;
      gap: 1.8rem;
      margin-top: 2.5rem;
    }

    @media (max-width: 760px) {
      #about { padding: 3.5rem 1.5rem 4rem; }
      .about-row {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
      }
      .about-img-side { width: 100%; max-width: 320px; }
      .about-img-vignette {
        background: linear-gradient(to bottom, transparent 80%, var(--black) 100%);
      }
      .about-inner {
        padding: 0;
        width: 100%;
        overflow: visible;
      }
      .about-text {
        justify-content: flex-start;
        gap: 1.8rem;
      }
    }

    .about-p {
      font-size: clamp(1.1rem, 1.9vw, 1.35rem);
      line-height: 2.05;
      color: rgba(242,240,235,0.62);
      font-style: italic;
    }

    .about-p strong {
      color: var(--white);
      font-style: normal;
      font-weight: 600;
    }

    .about-divider {
      display: flex;
      align-items: center;
      gap: 1.8rem;
      margin-bottom: 3.5rem;
    }

    .about-divider-line {
      flex: 1;
      height: 1px;
      background: rgba(242,240,235,0.07);
    }

    .about-quote {
      text-align: center;
    }

    .about-quote-mark {
      display: block;
      font-family: 'Cinzel Decorative', serif;
      font-size: clamp(3rem, 8vw, 6rem);
      line-height: 0.7;
      color: rgba(242,240,235,0.05);
      margin-bottom: 1.4rem;
      pointer-events: none;
    }

    .about-quote-text {
      font-family: 'Cinzel Decorative', serif;
      font-size: clamp(1.4rem, 3.2vw, 2.5rem);
      font-weight: 700;
      line-height: 1.45;
      color: var(--white);
      margin-bottom: 1.6rem;
    }

    .about-quote-cite {
      font-family: 'Crimson Text', serif;
      font-size: 1rem;
      font-style: italic;
      color: rgba(242,240,235,0.3);
      letter-spacing: 0.2em;
    }

    /* ────────────────────────────────────────
       SERVICES — 4 tarjetas iguales
    ──────────────────────────────────────── */
    #services {
      padding: 6rem 0 5rem;
      position: relative;
      overflow: hidden;
      /* ── GIF de fondo: reemplaza la URL cuando tengas el archivo ── */
      /* background-image: url('whale-animation.gif'); */
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    #services::before { display: none; }

    .svc4-header-wrap {
      position: relative;
      z-index: 1;
      text-align: center;
      padding: 0 2rem 3.5rem;
    }

    .svc4-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 2px;
      position: relative;
      z-index: 1;
    }

    .svc4-card {
      position: relative;
      aspect-ratio: 3 / 4;
      overflow: hidden;
      background: rgba(8,8,8,0.5);
      border: 1px solid rgba(242,240,235,0.07);
      transform-style: preserve-3d;
      will-change: transform;
      transition: border-color 0.4s ease;
    }

    .svc4-card:hover {
      border-color: rgba(242,240,235,0.28);
      z-index: 2;
    }

    .svc4-img {
      position: absolute;
      inset: 0;
    }

    .svc4-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.7s ease, filter 0.5s ease;
      filter: brightness(0.62) contrast(1.05);
    }

    .svc4-card:hover .svc4-img img {
      transform: scale(1.07);
      filter: brightness(0.8) contrast(1.08);
    }

    .svc4-placeholder {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(145deg, #0d0d0d 0%, #111 100%);
    }

    /* Gradiente sobre la imagen para leer el nombre */
    .svc4-overlay {
      position: absolute;
      bottom: 0; left: 0; right: 0;
      padding: 5rem 1.8rem 2rem;
      background: linear-gradient(to top, rgba(4,4,4,0.95) 0%, rgba(4,4,4,0.35) 55%, transparent 100%);
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
    }

    .svc4-tag {
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.4rem;
      letter-spacing: 0.55em;
      color: rgba(242,240,235,0.3);
      text-transform: uppercase;
    }

    .svc4-name {
      font-family: 'Cinzel Decorative', serif;
      font-size: clamp(0.85rem, 1.5vw, 1.1rem);
      letter-spacing: 0.12em;
      color: var(--white);
    }

    @media (max-width: 900px) {
      .svc4-grid { grid-template-columns: repeat(2, 1fr); }
      .svc4-card { aspect-ratio: 4/3; }
    }
    @media (max-width: 500px) {
      .svc4-grid { grid-template-columns: repeat(2, 1fr); }
      .svc4-card { aspect-ratio: 1; }
    }

    /* ────────────────────────────────────────
       HISTORIA EN LA PIEL
    ──────────────────────────────────────── */
    #historia {
      padding: 7rem 2rem 6rem;
    }

    #historia .hist-head {
      text-align: center;
      margin-bottom: 4.5rem;
    }

    .hist-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2px;
      max-width: 1280px;
      margin: 0 auto;
    }

    /* Igual que svc4-card: portrait 3/4, imagen llena, texto superpuesto */
    .hist-card {
      position: relative;
      aspect-ratio: 3 / 4;
      overflow: hidden;
      background: rgba(8,8,8,0.5);
      border: 1px solid rgba(242,240,235,0.07);
      transform-style: preserve-3d;
      will-change: transform;
      transition: border-color 0.4s;
    }

    .hist-card:hover {
      border-color: rgba(242,240,235,0.28);
      z-index: 2;
    }

    .hist-img-wrap {
      position: absolute;
      inset: 0;
      background: #080808;
    }

    .hist-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.7s ease, filter 0.5s ease;
      filter: brightness(0.62) contrast(1.05);
    }

    .hist-card:hover .hist-img {
      transform: scale(1.07);
      filter: brightness(0.8) contrast(1.08);
    }

    /* Placeholder para cards sin foto */
    .hist-placeholder {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(145deg, #0d0d0d 0%, #111 100%);
    }

    /* número */
    .hist-num {
      position: absolute;
      top: 1rem;
      right: 1.2rem;
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.45rem;
      letter-spacing: 0.4em;
      color: rgba(242,240,235,0.3);
      background: rgba(4,4,4,0.55);
      padding: 0.3rem 0.7rem;
      z-index: 3;
      pointer-events: none;
    }

    /* Overlay inferior con gradiente */
    .hist-body {
      position: absolute;
      bottom: 0; left: 0; right: 0;
      padding: 5rem 1.6rem 1.8rem;
      background: linear-gradient(to top, rgba(4,4,4,0.96) 0%, rgba(4,4,4,0.35) 55%, transparent 100%);
      z-index: 2;
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
    }

    .hist-tag {
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.38rem;
      letter-spacing: 0.5em;
      color: rgba(242,240,235,0.28);
      text-transform: uppercase;
    }

    .hist-quote {
      font-style: italic;
      font-size: clamp(0.82rem, 1.2vw, 0.95rem);
      line-height: 1.7;
      color: rgba(242,240,235,0.7);
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .hist-line {
      width: 22px;
      height: 1px;
      background: rgba(242,240,235,0.2);
      margin-top: 0.2rem;
    }

    .hist-client {
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.38rem;
      letter-spacing: 0.3em;
      color: rgba(242,240,235,0.2);
    }

    .hist-grid {
      transition: opacity 0.35s ease;
    }
    .hist-grid.hist-fade { opacity: 0; }

    /* Paginación */
    .hist-pagination {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 2.5rem;
      margin-top: 3.5rem;
    }
    .hist-nav-btn {
      background: none;
      border: 1px solid rgba(242,240,235,0.18);
      color: rgba(242,240,235,0.45);
      font-size: 1.1rem;
      width: 46px;
      height: 46px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: border-color 0.3s, color 0.3s, background 0.3s;
    }
    .hist-nav-btn:hover:not(:disabled) {
      border-color: rgba(242,240,235,0.6);
      color: var(--white);
      background: rgba(242,240,235,0.04);
    }
    .hist-nav-btn:disabled { opacity: 0.2; cursor: default; }
    .hist-dots {
      display: flex;
      gap: 1rem;
      align-items: center;
    }
    .hist-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: rgba(242,240,235,0.18);
      border: none;
      cursor: pointer;
      padding: 0;
      transition: background 0.3s, transform 0.35s;
    }
    .hist-dot.active {
      background: rgba(242,240,235,0.85);
      transform: scale(1.6);
    }

    @media (max-width: 900px) {
      .hist-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 600px) {
      .hist-grid { grid-template-columns: 1fr; }
    }

    /* ────────────────────────────────────────
       SKULL GALLERY (decorative)
    ──────────────────────────────────────── */
    /* ────────────────────────────────────────
       BOOKING FORM
    ──────────────────────────────────────── */
    #booking {
      padding: 8rem 2rem 9rem;
      border-top: 1px solid rgba(242,240,235,0.04);
    }

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

    .bk-header {
      text-align: center;
      margin-bottom: 4.5rem;
    }

    .bk-sub {
      margin-top: 1.4rem;
      font-size: 1.05rem;
      line-height: 1.85;
      color: rgba(242,240,235,0.85);
      font-style: italic;
      max-width: 560px;
      margin-left: auto;
      margin-right: auto;
      text-shadow: 0 1px 8px rgba(0,0,0,0.9);
    }

    .bk-form {
      display: flex;
      flex-direction: column;
      gap: 2.8rem;
    }

    .bk-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2.4rem 3rem;
    }

    .bk-row--full {
      grid-template-columns: 1fr;
    }

    .bk-field {
      display: flex;
      flex-direction: column;
      gap: 0.7rem;
    }

    .bk-label {
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.42rem;
      letter-spacing: 0.45em;
      color: rgba(242,240,235,0.9);
      text-transform: uppercase;
      text-shadow: 0 1px 8px rgba(0,0,0,0.9);
    }

    .bk-input,
    .bk-select,
    .bk-textarea {
      background: transparent;
      border: none;
      border-bottom: 1px solid rgba(242,240,235,0.5);
      color: #ffffff;
      font-family: 'Crimson Text', Georgia, serif;
      font-size: 1.1rem;
      padding: 0.7rem 0;
      outline: none;
      width: 100%;
      transition: border-color 0.3s;
      -webkit-appearance: none;
      appearance: none;
      border-radius: 0;
      text-shadow: 0 1px 8px rgba(0,0,0,0.9);
    }

    .bk-input::placeholder,
    .bk-textarea::placeholder {
      color: rgba(242,240,235,0.6);
      font-style: italic;
    }

    .bk-input:focus,
    .bk-select:focus,
    .bk-textarea:focus {
      border-bottom-color: rgba(242,240,235,0.7);
    }

    .bk-textarea {
      resize: vertical;
      min-height: 100px;
      line-height: 1.8;
    }

    .bk-select-wrap {
      position: relative;
    }

    .bk-select {
      cursor: pointer;
      padding-right: 1.8rem;
    }

    .bk-select option {
      background: #141414;
      color: var(--white);
    }

    .bk-chevron {
      position: absolute;
      right: 0.2rem;
      top: 50%;
      transform: translateY(-50%);
      width: 12px;
      height: 8px;
      color: rgba(242,240,235,0.35);
      pointer-events: none;
    }

    .bk-submit-wrap {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1.2rem;
      padding-top: 0.8rem;
    }

    .bk-submit {
      display: inline-flex;
      align-items: center;
      gap: 0.85rem;
      background: var(--white);
      color: var(--black);
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.72rem;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      padding: 1.2rem 3.5rem;
      border: 1px solid var(--white);
      cursor: pointer;
      transition: background 0.3s, color 0.3s;
    }

    .bk-submit:hover {
      background: transparent;
      color: var(--white);
    }

    .bk-note {
      font-size: 0.88rem;
      color: rgba(242,240,235,0.28);
      font-style: italic;
      text-align: center;
      line-height: 1.6;
    }

    @media (max-width: 640px) {
      #booking { padding: 4rem 1.2rem 5rem; }
      .bk-inner { width: 100%; max-width: 100%; }
      .bk-row { grid-template-columns: 1fr; gap: 1.8rem; }
      .bk-row--full { grid-template-columns: 1fr; }
      .bk-input, .bk-select, .bk-textarea {
        font-size: 1rem;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
      }
      .bk-submit {
        width: 100%;
        justify-content: center;
        padding: 1rem 1.5rem;
        font-size: 0.6rem;
      }
      .bk-submit-wrap { width: 100%; }
      .bk-sub { font-size: 0.95rem; padding: 0 0.5rem; }
      .bk-form { gap: 1.8rem; }
    }

    /* ────────────────────────────────────────
       REVIEWS
    ──────────────────────────────────────── */
    #reviews {
      padding: 6rem 2rem 3rem;
      text-align: center;
    }
    #reviews .inner { max-width: 1020px; margin: 0 auto; }

    .rating-pill {
      display: inline-flex;
      align-items: center;
      gap: 0.75rem;
      padding: 0.5rem 1.8rem;
      border: 1px solid rgba(242,240,235,0.25);
      margin-bottom: 2rem;
    }
    .rating-pill span {
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.55rem;
      letter-spacing: 0.25em;
      color: rgba(242,240,235,0.6);
    }

    .reviews-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5px;
      margin-top: 3rem;
    }
    @media (max-width: 600px) {
      .reviews-grid { grid-template-columns: 1fr; }
    }
    .rv {
      padding: 2.8rem 2.2rem;
      background: transparent;
      text-align: left;
      position: relative;
    }
    .rv::before {
      content: '\201C';
      position: absolute;
      top: -0.8rem;
      left: 1.2rem;
      font-family: 'Cinzel Decorative', serif;
      font-size: 6rem;
      color: rgba(242,240,235,0.04);
      line-height: 1;
      pointer-events: none;
    }
    .rv-stars { color: var(--white); font-size: 0.75rem; letter-spacing: 0.2em; margin-bottom: 1rem; }
    .rv-text  { font-style: italic; color: rgba(242,240,235,0.72); line-height: 1.75; margin-bottom: 1.2rem; }
    .rv-name  { font-family: 'Cinzel Decorative', serif; font-size: 0.55rem; letter-spacing: 0.25em; color: rgba(242,240,235,0.4); }

    /* ────────────────────────────────────────
       CONTACT
    ──────────────────────────────────────── */
    #contact .inner { max-width: 960px; margin: 0 auto; }

    .contact-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(210px,1fr));
      gap: 1.5rem;
      margin-top: 3.5rem;
    }
    .ci {
      padding: 2.5rem 1.8rem;
      border: 1px solid rgba(242,240,235,0.08);
      transition: border-color 0.4s;
    }
    .ci:hover { border-color: rgba(242,240,235,0.3); }
    .ci-icon  { font-size: 1.8rem; display: block; margin-bottom: 1rem; }
    .ci-label {
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.5rem;
      letter-spacing: 0.4em;
      color: rgba(242,240,235,0.35);
      margin-bottom: 0.5rem;
    }
    .ci-val   { font-size: 0.95rem; color: var(--white); line-height: 1.6; }
    .ci-val a { color: var(--white); text-decoration: none; opacity: 0.85; transition: opacity 0.3s; }
    .ci-val a:hover { opacity: 1; }

    .wa-btn {
      display: inline-block;
      margin-top: 3.5rem;
      padding: 1.25rem 5rem;
      background: var(--white);
      color: var(--black);
      text-decoration: none;
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.65rem;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      position: relative;
      overflow: hidden;
      transition: color 0.45s;
    }
    .wa-btn::before {
      content: '';
      position: absolute;
      inset: 0;
      background: var(--black);
      border: 1px solid var(--white);
      transform: translateY(101%);
      transition: transform 0.45s cubic-bezier(0.77,0,0.18,1);
    }
    .wa-btn span { position: relative; z-index: 1; }
    .wa-btn:hover::before { transform: translateY(0); }
    .wa-btn:hover { color: var(--white); }

    .social-row {
      display: flex;
      justify-content: center;
      gap: 3rem;
      margin-top: 3rem;
    }
    .social-row a {
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.55rem;
      letter-spacing: 0.3em;
      color: rgba(242,240,235,0.35);
      text-decoration: none;
      transition: color 0.3s;
    }
    .social-row a:hover { color: var(--white); }

    /* ────────────────────────────────────────
       MAPA
    ──────────────────────────────────────── */
    #mapa {
      padding: 5rem 2rem 0;
    }

    .mapa-header {
      max-width: 700px;
      margin: 0 auto 3rem;
      text-align: center;
    }

    .mapa-address {
      margin-top: 1.2rem;
      font-style: italic;
      font-size: clamp(1rem, 1.8vw, 1.2rem);
      color: rgba(242,240,235,0.55);
      line-height: 1.8;
    }

    .mapa-wrap {
      position: relative;
      width: 100%;
      height: 440px;
      overflow: hidden;
      filter: grayscale(100%) contrast(1.1) brightness(0.7);
      transition: filter 0.5s ease;
    }

    .mapa-wrap:hover {
      filter: grayscale(80%) contrast(1.05) brightness(0.85);
    }

    .mapa-wrap iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }

    /* Overlay que da el tono oscuro sobre el iframe */
    .mapa-wrap::before {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(4,4,4,0.25);
      pointer-events: none;
      z-index: 1;
    }

    /* Línea blanca superior del mapa */
    .mapa-wrap::after {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 1px;
      background: rgba(242,240,235,0.15);
      z-index: 2;
    }

    .mapa-cta {
      display: inline-block;
      margin-top: 1.8rem;
      padding: 0.75rem 2.2rem;
      background: transparent;
      border: 1px solid rgba(242,240,235,0.3);
      color: rgba(242,240,235,0.6);
      text-decoration: none;
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.5rem;
      letter-spacing: 0.35em;
      text-transform: uppercase;
      transition: background 0.3s, color 0.3s, border-color 0.3s;
    }

    .mapa-cta:hover {
      background: var(--white);
      color: var(--black);
      border-color: var(--white);
    }

    @media (max-width: 700px) {
      .mapa-wrap { height: 300px; }
    }

    /* ────────────────────────────────────────
       FOOTER
    ──────────────────────────────────────── */
    footer {
      border-top: 1px solid rgba(242,240,235,0.07);
    }

    .ft-grid {
      display: grid;
      grid-template-columns: auto 1fr 1fr 1fr;
      gap: 3rem;
      align-items: center;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0.8rem 3rem;
    }

    .ft-logo {
      width: 64px;
      height: 64px;
      object-fit: contain;
      opacity: 0.6;
    }

    .ft-label {
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.42rem;
      letter-spacing: 0.45em;
      color: rgba(242,240,235,0.3);
      text-transform: uppercase;
      margin-bottom: 0.9rem;
    }

    .ft-val {
      font-family: 'Crimson Text', serif;
      font-size: 1rem;
      color: rgba(242,240,235,0.55);
      line-height: 1.8;
    }

    .ft-val a {
      color: inherit;
      text-decoration: none;
      transition: color 0.2s;
    }

    .ft-val a:hover { color: var(--white); }

    .ft-social {
      display: flex;
      flex-direction: column;
      gap: 0.8rem;
    }

    .ft-social-link {
      display: flex;
      align-items: center;
      gap: 0.7rem;
      color: rgba(242,240,235,0.5);
      text-decoration: none;
      font-family: 'Crimson Text', serif;
      font-size: 1rem;
      transition: color 0.2s;
    }

    .ft-social-link:hover { color: var(--white); }

    .ft-bottom {
      border-top: 1px solid rgba(242,240,235,0.05);
      padding: 1.4rem 3rem 0;
      text-align: center;
    }

    .ft {
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.72rem;
      letter-spacing: 0.3em;
      color: rgba(242,240,235,0.2);
      line-height: 1.9;
    }

    @media (max-width: 760px) {
      .ft-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        padding: 3rem 1.5rem;
      }
      .ft-bottom { padding: 1.2rem 1.5rem; }
    }

    @media (max-width: 480px) {
      .ft-grid { grid-template-columns: 1fr; }
    }

    /* ────────────────────────────────────────
       MOBILE
    ──────────────────────────────────────── */
    @media (max-width: 900px) {
      .hero-inner {
        grid-template-columns: 1fr;
        padding: 0 2rem;
        gap: 2rem;
      }
      .hero-right {
        height: 50vh;
        min-height: 320px;
      }
      .hero-left { align-items: center; text-align: center; }
      .hero-divider { justify-content: center; }
      .scroll-hint { left: 50%; transform: translateX(-50%); align-items: center; }
    }

    /* ── HAMBURGER BUTTON ── */
    .nav-hamburger {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 5px;
      background: none;
      border: none;
      cursor: pointer;
      padding: 0.4rem;
      z-index: 450;
    }
    .nav-hamburger span {
      display: block;
      width: 24px;
      height: 2px;
      background: var(--white);
      transition: transform 0.3s, opacity 0.3s;
    }
    .nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-hamburger.open span:nth-child(2) { opacity: 0; }
    .nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

    /* ── MOBILE DRAWER ── */
    .nav-drawer {
      position: fixed;
      top: 0; right: 0;
      width: 55%;
      height: 100dvh;
      background: rgba(6,6,6,0.98);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border-left: 1px solid rgba(242,240,235,0.08);
      z-index: 600;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      padding: 3rem 2.2rem;
      gap: 0;
      transform: translateX(100%);
      transition: transform 0.38s cubic-bezier(0.77,0,0.18,1);
    }
    .nav-drawer.open { transform: translateX(0); }

    .drawer-close {
      position: absolute;
      top: 1.2rem; right: 1.2rem;
      background: none;
      border: none;
      color: rgba(242,240,235,0.4);
      font-size: 1.2rem;
      cursor: pointer;
      padding: 0.3rem 0.5rem;
      line-height: 1;
      transition: color 0.2s;
    }
    .drawer-close:hover { color: var(--white); }

    .drawer-links {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 0;
      width: 100%;
    }
    .drawer-links li { border-bottom: 1px solid rgba(242,240,235,0.06); }
    .drawer-link {
      display: block;
      padding: 1.1rem 0;
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.7rem;
      letter-spacing: 0.35em;
      text-transform: uppercase;
      color: rgba(242,240,235,0.65);
      text-decoration: none;
      transition: color 0.2s;
    }
    .drawer-link:hover { color: var(--white); }

    .drawer-location {
      margin-top: 2.5rem;
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.38rem;
      letter-spacing: 0.4em;
      color: rgba(242,240,235,0.2);
      text-transform: uppercase;
      line-height: 1.8;
    }

    .drawer-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.55);
      z-index: 590;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.38s ease;
    }
    .drawer-overlay.open { opacity: 1; pointer-events: auto; }

    /* Desktop ≥ 701px: nav links (sin cambios) */
    @media (min-width: 701px) {
      .nav-hamburger { display: none !important; }
      .nav-links     { display: flex !important; }
      .nav-location  { display: block !important; }
    }

    /* Tablet iPad (701px–1024px): hamburger, sin texto de ubicación */
    @media (min-width: 701px) and (max-width: 1024px) {
      nav { padding: 0.6rem 1.2rem; }
      .nav-links    { display: none !important; }
      .nav-location { display: none !important; }
      .nav-hamburger { display: flex !important; }
      .nav-logo { width: 60px; height: 60px; transform: translateY(8px); }
    }

    /* Mobile ≤ 700px: hamburger + ajustes del hero (sin cambios) */
    @media (max-width: 700px) {
      nav { padding: 0.6rem 1.2rem; }
      .nav-links   { display: none !important; }
      .nav-location{ display: none !important; }
      .nav-hamburger { display: flex !important; }
      .nav-logo {
        width: 52px;
        height: 52px;
        transform: translateY(0);
      }
      #hero {
        overflow: hidden;
        align-items: flex-start;
      }
      .hero-inner {
        padding: 5.5rem 1.5rem 2rem;
        align-items: center;
      }
      .hero-logo-img,
      .hero-logo-skin-art,
      .hero-logo-sub {
        width: 88%;
        max-width: none;
        display: block;
        margin: 0 auto;
      }
      .hero-logo-skin-art { margin-left: auto; margin-right: auto; }
      .hero-logo-stack { align-items: center; width: 100%; }
      .hero-left { overflow: visible; align-items: center; }
    }

    /* Tablet iPad: About centrada, Historia y Reseñas 4 tarjetas */
    @media (min-width: 701px) and (max-width: 1024px) {
      .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
      }
      .about-row {
        flex-direction: column;
        align-items: center;
        gap: 2.5rem;
      }
      .about-img-side {
        width: 100%;
        max-width: 420px;
      }
      .about-img-vignette {
        background: linear-gradient(to bottom, transparent 80%, var(--black) 100%);
      }
      .about-inner {
        padding: 0;
        width: 100%;
        overflow: visible;
      }
      .about-text {
        justify-content: flex-start;
        gap: 1.8rem;
        text-align: center;
      }
      .hist-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 480px) {
      #about { padding: 5rem 1.5rem 4rem; }
      .about-ghost { font-size: 55vw; }
      .nav-drawer { width: 75%; }
    }

    /* ── LANGUAGE SELECTOR OVERLAY ── */
    #lang-select {
      position: fixed;
      inset: 0;
      z-index: 99999;
      background: var(--black);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 2.5rem;
      transition: opacity 0.75s ease;
    }
    #lang-select.fade-out {
      opacity: 0;
      pointer-events: none;
    }
    .lang-logo {
      width: 110px;
      height: 110px;
      object-fit: contain;
      filter: drop-shadow(0 4px 30px rgba(0,0,0,0.9));
    }
    .lang-rule {
      width: 1px;
      height: 48px;
      background: linear-gradient(to bottom, transparent, rgba(242,240,235,0.18), transparent);
    }
    .lang-prompt {
      font-family: 'Cinzel Decorative', serif;
      font-size: clamp(0.65rem, 1.8vw, 0.85rem);
      letter-spacing: 0.35em;
      color: rgba(242,240,235,0.9);
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 0.8rem;
    }
    .lang-btns {
      display: flex;
      align-items: center;
      gap: 2.4rem;
    }
    .lang-col {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .lang-btn {
      font-family: 'Cinzel Decorative', serif;
      font-size: clamp(0.52rem, 1.1vw, 0.68rem);
      letter-spacing: 0.45em;
      text-transform: uppercase;
      color: rgba(242,240,235,0.6);
      background: none;
      border: 1px solid rgba(242,240,235,0.18);
      padding: 1.1rem 3.2rem;
      cursor: pointer;
      transition: border-color 0.3s, color 0.3s, background 0.3s;
    }
    .lang-btn:hover {
      border-color: rgba(242,240,235,0.65);
      color: var(--white);
      background: rgba(242,240,235,0.04);
    }
    .lang-dot {
      font-size: 1.1rem;
      color: rgba(242,240,235,0.12);
      line-height: 1;
      user-select: none;
      margin-top: 1.6rem;
    }
    @media (max-width: 600px) {
      .lang-btns {
        gap: 0.8rem;
        width: 100%;
        padding: 0 1rem;
        box-sizing: border-box;
      }
      .lang-col {
        flex: 1;
        min-width: 0;
      }
      .lang-prompt {
        font-size: 0.75rem;
        letter-spacing: 0.08em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
      }
      .lang-btn {
        font-size: 0.75rem;
        letter-spacing: 0.15em;
        padding: 1rem 0;
        width: 100%;
      }
      .lang-dot {
        margin-top: 2.5rem;
        flex-shrink: 0;
      }
    }

    /* ────────────────────────────────────────
       TARJETAS DE SERVICIOS — PANEL INTERACTIVO
    ──────────────────────────────────────── */
    .svc4-card { cursor: pointer; }

    /* ── CAROUSEL 3D ── */
    .carousel3d-scene {
      width: 100%;
      perspective: 1400px;
      perspective-origin: 50% 45%;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 420px;
      overflow: visible;
      position: relative;
      padding: 3rem 0 4rem;
    }

    .carousel3d-track {
      width: 270px;
      height: 360px;
      position: relative;
      transform-style: preserve-3d;
    }

    .carousel3d-track .svc4-card,
    .carousel3d-track .hist-card {
      transition: box-shadow 0.4s ease;
      cursor: pointer;
      border: 1px solid rgba(200,168,90,0.6) !important;
      box-shadow:
        0 0 8px  rgba(200,168,90,0.35),
        0 0 22px rgba(200,168,90,0.15),
        0 16px 48px rgba(0,0,0,0.75),
        inset 0 0 0 4px rgba(4,4,4,0.9),
        inset 0 0 0 5px rgba(200,168,90,0.25);
      outline: 1px solid rgba(200,168,90,0.2);
      outline-offset: 4px;
    }

    /* Esquinas ornamentales con SVG inline */
    .carousel3d-track .svc4-card::before,
    .carousel3d-track .hist-card::before {
      content: '';
      position: absolute;
      inset: 7px;
      border: 1px solid rgba(200,168,90,0.2);
      z-index: 9;
      pointer-events: none;
    }

    /* Zona de texto — gradiente fino solo al fondo */
    .carousel3d-track .svc4-overlay,
    .carousel3d-track .hist-body {
      border-top: none !important;
      background: linear-gradient(to top, rgba(4,4,4,0.88) 0%, rgba(4,4,4,0.4) 55%, transparent 100%) !important;
    }

    /* Nombre en dorado */
    .carousel3d-track .svc4-name,
    .carousel3d-track .hist-quote {
      color: rgba(220,190,110,0.95) !important;
      text-shadow: 0 0 12px rgba(200,168,90,0.4) !important;
    }

    .carousel3d-track .svc4-tag,
    .carousel3d-track .hist-tag {
      color: rgba(200,168,90,0.55) !important;
      letter-spacing: 0.5em;
    }

    /* Hover — glow dorado intenso */
    .carousel3d-scene:hover .svc4-card,
    .carousel3d-scene:hover .hist-card {
      box-shadow:
        0 0 14px rgba(200,168,90,0.7),
        0 0 36px rgba(200,168,90,0.3),
        0 0 70px rgba(200,168,90,0.12),
        0 20px 56px rgba(0,0,0,0.85),
        inset 0 0 0 4px rgba(4,4,4,0.9),
        inset 0 0 0 5px rgba(200,168,90,0.35) !important;
    }

    /* ── TILT GLARE ── */
    .tilt-glare {
      position: absolute;
      inset: 0;
      z-index: 6;
      pointer-events: none;
      border-radius: inherit;
    }

    /* ── Split antes/después ── */
    .svc4-img--split {
      display: flex;
      flex-direction: column;
      position: absolute;
      inset: 0;
    }

    .svc4-split-half {
      position: relative;
      flex: 1;
      overflow: hidden;
    }

    .svc4-split-half img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
      filter: brightness(0.62) contrast(1.05);
      transition: filter 0.5s ease;
    }

    .svc4-card:hover .svc4-split-half img {
      filter: brightness(0.8) contrast(1.08);
    }

    .svc4-split-before .svc4-split-label {
      position: absolute;
      bottom: 0.6rem;
      left: 0.7rem;
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.38rem;
      letter-spacing: 0.45em;
      text-transform: uppercase;
      color: rgba(242,240,235,0.55);
      background: rgba(4,4,4,0.5);
      padding: 0.25rem 0.6rem;
      white-space: nowrap;
      pointer-events: none;
      z-index: 3;
    }

    .svc4-split-after .svc4-split-label {
      position: absolute;
      top: 0.6rem;
      right: 0.7rem;
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.38rem;
      letter-spacing: 0.45em;
      text-transform: uppercase;
      color: rgba(242,240,235,0.55);
      background: rgba(4,4,4,0.5);
      padding: 0.25rem 0.6rem;
      white-space: nowrap;
      pointer-events: none;
      z-index: 3;
    }

    .svc4-split-divider {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 1px;
      background: rgba(242,240,235,0.35);
      z-index: 4;
      pointer-events: none;
    }

    .svc4-panel {
      position: absolute;
      inset: 0;
      background: rgba(4,4,4,0.94);
      z-index: 20;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 2.8rem 1.4rem 1.6rem;
      gap: 0.7rem;
      opacity: 0;
      pointer-events: none;
      transform: translateY(10px);
      transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .svc4-card.open .svc4-panel {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }

    .svc4-close {
      position: absolute;
      top: 0.8rem;
      right: 0.9rem;
      background: none;
      border: none;
      color: rgba(242,240,235,0.28);
      font-size: 1rem;
      line-height: 1;
      cursor: pointer;
      padding: 0.25rem 0.4rem;
      transition: color 0.2s;
      z-index: 2;
    }
    .svc4-close:hover { color: var(--white); }

    .svc4-panel-title {
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.44rem;
      letter-spacing: 0.5em;
      color: rgba(242,240,235,0.28);
      text-transform: uppercase;
      flex-shrink: 0;
    }

    .svc4-opts {
      display: flex;
      flex-direction: column;
      gap: 0.4rem;
      width: 100%;
      flex: 1;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior: contain;
    }

    .svc4-opts::-webkit-scrollbar { width: 2px; }
    .svc4-opts::-webkit-scrollbar-thumb { background: rgba(242,240,235,0.15); }

    .svc4-opt {
      background: transparent;
      border: 1px solid rgba(242,240,235,0.1);
      color: rgba(242,240,235,0.6);
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.52rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      padding: 0.6rem 1rem;
      cursor: pointer;
      text-align: left;
      width: 100%;
      transition: border-color 0.2s, color 0.2s, background 0.2s;
      white-space: nowrap;
      flex-shrink: 0;
    }
    .svc4-opt:hover {
      border-color: rgba(242,240,235,0.45);
      color: var(--white);
      background: rgba(242,240,235,0.04);
    }

    .svc4-opt--single {
      text-align: center;
      padding: 0.9rem 1rem;
    }

    /* ────────────────────────────────────────
       LIGHTBOX SUBCATEGORÍAS
    ──────────────────────────────────────── */
    #svc-lightbox {
      position: fixed;
      inset: 0;
      z-index: 20000;
      background: rgba(4,4,4,0.88);
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
    }
    #svc-lightbox.open {
      opacity: 1;
      pointer-events: auto;
    }

    .lb-box {
      position: relative;
      background: var(--dark);
      border: 1px solid rgba(242,240,235,0.1);
      max-width: 860px;
      width: 92%;
      overflow: hidden;
      transform: translateY(14px) scale(0.97);
      transition: transform 0.3s ease;
    }
    #svc-lightbox.open .lb-box {
      transform: translateY(0) scale(1);
    }

    .lb-close {
      position: absolute;
      top: 0.75rem;
      right: 0.85rem;
      background: none;
      border: none;
      color: rgba(242,240,235,0.35);
      font-size: 1.1rem;
      cursor: pointer;
      z-index: 2;
      padding: 0.2rem 0.4rem;
      transition: color 0.2s;
      line-height: 1;
    }
    .lb-close:hover { color: var(--white); }

    .lb-img-wrap {
      width: 100%;
      background: #080808;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      max-height: 72vh;
    }
    .lb-img-wrap img {
      width: 100%;
      height: auto;
      max-height: 72vh;
      object-fit: contain;
      display: block;
    }

    .lb-placeholder {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 1rem;
      width: 100%;
      height: 100%;
      padding: 2rem;
    }
    .lb-ph-icon {
      font-size: 2rem;
      color: rgba(242,240,235,0.07);
      line-height: 1;
    }
    .lb-ph-name {
      font-family: 'Cinzel Decorative', serif;
      font-size: clamp(0.7rem, 2.5vw, 1rem);
      letter-spacing: 0.25em;
      color: var(--white);
      text-align: center;
    }
    .lb-ph-sub {
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.42rem;
      letter-spacing: 0.45em;
      color: rgba(242,240,235,0.18);
      text-transform: uppercase;
      text-align: center;
    }

    .lb-footer {
      padding: 1rem 1.4rem 1.1rem;
      border-top: 1px solid rgba(242,240,235,0.06);
    }
    .lb-title {
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.6rem;
      letter-spacing: 0.35em;
      color: var(--white);
      text-transform: uppercase;
    }
    .lb-category {
      font-family: 'Crimson Text', serif;
      font-size: 0.88rem;
      color: rgba(242,240,235,0.25);
      font-style: italic;
      margin-top: 0.25rem;
    }

    @media (max-width: 500px) {
      .lb-img-wrap { max-height: 55vh; }
      .lb-img-wrap img { max-height: 55vh; }
      .svc4-opt { font-size: 0.46rem; padding: 0.5rem 0.8rem; }
    }

    /* ────────────────────────────────────────
       LIGHTBOX CAROUSEL
    ──────────────────────────────────────── */
    .lb-carousel {
      width: 100%;
      background: #080808;
    }

    .lb-car-viewport {
      position: relative;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      max-height: 72vh;
      overflow: hidden;
    }

    .lb-car-track {
      width: 100%;
    }

    .lb-car-slide {
      display: none;
      width: 100%;
    }
    .lb-car-slide.active { display: block; }

    .lb-car-slide img {
      width: 100%;
      height: auto;
      max-height: 72vh;
      object-fit: contain;
      display: block;
      margin: 0 auto;
    }

    .lb-car-prev,
    .lb-car-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 5;
      background: rgba(4,4,4,0.65);
      border: 1px solid rgba(242,240,235,0.18);
      color: rgba(242,240,235,0.7);
      font-size: 2rem;
      width: 46px;
      height: 46px;
      line-height: 1;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s, color 0.2s, border-color 0.2s;
    }
    .lb-car-prev { left: 0.75rem; }
    .lb-car-next { right: 0.75rem; }
    .lb-car-prev:hover,
    .lb-car-next:hover {
      background: rgba(4,4,4,0.92);
      color: var(--white);
      border-color: rgba(242,240,235,0.5);
    }
    .lb-car-prev:disabled,
    .lb-car-next:disabled { opacity: 0.22; cursor: default; }

    .lb-car-dots {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0.7rem;
      padding: 0.75rem 0 0.5rem;
      background: #080808;
    }

    .lb-car-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: rgba(242,240,235,0.18);
      border: none;
      cursor: pointer;
      padding: 0;
      transition: background 0.3s, transform 0.3s;
    }
    .lb-car-dot.active {
      background: rgba(242,240,235,0.85);
      transform: scale(1.55);
    }

    @media (max-width: 500px) {
      .lb-car-viewport { max-height: 55vh; }
      .lb-car-slide img { max-height: 55vh; }
      .lb-car-prev, .lb-car-next { width: 36px; height: 36px; font-size: 1.5rem; }
    }

    /* ── Lightbox split antes/después ── */
    .lb-split {
      width: 100%;
      height: 70vh;
      background: #080808;
      position: relative;
    }
    .lb-split-half {
      flex: 1;
      position: relative;
      overflow: hidden;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #080808;
    }
    .lb-split-half img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      object-fit: contain;
      display: block;
    }
    .lb-split-divider-v {
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      width: 1px;
      background: rgba(242,240,235,0.35);
      z-index: 2;
      pointer-events: none;
    }
    .lb-split-label {
      position: absolute;
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.62rem;
      letter-spacing: 0.42em;
      text-transform: uppercase;
      color: rgba(242,240,235,0.8);
      background: rgba(4,4,4,0.6);
      padding: 0.3rem 0.8rem;
      z-index: 3;
      white-space: nowrap;
    }
    .lb-split-before .lb-split-label {
      bottom: 0.9rem;
      left: 0.9rem;
    }
    .lb-split-after .lb-split-label {
      top: 0.9rem;
      right: 0.9rem;
    }
    /* flechas de navegación entre pares */
    .lb-split-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 5;
      background: rgba(4,4,4,0.55);
      border: 1px solid rgba(242,240,235,0.18);
      color: rgba(242,240,235,0.75);
      width: 38px;
      height: 38px;
      border-radius: 50%;
      font-size: 1.6rem;
      line-height: 1;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background .2s, color .2s;
    }
    .lb-split-nav:hover { background: rgba(4,4,4,0.85); color: #fff; }
    .lb-split-nav:disabled { opacity: .22; cursor: default; }
    .lb-split-prev { left: 0.75rem; }
    .lb-split-next { right: 0.75rem; }
    .lb-split-counter {
      position: absolute;
      bottom: 0.75rem;
      left: 50%;
      transform: translateX(-50%);
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.55rem;
      letter-spacing: 0.3em;
      color: rgba(242,240,235,0.5);
      z-index: 5;
      pointer-events: none;
    }
    @media (max-width: 500px) {
      .lb-split { height: 60vh; }
      .lb-split-nav { width: 32px; height: 32px; font-size: 1.3rem; }
    }