:root{
  --ink:#1c1727;
  --plum:#352347;
  --plum-2:#4a315f;
  --lav:#e9e2ef;
  --ivory:#f8f4ef;
  --paper:#fffdf9;
  --gold:#c6a15b;
  --rose:#a85255;
  --muted:#6e6875;
  --line:rgba(53,35,71,.14);
  --shadow:0 28px 80px rgba(38,24,48,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Montserrat,Arial,sans-serif;line-height:1.65;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,a{touch-action:manipulation}
.skip{position:absolute;left:-9999px;top:auto}.skip:focus{left:16px;top:16px;z-index:999;background:#fff;padding:10px 14px;border-radius:8px}
.topbar{height:86px;padding:0 clamp(20px,5vw,72px);display:flex;align-items:center;justify-content:space-between;position:absolute;z-index:50;width:100%;color:#fff}
.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:38px;height:38px;border:1px solid rgba(255,255,255,.45);border-radius:50%;display:grid;place-items:center;color:#e9d6a9}.brand strong{font-family:"Cormorant Garamond",serif;font-size:25px;line-height:.9;display:block}.brand small{display:block;text-transform:uppercase;letter-spacing:.25em;font-size:8px;opacity:.75;margin-top:5px}
nav{display:flex;align-items:center;gap:28px;font-size:12px;font-weight:600}nav>a:not(.nav-cta){opacity:.84}nav>a:hover{opacity:1}.nav-cta{border:1px solid rgba(255,255,255,.45);padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}
.hero{min-height:760px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;position:relative;background:radial-gradient(circle at 14% 10%,rgba(198,161,91,.18),transparent 25%),linear-gradient(125deg,#16121f 0%,#2d203a 50%,#50344f 100%);color:#fff;padding:120px clamp(24px,7vw,110px) 80px;isolation:isolate;overflow:hidden}
.hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(to right,black,transparent 70%);z-index:-1}
.hero-orbit{position:absolute;border:1px solid rgba(255,255,255,.11);border-radius:50%;z-index:-1}.orbit-one{width:620px;height:620px;right:-180px;top:80px}.orbit-two{width:440px;height:440px;right:-90px;top:170px;border-color:rgba(198,161,91,.24)}
.hero-copy{max-width:710px}.eyebrow{text-transform:uppercase;letter-spacing:.24em;font-size:11px;font-weight:700;color:var(--gold);margin:0 0 18px}.hero h1,.section h2,.final-cta h2{font-family:"Cormorant Garamond",Georgia,serif;line-height:.96;font-weight:600;margin:0}.hero h1{font-size:clamp(52px,6vw,88px);letter-spacing:-.035em}.hero h1 em{font-weight:500;color:#d7c3db}.hero-text{font-size:16px;color:rgba(255,255,255,.73);max-width:620px;margin:26px 0 30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.03em;transition:.25s ease}.btn-primary{background:linear-gradient(135deg,#d2b36f,#b38b49);color:#211827;box-shadow:0 12px 30px rgba(198,161,91,.25)}.btn-primary:hover{transform:translateY(-2px);filter:brightness(1.05)}.btn-ghost{border:1px solid rgba(255,255,255,.25);color:#fff}.btn-ghost:hover{background:rgba(255,255,255,.08)}.trust-line{margin-top:26px;font-size:11px;letter-spacing:.06em;color:rgba(255,255,255,.65)}.trust-line span{color:var(--gold);margin-right:8px}.trust-line strong{color:#fff}
.hero-visual{position:relative;justify-self:end;width:min(450px,90%);padding:16px}.portrait-frame{position:relative;border-radius:220px 220px 24px 24px;overflow:hidden;aspect-ratio:.74;background:#dacfe0;box-shadow:0 45px 100px rgba(0,0,0,.35)}.portrait-frame:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.25);border-radius:inherit;pointer-events:none}.portrait-frame img{width:100%;height:100%;object-fit:cover;object-position:center 18%}.hero-visual:before{content:"";position:absolute;inset:0;border:1px solid rgba(198,161,91,.48);border-radius:230px 230px 30px 30px;transform:translate(26px,26px);z-index:-1}.floating-note{position:absolute;left:-68px;bottom:55px;background:rgba(255,253,249,.96);color:var(--ink);padding:16px 20px;border-radius:18px;box-shadow:var(--shadow);display:grid;grid-template-columns:24px auto;column-gap:9px;min-width:220px}.floating-note span{grid-row:1/3;color:var(--gold);font-size:20px}.floating-note strong{font-family:"Cormorant Garamond",serif;font-size:18px;line-height:1.1}.floating-note small{color:var(--muted);font-size:9px;margin-top:2px}
.signature-strip{display:flex;justify-content:center;align-items:center;gap:28px;min-height:72px;background:#ece5ef;color:#40334c;text-transform:uppercase;letter-spacing:.2em;font-size:10px;font-weight:700;white-space:nowrap;overflow:hidden}.signature-strip i{font-style:normal;color:var(--gold)}
.section{padding:110px clamp(24px,7vw,110px)}.section-heading{max-width:870px;margin:0 auto 54px;text-align:center}.section-heading h2{font-size:clamp(42px,5vw,66px);letter-spacing:-.025em}.section-heading>p:last-child{max-width:680px;margin:20px auto 0;color:var(--muted)}
.consultation{background:var(--ivory)}.consultation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1180px;margin:0 auto}.feature-card{padding:34px 30px;background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:24px}.feature-number{display:block;font-family:"Cormorant Garamond",serif;font-size:34px;color:var(--gold);margin-bottom:34px}.feature-card h3{font-family:"Cormorant Garamond",serif;font-size:28px;margin:0 0 10px}.feature-card p{font-size:13px;color:var(--muted);margin:0}.wide-cta{max-width:1180px;margin:18px auto 0;background:var(--plum);border-radius:24px;padding:26px 30px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px}.wide-cta small{display:block;color:#c8b89b;font-size:9px;letter-spacing:.18em;margin-bottom:3px}.wide-cta strong{font-family:"Cormorant Garamond",serif;font-size:25px}.btn-light{background:#fff;color:var(--plum)}
.pathways{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(45px,7vw,100px);align-items:center}.pathways-media{position:relative}.pathways-media img{width:100%;height:690px;object-fit:cover;object-position:center 25%;border-radius:28px 180px 28px 28px;box-shadow:var(--shadow)}.media-label{position:absolute;right:-28px;bottom:38px;background:#fff;border:1px solid var(--line);padding:14px 18px;border-radius:999px;font-size:10px;font-weight:700;box-shadow:0 16px 40px rgba(38,24,48,.14)}.pathways-copy{max-width:620px}.pathways-copy h2{font-size:clamp(44px,5vw,70px)}.pathways-copy>p:not(.eyebrow){color:var(--muted);margin:22px 0 28px}.path-list{border-top:1px solid var(--line)}.path-list>div{display:grid;grid-template-columns:46px 1fr;gap:18px;padding:20px 0;border-bottom:1px solid var(--line)}.path-list b{font-family:"Cormorant Garamond",serif;color:var(--gold);font-size:20px}.path-list strong{display:block;font-size:13px}.path-list small{display:block;color:var(--muted);font-size:11px;margin-top:3px}.text-link{display:inline-flex;gap:12px;align-items:center;margin-top:26px;font-size:12px;font-weight:700;border-bottom:1px solid #bca788;padding-bottom:4px}.text-link span{font-size:18px}
.ritual-section{background:#211a2d;color:#fff;display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center;overflow:hidden;position:relative}.ritual-section:after{content:"✦";position:absolute;left:5%;bottom:-120px;font-size:420px;color:rgba(255,255,255,.025);line-height:1}.ritual-copy h2{font-size:clamp(44px,5vw,68px)}.ritual-copy>p:not(.eyebrow){color:rgba(255,255,255,.65);margin:22px 0}.ritual-copy blockquote{font-family:"Cormorant Garamond",serif;font-size:27px;line-height:1.25;margin:38px 0 0;padding-left:20px;border-left:2px solid var(--gold);color:#e9dee9}.ritual-gallery{display:grid;grid-template-columns:1.35fr .65fr;gap:14px;align-items:end}.ritual-gallery figure{margin:0;overflow:hidden;border-radius:24px}.gallery-main{height:600px}.gallery-small{height:400px}.ritual-gallery img{width:100%;height:100%;object-fit:cover}.gallery-main img{object-position:center 40%}.gallery-small img{object-position:center 25%}

.visual-story{background:#f8f4f8;position:relative;overflow:hidden}.visual-story:before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(198,161,91,.14);border-radius:50%;right:-250px;top:80px}.visual-story-head{max-width:850px;margin:0 auto 52px;text-align:center}.visual-story-head h2{font-size:clamp(44px,5vw,68px)}.visual-story-head>p:last-child{max-width:680px;margin:18px auto 0;color:var(--muted)}.story-layout{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:.86fr 1.14fr;gap:18px;align-items:stretch}.story-video{position:relative;border-radius:28px;overflow:hidden;min-height:720px;background:#19131f;box-shadow:var(--shadow)}.story-video video{width:100%;height:100%;min-height:720px;object-fit:cover;display:block;background:#19131f}.story-video-caption{position:absolute;left:18px;right:18px;bottom:18px;background:rgba(22,16,29,.82);backdrop-filter:blur(12px);color:#fff;border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:15px 17px;display:grid;grid-template-columns:24px 1fr;gap:2px 8px}.story-video-caption span{grid-row:1/3;color:var(--gold);font-size:18px}.story-video-caption strong{font-family:"Cormorant Garamond",serif;font-size:19px}.story-video-caption small{color:rgba(255,255,255,.65);font-size:9px}.story-mosaic{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:14px}.story-mosaic figure{margin:0;overflow:hidden;border-radius:24px;min-height:350px;background:#ded5e3}.story-mosaic img{width:100%;height:100%;object-fit:cover;display:block}.story-mosaic .story-tall{grid-row:span 2}.story-mosaic .story-tall img{object-position:center 30%}.story-mosaic .story-wide img{object-position:center 42%}.story-cards{max-width:1180px;margin:18px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.story-cards figure{margin:0;position:relative;height:360px;overflow:hidden;border-radius:22px;background:#ddd}.story-cards img{width:100%;height:100%;object-fit:cover;display:block}.story-cards figure:nth-child(1) img{object-position:center 25%}.story-cards figure:nth-child(2) img{object-position:center 25%}.story-cards figure:nth-child(3) img{object-position:center 20%}.story-cards figcaption{position:absolute;left:12px;bottom:12px;background:rgba(255,255,255,.92);color:var(--ink);padding:10px 13px;border-radius:999px;font-size:9px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;box-shadow:0 10px 28px rgba(0,0,0,.14)}

.about{background:linear-gradient(180deg,#f3edf3 0%,#fffdf9 100%)}.about-card{max-width:880px;margin:0 auto;text-align:center;padding:60px clamp(24px,7vw,74px);border:1px solid rgba(74,49,95,.15);border-radius:200px 200px 38px 38px;background:rgba(255,255,255,.75);box-shadow:0 30px 80px rgba(54,35,69,.08)}.about-symbol{font-size:34px;color:var(--gold);margin-bottom:10px}.about-card h2{font-size:clamp(44px,5vw,66px)}.about-card>p:not(.eyebrow){color:var(--muted);max-width:680px;margin:22px auto 28px}
.faq{padding-top:90px}.compact{margin-bottom:34px}.faq-list{max-width:900px;margin:auto;border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{cursor:pointer;list-style:none;font-family:"Cormorant Garamond",serif;font-size:25px;font-weight:600;padding:22px 42px 22px 0;position:relative}summary::-webkit-details-marker{display:none}summary:after{content:"+";position:absolute;right:6px;top:19px;font-family:Montserrat,sans-serif;font-size:23px;color:var(--gold);font-weight:400}details[open] summary:after{content:"–"}details p{color:var(--muted);font-size:13px;margin:-4px 0 22px;max-width:760px}
.final-cta{padding:110px 24px;background:radial-gradient(circle at 50% 0%,#5d456a 0%,#352347 42%,#1a1523 100%);text-align:center;color:#fff;position:relative;overflow:hidden}.final-cta:before,.final-cta:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.08);border-radius:50%;left:50%;transform:translateX(-50%)}.final-cta:before{width:850px;height:850px;top:-520px}.final-cta:after{width:620px;height:620px;top:-390px}.final-inner{position:relative;z-index:2;max-width:760px;margin:auto}.star{font-size:34px;color:var(--gold)}.final-cta h2{font-size:clamp(58px,7vw,94px)}.final-cta p:not(.eyebrow){color:rgba(255,255,255,.66);max-width:600px;margin:18px auto 26px}.big{min-height:54px;padding:0 30px}
footer{background:#120f18;color:rgba(255,255,255,.62);padding:50px clamp(24px,7vw,110px) 34px;text-align:center;font-size:11px}.footer-brand strong{font-family:"Cormorant Garamond",serif;color:#fff;font-size:28px;margin-right:7px}.footer-brand span{text-transform:uppercase;letter-spacing:.22em;font-size:8px}.footer-note{font-size:9px;opacity:.72;max-width:740px;margin:6px auto 28px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;display:flex;justify-content:space-between;gap:20px}.footer-bottom a{color:#d7c4de}.footer-bottom a:hover{color:#fff}
.whatsapp-float{position:fixed;right:20px;bottom:20px;z-index:90;display:flex;align-items:center;gap:8px;background:#25d366;color:#092f18;padding:12px 16px;border-radius:999px;font-size:11px;font-weight:800;box-shadow:0 16px 35px rgba(20,90,49,.28)}.whatsapp-float svg{width:23px;height:23px}.whatsapp-float:hover{transform:translateY(-2px)}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.24s}
@media (max-width:980px){
  .story-layout{grid-template-columns:1fr}.story-video,.story-video video{min-height:620px}.story-mosaic{min-height:720px}.story-cards{grid-template-columns:repeat(3,1fr)}
  .topbar nav>a:not(.nav-cta){display:none}.hero{grid-template-columns:1fr;gap:55px;padding-top:140px}.hero-copy{text-align:center;margin:auto}.hero-text{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-visual{justify-self:center;width:min(430px,84vw)}.floating-note{left:-24px}.consultation-grid{grid-template-columns:1fr}.pathways,.ritual-section{grid-template-columns:1fr}.pathways-media{max-width:620px;margin:auto}.pathways-copy{max-width:760px}.ritual-gallery{max-width:760px}.section{padding:80px 24px}.media-label{right:18px}.footer-bottom{flex-direction:column;align-items:center}
}
@media (max-width:640px){
  .visual-story-head{text-align:left}.story-video,.story-video video{min-height:560px}.story-mosaic{grid-template-columns:1fr 1fr;min-height:620px}.story-mosaic figure{min-height:290px;border-radius:18px}.story-cards{grid-template-columns:1fr 1fr}.story-cards figure{height:300px}.story-cards figure:last-child{grid-column:1/-1;height:360px}
  .topbar{height:72px;padding:0 18px}.brand strong{font-size:21px}.nav-cta{font-size:9px;padding:9px 11px}.hero{min-height:auto;padding:118px 18px 64px}.hero h1{font-size:49px}.hero-text{font-size:14px}.hero-visual{width:88vw}.portrait-frame{border-radius:170px 170px 20px 20px}.floating-note{left:2px;bottom:28px;min-width:190px;padding:13px 15px}.hero-visual:before{transform:translate(14px,14px)}.signature-strip{justify-content:flex-start;padding:0 18px;gap:18px}.signature-strip span:nth-of-type(n+4),.signature-strip i:nth-of-type(n+4){display:none}.section{padding:68px 18px}.section-heading h2,.pathways-copy h2,.ritual-copy h2,.about-card h2{font-size:43px}.wide-cta{align-items:flex-start;flex-direction:column}.pathways-media img{height:570px;border-radius:24px 120px 24px 24px}.ritual-section{gap:42px}.ritual-gallery{grid-template-columns:1fr 1fr;gap:10px}.gallery-main{height:470px}.gallery-small{height:330px}.ritual-copy blockquote{font-size:23px}.about-card{padding:44px 22px;border-radius:120px 120px 28px 28px}.final-cta{padding:82px 18px}.final-cta h2{font-size:61px}.whatsapp-float{right:12px;bottom:12px;padding:12px}.whatsapp-float span{display:none}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.btn,.whatsapp-float{transition:none}}
