/* ============================================================
   Showrooms — city groups (Gujranwala / Faisalabad)
   ============================================================ */
.sh-group + .sh-group { margin-top: clamp(2.6rem, 5.5vw, 4rem); }
.sh-group-head { display: flex; align-items: baseline; gap: 1.2rem; margin-bottom: clamp(1.3rem, 3vw, 1.9rem); }
.sh-group-city { font-family: var(--serif); font-weight: 300; font-size: clamp(1.4rem, 3vw, 2.05rem); letter-spacing: -.01em; line-height: 1; }
.sh-group-count { font-size: .58rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-deep); white-space: nowrap; }
.sh-group-line { flex: 1; height: 1px; background: var(--line-soft); }

/* ============================================================
   SUPER 313 — "Request a Consultation" section  (.vc- namespace)
   Extends the existing luxury system (tokens from style.css).
   ============================================================ */
.vc-grid {
  display: grid; grid-template-columns: 5fr 6fr; gap: clamp(1.8rem, 4vw, 3.6rem);
  align-items: start; margin-top: clamp(2.4rem, 5vw, 3.6rem);
}
@media (max-width: 920px) { .vc-grid { grid-template-columns: 1fr; } }

/* ---------------- LEFT ---------------- */
.vc-h3 { font-family: var(--serif); font-weight: 300; font-size: clamp(1.6rem, 3vw, 2.2rem); letter-spacing: -.01em; }
.vc-lead { margin-top: 1rem; font-size: .95rem; line-height: 1.65; color: rgba(23,23,23,.62); max-width: 30rem; }

.vc-contacts { margin-top: clamp(1.8rem, 4vw, 2.6rem); border-top: 1px solid var(--line-soft); }
.vc-item { display: flex; align-items: center; gap: 1.1rem; padding: 1.05rem .2rem; border-bottom: 1px solid var(--line-soft); text-decoration: none; color: inherit; transition: background .4s var(--ease), padding-left .4s var(--ease); }
.vc-item:hover { background: rgba(184,155,94,.06); padding-left: .7rem; }
.vc-ico { flex: 0 0 2.4rem; height: 2.4rem; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); transition: border-color .4s var(--ease), background .4s var(--ease), color .4s var(--ease); }
.vc-item:hover .vc-ico { border-color: var(--gold); background: var(--gold); color: #fff; }
.vc-ico svg { width: 18px; height: 18px; }
.vc-it-t { display: flex; flex-direction: column; gap: .25rem; }
.vc-it-t b { font-weight: 400; font-size: .58rem; letter-spacing: .26em; text-transform: uppercase; color: rgba(23,23,23,.45); }
.vc-it-t span { font-family: var(--serif); font-size: 1.02rem; color: var(--ink); }

/* WhatsApp premium card */
.vc-wa { display: flex; align-items: center; gap: 1.15rem; margin-top: clamp(1.6rem, 3.5vw, 2.2rem); padding: 1.35rem 1.5rem; background: var(--dark); color: #fff; text-decoration: none; position: relative; overflow: hidden; border: 1px solid transparent; transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.vc-wa::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(184,155,94,.22), transparent 60%); opacity: 0; transition: opacity .5s var(--ease); }
.vc-wa:hover { transform: translateY(-3px); box-shadow: 0 22px 46px -24px rgba(12,10,8,.6); }
.vc-wa:hover::before { opacity: 1; }
.vc-wa-ico { flex: 0 0 2.9rem; height: 2.9rem; display: grid; place-items: center; background: #25D366; border-radius: 50%; position: relative; z-index: 1; }
.vc-wa-ico svg { width: 22px; height: 22px; fill: #fff; }
.vc-wa-t { display: flex; flex-direction: column; gap: .3rem; position: relative; z-index: 1; }
.vc-wa-t b { font-family: var(--serif); font-weight: 400; font-size: 1.08rem; }
.vc-wa-t span { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.vc-wa-arrow { margin-left: auto; color: var(--gold); font-size: 1.2rem; position: relative; z-index: 1; transition: transform .4s var(--ease); }
.vc-wa:hover .vc-wa-arrow { transform: translateX(5px); }

/* map */
.vc-map { display: block; position: relative; margin-top: clamp(1.6rem, 3.5vw, 2.2rem); aspect-ratio: 16/9; overflow: hidden; border: 1px solid var(--line); background: var(--bg-2); }
.vc-map iframe { width: 100%; height: 100%; border: 0; display: block; filter: grayscale(1) contrast(1.05) brightness(.97); transition: filter .7s var(--ease); }
.vc-map:hover iframe { filter: grayscale(0); }
.vc-map::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(0,0,0,.05); pointer-events: none; }

/* ---------------- RIGHT · form card ---------------- */
.vc-card {
  background: #FCFBF7; border: 1px solid rgba(184,155,94,.45); border-radius: 8px;
  padding: clamp(1.8rem, 4vw, 3rem); box-shadow: 0 30px 70px -40px rgba(23,20,14,.4);
  position: relative;
}
.vc-card-h { font-family: var(--serif); font-weight: 300; font-size: clamp(1.7rem, 3.4vw, 2.4rem); letter-spacing: -.01em; }
.vc-card-h em { font-style: italic; color: var(--gold); }
.vc-card-sub { margin-top: .8rem; font-size: .9rem; line-height: 1.6; color: rgba(23,23,23,.58); }

.vc-form { margin-top: clamp(1.6rem, 3.5vw, 2.4rem); }

/* floating-label fields */
.vc-field { position: relative; margin-bottom: 1.55rem; }
.vc-field input, .vc-field textarea {
  width: 100%; background: transparent; border: 0; border-bottom: 1px solid var(--line);
  font-family: var(--sans); font-size: .95rem; color: var(--ink);
  padding: 1.45rem 0 .55rem; transition: border-color .4s var(--ease);
}
.vc-field textarea { resize: vertical; min-height: 5.5rem; line-height: 1.55; }
.vc-field label {
  position: absolute; left: 0; top: 1.4rem; font-family: var(--sans); font-size: .95rem;
  color: rgba(23,23,23,.45); pointer-events: none; transition: top .35s var(--ease), font-size .35s var(--ease), letter-spacing .35s var(--ease), color .35s var(--ease);
}
.vc-field input:focus, .vc-field textarea:focus { outline: none; border-color: var(--gold); }
.vc-field input:focus + label, .vc-field input:not(:placeholder-shown) + label,
.vc-field textarea:focus + label, .vc-field textarea:not(:placeholder-shown) + label {
  top: 0; font-size: .58rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold);
}
.vc-field textarea::placeholder { color: transparent; }
.vc-field textarea:focus::placeholder { color: rgba(23,23,23,.34); }
.vc-field.is-invalid input, .vc-field.is-invalid textarea { border-color: #b4432f; }

/* anti-spam honeypot — hidden from people, still fillable by bots */
.vc-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* interest selectable cards */
.vc-choose { margin: .4rem 0 1.7rem; }
.vc-choose-label { display: block; font-size: .58rem; letter-spacing: .26em; text-transform: uppercase; color: rgba(23,23,23,.45); margin-bottom: .9rem; }
.vc-cards { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
@media (max-width: 460px) { .vc-cards { grid-template-columns: 1fr; } }
.vc-chip {
  display: flex; align-items: center; gap: .7rem; text-align: left; cursor: pointer;
  background: transparent; border: 1px solid var(--line); border-radius: 6px;
  padding: .85rem 1rem; font-family: var(--serif); font-size: .96rem; color: var(--ink);
  transition: border-color .35s var(--ease), background .35s var(--ease), transform .35s var(--ease);
}
.vc-chip:hover { border-color: var(--gold); transform: translateY(-2px); }
.vc-chip .vc-chip-dot { flex: 0 0 .95rem; height: .95rem; border: 1px solid var(--line); border-radius: 50%; position: relative; transition: border-color .35s var(--ease), background .35s var(--ease); }
.vc-chip.is-on { border-color: var(--gold); background: rgba(184,155,94,.09); }
.vc-chip.is-on .vc-chip-dot { border-color: var(--gold); background: var(--gold); }
.vc-chip.is-on .vc-chip-dot::after { content: ""; position: absolute; left: 50%; top: 46%; width: .32rem; height: .16rem; border-left: 1.5px solid #fff; border-bottom: 1.5px solid #fff; transform: translate(-50%,-50%) rotate(-45deg); }

/* submit */
.vc-submit {
  position: relative; width: 100%; margin-top: .5rem; cursor: pointer; overflow: hidden;
  background: var(--gold); color: #fff; border: 1px solid var(--gold);
  font-family: var(--sans); font-size: .7rem; font-weight: 500; letter-spacing: .28em; text-transform: uppercase;
  padding: 1.15rem 2rem; transition: color .45s var(--ease), border-color .45s var(--ease), box-shadow .45s var(--ease);
}
.vc-submit::before { content: ""; position: absolute; inset: 0; background: var(--dark); transform: translateY(101%); transition: transform .45s var(--ease); z-index: 0; }
.vc-submit:hover { border-color: var(--dark); box-shadow: 0 14px 30px -14px rgba(184,155,94,.7); }
.vc-submit:hover::before { transform: translateY(0); }
.vc-submit .vc-submit-txt { position: relative; z-index: 1; }
.vc-submit .vc-spin { position: absolute; left: 50%; top: 50%; width: 18px; height: 18px; margin: -9px 0 0 -9px; border: 2px solid rgba(255,255,255,.35); border-top-color: #fff; border-radius: 50%; opacity: 0; z-index: 1; }
.vc-submit.is-loading { color: transparent; pointer-events: none; }
.vc-submit.is-loading .vc-spin { opacity: 1; animation: vcSpin .7s linear infinite; }
@keyframes vcSpin { to { transform: rotate(360deg); } }

.vc-error { margin-top: 1rem; font-size: .82rem; color: #b4432f; text-align: center; }

/* success card */
.vc-success { text-align: center; padding: clamp(1.5rem, 4vw, 2.5rem) 0 .5rem; animation: vcFade .6s var(--ease) both; }
@keyframes vcFade { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.vc-check { display: grid; place-items: center; width: 3.6rem; height: 3.6rem; margin: 0 auto 1.4rem; border-radius: 50%; background: rgba(184,155,94,.12); color: var(--gold); font-size: 1.5rem; animation: vcPop .5s var(--ease) .1s both; }
@keyframes vcPop { 0% { transform: scale(.4); opacity: 0; } 60% { transform: scale(1.12); } 100% { transform: scale(1); opacity: 1; } }
.vc-success h3 { font-family: var(--serif); font-weight: 300; font-size: clamp(1.6rem, 3.4vw, 2.3rem); }
.vc-success p { margin: 1rem auto 1.9rem; max-width: 26rem; font-size: .92rem; line-height: 1.6; color: rgba(23,23,23,.6); }

/* soft fade-in on scroll — reuse .rv but stagger the two columns */
.vc-grid .rv[data-d="1"] { transition-delay: .12s; }
