:root {
  --cream: #fff7f1;
  --blush: #f3ddd4;
  --pink: #c87882;
  --deep-pink: #a7465c;
  --rose: #b78374;
  --rose-gold: #a76850;
  --ink: #161212;
  --muted: #6e5f5b;
  --white: #fff;
  --border: rgba(72, 43, 36, .14);
  --shadow: 0 24px 60px rgba(83, 44, 45, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 96px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 247, 241, .92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(167, 70, 92, .08);
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.02em; }
.brand img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(183, 131, 116, .45); }
.nav { display: flex; align-items: center; gap: 28px; font-weight: 650; }
.nav a { position: relative; }
.nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--pink); transition: right .2s ease; }
.nav a:hover::after { right: 0; }
.nav-cta { background: var(--ink); color: white; padding: 12px 18px; border-radius: 999px; }
.menu-toggle { display: none; background: none; border: 0; font-size: 1.7rem; }

.hero { min-height: 760px; display: grid; place-items: center; position: relative; overflow: hidden; padding: 80px 0; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 30%, rgba(200,120,130,.18), transparent 34%), linear-gradient(135deg, rgba(255,255,255,.85), rgba(243,221,212,.7)); z-index: -2; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(6px); opacity: .55; z-index: -1; }
.hero-glow-one { width: 420px; height: 420px; background: rgba(200,120,130,.15); right: -120px; top: 90px; }
.hero-glow-two { width: 260px; height: 260px; background: rgba(183,131,116,.12); left: -60px; bottom: 40px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 16px; letter-spacing: .17em; font-size: .78rem; font-weight: 850; color: var(--deep-pink); }
.hero h1, .section-heading h2, .about-copy h2, .booking-copy h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.045em; line-height: .98; }
.hero h1 { font-size: clamp(4rem, 8vw, 7rem); margin: 0 0 28px; }
.hero h1 span { color: var(--deep-pink); font-style: italic; }
.hero-text { font-size: 1.18rem; color: var(--muted); max-width: 650px; margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--ink); color: white; box-shadow: 0 14px 34px rgba(22,18,18,.14); }
.btn-secondary { background: rgba(255,255,255,.6); border-color: var(--border); }
.btn.full { width: 100%; }
.hero-points { display: flex; gap: 32px; flex-wrap: wrap; margin-top: 38px; }
.hero-points div { display: grid; gap: 2px; }
.hero-points strong { font-size: 1.05rem; }
.hero-points span { color: var(--muted); font-size: .87rem; }
.hero-card { position: relative; background: white; padding: 18px; border-radius: 44px; box-shadow: var(--shadow); transform: rotate(2deg); }
.hero-card::after { content: ""; position: absolute; inset: -12px; border: 1px solid rgba(183,131,116,.32); border-radius: 54px; z-index: -1; }
.hero-card img { aspect-ratio: 1 / 1; object-fit: cover; border-radius: 30px; }
.hero-card-note { position: absolute; right: -18px; bottom: 28px; background: var(--ink); color: white; padding: 13px 20px; border-radius: 999px; font-weight: 800; transform: rotate(-4deg); }

.section-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-heading.left { margin-left: 0; text-align: left; }
.section-heading h2, .about-copy h2, .booking-copy h2 { font-size: clamp(2.6rem, 5vw, 4.6rem); margin: 0 0 16px; }
.section-heading p, .about-copy p, .booking-copy p { color: var(--muted); }

.services-section { background: #fffdfb; }
.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.price-card { min-height: 190px; display: flex; justify-content: space-between; gap: 24px; padding: 30px; border: 1px solid var(--border); background: white; border-radius: 28px; box-shadow: 0 12px 30px rgba(83,44,45,.05); }
.price-card.featured { background: linear-gradient(135deg, #1c1818, #332624); color: white; }
.price-card.featured p, .price-card.featured .service-kicker { color: rgba(255,255,255,.72); }
.price-card.deposit-card { background: var(--blush); }
.service-kicker { font-size: .76rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; color: var(--deep-pink); }
.price-card h3 { margin: 10px 0 8px; font-size: 1.4rem; }
.price-card p { margin: 0; color: var(--muted); max-width: 380px; }
.price { align-self: flex-start; white-space: nowrap; font-size: 2rem; font-weight: 900; color: var(--deep-pink); }
.featured .price { color: #f5cfd4; }
.price-note { text-align: center; color: var(--muted); margin: 26px auto 0; max-width: 760px; }
.services-poster { max-width: 520px; margin: 34px auto 0; background: white; padding: 12px; border-radius: 30px; box-shadow: var(--shadow); }
.services-poster img { border-radius: 20px; width: 100%; }

.gallery-section { background: linear-gradient(180deg, var(--cream), #f9eee8); }
.gallery-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; align-items: start; }
.gallery-card { margin: 0; background: white; padding: 12px; border-radius: 30px; box-shadow: var(--shadow); overflow: hidden; }
.gallery-card img { width: 100%; border-radius: 20px; object-fit: cover; }
.gallery-card.tall { grid-row: span 2; }

.about-section { background: #fffdfb; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.about-image-wrap { position: relative; }
.about-image-wrap::before { content: ""; position: absolute; inset: -16px 18px 18px -16px; border: 1px solid rgba(167,70,92,.3); border-radius: 34px; }
.about-image-wrap img { position: relative; border-radius: 28px; box-shadow: var(--shadow); }
.about-copy > p { font-size: 1.05rem; }
.about-promise { background: var(--blush); padding: 24px; border-radius: 22px; margin: 28px 0; }
.about-promise h3 { margin: 0 0 6px; }
.about-promise p { margin: 0; }
blockquote { margin: 24px 0 0; font-family: Georgia, serif; font-size: 2rem; color: var(--deep-pink); font-style: italic; }

.policy-section { background: #1b1717; color: white; }
.policy-section .section-heading p, .policy-section .section-heading .eyebrow { color: #f3bfc6; }
.policy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.policy-card { border: 1px solid rgba(255,255,255,.12); border-radius: 24px; padding: 26px; background: rgba(255,255,255,.04); }
.policy-card span { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--deep-pink); font-weight: 900; font-size: .85rem; }
.policy-card h3 { margin: 18px 0 8px; }
.policy-card p { margin: 0; color: rgba(255,255,255,.72); }
.policy-footnote { margin-top: 28px; color: rgba(255,255,255,.66); text-align: center; }

.booking-section { background: linear-gradient(135deg, #fffdfb 0%, #f2ddd5 100%); }
.booking-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.contact-list { display: grid; gap: 12px; margin-top: 34px; }
.contact-list a, .contact-list > div { display: grid; gap: 2px; padding: 16px 18px; background: rgba(255,255,255,.6); border: 1px solid var(--border); border-radius: 18px; }
.contact-list span { color: var(--deep-pink); font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.contact-list small { color: var(--muted); }
.booking-form { background: white; border: 1px solid var(--border); border-radius: 30px; padding: 30px; box-shadow: var(--shadow); display: grid; gap: 18px; }
.booking-form label { display: grid; gap: 8px; font-weight: 750; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; border: 1px solid rgba(72,43,36,.18); border-radius: 14px; padding: 14px 15px; background: #fffdfc; color: var(--ink); outline: none; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--pink); box-shadow: 0 0 0 4px rgba(200,120,130,.12); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.check-row { grid-template-columns: auto 1fr !important; align-items: start; font-weight: 600 !important; }
.check-row input { width: 18px; height: 18px; margin-top: 4px; }
.form-note { margin: 0; color: var(--muted); font-size: .84rem; text-align: center; }

footer { background: #0f0d0d; color: white; padding: 34px 0; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 18px 36px; align-items: center; }
.footer-brand { display: flex; gap: 12px; align-items: center; }
.footer-brand img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.footer-brand div { display: grid; }
.footer-brand span, footer p, .footer-links { color: rgba(255,255,255,.65); }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; justify-content: flex-end; }
footer p { grid-column: 1 / -1; margin: 0; font-size: .84rem; }
.floating-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 60; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #1f1a1a; color: white; font-weight: 900; box-shadow: 0 16px 34px rgba(0,0,0,.22); border: 2px solid rgba(255,255,255,.78); }

@media (max-width: 940px) {
  .menu-toggle { display: block; }
  .nav { position: absolute; top: 76px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 8px; background: #fffdfb; border: 1px solid var(--border); border-radius: 20px; padding: 18px; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { padding: 10px 12px; }
  .nav-cta { text-align: center; }
  .hero { min-height: auto; }
  .hero-grid, .about-grid, .booking-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 44px; }
  .hero-card { max-width: 560px; margin: auto; }
  .policy-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-card.tall { grid-row: auto; grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 72px 0; }
  .brand span { display: none; }
  .hero { padding-top: 54px; }
  .hero h1 { font-size: 3.7rem; }
  .hero-points { gap: 20px; }
  .price-grid, .policy-grid, .gallery-grid, .form-row { grid-template-columns: 1fr; }
  .price-card { min-height: auto; padding: 24px; }
  .gallery-card.tall { grid-column: auto; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .hero-card-note { right: 8px; bottom: 18px; }
}
