:root {
    --primary: #c2a35d;
    --dark: #0a0a0a;
    --white: #ffffff;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { font-family: 'Plus Jakarta Sans', sans-serif; background: var(--white); overflow-x: hidden; width: 100%; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.section { padding: 100px 0; }
.txt-justify { text-align: justify; }
.service-list { list-style: none; padding-top: 10px; }
.service-list li { margin-bottom: 8px; font-size: 0.9rem; position: relative; padding-left: 15px; }
.service-list li::before { content: "•"; color: var(--primary); position: absolute; left: 0; }

/* LOGO */
.logo-wrapper-clean { text-decoration: none !important; display: flex; align-items: center; gap: 12px; }
.logo-text { color: var(--white); font-weight: 800; font-size: 1.4rem; border: none; }
.logo-text span { font-weight: 300; color: var(--primary); }

/* HEADER Y NAVEGACIÓN WEB */
.header { position: fixed; width: 100%; top: 0; z-index: 1000; padding: 30px 0; transition: 0.4s; background: transparent; }
.header.scrolled { background: rgba(10, 10, 10, 0.98); padding: 15px 0; }
.nav { display: flex; justify-content: space-between; align-items: center; }
.nav-list { display: flex; list-style: none; gap: 40px; align-items: center; }
.nav-link { color: var(--white); text-decoration: none; font-weight: 500; font-size: 0.95rem; }
.nav-btn { background: var(--primary); color: var(--dark); padding: 10px 22px; border-radius: 8px; text-decoration: none; font-weight: 800; }

/* FIX: Ocultar controles móviles en versión escritorio */
.nav-toggle, .nav-close { display: none; }

/* HERO */
.hero { height: 100vh; position: relative; display: flex; align-items: center; color: white; }
.hero-img { position: absolute; width: 100%; height: 100%; object-fit: cover; z-index: -1; top: 0; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,0.85), transparent); z-index: 0; }
.hero-content { position: relative; z-index: 1; max-width: 700px; }
.hero-title { font-size: 4.5rem; margin: 20px 0; line-height: 1.1; font-weight: 800; }
.hero-title span { font-family: 'Playfair Display', serif; color: var(--primary); font-style: italic; }
.hero-tag { background: rgba(194, 163, 93, 0.2); border: 1px solid var(--primary); padding: 5px 15px; border-radius: 50px; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px; }
.hero-p { font-size: 1.2rem; margin-bottom: 30px; opacity: 0.9; }

.btn-main { background: var(--primary); color: var(--dark); padding: 16px 32px; border-radius: 12px; text-decoration: none; font-weight: 800; display: inline-block; }
.btn-secondary { color: white; border: 2px solid rgba(255,255,255,0.2); padding: 14px 32px; border-radius: 12px; font-weight: 800; text-decoration: none; margin-left: 15px; display: inline-block; }

/* IDENTIDAD */
.display-title { font-size: 3.5rem; font-weight: 800; margin-bottom: 40px; }
.display-title.white { color: white; }
.display-title span { color: var(--primary); font-family: 'Playfair Display', serif; }
.about-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; }
.id-item { margin-bottom: 30px; }
.id-item h3 { color: var(--primary); margin-bottom: 10px; font-size: 1.5rem; display: flex; align-items: center; gap: 10px; }
.about-img-box { position: relative; }
.img-proportional { width: 100%; border-radius: 30px; box-shadow: 0 20px 50px rgba(0,0,0,0.1); }
.experience-badge { position: absolute; bottom: 20px; right: -20px; background: var(--primary); color: var(--dark); padding: 15px 25px; border-radius: 15px; font-weight: 800; box-shadow: 0 10px 20px rgba(0,0,0,0.2); }

/* ESTÁNDAR ND */
.nd-standard-section { background: var(--dark); padding: 100px 0; border-radius: 50px 50px 0 0; color: white; }
.nd-title { font-size: 3.5rem; text-align: center; margin-bottom: 60px; font-weight: 800; }
.nd-title span { color: var(--primary); }
.nd-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }
.nd-card { background: rgba(255,255,255,0.05); padding: 40px; border-radius: 25px; border: 1px solid rgba(255,255,255,0.1); }
.s-icon { font-size: 2.5rem; color: var(--primary); margin-bottom: 20px; display: block; }
.nd-card h4 { color: var(--primary); font-size: 1.4rem; margin-bottom: 15px; min-height: 3.5rem; display: flex; align-items: center; }
.nd-card.highlighted { background: var(--primary); color: var(--dark); border: none; transform: translateY(-10px); }
.nd-card.highlighted .s-icon, .nd-card.highlighted h4 { color: var(--dark); }
.nd-card.highlighted .service-list li::before { color: var(--dark); }

/* GALERÍA */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gallery-item { position: relative; border-radius: 20px; overflow: hidden; cursor: pointer; }
.gallery-item img { width: 100%; height: 350px; object-fit: cover; display: block; transition: 0.5s ease; }
.gallery-overlay { position: absolute; inset: 0; background: rgba(10, 10, 10, 0.7); display: flex; flex-direction: column; justify-content: center; align-items: center; opacity: 0; transition: 0.4s; }
.gallery-overlay i { color: var(--primary); font-size: 2rem; margin-bottom: 10px; transform: translateY(20px); transition: 0.4s; }
.gallery-overlay span { color: white; font-weight: 800; text-transform: uppercase; font-size: 0.9rem; transform: translateY(20px); transition: 0.4s 0.1s; }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-item:hover .gallery-overlay i, .gallery-item:hover .gallery-overlay span { transform: translateY(0); }

/* LIGHTBOX */
.lightbox { position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.95); display: none; justify-content: center; align-items: center; padding: 20px; }
#lightbox-img { max-width: 90%; max-height: 85vh; border-radius: 10px; }
.close-lightbox { position: absolute; top: 30px; right: 40px; color: var(--primary); font-size: 3rem; cursor: pointer; }

/* CONTACTO */
.contact-section { padding: 120px 0; background: linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0.85)), url("img/footer.jpg"); background-size: cover; background-attachment: fixed; }
.contact-box-modern { display: grid; grid-template-columns: 1fr 1.2fr; gap: 50px; }
.contact-item { display: flex; align-items: center; gap: 15px; margin-bottom: 25px; color: white; }
.contact-item i { color: var(--primary); font-size: 1.2rem; }
.contact-form-side { background: white; padding: 45px; border-radius: 30px; }
input, textarea { width: 100%; padding: 15px; margin-bottom: 15px; border-radius: 12px; border: 1px solid #ddd; font-family: inherit; font-size: 1rem; }
.btn-main-dark { width: 100%; background: var(--dark); color: white; padding: 18px; border: none; border-radius: 12px; font-weight: 800; cursor: pointer; transition: .3s; }
.btn-main-dark:hover { background: var(--primary); color: var(--dark); }

/* FOOTER */
.footer-simple { background: var(--dark); padding: 40px 0; text-align: center; color: rgba(255,255,255,0.4); border-top: 1px solid rgba(255,255,255,0.05); }

/* RESPONSIVE MÓVIL */
@media (max-width: 992px) {
    .container { padding: 0 25px; }
    
    /* ACTIVAR CONTROLES SOLO AQUÍ */
    .nav-toggle { display: block; cursor: pointer; color: white; font-size: 1.8rem; }
    .nav-close { display: block; position: absolute; top: 30px; right: 30px; color: var(--primary); font-size: 2rem; cursor: pointer; }

    .nav-menu { position: fixed; top: 0; right: -100%; width: 100%; height: 100vh; background: var(--dark); display: flex; flex-direction: column; justify-content: center; align-items: center; transition: .5s; z-index: 2000; }
    .nav-menu.active { right: 0; }
    .nav-list { flex-direction: column; gap: 40px; }
    .nav-link { font-size: 1.5rem; }

    .hero-title { font-size: 2.8rem; }
    .hero-group { flex-direction: column; width: 100%; gap: 15px; }
    .btn-secondary { margin-left: 0; }
    .about-grid, .nd-grid, .gallery-grid, .contact-box-modern { grid-template-columns: 1fr; }
    .experience-badge { position: static; margin-top: 20px; width: fit-content; }
    .section { padding: 60px 0; }
    .gallery-item img { height: 280px; }
}