:root {
  --ink: #151013;
  --soft-ink: #47363d;
  --muted: #7f6973;
  --rose: #ed9bbc;
  --rose-strong: #e879aa;
  --rose-deep: #9c315c;
  --blush: #fff0f6;
  --paper: #fff9fb;
  --line: rgba(156, 49, 92, 0.16);
  --shadow: 0 26px 70px rgba(204, 80, 130, 0.25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(237, 155, 188, 0.55), transparent 24rem),
    radial-gradient(circle at 88% 12%, rgba(255, 211, 228, 0.9), transparent 25rem),
    linear-gradient(180deg, var(--blush), #fff7fa 48%, #fff);
  color: var(--ink);
  font-family: Inter, system-ui, sans-serif;
  overflow-x: hidden;
}

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

.site-header {
  position: fixed;
  z-index: 30;
  top: clamp(16px, 3vw, 34px);
  left: 50%;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 22px;
  width: min(1290px, calc(100% - 40px));
  min-height: 70px;
  padding: 12px clamp(14px, 2vw, 28px);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 16px 54px rgba(156, 49, 92, 0.14);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-family: Italiana, Georgia, serif;
  font-size: 1.28rem;
  line-height: 0.85;
}

.brand img, footer img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2.2vw, 28px);
  color: var(--soft-ink);
  font-size: 0.76rem;
  font-weight: 800;
}

.site-nav a::before, .site-nav a::after {
  content: "•";
  color: var(--rose);
  margin: 0 8px;
}

.appointment-btn {
  border: 1px solid var(--rose-deep);
  padding: 12px 18px;
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.menu-btn {
  display: grid;
  gap: 4px;
  width: 34px;
  height: 34px;
  padding: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-btn span { height: 2px; background: var(--ink); }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(340px, 1.15fr);
  align-items: center;
  gap: clamp(24px, 5vw, 70px);
  width: min(1290px, calc(100% - 40px));
  min-height: 92vh;
  margin: 0 auto;
  padding: clamp(118px, 12vw, 164px) clamp(20px, 5vw, 78px) 76px;
  background: linear-gradient(90deg, rgba(255, 248, 251, 0.96), rgba(255, 241, 248, 0.64)), linear-gradient(180deg, #fff, var(--blush));
  box-shadow: var(--shadow);
}

.hero-copy { position: relative; z-index: 2; }

.mini-label {
  margin: 0 0 18px;
  color: var(--rose-deep);
  font-size: 0.82rem;
  font-weight: 800;
}

h1, h2, h3 {
  margin: 0;
  font-family: Italiana, Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  max-width: 650px;
  font-size: clamp(3.3rem, 6vw, 6.8rem);
  line-height: 0.88;
  text-transform: uppercase;
}

.hero-copy p:not(.mini-label), .booking-copy p, .why-grid p, .service-list p {
  color: var(--soft-ink);
  line-height: 1.7;
}

.hero-copy p:not(.mini-label) {
  max-width: 520px;
  margin: 22px 0 0;
  font-size: 1rem;
}

.hero-image {
  align-self: stretch;
  min-height: 540px;
  overflow: hidden;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid transparent;
  padding: 14px 22px;
  font-weight: 900;
  text-transform: uppercase;
}

.btn-primary {
  background: var(--rose);
  color: var(--ink);
  box-shadow: 0 15px 35px rgba(232, 121, 170, 0.28);
}

.btn-ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.66);
}

.whatsapp-chip {
  position: absolute;
  right: clamp(20px, 5vw, 62px);
  bottom: 52px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #24d366;
  color: white;
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(36, 211, 102, 0.22);
}

.why-section, .story-section, .services-section, .carousel-section, .instagram-section, .booking-section {
  width: min(1090px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(72px, 9vw, 128px) 0;
}

.section-title { margin-bottom: 34px; }

.section-title h2, .story-section h2, .booking-copy h2 {
  max-width: 800px;
  font-size: clamp(2.4rem, 4.6vw, 5.2rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.42);
}

.why-grid article {
  min-height: 280px;
  padding: clamp(22px, 3vw, 34px);
  border-right: 1px solid var(--line);
  transition: transform 240ms ease, box-shadow 240ms ease, background 240ms ease;
}

.why-grid article:last-child { border-right: 0; }

.why-grid article:hover {
  background: rgba(255, 247, 251, 0.92);
  box-shadow: var(--shadow);
  transform: translateY(-8px);
}

.icon { color: var(--rose); font-size: 2.2rem; }

.why-grid h3 {
  margin-top: 34px;
  font-size: 1.75rem;
  line-height: 0.98;
  text-transform: uppercase;
}

.agenda-shortcut {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.story-section { padding-top: 36px; }
.story-section h2 { max-width: 760px; }

.service-list { display: grid; gap: 18px; }

.service-list article {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 28px;
  align-items: center;
  min-height: 220px;
  padding: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.52);
}

.service-list img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.service-list span {
  color: var(--rose-deep);
  font-weight: 900;
}

.service-list h3 {
  margin-top: 10px;
  font-size: clamp(2rem, 3.3vw, 3.5rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.carousel-shell { position: relative; overflow: hidden; }

.carousel-track {
  display: flex;
  gap: 16px;
  transition: transform 520ms ease;
}

.carousel-slide {
  flex: 0 0 min(68vw, 560px);
  height: clamp(430px, 58vw, 660px);
  overflow: hidden;
  border: 1px solid var(--line);
  background: white;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-btn {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: var(--rose-deep);
  font-size: 2rem;
  cursor: pointer;
  transform: translateY(-50%);
}

.carousel-btn.prev { left: 14px; }
.carousel-btn.next { right: 14px; }

.carousel-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.carousel-dots button {
  width: 32px;
  height: 4px;
  border: 0;
  background: rgba(156, 49, 92, 0.18);
  cursor: pointer;
}

.carousel-dots button.active { background: var(--rose-deep); }

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

.insta-grid a {
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid var(--line);
  background: white;
}

.insta-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
}

.insta-grid a:hover img {
  transform: scale(1.05);
  filter: saturate(1.12) contrast(1.04);
}

.reels-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.reels-row video {
  width: 100%;
  aspect-ratio: 9 / 14;
  border: 1px solid var(--line);
  object-fit: cover;
  background: white;
}

.booking-section {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: clamp(30px, 6vw, 80px);
  align-items: start;
}

.phone-link {
  display: inline-flex;
  margin-top: 20px;
  color: var(--rose-deep);
  font-weight: 900;
}

.booking-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: var(--rose-deep);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font: inherit;
  padding: 14px;
  outline: 0;
}

input:focus, select:focus, textarea:focus {
  border-color: var(--rose-deep);
  box-shadow: 0 0 0 3px rgba(232, 121, 170, 0.18);
}

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

footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 32px 20px;
  color: var(--muted);
}

footer a {
  color: var(--rose-deep);
  font-weight: 900;
}

@media (max-width: 940px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .site-nav { display: none; }
  .hero {
    grid-template-columns: 1fr;
    padding-inline: 24px;
  }
  .hero-image {
    min-height: 360px;
    order: -1;
  }
  .whatsapp-chip {
    position: static;
    width: max-content;
    margin-top: 22px;
  }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid article:nth-child(2) { border-right: 0; }
  .why-grid article:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .service-list article, .booking-section { grid-template-columns: 1fr; }
  .insta-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 620px) {
  .site-header {
    top: 0;
    width: 100%;
    min-height: 78px;
    border-left: 0;
    border-right: 0;
  }
  .appointment-btn { display: none; }
  .brand span { font-size: 1.12rem; }
  .hero {
    width: 100%;
    min-height: auto;
    padding-top: 94px;
    box-shadow: none;
  }
  h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .hero-actions { display: grid; }
  .form-row, .reels-row { grid-template-columns: 1fr; }
  .why-grid, .insta-grid { grid-template-columns: 1fr; }
  .why-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .why-grid article:last-child { border-bottom: 0; }
  .carousel-slide {
    flex-basis: 82vw;
    height: 430px;
  }
}
