.hero-section{justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-section__bg{object-fit:cover;object-position:center;z-index:0;inset:0;width:100%!important;height:100%!important;position:absolute!important}.hero-section__overlay{z-index:1;background:#0a140fd2;position:absolute;inset:0}.hero-section__content{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:1.75rem;max-width:720px;padding:2rem 1.5rem;display:flex;position:relative}.hero-section__logo{object-fit:contain;filter:drop-shadow(0 4px 24px #c5a05940);width:clamp(120px,18vw,200px)!important;height:auto!important}.hero-section__heading{letter-spacing:-.02em;color:var(--color-surface);margin:0;font-size:clamp(1.75rem,4.5vw,3rem);font-weight:300;line-height:1.2}.hero-section__heading em{color:var(--color-accent);font-style:normal;font-weight:500}.hero-section__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-btn{letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius-minimal);cursor:pointer;transition:background .22s var(--ease-standard),color .22s var(--ease-standard),border-color .22s var(--ease-standard),transform .18s var(--ease-standard);justify-content:center;align-items:center;padding:.75rem 1.75rem;font-family:inherit;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}.hero-btn:active{transform:scale(.97)}.hero-btn--primary{background:var(--color-accent);color:var(--color-primary);border:1px solid var(--color-accent)}.hero-btn--primary:hover{background:var(--color-accent-soft);border-color:var(--color-accent-soft)}.hero-btn--secondary{color:var(--color-surface);background:0 0;border:1px solid #ffffff73}.hero-btn--secondary:hover{background:#ffffff14;border-color:#ffffffb3}@media (max-width:800px){.hero-btn{width:100%}}
