@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Inter:wght@400;600;700;800&display=swap');

:root{
  --bg:#050505;
  --panel:#111111;
  --text:#ffffff;
  --muted:#bbbbbb;
  --accent:#d7ff00;
  --wa:#25d366;
}

*{
  box-sizing:border-box;
  margin:0;
  padding:0;
}

html{
  scroll-behavior:smooth;
}

body{
  background:var(--bg);
  color:var(--text);
  font-family:Inter,Arial,sans-serif;
  overflow-x:hidden;
}

a{
  color:inherit;
  text-decoration:none;
}

button{
  font:inherit;
}

.topbar{
  position:fixed;
  z-index:50;
  top:0;
  left:0;
  width:100%;
  min-height:86px;
  padding:14px clamp(16px,4vw,60px);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  background:linear-gradient(to bottom,rgba(0,0,0,.86),rgba(0,0,0,0));
}

.brand{
  width:230px;
  height:62px;
  flex:0 0 230px;
  display:flex;
  align-items:center;
  overflow:hidden;
}

.brand img{
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:230px !important;
  max-height:62px !important;
  object-fit:contain !important;
  object-position:left center !important;
}

.brand-fallback{
  display:none;
  color:#fff;
  font-family:"Barlow Condensed",Arial,sans-serif;
  font-size:1.5rem;
  font-weight:800;
  letter-spacing:.06em;
}

.top-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
}

.instagram-pill{
  min-height:44px;
  padding:10px 17px;
  border:1px solid rgba(255,255,255,.42);
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:#fff;
  background:rgba(10,10,10,.34);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  font-size:.88rem;
  font-weight:800;
  white-space:nowrap;
}

.instagram-symbol{
  display:inline-flex;
  width:19px;
  height:19px;
  align-items:center;
  justify-content:center;
  color:var(--accent);
  font-size:1.3rem;
  line-height:1;
}

.instagram-pill:hover{
  color:#070707;
  border-color:var(--accent);
  background:var(--accent);
}

.instagram-pill:hover .instagram-symbol{
  color:#070707;
}

.top-btn{
  min-height:44px;
  padding:10px 18px;
  border:1px solid rgba(255,255,255,.50);
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  white-space:nowrap;
}

.hero{
  position:relative;
  min-height:100vh;
  min-height:100svh;
  display:flex;
  align-items:center;
  padding:130px 7vw 90px;
  overflow:hidden;
  background:#000;
}

.hero video,
.overlay{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

.hero video{
  z-index:0;
  object-fit:cover;
  background:#000;
}

.overlay{
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.76) 46%,rgba(0,0,0,.22) 100%),
    linear-gradient(0deg,rgba(0,0,0,.78),transparent 48%);
}

.content{
  position:relative;
  z-index:3;
  width:min(760px,100%);
}

.eyebrow{
  color:var(--accent);
  font-size:.8rem;
  font-weight:800;
  letter-spacing:.2em;
}

.content h1,
.services h2,
.cta h2,
h3{
  font-family:"Barlow Condensed",sans-serif;
  line-height:.95;
}

.content h1{
  margin:20px 0;
  font-size:clamp(4rem,9vw,8rem);
}

.content h1 span{
  color:var(--accent);
}

.content > p:last-of-type{
  max-width:650px;
  color:#e5e5e5;
  font-size:1.1rem;
  line-height:1.7;
}

.actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:30px;
}

.btn{
  min-height:54px;
  padding:14px 24px;
  border:1px solid transparent;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
}

.primary{
  color:#090909;
  background:var(--accent);
}

.secondary{
  border-color:rgba(255,255,255,.44);
  background:rgba(0,0,0,.36);
}

.media-controls{
  position:absolute;
  right:clamp(18px,3vw,42px);
  bottom:clamp(18px,3vw,42px);
  z-index:10;
  display:flex;
  flex-direction:column;
  gap:12px;
  opacity:1 !important;
  visibility:visible !important;
}

.glass-circle{
  width:58px;
  height:58px;
  padding:0;
  border:1px solid rgba(255,255,255,.38);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:rgba(10,10,10,.48);
  box-shadow:0 10px 30px rgba(0,0,0,.34);
  cursor:pointer;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.glass-circle:hover{
  color:#050505;
  border-color:var(--accent);
  background:var(--accent);
}

/* CSS-only play icon */
.play-icon{
  width:0;
  height:0;
  margin-left:4px;
  border-top:9px solid transparent;
  border-bottom:9px solid transparent;
  border-left:14px solid currentColor;
}

/* CSS-only pause icon */
.pause-icon{
  position:relative;
  width:18px;
  height:20px;
}

.pause-icon::before,
.pause-icon::after{
  content:"";
  position:absolute;
  top:0;
  width:6px;
  height:20px;
  border-radius:1px;
  background:currentColor;
}

.pause-icon::before{
  left:1px;
}

.pause-icon::after{
  right:1px;
}

/* CSS-only speaker icons */
.speaker-icon{
  position:relative;
  width:22px;
  height:22px;
}

.speaker-icon::before{
  content:"";
  position:absolute;
  left:1px;
  top:7px;
  width:7px;
  height:8px;
  background:currentColor;
}

.speaker-icon::after{
  content:"";
  position:absolute;
  left:7px;
  top:4px;
  width:0;
  height:0;
  border-top:7px solid transparent;
  border-bottom:7px solid transparent;
  border-right:0;
  border-left:10px solid currentColor;
}

.speaker-icon.active{
  box-shadow:
    15px 7px 0 -6px currentColor,
    19px 7px 0 -6px currentColor;
}

.speaker-icon.muted span{
  display:none;
}

.speaker-icon.muted{
  background:
    linear-gradient(45deg,
      transparent 44%,
      currentColor 45%,
      currentColor 55%,
      transparent 56%);
}

.services{
  padding:100px 7vw;
}

.services h2,
.cta h2{
  margin:14px 0 35px;
  font-size:clamp(3rem,6vw,5rem);
}

.grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.grid article{
  min-height:240px;
  padding:32px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(145deg,#181818,#0d0d0d);
}

.grid b{
  color:var(--accent);
}

.grid h3{
  margin:45px 0 14px;
  font-size:2rem;
}

.grid p,
.cta p{
  color:var(--muted);
  line-height:1.7;
}

.cta{
  margin:0 7vw 90px;
  padding:50px;
  border:1px solid rgba(255,255,255,.12);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  background:
    linear-gradient(110deg,rgba(215,255,0,.08),transparent 40%),
    var(--panel);
}

footer{
  padding:32px 7vw 90px;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:20px;
  color:var(--muted);
}

footer strong{
  color:#fff;
}

.floating{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:40;
  padding:14px 20px;
  border-radius:999px;
  color:#fff;
  background:var(--wa);
  box-shadow:0 10px 35px rgba(0,0,0,.55);
  font-weight:800;
}

@media(max-width:850px){
  .grid{
    grid-template-columns:1fr;
  }

  .cta{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media(max-width:650px){
  .topbar{
    min-height:76px;
    padding:12px 14px;
  }

  .brand{
    width:160px;
    height:48px;
    flex-basis:160px;
  }

  .brand img{
    max-width:160px !important;
    max-height:48px !important;
  }

  .brand-fallback{
    font-size:1.1rem;
  }

  .top-actions{
    gap:7px;
  }

  .instagram-pill{
    width:44px;
    height:44px;
    min-height:44px;
    padding:0;
  }

  .instagram-pill span:last-child{
    display:none;
  }

  .top-btn{
    padding:8px 12px;
    font-size:.75rem;
  }

  .hero{
    align-items:flex-end;
    padding:110px 22px 125px;
  }

  .content h1{
    font-size:clamp(3.5rem,18vw,5.5rem);
  }

  .actions{
    flex-direction:column;
  }

  .btn{
    width:100%;
  }

  .media-controls{
    right:18px;
    bottom:20px;
    flex-direction:row;
  }

  .glass-circle{
    width:54px;
    height:54px;
  }

  .services{
    padding:70px 22px;
  }

  .cta{
    margin:0 22px 70px;
    padding:30px 22px;
  }

  footer{
    padding:28px 22px 90px;
    flex-direction:column;
  }
}
