.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.marker-cluster-small{background-color:rgba(181,226,140,.6)}.marker-cluster-small div{background-color:rgba(110,204,57,.6)}.marker-cluster-medium{background-color:rgba(241,211,87,.6)}.marker-cluster-medium div{background-color:rgba(240,194,12,.6)}.marker-cluster-large{background-color:rgba(253,156,115,.6)}.marker-cluster-large div{background-color:rgba(241,128,23,.6)}.leaflet-oldie .marker-cluster-small{background-color:rgb(181,226,140)}.leaflet-oldie .marker-cluster-small div{background-color:rgb(110,204,57)}.leaflet-oldie .marker-cluster-medium{background-color:rgb(241,211,87)}.leaflet-oldie .marker-cluster-medium div{background-color:rgb(240,194,12)}.leaflet-oldie .marker-cluster-large{background-color:rgb(253,156,115)}.leaflet-oldie .marker-cluster-large div{background-color:rgb(241,128,23)}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}*{margin:0;padding:0;box-sizing:border-box}html{overflow-y:scroll}body{font-family:Arial,sans-serif;background-color:#ffffff}.hero{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:grayscale(100%) brightness(25%);z-index:0}.hero-overlay{position:relative;z-index:1;text-align:center;color:#ffffff;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem}.hero-logo{width:500px;height:auto;filter:brightness(100%) invert(100%)}.hero-title{font-size:3rem;font-weight:700;margin:0}.hero-subtitle{font-size:1.25rem}.navbar{height:64px;background-color:#ffffff;box-shadow:0 4px 6px rgba(0,0,0,.1);padding:0 1rem}.nav-container{max-width:1200px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between}.nav-left{display:flex;align-items:left;gap:1rem}.nav-center{flex:1 1;justify-content:center}.nav-center,.nav-right{display:flex;align-items:center;gap:.5rem}.nav-right{white-space:nowrap}.logo{display:flex;align-items:center;padding-right:1rem}.logo-img{height:40px;object-fit:contain;min-width:40px}.nav-button{display:flex;background-color:white;color:black;padding:0 1.2rem;border-radius:0}.deluxe-button,.nav-button{align-items:center;justify-content:center;text-decoration:none;font-weight:500;height:38px;font-size:14px}.deluxe-button{padding:0 1.1rem;border-radius:999px;display:inline-flex;background:#ffdf00;color:#0b0b0b;border:2px solid transparent;box-sizing:border-box;box-shadow:0 6px 14px rgba(11,11,11,.06);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .2s ease,border-color .2s ease;will-change:transform,box-shadow}.deluxe-button:focus,.deluxe-button:hover{box-shadow:0 10px 22px rgba(11,11,11,.08),inset 0 0 0 2px #000;outline:none}.deluxe-button:active{transform:translateY(0);box-shadow:0 6px 12px rgba(11,11,11,.06),inset 0 0 0 1px #000}@media (max-width:520px){.deluxe-button{padding:0 .8rem;font-size:13px}}.nav-button:hover{background-color:transparent!important;color:black!important;box-shadow:none!important;cursor:pointer}.navbar-search{position:relative;display:flex;align-items:center;width:580px}.navbar-search input{width:100%;height:38px;padding:0 1rem 0 4.2rem;border:1px solid #ccc;border-radius:999px;font-size:14px;outline:none;transition:border-color .2s ease}.navbar-search input:focus{border-color:black}.navbar-search-button{position:absolute;left:6px;top:50%;transform:translateY(-50%);background:white;border:1px solid #ccc;color:#989898;border-radius:999px;padding:0 24px;height:30px;display:flex;align-items:center;justify-content:center;cursor:default;font-size:.85rem;font-weight:700;transition:transform .15s ease,box-shadow .15s ease,background .2s ease,border-color .2s ease}.navbar-search input:not(:placeholder-shown)~.navbar-search-button:hover{background:black;color:white;cursor:pointer}.navbar-search:focus-within .navbar-search-button{border-color:black;background-color:white;color:black;cursor:pointer}.navbar-search:focus-within .navbar-search-button:hover{border-color:black;background-color:black;color:white;cursor:pointer}.main-content{padding:4rem 2rem;text-align:center}@media (hover:hover) and (pointer:fine){.nav-button{position:relative}.nav-button:after{content:"";position:absolute;bottom:1px;left:50%;transform:translateX(-50%);width:5.5px;height:5.5px;background-color:black;border-radius:50%;opacity:0;transition:opacity .3s ease}.nav-button:hover:after{opacity:1}}.navbar{border-bottom:1px solid #000}.surf-scroll-section{padding:2rem;background:#fafafa}.surf-scroll-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem;text-align:center;color:#111}.surf-scroll{display:flex;gap:1rem;overflow-x:auto;padding-bottom:1rem;scrollbar-width:thin;scrollbar-color:#000 #eaeaea}.surf-scroll::-webkit-scrollbar{height:8px}.surf-scroll::-webkit-scrollbar-thumb{background:#000;border-radius:999px}.surf-card{flex:0 0 auto;width:220px;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 4px 8px rgba(0,0,0,.08);text-align:center;transition:transform .2s ease;cursor:pointer}.surf-card:hover{transform:translateY(-4px)}.surf-card-img{width:100%;height:140px;object-fit:cover}.surf-card-name{font-weight:600;padding:.75rem;font-size:1rem;color:#222}.footer{background-color:#f8f8f8;border-top:1px solid #ddd;padding:2rem 1.5rem;margin-top:3rem}.footer-container{max-width:1200px;margin:0 auto}.footer-columns{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:1.5rem}.footer-col{flex:1 1;min-width:160px;display:flex;flex-direction:column;align-items:flex-start}.footer-col h4{font-size:1rem;font-weight:600;margin-bottom:.75rem;color:#111}.footer-col a{text-decoration:none;color:#444;font-size:.95rem;margin-bottom:.5rem;transition:color .2s ease}.footer-col a:hover{color:black}.footer-col p{font-size:.9rem;color:#666;margin:0}.footer-copy{font-size:.85rem;color:#666;border-top:1px solid #ddd;padding-top:1rem;text-align:left}