:root {
  --bg: #171a20;
  --bg-soft: #1e222a;
  --surface: #232730;
  --surface-2: #2a2f38;
  --surface-3: #1a1d24;
  --text: #f4f6f8;
  --muted: #c6ccd4;
  --muted-2: #98a1ad;
  --accent: #d5dae3;
  --accent-soft: rgba(213, 218, 227, 0.12);
  --accent-strong: #eef2f7;
  --border: rgba(213, 218, 227, 0.16);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
  --radius: 28px;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--text);
  background:
    radial-gradient(circle at 82% 10%, rgba(213,218,227,0.12), transparent 28rem),
    radial-gradient(circle at 10% 0%, rgba(255,255,255,0.05), transparent 24rem),
    linear-gradient(180deg, #171a20 0%, #1e232b 46%, #232934 100%);
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 84px;
  padding: 0 7vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(24, 27, 33, 0.84);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.brand {
  display: flex;
  gap: 14px;
  align-items: center;
}

.brand-mark {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 58px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  padding: 10px;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.brand-copy strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.55rem;
  line-height: 1;
}
.brand-copy small {
  color: var(--muted);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.86rem;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nav a {
  color: rgba(244,246,248,0.86);
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--accent-strong);
}

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.nav-toggle span {
  width: 26px;
  height: 2px;
  background: var(--text);
}

.nav-cta,
.btn {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 750;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.nav-cta,
.btn-primary {
  background: linear-gradient(135deg, #e9edf3, #bcc5d1);
  color: #171a20 !important;
  box-shadow: 0 14px 36px rgba(77, 88, 105, 0.22);
}

.nav-cta:hover,
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(77, 88, 105, 0.28);
}

.btn-ghost {
  background: rgba(255,255,255,0.05);
  border-color: rgba(213,218,227,0.22);
  color: var(--text);
}

.btn-ghost:hover {
  transform: translateY(-2px);
  background: rgba(213,218,227,0.09);
}

.hero {
  min-height: calc(100vh - 84px);
  position: relative;
  display: grid;
  align-items: center;
  padding: 8vw 7vw;
  overflow: hidden;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background: url("assets/hero-salon.jpg") center center / cover no-repeat;
  filter: saturate(1.02) contrast(1.06) brightness(0.78);
  transform: scale(1.03);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(20,22,27,0.94) 0%, rgba(25,28,35,0.90) 36%, rgba(34,38,47,0.72) 58%, rgba(34,38,47,0.18) 100%),
    radial-gradient(circle at 22% 26%, rgba(213,218,227,0.14), transparent 24rem);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-strong);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1, h2, h3 {
  margin: 0;
}

h1, h2 {
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 0.98;
}

h1 {
  font-size: clamp(3.2rem, 8vw, 7rem);
  letter-spacing: -0.04em;
}

h1 span,
.section-head h2 span,
.price-group h3,
.service-card strong,
.price-row-price,
.detail-chip,
.meta-item strong,
.inline-link {
  color: var(--accent-strong);
}

h2 {
  font-size: clamp(2.3rem, 4vw, 4.4rem);
  letter-spacing: -0.03em;
}

.hero-text,
.section-head p:not(.eyebrow),
.split-content p,
.booking-card p,
.contact-section p,
.price-note {
  color: var(--muted);
  line-height: 1.8;
}

.hero-text {
  font-size: 1.08rem;
  max-width: 620px;
  margin: 28px 0;
}

.hero-actions,
.contact-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-actions { margin-bottom: 38px; }

.trust-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.trust-row span,
.detail-chip {
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(8px);
}

.section {
  padding: 96px 7vw;
}

.section-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 46px;
}

.section-head-left {
  text-align: left;
  margin: 0 0 34px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.025));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.service-card:hover,
.service-card.selected {
  transform: translateY(-4px);
  border-color: rgba(213,218,227,0.30);
  box-shadow: 0 30px 90px rgba(0,0,0,0.42);
}

.service-card.selected::after {
  content: "✓";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #e9edf3, #bcc5d1);
  color: #171a20;
  font-weight: 900;
}

.service-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.05) brightness(1.08);
}

.service-card-body {
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}

.service-card h3 {
  font-size: 1.2rem;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.service-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: auto;
}

.service-card button {
  margin-top: 6px;
  border: 1px solid var(--border);
  background: var(--accent-soft);
  color: var(--text);
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 800;
  cursor: pointer;
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 680px;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
}

.split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split-content {
  padding: 8vw 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-list {
  margin-top: 28px;
  display: grid;
  gap: 14px;
}

.feature-list div {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  padding: 18px 20px;
  border-radius: 20px;
}
.feature-list strong { display: block; }
.feature-list span { color: var(--muted); }

.price-section {
  background: linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0));
}

.category-filter,
.filter-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.category-filter button,
.filter-row button {
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  color: var(--muted);
  border-radius: 999px;
  padding: 11px 18px;
  cursor: pointer;
  font-weight: 800;
  transition: .2s ease;
}

.category-filter button.active,
.filter-row button.active {
  background: linear-gradient(135deg, #e9edf3, #bcc5d1);
  color: #171a20;
  border-color: transparent;
}

.price-card {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.price-group {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--shadow);
}

.price-group h3 {
  font-size: 1.5rem;
  font-family: var(--font-serif);
  margin-bottom: 16px;
}

.price-table {
  display: grid;
  gap: 14px;
}

.price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 18px;
  padding-bottom: 14px;
  border-bottom: 1px dashed rgba(255,255,255,0.1);
}

.price-row:last-child { border-bottom: 0; padding-bottom: 0; }

.price-row-title {
  font-weight: 700;
  margin-bottom: 4px;
}

.price-row-meta {
  color: var(--muted-2);
  font-size: 0.95rem;
}

.price-row-price {
  font-weight: 800;
  white-space: nowrap;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
}

.gallery-item img {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.gallery-caption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.7));
  color: #fff;
  font-size: 0.92rem;
  backdrop-filter: blur(10px);
}

.booking-section {
  padding: 100px 7vw;
  background:
    linear-gradient(rgba(24,27,33,0.76), rgba(27,31,38,0.84)),
    url("assets/booking-bg.jpg") center / cover no-repeat;
}

.booking-card {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 34px;
  padding: 40px;
  border-radius: 34px;
  background: rgba(30,34,42,0.92);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow);
}

.booking-info-box {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: rgba(213,218,227,0.08);
}

.booking-info-box p { margin: 8px 0 10px; }
.inline-link { font-weight: 700; }

.booking-notice {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(216,177,106,0.28);
  background: rgba(216,177,106,0.09);
}

.booking-notice strong {
  display: block;
  margin-bottom: 8px;
}

.booking-notice p {
  margin: 0;
  color: var(--accent-strong);
  line-height: 1.65;
}

.booking-form {
  display: grid;
  gap: 16px;
}

.booking-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
  color: var(--text);
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 14px 16px;
  font: inherit;
  color: var(--text);
  background: rgba(255,255,255,0.03);
  outline: none;
}

.booking-form select {
  appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255,255,255,0.86) 50%),
    linear-gradient(135deg, rgba(255,255,255,0.86) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 3px),
    calc(100% - 16px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 40px;
  font-weight: 700;
}

.booking-form select option {
  color: #f4f6f8;
  background: #1f232b;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: rgba(216,177,106,0.5);
  box-shadow: 0 0 0 4px rgba(216,177,106,0.12);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.full { width: 100%; }

.contact-section {
  padding: 90px 7vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  align-items: center;
}

.map-placeholder,
.map-card {
  min-height: 360px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 25% 20%, rgba(213,218,227,0.16), transparent 18rem),
    linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  box-shadow: var(--shadow);
}

.map-card {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0;
  background: rgba(255,255,255,0.045);
}

.map-card iframe {
  width: 100%;
  height: 360px;
  border: 0;
  display: block;
  filter: grayscale(1) contrast(1.08) brightness(0.92);
}

.map-route {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 12px 16px;
  border-radius: 999px;
  color: #11151b;
  background: var(--accent-strong);
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(0,0,0,0.28);
}

.map-placeholder span {
  display: block;
  font-family: var(--font-serif);
  font-size: 2.5rem;
  color: var(--accent-strong);
}

.map-placeholder small {
  display: block;
  color: var(--muted);
  max-width: 270px;
}

.footer {
  padding: 28px 7vw;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  background: #14181f;
  border-top: 1px solid rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.72);
}
.footer a { color: var(--accent-strong); }

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 60;
  border-radius: 999px;
  padding: 15px 20px;
  background: #25D366;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(0,0,0,0.3);
}

.hidden { display: none !important; }

@media (max-width: 1100px) {
  .service-grid,
  .price-card,
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .site-header { padding: 0 20px; }
  .nav-toggle { display: flex; }
  .nav {
    position: fixed;
    top: 84px;
    left: 16px;
    right: 16px;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(29,33,40,0.98);
    box-shadow: var(--shadow);
    transform: translateY(-130%);
    opacity: 0;
    pointer-events: none;
    transition: .2s ease;
  }
  .nav.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .nav a { padding: 8px 10px; }
  .hero { min-height: 760px; padding: 92px 22px; }
  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(22,25,31,0.95) 0%, rgba(28,32,39,0.88) 50%, rgba(36,41,50,0.66) 100%),
      radial-gradient(circle at 50% 0%, rgba(213,218,227,0.16), transparent 20rem);
  }
  .section,
  .booking-section,
  .contact-section { padding-left: 22px; padding-right: 22px; }
  .service-grid,
  .split-section,
  .price-card,
  .booking-card,
  .contact-section {
    grid-template-columns: 1fr;
  }
  .split-image img { max-height: 420px; }
}

@media (max-width: 560px) {
  .brand-copy strong { font-size: 1.3rem; }
  h1 { font-size: 3.4rem; }
  .hero-actions .btn,
  .contact-actions .btn { width: 100%; }
  .trust-row span { width: 100%; text-align: center; }
  .service-grid,
  .gallery-grid { grid-template-columns: 1fr; }
  .service-card img { height: 220px; }
  .form-row { grid-template-columns: 1fr; }
  .booking-card { padding: 24px; }
  .footer { flex-direction: column; }
  .floating-whatsapp {
    left: 20px;
    right: 20px;
    text-align: center;
  }
}


.split-image img,
.gallery-item img,
.booking-card img {
  filter: saturate(1.06) contrast(1.04) brightness(1.08);
}

.gallery-item {
  box-shadow: 0 18px 48px rgba(0,0,0,0.16);
}

.price-group,
.feature-list div,
.map-placeholder,
.map-card {
  background-color: rgba(255,255,255,0.045);
}
