.hero-section{background:linear-gradient(135deg,var(--color-navy-deep)0%,var(--color-navy)50%,var(--color-navy-light)100%);justify-content:center;align-items:flex-start;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-section:before{content:"";z-index:1;background:radial-gradient(80% 50% at 20% 40%,rgba(201,162,39,.08) 0%,transparent 50%),radial-gradient(60% 40% at 80% 60%,rgba(201,162,39,.05) 0%,transparent 40%),linear-gradient(transparent 0%,rgba(10,22,40,.3) 100%);position:absolute;top:0;bottom:0;left:0;right:0}.hero-section:after{content:"";opacity:.03;z-index:2;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");position:absolute;top:0;bottom:0;left:0;right:0}.hero-content{z-index:3;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;max-width:1400px;margin:0 auto;padding:8vw 5vw 4vw;display:flex;position:relative}.hero-title{font-family:var(--font-serif);color:var(--color-white);text-align:left;letter-spacing:-.02em;margin-top:2vw;margin-bottom:2rem;font-size:max(3rem,min(7vw,6.5rem));font-weight:400;line-height:1.05}.hero-title span{opacity:0;animation:1.2s cubic-bezier(.16,1,.3,1) forwards revealWord;display:inline-block;transform:translateY(60px)rotateX(-15deg)}.hero-title span:nth-child(n+5){animation-delay:.15s}.hero-title span:nth-child(n+9){animation-delay:.3s}@keyframes revealWord{0%{opacity:0;filter:blur(8px);transform:translateY(60px)rotateX(-15deg)}to{opacity:1;filter:blur();transform:translateY(0)rotateX(0)}}.hero-description{font-family:var(--font-sans);color:rgba(255,255,255,.85);text-align:left;letter-spacing:.01em;opacity:0;max-width:720px;margin-bottom:3rem;font-size:max(1rem,min(1.4vw,1.35rem));font-weight:300;line-height:1.75;animation:1s ease-out .8s forwards fadeUpSmooth;transform:translateY(30px)}@keyframes fadeUpSmooth{to{opacity:1;transform:translateY(0)}}.hero-actions{opacity:0;justify-content:flex-start;align-items:center;gap:2rem;width:100%;margin-top:1rem;animation:.8s ease-out 1.2s forwards fadeUpSmooth;display:flex;transform:translateY(20px)}.hero-contact-btn{background:linear-gradient(135deg,var(--color-gold)0%,var(--color-gold-dark)100%);color:var(--color-navy-deep);font-size:.95rem;font-family:var(--font-sans);letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-base);border:none;padding:1.1rem 2.8rem;font-weight:600;position:relative;overflow:hidden;box-shadow:0 4px 20px rgba(201,162,39,.25)}.hero-contact-btn:before{content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.hero-contact-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(201,162,39,.35)}.hero-contact-btn:hover:before{left:100%}.hero-services-link{color:var(--color-gold-light);font-family:var(--font-sans);letter-spacing:.02em;transition:all var(--transition-base);padding-bottom:4px;font-size:1rem;font-weight:400;text-decoration:none;position:relative}.hero-services-link:after{content:"";background:var(--color-gold);width:0;height:1px;transition:width var(--transition-base);position:absolute;bottom:0;left:0}.hero-services-link:hover{color:var(--color-gold)}.hero-services-link:hover:after{width:100%}.hero-decoration{z-index:3;opacity:0;border:1px solid rgba(201,162,39,.15);border-radius:50%;width:200px;height:200px;animation:1.5s ease-out 1.5s forwards fadeInDecor;position:absolute;bottom:10%;right:8%}.hero-decoration:before,.hero-decoration:after{content:"";border:1px solid rgba(201,162,39,.1);border-radius:50%;position:absolute}.hero-decoration:before{top:-30px;bottom:-30px;left:-30px;right:-30px}.hero-decoration:after{top:30px;bottom:30px;left:30px;right:30px}@keyframes fadeInDecor{to{opacity:1}}@media screen and (max-width:1024px){.hero-content{max-width:95%;padding:12vw 4vw 6vw}.hero-title{font-size:max(2.5rem,min(8vw,4rem))}.hero-description{max-width:100%;font-size:1.1rem}}@media screen and (max-width:768px){.hero-section{justify-content:center;align-items:center}.hero-content{align-items:flex-start;max-width:100%;margin:0;padding:0 5vw}.hero-title{text-align:left;margin-top:0;margin-bottom:1.5rem;font-size:max(2rem,min(10vw,3.5rem))}.hero-description{text-align:left;margin-bottom:2rem;font-size:1rem;line-height:1.65}.hero-actions{flex-direction:column;align-items:flex-start;gap:1.25rem;width:100%}.hero-contact-btn{width:auto;padding:1rem 2.5rem;font-size:.85rem}.hero-services-link{font-size:.95rem}}@media screen and (max-width:480px){.hero-content{padding:0 4vw}.hero-title{font-size:max(1.75rem,min(9vw,2.5rem))}.hero-description{font-size:.9rem;line-height:1.6}.hero-contact-btn{padding:.9rem 2rem;font-size:.8rem}}
