.hero-section{--ln-primary:#1a2332;--ln-accent:#c9a84c;--ln-light:#f8fafc;align-items:center;background-color:var(--ln-primary);color:#fff;display:flex;font-family:Inter,system-ui,sans-serif;justify-content:center;min-height:100vh;min-height:100dvh;overflow:hidden;padding:clamp(2rem,6vw,5rem) clamp(1.25rem,4vw,3rem);position:relative}.hero-section__gradient{background:linear-gradient(160deg,var(--ln-primary) 0,#0f141d 45%,#243044 100%);inset:0;position:absolute;z-index:0}.hero-section__gradient:after{background:radial-gradient(ellipse 80% 60% at 70% 20%,rgba(201,168,76,.12) 0,transparent 55%);content:"";inset:0;pointer-events:none;position:absolute}.hero-section__inner{max-width:46rem;position:relative;text-align:center;z-index:1}.hero-section__title{color:#fff;font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,5vw,3.25rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;margin:0 0 clamp(1rem,2.5vw,1.5rem)}.hero-section__subtitle{color:hsla(0,0%,100%,.88);font-size:clamp(1rem,2.2vw,1.2rem);font-weight:400;line-height:1.65;margin:0 0 clamp(1.75rem,4vw,2.5rem)}.hero-section__actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem 1.5rem;justify-content:center}.hero-section__cta{align-items:center;background-color:var(--ln-accent);border:2px solid var(--ln-accent);border-radius:.375rem;color:#fff;display:inline-flex;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:600;justify-content:center;padding:.875rem 1.75rem;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .15s ease}.hero-section__cta:focus-visible,.hero-section__cta:hover{background-color:#a88a3d;border-color:#a88a3d;color:#fff;outline:none}.hero-section__cta:active{transform:translateY(1px)}.hero-section__secondary{color:var(--ln-light);font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:500;text-decoration:underline;text-underline-offset:.25em;transition:color .2s ease}.hero-section__secondary:focus-visible,.hero-section__secondary:hover{color:#fff;outline:none}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-section__cta,.hero-section__secondary{transition:none}.hero-section__cta:active{transform:none}}