.TopHero{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;overflow:hidden}.TopHero-image-wrapper{position:relative;width:100%;min-height:68vh}.Top-image{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.hero-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0}.hero-label{color:rgba(255,255,255,.85);font-size:.82rem;letter-spacing:.35em;text-transform:uppercase;margin-bottom:.9rem}.hero-label,.hero-title{font-family:var(--font-geist-sans),system-ui,sans-serif}.hero-title{color:#fff;font-weight:800;font-size:clamp(2.8rem,6vw,4.5rem);line-height:1.02;margin-bottom:1rem;text-shadow:0 22px 40px rgba(0,0,0,.35)}.hero-copy{max-width:32rem;color:rgba(255,255,255,.95);font-size:1.05rem;line-height:1.85;margin-bottom:1.5rem;text-shadow:0 12px 24px rgba(0,0,0,.32)}.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.9rem;margin-top:.9rem}.hero-button,.hero-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:3.2rem;padding:0 1.75rem;border-radius:999px;font-family:var(--font-geist-sans),system-ui,sans-serif;font-weight:700;font-size:.95rem;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;line-height:1;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease;box-shadow:0 14px 30px rgba(0,0,0,.16)}.hero-button{background:rgba(255,255,255,.95);color:var(--accent-dark);border:1px solid rgba(255,255,255,.9)}.hero-secondary{background:linear-gradient(135deg,rgba(126,134,80,1),rgba(103,108,61,1));color:#fff;border:1px solid rgba(255,255,255,.18)}.hero-button:hover,.hero-secondary:hover{transform:translateY(-1px);box-shadow:0 18px 32px rgba(0,0,0,.18)}@media (max-width:900px){.TopHero-image-wrapper{min-height:58vh;max-height:62vh}.hero-content{justify-content:space-around}.hero-title{font-size:clamp(2.2rem,10vw,3.4rem)}.hero-copy{font-size:.98rem;padding:0;border-radius:0;background:transparent;color:var(--text);text-shadow:none}}@media (max-width:640px){.hero-actions{flex-direction:column;gap:.75rem}.hero-button,.hero-secondary{width:100%}}