:root{
  --bg:#0b0f14;
  --text:rgba(255,255,255,.92);
  --muted:rgba(255,255,255,.68);
  --shadow: 0 30px 80px rgba(0,0,0,.55);
  --radius: 22px;
  --radius2: 18px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x:hidden;
}
a{color:inherit; text-decoration:none}
a:hover{opacity:.92}
.muted{color:var(--muted)}
.mono{font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace}

.container{
  width:min(1120px, calc(100% - 48px));
  margin:0 auto;
}

/* Background */
.bg{position:fixed; inset:0; z-index:-3; overflow:hidden;}
.bg__layer{
  position:absolute; inset:-40px;
  background-size:cover;
  background-position:center;
  transform: scale(1.05);
  opacity:0;
  transition: opacity 1200ms ease;
}
.bg__layer--a{opacity:1}
.bg__overlay{
  position:absolute; inset:0;
  background:
    radial-gradient(80% 70% at 30% 20%, rgba(255,255,255,.07), rgba(255,255,255,0) 55%),
    radial-gradient(70% 60% at 70% 40%, rgba(120,140,255,.10), rgba(0,0,0,0) 55%),
    linear-gradient(to bottom, rgba(0,0,0,.55), rgba(0,0,0,.75));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
/* grain optional */
.bg__grain{display:none;}

/* Topbar */
.topbar{
  position:fixed; top:0; left:0; right:0;
  z-index:50;
  background: linear-gradient(to bottom, rgba(0,0,0,.55), rgba(0,0,0,0));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.topbar__inner{
  width:min(1120px, calc(100% - 48px));
  margin:0 auto;
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
}
.brand{display:flex; align-items:center; gap:10px}
.brand__dot{
  width:10px; height:10px; border-radius:999px;
  background: rgba(255,255,255,.85);
  box-shadow: 0 0 0 6px rgba(255,255,255,.07);
}
.brand__name{font-weight:700}
.topbar__nav{display:flex; gap:18px; color:var(--muted); font-size:14px}
.topbar__nav a{padding:8px 10px; border-radius:999px}
.topbar__nav a:hover{background: rgba(255,255,255,.06); color: var(--text)}
.topbar__cta{display:none}

/* Buttons */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.10);
  color: var(--text);
  font-weight:600;
  box-shadow: 0 12px 28px rgba(0,0,0,.25);
}
.btn:hover{transform: translateY(-1px)}
.btn:active{transform: translateY(0)}
.btn--ghost{
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.12);
  box-shadow:none;
}
.btn--mini{padding:10px 12px; font-size:13px}

/* Hero */
.hero{
  min-height:100vh;
  display:flex;
  align-items:center;
  padding-top:78px;
  padding-bottom:40px;
  position:relative;
}
.hero__inner{
  width:min(1120px, calc(100% - 48px));
  margin:0 auto;
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:46px;
  align-items:center;
}
.pill{
  display:inline-flex;
  padding:6px 12px;
  border-radius:999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.72);
  font-size:13px;
}
h1{
  margin:16px 0 10px;
  font-size: clamp(30px, 4.2vw, 52px);
  line-height:1.05;
}
.lead{
  margin:0;
  font-size: 16px;
  line-height:1.55;
  color: var(--muted);
  max-width: 52ch;
}
.hero__actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:18px}
.hint{margin-top:14px; font-size:13px; color: rgba(255,255,255,.58)}

/* Badge wrapper */
.badge-wrap{position:relative; display:flex; justify-content:center; align-items:center; padding-top:36px;}

/* ===== LANYARD (Y-shape, CAPS text) ===== */
.lanyard{
  position:absolute;
  top:-46px;
  left:50%;
  transform:translateX(-50%);
  width:380px;
  height:300px;
  pointer-events:none;
  filter: drop-shadow(0 18px 30px rgba(0,0,0,.45));
}

/* left strap */
.lanyard__strap{
  position:absolute;
  left:50%;
  top:0;
  width:56px;
  height:236px;
  border-radius: 999px;
  background:#0a0a0a;
  border:1px solid rgba(255,255,255,.16);
  overflow:hidden;
  transform: translateX(-88px) rotate(-18deg);
}

/* right strap (second one for Y) */
.lanyard__strap::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:999px;
  background:#0a0a0a;
  border:1px solid rgba(255,255,255,.16);
  transform: translateX(176px) rotate(36deg);
  transform-origin: top center;
}

/* TEXT on left strap */
.lanyard__strap::before{
  content:"B.A. EVENT  B.A. EVENT  B.A. EVENT  B.A. EVENT";
  position:absolute;
  left:-98px;
  top:50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin:center;
  font-weight:800;
  letter-spacing:.26em;
  font-size:12px;
  color:rgba(255,255,255,.92);
  white-space:nowrap;
  opacity:.92;
}

/* Clip */
.lanyard__clip{
  position:absolute;
  left:50%;
  top:206px;
  width:44px;
  height:30px;
  border-radius:14px;
  background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.18);
  transform: translateX(-50%);
}

/* ring */
.lanyard__clip::before{
  content:"";
  position:absolute;
  left:50%;
  top:-12px;
  transform: translateX(-50%);
  width:18px;
  height:18px;
  border-radius:999px;
  background: rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,.30);
}

/* hook */
.lanyard__clip::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-18px;
  transform: translateX(-50%);
  width:18px;
  height:18px;
  border-radius:6px;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.22);
}

/* Right strap text */
.lanyard::after{
  content:"B.A. EVENT  B.A. EVENT  B.A. EVENT  B.A. EVENT";
  position:absolute;
  left:50%;
  top:98px;
  width:56px;
  height:236px;
  transform: translateX(88px) rotate(18deg);
  transform-origin: top center;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  letter-spacing:.26em;
  font-size:12px;
  color:rgba(255,255,255,.92);
  opacity:.92;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  pointer-events:none;
}

/* Badge */
.badge{
  all:unset;
  cursor:pointer;
  width:min(420px, 100%);
  aspect-ratio: 3 / 4.3;
  display:block;
  transform-style: preserve-3d;
  filter: drop-shadow(0 40px 80px rgba(0,0,0,.55));
  animation: sway 5s ease-in-out infinite;
}
@keyframes sway{
  0%,100%{ transform: translateY(0) rotateZ(-1deg); }
  50%{ transform: translateY(8px) rotateZ(1deg); }
}

.badge__inner{
  width:100%; height:100%;
  position:relative;
  transform-style:preserve-3d;
  transition: transform 800ms cubic-bezier(.2,.8,.2,1);
}
.badge.is-flipped .badge__inner{ transform: rotateY(180deg); }

.badge__side{
  position:absolute; inset:0;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.18);
  background:
    radial-gradient(120% 90% at 20% 0%, rgba(255,255,255,.14), rgba(255,255,255,0) 58%),
    rgba(255,255,255,.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
  padding: 16px 16px 14px;
  display:flex;
  flex-direction:column;
  gap:14px;
  backface-visibility: hidden;
}
.badge__back{ transform: rotateY(180deg); background: rgba(255,255,255,.055); }

.badge__header{display:flex; flex-direction:column; gap:10px}
.badge__logo{display:flex; align-items:center; gap:12px}
.badge__logoMark{
  width:34px; height:34px; border-radius:12px;
  background: linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,.18));
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.12);
}
.badge__team{font-weight:800}
.badge__role{font-size:13px; color: rgba(255,255,255,.68)}
.badge__tag{
  font-size:12px; color: rgba(255,255,255,.62);
  padding:8px 10px; border-radius:999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  width: fit-content;
}

/* FIX: no huge empty space */
.badge__body{
  margin-top:4px;
  flex:1;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  gap:14px;
}

.badge__bullets{margin:0; padding-left:18px; color: rgba(255,255,255,.82); line-height:1.45}
.badge__bullets li{margin: 8px 0}

.badge__micro{display:flex; align-items:center; gap:10px; color: rgba(255,255,255,.62); margin-top:auto}
.kbd{
  font-size:11px; padding:4px 8px; border-radius:10px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.22);
}
.badge__microText{font-size:12px}

.badge__footer{display:flex; flex-direction:column; gap:8px}
.badge__footer.row{flex-direction:row; gap:10px; align-items:center}
.badge__line{height:1px; background: rgba(255,255,255,.14)}
.badge__small{font-size:12px; color: rgba(255,255,255,.62)}

/* Packages */
.badge__packages{display:flex; flex-direction:column; gap:10px; margin-top:2px; flex:1}
.pkg{
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  padding: 12px 12px 10px;
}
.pkg__top{display:flex; align-items:baseline; justify-content:space-between; gap:10px}
.pkg__name{font-weight:700}
.pkg__price{font-size:12px; color: rgba(255,255,255,.75)}
.pkg__list{margin:10px 0 0; padding-left:18px; color: rgba(255,255,255,.72); line-height:1.35; font-size:12px}
.pkg__list li{margin:6px 0}

/* Scroll hint */
.hero__scroll{
  position:absolute; left:50%;
  transform: translateX(-50%);
  bottom: 18px; opacity:.75;
}
.hero__scroll a{display:flex; align-items:center; gap:10px; color: rgba(255,255,255,.65); font-size:12px}
.hero__scrollIcon{
  width:30px; height:46px; border-radius:999px;
  border: 1px solid rgba(255,255,255,.22);
  position:relative;
}
.hero__scrollIcon:after{
  content:""; position:absolute; left:50%; top:10px;
  width:4px; height:4px; border-radius:999px;
  background: rgba(255,255,255,.78);
  transform: translateX(-50%);
  animation: wheel 1.6s ease-in-out infinite;
}
@keyframes wheel{
  0%,100%{ transform: translate(-50%,0); opacity:.9 }
  50%{ transform: translate(-50%,14px); opacity:.35 }
}

/* Sections */
.section{padding: 84px 0}
.section--tight{padding-top: 52px}
.section--footer{padding-bottom: 60px}
.section__head{display:flex; align-items:flex-end; justify-content:space-between; gap:18px; margin-bottom:18px}
h2{margin:0 0 10px; font-size: clamp(22px, 2.4vw, 34px)}
.sub{margin:0; color: var(--muted); max-width: 70ch; line-height:1.55}

/* System grid */
.grid4{margin-top:26px; display:grid; grid-template-columns: repeat(4, 1fr); gap:14px;}
.card{
  border-radius: var(--radius2);
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  padding: 18px;
}
.card__title{font-weight:700; margin-bottom:8px}
.card__text{color: var(--muted); line-height:1.45}

/* Cases */
.cases{margin-top:18px; display:grid; grid-template-columns: repeat(3, 1fr); gap:14px;}
.case{
  height: 240px;
  border-radius: var(--radius2);
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.035);
  overflow:hidden;
  position:relative;
}
.case:after{
  content:""; position:absolute; inset:0;
  background: linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,0));
}
.case__meta{position:absolute; left:14px; right:14px; bottom:14px; z-index:2;}
.case__title{font-weight:800}
.case__desc{margin-top:6px; color: rgba(255,255,255,.72); font-size:13px; line-height:1.35}

/* Steps */
.steps{margin-top:22px; display:grid; grid-template-columns: repeat(4, 1fr); gap:14px;}
.step{
  border-radius: var(--radius2);
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  padding: 18px;
}
.step__n{color: rgba(255,255,255,.55); font-weight:700}
.step__t{margin-top:10px; font-weight:800}
.step__d{margin-top:8px; color: var(--muted); line-height:1.45}

/* Contacts */
.contact{margin-top: 10px; display:grid; grid-template-columns: 1.05fr .95fr; gap:18px; align-items:start;}
.contact__buttons{margin-top:16px; display:flex; gap:12px; flex-wrap:wrap}

.fine{
  margin-top:18px; border-radius: var(--radius2);
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.03);
  padding: 14px;
}
.fine__title{font-weight:700; margin-bottom:6px}
.fine__text{color: var(--muted); line-height:1.45}

.form{
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.05);
  padding: 18px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.field{display:flex; flex-direction:column; gap:8px; margin-bottom:12px}
.field span{font-size:12px; color: rgba(255,255,255,.65)}
input, textarea{
  width:100%;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.20);
  color: var(--text);
  padding: 12px 12px;
  font: inherit;
  outline:none;
}
textarea{resize: vertical; min-height: 104px}
input:focus, textarea:focus{border-color: rgba(255,255,255,.28)}
.form__submit{width:100%; margin-top:6px}
.form__note{margin:10px 0 0; font-size:12px; color: rgba(255,255,255,.55); line-height:1.35}

/* Footer */
.footer{
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
  display:flex; align-items:center; justify-content:space-between;
  color: rgba(255,255,255,.6);
  font-size:13px;
}
.footer__right a{padding:8px 10px; border-radius:999px}
.footer__right a:hover{background: rgba(255,255,255,.06); color: rgba(255,255,255,.82)}

/* Responsive */
@media (max-width: 980px){
  .hero__inner{grid-template-columns: 1fr; gap:30px}
  .badge{width: min(420px, 92vw)}
  .grid4{grid-template-columns: repeat(2, 1fr)}
  .cases{grid-template-columns: repeat(2, 1fr)}
  .steps{grid-template-columns: repeat(2, 1fr)}
  .contact{grid-template-columns: 1fr}
  .topbar__cta{display:inline-flex}
}
@media (max-width: 560px){
  .topbar__nav{display:none}
  .hero{padding-top:70px}
  .cases{grid-template-columns: 1fr}
  .steps{grid-template-columns: 1fr}
}
