:root{--bg:#070d14;--surface:#111b27;--surface-alt:#172435;--text:#edf3fb;--muted:#98a8ba;--accent:#ffc600;--accent-strong:#ffd500;--border:rgba(255,255,255,.09);--card:rgba(255,255,255,.04);--shadow:0 24px 60px rgba(0,0,0,.35);--link:#f8f2d0}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,'Helvetica Neue',Arial,sans-serif;line-height:1.6;color:var(--text);background:radial-gradient(circle at top,rgba(255,198,0,.06),transparent 25%),linear-gradient(180deg,#08121d 0%,#070d14 100%);margin:0}
img{max-width:100%;display:block}
.container{max-width:1080px;margin:0 auto;padding:1rem}
.site-header{background:rgba(7,13,20,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.06)}
.site-header .container{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.brand{text-decoration:none;display:flex;align-items:center;gap:.75rem}
.logo{height:46px;width:auto;padding:0;background:none;border-radius:0;box-shadow:none}
.brand-text{font-size:1.05rem;font-weight:800;color:var(--text);letter-spacing:.04em}
nav a{margin-left:1rem;color:var(--muted);text-decoration:none;transition:color .2s ease}
nav a:first-child{margin-left:0}
nav a:hover{color:var(--text)}
.site-header{position:relative;z-index:10}
.hero{position:relative;padding:0;text-align:center;background:linear-gradient(180deg,rgba(255,198,0,.06),transparent 28%),radial-gradient(circle at top center,rgba(255,255,255,.08),transparent 35%),#091620;overflow:hidden}
.hero .container{position:relative;z-index:3;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;gap:1.75rem;text-align:center;min-height:73vh;padding:0 1rem}
.about-profile{float:left;width:min(230px,40%);margin:0 1.5rem 1rem 0;border-radius:1rem;overflow:hidden;box-shadow:0 20px 45px rgba(0,0,0,.25)}
.about-profile img{display:block;width:100%;height:auto}
.about-quote{margin:1rem 0 0;padding:0 0 .25rem;font-style:italic;color:#dce6f8;line-height:1.5;font-size:1rem}
.hero-top{display:flex;flex-direction:column;align-items:flex-start;gap:0;text-align:left;max-width:58rem;width:100%}
.hero-top h1,.hero-top h2{margin:0;font-family:inherit}
.hero-top h1{letter-spacing:-.03em;line-height:1.02}
.hero-top h2{font-weight:500;color:#e5efff;letter-spacing:-.01em;line-height:1.3;max-width:42rem}
.hero-top h1 + h1{margin-top:.6rem}
.hero-top h1 + h2{margin-top:1.3rem}
.hero-top h2 + h2{margin-top:.5rem}
.hero-cta{margin:0;width:100%;display:flex;justify-content:flex-end}
.hero .cta{margin-top:0;padding:.95rem 2rem;font-size:1rem;letter-spacing:.04em;text-transform:uppercase}

/* Entrance animations for hero lines */
@keyframes slideInFromLeft{from{transform:translateX(-4rem);opacity:0}to{transform:translateX(0);opacity:1}}
@keyframes slideInFromRight{from{transform:translateX(4rem);opacity:0}to{transform:translateX(0);opacity:1}}

.hero .hero-top h1,.hero .hero-top h2,.hero .hero-cta{opacity:0}
.hero .hero-top h1{animation:slideInFromLeft 700ms cubic-bezier(.22,.9,.34,1) both;animation-delay:0s}
.hero .hero-top h2{animation:slideInFromRight 700ms cubic-bezier(.22,.9,.34,1) both;animation-delay:160ms}
.hero .hero-cta{animation:slideInFromLeft 700ms cubic-bezier(.22,.9,.34,1) both;animation-delay:320ms}

@media (prefers-reduced-motion: reduce){
  .hero .hero-top h1,.hero .hero-top h2,.hero .hero-cta{animation:none;opacity:1;transform:none}
}
.slideshow{position:absolute;inset:0;z-index:0}
.slideshow::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,13,20,.45),rgba(7,13,20,.65));z-index:2}
.slideshow .slide{position:absolute;inset:0;background-size:contain;background-repeat:no-repeat;background-position:center center;background-color:var(--surface);opacity:0;transition:opacity 900ms ease;z-index:1}
.slideshow .slide.visible{opacity:1}
.hero h1{margin:0;font-size:clamp(2.1rem,4vw,3.6rem);line-height:1.05;max-width:900px;color:#f8f9ff}
.hero h1.hero-lead{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;text-transform:none}
.hero p{margin:0 auto 1.5rem;max-width:760px;color:var(--muted);font-size:1.05rem;text-align:center}
.cta{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 2rem;font-weight:700;background:var(--accent);color:#08121d;text-decoration:none;border-radius:999px;box-shadow:0 16px 28px rgba(255,198,0,.18);transition:transform .2s ease,box-shadow .2s ease;margin-top:0;text-transform:uppercase;letter-spacing:.04em}
.cta:hover{transform:translateY(-2px);box-shadow:0 20px 32px rgba(255,198,0,.28)}
.hero h2{margin-top:0;text-align:center}
.intro{padding:2rem 0}
.intro h2{margin-bottom:.75rem;color:#f8f9ff}
.intro p{max-width:860px;color:var(--muted)}
.highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;padding:1.25rem 0}
.card{background:var(--card);border:1px solid var(--border);padding:1.5rem;border-radius:1rem;box-shadow:var(--shadow);text-align:center}
.card-icon{width:168px;height:168px;margin:0 auto 1rem;display:block;object-fit:contain}
.card h3{margin-top:0;color:#fff}
.card p{color:var(--muted);margin:1rem 0 0}
.services{padding:2rem 0;border-top:1px solid rgba(255,255,255,.03);margin-top:2rem}
.services h2{color:#f8f9ff;margin-bottom:1rem}
.service-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}
.service{background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));border:1px solid var(--border);padding:1.25rem;border-radius:.85rem}
.service h3{margin:0 0 .5rem;color:#fff}
.service p{margin:0;color:var(--muted)}
.product-list{display:grid;gap:1.25rem}
.product{padding:1.4rem;border:1px solid var(--border);border-radius:1rem;background:var(--surface);box-shadow:0 18px 40px rgba(0,0,0,.18)}
.product h3{margin-top:0;color:#fff}
.product p{color:var(--muted)}
.site-footer{background:rgba(7,13,20,.95);border-top:1px solid rgba(255,255,255,.05);padding:1.5rem 0;margin-top:3rem}
.site-footer p{margin:.35rem 0;color:var(--muted)}
.site-footer a{color:var(--link);text-decoration:none}
.site-footer a:hover{text-decoration:underline}
.contact-info{display:flex;flex-direction:column;gap:.55rem;margin-bottom:1.5rem;font-size:1rem;color:var(--text)}
.contact-line a{color:var(--accent);text-decoration:none;font-weight:700}
.contact-line a:hover{text-decoration:underline}
.contact-form{max-width:560px}
.form-status{padding:.9rem 1rem;border-radius:.6rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.04);margin-bottom:1rem}
.form-status.success{background:linear-gradient(90deg,rgba(41,160,70,.12),rgba(41,160,70,.04));border-color:rgba(41,160,70,.22);color:#bff0cc}
.form-status.error{background:linear-gradient(90deg,rgba(220,60,60,.06),rgba(220,60,60,.02));border-color:rgba(220,60,60,.18);color:#ffd8d8}
.contact-form label{display:block;margin-bottom:1rem;color:var(--text);font-weight:600}
.contact-form input,.contact-form textarea{width:100%;padding:.85rem 1rem;border:1px solid rgba(255,255,255,.12);border-radius:.75rem;background:rgba(255,255,255,.04);color:var(--text);outline:none;transition:border-color .2s ease,box-shadow .2s ease}
.contact-form input:focus,.contact-form textarea:focus{border-color:rgba(255,198,0,.7);box-shadow:0 0 0 4px rgba(255,198,0,.12)}
button{background:var(--accent);color:#08121d;border:0;padding:.85rem 1.3rem;border-radius:999px;font-weight:700;cursor:pointer;transition:transform .2s ease,filter .2s ease}
button:hover{transform:translateY(-1px);filter:brightness(1.05)}
@media(min-width:700px){.hero h1{font-size:clamp(2.6rem,4vw,4.4rem)}}
@media(max-width:780px){.site-header .container{flex-direction:column;align-items:flex-start}.hero{text-align:left}.nav a{margin-left:0}}
