:root{--background:#fff}html{height:100%}html,body{max-width:100vw;overflow-x:hidden}body{background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;min-height:100%;font-family:Arial,Helvetica,sans-serif;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}.hero-section{background:url(/herosectionimage.png) 50% -85px/cover no-repeat;align-items:center;width:100%;height:85vh;margin-top:100px;font-family:Georgia,serif;display:flex;position:relative;overflow:hidden}.hero-overlay{z-index:1;background:linear-gradient(90deg,#1e1e1e8c 0%,#1e1e1e33 50%,#0000 75%);position:absolute;inset:0}.hero-content{z-index:2;color:#fff;max-width:800px;padding:0 100px;position:relative}.hero-label{letter-spacing:4px;text-transform:uppercase;opacity:.9;margin-bottom:16px;font-family:Helvetica Neue,sans-serif;font-size:13px;font-weight:300;display:block}.hero-title{letter-spacing:-1px;margin:0 0 20px;font-family:Georgia,Times New Roman,serif;font-size:clamp(52px,7vw,90px);font-weight:300;line-height:1.05}.hero-divider{background-color:#fff;width:40px;height:2px;margin-bottom:24px}.hero-subtitle{opacity:.85;letter-spacing:.3px;margin-bottom:40px;font-family:Helvetica Neue,sans-serif;font-size:15px;font-weight:300;line-height:1.7}.hero-buttons{flex-wrap:wrap;gap:16px;display:flex}.btn-primary{color:#fff;letter-spacing:2px;text-transform:uppercase;cursor:pointer;-ms-border-radius:8px;-o-border-radius:8px;background-color:#111;border:none;border-radius:8px;padding:16px 36px;font-family:Helvetica Neue,sans-serif;font-size:12px;font-weight:500;transition:background .3s}.btn-primary:hover{background-color:#333}.btn-outline{color:#fff;letter-spacing:2px;text-transform:uppercase;cursor:pointer;-ms-border-radius:8px;-o-border-radius:8px;background-color:#0000;border:1px solid #fff;border-radius:8px;padding:16px 36px;font-family:Helvetica Neue,sans-serif;font-size:12px;font-weight:400;transition:background .3s,color .3s}.btn-outline:hover{background-color:#ffffff1a}.hero-dots{z-index:2;gap:10px;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.dot{cursor:pointer;background-color:#fff6;border-radius:50%;width:8px;height:8px;transition:background .3s}.dot.active{background-color:#fff}@media (max-width:900px){.hero-section{background-position:50%;height:65vh}.hero-content{padding:0 50px}.btn-primary,.btn-outline{width:85%!important}}
