.hero-section{align-items:center;background-color:var(--color-brown);display:flex;flex-direction:column;justify-content:center;position:relative;width:100%}.hero-section .hero-img{display:block;height:auto;width:100%}.hero-section img{-webkit-touch-callout:none;user-select:none}.hero-section>.container{padding:4rem 0;text-align:center;width:100%}.hero-section.hero-section--bordered{border-bottom:4px solid var(--color-gold);margin-bottom:3rem}.hero-section .page-title{color:var(--color-gold);font-size:2.5rem;font-weight:700;letter-spacing:1px;margin-bottom:.75rem}.hero-section .page-subtitle{color:var(--color-cream-dark);font-size:1.05rem;opacity:.9;padding:0 1.5rem}.hero-section.hero-section--fullscreen{min-height:100svh;padding:6rem 1.5rem;text-align:center}.hero-section--fullscreen h1,.hero-section--fullscreen h2{animation:goldFlow 12s ease infinite;background:linear-gradient(135deg,#bf953f,#fcf6ba 25%,#b38728 50%,#fbf5b7 75%,#aa771c);-webkit-background-clip:text;background-clip:text;background-size:200% auto;color:transparent;filter:drop-shadow(0 4px 15px rgba(0,0,0,.6)) drop-shadow(0 1px 2px rgba(191,149,63,.4));font-size:clamp(3rem,8vw,8rem);font-weight:700;letter-spacing:clamp(.125rem,2vw,.625rem);margin-bottom:0}.hero-section--fullscreen h2{font-size:clamp(1rem,6vw,2rem)}.hero-section--fullscreen .subtitle{color:var(--color-cream);font-size:1rem;letter-spacing:.15rem;line-height:4;margin-top:2.5rem;max-width:45rem;opacity:.85;text-align:center}.hero-section--fullscreen .subtitle b{font-weight:700}.hero-section--fullscreen .scroll-indicator{background:linear-gradient(135deg,#bf953f,#fcf6ba 25%,#b38728 50%,#fbf5b7 75%,#aa771c);-webkit-background-clip:text;background-clip:text;background-size:200% auto;bottom:2rem;color:transparent;font-size:.8rem;font-weight:700;letter-spacing:.3125rem;opacity:.8;position:absolute}@keyframes goldFlow{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@media (max-width:48rem){.hero-section--fullscreen h1{font-size:2.7rem}.hero-section--fullscreen .subtitle{line-height:2}}