:root{
  --bg:#070707;
  --panel:#0e0e0e;
  --panel2:#0b0b0b;
  --text:#f2f2f2;
  --muted:rgba(242,242,242,.72);
  --muted2:rgba(242,242,242,.55);
  --line:rgba(255,255,255,.10);
  --shadow: 0 18px 60px rgba(0,0,0,.55);
  --radius: 18px;
  --radius2: 28px;
  --max: 1180px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  background:var(--bg);
  color:var(--text);
  overflow-x:hidden;
}

a{color:inherit; text-decoration:none}
a:hover{opacity:.9}
code{color:rgba(255,255,255,.85)}

.container{
  width:min(var(--max), calc(100% - 40px));
  margin:0 auto;
}

/* Cookie */
.cookie{
  position:fixed;
  top:12px;
  left:12px;
  right:12px;
  z-index:60;
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:space-between;
  padding:12px 14px;
  background:rgba(15,15,15,.92);
  border:1px solid var(--line);
  border-radius:14px;
  backdrop-filter: blur(10px);
}
.cookie p{margin:0; font-size:13px; color:var(--muted)}
.cookie__link{ text-decoration:underline; color:var(--text) }
.cookie.is-hidden{display:none}

/* Topbar */
.topbar{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:50;
  display:flex;
  justify-content:flex-end;
  gap:10px;
  padding:10px 14px;
  pointer-events:none;
}
.topbar__chip{
  pointer-events:auto;
  font-size:12px;
  padding:8px 10px;
  background:rgba(0,0,0,.35);
  border:1px solid var(--line);
  border-radius:999px;
  backdrop-filter: blur(10px);
}

/* Header */
.header{
  position:fixed;
  top:42px;
  left:0; right:0;
  z-index:40;
}
.header__inner{
  width:min(var(--max), calc(100% - 40px));
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 14px;
  background:rgba(0,0,0,.35);
  border:1px solid var(--line);
  border-radius:999px;
  backdrop-filter: blur(12px);
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:700;
  letter-spacing:.4px;
}
.brand__mark{
  width:36px; height:36px;
  display:grid; place-items:center;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.06);
}
.brand__text{font-size:13px; color:rgba(255,255,255,.92)}
.brand--footer .brand__mark{width:42px;height:42px}

.nav{
  display:flex;
  gap:16px;
  align-items:center;
}
.nav__link{
  font-size:12px;
  color:rgba(255,255,255,.82);
  padding:8px 10px;
  border-radius:999px;
}
.nav__link.is-active{
  background:rgba(255,255,255,.08);
  border:1px solid var(--line);
}

.burger{
  display:none;
  width:42px; height:42px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.06);
  cursor:pointer;
  gap:5px;
  align-items:center;
  justify-content:center;
  flex-direction:column;
}
.burger span{
  width:18px; height:2px;
  background:rgba(255,255,255,.85);
  border-radius:999px;
}

/* Drawer */
.drawer{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.65);
  backdrop-filter: blur(8px);
  display:none;
  z-index:55;
}
.drawer.is-open{display:block}
.drawer__inner{
  position:absolute;
  top:0; right:0;
  width:min(380px, 90vw);
  height:100%;
  background:rgba(12,12,12,.95);
  border-left:1px solid var(--line);
  padding:18px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.drawer__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-bottom:8px;
  border-bottom:1px solid var(--line);
}
.drawer__title{font-weight:700; letter-spacing:.4px}
.drawer__close{
  width:42px;height:42px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.06);
  color:var(--text);
  font-size:22px;
  cursor:pointer;
}
.drawer__link{
  padding:12px 10px;
  border-radius:14px;
  border:1px solid transparent;
  color:rgba(255,255,255,.9);
}
.drawer__link:hover{
  background:rgba(255,255,255,.06);
  border-color:var(--line);
}
.drawer__link.is-active{
  background:rgba(255,255,255,.08);
  border-color:var(--line);
}
.drawer__actions{
  margin-top:auto;
  display:flex;
  gap:10px;
}

/* Hero */
.hero{
  position:relative;
  height:100svh;
  min-height:720px;
  overflow:hidden;
}
.hero__video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.02);
}
.hero__overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(60% 60% at 50% 35%, rgba(0,0,0,.35), rgba(0,0,0,.78) 65%, rgba(0,0,0,.92)),
    linear-gradient(to bottom, rgba(0,0,0,.25), rgba(0,0,0,.85));
}
.hero__content{
  position:relative;
  height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:140px 20px 80px;
  gap:12px;
}
.hero__kicker{
  margin:0;
  font-size:16px;
  letter-spacing:.5px;
  color:rgba(255,255,255,.9);
}
.hero__title{
  margin:0;
  font-size: clamp(28px, 4.2vw, 52px);
  font-weight:800;
  letter-spacing:.3px;
  line-height:1.05;
  max-width:900px;
}
.hero__cta{
  margin-top:14px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
}

/* Sections */
.section{ padding:76px 0; }
.section--alt{ background:linear-gradient(to bottom, rgba(255,255,255,.03), rgba(255,255,255,0)); }
.section__title{
  margin:0 0 20px;
  font-size:22px;
  letter-spacing:.4px;
}
.lead{ font-size:16px; color:rgba(255,255,255,.9); line-height:1.6 }
.muted{ color:var(--muted) }
.small{ font-size:12px }

/* Layout helpers */
.grid{ display:grid; gap:16px; }
.grid--2{ grid-template-columns: 1.1fr .9fr; }
.grid--3{ grid-template-columns: repeat(3, 1fr); }

.card{
  background:rgba(255,255,255,.04);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:18px;
  box-shadow:var(--shadow);
}
.card--soft{ background:rgba(255,255,255,.03); }
.card--media{ display:flex; flex-direction:column; gap:14px; }

.mediaBox{
  border-radius:var(--radius);
  border:1px solid var(--line);
  background:linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  padding:18px;
  min-height:180px;
  position:relative;
  overflow:hidden;
}
.mediaBox__badge{
  display:inline-flex;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(0,0,0,.28);
  font-size:12px;
}
.mediaBox__text{
  margin-top:14px;
  color:var(--muted);
  line-height:1.6;
}

.miniCta{
  border-radius:var(--radius);
  border:1px solid var(--line);
  background:rgba(0,0,0,.22);
  padding:16px;
}
.miniCta__title{ margin:0 0 8px; font-size:16px }
.miniCta__text{ margin:0 0 12px; color:var(--muted) }
.miniCta__actions{ display:flex; flex-wrap:wrap; gap:10px }

/* Pills */
.pillGrid{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.pill{
  padding:12px 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  color:rgba(255,255,255,.88);
  font-size:13px;
}

/* Posts */
.post{
  background:rgba(255,255,255,.03);
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden;
}
.post__img{
  height:170px;
  background-size:cover;
  background-position:center;
  border-bottom:1px solid var(--line);
}
.post__title{
  margin:14px 14px 8px;
  font-size:15px;
}
.post__text{
  margin:0 14px 12px;
  color:var(--muted);
  line-height:1.6;
  font-size:13px;
}
.post__link{
  display:inline-block;
  margin:0 14px 16px;
  font-size:13px;
  text-decoration:underline;
  color:rgba(255,255,255,.9);
}

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:12px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.10);
  color:rgba(255,255,255,.95);
  font-weight:700;
  font-size:12px;
  letter-spacing:.3px;
  cursor:pointer;
  transition: transform .08s ease, background .12s ease;
}
.btn:hover{ background:rgba(255,255,255,.14) }
.btn:active{ transform: translateY(1px) }
.btn--ghost{
  background:transparent;
  border-color:rgba(255,255,255,.22);
}
.btn--small{
  padding:9px 12px;
  font-size:12px;
}

/* Contact */
.contactList{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-top:10px;
}
.contactList__item{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
}
.contactList__item span{ color:var(--muted); font-size:13px }
.contactList__item strong{ font-size:13px }

.form{ display:flex; flex-direction:column; gap:12px; margin-top:10px }
.field{ display:flex; flex-direction:column; gap:6px }
.field span{ font-size:12px; color:var(--muted) }
input, textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--line);
  background:rgba(0,0,0,.35);
  color:var(--text);
  outline:none;
}
input:focus, textarea:focus{ border-color:rgba(255,255,255,.28) }
.honeypot{ position:absolute; left:-9999px; opacity:0 }
.form__note{ margin:4px 0 0; color:var(--muted); font-size:13px }

/* Accordion */
.accordion details{
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:rgba(255,255,255,.03);
  padding:12px 14px;
  margin-bottom:10px;
}
.accordion summary{
  cursor:pointer;
  font-weight:700;
  font-size:13px;
}
.accordion p{ color:var(--muted); line-height:1.6; font-size:13px }

/* Footer */
.footer{
  padding:70px 0 34px;
  border-top:1px solid var(--line);
  background:radial-gradient(90% 70% at 50% 0%, rgba(255,255,255,.05), rgba(255,255,255,0) 60%);
}
.footer__top{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:18px;
  align-items:start;
}
.footer__title{ margin:16px 0 10px; font-size:16px }
.footer__text{ margin:0 0 10px; color:var(--muted); line-height:1.7; font-size:13px }

.footer__cols{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:14px;
}
.footer__col{
  background:rgba(255,255,255,.03);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:14px;
}
.footer__col h4{ margin:0 0 10px; font-size:13px; letter-spacing:.3px }
.footer__col a{
  display:block;
  padding:8px 0;
  color:rgba(255,255,255,.84);
  font-size:13px;
  border-bottom:1px dashed rgba(255,255,255,.08);
}
.footer__col a:last-child{ border-bottom:none }
.newsletter{
  display:flex;
  gap:10px;
}
.newsletter input{
  border-radius:999px;
}
.social{ display:flex; flex-wrap:wrap; gap:10px; margin-top:10px }
.social a{
  font-size:12px;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(0,0,0,.22);
}

.footer__bottom{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid var(--line);
  color:var(--muted2);
  font-size:12px;
}

/* Responsive */
@media (max-width: 980px){
  .grid--3{ grid-template-columns: 1fr; }
  .grid--2{ grid-template-columns: 1fr; }
  .footer__top{ grid-template-columns: 1fr; }
  .footer__cols{ grid-template-columns: 1fr; }
}

@media (max-width: 860px){
  .nav{ display:none; }
  .burger{ display:flex; }
  .header{ top:44px; }
  .hero__content{ padding-top:160px; }
}
.list { margin: 12px 0 0; padding-left: 18px; }
.list li { margin: 6px 0; }

.faqGrid {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.faqItem {
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.03);
  overflow: hidden;
  transition: all .3s ease;
}

.faqItem[open] {
  background: rgba(255,255,255,0.06);
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}

.faqItem summary {
  cursor: pointer;
  padding: 16px 18px;
  font-weight: 700;
  font-size: 15px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faqItem summary::after {
  content: "+";
  font-size: 20px;
  opacity: .6;
  transition: transform .25s ease;
}

.faqItem[open] summary::after {
  content: "–";
  transform: rotate(180deg);
}

.faqContent {
  padding: 0 18px 18px;
  font-size: 14px;
  line-height: 1.6;
  opacity: .9;
}

.faqContent ul {
  padding-left: 18px;
  margin: 8px 0;
}

.faqContent li {
  margin: 4px 0;
}
.heroAbout {
  position: relative;
  min-height: 70vh;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.heroAbout__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.heroAbout__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
}

.heroAbout__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 980px;
  padding: 24px;
}
/* ===== Portrait video card fix (aligned + vertical) ===== */

.mediaGrid{
  align-items: stretch;
}

.mediaCard{
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* wrapper for portrait videos */
.portraitWrap{
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
}

/* blurred background layer */
.portraitWrap::before{
  content:"";
  position:absolute;
  inset:0;
  background: inherit;
  filter: blur(20px);
  transform: scale(1.2);
  z-index:0;
}

/* actual video */
.portraitWrap video{
  position: relative;
  z-index: 1;
  height: 100%;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}

/* fixed heights */
.h-460{ height:460px; }
.h-300{ height:300px; }
.h-520{ height:520px; }

@media (max-width:900px){
  .h-460{ height:420px; }
  .h-520{ height:480px; }
}
/* ===== HERO overlay fix: less black, sharper video ===== */

/* Make overlay lighter */
.hero__overlay{
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.18),
    rgba(0,0,0,0.42)
  ) !important;
}

/* Remove blur if your style.css uses it */
.hero__overlay{
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Make video pop a bit (optional but nice) */
.hero__video{
  filter: contrast(1.08) saturate(1.10);
}
.mediaBox {
  position: relative;
  min-height: 260px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,0.03);
  padding: 18px;
}

/* Small image */
.mediaBox__photo {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

/* Mobile */
@media (max-width: 600px) {
  .mediaBox__photo {
    width: 90px;
    height: 60px;
  }
}
/* EVENTS */
.eventsGrid{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap:14px;
  margin-top:14px;
}
.eventCard{
  grid-column: span 4;
  border-radius:16px;
  padding:16px;
  border:1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.03);
  display:grid;
  gap:10px;
}
.eventDate{
  font-size:13px;
  opacity:.8;
}
.eventTitle{
  margin:0;
  font-size:18px;
  line-height:1.2;
}
.eventLocation{
  font-size:13px;
  opacity:.9;
}
.eventDesc{
  font-size:14px;
  opacity:.9;
}
.eventTag{
  align-self:flex-start;
  border-radius:999px;
  padding:6px 10px;
  border:1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
  font-size:12px;
}

@media (max-width: 980px){
  .eventCard{ grid-column: span 6; }
}
@media (max-width: 640px){
  .eventCard{ grid-column: span 12; }
}
.eventLink{
  font-size:13px;
  text-decoration:none;
  color:inherit;
  opacity:.85;
  display:inline-flex;
  gap:6px;
  align-items:center;
  border-bottom:1px solid rgba(255,255,255,0.25);
  width:fit-content;
}
.eventLink:hover{
  opacity:1;
  border-bottom-color:#fff;
}
.brand__mark {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.15);
}

.brand__mark img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* keeps logo/photo perfect */
  display: block;
}



