
:root{
  --red:#e2231a;
  --red-dark:#b91812;
  --black:#111214;
  --muted:#70747a;
  --soft:#f5f6f7;
  --line:#e7e8ea;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--black);background:#fff}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:54px;height:54px;object-fit:cover;border-radius:10px}
.brand strong{display:block;font-size:14px;letter-spacing:.5px}
.brand span{display:block;color:var(--muted);font-size:11px;margin-top:3px;letter-spacing:1px}
.menu{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:700}
.menu a{transition:.2s}
.menu a:hover{color:var(--red)}
.nav-cta{background:var(--black);color:#fff!important;padding:11px 17px;border-radius:8px}
.menu-toggle{display:none;border:0;background:none;font-size:26px}
.hero{height:690px;position:relative;display:flex;align-items:center;overflow:hidden;background:#111}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 40%}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,9,10,.86) 0%,rgba(8,9,10,.56) 45%,rgba(8,9,10,.12) 100%)}
.hero-content{position:relative;color:white}
.hero-badge{display:inline-block;border:1px solid rgba(255,255,255,.4);padding:9px 12px;border-radius:999px;font-size:12px;letter-spacing:1.5px;margin-bottom:20px}
.hero h1{font-size:64px;line-height:1.02;max-width:800px;margin:0 0 20px;font-weight:900;letter-spacing:-2.5px}
.hero h1 span{color:var(--red)}
.hero p{font-size:19px;line-height:1.6;max-width:640px;color:rgba(255,255,255,.86);margin:0}
.hero-actions{display:flex;gap:12px;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:8px;font-weight:800;font-size:14px;transition:.2s}
.btn:hover{transform:translateY(-2px)}
.btn-red{background:var(--red);color:#fff}
.btn-red:hover{background:var(--red-dark)}
.btn-light{background:#fff;color:#111}
.btn-black{background:#111;color:#fff}
.intro-strip{background:var(--black);color:#fff}
.stats{display:grid;grid-template-columns:repeat(4,1fr)}
.stats div{padding:27px;border-right:1px solid rgba(255,255,255,.12);text-align:center}
.stats div:last-child{border-right:0}
.stats strong{display:block;font-size:27px;color:var(--red)}
.stats span{display:block;font-size:12px;color:#c7c8ca;margin-top:7px;text-transform:uppercase;letter-spacing:1.3px}
.section{padding:92px 0}
.section-soft{background:var(--soft)}
.eyebrow{color:var(--red);font-size:12px;font-weight:900;letter-spacing:1.8px}
h2{font-size:42px;line-height:1.1;margin:10px 0 22px;letter-spacing:-1.2px}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.section-copy p{color:#5f6368;font-size:16px;line-height:1.8}
.about-photo img{height:520px;width:100%;object-fit:cover;border-radius:18px}
.feature-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}
.feature-row div{border-top:3px solid var(--red);background:var(--soft);padding:20px 16px}
.feature-row b{display:block;color:var(--red);margin-bottom:8px}
.feature-row span{font-size:13px;font-weight:800}
.section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:35px}
.section-head h2{margin-bottom:0}
.section-head>p{max-width:470px;color:var(--muted);line-height:1.7;margin:0}
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.team-card{position:relative;overflow:hidden;border-radius:16px;background:#111;min-height:410px}
.team-card img{width:100%;height:410px;object-fit:cover;transition:.35s}
.team-card:hover img{transform:scale(1.03)}
.team-card:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 45%,rgba(0,0,0,.85))}
.team-card div{position:absolute;z-index:2;left:24px;bottom:24px;color:#fff}
.team-card span{font-size:11px;color:#ff625a;font-weight:900;letter-spacing:1.5px}
.team-card h3{font-size:23px;margin:7px 0 0}
.quote-section{background:var(--red);color:#fff;padding:70px 0;text-align:center}
.quote-mark{font-size:72px;line-height:.7;font-family:Georgia,serif;opacity:.35}
blockquote{font-size:32px;line-height:1.4;font-weight:800;max-width:900px;margin:20px auto 0}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:260px;gap:14px}
.gallery img{width:100%;height:100%;object-fit:cover;border-radius:12px}
.gallery .wide{grid-column:span 2}
.section-dark{background:var(--black);color:#fff}
.section-head.light>p{color:#b6b8bb}
.branch-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.branch-card{background:#1a1b1e;border:1px solid #2b2d31;padding:34px;border-radius:16px}
.branch-number{color:var(--red);font-size:13px;font-weight:900}
.branch-card h3{font-size:28px;margin:14px 0 6px}
.branch-card p{color:#aaa;margin:0 0 28px}
.contact-section{background:#fff}
.contact-card{display:grid;grid-template-columns:1.5fr .8fr;gap:60px;align-items:center;background:var(--soft);padding:52px;border-radius:18px;border-left:6px solid var(--red)}
.contact-card h2{max-width:720px}
.contact-card p{color:var(--muted);line-height:1.7}
.contact-info{display:flex;flex-direction:column;gap:8px}
.contact-info span{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:1.2px}
.contact-info strong{font-size:24px}
.contact-info>a:not(.btn){font-size:25px;font-weight:900;color:var(--red);margin-bottom:12px}
footer{background:#0c0d0f;color:#aaa;padding:28px 0}
.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:20px}
.footer-brand{display:flex;align-items:center;gap:10px;color:#fff}
.footer-brand img{width:44px;height:44px;border-radius:8px;object-fit:cover}
.footer-brand strong,.footer-brand span{display:block}
.footer-brand strong{font-size:12px}
.footer-brand span{font-size:11px;color:#999;margin-top:3px}
footer p{font-size:12px}
@media (max-width:900px){
  .menu-toggle{display:block}
  .menu{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}
  .menu.open{display:flex}
  .hero{height:620px}
  .hero h1{font-size:48px}
  .about-grid,.contact-card{grid-template-columns:1fr}
  .team-grid{grid-template-columns:1fr 1fr}
  .stats{grid-template-columns:1fr 1fr}
  .section-head{align-items:flex-start;flex-direction:column}
}
@media (max-width:620px){
  .container{width:min(100% - 28px,1180px)}
  .brand strong{font-size:12px}
  .hero{height:570px}
  .hero-bg{object-position:center}
  .hero h1{font-size:39px;letter-spacing:-1.5px}
  .hero p{font-size:16px}
  .hero-actions{flex-wrap:wrap}
  .section{padding:66px 0}
  h2{font-size:34px}
  .team-grid,.branch-grid{grid-template-columns:1fr}
  .gallery{grid-template-columns:1fr;grid-auto-rows:240px}
  .gallery .wide{grid-column:span 1}
  .feature-row{grid-template-columns:1fr}
  blockquote{font-size:24px}
  .contact-card{padding:30px 24px}
  .footer-inner{flex-direction:column;align-items:flex-start}
}

.team-card{cursor:pointer}.gallery img{cursor:zoom-in}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.94);z-index:9999;display:none;align-items:center;justify-content:center;padding:70px 80px}.lightbox.open{display:flex}.lightbox-content{width:min(1200px,92vw);height:82vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.lightbox-content img{max-width:100%;max-height:calc(100% - 60px);object-fit:contain;border-radius:10px}.lightbox-title{color:#fff;font-weight:900;font-size:20px;margin-bottom:14px}.lightbox-count{color:#bbb;margin-top:12px}.lightbox-close,.lightbox-prev,.lightbox-next{position:absolute;border:0;background:rgba(255,255,255,.14);color:#fff;cursor:pointer;border-radius:50%;width:54px;height:54px;font-size:40px}.lightbox-close{right:24px;top:20px}.lightbox-prev{left:20px}.lightbox-next{right:20px}.lightbox-prev,.lightbox-next{top:50%}body.lightbox-open{overflow:hidden}@media(max-width:620px){.lightbox{padding:60px 12px}.lightbox-prev,.lightbox-next{top:auto;bottom:10px}.lightbox-prev{left:calc(50% - 60px)}.lightbox-next{right:calc(50% - 60px)}}