:root{--accent: #B98432}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;background:#12100f}.hero{position:relative;width:100%;min-height:100vh;background:#12100f;overflow:hidden;font-family:Jost,sans-serif}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__bg-image{width:100%;height:100%;object-fit:cover;object-position:center 30%;display:block;filter:saturate(.9) brightness(.72)}.hero__overlay-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,#12100f8e,#1b140f62 45%,#12100f42)}.hero__overlay-vignette{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 52% 66% at 82% 58%,#12100f00,#12100f4d 60%,#12100fb3 85%,#12100f)}.hero__hairline{position:absolute;top:36px;left:40px;right:40px;height:1px;background:linear-gradient(90deg,#b9843200,#b9843280,#b9843200);z-index:2}.hero__content{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:32px;min-height:100vh;max-width:1560px;margin:0 auto;padding:56px 64px;flex-wrap:wrap}.hero__main{flex:1 1 360px;min-width:0;max-width:640px;display:flex;flex-direction:column;gap:0;animation:mdFadeUp 1s ease-out both}.hero__eyebrow{display:flex;align-items:center;gap:14px;margin-bottom:26px;animation:mdFadeUp .9s ease-out .1s both}.hero__eyebrow-logo{width:40px;height:40px;object-fit:contain;display:block}.hero__eyebrow-text{font-family:Jost,sans-serif;font-size:13px;letter-spacing:4px;font-weight:500;color:var(--accent);text-transform:uppercase}.hero__title{margin:0;font-family:Playfair Display,serif;font-weight:700;font-size:clamp(48px,5.6vw,80px);line-height:1.02;color:#f3ecdf;letter-spacing:.5px;animation:mdFadeUp .9s ease-out .18s both}.hero__description{margin:26px 0 0;font-family:Jost,sans-serif;font-weight:300;font-size:18px;line-height:1.7;color:#cbc0ae;max-width:540px;animation:mdFadeUp .9s ease-out .26s both}.hero__quote{margin:20px 0 0;font-family:Playfair Display,serif;font-style:italic;font-weight:500;font-size:20px;color:#e4d5b7;animation:mdFadeUp .9s ease-out .34s both}.hero__soon{margin-top:4px;animation:mdFadeUp 1s ease-out .42s both}.hero__soon span{font-family:Playfair Display,serif;font-style:italic;font-weight:600;font-size:clamp(38px,4.2vw,54px);color:var(--accent);line-height:1.1}.hero__cta-row{display:flex;align-items:center;gap:20px;margin-top:40px;flex-wrap:wrap;animation:mdFadeUp 1s ease-out .5s both}.hero__cta{display:inline-flex;align-items:center;gap:12px;background:var(--accent);color:#1b1b1b;text-decoration:none;padding:17px 30px;font-family:Jost,sans-serif;font-weight:600;font-size:13px;letter-spacing:2.5px;text-transform:uppercase;transition:filter .2s ease,transform .2s ease}.hero__cta:hover{filter:brightness(1.1);transform:translateY(-1px)}.hero__cta-arrow{font-size:16px}.hero__socials{display:flex;align-items:center;gap:14px;margin-top:34px;animation:mdFadeUp 1s ease-out .58s both}.hero__social{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid rgba(228,213,183,.35);border-radius:50%;color:#e4d5b7;transition:border-color .2s ease,color .2s ease}.hero__social:hover{border-color:var(--accent);color:var(--accent)}.hero__portrait-col{flex:0 1 340px;min-width:0;max-width:360px;position:relative;display:flex;align-items:center;justify-content:center;animation:mdFadeIn 1.3s ease-out .2s both}.hero__portrait{position:relative;width:100%;max-width:340px}.hero__portrait-image{width:100%;display:block;mask-image:radial-gradient(ellipse 50% 50% at 50% 50%,#000 74%,#0000);-webkit-mask-image:radial-gradient(ellipse 50% 50% at 50% 50%,#000 74%,rgba(0,0,0,0) 100%)}.hero__portrait-scrim{position:absolute;left:0;right:0;bottom:0;height:55%;background:radial-gradient(ellipse 62% 85% at 50% 100%,#12100fd9,#12100f8c 40%,#12100f00 75%);pointer-events:none}.hero__portrait-caption{position:absolute;left:0;right:0;bottom:10%;text-align:center}.hero__portrait-name{font-family:Playfair Display,serif;font-style:italic;font-weight:600;font-size:20px;color:#f3ecdf}.hero__portrait-role{font-family:Jost,sans-serif;font-weight:500;font-size:10.5px;letter-spacing:2px;text-transform:uppercase;color:var(--accent);margin-top:6px}.hero__footer{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;padding:0 64px 32px;max-width:1560px;margin:0 auto;font-family:Jost,sans-serif;font-size:12px;color:#e4d5b773;letter-spacing:.5px;flex-wrap:wrap;gap:8px}@keyframes mdFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes mdFadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.hero__content{flex-direction:column}}@media(prefers-reduced-motion:reduce){.hero__main,.hero__eyebrow,.hero__title,.hero__description,.hero__quote,.hero__soon,.hero__cta-row,.hero__socials,.hero__portrait-col{animation:none}}
