:root{--burgundy:#800020;--rose:#b76e79;--gold:#d4af37;--ivory:#fff8f0;--charcoal:#1c1c1c;--soft:#fffdf9;--shadow:0 24px 70px rgba(128,0,32,.16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ivory);color:var(--charcoal);font-family:Poppins,Arial,sans-serif;line-height:1.7;overflow-x:hidden}h1,h2,h3{font-family:"Playfair Display",serif;line-height:1.08;margin:0 0 18px}h1{font-size:clamp(2.6rem,8vw,6.5rem)}h2{font-size:clamp(2rem,5vw,4rem)}h3{font-size:1.55rem}a{color:inherit}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:18px clamp(18px,5vw,72px);background:rgba(255,248,240,.84);backdrop-filter:blur(18px);border-bottom:1px solid rgba(128,0,32,.08)}.brand{display:flex;gap:12px;align-items:center;text-decoration:none;font-weight:700;color:var(--burgundy)}.brand img,.footer-logo{width:44px;height:44px;border-radius:50%;object-fit:cover}.nav{display:flex;gap:28px;align-items:center}.nav a{text-decoration:none;font-weight:600;font-size:.95rem}.nav a:hover{color:var(--burgundy)}.nav-toggle{display:none;background:none;border:0;gap:5px;flex-direction:column}.nav-toggle span{display:block;width:28px;height:2px;background:var(--burgundy)}.section{padding:clamp(64px,10vw,130px) clamp(18px,5vw,72px)}.hero{min-height:calc(100vh - 82px);display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:50px;align-items:center;background:radial-gradient(circle at 80% 20%,rgba(212,175,55,.24),transparent 28%),linear-gradient(135deg,#fff8f0 0%,#fff0f2 100%)}.eyebrow{color:var(--rose);font-weight:700;letter-spacing:.18em;text-transform:uppercase;font-size:.78rem}.hero-copy p:not(.eyebrow){max-width:720px;font-size:1.12rem}.hero-card{min-height:430px;border-radius:36px;background:linear-gradient(145deg,rgba(128,0,32,.92),rgba(183,110,121,.82)),url('../img/luxury-bg.svg');box-shadow:var(--shadow);color:white;padding:42px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.hero-card:before{content:"";position:absolute;inset:28px;border:1px solid rgba(212,175,55,.55);border-radius:28px}.hero-card span,.hero-card strong{position:relative}.hero-card span{color:var(--gold);text-transform:uppercase;letter-spacing:.24em}.hero-card strong{font-family:"Playfair Display",serif;font-size:2.2rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:999px;background:linear-gradient(135deg,var(--burgundy),var(--rose));color:white;text-decoration:none;font-weight:700;box-shadow:0 12px 30px rgba(128,0,32,.24);border:0}.btn-small{padding:10px 18px;font-size:.9rem}.video-section{text-align:center}.video-section video{width:min(100%,1000px);aspect-ratio:16/9;border:10px solid white;border-radius:30px;background:#111;box-shadow:var(--shadow)}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:26px}.profile-card,.review-card,.step,.content-band,details{background:rgba(255,255,255,.78);border:1px solid rgba(128,0,32,.08);box-shadow:var(--shadow);border-radius:28px;padding:24px}.profile-card{transition:transform .25s ease,box-shadow .25s ease}.profile-card:hover{transform:translateY(-8px)}.profile-card img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:22px;margin-bottom:18px}.content-band{max-width:1040px;margin-inline:auto;text-align:center}.gallery-section{overflow:hidden;background:linear-gradient(90deg,rgba(128,0,32,.08),rgba(212,175,55,.12))}.gallery-track{display:flex;gap:22px;width:max-content;animation:slide 28s linear infinite}.gallery-track img{width:280px;height:360px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}@keyframes slide{from{transform:translateX(0)}to{transform:translateX(-50%)}}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.step span{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--burgundy);color:white;font-weight:800}.step img{width:54px;height:54px;object-fit:contain;margin-top:18px}.review-slider{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.review-card img{width:66px;height:66px;border-radius:50%;object-fit:cover}.stars{color:var(--gold);letter-spacing:.12em}.faq{max-width:940px;margin:auto}.faq details{margin-bottom:16px}.faq summary{cursor:pointer;font-weight:700;color:var(--burgundy)}.footer{padding:70px clamp(18px,5vw,72px) 30px;background:var(--charcoal);color:white}.footer h2{color:var(--gold)}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin:24px 0}.socials a{margin-right:14px;color:var(--gold)}.copyright{border-top:1px solid rgba(255,255,255,.14);padding-top:22px}.floating-whatsapp{position:fixed;right:20px;bottom:20px;z-index:60;background:#25d366;color:white;text-decoration:none;font-weight:800;padding:14px 18px;border-radius:999px;box-shadow:0 14px 36px rgba(0,0,0,.22)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}@media (max-width:800px){.nav-toggle{display:flex}.nav{position:absolute;inset:72px 16px auto 16px;display:none;flex-direction:column;align-items:flex-start;background:white;padding:22px;border-radius:22px;box-shadow:var(--shadow)}.nav.is-open{display:flex}.hero{grid-template-columns:1fr}.hero-card{min-height:300px}.section{padding-block:72px}.gallery-track img{width:220px;height:290px}}
