*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#0d0f13;color:#f5f6f8;font-family:Arial,Helvetica,sans-serif;line-height:1.6}
a{color:inherit}.container{width:min(1120px,calc(100% - 40px));margin:0 auto}.narrow{max-width:760px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(12,14,18,.94);border-bottom:1px solid #252a33;backdrop-filter:blur(12px)}
.header-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{text-decoration:none;font-weight:700;letter-spacing:-.02em}nav{display:flex;gap:22px;flex-wrap:wrap}nav a{color:#bdc3cc;text-decoration:none;font-size:14px}nav a:hover,.mail-link:hover{color:#fff}

.slideshow{position:relative;height:clamp(520px,72vh,760px);overflow:hidden;border-bottom:1px solid #252a33;background:#10131a}
.slide{position:absolute;inset:0;background-position:center;background-size:cover;opacity:0;animation:slideshow 18s infinite ease-in-out;transform:scale(1.03)}
.slide-1{background-image:url('images/slide1.svg');animation-delay:0s}
.slide-2{background-image:url('images/slide2.svg');animation-delay:6s}
.slide-3{background-image:url('images/slide3.svg');animation-delay:12s}
@keyframes slideshow{0%{opacity:0;transform:scale(1.03)}5%{opacity:1}28%{opacity:1;transform:scale(1)}33%{opacity:0}100%{opacity:0}}
.slide-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,9,13,.85) 0%,rgba(7,9,13,.58) 45%,rgba(7,9,13,.28) 100%),linear-gradient(0deg,rgba(7,9,13,.55),transparent 45%)}
.slideshow-content{position:relative;z-index:3;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-top:18px}.kicker{margin:0 0 10px;color:#d8dce3;text-transform:uppercase;letter-spacing:.18em;font-size:13px}.slideshow h1{margin:0;max-width:980px;font-size:clamp(52px,9vw,116px);line-height:.92;letter-spacing:-.065em;text-wrap:balance}.motto{margin:26px 0 0;color:#f3f5f8;font-size:clamp(20px,2.4vw,30px);font-weight:600}
.slide-dots{position:absolute;z-index:4;left:50%;bottom:24px;transform:translateX(-50%);display:flex;gap:8px}.slide-dots span{width:34px;height:3px;border-radius:999px;background:rgba(255,255,255,.28);overflow:hidden}.slide-dots span::after{content:"";display:block;width:100%;height:100%;background:#fff;transform:scaleX(0);transform-origin:left;animation:dotfill 18s infinite linear}.slide-dots span:nth-child(2)::after{animation-delay:6s}.slide-dots span:nth-child(3)::after{animation-delay:12s}@keyframes dotfill{0%,33%,100%{transform:scaleX(0)}4%{transform:scaleX(.02)}31%{transform:scaleX(1)}}

.section{padding:88px 0;border-bottom:1px solid #23272f}.section.alt{background:#13161c}h2{margin:0 0 24px;font-size:32px;letter-spacing:-.03em}p{color:#bec4ce}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{min-height:170px;padding:26px;border:1px solid #2b3039;border-radius:14px;background:#0f1217}.card h3{margin:0 0 12px;font-size:20px}.card p{margin-bottom:0}.mail-link{color:#f4f5f7;text-underline-offset:5px}footer{padding:30px 0 45px}footer p{margin:0;color:#7c838f;font-size:13px}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.slide{animation:none;opacity:0}.slide-1{opacity:1}.slide-dots{display:none}}
@media (max-width:720px){.header-inner{align-items:flex-start;flex-direction:column;padding:18px 0}.slideshow{height:610px}.slideshow h1{font-size:clamp(48px,15vw,78px)}.section{padding:68px 0}.grid{grid-template-columns:1fr}}
