h1{font-family:'Ballet','Cormorant Garamond',Georgia,serif;font-weight:400;font-size:clamp(82px,11vw,142px);line-height:.72;letter-spacing:.01em}
h1 em{font-family:'Cormorant Garamond',Georgia,serif;font-size:.72em;line-height:.95;letter-spacing:-.05em}
.marion-name{font-family:'Ephesis','Italianno',cursive;font-size:1.16em;letter-spacing:.01em;font-weight:400}
.hero-lead{max-width:590px;line-height:1.8;font-size:14px}
.reading-intro p{font-family:'Cormorant Garamond',Georgia,serif;color:var(--white);font-size:clamp(38px,5vw,66px);line-height:1;margin:0;font-weight:500;letter-spacing:-.035em}
.cards-table{overflow:visible}
.hand{position:absolute;z-index:4;bottom:-8px;left:50%;width:270px;height:150px;transform:translateX(-50%);pointer-events:none;animation:hand-breathe 4s ease-in-out infinite}
.sleeve{position:absolute;width:170px;height:85px;left:50px;bottom:-25px;background:linear-gradient(135deg,#322b72,#171d51);border-radius:50% 50% 0 0;transform:rotate(-5deg);box-shadow:inset 0 1px rgba(185,174,239,.25)}
.palm{position:absolute;width:112px;height:105px;left:80px;bottom:10px;background:linear-gradient(145deg,#f3d5c6,#c88991);border-radius:48% 45% 38% 42%;transform:rotate(-7deg);box-shadow:inset -10px -7px 0 rgba(160,87,112,.13),0 5px 10px rgba(5,7,28,.18)}
.finger{position:absolute;z-index:2;background:linear-gradient(145deg,#f6dcd0,#c88991);height:105px;width:28px;border-radius:20px 20px 10px 10px;bottom:63px;box-shadow:inset -5px -3px 0 rgba(160,87,112,.12)}
.finger-one{left:91px;transform:rotate(-33deg)}.finger-two{left:114px;bottom:72px;height:116px;transform:rotate(-18deg)}.finger-three{left:138px;bottom:72px;height:118px;transform:rotate(-3deg)}.finger-four{left:161px;bottom:66px;height:106px;transform:rotate(13deg)}
.hand:after{content:'';position:absolute;z-index:3;width:55px;height:74px;left:62px;bottom:12px;background:linear-gradient(145deg,#f2d2c5,#c88991);border-radius:55% 30% 45% 30%;transform:rotate(37deg)}
@keyframes hand-breathe{0%,100%{transform:translateX(-50%) translateY(2px)}50%{transform:translateX(-50%) translateY(-5px)}}
.tarot-card{animation:card-spread 5s ease-in-out infinite}
.card-one{animation-delay:-.2s}.card-two{animation-delay:-.1s}.card-three{animation-delay:0s}.card-four{animation-delay:.1s}.card-five{animation-delay:.2s}
@keyframes card-spread{0%,100%{filter:drop-shadow(0 10px 10px rgba(5,8,31,.18))}50%{filter:drop-shadow(0 16px 15px rgba(5,8,31,.3))}}
