/* ============================================================
   VELVET STUDIO — styles.css
   ============================================================ */

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

body {
  font-family: 'Jost', sans-serif;
  font-weight: 200;
  background: #fdf5f8;
  color: #3a2530;
  min-height: 100vh;
  padding: 2rem 1rem;
}

.wrapper { max-width: 860px; margin: 0 auto; }

/* ── HERO ── */
.vs-hero {
  background: #f5dde8;
  border: 0.5px solid #e0b8cc;
  border-radius: 20px;
  padding: 3.5rem 2rem 3rem;
  text-align: center;
  margin-bottom: 2px;
}
.vs-logo-img {
  width: 300px;
  max-width: 85%;
  height: auto;
  margin: 0 auto 1rem;
  display: block;
}
.vs-rule {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  margin: 1rem 0 1.2rem;
}
.vs-rule-line { flex: 1; max-width: 80px; height: 0.5px; background: #d4a0b8; }
.vs-rule-dot  { width: 4px; height: 4px; border-radius: 50%; background: #c988a8; }
.vs-name {
  font-family: 'Cormorant', serif;
  font-weight: 400;
  font-size: 18px;
  color: #4a1e30;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.vs-roles {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 11px;
  color: #7a3a56;
  letter-spacing: 1px;
  margin-bottom: 1.4rem;
}
.vs-creds { display: flex; gap: 6px; justify-content: center; flex-wrap: wrap; }
.vs-cred {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #6b2d46;
  border: 0.5px solid #c988a8;
  padding: 5px 14px;
  border-radius: 20px;
  background: #fce8f0;
}

/* ── NAV ── */
.vs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 1.6rem 0 0.8rem;
  border-bottom: 0.5px solid #e0b8cc;
}
.vs-nav-btn {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 9px 18px;
  border-radius: 20px;
  border: 0.5px solid #d8a8be;
  background: #fce8f0;
  color: #6b2d46;
  cursor: pointer;
  transition: all 0.25s;
  white-space: nowrap;
}
.vs-nav-btn:hover  { background: #f5d0e0; color: #4a1e30; border-color: #c988a8; }
.vs-nav-btn.active { background: #6b2d46; color: #fce8f0; border-color: #6b2d46; }

/* ── PANELS ── */
.vs-content { padding: 2.5rem 0 2rem; }
.vs-panel        { display: none; }
.vs-panel.active { display: block; }

.vs-panel-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
  margin-bottom: 2.5rem;
}
.vs-service-num {
  font-family: 'Cormorant', serif;
  font-style: italic;
  font-size: 80px;
  font-weight: 300;
  color: #d4a0b8;
  line-height: 1;
  margin-bottom: -0.3rem;
}
.vs-service-title {
  font-family: 'Cormorant', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 36px;
  color: #4a1e30;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.vs-service-sub {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #9a4a6a;
}
.vs-panel-right { padding-top: 1rem; }
.vs-panel-desc {
  font-family: 'Cormorant', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  color: #3a2530;
  line-height: 1.9;
}
.vs-divider { height: 0.5px; background: #e0b8cc; margin: 0 0 2rem; }

/* ── FEATURES ── */
.vs-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 2rem;
}
.vs-feat {
  background: #fce8f0;
  border: 0.5px solid #e0b8cc;
  border-radius: 12px;
  padding: 1.2rem 1.4rem;
}
.vs-feat-title {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #4a1e30;
  margin-bottom: 8px;
}
.vs-feat-desc {
  font-family: 'Cormorant', serif;
  font-weight: 400;
  font-size: 15px;
  color: #3a2530;
  line-height: 1.65;
}

/* ── CONTACT CARD ── */
.vs-contact {
  margin-top: 2rem;
  padding: 1.6rem 1.8rem;
  background: #fce8f0;
  border: 0.5px solid #e0b8cc;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.vs-contact-label {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #7a3a56;
  margin-bottom: 5px;
}
.vs-contact-text {
  font-family: 'Cormorant', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  color: #3a2530;
  line-height: 1.5;
}
.vs-contact-phone {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #4a1e30;
  letter-spacing: 1px;
  margin-top: 5px;
}

/* ── WHATSAPP BUTTON ── */
.vs-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 14px 26px;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.25s, transform 0.2s;
  white-space: nowrap;
}
.vs-wa-btn:hover { background: #1fba58; transform: translateY(-2px); }
.vs-wa-icon { width: 18px; height: 18px; fill: #fff; flex-shrink: 0; }

/* ── GALLERY (Trabajos) ── */
.vs-gallery-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 1.6rem;
}
.vs-gtab {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 20px;
  border: 0.5px solid #d8a8be;
  background: transparent;
  color: #6b2d46;
  cursor: pointer;
  transition: all 0.2s;
}
.vs-gtab:hover  { background: #f5d0e0; }
.vs-gtab.active { background: #6b2d46; color: #fce8f0; border-color: #6b2d46; }

.vs-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.vs-gallery-grid .vs-gcat { display: none; }
.vs-gallery-grid .vs-gcat.active { display: contents; }

.vs-gitem {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 3/4;
  background: #f5dde8;
  cursor: pointer;
}
.vs-gitem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.vs-gitem:hover img { transform: scale(1.05); }

/* Lightbox */
.vs-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(30,10,20,0.92);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.vs-lightbox.open { display: flex; }
.vs-lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 10px;
  object-fit: contain;
  box-shadow: 0 0 60px rgba(0,0,0,0.6);
}
.vs-lb-close {
  position: absolute;
  top: 1.2rem;
  right: 1.4rem;
  color: #fce8f0;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  font-family: 'Jost', sans-serif;
  font-weight: 200;
  background: none;
  border: none;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.vs-lb-close:hover { opacity: 1; }

/* ── RESPONSIVE ── */
@media (max-width: 580px) {
  .vs-panel-top         { grid-template-columns: 1fr; gap: 0.8rem; }
  .vs-features          { grid-template-columns: 1fr; }
  .vs-service-num       { font-size: 54px; }
  .vs-service-title     { font-size: 28px; }
  .vs-contact           { flex-direction: column; align-items: flex-start; }
  .vs-gallery-grid      { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 360px) {
  .vs-gallery-grid      { grid-template-columns: 1fr; }
}
