:root{--red:#a10f16;--dark:#111;--muted:#6d6d6d;--light:#f5f3ef}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--dark);background:#fff}a{text-decoration:none;color:inherit}.container{width:min(1160px,92%);margin:auto}.top{background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:10;position:relative}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:30px}.logo{font-weight:900;font-size:20px;letter-spacing:1px}.logo span{color:var(--red)}nav{display:flex;gap:22px;font-size:14px;font-weight:600}nav a:hover{color:var(--red)}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:10px;z-index:20}.hamburger span{display:block;width:25px;height:3px;background:var(--dark);margin:5px 0;transition:.3s}.hero{min-height:570px;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.22)),linear-gradient(135deg,#241b1b,#a10f16);color:#fff;display:flex;align-items:center}.hero-content{max-width:720px}.eyebrow{font-size:12px;letter-spacing:3px;font-weight:800;color:var(--red)}.hero .eyebrow{color:#fff;opacity:.85}.hero h1{font-size:64px;line-height:1.02;margin:18px 0}.hero p{font-size:18px;line-height:1.7;max-width:600px;opacity:.9}.btn{display:inline-block;border:0;background:var(--red);color:#fff;padding:14px 24px;border-radius:4px;font-weight:700;cursor:pointer}.btn.light{background:#fff;color:var(--dark)}.section,.page{padding:90px 0}.page{min-height:650px;background:var(--light)}.page h1,.section h2{font-size:42px;margin:12px 0 40px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}.section-head h2{margin:8px 0 0}.section-head>a{color:var(--red);font-weight:700}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{border:1px solid #e8e8e8;background:#fff}.placeholder{height:210px;display:grid;place-items:center;background:linear-gradient(135deg,#ddd,#b9b0a8);font-weight:900;color:#fff;letter-spacing:4px}.card-body{padding:22px}.card h3,.project h3{font-size:21px;line-height:1.3}.card p,.project p,.article p{color:var(--muted);line-height:1.8}.card small{color:var(--red);font-weight:700}.card a{color:var(--red);font-weight:700}.band{background:var(--red);color:#fff;padding:65px 0}.band-grid{display:flex;align-items:center;justify-content:space-between;gap:30px}.band .eyebrow{color:#fff}.band h2{font-size:38px;max-width:650px;margin:10px 0}.project{background:#fff;border:1px solid #eee;padding:32px;min-height:230px}.project-icon{width:50px;height:50px;border-radius:50%;background:var(--red);color:#fff;display:grid;place-items:center;font-size:25px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery div{height:230px;background:linear-gradient(135deg,#d9d4ce,#8f8580);display:grid;place-items:center;color:#fff;font-weight:800}.article{max-width:900px}.article-image{height:360px;margin:35px 0;background:linear-gradient(135deg,#d2ccc6,#777);display:grid;place-items:center;color:#fff;font-weight:900}.form{max-width:700px;display:grid;gap:15px}.form input,.form textarea{width:100%;padding:15px;border:1px solid #ddd;font:inherit}.form textarea{height:180px;resize:vertical}.success{padding:16px;background:#e7f5e8;margin-bottom:20px}footer{background:#111;color:#ddd;padding:55px 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-grid a{display:block;margin:10px 0;color:#aaa}.copy{text-align:center;border-top:1px solid #333;margin-top:40px;padding:20px;color:#888}@media(max-width:800px){.hamburger{display:block}nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:20px;box-shadow:0 5px 10px rgba(0,0,0,.1)}nav.open{display:flex}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}.hero{min-height:500px}.hero h1{font-size:44px}.cards,.gallery{grid-template-columns:1fr}.section,.page{padding:60px 0}.band-grid{display:block}.band .btn{margin-top:20px}.footer-grid{grid-template-columns:1fr}}
.news-img{width:100%;height:210px;object-fit:cover;display:block}.article-photo{width:100%;max-height:520px;object-fit:cover;margin:35px 0}.media-card{background:#fff;border:1px solid #e8e8e8}.media-card img{width:100%;height:230px;object-fit:cover;display:block}.media-card h3{padding:0 18px 18px}.video-box{height:230px;display:grid;place-items:center;background:#171717}.video-box a{color:#fff;font-weight:800}

.logo img{display:block;max-width:230px;height:54px;object-fit:contain}.nav .logo{display:flex;align-items:center;min-height:54px}@media(max-width:800px){.logo img{max-width:190px;height:48px}}

.logo img{width:var(--logo-w)!important;max-width:none!important;height:var(--logo-h)!important;object-fit:contain}@media(max-width:800px){.logo img{width:var(--mlogo-w)!important;height:var(--mlogo-h)!important}}

.slider-shell{position:relative;overflow:hidden;display:block;min-height:var(--slider-h);width:var(--slider-w);margin:0 auto;background:#1b1b1b}.slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .6s ease;background-size:cover;background-position:center;display:flex;align-items:center}.slide.active{opacity:1;pointer-events:auto}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:46px;height:46px;border:0;border-radius:50%;background:rgba(255,255,255,.16);color:#fff;font-size:34px;cursor:pointer}.slider-btn.prev{left:24px}.slider-btn.next{right:24px}.slider-dots{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);display:flex;gap:8px;z-index:3}.slider-dots button{width:10px;height:10px;border:0;border-radius:50%;background:rgba(255,255,255,.45);padding:0}.slider-dots button.active{background:#fff}.slide:not([style*="background-image"]){background:linear-gradient(135deg,#241b1b,#a10f16)}@media(max-width:800px){.slider-shell{min-height:400px;width:100%}.slider-btn{width:38px;height:38px;font-size:26px}.slider-btn.prev{left:10px}.slider-btn.next{right:10px}}


.leaders-section{padding:50px 0;background:#eef3f7}
.leaders-grid{display:flex;gap:24px;justify-content:center}
.leader-card{background:#fff;border:1px solid #dbe2e8;box-shadow:0 2px 5px rgba(0,0,0,0.03);flex:1;min-width:0}
.leader-img{width:100%;aspect-ratio:1.1;object-fit:cover;object-position:top;display:block}
.leader-content{padding:18px}
.leader-content h3{margin:0 0 6px 0;font-size:17px;font-weight:700;color:#222;text-transform:uppercase;letter-spacing:0.5px}
.leader-content p{margin:0;font-size:14px;line-height:1.6;color:#555}
@media(max-width:800px){.leaders-grid{flex-direction:column}}

#scrollToTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: var(--red);
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
#scrollToTopBtn.show {
  opacity: 1;
  visibility: visible;
}
#scrollToTopBtn:hover {
  transform: translateY(-5px);
  background: #8b0c12;
}
#scrollToTopBtn svg {
  width: 24px;
  height: 24px;
}
@media(max-width:800px){
  #scrollToTopBtn {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
  }
}
