:root {
  --black: #0d0c0b;
  --charcoal: #151311;
  --panel: #1d1917;
  --panel-soft: #241f1c;
  --wine: #8f1f3d;
  --wine-dark: #72162f;
  --gold: #d0ad68;
  --ivory: #f4ede3;
  --muted: #b4aaa0;
  --line: rgba(232, 216, 190, .16);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--ivory); font: 17px/1.7 var(--sans); }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img, video { display: block; width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: 0; }
h1, h2 { font-family: var(--serif); line-height: 1; }
h2 { margin-bottom: 25px; font-size: clamp(46px, 5vw, 72px); }
h2 em { color: var(--gold); font-weight: 600; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; min-height: 84px; padding: 0 clamp(20px, 4vw, 64px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; border-bottom: 1px solid rgba(255,255,255,.2); }
.brand { display: flex; align-items: center; gap: 12px; font: 600 19px/1.1 var(--serif); }
.brand b { display: block; color: var(--gold); font-weight: 600; }
.brand-mark { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid currentColor; font: 600 15px var(--serif); }
.nav { display: flex; justify-content: center; gap: clamp(14px, 2vw, 27px); font-size: 14px; }
.nav a { padding: 12px 0; border-bottom: 1px solid transparent; }
.nav a:hover, .nav a:focus-visible { border-color: var(--gold); }
.header-contact { min-height: 48px; padding: 0 18px; display: inline-flex; align-items: center; gap: 8px; background: var(--wine); font-size: 13px; font-weight: 700; }
.header-contact svg { width: 18px; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 12px; border: 1px solid rgba(255,255,255,.35); background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: #fff; }

.hero { position: relative; min-height: min(850px, 100svh); height: 100svh; color: #fff; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,8,7,.92) 0%, rgba(10,8,7,.72) 48%, rgba(10,8,7,.25) 100%), linear-gradient(0deg, rgba(10,8,7,.55), transparent 45%), url("assets/ritual-candles.jpg") center/cover; }
.hero-inner { position: relative; z-index: 2; max-width: 820px; padding: clamp(150px, 19vh, 205px) clamp(22px, 8vw, 130px) 110px; }
.eyebrow { margin-bottom: 17px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(58px, 7.5vw, 104px); }
.hero-copy { max-width: 670px; margin-bottom: 32px; color: #ddd5cc; font-size: 20px; line-height: 1.6; }
.button { min-height: 58px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--wine); background: var(--wine); color: #fff; font-size: 14px; font-weight: 700; transition: background .2s, transform .2s; }
.button:hover { background: #aa294b; transform: translateY(-2px); }
.button svg { width: 20px; }
.button-whatsapp { background: #168f4a; border-color: #168f4a; }
.button-whatsapp:hover { background: #11783e; border-color: #11783e; }
.button-primary { background: var(--wine); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 26px; color: #c4bbb2; font-size: 13px; }
.hero-trust span { display: flex; align-items: center; gap: 7px; }
.hero-trust svg { width: 17px; color: var(--gold); }
.scroll-link { position: absolute; z-index: 3; right: clamp(22px, 5vw, 70px); bottom: 35px; display: flex; align-items: center; gap: 10px; color: #d7cec4; font-size: 12px; }
.scroll-link svg { width: 17px; }

.section { padding: clamp(80px, 9vw, 125px) clamp(20px, 7vw, 110px); }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 35px 65px; align-items: end; margin-bottom: 52px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -18px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p:last-child { max-width: 570px; margin-bottom: 6px; color: var(--muted); }
.section-heading.centered { display: block; max-width: 760px; margin: 0 auto 55px; text-align: center; }
.section-heading.centered > p:last-child { margin-inline: auto; }

.situations { background: var(--charcoal); }
.situation-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.situation-grid article { min-height: 265px; padding: 29px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.situation-grid svg { width: 30px; height: 30px; margin-bottom: 34px; color: var(--gold); }
.situation-grid h3 { margin-bottom: 10px; font: 600 25px/1.1 var(--serif); }
.situation-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.inline-cta { min-height: 78px; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 25px; background: var(--panel-soft); border-left: 3px solid var(--wine); }
.inline-cta p { margin: 0; color: var(--muted); }
.inline-cta strong { color: var(--ivory); }
.text-action { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; padding: 10px 0; border-bottom: 1px solid var(--gold); color: var(--gold); font-size: 14px; font-weight: 700; }
.text-action svg { width: 17px; }

.services { background: #0b0a09; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.service-card { position: relative; min-height: 330px; padding: 38px 42px 32px 82px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card > span { position: absolute; top: 42px; left: 28px; color: var(--gold); font: 600 18px var(--serif); }
.service-card > svg { width: 34px; height: 34px; margin-bottom: 34px; color: var(--gold); }
.service-card h3 { margin-bottom: 12px; font: 600 31px/1.1 var(--serif); }
.service-card p { max-width: 520px; color: var(--muted); font-size: 15px; }
.service-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; color: var(--gold); font-size: 13px; font-weight: 700; }
.service-card a svg { width: 16px; }

.professional { display: grid; grid-template-columns: minmax(310px, .83fr) minmax(400px, 1.17fr); gap: clamp(50px, 8vw, 120px); align-items: center; background: var(--panel); }
.professional-photo { position: relative; max-width: 590px; overflow: hidden; background: var(--black); }
.professional-photo img { aspect-ratio: 1 / 1.12; object-fit: cover; object-position: center 62%; filter: saturate(.74) contrast(1.05) brightness(.88); }
.professional-photo > span { position: absolute; left: 20px; bottom: 20px; padding: 11px 14px; display: flex; align-items: center; gap: 8px; background: rgba(13,12,11,.88); border: 1px solid rgba(255,255,255,.28); font-size: 12px; }
.professional-photo > span svg { width: 18px; color: var(--gold); }
.professional-copy .lead { color: #e2d8cb; font: 600 27px/1.35 var(--serif); }
.professional-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.value-list { margin: 28px 0 32px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.value-list li { padding: 17px 0; display: grid; grid-template-columns: 32px 1fr; gap: 14px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.value-list svg { width: 22px; color: var(--gold); }
.value-list strong { display: block; color: var(--ivory); font-size: 16px; }

.process { background: var(--charcoal); }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 0 38px; padding: 0; list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-list li { min-height: 240px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-list b { width: 42px; height: 42px; margin-bottom: 30px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold); font: 600 20px var(--serif); }
.process-list h3 { margin-bottom: 10px; font: 600 25px/1.1 var(--serif); }
.process-list p { margin: 0; color: var(--muted); font-size: 14px; }

.testimonials { background: #100e0d; }
.video-testimonial { max-width: 1080px; margin: 0 auto 55px; display: grid; grid-template-columns: 1.2fr .8fr; background: #070706; box-shadow: 0 25px 60px rgba(0,0,0,.3); }
.video-frame { min-height: 450px; display: grid; place-items: center; background: #000; }
.video-frame video { max-height: 650px; object-fit: contain; }
.video-copy { padding: 50px; display: flex; flex-direction: column; justify-content: center; }
.video-copy > svg { width: 42px; height: 42px; color: var(--gold); }
.video-copy p { margin: 24px 0; font: 600 30px/1.25 var(--serif); }
.video-copy strong { color: var(--muted); font-size: 13px; text-transform: uppercase; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial-card { padding: 30px; background: var(--panel); border-top: 2px solid var(--wine); }
.testimonial-card > p:not(.situation-label):not(.experience-label):not(.outcome) { min-height: 75px; color: var(--muted); font-size: 14px; }
.situation-label, .experience-label { margin-bottom: 7px; color: var(--gold); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.testimonial-card hr { height: 1px; margin: 20px 0; border: 0; background: var(--line); }
.testimonial-card blockquote { min-height: 110px; margin: 0 0 22px; font: 600 23px/1.35 var(--serif); }
.outcome { min-height: 80px; color: var(--muted); font-size: 14px; }
.outcome strong { color: var(--ivory); }
.testimonial-card footer { display: flex; align-items: center; gap: 12px; padding-top: 20px; border-top: 1px solid var(--line); }
.testimonial-card footer > img { flex: 0 0 54px; width: 54px; height: 54px; border-radius: 50%; object-fit: cover; object-position: center; border: 2px solid var(--gold); }
.testimonial-card footer strong, .testimonial-card footer small { display: block; }
.testimonial-card footer small { color: var(--muted); }
.testimonial-note { margin: 25px 0 0; color: #817a73; font-size: 12px; text-align: center; }

.faq { background: var(--panel); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 7vw, 100px); }
.faq .section-heading { display: block; margin: 0; }
.faq .section-heading .eyebrow { margin-bottom: 17px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 78px; padding: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font: 600 22px/1.25 var(--serif); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { flex: 0 0 22px; width: 22px; color: var(--gold); transition: transform .2s; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; padding: 0 45px 22px 0; color: var(--muted); }

.final-cta { min-height: 550px; display: grid; grid-template-columns: 1fr 1fr; background: var(--charcoal); }
.final-image { background: linear-gradient(90deg, transparent 65%, var(--charcoal)), url("assets/couple-hands.jpg") center/cover; filter: saturate(.72) brightness(.72); }
.final-content { padding: 75px clamp(30px, 7vw, 100px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.final-content h2 { font-size: clamp(46px, 5vw, 70px); }
.final-content > p:not(.eyebrow) { max-width: 560px; color: var(--muted); }
.final-content small { margin-top: 17px; color: #8c847d; }

.footer { padding: 58px clamp(22px, 6vw, 90px) 24px; display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 45px; background: #070706; }
.footer-brand { display: flex; gap: 14px; }
.footer-brand strong { font: 600 23px var(--serif); }
.footer p { color: #8f8780; font-size: 13px; }
.footer > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 7px; font-size: 14px; }
.footer > div > span:first-child { margin-bottom: 6px; color: var(--gold); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.copyright { grid-column: 1 / -1; margin: 15px 0 0; padding-top: 22px; border-top: 1px solid var(--line); }

.whatsapp-float { position: fixed; z-index: 30; right: 20px; bottom: 20px; min-height: 60px; padding: 0 22px 0 16px; display: flex; align-items: center; gap: 10px; border-radius: 30px; background: #168f4a; color: #fff; box-shadow: 0 12px 34px rgba(0,0,0,.35); font-size: 13px; font-weight: 700; }
.whatsapp-float svg { width: 29px; height: 29px; fill: currentColor; }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .45s ease, transform .45s ease; }
.reveal.visible { opacity: 1; transform: none; }
.legal-page { width: min(820px, calc(100% - 38px)); margin: 0 auto; padding: 70px 0 100px; }
.legal-page h1 { margin: 55px 0 28px; font: 700 clamp(50px, 7vw, 78px)/1 var(--serif); }
.legal-page h2 { margin: 45px 0 15px; font-size: 35px; }
.legal-page p { color: var(--muted); }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .nav { gap: 13px; font-size: 12px; }
  .situation-grid { grid-template-columns: repeat(3, 1fr); }
  .process-list { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .site-header { min-height: 76px; }
  .nav { display: none; }
  .nav.open { position: fixed; inset: 76px 0 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; background: #100e0d; font: 600 29px var(--serif); }
  .menu-toggle { display: block; justify-self: end; }
  .header-contact { display: none; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading .eyebrow { margin-bottom: 0; }
  .professional { grid-template-columns: 1fr; }
  .professional-photo { width: min(100%, 590px); margin: auto; }
  .video-testimonial { grid-template-columns: 1fr; }
  .video-copy { padding: 38px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card > p:not(.situation-label):not(.experience-label):not(.outcome), .testimonial-card blockquote, .outcome { min-height: 0; }
  .faq { grid-template-columns: 1fr; }
  .final-cta { grid-template-columns: 1fr; }
  .final-image { min-height: 330px; background: linear-gradient(0deg, var(--charcoal), transparent 55%), url("assets/couple-hands.jpg") center/cover; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .site-header { padding: 0 17px; }
  .brand { font-size: 17px; }
  .brand-mark { flex-basis: 37px; width: 37px; height: 37px; }
  .hero { min-height: 720px; height: 100svh; }
  .hero-image { background: linear-gradient(90deg, rgba(10,8,7,.93), rgba(10,8,7,.52)), linear-gradient(0deg, rgba(10,8,7,.6), transparent), url("assets/ritual-candles.jpg") 60% center/cover; }
  .hero-inner { padding: 140px 20px 105px; }
  .hero-inner { width: 100vw; max-width: 100vw; }
  .hero h1 { font-size: clamp(50px, 15vw, 70px); }
  .hero-copy { font-size: 18px; line-height: 1.55; }
  .hero .button { width: 100%; }
  .hero-copy, .hero .button { max-width: 100%; }
  .hero-trust { display: grid; gap: 8px; }
  .scroll-link { display: none; }
  .section { padding: 75px 19px; }
  h2 { font-size: 46px; }
  .situation-grid { grid-template-columns: 1fr; }
  .situation-grid article { min-height: 0; }
  .situation-grid svg { margin-bottom: 20px; }
  .inline-cta { align-items: flex-start; flex-direction: column; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 32px 22px 30px 62px; }
  .service-card > span { left: 18px; top: 36px; }
  .professional-photo img { height: auto; aspect-ratio: auto; object-fit: contain; object-position: center; }
  .professional-copy .button, .process > .button, .final-content .button { width: 100%; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 0; }
  .video-frame { min-height: 310px; }
  .video-copy p { font-size: 26px; }
  .faq-list summary { font-size: 20px; }
  .final-image { min-height: 260px; }
  .final-content { padding: 58px 20px 90px; }
  .footer { grid-template-columns: 1fr; padding: 50px 20px 95px; }
  .copyright { grid-column: 1; }
  .whatsapp-float { left: 14px; right: 14px; bottom: 12px; justify-content: center; min-height: 58px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}
