:root {
  --petal: #f2b8c6;
  --petal-deep: #d9738f;
  --blush: #fff6f1;
  --cream: #fffdf9;
  --gold: #c9a24d;
  --gold-deep: #a8842f;
  --ink: #3b2a36;
  --ink-soft: #6b5a66;
  --line: #f0dfe0;
  --wa: #25d366;
  --wa-deep: #1da851;
  --radius: 16px;
  --shadow: 0 10px 30px rgba(89, 45, 63, .08);
  --font-head: "Cormorant Garamond", Georgia, serif;
  --font-body: "Nunito", system-ui, -apple-system, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--font-body); color: var(--ink); background: var(--cream);
  line-height: 1.65; font-size: 17px; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--petal-deep); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3 { font-family: var(--font-head); font-weight: 600; line-height: 1.15; margin: 0 0 .5em; color: var(--ink); }
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
h3 { font-size: 1.4rem; }
p { margin: 0 0 1em; }
ul, ol { padding-left: 1.2em; }
.container { width: min(1140px, 100% - 32px); margin-inline: auto; }
.narrow { max-width: 780px; }
.center { text-align: center; }
.muted { color: var(--ink-soft); }
.small { font-size: .9rem; }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 700; color: var(--gold-deep); margin-bottom: .6em; }
.lead { font-size: 1.15rem; color: var(--ink-soft); max-width: 60ch; }
.tag { display: inline-block; font-family: var(--font-body); font-size: .8rem; background: var(--petal); color: var(--ink); padding: .2em .7em; border-radius: 999px; vertical-align: middle; margin-left: .4em; }

/* buttons */
.btn { display: inline-block; padding: .75em 1.4em; border-radius: 999px; font-weight: 700; font-size: .98rem; border: 2px solid transparent; transition: transform .15s, box-shadow .15s, background .15s; cursor: pointer; }
.btn:hover { text-decoration: none; transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-lg { padding: .95em 1.8em; font-size: 1.05rem; }
.btn-sm { padding: .5em 1em; font-size: .9rem; }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: var(--wa-deep); }
.btn-primary { background: var(--petal-deep); color: #fff; }
.btn-outline { border-color: var(--petal-deep); color: var(--petal-deep); background: transparent; }
.btn-ghost { color: var(--ink-soft); background: transparent; border-color: var(--line); }
.btn + .btn { margin-left: .5em; }
.link { color: var(--petal-deep); font-weight: 700; }
.link::after { content: " \2192"; }

/* header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,249,.94); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; gap: 20px; min-height: 72px; }
.logo { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.logo:hover { text-decoration: none; }
.logo img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.logo-text { font-family: var(--font-head); font-size: 1.45rem; font-weight: 700; line-height: 1; white-space: nowrap; }
.logo-text small { display: block; font-family: var(--font-body); font-size: .72rem; font-weight: 600; color: var(--gold-deep); letter-spacing: .1em; text-transform: uppercase; margin-top: 3px; }
.nav { margin-left: auto; }
.nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 4px; }
.nav a { display: block; padding: .5em .55em; color: var(--ink); font-weight: 600; font-size: .9rem; border-radius: 8px; white-space: nowrap; }
.nav a:hover, .nav a.active { background: var(--blush); color: var(--petal-deep); text-decoration: none; }
.nav-cta { white-space: nowrap; }
.hamburger { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 8px; cursor: pointer; margin-left: auto; }
.hamburger span { display: block; height: 2px; background: var(--ink); margin: 6px 0; transition: .2s; }
.mobile-nav { display: none; border-top: 1px solid var(--line); background: var(--cream); }
.mobile-nav ul { list-style: none; margin: 0; padding: 8px 16px 16px; }
.mobile-nav a { display: block; padding: .7em 0; font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--line); }
.mobile-nav .btn { margin-top: 12px; text-align: center; border: 0; }
.site-header.open .mobile-nav { display: block; }
.site-header.open .hamburger span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.site-header.open .hamburger span:nth-child(2) { opacity: 0; }
.site-header.open .hamburger span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* hero */
.hero { background: radial-gradient(circle at 80% 20%, #fde7ec 0, var(--blush) 45%, var(--cream) 100%); padding: 36px 0 28px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.hero-text h1 { margin-bottom: .4em; }
.hero-cta { margin: 1.4em 0 1.2em; }
.trust { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px 22px; color: var(--ink-soft); font-size: .95rem; }
.trust li::before { content: "\2726"; color: var(--gold); margin-right: .45em; }
.hero-art img { border-radius: 28px 28px 120px 28px; box-shadow: var(--shadow); aspect-ratio: 4/5; object-fit: cover; width: 100%; }

/* sections */
.section { padding: 40px 0; }
.section + .section { padding-top: 32px; }
.section h2:first-child, .section .container > h2:first-child { margin-top: 0; }
.section.alt { background: var(--blush); padding: 40px 0; }
.page-hero { background: linear-gradient(180deg, #fde9ee 0, var(--cream) 100%); padding: 40px 0 8px; }
.page-hero .lead { margin-bottom: .6em; }
.page-hero + .section { padding-top: 20px; }
.cta-band { background: linear-gradient(135deg, #f7c9d4 0, #fbe3e9 60%, #fff3e9 100%); padding: 44px 0; }
.cta-band h2 { margin-bottom: .3em; }

/* cards */
.cards { display: grid; gap: 20px; margin-top: 22px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px; color: var(--ink); display: flex; flex-direction: column; gap: 8px; transition: transform .15s, box-shadow .15s; }
a.card:hover { text-decoration: none; transform: translateY(-3px); box-shadow: var(--shadow); }
.card p { color: var(--ink-soft); flex: 1; }
.card-tag { align-self: flex-start; font-size: .8rem; font-weight: 700; background: var(--blush); color: var(--gold-deep); padding: .25em .8em; border-radius: 999px; }
.card-featured { border-color: var(--petal); background: linear-gradient(180deg, #fff 0, #fff5f7 100%); }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 22px; }
.steps.vertical { grid-template-columns: 1fr; max-width: 760px; margin-inline: auto; }
.step { position: relative; padding: 24px 24px 24px 76px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.step .num { position: absolute; left: 22px; top: 22px; width: 40px; height: 40px; border-radius: 50%; background: var(--petal-deep); color: #fff; font-weight: 700; display: grid; place-items: center; font-family: var(--font-head); font-size: 1.3rem; }
.step h3 { margin-top: 2px; }
.step p { margin: 0; color: var(--ink-soft); }

/* two col */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.checks { list-style: none; padding: 0; }
.checks li { padding-left: 1.8em; position: relative; margin-bottom: .8em; }
.checks li::before { content: "\2713"; position: absolute; left: 0; color: var(--gold-deep); font-weight: 700; }
.plain { list-style: none; padding: 0; }
.plain li { padding: .45em 0; border-bottom: 1px dashed var(--line); }
.num-list { counter-reset: n; }
.num-list li { counter-increment: n; padding-left: 2.2em; position: relative; }
.num-list li::before { content: counter(n); position: absolute; left: 0; top: .45em; width: 1.6em; height: 1.6em; border-radius: 50%; background: var(--petal); color: var(--ink); font-size: .8rem; font-weight: 700; display: grid; place-items: center; }
.about-mini img, .about-photo img, .measure-art img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; object-fit: cover; background: var(--blush); }
.about-mini p { margin-top: 12px; }

/* gallery */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 20px; }
.g-item { margin: 0; border-radius: 14px; overflow: hidden; background: #fff; border: 1px solid var(--line); }
.g-item img { width: 100%; aspect-ratio: 4/5; object-fit: cover; transition: transform .3s; background: var(--blush); }
.g-item:hover img { transform: scale(1.04); }
.g-item figcaption { font-size: .85rem; padding: 8px 10px; color: var(--ink-soft); }
.g-item.hide { display: none; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.filter { border: 1px solid var(--petal); background: #fff; color: var(--ink); padding: .45em 1em; border-radius: 999px; cursor: pointer; font-weight: 600; font-family: var(--font-body); }
.filter.active, .filter:hover { background: var(--petal-deep); color: #fff; border-color: var(--petal-deep); }
.lb { position: fixed; inset: 0; background: rgba(40, 20, 30, .92); z-index: 100; display: grid; place-items: center; padding: 24px; }
.lb[hidden] { display: none; }
.lb img { max-width: 92vw; max-height: 82vh; border-radius: 12px; object-fit: contain; }
.lb p { color: #fff; margin: 12px 0 0; text-align: center; }
.lb-close { position: absolute; top: 14px; right: 18px; background: none; border: 0; color: #fff; font-size: 2.4rem; cursor: pointer; line-height: 1; }

/* faq */
.faq { background: #fff; border: 1px solid var(--line); border-radius: 12px; margin: 10px 0; padding: 0 20px; }
.faq summary { cursor: pointer; padding: 16px 0; font-weight: 700; font-size: 1.02rem; list-style: none; position: relative; padding-right: 32px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 12px; font-size: 1.5rem; color: var(--petal-deep); }
.faq[open] summary::after { content: "\2212"; }
.faq div { padding: 0 0 16px; color: var(--ink-soft); }

/* pricing */
.price-table { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; margin: 12px 0 32px; }
.price-row { display: grid; grid-template-columns: 1.1fr .9fr 2.4fr; gap: 16px; padding: 18px 22px; border-top: 1px solid var(--line); align-items: center; }
.price-row.head { background: var(--blush); font-weight: 700; font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; color: var(--gold-deep); border-top: 0; }
.price-row.featured { background: #fff5f7; }
.price { font-family: var(--font-head); font-size: 1.6rem; font-weight: 700; color: var(--petal-deep); }

/* contact */
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; margin-bottom: 16px; }
.contact-card h2 { font-size: 1.4rem; margin-bottom: .4em; }
.form label { display: block; font-weight: 600; margin-bottom: 14px; font-size: .95rem; }
.form input, .form textarea { width: 100%; margin-top: 6px; padding: 12px 14px; border: 1px solid #e6d3d6; border-radius: 10px; font: inherit; background: #fff; }
.form input:focus, .form textarea:focus { outline: 2px solid var(--petal); border-color: var(--petal-deep); }
.reviews { display: grid; gap: 16px; }
.review-ask { background: var(--blush); border-radius: var(--radius); padding: 32px; margin-top: 24px; }

/* blog */
.post h2 { font-size: 1.6rem; margin-top: 1.4em; }
.post-author { margin-top: 2em; font-style: italic; color: var(--ink-soft); }

/* footer */
.site-footer { background: #3b2a36; color: #e9dde3; padding: 56px 0 24px; margin-top: 0; }
.site-footer a { color: #f6cdd7; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.footer-logo { border-radius: 50%; margin-bottom: 10px; }
.footer-brand { font-family: var(--font-head); font-size: 1.5rem; font-weight: 700; margin-bottom: .2em; color: #fff; }
.footer-h { font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; color: var(--gold); margin-bottom: .8em; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: .2em; }
.site-footer li a { display: inline-block; padding: .35em 0; }
.footer-tags a { display: inline-block; padding: .25em 0; }
.site-footer .muted { color: #c9b8c0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 40px; padding-top: 20px; font-size: .88rem; }
.footer-tags { line-height: 1.9; }
.footer-tags a { color: #c9b8c0; }
.footer-tags a:hover { color: #f6cdd7; }
.ig-link { font-weight: 700; }

/* whatsapp float */
.wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 60; display: flex; align-items: center; gap: 8px; background: var(--wa); color: #fff; padding: 12px 18px 12px 14px; border-radius: 999px; font-weight: 700; box-shadow: 0 10px 24px rgba(37, 211, 102, .4); }
.wa-float:hover { background: var(--wa-deep); text-decoration: none; }
.wa-float svg { width: 26px; height: 26px; fill: #fff; }

/* responsive */
@media (max-width: 1120px) {
  .nav, .nav-cta { display: none; }
  .hamburger { display: block; }
  .hero-grid, .two-col, .footer-grid { grid-template-columns: 1fr; }
  .cards.three, .steps { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .hero-art { order: -1; max-width: 420px; margin-inline: auto; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .section, .section.alt { padding: 32px 0; }
  .section + .section { padding-top: 24px; }
  .page-hero { padding: 28px 0 4px; }
  .hero { padding: 24px 0 28px; }
  .cards.three, .steps { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; gap: 10px; }
  .price-row { grid-template-columns: 1fr; gap: 6px; }
  .price-row.head { display: none; }
  .btn + .btn { margin-left: 0; margin-top: 10px; }
  .hero-cta .btn { display: block; text-align: center; }
  .hero-art { max-width: none; }
  .hero-art img { aspect-ratio: 4/3; border-radius: 20px 20px 70px 20px; }
  .hero-grid { gap: 22px; }
  .hero-text h1 { font-size: 2rem; }
  .lead { font-size: 1.05rem; }
  .hero-cta { margin: 1em 0 .9em; }
  .trust { gap: 6px 16px; font-size: .9rem; }
  .cta-band { padding: 44px 0; }
  .about-mini img, .about-photo img { max-height: 300px; }
  .page-hero + .section { padding-top: 24px; }
  .card { padding: 20px 18px; }
  .steps .step { padding: 18px 16px 18px 66px; }
  .step .num { left: 16px; top: 16px; width: 36px; height: 36px; font-size: 1.15rem; }
  .step h3 { font-size: 1.25rem; }
  .wa-float { right: 12px; bottom: 12px; }
  .cta-band .btn { display: block; text-align: center; margin: 0 0 10px; }
  .wa-float span { display: none; }
  .wa-float { padding: 14px; }
}

/* videos */
.videos { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 20px; }
.video-card { margin: 0; border-radius: var(--radius); overflow: hidden; background: #fff; border: 1px solid var(--line); }
.video-card video { width: 100%; aspect-ratio: 4/5; object-fit: cover; display: block; background: #000; }
.video-card figcaption { padding: 10px 14px; color: var(--ink-soft); font-size: .92rem; }
@media (max-width: 640px) { .videos { grid-template-columns: 1fr; } }
