:root {
  --font-display: 'Cormorant Garamond';
  --font-body: 'Manrope';
  --cream: #fbf5eb;
  --paper: #fffaf4;
  --rose: #dda9a7;
  --rose-soft: #f0d8d5;
  --rose-dark: #a85f61;
  --powder: #cddfe1;
  --sage: #90a79a;
  --cocoa: #4a3537;
  --ink: #332b2c;
  --white: #fff;
  --shadow: 0 24px 60px rgb(74 53 55 / 14%);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body { max-width: 100%; margin: 0; overflow-x: clip; background: var(--cream); color: var(--ink); font-family: var(--font-body), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { max-width: 100%; }
::selection { background: var(--rose); color: var(--cocoa); }

.site-header { position: absolute; z-index: 30; top: 0; left: 50%; display: flex; width: min(1180px, calc(100% - 40px)); transform: translateX(-50%); align-items: center; justify-content: space-between; padding: 22px 0; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; width: 44px; height: 44px; flex: 0 0 auto; place-items: center; border: 1px solid rgb(74 53 55 / 26%); border-radius: 50% 44% 52% 42%; color: var(--rose-dark); font-family: var(--font-display), Georgia, serif; font-size: 18px; }
.brand strong { display: block; font-family: var(--font-display), Georgia, serif; font-size: 20px; font-weight: 600; }
.brand small { display: block; margin-top: 1px; color: rgb(51 43 44 / 68%); font-size: 11px; letter-spacing: .05em; }
nav { display: flex; align-items: center; gap: 25px; font-size: 13px; font-weight: 700; }
nav a { transition: color .25s ease; }
nav a:hover, nav a:focus-visible { color: var(--rose-dark); }
.nav-cta { border: 1px solid var(--cocoa); border-radius: 999px; padding: 12px 19px; transition: background .25s ease, color .25s ease, transform .25s ease; }
.nav-cta:hover, .nav-cta:focus-visible { transform: translateY(-2px); background: var(--cocoa); color: var(--cream); }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid rgb(74 53 55 / 22%); border-radius: 50%; background: transparent; }
.menu-button span { display: block; width: 18px; height: 1px; margin: 4px auto; background: currentColor; }

.hero { position: relative; display: grid; min-height: 780px; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(30px, 5vw, 78px); overflow: hidden; padding: 128px max(6vw, calc((100vw - 1180px)/2)) 88px; }
.hero::before { position: absolute; z-index: -2; top: 15%; left: -90px; width: 220px; height: 220px; border: 1px solid rgb(168 95 97 / 22%); border-radius: 46% 54% 38% 62%; content: ''; }
.hero::after { position: absolute; z-index: -1; right: -12vw; bottom: -23vw; width: 65vw; height: 58vw; border-radius: 50%; background: var(--powder); content: ''; opacity: .58; }
.eyebrow { margin: 0 0 18px; color: var(--rose-dark); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: var(--font-display), Georgia, serif; font-weight: 500; letter-spacing: -.035em; }
h1 { max-width: 720px; font-size: clamp(3.2rem, 6vw, 6.4rem); line-height: .94; }
h1 em, h2 em { color: var(--rose-dark); font-weight: 500; }
h3 { margin: 0; font-family: var(--font-display), Georgia, serif; font-weight: 600; }
.hero-lead { max-width: 590px; margin: 28px 0 0; color: rgb(51 43 44 / 76%); font-size: clamp(1rem, 1.35vw, 1.18rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 32px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border-radius: 999px; padding: 0 25px; font-size: 14px; font-weight: 800; transition: transform .3s ease, box-shadow .3s ease, background .3s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button-primary { background: var(--cocoa); color: var(--white); box-shadow: 0 14px 32px rgb(74 53 55 / 20%); }
.button-primary:hover, .button-primary:focus-visible { box-shadow: 0 20px 38px rgb(74 53 55 / 28%); }
.text-link { border-bottom: 1px solid rgb(51 43 44 / 30%); padding: 10px 0; font-size: 14px; font-weight: 800; }
.text-link span { display: inline-block; transition: transform .3s ease; }
.text-link:hover span { transform: translateY(3px); }
.trust-note { display: flex; align-items: center; gap: 13px; margin-top: 46px; color: rgb(51 43 44 / 70%); }
.trust-note > span { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border: 1px solid var(--rose); border-radius: 50%; color: var(--rose-dark); font-size: 22px; }
.trust-note p { margin: 0; font-size: 12px; line-height: 1.5; }

.hero-visual { position: relative; min-height: 600px; }
.portrait-frame { position: absolute; z-index: 2; inset: 20px 4% 28px 12%; overflow: hidden; border: 10px solid rgb(255 250 244 / 65%); border-radius: 46% 54% 43% 57% / 35% 35% 65% 65%; box-shadow: 0 28px 70px rgb(74 53 55 / 22%); }
.portrait-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; transition: transform 1.2s ease; }
.portrait-frame:hover img { transform: scale(1.025); }
.shape { position: absolute; display: block; }
.shape-pink { top: -10px; right: 0; width: 180px; height: 160px; transform: rotate(18deg); border-radius: 35% 65% 60% 40%; background: var(--rose); opacity: .72; }
.shape-blue { bottom: 8px; left: 0; width: 180px; height: 210px; transform: rotate(-15deg); border: 2px solid rgb(74 53 55 / 16%); border-radius: 60% 40% 42% 58%; }
.floating-note { position: absolute; z-index: 4; right: -4px; bottom: 55px; max-width: 245px; border: 1px solid rgb(74 53 55 / 8%); border-radius: 22px; background: rgb(255 250 244 / 92%); padding: 18px 20px; box-shadow: 0 18px 45px rgb(74 53 55 / 16%); backdrop-filter: blur(10px); }
.floating-note span { display: block; margin-bottom: 6px; color: var(--rose-dark); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.floating-note strong { font-family: var(--font-display), Georgia, serif; font-size: 17px; line-height: 1.2; }

.hero-intro { animation: intro-up .8s .1s both cubic-bezier(.2,.75,.3,1); }
.hero-title { animation: intro-up .9s .2s both cubic-bezier(.2,.75,.3,1); }
.hero-intro-delay { animation: intro-up .9s .35s both cubic-bezier(.2,.75,.3,1); }
.hero-intro-delay-2 { animation: intro-up .9s .5s both cubic-bezier(.2,.75,.3,1); }
.hero-portrait { animation: intro-portrait 1s .25s both cubic-bezier(.2,.75,.3,1); }
@keyframes intro-up { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes intro-portrait { from { opacity: 0; transform: translateX(46px) scale(.96); } to { opacity: 1; transform: translateX(0) scale(1); } }

.section-pad { padding: 120px max(6vw, calc((100vw - 1120px)/2)); }
.section-heading { max-width: 780px; }
.section-heading.centered { margin: 0 auto; text-align: center; }
.section-heading h2, .section-kicker h2, .faq-intro h2, .play-copy h2, .contact h2 { font-size: clamp(2.55rem, 5vw, 5rem); line-height: 1.02; }
.section-heading > p:last-child { max-width: 670px; margin: 24px auto 0; color: rgb(51 43 44 / 69%); line-height: 1.75; }

.signals { position: relative; background: var(--paper); }
.signals::before { position: absolute; top: -44px; left: -3%; width: 106%; height: 82px; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: var(--paper); content: ''; }
.signal-list { display: flex; max-width: 1000px; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 50px auto 0; }
.signal-list span { border: 1px solid rgb(74 53 55 / 15%); border-radius: 999px; background: var(--cream); padding: 13px 18px; color: rgb(51 43 44 / 80%); font-size: 13px; font-weight: 700; }

.about-section { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(45px, 8vw, 110px); overflow: hidden; background: var(--cocoa); color: var(--cream); }
.about-section::after { position: absolute; top: -140px; right: -110px; width: 340px; height: 340px; border: 2px solid rgb(221 169 167 / 20%); border-radius: 52% 48% 57% 43%; content: ''; }
.about-photo { position: relative; min-height: 505px; overflow: hidden; border-radius: 48% 52% 45% 55% / 55% 42% 58% 45%; box-shadow: 0 28px 60px rgb(25 14 15 / 25%); }
.about-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 1s ease; }
.about-photo:hover img { transform: scale(1.03); }
.photo-caption { position: absolute; right: 20px; bottom: 20px; left: 20px; border-radius: 16px; background: rgb(74 53 55 / 76%); padding: 13px 16px; color: var(--cream); font-size: 11px; font-weight: 700; text-align: center; backdrop-filter: blur(9px); }
.eyebrow-light { color: var(--rose); }
.about-copy h2 { max-width: 720px; font-size: clamp(2.55rem, 4.8vw, 4.9rem); line-height: 1.02; }
.about-copy > p:not(.eyebrow) { max-width: 660px; margin: 25px 0 0; color: rgb(251 245 235 / 77%); font-size: 1.02rem; line-height: 1.75; }
.credentials { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 32px; }
.credentials span { border: 1px solid rgb(251 245 235 / 17%); border-radius: 999px; padding: 10px 13px; color: rgb(251 245 235 / 77%); font-size: 11px; }
.button-light { background: var(--cream); color: var(--cocoa); }

.support { background: var(--powder); }
.section-kicker { display: grid; grid-template-columns: .55fr 1.45fr; align-items: start; gap: 40px; }
.support-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 64px; }
.support-card { position: relative; min-height: 330px; overflow: hidden; border: 1px solid rgb(74 53 55 / 12%); border-radius: 42px; background: var(--cream); padding: 32px 27px; box-shadow: 0 10px 30px transparent; transition: transform .35s cubic-bezier(.2,.75,.3,1), box-shadow .35s ease, border-color .35s ease; }
.support-card:nth-child(2n) { background: var(--paper); }
.support-card:hover, .support-card:focus-within { transform: translateY(-7px) scale(1.012); border-color: rgb(168 95 97 / 35%); box-shadow: var(--shadow); }
.card-number { display: block; color: var(--rose-dark); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.support-card h3 { max-width: 180px; margin-top: 64px; font-size: 30px; line-height: 1.05; }
.support-card p { margin: 16px 0 0; color: rgb(51 43 44 / 66%); font-size: 13px; line-height: 1.65; }
.card-arrow { position: absolute; top: 24px; right: 24px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgb(74 53 55 / 14%); border-radius: 50%; transition: transform .35s ease, background .35s ease, color .35s ease; }
.support-card:hover .card-arrow { transform: rotate(8deg) translate(2px, -2px); background: var(--rose-dark); color: var(--white); }

.play-section { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px, 8vw, 120px); background: var(--paper); }
.play-visual { position: relative; min-height: 500px; }
.play-visual::before { position: absolute; inset: 5% 7%; border-radius: 42% 58% 48% 52% / 55% 42% 58% 45%; background: var(--rose-soft); content: ''; }
.play-visual strong { position: absolute; z-index: 2; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-6deg); color: var(--cocoa); font-family: var(--font-display), Georgia, serif; font-size: clamp(4.5rem, 8vw, 7.5rem); font-weight: 500; }
.play-ring { position: absolute; z-index: 1; border: 2px solid rgb(74 53 55 / 14%); border-radius: 50%; }
.ring-one { inset: 18% 3% 8% 18%; transform: rotate(14deg); }
.ring-two { inset: 5% 20% 20% 2%; transform: rotate(-18deg); }
.play-dot { position: absolute; z-index: 3; border-radius: 50%; }
.dot-one { top: 10%; right: 8%; width: 60px; height: 60px; background: var(--powder); }
.dot-two { bottom: 10%; left: 4%; width: 38px; height: 38px; background: var(--rose); }
.play-copy > p:not(.eyebrow) { margin: 27px 0 0; color: rgb(51 43 44 / 70%); font-size: 1.05rem; line-height: 1.78; }
.play-copy blockquote { margin: 30px 0 0; border-left: 2px solid var(--rose-dark); padding: 4px 0 4px 22px; color: var(--cocoa); font-family: var(--font-display), Georgia, serif; font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.35; }

.process { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 60px; }
.process-step { display: flex; min-height: 240px; gap: 24px; border-top: 1px solid rgb(74 53 55 / 20%); padding: 28px 8px 15px; }
.process-step > span { color: var(--rose-dark); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.process-step h3 { font-size: 29px; }
.process-step p { color: rgb(51 43 44 / 67%); font-size: 14px; line-height: 1.7; }
.validation-note { margin: 30px 0 0; border-radius: 16px; background: rgb(221 169 167 / 16%); padding: 14px 18px; color: rgb(51 43 44 / 68%); font-size: 11px; line-height: 1.55; }

.inclusive-strip { display: flex; align-items: center; justify-content: center; gap: 30px; background: var(--rose); padding: 32px 24px; color: var(--cocoa); text-align: center; }
.inclusive-strip p { margin: 0; font-family: var(--font-display), Georgia, serif; font-size: clamp(1.4rem, 2.2vw, 2rem); }
.inclusive-strip span { font-size: 28px; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(55px, 9vw, 130px); background: var(--paper); }
.faq-intro > p:last-child { max-width: 420px; color: rgb(51 43 44 / 68%); line-height: 1.7; }
.faq-list { border-top: 1px solid rgb(74 53 55 / 20%); }
.faq-item { border-bottom: 1px solid rgb(74 53 55 / 20%); }
.faq-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; border: 0; background: transparent; padding: 25px 0; cursor: pointer; font-size: 15px; font-weight: 700; text-align: left; }
.faq-item button b { display: grid; width: 28px; height: 28px; flex: 0 0 auto; place-items: center; border: 1px solid rgb(74 53 55 / 18%); border-radius: 50%; font-size: 16px; font-weight: 400; }
.faq-answer p { margin: -6px 45px 24px 0; color: rgb(51 43 44 / 67%); font-size: 14px; line-height: 1.75; }
.faq-item.is-open button { color: var(--rose-dark); }

.contact { position: relative; overflow: hidden; background: var(--cocoa); color: var(--cream); text-align: center; }
.contact-inner { position: relative; z-index: 2; max-width: 830px; margin: 0 auto; }
.contact h2 { color: var(--cream); }
.contact h2 em { color: var(--rose); }
.contact-inner > p:not(.eyebrow) { max-width: 610px; margin: 24px auto 0; color: rgb(251 245 235 / 72%); line-height: 1.75; }
.contact-actions { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 34px; }
.button-rose { background: var(--rose); color: var(--cocoa); box-shadow: 0 16px 36px rgb(20 10 11 / 25%); }
.instagram-link { border-bottom: 1px solid rgb(251 245 235 / 38%); padding: 10px 0; font-size: 14px; font-weight: 700; }
.contact small { display: block; margin-top: 28px; color: rgb(251 245 235 / 42%); font-size: 10px; }
.contact-shape { position: absolute; border: 1px solid rgb(221 169 167 / 22%); border-radius: 50%; }
.contact-shape-one { top: -110px; left: -120px; width: 360px; height: 360px; }
.contact-shape-two { right: -160px; bottom: -150px; width: 430px; height: 430px; }

footer { display: grid; grid-template-columns: 1fr 1.2fr auto; align-items: center; gap: 40px; background: #382728; color: rgb(251 245 235 / 72%); padding: 34px max(6vw, calc((100vw - 1120px)/2)); font-size: 11px; }
footer strong { display: block; color: var(--cream); font-family: var(--font-display), Georgia, serif; font-size: 20px; }
footer span { display: block; margin-top: 3px; }
footer p { margin: 0; line-height: 1.55; }
footer a { color: var(--cream); font-weight: 700; }
.whatsapp-float { position: fixed; z-index: 40; right: 20px; bottom: 20px; border: 1px solid rgb(255 255 255 / 35%); border-radius: 999px; background: var(--cocoa); color: var(--white); padding: 13px 18px; box-shadow: 0 12px 34px rgb(30 18 20 / 28%); font-size: 11px; font-weight: 800; transition: transform .3s ease; }
.whatsapp-float:hover { transform: translateY(-4px); }

.reveal-up, .reveal-left, .reveal-right { opacity: 0; transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.3,1); }
.reveal-up { transform: translateY(34px); }
.reveal-left { transform: translateX(-42px); }
.reveal-right { transform: translateX(42px); }
.is-visible { opacity: 1; transform: translate(0); }
.delay-1 { transition-delay: .06s; }
.delay-2 { transition-delay: .14s; }
.delay-3 { transition-delay: .22s; }
.delay-4 { transition-delay: .3s; }

a:focus-visible, button:focus-visible { outline: 3px solid var(--rose-dark); outline-offset: 4px; }

@media (max-width: 1000px) {
  nav { gap: 16px; }
  nav a:not(.nav-cta) { display: none; }
  .support-grid { grid-template-columns: repeat(2, 1fr); }
  .support-card { min-height: 300px; }
}

@media (max-width: 850px) {
  .menu-button { display: block; }
  nav { position: absolute; top: 76px; right: 0; display: none; width: min(330px, calc(100vw - 28px)); align-items: stretch; flex-direction: column; gap: 4px; border: 1px solid rgb(74 53 55 / 12%); border-radius: 24px; background: rgb(255 250 244 / 96%); padding: 18px; box-shadow: var(--shadow); backdrop-filter: blur(14px); }
  nav.is-open { display: flex; }
  nav a:not(.nav-cta) { display: block; padding: 10px 8px; }
  .nav-cta { margin-top: 6px; text-align: center; }
  .hero { grid-template-columns: 1fr; padding-top: 132px; }
  .hero-visual { min-height: 570px; }
  .about-section, .play-section, .faq { grid-template-columns: 1fr; }
  .about-photo { min-height: 480px; }
  .section-kicker { grid-template-columns: 1fr; gap: 8px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: auto; }
  .faq { gap: 55px; }
  footer { grid-template-columns: 1fr; gap: 18px; text-align: center; }
}

@media (max-width: 560px) {
  .site-header { width: calc(100% - 28px); }
  .brand small { display: none; }
  .brand strong { font-size: 17px; }
  .hero { min-height: auto; padding: 118px 22px 74px; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .button { width: 100%; }
  .trust-note { margin-top: 34px; }
  .hero-visual { min-height: 460px; }
  .portrait-frame { inset: 18px 0 20px 5%; }
  .floating-note { right: 0; bottom: 30px; max-width: 220px; }
  .shape-pink { width: 120px; height: 120px; }
  .shape-blue { width: 120px; height: 150px; }
  .section-pad { padding: 82px 22px; }
  .about-photo { min-height: 390px; }
  .support-grid { grid-template-columns: 1fr; }
  .support-card { min-height: 275px; }
  .play-visual { min-height: 390px; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .instagram-link { align-self: center; }
  .whatsapp-float { right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal-up, .reveal-left, .reveal-right { opacity: 1; transform: none; }
}
