:root {
  --bg: #0d0d0d;
  --muted: #d6d6d6;
  --card: #e0e0e0;
  --accent: #ffffff;
}

* {
  box-sizing: border-box
}

body {
  margin: 0;
  font-family: Inter, system-ui, Arial, sans-serif;
  background: var(--bg);
  color: var(--accent);
  -webkit-font-smoothing: antialiased
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 36px;
  z-index: 50
}

.logo img {
  height: 100px
}

.nav-links {
  display: flex;
  gap: 18px;
  align-items: center
}

.nav-links a {
  color: var(--accent);
  text-decoration: none;
  opacity: .9
}

.btn-nav {
  background: #fff;
  color: #111;
  border-radius: 26px;
  padding: 10px 16px;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .6);
  font-weight: 700
}

.hero {
  min-height: 90vh;
  padding-top: 90px;
  display: flex;
  align-items: center
}

.hero-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  padding: 40px
}

.small-text {
  opacity: .8;
  margin: 0 0 6px 0;
      transform: translate(0px, 80px);
    opacity: 0.8;
    font-size: 24px;
     font-family: "Poppins", sans-serif;
}

.creativity-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative
}

.creativity {
  font-size: 72px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0
}

.to-text {
  font-size: 20px;
  opacity: .9
}

.visual-rect {
  margin-top: 28px
}

.visuals-box {
  background: #fff;
  color: #111;
  padding: 28px 48px;
  display: inline-block;
  font-weight: 900;
  font-size: 48px;
  scale: 1.2;
  opacity: 1;
  transform: translate(650px,-80px);
}

.right-circle {
  position: absolute;
  right: 50px;
  top: 80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: #d9d9d9;
  opacity: .9;
  scale: 1.5;
    opacity: 0.9;
    transform: translate(-600px, 200px);
}

.through {
  padding: 80px 0
}

.through-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative
}

.through-text {
  font-size: 28px;
  margin: 0 40px 0 0
}

.video-box {
  width: 241px;
  height: 429px;
  background: #d9d9d9
}

.video-text {
  margin-left: auto;
  font-size: 28px;
  text-align: right
}

.editing {
   font-family: "Ubuntu", sans-serif;
   font-style: italic;
  font-size: 36px;
  display: block
}

.tools {
  padding: 60px 20px
}

.tools-card {
  max-width: 1100px;
  margin: 0 auto;
  background: #d9d9d9;
  padding: 28px;
  border-radius: 18px;
  color: #111
}

.tools-card h2 {
  text-align: center;
  margin-top: 0
}

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

.tool {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px
}

.tool .icon {
  width: 80px;
  height: 80px;
  border-radius: 18px;
  background: #444;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .4)
}

.cta {
  padding: 120px 20px;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center
}

.cta-inner {
  text-align: center
}

.cta-btn {
  margin-top: 28px;
  padding: 18px 36px;
  border-radius: 40px;
  border: none;
  background: #222;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .6)
}

.footer {
  padding: 36px;
  text-align: center;
  opacity: .6
}

@media (max-width:800px) {
  .creativity {
    font-size: 44px
  }

  .visuals-box {
    font-size: 28px;
    padding: 18px 28px
  }

  .icons-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .nav {
    padding: 12px 18px
  }

  .logo img {
    height: 32px
  }

  .nav-links a {
    font-size: 14px
  }
}

/* ===== WORK PAGE ===== */
.work-section {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
}

.work-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.work-header h2 {
  font-size: 2.5rem;
}

.slider-btns button {
  font-size: 22px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}

.slider {
  overflow: hidden;
}

.track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.track::-webkit-scrollbar { display: none; }

/* LONG VIDEO CARD */
.video-card {
  min-width: 300px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: white;
}
.video-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.video-card span {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(0,0,0,0.7);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
}

/* SHORT VIDEO CARD */
.short-card {
  min-width: 240px;
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
}
.short-card iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.youtube-shorts-embed {
  width: 100%;
  height: 600px;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
}

.youtube-shorts-embed iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* SHORT VIDEO CARD */
.short-card {
  position: relative;
  min-width: 234px;
  aspect-ratio: 9 / 16;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
}

.short-card iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* WATCH BUTTON */
.yt-btn {
      position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 13px 14px;
    border-radius: 24px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
    backdrop-filter: blur(6px);
    transition: all 0.3s ease;
}

.yt-btn:hover {
  background: #a8a8a8;
}


/* ================= RESPONSIVE FIXES ================= */

/* Tablet */
@media (max-width: 1024px) {

.hero-inner{
padding:20px;
}

.creativity{
font-size:56px;
}

.visuals-box{
font-size:36px;
padding:22px 40px;
transform:none !important;
}

.right-circle{
transform:none !important;
right:20px;
top:120px;
scale:1.2;
}

.through-inner{
flex-wrap:wrap;
justify-content:center;
}

.video-text{
margin-left:0;
text-align:center;
}

.icons-grid{
grid-template-columns:repeat(2,1fr);
}

}


/* Mobile */
@media (max-width: 768px) {

.nav{
flex-wrap:wrap;
padding:14px 20px;
}

.nav-links{
gap:12px;
}

.nav-links a{
font-size:14px;
}

.btn-nav{
padding:6px 12px;
font-size:13px;
}

/* HERO */

.small-text{
font-size:18px;
transform:none !important;
}

.creativity{
font-size:40px;
}

.visuals-box{
font-size:26px;
padding:16px 28px;
margin-top:20px;
}

.right-circle{
display:none;
}

/* THROUGH */

.through-inner{
flex-direction:column;
text-align:center;
gap:20px;
}

.video-box{
width:200px;
height:350px;
}

.video-text h1{
font-size:36px !important;
}

/* TOOLS */

.icons-grid{
grid-template-columns:1fr;
}

/* WORK PAGE */

.video-card{
min-width:260px;
}

.short-card{
min-width:200px;
}

}


/* Small Phones */

@media (max-width: 480px){

.creativity{
font-size:32px;
}

.small-text{
font-size:16px;
}

.visuals-box{
font-size:22px;
padding:12px 20px;
}

.video-box{
width:180px;
height:320px;
}

.video-text h1{
font-size:30px !important;
}

.cta-btn{
padding:14px 24px;
font-size:14px;
}

}

/* ================= HAMBURGER ================= */

.menu-toggle{
display:none;
flex-direction:column;
gap:5px;
cursor:pointer;
z-index:1200;
}

.menu-toggle span{
width:26px;
height:3px;
background:white;
border-radius:3px;
transition:.3s;
}

/* mobile nav */

@media(max-width:768px){

.menu-toggle{
display:flex;
}

.nav-links{
position:fixed;
top:0;
right:-100%;
height:100vh;
width:260px;
background:#111;
flex-direction:column;
justify-content:center;
align-items:center;
gap:30px;
transition:.4s;
}

.nav-links.active{
right:0;
}

.nav-links a{
font-size:18px;
}

}

/* ===== GALLERY ===== */

.gallery-section{
max-width:1200px;
margin:100px auto;
padding:0 20px;
}

.gallery-section h2{
font-size:2.5rem;
margin-bottom:40px;
}

.gallery-grid{
column-count:3;
column-gap:20px;
}

.gallery-grid img{
width:100%;
margin-bottom:20px;
border-radius:16px;
break-inside:avoid;
}

/* drag cursor */

.track{
cursor:grab;
}

.track:active{
cursor:grabbing;
}

/* responsive */

@media(max-width:900px){
.gallery-grid{
column-count:2;
}
}

@media(max-width:600px){
.gallery-grid{
column-count:1;
}
}