.brewer-yachts-hero{justify-content:center;align-items:center;height:50vh;min-height:300px;max-height:400px;display:flex;position:relative;overflow:hidden}.brewer-yachts-hero__background-wrapper{z-index:0;position:absolute;inset:0}.brewer-yachts-hero__background{background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;inset:0}.brewer-yachts-hero__overlay{background:linear-gradient(180deg,var(--color-brewer-navy)0%,#1a1a1a00 100%);z-index:1;position:absolute;inset:0}.brewer-yachts-hero__decor{opacity:.15;pointer-events:none;z-index:2;align-items:center;gap:2rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.brewer-yachts-hero__decor-line{background:linear-gradient(90deg,transparent,var(--color-secondary),transparent);width:150px;height:1px}.brewer-yachts-hero__decor-anchor{width:60px;height:60px;color:var(--color-secondary);animation:6s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(5deg)}}.brewer-yachts-hero__content{z-index:10;text-align:center;color:var(--color-white);padding:3rem 2rem 0;animation:1s ease-out fadeInUp;position:relative}.brewer-yachts-hero__tag{font-family:var(--font-sans);letter-spacing:.2em;text-transform:uppercase;color:var(--color-secondary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#efa0001a;border:1px solid #efa00066;margin-bottom:1rem;padding:.5rem 1.5rem;font-size:.75rem;font-weight:500;animation:1s ease-out .1s both fadeInUp;display:inline-block}.brewer-yachts-hero__title{font-family:var(--font-serif);letter-spacing:-.02em;text-shadow:0 4px 30px #00000080;margin-bottom:1rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:300;animation:1s ease-out .2s both fadeInUp}.brewer-yachts-hero__subtitle{font-family:var(--font-sans);letter-spacing:.03em;opacity:.9;text-shadow:0 2px 15px #0006;max-width:600px;margin:0 auto;font-size:clamp(1rem,2vw,1.25rem);font-weight:300;animation:1s ease-out .3s both fadeInUp}.brewer-yachts-hero__scroll{color:var(--color-white);opacity:.7;z-index:10;align-items:center;gap:1rem;animation:1s ease-out .8s both fadeIn;display:flex;position:absolute;bottom:2rem;right:3rem}.brewer-yachts-hero__scroll-text{letter-spacing:.15em;text-transform:uppercase;writing-mode:vertical-rl;text-orientation:mixed;font-size:.7rem}.brewer-yachts-hero__scroll-line{background:linear-gradient(to bottom,transparent,var(--color-secondary),transparent);width:1px;height:50px;animation:2s ease-in-out infinite scrollPulse}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:.7}}@keyframes scrollPulse{0%,to{opacity:.3;transform:translateY(-5px)}50%{opacity:1;transform:translateY(5px)}}@media (max-width:768px){.brewer-yachts-hero{height:35vh;min-height:250px}.brewer-yachts-hero__decor,.brewer-yachts-hero__scroll{display:none}}
