:root {
  --rose: #b76e79;
  --rose-dark: #955661;
  --nude: #f8f1ec;
  --brown: #4a2e2a;
  --gold: #c9a227;
  --warm-white: #fffdfb;
  --ink: #2b1e1c;
  --muted: #735f5a;
  --line: rgba(74, 46, 42, 0.12);
  --shadow: 0 18px 50px rgba(74, 46, 42, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--warm-white);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.06;
  letter-spacing: 0;
}

h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 6.5vw, 5.9rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.15rem, 4vw, 3.6rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
  line-height: 1.3;
}

p {
  color: var(--muted);
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.section-pad {
  padding: 96px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(74, 46, 42, 0.08);
  background: rgba(255, 253, 251, 0.88);
  backdrop-filter: blur(18px);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1220px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--brown);
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(201, 162, 39, 0.55);
  border-radius: 50%;
  background: var(--nude);
  color: var(--rose);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 0.93rem;
  font-weight: 600;
  color: var(--brown);
}

.nav-links a {
  position: relative;
  padding: 10px 0;
}

.nav-links a::after {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 0;
  height: 2px;
  background: var(--rose);
  content: "";
  transition: width 0.2s ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  width: 100%;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--warm-white);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--brown);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 600;
  line-height: 1;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--rose);
  color: #fff;
  box-shadow: 0 12px 28px rgba(183, 110, 121, 0.28);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--rose-dark);
}

.btn-secondary {
  border-color: rgba(74, 46, 42, 0.2);
  background: #fff;
  color: var(--brown);
}

.btn-small {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 0.9rem;
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(248, 241, 236, 0.96), rgba(255, 253, 251, 0.88)),
    radial-gradient(circle at 80% 20%, rgba(201, 162, 39, 0.18), transparent 34%);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 120px;
  background: linear-gradient(180deg, transparent, var(--warm-white));
  content: "";
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.78fr);
  gap: 64px;
}

.hero-copy p {
  max-width: 700px;
  margin-bottom: 30px;
  font-size: 1.12rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  color: var(--rose-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 650px;
  margin-top: 36px;
}

.hero-proof span {
  min-height: 76px;
  padding: 16px;
  border: 1px solid rgba(183, 110, 121, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 253, 251, 0.78);
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-proof strong {
  display: block;
  color: var(--brown);
}

.hero-visual {
  position: relative;
  min-height: 620px;
}

.hero-visual img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  border: 12px solid #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.floating-card {
  position: absolute;
  right: 22px;
  bottom: 28px;
  width: min(280px, calc(100% - 44px));
  padding: 18px;
  border: 1px solid rgba(201, 162, 39, 0.32);
  border-radius: var(--radius);
  background: rgba(255, 253, 251, 0.94);
  box-shadow: 0 16px 34px rgba(74, 46, 42, 0.14);
}

.floating-card strong,
.floating-card span {
  display: block;
}

.floating-card strong {
  color: var(--brown);
}

.floating-card span {
  color: var(--muted);
  font-size: 0.92rem;
}

.split-intro {
  display: grid;
  align-items: end;
  grid-template-columns: 0.9fr 1fr;
  gap: 64px;
  margin-bottom: 34px;
}

.section-lead {
  font-size: 1.05rem;
}

.feature-grid,
.service-grid,
.testimonial-grid,
.blog-grid {
  display: grid;
  gap: 18px;
}

.feature-grid {
  grid-template-columns: repeat(4, 1fr);
}

.feature-card,
.service-card,
.testimonial-card,
.blog-card,
.step-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 34px rgba(74, 46, 42, 0.07);
}

.feature-card {
  padding: 24px;
}

.icon,
.service-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--nude);
  color: var(--rose);
  font-size: 1.25rem;
  font-weight: 900;
}

.services,
.testimonials,
.final-cta {
  background: var(--nude);
}

.section-title {
  max-width: 720px;
  margin-bottom: 38px;
  text-align: center;
}

.section-title p {
  font-size: 1.05rem;
}

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

.service-card {
  display: flex;
  min-height: 260px;
  padding: 26px;
  flex-direction: column;
}

.service-card p {
  flex: 1;
}

.text-link,
.blog-card a {
  display: inline-flex;
  align-items: center;
  color: var(--rose-dark);
  font-weight: 900;
}

.text-link::after,
.blog-card a::after {
  margin-left: 8px;
  content: "→";
}

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

.gallery-item {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.gallery-item video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-placeholder {
  width: 100%;
  height: 100%;
  min-height: 260px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 10px, transparent 10px 22px);
}

.tone-rose {
  background-color: #c9858f;
}

.tone-gold {
  background-color: #d9bd61;
}

.tone-nude {
  background-color: #e9cfc0;
}

.tone-brown {
  background-color: #8d6a5d;
}

.tone-blush {
  background-color: #efb5b9;
}

.gallery-item figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 12px 14px;
  border-radius: var(--radius);
  background: rgba(255, 253, 251, 0.9);
  color: var(--brown);
  font-weight: 900;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.step-card {
  min-height: 220px;
  padding: 24px;
}

.step-card span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--brown);
  color: #fff;
  font-weight: 900;
}

.testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
}

.testimonial-card {
  padding: 26px;
}

.stars {
  margin-bottom: 14px;
  color: var(--gold);
  letter-spacing: 0.08em;
}

.testimonial-card p {
  color: var(--brown);
}

.location-grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1fr);
  gap: 44px;
}

.info-list {
  margin: 28px 0;
  padding: 20px;
  border-left: 4px solid var(--rose);
  background: var(--nude);
}

.info-list p {
  margin-bottom: 10px;
}

.info-list p:last-child {
  margin-bottom: 0;
}

.map-placeholder {
  display: grid;
  min-height: 440px;
  padding: 28px;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(74, 46, 42, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(255, 253, 251, 0.78), rgba(255, 253, 251, 0.78)),
    linear-gradient(90deg, rgba(183, 110, 121, 0.14) 1px, transparent 1px),
    linear-gradient(rgba(183, 110, 121, 0.14) 1px, transparent 1px);
  background-size: auto, 34px 34px, 34px 34px;
  text-align: center;
}

.map-frame{
    width: 100%;
    min-height: 400px;
    border-radius: 20px;
}

.map-placeholder span {
  margin-bottom: 10px;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--brown);
  font-size: 2rem;
  font-weight: 700;
}

.blog-grid {
  grid-template-columns: repeat(4, 1fr);
}

.blog-card {
  display: flex;
  min-height: 245px;
  padding: 24px;
  flex-direction: column;
}

.blog-card p {
  flex: 1;
}

.cta-box {
  max-width: 880px;
  padding: 70px 40px;
  border: 1px solid rgba(201, 162, 39, 0.3);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 253, 251, 0.94), rgba(248, 241, 236, 0.94)),
    url("assets/salon-hero.png") center/cover;
  text-align: center;
  box-shadow: var(--shadow);
}

.cta-box p {
  max-width: 650px;
  margin: 0 auto 28px;
}

.site-footer {
  padding: 64px 0 26px;
  background: var(--brown);
  color: #fff;
}

.site-footer p,
.site-footer a,
.site-footer small {
  color: rgba(255, 255, 255, 0.78);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.8fr;
  gap: 40px;
}

.footer-brand {
  margin-bottom: 18px;
  color: #fff;
}

.site-footer h3 {
  color: #fff;
}

.site-footer a {
  display: table;
  margin-bottom: 10px;
}

.footer-bottom {
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .nav-links {
    gap: 16px;
  }

  .hero-grid,
  .split-intro,
  .location-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 480px;
  }

  .hero-visual img {
    height: 480px;
  }

  .feature-grid,
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 860px) {
  .section-pad {
    padding: 72px 0;
  }

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

  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: 68px;
    right: 16px;
    left: 16px;
    display: grid;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--warm-white);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .nav-links.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-shell > .btn {
    display: none;
  }

  .menu-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

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

  .menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hero {
    min-height: auto;
  }

  .hero-proof,
  .service-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .brand {
    font-size: 1.03rem;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  h1 {
    font-size: 2.85rem;
  }

  h2 {
    font-size: 2.05rem;
  }

  .hero-actions,
  .location-actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .hero-visual {
    min-height: 380px;
  }

  .hero-visual img {
    height: 380px;
    border-width: 8px;
  }

  .floating-card {
    right: 16px;
    bottom: 16px;
    left: 16px;
    width: auto;
  }

  .feature-grid,
  .steps-grid,
  .blog-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .gallery-item.wide,
  .gallery-item.tall {
    grid-column: auto;
    grid-row: auto;
  }

  .cta-box {
    padding: 48px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}