/* ============================================================
   Velvet & Vine — Salon & Spa · shared stylesheet
   Demo website by Pavan Rengade · https://pavan.rengade.in
   ============================================================ */

:root {
  --blush: #fdf1ec;
  --cream: #fffaf6;
  --white: #ffffff;
  --charcoal: #2b2226;
  --ink: #4a3d42;
  --muted: #8a767d;
  --rosegold: #b76e79;
  --rosegold-deep: #9d5560;
  --mauve: #9b6b7d;
  --gold: #d4a373;
  --line: #f0ddd6;
  --shadow: 0 10px 30px rgba(155, 107, 125, 0.12);
  --shadow-soft: 0 4px 14px rgba(155, 107, 125, 0.10);
  --radius: 18px;
  --grad-hero: linear-gradient(135deg, #fdf1ec 0%, #f9e2e0 45%, #f3d5d8 100%);
  --grad-rose: linear-gradient(135deg, #b76e79, #9b6b7d);
  --grad-tile-1: linear-gradient(135deg, #fbe4e0, #f6d3d6);
  --grad-tile-2: linear-gradient(135deg, #f7e8dc, #f0d8c8);
  --grad-tile-3: linear-gradient(135deg, #ece4ef, #ddd0e4);
  --grad-tile-4: linear-gradient(135deg, #fdeee2, #f8dcc9);
  --font-head: "Italiana", serif;
  --font-body: "Jost", sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 16.5px;
}

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 400;
  color: var(--charcoal);
  line-height: 1.15;
  letter-spacing: 0.01em;
}

a { color: var(--rosegold-deep); text-decoration: none; }
a:hover { color: var(--rosegold); }

img { max-width: 100%; }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 22px; }

/* ---------- demo ribbon ---------- */
.ribbon {
  background: var(--charcoal);
  color: #f6e8e4;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 8px 14px;
}
.ribbon a { color: #eec3b9; text-decoration: underline; font-weight: 400; }
.ribbon a:hover { color: #ffffff; }

/* ---------- header / nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 250, 246, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 22px;
  max-width: 1120px;
  margin: 0 auto;
}
.brand {
  font-family: var(--font-head);
  font-size: 1.55rem;
  color: var(--charcoal);
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.brand .amp { color: var(--rosegold); }
.brand small {
  display: block;
  font-family: var(--font-body);
  font-size: 0.62rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: -2px;
}
.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 1.3rem;
  color: var(--charcoal);
  padding: 4px 12px;
  cursor: pointer;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  list-style: none;
}
.nav-links a {
  color: var(--ink);
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.nav-links a:hover { color: var(--rosegold-deep); }
.nav-links a.current {
  color: var(--rosegold-deep);
  border-bottom-color: var(--rosegold);
}
.btn {
  display: inline-block;
  background: var(--grad-rose);
  color: #fff !important;
  border: none;
  border-radius: 999px;
  padding: 11px 26px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  cursor: pointer;
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn.ghost {
  background: transparent;
  color: var(--rosegold-deep) !important;
  border: 1.5px solid var(--rosegold);
  box-shadow: none;
}
.btn.ghost:hover { background: rgba(183, 110, 121, 0.08); }
.nav-links .btn { padding: 9px 22px; }

/* ---------- hero ---------- */
.hero {
  background: var(--grad-hero);
  overflow: hidden;
  position: relative;
}
.hero::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183,110,121,0.18), transparent 70%);
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
  padding: 72px 0 80px;
  position: relative;
  z-index: 1;
}
.hero .eyebrow,
.eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--rosegold-deep);
  margin-bottom: 14px;
}
.hero h1 {
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  margin-bottom: 18px;
}
.hero h1 em { font-style: normal; color: var(--rosegold-deep); }
.hero p.lead {
  font-size: 1.12rem;
  max-width: 46ch;
  margin-bottom: 30px;
  color: var(--ink);
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-tile {
  background: var(--grad-tile-1);
  border-radius: 30px;
  box-shadow: var(--shadow);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(4rem, 9vw, 6.5rem);
  position: relative;
}
.hero-tile .float-chip {
  position: absolute;
  background: var(--white);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
  padding: 8px 16px;
  font-size: 0.85rem;
  color: var(--ink);
  white-space: nowrap;
}
.hero-tile .float-chip.tl { top: 8%; left: -6%; }
.hero-tile .float-chip.br { bottom: 10%; right: -4%; }

/* ---------- offers strip ---------- */
.offers-strip {
  background: var(--grad-rose);
  color: #fff;
  text-align: center;
  padding: 12px 18px;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}
.offers-strip strong { font-weight: 500; }

/* ---------- sections ---------- */
.section { padding: 72px 0; }
.section.alt { background: var(--blush); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 44px; }
.section-head h2 { font-size: clamp(2rem, 4.2vw, 2.9rem); margin-bottom: 10px; }
.section-head p { color: var(--muted); }

/* ---------- stats ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: center;
}
.stat {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 16px;
  box-shadow: var(--shadow-soft);
}
.stat .num {
  font-family: var(--font-head);
  font-size: 2.4rem;
  color: var(--rosegold-deep);
  display: block;
}
.stat .label {
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ---------- service teaser cards ---------- */
.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 22px;
  text-align: center;
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s, box-shadow 0.25s;
  display: flex;
  flex-direction: column;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card .icon-tile {
  width: 76px;
  height: 76px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  margin: 0 auto 18px;
}
.card:nth-child(1) .icon-tile { background: var(--grad-tile-1); }
.card:nth-child(2) .icon-tile { background: var(--grad-tile-2); }
.card:nth-child(3) .icon-tile { background: var(--grad-tile-3); }
.card:nth-child(4) .icon-tile { background: var(--grad-tile-4); }
.card h3 { font-size: 1.45rem; margin-bottom: 8px; }
.card p { font-size: 0.92rem; color: var(--muted); flex: 1; }
.card .card-link {
  margin-top: 16px;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rosegold-deep);
}

/* ---------- stylist cards ---------- */
.stylists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.stylist {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 20px;
  text-align: center;
  box-shadow: var(--shadow-soft);
}
.avatar {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: var(--grad-rose);
  color: #fff;
  font-family: var(--font-head);
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  letter-spacing: 0.05em;
  box-shadow: var(--shadow-soft);
}
.stylist:nth-child(2n) .avatar { background: linear-gradient(135deg, #d4a373, #b76e79); }
.stylist h3 { font-size: 1.35rem; }
.stylist .role { color: var(--rosegold-deep); font-size: 0.9rem; margin: 4px 0 8px; }
.stylist .exp {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ---------- testimonials ---------- */
.testis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.testi {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
}
.testi .stars { color: var(--gold); letter-spacing: 3px; margin-bottom: 12px; }
.testi blockquote { font-size: 0.98rem; font-style: italic; flex: 1; }
.testi .who { margin-top: 16px; font-size: 0.88rem; color: var(--muted); }
.testi .who strong { color: var(--charcoal); font-weight: 500; }

/* ---------- price menu ---------- */
.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 36px;
}
.tab {
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: 999px;
  padding: 9px 22px;
  font-family: var(--font-body);
  font-size: 0.92rem;
  letter-spacing: 0.05em;
  color: var(--ink);
  cursor: pointer;
  transition: all 0.2s;
}
.tab:hover { border-color: var(--rosegold); color: var(--rosegold-deep); }
.tab.active {
  background: var(--grad-rose);
  border-color: transparent;
  color: #fff;
}
.menu-group { margin-bottom: 48px; }
.menu-group > h2 {
  font-size: 1.9rem;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.menu-group > p.sub { color: var(--muted); font-size: 0.92rem; margin-bottom: 18px; }
.menu-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--line);
}
.menu-table th {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: left;
  padding: 14px 18px;
  background: var(--blush);
}
.menu-table td {
  padding: 15px 18px;
  border-top: 1px solid var(--line);
  font-size: 0.97rem;
  vertical-align: middle;
}
.menu-table td.svc { color: var(--charcoal); font-weight: 400; }
.menu-table td.svc small { display: block; color: var(--muted); font-size: 0.8rem; font-weight: 300; }
.menu-table td.dur { color: var(--muted); white-space: nowrap; }
.menu-table td.price { font-weight: 500; color: var(--rosegold-deep); white-space: nowrap; }
.menu-table tr:hover td { background: #fffaf7; }
.btn.small { padding: 7px 18px; font-size: 0.82rem; }

/* ---------- membership banner ---------- */
.membership {
  background: linear-gradient(135deg, #2b2226, #4a3038);
  color: #f6e8e4;
  border-radius: 24px;
  padding: 42px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  flex-wrap: wrap;
  box-shadow: var(--shadow);
}
.membership h2 { color: #fff; font-size: 1.9rem; margin-bottom: 6px; }
.membership p { color: #d9bfc0; max-width: 56ch; }
.membership .price-tag {
  font-family: var(--font-head);
  font-size: 2rem;
  color: var(--gold);
  white-space: nowrap;
}

/* ---------- booking flow ---------- */
.booking-shell {
  max-width: 760px;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  padding: 40px 36px;
}
.step { margin-bottom: 34px; }
.step-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
}
.step-label .n {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--grad-rose);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  letter-spacing: 0;
}
.chip-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 10px;
}
.chip {
  border: 1.5px solid var(--line);
  background: var(--cream);
  border-radius: 14px;
  padding: 10px 8px;
  text-align: center;
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: var(--ink);
  cursor: pointer;
  transition: all 0.18s;
  line-height: 1.35;
}
.chip small { display: block; font-size: 0.72rem; color: var(--muted); }
.chip:hover { border-color: var(--rosegold); }
.chip.selected {
  background: var(--grad-rose);
  border-color: transparent;
  color: #fff;
}
.chip.selected small { color: #f3d9d4; }
.chip.booked {
  opacity: 0.42;
  cursor: not-allowed;
  text-decoration: line-through;
  background: #f4ecec;
}
.chip.booked:hover { border-color: var(--line); }

/* ---------- forms ---------- */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.field input,
.field select,
.field textarea {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 300;
  color: var(--charcoal);
  background: var(--cream);
  border: 1.5px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
}
.field input:focus,
.field select:focus,
.field textarea:focus { border-color: var(--rosegold); }
.field textarea { resize: vertical; min-height: 120px; }
.form-error {
  color: #b03a48;
  font-size: 0.88rem;
  margin-top: 10px;
  display: none;
}
.form-error.show { display: block; }

/* ---------- confirmation card ---------- */
.confirm-card {
  text-align: center;
  padding: 20px 8px;
}
.confirm-card .tick { font-size: 3rem; }
.confirm-card h2 { font-size: 2.2rem; margin: 10px 0 6px; }
.confirm-card .bid {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 1.5rem;
  letter-spacing: 0.14em;
  color: var(--rosegold-deep);
  background: var(--blush);
  border: 1px dashed var(--rosegold);
  border-radius: 12px;
  padding: 8px 26px;
  margin: 14px 0 20px;
}
.confirm-card dl {
  display: grid;
  grid-template-columns: auto auto;
  gap: 8px 20px;
  justify-content: center;
  text-align: left;
  margin-bottom: 22px;
}
.confirm-card dt {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  align-self: center;
}
.confirm-card dd { color: var(--charcoal); }
.confirm-card .note { font-size: 0.88rem; color: var(--muted); margin-bottom: 24px; }

/* ---------- contact page ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 30px;
  align-items: start;
}
.info-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 28px;
  box-shadow: var(--shadow-soft);
  margin-bottom: 22px;
}
.info-card h3 { font-size: 1.4rem; margin-bottom: 12px; }
.info-card ul { list-style: none; }
.info-card li { padding: 5px 0; display: flex; justify-content: space-between; gap: 14px; font-size: 0.95rem; }
.info-card li .day { color: var(--muted); }
.info-card li.closed .hrs { color: #b03a48; }
.map-placeholder {
  background: var(--grad-tile-3);
  border-radius: var(--radius);
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--ink);
  font-size: 0.9rem;
  border: 1px dashed var(--mauve);
  text-align: center;
  padding: 20px;
}
.map-placeholder .pin { font-size: 2.6rem; }

/* ---------- page banner ---------- */
.page-banner {
  background: var(--grad-hero);
  text-align: center;
  padding: 54px 22px 58px;
}
.page-banner h1 { font-size: clamp(2.3rem, 5vw, 3.4rem); margin-bottom: 8px; }
.page-banner p { color: var(--muted); max-width: 60ch; margin: 0 auto; }

/* ---------- footer ---------- */
.site-footer {
  background: var(--charcoal);
  color: #cbb6ba;
  padding: 56px 0 0;
  font-size: 0.93rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 32px;
  padding-bottom: 40px;
}
.site-footer h4 {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 14px;
}
.site-footer .f-brand {
  font-family: var(--font-head);
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.06em;
}
.site-footer .f-brand .amp { color: var(--rosegold); }
.site-footer ul { list-style: none; }
.site-footer li { padding: 4px 0; }
.site-footer a { color: #e3ccc7; }
.site-footer a:hover { color: #fff; }
.footer-credit {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  padding: 18px 16px;
  font-size: 0.82rem;
  color: #a58f94;
}
.footer-credit a { color: #eec3b9; text-decoration: underline; }
.footer-credit a:hover { color: #fff; }

/* ---------- helpers ---------- */
.center { text-align: center; }
.mt-20 { margin-top: 20px; }
.mt-40 { margin-top: 40px; }
.hidden { display: none !important; }
.table-scroll { overflow-x: auto; border-radius: var(--radius); }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 940px) {
  .cards, .stylists { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-inner { grid-template-columns: 1fr; padding: 52px 0 60px; }
  .hero-tile { max-width: 380px; margin: 0 auto; width: 100%; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .nav-toggle { display: block; }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    padding: 8px 0 16px;
  }
  .nav-links.open { display: flex; }
  .nav-links li { text-align: center; }
  .nav-links a { display: inline-block; padding: 11px 8px; border-bottom: none; }
  .nav-links a.current { border-bottom: none; }
  .nav-links .btn { margin-top: 8px; }
  .testis { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .booking-shell { padding: 30px 20px; }
  .membership { padding: 32px 24px; }
  .section { padding: 54px 0; }
}

@media (max-width: 480px) {
  body { font-size: 15.5px; }
  .cards, .stylists, .stats { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .chip-row { grid-template-columns: repeat(2, 1fr); }
  .hero-tile .float-chip.tl { left: 2%; }
  .hero-tile .float-chip.br { right: 2%; }
  .menu-table th, .menu-table td { padding: 12px 12px; }
  .wrap { padding: 0 16px; }
}

@media (max-width: 380px) {
  .brand { font-size: 1.3rem; }
  .confirm-card dl { grid-template-columns: 1fr; text-align: center; }
}
