.ln-hero{position:relative;width:100%;height:85vh;min-height:600px;overflow:hidden}.ln-hero__image-wrap{position:absolute;inset:0}.ln-hero__image{object-fit:cover}.ln-hero__overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.1) 50%,transparent);z-index:1}.ln-hero__content{position:absolute;bottom:0;left:0;right:0;z-index:2;padding:48px;display:flex;flex-direction:column;align-items:center;text-align:center;animation:ln-fadeInUp 1s ease .3s both}.ln-hero__eyebrow{font-family:var(--ln-font-sans);font-size:11px;letter-spacing:3px;text-transform:uppercase;opacity:.8}.ln-hero__eyebrow,.ln-hero__heading{font-weight:400;color:var(--ln-white);margin-bottom:16px}.ln-hero__heading{font-family:var(--ln-font-serif);font-size:56px;line-height:1.1}.ln-hero__subtitle{font-family:var(--ln-font-sans);font-size:16px;font-weight:300;color:var(--ln-white);opacity:.85;max-width:500px;margin-bottom:32px;line-height:1.6}.ln-hero__ctas{display:flex;gap:16px}@keyframes ln-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.ln-hero{height:75vh;min-height:500px}.ln-hero__content{padding:32px 20px}.ln-hero__heading{font-size:36px}.ln-hero__subtitle{font-size:14px}.ln-hero__ctas{flex-direction:column;gap:12px}}