.hero-section{--hero-primary:var(--ln-primary,#1f2d33);--hero-accent:var(--ln-accent,#a87432);--hero-bg:var(--ln-bg,#faf7f1);align-items:center;background-color:var(--hero-bg);color:var(--hero-primary);display:flex;font-family:var(--ln-font-sans,"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:radial-gradient(ellipse 85% 55% at 50% 25%,rgba(221,168,92,.1) 0,transparent 58%),linear-gradient(160deg,#faf7f1,#f5f0e6 45%,#e2ddd2);inset:0;position:absolute;z-index:0}.hero-section__gradient:after{background:radial-gradient(ellipse 80% 60% at 70% 20%,rgba(168,116,50,.08) 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:var(--hero-primary);font-family:var(--ln-font-serif,"Source Serif Pro",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:var(--ln-text-soft,#2a3a40);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:linear-gradient(90deg,var(--ln-amber-600,#c58e45),var(--ln-amber-700,#a87432));border:2px solid transparent;border-radius:.375rem;color:var(--ln-on-accent,#fff);display:inline-flex;font-family:var(--ln-font-sans,"Inter",system-ui,sans-serif);font-size:1rem;font-weight:600;justify-content:center;padding:.875rem 1.75rem;text-decoration:none;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .15s ease}.hero-section__cta:focus-visible,.hero-section__cta:hover{background:var(--ln-accent-press,#8c5e22);border-color:var(--ln-accent-press,#8c5e22);color:var(--ln-on-accent,#fff);outline:none}.hero-section__cta:active{transform:translateY(1px)}.hero-section__secondary{color:var(--hero-primary);font-family:var(--ln-font-sans,"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:var(--hero-accent);outline:none}.hero-section__media{margin-left:auto;margin-right:auto;margin-top:clamp(2rem,5vw,3.5rem);max-width:56rem;width:100%}.hero-section__image{height:auto}.hero-section__image,.hero-section__video{border-radius:.75rem;box-shadow:0 20px 60px rgba(31,45,51,.1);display:block;width:100%}.hero-section__video{aspect-ratio:16/9}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-section__cta,.hero-section__secondary{transition:none}.hero-section__cta:active{transform:none}}