:root {
  --sand-100: #f8f4ef;
  --sand-200: #efe3d9;
  --sand-300: #e6d6c8;
  --ink-900: #1e1b18;
  --ink-700: #433f39;
  --sage-700: #343f3c;
  --sage-600: #44534e;
  --white: #ffffff;
  --radius-lg: 22px;
  --radius-md: 16px;
  --shadow-soft: 0 12px 40px rgba(22, 16, 10, 0.12);
}

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

html {
  scroll-behavior: smooth;
}

#facials,
#nails,
#tanning-services,
#makeup-services {
  scroll-margin-top: 96px;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink-900);
  background:
    radial-gradient(circle at 12% -20%, var(--sand-300), transparent 45%),
    radial-gradient(circle at 85% -30%, #d9c9bb, transparent 43%),
    var(--sand-100);
  line-height: 1.55;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(248, 244, 239, 0.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(30, 27, 24, 0.08);
}

.nav-wrap {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--ink-900);
}

.nav {
  display: flex;
  gap: 18px;
}

.nav a {
  color: var(--ink-700);
  text-decoration: none;
  font-size: 0.95rem;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

.mobile-menu-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink-900);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.mobile-nav {
  display: none;
}

.btn {
  display: inline-block;
  border: 1px solid transparent;
  text-decoration: none;
  padding: 0.72rem 1.1rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

.btn-dark {
  background: var(--ink-900);
  color: var(--white);
}

.btn-outline {
  border-color: rgba(30, 27, 24, 0.24);
  color: var(--ink-900);
}

.hero {
  position: relative;
  padding: 84px 0 44px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 42px;
  align-items: center;
}

.hero-copy h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.01em;
}

.hero-copy h1 {
  font-size: clamp(2.25rem, 6vw, 4.1rem);
  line-height: 1;
  margin-top: 10px;
}

.hero-copy > p {
  max-width: 60ch;
  color: var(--ink-700);
  margin-top: 16px;
  margin-bottom: 0;
}

.hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-swiper {
  position: relative;
}

.hero-service-slide {
  background: transparent;
  padding: 0;
}

.hero-image-card {
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  box-shadow: none;
  position: relative;
}

.hero-image-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.hero-image-card img.hero-image-top {
  object-position: center 0 !important;
}

.hero-slide-tag {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(20, 18, 16, 0.78);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 0.3rem 0.74rem;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(20, 18, 16, 0.56);
  color: var(--white);
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
}

.hero-swiper-prev {
  left: clamp(10px, 2vw, 28px);
}

.hero-swiper-next {
  right: clamp(10px, 2vw, 28px);
}

.hero-swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px !important;
  z-index: 2;
  text-align: center;
}

.hero-swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.65);
  opacity: 0.8;
}

.hero-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--white);
  opacity: 1;
}

.about-image-card {
  margin: 0;
  max-width: 380px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(30, 27, 24, 0.08);
}

.about-image-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.section {
  padding: 72px 0;
}

.section-about {
  margin-top: 34px;
  padding-top: 82px;
  background: linear-gradient(180deg, #fdfbf9 0%, #f9f5ef 100%);
  border-top: 1px solid rgba(30, 27, 24, 0.08);
  border-bottom: 1px solid rgba(30, 27, 24, 0.05);
}

.section-tint {
  background: linear-gradient(180deg, #eadccf 0%, #e7d7c8 100%);
}

.section-nails {
  background: #fbf8f3;
  border-top: 1px solid rgba(30, 27, 24, 0.14);
}

.section-dark {
  background: linear-gradient(155deg, #ddd3c8 0%, #d9ccbf 50%, #d6c2ae 100%);
  color: var(--ink-900);
}

.section-dark .eyebrow,
.section-dark h2 {
  color: var(--ink-900);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: start;
}

.split-tight {
  grid-template-columns: 1fr 1fr;
}

.about-split {
  grid-template-columns: 0.9fr 1.1fr;
}

.about-media {
  display: flex;
  justify-content: flex-start;
}

.about-copy h2 {
  margin-bottom: 18px;
}

.prose p {
  margin: 0 0 14px;
  color: var(--ink-700);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  color: var(--sage-600);
  margin: 0 0 8px;
  font-weight: 700;
}

h2 {
  font-size: clamp(1.9rem, 4.2vw, 3.1rem);
  line-height: 1.05;
}

.section-intro {
  color: var(--ink-700);
  max-width: 72ch;
  margin: 16px 0 26px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #fcf8f4 100%);
  border-radius: var(--radius-md);
  border: 1px solid rgba(30, 27, 24, 0.11);
  padding: 20px 18px 56px;
  box-shadow: 0 8px 20px rgba(22, 16, 10, 0.08);
}

.service-card h3 {
  font-size: 1.62rem;
  line-height: 1.02;
  margin: 0 0 12px;
}

.service-card p:not(.price) {
  margin: 0;
  color: var(--ink-700);
  font-size: 0.95rem;
}

.price {
  position: absolute;
  bottom: 12px;
  right: 14px;
  margin: 0 !important;
  color: var(--white) !important;
  background: var(--ink-900);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 0.9rem !important;
}

.fine-print {
  margin: 20px 0 0;
  font-size: 0.9rem;
  color: var(--ink-700);
  font-weight: 600;
}

.table-card {
  background: var(--white);
  border: 1px solid rgba(30, 27, 24, 0.1);
  border-radius: var(--radius-md);
  padding: 18px;
  box-shadow: 0 8px 24px rgba(22, 16, 10, 0.07);
}

.table-card h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.table-card table {
  width: 100%;
  border-collapse: collapse;
}

.table-card td {
  padding: 10px 0;
  border-bottom: 1px solid rgba(30, 27, 24, 0.1);
  font-size: 0.95rem;
}

.table-card td:last-child {
  text-align: right;
  font-weight: 700;
}

.table-card tr:last-child td {
  border-bottom: 0;
}

.dual-tables {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.table-card-dark {
  background: rgba(255, 255, 255, 0.68);
  border-color: rgba(30, 27, 24, 0.12);
  box-shadow: 0 8px 22px rgba(22, 16, 10, 0.08);
}

.table-card-dark td {
  border-bottom-color: rgba(30, 27, 24, 0.12);
}

.nails-split {
  grid-template-columns: 0.95fr 1.05fr;
  align-items: stretch;
}

.nails-media {
  display: flex;
}

.nails-content > p:not(.eyebrow) {
  margin-top: 14px;
  color: var(--ink-700);
}

.nails-content .table-card {
  margin-top: 18px;
}

.nails-image-card {
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(30, 27, 24, 0.1);
  box-shadow: 0 8px 22px rgba(22, 16, 10, 0.08);
}

.nails-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

blockquote {
  margin: 0;
  padding: 20px;
  background: var(--white);
  border-radius: var(--radius-md);
  border: 1px solid rgba(30, 27, 24, 0.08);
}

blockquote p {
  margin: 0;
  color: var(--ink-700);
}

blockquote cite {
  display: inline-block;
  margin-top: 12px;
  font-weight: 700;
  color: var(--ink-900);
  font-style: normal;
}

.lead-form {
  background: var(--white);
  border-radius: var(--radius-md);
  border: 1px solid rgba(30, 27, 24, 0.1);
  padding: 18px;
  box-shadow: 0 8px 24px rgba(22, 16, 10, 0.07);
}

.lead-form label {
  display: grid;
  gap: 6px;
  font-size: 0.9rem;
  margin-bottom: 12px;
  color: var(--ink-700);
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  font: inherit;
  border-radius: 12px;
  border: 1px solid rgba(30, 27, 24, 0.16);
  padding: 0.68rem 0.75rem;
  background: #fcfaf8;
}

#form-status {
  min-height: 1.4rem;
  margin: 12px 0 0;
  font-size: 0.9rem;
}

.site-footer {
  background: var(--ink-900);
  border-top: 0;
  padding: 24px 0;
  font-size: 0.88rem;
  color: var(--white);
  text-align: center;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--white);
}

@media (max-width: 980px) {
  .nav {
    display: none;
  }

  .header-book {
    display: none;
  }

  .mobile-menu-toggle {
    display: inline-block;
  }

  .mobile-nav {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    background: rgba(248, 244, 239, 0.98);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(30, 27, 24, 0.1);
  }

  .site-header.menu-open .mobile-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-nav-inner {
    padding: 14px 0 18px;
    display: grid;
    gap: 0;
  }

  .mobile-nav-inner a {
    display: block;
    width: 100%;
    text-align: center;
    color: var(--ink-900);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.85rem 0.5rem;
    border-bottom: 1px solid rgba(30, 27, 24, 0.12);
  }

  .mobile-book {
    margin-top: 0;
    justify-self: stretch;
    border-radius: 0;
    padding: 0.85rem 0.5rem;
  }

  .mobile-nav-inner a.mobile-book {
    color: var(--white);
  }

  .mobile-nav-inner a:last-child {
    border-bottom: 0;
  }

  .site-header.menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .site-header.menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hero-grid,
  .split,
  .split-tight,
  .dual-tables,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-image-card {
    max-width: 340px;
  }

  .about-media {
    justify-content: center;
  }

  .hero-swiper-button {
    width: 30px;
    height: 30px;
  }

  .hero-swiper-prev { left: 8px; }
  .hero-swiper-next { right: 8px; }
}

@media (max-width: 680px) {
  .section {
    padding: 56px 0;
  }

  .section-about {
    margin-top: 20px;
    padding-top: 62px;
  }

  .hero {
    padding-top: 18px;
    padding-bottom: 24px;
  }

  .hero-service-slide {
    padding: 8px 0 12px;
  }

  .hero-grid {
    gap: 20px;
  }

  .hero-swiper-button {
    display: none;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .service-card h3 {
    margin-right: 0;
  }

  .price {
    position: static;
    display: inline-block;
    margin-top: 14px !important;
  }

  .brand {
    font-size: 1.65rem;
  }

  .nav-wrap {
    min-height: 68px;
  }
}
