.hero-section{width:100%;height:60vh;min-height:500px;background-size:cover;background-position:50%;position:relative;display:flex;align-items:center;justify-content:center;padding:0 2rem}.hero-section,.hero-section:before{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.8))}.hero-title{position:relative;z-index:1;font-family:var(--font-space-grotesk),sans-serif;font-size:4.5rem;font-weight:700;color:#fff;text-align:center;max-width:800px;line-height:1.1;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.3);padding:0}.hero-title span{display:block;font-size:1.8rem;font-weight:400;margin-top:1rem;color:var(--orange);font-style:italic}.location-content-container{padding:8rem}.location-content{display:flex;gap:2rem;margin-bottom:2rem}.neighborhoods-container{padding:1rem 0}.location-name{color:#f60}.neighborhood-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem}.neighborhood-list a{position:relative;padding-left:1.3em}.neighborhood-list a:before{content:"";display:inline-block;position:absolute;left:0;top:50%;transform:translateY(-50%);width:.6em;height:.6em;border-radius:50%;background:#f60}.neighborhood-list a:hover{text-decoration:underline}.shimmer{background:#e0e0e0;border-radius:4px;position:relative;overflow:hidden}.shimmer:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}@media (prefers-reduced-motion:reduce){.shimmer:after{animation:none}}.hero-section.shimmer{width:100%;height:400px}.hero-title.shimmer{width:60%;height:48px}.location-name.shimmer{width:150px;height:24px}.neighborhoods-container h2 .shimmer{width:200px;height:24px}.neighborhood-list a.shimmer{width:100px;height:20px}@media (max-width:1200px){.hero-section{padding:0 2rem}.hero-title{font-size:3.5rem}}@media (max-width:768px){.hero-section{height:50vh;min-height:400px;padding:0 1.5rem}.hero-title{font-size:2.5rem}.hero-title span{font-size:1.2rem}.location-content-container{padding:2rem}.location-content{flex-direction:column}.location-content>img{width:100%;max-width:100%;border-radius:4px}.description-container{padding:2rem}}.cta-section{position:relative;padding:4rem 0;text-align:center;background-color:var(--light-orange)}.cta-button{background:linear-gradient(135deg,var(--orange) 0,#e05500 100%);padding:1.2rem 3rem;border-radius:12px;font-weight:600;font-size:1.1rem;color:white;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;display:inline-block;position:relative;overflow:hidden;box-shadow:0 4px 15px rgba(224,85,0,.2);transform:translateY(0);z-index:2;cursor:pointer}.cta-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,rgba(255,255,255,.1),rgba(255,255,255,.2) 50%,rgba(255,255,255,.1));transform:translateX(-100%);transition:transform .6s cubic-bezier(.4,0,.2,1)}.cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(224,85,0,.3)}.cta-button:hover:before{transform:translateX(100%)}.cta-button:active{transform:translateY(-1px);box-shadow:0 3px 10px rgba(224,85,0,.2)}.description-container{padding:4rem;background-color:#fff;border-radius:12px}@media (max-width:768px){.cta-button{padding:1rem 2.5rem;font-size:1rem}.description-container{padding:2rem}}.neighborhood-link{color:#f60;text-decoration:underline;font-weight:500;display:inline-flex;align-items:center;transition:color .2s}.neighborhood-link:hover{color:#c44a00;text-decoration:underline}.neighborhood-link-icon{display:inline-block;vertical-align:middle;opacity:.7;transition:opacity .2s}.neighborhood-link:hover .neighborhood-link-icon{opacity:1}