/* BOSS+ — styles.css */
/* Reset */
*{box-sizing:border-box}
html,body{height:100%}
body{margin:0; font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial; color:var(--text); background:var(--bg); overflow-x:hidden}
img{max-width:100%; display:block}
a{color:inherit; text-decoration:none}
button,input,textarea{font:inherit}
:focus-visible{outline:2px solid rgba(255,255,255,.6); outline-offset:2px; border-radius:14px}

:root{
  --bg:#07070b;
  --bg2:#0b0b13;
  --text:#f2f2f6;
  --muted:rgba(242,242,246,.72);
  --card:rgba(255,255,255,.06);
  --card2:rgba(255,255,255,.09);
  --stroke:rgba(255,255,255,.12);
  --shadow: 0 20px 80px rgba(0,0,0,.55);
  --accent:#ff1232; /* B+ red */
  --accent2:#ff5d3a;
  --good:#00d18f;
  --warn:#ffce4a;
  --radius:22px;
  --radius2:28px;
}

.container{width:min(1160px, calc(100% - 40px)); margin-inline:auto}
.section{padding:92px 0}
.section-dark{background:linear-gradient(180deg, #07070b, #0a0a14)}
.section-muted{background:linear-gradient(180deg, #0a0a14, #07070b)}
.section-head{margin-bottom:28px}
.section-head h2{
  font-family:Unbounded, Inter, sans-serif;
  letter-spacing:-.02em;
  margin:0 0 10px;
  font-size:clamp(26px, 3.2vw, 40px);
}
.section-head p{margin:0; color:var(--muted); font-size:1.05rem}

/* Overlays */
.noise{
  position:fixed; inset:0;
  pointer-events:none; opacity:.07;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
  mix-blend-mode:overlay;
  z-index:1;
}
.cursor-glow{
  position:fixed; left:0; top:0; width:380px; height:380px; border-radius:50%;
  pointer-events:none;
  background:radial-gradient(circle at center, rgba(255,18,50,.22), transparent 60%);
  transform:translate(-50%,-50%);
  filter:blur(1px);
  z-index:2;
}

/* Topbar */
.topbar{
  position:sticky; top:0; z-index:50;
  background:rgba(7,7,11,.55);
  backdrop-filter: blur(16px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.topbar-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
}
.brand{display:flex; gap:10px; align-items:center}
.brand-mark{width:34px; height:34px; border-radius:12px; box-shadow:0 10px 30px rgba(0,0,0,.45)}
.brand-name{
  font-family:Unbounded, Inter, sans-serif;
  letter-spacing:-.04em;
  font-weight:800;
}
.plus{color:var(--accent)}

.nav{display:flex; gap:18px; align-items:center; color:rgba(242,242,246,.86)}
.nav a{padding:10px 10px; border-radius:14px; transition:transform .25s ease, background .25s ease}
.nav a:hover{background:rgba(255,255,255,.06); transform:translateY(-1px)}
.pill{background:linear-gradient(90deg, rgba(255,18,50,.92), rgba(255,93,58,.9)); color:#fff; padding:10px 14px; border-radius:999px}
.pill:hover{background:linear-gradient(90deg, rgba(255,18,50,1), rgba(255,93,58,1))}

.nav-toggle{
  display:none; width:44px; height:44px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px; background:rgba(255,255,255,.04);
  align-items:center; justify-content:center; gap:6px;
  flex-direction:column; cursor:pointer;
}
.nav-toggle span{
  width:20px; height:2px; background:rgba(242,242,246,.9); border-radius:999px;
  transition:transform .25s ease, opacity .25s ease;
}

.mobile-nav{
  position:fixed; inset:0; z-index:40;
  background:rgba(7,7,11,.78); backdrop-filter: blur(18px);
  display:none;
}
.mobile-nav-inner{
  width:min(420px, 92vw);
  margin:84px auto 0;
  padding:18px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:24px;
  background:rgba(255,255,255,.05);
  display:flex; flex-direction:column; gap:10px;
}
.mobile-nav-inner a{padding:14px 14px; border-radius:16px; background:rgba(255,255,255,.04)}
.mobile-nav-inner a:hover{background:rgba(255,255,255,.08)}

/* Hero */
.hero{position:relative; padding:78px 0 0; overflow:hidden}
.hero::before{
  content:""; position:absolute; inset:-20% -20% auto -20%; height:520px;
  background:radial-gradient(circle at 30% 30%, rgba(255,18,50,.28), transparent 62%),
             radial-gradient(circle at 70% 30%, rgba(255,93,58,.18), transparent 58%);
  filter:blur(10px);
  z-index:0;
}
.hero-inner{display:grid; grid-template-columns: 1.1fr .9fr; gap:34px; align-items:center; position:relative; z-index:3}
.kicker{display:flex; gap:10px; align-items:center; color:rgba(242,242,246,.80); font-size:.95rem}
.dot{width:8px; height:8px; border-radius:50%; background:var(--accent); box-shadow: 0 0 0 6px rgba(255,18,50,.14)}
.hero h1{
  font-family:Unbounded, Inter, sans-serif;
  letter-spacing:-.04em;
  line-height:1.05;
  margin:14px 0 14px;
  font-size:clamp(34px, 4.3vw, 62px);
}
.gradient{
  background:linear-gradient(90deg, #fff, rgba(255,255,255,.75), rgba(255,18,50,.95));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.lead{margin:0 0 22px; color:var(--muted); font-size:1.08rem; line-height:1.6}
.hero-cta{display:flex; gap:12px; flex-wrap:wrap; margin-bottom:22px}

.btn{
  border-radius:999px;
  padding:12px 16px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
  color:rgba(242,242,246,.94);
  box-shadow:0 12px 40px rgba(0,0,0,.35);
  display:inline-flex; align-items:center; gap:10px;
  transition:transform .25s ease, background .25s ease, border-color .25s ease;
}
.btn:hover{transform:translateY(-2px); background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.22)}
.btn-primary{
  border-color:rgba(255,18,50,.55);
  background:linear-gradient(90deg, rgba(255,18,50,.92), rgba(255,93,58,.85));
}
.btn-primary:hover{background:linear-gradient(90deg, rgba(255,18,50,1), rgba(255,93,58,1))}
.btn-ghost{background:rgba(255,255,255,.03)}
.btn-arrow{opacity:.9}

.stats{display:grid; grid-template-columns:repeat(3, 1fr); gap:12px; margin-top:16px}
.card-glass{
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.10);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.stat{padding:14px 14px}
.stat-value{
  font-family:Unbounded, Inter, sans-serif;
  font-weight:800;
  letter-spacing:-.04em;
  font-size:1.5rem;
}
.stat-value .small{font-size:1rem; opacity:.9; margin-left:2px}
.stat-label{color:rgba(242,242,246,.72); margin-top:4px; font-size:.92rem}

.hero-visual{position:relative}
.orbit{position:relative; height:520px}
.orb{position:absolute; border-radius:50%; filter:blur(0px); opacity:.9}
.orb-a{width:220px; height:220px; left:-60px; top:60px; background:radial-gradient(circle at 30% 30%, rgba(255,18,50,.28), transparent 60%)}
.orb-b{width:260px; height:260px; right:-70px; top:130px; background:radial-gradient(circle at 30% 30%, rgba(255,93,58,.22), transparent 60%)}
.orb-c{width:190px; height:190px; left:40%; bottom:40px; transform:translateX(-50%); background:radial-gradient(circle at 30% 30%, rgba(255,255,255,.16), transparent 60%)}

.poster-stack{position:absolute; inset:0; display:grid; place-items:center}
.poster{
  width:min(360px, 86vw);
  border-radius:26px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 35px 120px rgba(0,0,0,.65);
  position:absolute;
  transform-style:preserve-3d;
}
.poster:nth-child(1){transform:translate(-16%, -6%) rotate(-8deg)}
.poster:nth-child(2){transform:translate(12%, 8%) rotate(6deg)}
.poster:nth-child(3){transform:translate(-2%, 18%) rotate(-2deg)}
.poster img{width:100%; height:100%; object-fit:cover}
.poster figcaption{
  position:absolute; left:12px; bottom:12px;
  display:flex; gap:10px; flex-wrap:wrap;
}
.tag{
  font-size:.78rem;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(0,0,0,.45);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
}
.meta{color:rgba(255,255,255,.86)}
.hero-badge{
  position:absolute;
  right:0; bottom:-18px;
  width:min(360px, 92vw);
  padding:14px;
  display:flex; gap:12px; align-items:center;
}
.hero-badge img{width:86px; height:auto; border-radius:18px}
.hero-badge p{margin:0; color:rgba(242,242,246,.82); line-height:1.35}

/* Marquee */
.marquee{border-top:1px solid rgba(255,255,255,.07); border-bottom:1px solid rgba(255,255,255,.07); margin-top:70px; overflow:hidden}
.marquee-track{
  display:flex; gap:34px; padding:14px 0;
  width:max-content;
  animation:marquee 24s linear infinite;
  color:rgba(242,242,246,.74);
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.78rem;
}
.marquee-track span{opacity:.9}
@keyframes marquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

/* Cards / Layout */
.grid-3{display:grid; grid-template-columns:repeat(3, 1fr); gap:14px}
.grid-2{display:grid; grid-template-columns:repeat(2, 1fr); gap:14px}
.card{padding:18px}
.card-neo{
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.10);
  border-radius:var(--radius2);
  box-shadow: 0 18px 70px rgba(0,0,0,.45);
}
.card-neo h3{
  margin:0 0 8px;
  font-family:Unbounded, Inter, sans-serif;
  letter-spacing:-.03em;
}
.card-neo p{margin:0; color:var(--muted); line-height:1.65}

.split{display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:18px; align-items:stretch}
.split-left h3{font-family:Unbounded, Inter, sans-serif; margin:0 0 12px; letter-spacing:-.03em}
.checklist{list-style:none; padding:0; margin:0 0 14px; display:grid; gap:10px}
.checklist li{
  padding-left:26px; position:relative; color:rgba(242,242,246,.84); line-height:1.55;
}
.checklist li::before{
  content:""; position:absolute; left:0; top:.48em;
  width:14px; height:14px; border-radius:4px;
  background:linear-gradient(180deg, rgba(0,209,143,.95), rgba(0,209,143,.55));
  box-shadow: 0 0 0 6px rgba(0,209,143,.10);
}
.quote{padding:16px; border-radius:22px}
.quote p{margin:0; color:rgba(242,242,246,.84); line-height:1.6}

.image-panel{
  height:100%;
  border-radius:var(--radius2);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  box-shadow:0 20px 80px rgba(0,0,0,.55);
  position:relative;
}
.image-panel img{width:100%; height:100%; object-fit:cover; transform:scale(1.06)}
.image-caption{
  position:absolute; left:12px; right:12px; bottom:12px;
  display:flex; gap:8px; flex-wrap:wrap;
}

/* Events */
.events-toolbar{
  display:flex; gap:14px; justify-content:space-between; align-items:center;
  flex-wrap:wrap;
  margin:18px 0 16px;
}
.segmented{
  display:flex; gap:8px;
  padding:8px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
}
.seg-btn{
  border:0; background:transparent; color:rgba(242,242,246,.75);
  padding:10px 14px; border-radius:999px; cursor:pointer;
  transition:background .25s ease, color .25s ease, transform .25s ease;
}
.seg-btn:hover{background:rgba(255,255,255,.05); transform:translateY(-1px)}
.seg-btn.is-active{
  color:#fff;
  background:linear-gradient(90deg, rgba(255,18,50,.92), rgba(255,93,58,.86));
  box-shadow:0 14px 40px rgba(255,18,50,.18);
}
.search{position:relative}
.search input{
  width:min(420px, 86vw);
  border-radius:999px;
  padding:12px 42px 12px 14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
  color:rgba(242,242,246,.92);
}
.search-ico{position:absolute; right:14px; top:50%; transform:translateY(-50%); opacity:.7}

.events-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:14px;
}
.event-card{
  overflow:hidden;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
  box-shadow:0 18px 70px rgba(0,0,0,.45);
  transform:translateY(0);
  transition:transform .25s ease, border-color .25s ease, background .25s ease;
}
.event-card:hover{transform:translateY(-4px); border-color:rgba(255,255,255,.22); background:rgba(255,255,255,.04)}
.event-thumb{height:200px; background:rgba(255,255,255,.03); position:relative; overflow:hidden}
.event-thumb img{width:100%; height:100%; object-fit:cover; transform:scale(1.06); transition:transform .55s ease}
.event-card:hover .event-thumb img{transform:scale(1.12)}
.badges{
  position:absolute; left:12px; top:12px;
  display:flex; gap:8px; flex-wrap:wrap;
}
.badge{
  font-size:.75rem;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.42);
  backdrop-filter: blur(10px);
}
.badge.upcoming{border-color:rgba(0,209,143,.35)}
.badge.ongoing{border-color:rgba(255,206,74,.35)}
.badge.past{border-color:rgba(255,255,255,.18)}
.event-body{padding:14px}
.event-title{
  font-family:Unbounded, Inter, sans-serif;
  letter-spacing:-.03em;
  margin:0 0 6px;
  font-size:1.05rem;
}
.event-meta{color:rgba(242,242,246,.70); font-size:.92rem; line-height:1.45; margin:0 0 10px}
.event-actions{display:flex; gap:10px; flex-wrap:wrap}
.event-actions .btn{padding:10px 12px; font-size:.95rem}
.hint{color:rgba(242,242,246,.70); margin-top:14px}

/* Partners */
.logos{
  padding:18px;
  border-radius:28px;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:10px;
}
.logo{
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  padding:14px 12px;
  background:rgba(255,255,255,.03);
  text-align:center;
  color:rgba(242,242,246,.82);
  font-weight:600;
}
.cta-band{
  margin-top:18px;
  border-radius:28px;
  padding:18px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(90deg, rgba(255,18,50,.10), rgba(255,93,58,.08));
  display:flex; gap:14px; justify-content:space-between; align-items:center;
}
.cta-band h3{
  margin:0 0 6px;
  font-family:Unbounded, Inter, sans-serif;
  letter-spacing:-.03em;
}
.cta-band p{margin:0; color:rgba(242,242,246,.74)}

/* Contact */
.contact-grid{
  display:grid; grid-template-columns:1.05fr .95fr; gap:14px; align-items:start;
}
.contact-cards{display:grid; gap:14px}
.big{font-size:1.4rem; margin:0}
.mini-brand{display:flex; gap:10px; align-items:center; margin-top:12px}
.mini-brand img{width:36px; height:36px; border-radius:12px}
.mini-brand span{font-family:Unbounded, Inter, sans-serif; letter-spacing:-.03em; font-weight:700}

.form{padding:18px}
.form-row{display:grid; gap:7px; margin-bottom:12px}
.form-row label{color:rgba(242,242,246,.78); font-size:.92rem}
.form-row input,.form-row textarea{
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
  color:rgba(242,242,246,.92);
  padding:12px 12px;
}
.form-hint{margin:10px 0 0}
.muted{color:var(--muted)}

/* Footer */
.footer{
  padding:18px 0 40px;
  border-top:1px solid rgba(255,255,255,.08);
  background:rgba(0,0,0,.20);
}
.footer-inner{display:flex; justify-content:space-between; gap:16px; align-items:center; flex-wrap:wrap}
.footer-left{display:flex; gap:12px; align-items:center}
.footer-left img{width:34px; height:34px; border-radius:12px}
.footer-right{display:flex; gap:10px; align-items:center; color:rgba(242,242,246,.78)}
.sep{opacity:.35}

/* Reveal */
.reveal{opacity:0; transform:translateY(16px); transition:opacity .8s ease, transform .8s ease}
.reveal.is-visible{opacity:1; transform:translateY(0)}

/* Responsive */
@media (max-width: 980px){
  .hero-inner{grid-template-columns:1fr; gap:24px}
  .orbit{height:520px}
  .stats{grid-template-columns:1fr; gap:10px}
  .grid-3{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  .events-grid{grid-template-columns:1fr}
  .logos{grid-template-columns:repeat(2, 1fr)}
  .contact-grid{grid-template-columns:1fr}
  .nav{display:none}
  .nav-toggle{display:flex}
}

@media (prefers-reduced-motion: reduce){
  *{scroll-behavior:auto !important}
  .marquee-track{animation:none}
  .reveal{opacity:1; transform:none}
}

/* V2 additions */
.scroll-cue{margin-top:10px; height:22px; width:28px; border:1px solid rgba(255,255,255,.14); border-radius:999px; display:grid; place-items:center}
.scroll-cue span{width:4px; height:4px; border-radius:50%; background:rgba(242,242,246,.85); animation:scrollDot 1.3s ease-in-out infinite}
@keyframes scrollDot{0%{transform:translateY(-5px); opacity:.35}50%{transform:translateY(5px); opacity:1}100%{transform:translateY(-5px); opacity:.35}}

.icon-badge{
  width:42px; height:42px; border-radius:16px;
  display:grid; place-items:center;
  background:linear-gradient(180deg, rgba(255,18,50,.18), rgba(255,93,58,.08));
  border:1px solid rgba(255,255,255,.10);
  margin-bottom:10px;
  box-shadow:0 18px 60px rgba(0,0,0,.35);
}

/* Services bento */
.service-bento{display:grid; grid-template-columns: 1.2fr .8fr; gap:14px; margin-top:14px}
.bento{padding:18px; border-radius:28px}
.bento h3{margin:0 0 8px; font-family:Unbounded, Inter, sans-serif; letter-spacing:-.03em}
.bento p{margin:0 0 12px; color:rgba(242,242,246,.78); line-height:1.6}
.chips{list-style:none; padding:0; margin:0; display:flex; flex-wrap:wrap; gap:8px}
.chips li{
  padding:8px 10px; border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
  color:rgba(242,242,246,.78);
  font-size:.9rem;
}
.mini-metrics{display:grid; gap:12px}
.mini-metrics div{display:flex; justify-content:space-between; gap:10px; align-items:baseline}
.mini-metrics strong{font-family:Unbounded, Inter, sans-serif; letter-spacing:-.03em}
.mini-metrics span{color:rgba(242,242,246,.72)}

/* Work tiles */
.work-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:14px}
.work-tile{
  position:relative; height:260px; border-radius:28px; overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
  box-shadow:0 22px 85px rgba(0,0,0,.55);
  transform:translateY(0);
  transition:transform .25s ease, border-color .25s ease;
}
.work-tile:hover{transform:translateY(-4px); border-color:rgba(255,255,255,.22)}
.work-bg{
  position:absolute; inset:0;
  background-size:cover; background-position:center;
  transform:scale(1.08);
  filter:saturate(1.08) contrast(1.04);
}
.work-overlay{
  position:absolute; inset:auto 0 0 0; padding:14px;
  background:linear-gradient(180deg, transparent, rgba(0,0,0,.72));
}
.work-title{
  font-family:Unbounded, Inter, sans-serif;
  letter-spacing:-.03em;
  font-weight:700;
}
.work-sub{margin-top:6px; color:rgba(242,242,246,.72); font-size:.95rem}

/* Testimonials */
.quote-big{margin:0; color:rgba(242,242,246,.86); line-height:1.65}

/* FAQ */
.faq{padding:18px; border-radius:28px; margin-top:18px}
.faq-head{display:flex; justify-content:space-between; gap:14px; align-items:baseline; flex-wrap:wrap}
.faq h3{margin:0; font-family:Unbounded, Inter, sans-serif; letter-spacing:-.03em}
.faq-items{display:grid; gap:10px; margin-top:12px}
.faq details{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  border-radius:18px;
  padding:12px 12px;
}
.faq summary{cursor:pointer; color:rgba(242,242,246,.88); font-weight:600}
.faq details p{margin:10px 0 0; color:rgba(242,242,246,.74); line-height:1.6}

/* Floating WhatsApp */
.fab-whatsapp{
  position:fixed; right:16px; bottom:16px; z-index:60;
  padding:12px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(90deg, rgba(0,209,143,.92), rgba(0,209,143,.65));
  color:#05110c;
  box-shadow:0 18px 70px rgba(0,0,0,.45);
  display:flex; gap:10px; align-items:center;
  transform:translateY(0);
  transition:transform .25s ease;
}
.fab-whatsapp:hover{transform:translateY(-3px)}
.fab-whatsapp span{opacity:.95}
.fab-whatsapp strong{opacity:.95}

/* Modal */
.modal{position:fixed; inset:0; display:none; z-index:80}
.modal[aria-hidden="false"]{display:block}
.modal-backdrop{position:absolute; inset:0; background:rgba(0,0,0,.64); backdrop-filter: blur(14px)}
.modal-panel{
  position:relative;
  width:min(980px, calc(100% - 28px));
  margin:90px auto 20px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  box-shadow:0 40px 140px rgba(0,0,0,.75);
  overflow:hidden;
}
.modal-close{
  position:absolute; right:10px; top:10px;
  width:44px; height:44px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(0,0,0,.35);
  color:rgba(242,242,246,.92);
  cursor:pointer;
  display:grid; place-items:center;
  font-size:24px;
}
.modal-content{display:grid; grid-template-columns:1.05fr .95fr}
.modal-media{min-height:420px; background:rgba(255,255,255,.03)}
.modal-media img{width:100%; height:100%; object-fit:cover}
.modal-info{padding:18px}
.modal-info h3{margin:0 0 8px; font-family:Unbounded, Inter, sans-serif; letter-spacing:-.03em}
.modal-info p{margin:0 0 10px; color:rgba(242,242,246,.74); line-height:1.6}
.modal-meta{display:flex; gap:8px; flex-wrap:wrap; margin-bottom:12px}
.modal-gallery{display:grid; grid-template-columns:repeat(3, 1fr); gap:8px; margin-top:12px}
.modal-gallery img{height:96px; border-radius:16px; object-fit:cover; border:1px solid rgba(255,255,255,.10); cursor:pointer; opacity:.92}
.modal-gallery img:hover{opacity:1}

@media (max-width: 980px){
  .service-bento{grid-template-columns:1fr}
  .work-grid{grid-template-columns:1fr}
  .modal-content{grid-template-columns:1fr}
  .modal-panel{margin:70px auto 16px}
}



/* Events groups (V2 Clean) */
.events-group{margin-top:18px}
.group-head{display:flex; align-items:flex-end; justify-content:space-between; gap:14px; margin:18px 0 12px}
.group-head h3{
  margin:0;
  font-family:Unbounded, Inter, sans-serif;
  letter-spacing:-.03em;
  font-size:1.25rem;
}
.group-head p{margin:0; color:rgba(242,242,246,.72); max-width:56ch}
.event-card-link{display:block; color:inherit; text-decoration:none}
.event-card-link:focus-visible{outline:2px solid rgba(255,93,58,.9); outline-offset:4px; border-radius:26px}


/* Event page gallery */
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:12px;
}
.g-item{
  display:block;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
  box-shadow:0 18px 60px rgba(0,0,0,.45);
}
.g-item img{width:100%; height:180px; object-fit:cover; display:block; transform:scale(1.02); transition:transform .35s ease}
.g-item:hover img{transform:scale(1.08)}
.hero-event .poster img{max-height:520px; object-fit:cover}

@media (max-width: 980px){
  .gallery-grid{grid-template-columns:repeat(2, 1fr)}
  .g-item img{height:160px}
}


.header-socials {
  display:flex;
  gap:12px;
  margin-left:20px;
}
.header-socials a {
  width:32px;
  height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(255,255,255,0.08);
  transition:all .3s ease;
}
.header-socials a:hover {
  background:#e10600;
}
.icon {
  width:16px;
  height:16px;
  display:block;
}
.icon.fb { background:url('assets/icons/facebook.svg') center/contain no-repeat; }
.icon.ig { background:url('assets/icons/instagram.svg') center/contain no-repeat; }
.icon.x  { background:url('assets/icons/x.svg') center/contain no-repeat; }
