:root{--black:#111;--yellow:#f5b400;--white:#fff;--gray:#555}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--black);font-family:system-ui,-apple-system,sans-serif;line-height:1.6}img,video{max-width:100%;display:block}header{z-index:10;background:#111111d9;justify-content:space-between;align-items:center;width:100%;padding:1rem 2rem;display:flex;position:fixed;top:0}.brand{color:var(--white);letter-spacing:.05em;font-size:1.25rem;font-weight:800;text-decoration:none}.brand span{color:var(--yellow)}nav a{color:var(--white);margin:0 1rem;text-decoration:none}nav a:hover{color:var(--yellow)}.cta{background:var(--yellow);color:var(--black);border-radius:.5rem;padding:.75rem 1.5rem;font-weight:700;text-decoration:none;display:inline-block}.cta.ghost{color:var(--white);border:2px solid var(--white);background:0 0}.hero{align-items:center;min-height:100vh;padding:0 2rem;display:flex;position:relative}.hero-bg{object-fit:cover;filter:brightness(.45);width:100%;height:100%;position:absolute;inset:0}.hero-content{color:var(--white);max-width:34rem;position:relative}.hero h1{margin-bottom:1rem;font-size:3rem;line-height:1.15}.hero p{margin-bottom:2rem;font-size:1.15rem}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}section,footer{text-align:center;padding:4rem 2rem}h2{margin-bottom:2rem;font-size:2rem}.grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;max-width:70rem;margin:0 auto 2rem;display:grid}.services .card{background:#f6f6f6;border-radius:.75rem;padding:1.5rem}.services .card h3{color:var(--black);margin-bottom:.5rem}.services .card p{color:var(--gray)}.gallery img{aspect-ratio:4/3;object-fit:cover;border-radius:.75rem}.gallery video{border-radius:.75rem;max-width:40rem;margin:0 auto}footer{background:var(--black);color:var(--white)}footer p{color:#bbb;margin-bottom:1.5rem}@media (width<=640px){nav{display:none}.hero h1{font-size:2.25rem}}
