/* Optimized CSS - Minimal & Efficient */
:root{
  --primary:#0b5ed7;
  --accent:#ffb703;
  --bg:#0b1620;
  --surface:#071218;
  --muted:#9aa6b2;
  --text:#e6eef6;
  --container:1100px;
}
*{box-sizing:border-box}
.body-theme{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:var(--bg);margin:0;line-height:1.5;font-size:18px}

/* Performance & UX */
img{max-width:100%;height:auto;display:block}
html{scroll-behavior:smooth}
.site-header,.topbar,.header-main{contain:layout style paint}
.logo{min-height:64px}.logo.large{min-height:140px}
.video-inner{aspect-ratio:16/9}

@media (prefers-reduced-motion: reduce) {
  *{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important}
  html{scroll-behavior:auto}
}

/* Layout & Components */
.container{max-width:var(--container);margin:0 auto;padding:1rem}
.topbar{background:var(--surface);border-bottom:1px solid rgba(255,255,255,0.04)}
.topbar-inner{display:flex;align-items:center;justify-content:center;padding:.4rem 1rem;font-size:.95rem;color:var(--muted)}
.topbar-wrap{display:flex;align-items:center;justify-content:center;gap:1.2rem;width:100%;max-width:var(--container)}
.top-info{display:flex;gap:.6rem;align-items:center;color:var(--muted);font-size:.95rem}
.top-info a{color:var(--text);text-decoration:none}
.top-info svg{vertical-align:middle;margin-right:.45rem;display:inline-block;color:#d43838}
.top-info .sep{color:var(--muted);margin:0 .4rem}
.top-info a:hover,.top-info a:focus,.top-info span.loc:hover,.top-info span.loc:focus{color:#d43838}
.top-social .social{color:var(--text);text-decoration:none;padding:.2rem .4rem;border-radius:4px;background:transparent;transition:color .18s ease}
.top-social .social svg{display:block;color:var(--muted);transition:color .18s ease}
.top-social .social:hover svg,.top-social .social:focus svg{color:#d43838}

/* Global styles */
a{color:var(--accent);text-decoration:none}
a:visited{color:var(--accent)}
a:hover{color:#d43838;text-decoration:none}

/* Header */
.site-header{background:transparent}
.header-main{display:flex;align-items:center;justify-content:center;padding:0.75rem 1rem}
.header-wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;max-width:var(--container)}
.header-wrap.centered-logo{justify-content:center}
.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text)}
.logo{height:64px;width:auto;display:block}
.logo.large{height:140px}

/* Logo styling */
.brand-wrap{display:inline-flex;align-items:center;justify-content:center;background:var(--surface);padding:.6rem .9rem;border-radius:10px;border:1px solid rgba(212,56,56,0.09);box-shadow:0 6px 18px rgba(2,6,23,0.5)}
.brand-wrap img{display:block;height:110px;max-height:110px;width:auto;background:transparent}
.brand-wrap img[src$='.svg']{height:140px;max-height:140px}

@media (max-width:480px){
  .brand-wrap img{height:64px;max-height:64px}
}

/* Navigation */
.site-menu{display:flex;gap:1rem;align-items:center;margin-left:2rem}
.site-menu .menu-pill{display:inline-block;padding:.45rem .9rem;border-radius:999px;background:transparent;color:var(--muted);text-decoration:none;font-weight:600;border:1px solid #d43838;transition:all .18s ease}
.site-menu .menu-pill:hover,.site-menu .menu-pill:focus{background:rgba(212,56,56,0.08);color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px rgba(212,56,56,0.08);border-color:#ff6b6b}
.site-menu a{color:var(--muted);text-decoration:none}

/* Icon styling */
.topbar .top-social .social,.topbar .ig-profile,.topbar .top-info a,.topbar .top-info span.loc,.member .ig-profile{color:var(--muted);stroke:currentColor}
.topbar .top-social .social:hover svg,.topbar .top-social .social:focus svg,.topbar .ig-profile:hover svg,.topbar .ig-profile:focus svg,.member .ig-profile:hover svg,.member .ig-profile:focus svg{color:#d43838}

/* Main content */
.about{padding:3.5rem 0;background:linear-gradient(180deg,rgba(255,255,255,0.02),transparent)}
.about-inner{max-width:1100px;margin:0 auto;color:var(--muted)}
.about-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}
.about-text{min-width:0;text-align:left}
.about h1{color:var(--text);font-size:2rem;margin-bottom:0.6rem;text-align:center}
.about h2{color:var(--text);font-size:2rem;margin-bottom:0.6rem;text-align:center}
.about p{margin-bottom:.8rem;line-height:1.6}
.company-title{color:var(--text);font-weight:700;font-size:1.15rem;margin:0 0 1rem;text-align:center}

/* Cards */
.about-cards{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:1rem;margin-top:1.25rem;max-width:1100px;margin-left:auto;margin-right:auto;align-items:stretch}
.about-card{background:linear-gradient(180deg,rgba(255,255,255,0.02),transparent);border:1px solid rgba(212,56,56,0.12);padding:1rem;border-radius:10px;color:var(--muted);box-shadow:0 8px 22px rgba(2,6,23,0.6);display:flex;flex-direction:column;justify-content:flex-start}
.about-card h4{margin:0 0 0.6rem 0;color:var(--accent);font-size:1.05rem}
.about-card p{margin:0 0 0.6rem;color:var(--text);flex:0}
.about-card ul{list-style:none;padding-left:0;margin:0}
.about-card ul li{position:relative;padding-left:28px;margin-bottom:.5rem}
.about-card ul li:before{content:'';position:absolute;left:0;top:4px;width:18px;height:18px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff6b6b'><path d='M9 16.17L4.83 12l-1.42 1.41L9 19l12-12-1.41-1.41z'/></svg>");background-size:18px 18px;background-repeat:no-repeat}
.about-card:hover,.about-card:focus-within{border-color:rgba(212,56,56,0.32);transform:translateY(-6px);box-shadow:0 20px 40px rgba(2,6,23,0.65)}
.about-cta{margin-top:1.25rem;color:var(--muted);text-align:center;display:block}
.about-cta a{color:var(--accent);font-weight:700}

/* Team section */
.team{margin-top:1.4rem;display:flex;justify-content:center}
.member{display:flex;align-items:center;gap:1rem;background:transparent;padding:.6rem 1rem;border-radius:6px}
.member-info{display:flex;flex-direction:column;align-items:center;text-align:center}
.member-info h4{margin:0;color:var(--text);font-size:1rem}
.member-info .role{margin:6px 0 0;color:var(--muted);font-size:0.95rem}
.member-divider{width:1px;height:36px;background:rgba(255,255,255,0.06);margin:0 12px}
.ig-profile{color:var(--muted);display:inline-flex;align-items:center;padding:.25rem}
.ig-profile:hover{color:#d43838}

/* Images */
.about-photos-row{display:flex;justify-content:center;margin-top:1.25rem}
.about-photos{display:flex;flex-direction:row;gap:1rem;flex-wrap:wrap;justify-content:center;align-items:center}
.about-photos .about-photo{width:260px;max-width:260px;height:180px;border-radius:10px;object-fit:cover;box-shadow:0 18px 40px rgba(2,6,23,0.45);border:1px solid rgba(255,255,255,0.03)}

/* Video */
.video-wrap{margin-top:2rem;display:flex;justify-content:center;padding:0 1rem}
.video-wrap.full{max-width:var(--container);margin-left:auto;margin-right:auto}
.video-inner{width:100%;max-width:820px;position:relative;padding-top:56.25%;background:transparent;border-radius:8px;overflow:hidden;box-shadow:0 8px 30px rgba(2,6,23,0.6)}
.video-inner iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}

/* Gallery */
.image-switcher{max-width:var(--container);margin:0 auto 1.25rem;padding:0 1rem;display:flex;justify-content:center}
.image-switcher .switcher-inner{position:relative;width:100%;max-width:1100px;border-radius:10px;background:rgba(0,0,0,0.04)}
.image-switcher.slider-horizontal{overflow:hidden}
.slider-horizontal{position:relative;overflow:hidden}
.switcher-track{display:flex;transition:transform .35s ease;width:calc(100% * 2);will-change:transform;z-index:1}
.slide{min-width:100%;flex:0 0 100%;overflow:hidden;position:relative}
.slide img{width:100%;height:420px;object-fit:cover;display:block}
.slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:var(--accent);color:#072a4a;border:0;width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 26px rgba(2,6,23,0.25);font-weight:700;font-size:1.25rem;z-index:60}
.slider-btn.left{left:12px}
.slider-btn.right{right:12px}
.slider-selectors{display:none}
.selector{display:none}
.mini-thumb{position:absolute;right:12px;bottom:12px;width:54px;height:54px;border-radius:50%;background-size:cover;background-position:center;border:3px solid rgba(0,0,0,0.18);box-shadow:0 8px 20px rgba(2,6,23,0.28);cursor:pointer;z-index:120}
.mini-thumb.small{width:44px;height:44px;border:2px solid rgba(0,0,0,0.12)}
.mini-thumb[aria-pressed='true']{outline:3px solid rgba(255,183,3,0.14);transform:scale(1.03)}

/* Group cards */
.group-card{background:linear-gradient(180deg,rgba(255,255,255,0.01),transparent);padding:1rem;border-radius:10px;margin-bottom:1.25rem;border:2px solid #d43838}
.group-track{display:flex;gap:.75rem;overflow-x:auto;padding:8px}
.group-track.autoplay{scroll-behavior:smooth}
.group-track.autoplay:hover{scroll-behavior:auto}
.group-track img{height:360px;object-fit:cover;border-radius:10px;flex:0 0 auto;box-shadow:0 8px 26px rgba(2,6,23,0.4);border:1px solid rgba(255,255,255,0.02);transition:transform .28s cubic-bezier(.2,.9,.25,1),box-shadow .28s ease}
.group-track img:hover{transform:translateY(-6px) rotate(-3deg) scale(1.04);box-shadow:0 18px 40px rgba(2,6,23,0.5)}
.group-track::-webkit-scrollbar{height:10px}
.group-track::-webkit-scrollbar-thumb{background:#FFA500;border-radius:6px}

/* Contact */
.contact{padding:2rem 0}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.contact-form label{display:block;margin-bottom:.6rem}
.contact-form input,.contact-form textarea{width:100%;padding:.5rem;border:1px solid #ccc;border-radius:4px}
.btn{display:inline-block;background:var(--primary);color:#fff;padding:.6rem 1rem;border-radius:6px;text-decoration:none}

/* Footer */
.site-footer{background:var(--surface);border-top:1px solid rgba(255,255,255,0.03);padding:.75rem 0;margin-top:2rem;color:var(--muted)}
.site-footer p{color:var(--muted);text-align:center;margin:0}

/* SEO Content */
.seo-intro{padding:1.5rem;margin-bottom:2rem;background:linear-gradient(180deg,rgba(255,255,255,0.02),transparent);border-radius:10px;border:1px solid rgba(212,56,56,0.12)}
.seo-intro p{color:var(--text);text-align:center;font-size:1.1rem;line-height:1.6;margin:0}

/* Local SEO Content */
.local-seo-content{margin-top:2rem;padding:1.5rem;background:linear-gradient(180deg,rgba(255,255,255,0.02),transparent);border-radius:10px;border:1px solid rgba(212,56,56,0.12)}
.local-seo-content h3{color:var(--accent);margin-bottom:1rem;text-align:center}
.local-seo-content > div{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}
.local-seo-content > div > div{padding:.8rem;background:rgba(255,255,255,0.02);border-radius:8px;border:1px solid rgba(255,255,255,0.05)}
.local-seo-content h4{color:var(--accent);margin:0 0 .5rem;font-size:.95rem}
.local-seo-content p{color:var(--muted);margin:0;font-size:.85rem;line-height:1.4}

/* Responsive Design */
@media (max-width:920px) and (min-width:769px){
  .topbar-inner{flex-direction:row;justify-content:space-between;padding:.4rem 1rem}
  .topbar-wrap{flex-direction:row;justify-content:space-between}
  .top-info{flex-direction:row;gap:.6rem;font-size:.9rem}
  .header-main{flex-direction:row;padding:.6rem 1rem}
  .header-wrap{flex-direction:row;justify-content:space-between}
  .site-menu{flex-direction:row;gap:.8rem;margin-left:1rem}
  .site-menu .menu-pill{padding:.4rem .8rem;font-size:.9rem}
  .about-cards{grid-template-columns:repeat(2,1fr);gap:.8rem}
  .about-photos{flex-direction:row;flex-wrap:wrap;gap:.8rem}
  .about-photos .about-photo{width:45%;max-width:45%}
  .group-track img{height:240px}
}

@media (max-width:768px){
  .topbar-inner{flex-direction:column;gap:.25rem;padding:.3rem 1rem}
  .topbar-wrap{flex-direction:column;gap:.5rem;text-align:center}
  .top-info{flex-direction:column;gap:.3rem;font-size:.9rem}
  .top-info .sep{display:none}
  .header-main{flex-direction:column;gap:.5rem;padding:.5rem 1rem}
  .header-wrap{flex-direction:column;gap:.5rem;text-align:center}
  .site-menu{flex-direction:column;gap:.5rem;margin-left:0;margin-top:.5rem}
  .site-menu .menu-pill{padding:.4rem .8rem;font-size:.9rem}
  .about-cards{grid-template-columns:1fr;gap:.8rem}
  .about-photos{flex-direction:column;gap:1rem}
  .about-photos .about-photo{width:100%;max-width:100%}
  .slide img{height:220px}
  .group-track img{height:240px}
}

@media (max-width:480px){
  .contact-grid{grid-template-columns:1fr}
  .logo{height:40px}
  .logo.large{height:80px}
  .topbar-inner{padding:.2rem .8rem}
  .top-info{font-size:.85rem}
  .site-menu .menu-pill{padding:.35rem .7rem;font-size:.85rem}
  .about h1{font-size:1.6rem;line-height:1.3}
  .about h2{font-size:1.4rem}
  .about h3{font-size:1rem}
  .about-card{padding:.8rem;margin-bottom:.8rem}
  .about-card h4{font-size:.95rem}
  .about-card p{font-size:.9rem;line-height:1.5}
  .about-photos .about-photo{width:100%;max-width:100%;height:auto;margin-bottom:.8rem}
  .video-inner{padding-top:56.25%;margin:0 .5rem}
  .container{padding:.8rem}
  .contact-form input,.contact-form textarea{font-size:16px;padding:.6rem}
  .btn{padding:.7rem 1.2rem;font-size:.9rem}
  .local-seo-content{padding:1rem;margin-top:1.5rem}
  .local-seo-content h3{font-size:1.1rem}
  .local-seo-content > div{grid-template-columns:1fr;gap:.8rem}
  .local-seo-content > div > div{padding:.6rem}
  .local-seo-content h4{font-size:.9rem}
  .local-seo-content p{font-size:.8rem}
}

@media (max-width:820px){
  .about-cards{grid-template-columns:1fr}
}

@media (min-width:1100px){
  .about-cards{grid-template-columns:repeat(4,minmax(220px,1fr))}
}

@media (max-width:520px){
  .about-photos .about-photo{width:100%;max-width:100%;height:auto}
}

@media (pointer: fine) and (hover: hover){
  .about-photos .about-photo{transition:transform .28s cubic-bezier(.2,.9,.25,1),box-shadow .28s ease}
  .about-photos .about-photo:hover{transform:scale(1.06);box-shadow:0 22px 48px rgba(2,6,23,0.55)}
}