.page-hero{background:var(--deep);color:var(--cream);padding:200px 60px 140px;min-height:65vh;position:relative;overflow:hidden}.page-hero-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 35%;animation:heroImgFadeIn .6s ease-out both}@keyframes heroImgFadeIn{0%{opacity:0}to{opacity:1}}.page-hero-bg-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 35%;animation:heroImgFadeIn .6s ease-out both}.page-hero--has-image:before{content:"";position:absolute;inset:0;background:linear-gradient(105deg,#121212e0,#121212b8,#12121273);z-index:1}.page-hero-inner{max-width:800px;position:relative;z-index:2}.page-hero-title{font-family:Playfair Display,serif;font-size:clamp(2.4rem,4.5vw,4rem);font-weight:600;line-height:1.1;letter-spacing:-.01em;margin-bottom:24px}.page-hero-title em{font-style:italic;color:var(--gold);font-weight:400}.page-hero-subtitle{font-family:Cormorant Garamond,serif;font-size:1.2rem;line-height:1.8;color:var(--light-muted);max-width:640px;margin-bottom:40px}.page-hero-deco{position:absolute;right:-100px;top:50%;transform:translateY(-50%);width:500px;height:500px;border:1px solid rgba(198,167,110,.06);border-radius:50%;pointer-events:none}.page-hero-deco:after{content:"";position:absolute;inset:60px;border:1px solid rgba(198,167,110,.04);border-radius:50%}.page-hero-deco--top{top:-100px;transform:none;border-color:#c6a76e1a}.page-hero-deco--top:after{display:none}@media(max-width:768px){.page-hero{padding:140px 24px 80px;min-height:50vh}.page-hero-subtitle{font-size:1.05rem}.page-hero-deco{display:none}}
