@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400&family=Inter:wght@400;500;600&family=Parisienne&display=swap');
.hero{min-height:100vh;padding:220px 0 115px;position:relative;background:linear-gradient(90deg,rgba(12,20,18,.52),rgba(12,20,18,.43)),url('../images/hero.jpg') center/cover}.site-header{position:fixed;transition:background .35s ease,box-shadow .35s ease,backdrop-filter .35s ease;padding:20px 0}.site-header.is-scrolled{background:rgba(250,248,243,.86);color:var(--ink);backdrop-filter:blur(13px);box-shadow:0 1px 0 rgba(20,35,30,.09)}.brand{display:flex;flex-direction:column;line-height:1}.brand span{font:2.1rem/1 'Parisienne','Brush Script MT',cursive;letter-spacing:.01em}.brand small{font:500 .55rem/1.4 Inter,Arial,sans-serif;letter-spacing:.16em;text-transform:uppercase;margin:7px 0 0 4px}.header-right{display:flex;flex-direction:column;align-items:flex-end;gap:13px}.contact-mini{display:flex;gap:16px;font:400 .64rem Inter,Arial,sans-serif;letter-spacing:.05em;opacity:.88}.menu{font-family:Inter,Arial,sans-serif;font-size:.62rem}.hero-copy{max-width:720px}.hero-kicker{font:500 .7rem/1.75 Inter,Arial,sans-serif;letter-spacing:.18em;text-transform:uppercase;color:#b86b3d;margin:0 0 27px}.hero-kicker span{color:#eee9df}.hero h1{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(4.35rem,8vw,8.2rem);line-height:.86;letter-spacing:-.065em}.hero h1 em{font-weight:400}.hero-text{max-width:650px;margin:38px 0 34px;color:#f3f0ea;font:400 1rem/1.78 Inter,Arial,sans-serif}.hero-text p{margin:0 0 13px}.hero .actions{gap:14px}.hero .button{font-family:Inter,Arial,sans-serif}.scroll-indicator{position:absolute;bottom:31px;left:50%;width:1px;height:52px;background:rgba(255,255,255,.35)}.scroll-indicator span{display:block;width:1px;height:19px;background:#b86b3d;animation:scrollLine 2.4s ease-in-out infinite}.hero-step{opacity:0;transform:translateY(18px);animation:heroReveal .9s cubic-bezier(.2,.7,.2,1) forwards}.hero-step:nth-child(1){animation-delay:.5s}.hero-step:nth-child(2){animation-delay:.78s}.hero-step:nth-child(3){animation-delay:1.08s}.hero-step:nth-child(4){animation-delay:1.35s}.scroll-indicator{opacity:0;animation:fadeIn 1s ease 1.75s forwards}@keyframes heroReveal{to{opacity:1;transform:none}}@keyframes fadeIn{to{opacity:1}}@keyframes scrollLine{0%{transform:translateY(0);opacity:0}25%{opacity:1}75%{opacity:1}100%{transform:translateY(33px);opacity:0}}@media(max-width:760px){.hero{padding:190px 0 90px}.contact-mini{display:none}.brand span{font-size:1.8rem}.header-right{gap:0}.hero h1{font-size:clamp(3.6rem,15vw,5.2rem)}.hero-text{font-size:.94rem}.scroll-indicator{display:none}}
