:root{--black:#1d1d1d;--grey:#777;--light:#e9e9e9;--yellow:#ffed00;--white:#fff}*{margin:0;padding:0;box-sizing:border-box}html{min-height:100%}body{min-height:100vh;min-height:100dvh;background:var(--white);color:var(--black);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.site-wrapper{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.landing{flex:1;display:grid;place-items:center;padding:80px 24px 60px}.landing-content{width:100%;max-width:1000px;text-align:center}.brand{width:100%;max-width:420px;margin:0 auto 45px}.brand-logo{display:block;width:100%;max-width:420px;height:auto;margin:0 auto}@media (max-width:768px){.brand,.brand-logo{max-width:300px}}.status{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:25px}.status-line{display:block;width:38px;height:2px;background:var(--yellow)}.status-text{font-size:11px;font-weight:800;letter-spacing:4px}h1{font-size:clamp(40px,7vw,80px);line-height:1;font-weight:900;letter-spacing:-.065em}h1 span{position:relative;display:inline-block;z-index:0}h1 span::after{content:"";position:absolute;left:0;bottom:5%;width:100%;height:24%;background:var(--yellow);z-index:-1;transform:skewX(-12deg)}.intro{max-width:460px;margin:30px auto 0;color:var(--grey);font-size:16px;line-height:1.8}.actions{margin-top:35px}.btn-contact{display:inline-flex;align-items:center;justify-content:center;gap:30px;min-height:56px;padding:17px 28px;background:var(--black);color:var(--white);font-size:12px;font-weight:800;letter-spacing:1.5px;transition:background .25s ease , color .25s ease , transform .25s ease}.btn-contact span{font-size:22px;font-weight:400;line-height:1}.btn-contact:hover{background:var(--yellow);color:var(--black);transform:translateY(-3px)}.btn-contact:focus-visible{outline:3px solid var(--yellow);outline-offset:4px}.location{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:50px;color:var(--grey);font-size:11px;font-weight:700;letter-spacing:2px}.location-dot{width:7px;height:7px;border-radius:50%;background:var(--yellow);border:1px solid var(--black)}.footer{padding:30px 40px;border-top:1px solid var(--light)}.footer-inner{max-width:1400px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-brand{font-size:11px;font-weight:900;letter-spacing:1px}.footer-brand span{display:block;margin-top:7px;color:var(--grey);font-size:10px;font-weight:400;letter-spacing:1.5px}.footer-credit{color:var(--grey);font-size:10px;letter-spacing:1px}.footer-credit a{margin-left:5px;color:var(--black);font-weight:900;transition:color .2s ease}.footer-credit a:hover{color:#a89900}@media (max-width:768px){.landing{padding:65px 24px}.brand{margin-bottom:45px}.status-text{font-size:9px;letter-spacing:2px}.status-line{width:24px}.intro{font-size:15px}.footer{padding:28px 20px}.footer-inner{flex-direction:column;text-align:center}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{transition:none!important}}