@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&family=Pacifico&display=swap');

:root{
  --bg:#050505;
  --card:#0f0f10;
  --muted: rgba(255,255,255,.82);
  --muted2: rgba(255,255,255,.6);

  /* 🔥 softer accent (not too red) */
  --accent:#ff2a2a; 
  --border: rgba(255,255,255,.12);
  --shadow: 0 12px 28px rgba(0,0,0,.45);
}


*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}

body{
  font-family:Poppins, sans-serif;
  background:
  radial-gradient(circle at 18% 20%, rgba(255,255,255,.04), transparent 35%),
  radial-gradient(circle at 85% 55%, rgba(255,255,255,.03), transparent 38%),
  var(--bg);

  color:#fff;
  min-height:100vh;
}

/* layout */
.container{width:min(1180px, 92%); margin:0 auto;}
.spacer{height:18px;}

/* NAV */
.nav{ padding: 18px 0; }

.navbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  color:#fff;
}

.brand-badge{
  width:62px;
  height:62px;
  border-radius:50%;
  background: var(--accent);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  font-size:22px;
  box-shadow: var(--shadow);
}

.brand-text{
  display:flex;
  flex-direction:column;
  line-height:1.1;
}

.brand-text strong{font-size:16px;}
.brand-text span{font-size:12px;color:var(--muted2);}

.menu{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}

.menu a{
  color:#fff;
  text-decoration:none;
  opacity:.9;
  padding:10px 10px;
  border-radius:12px;
}

.menu a:hover{background: rgba(255,255,255,.06);}

.menu a.active{
  background: rgba(255,0,34,.16);
  border: 1px solid var(--border);
  opacity:1;
  font-weight:600;
}

.btn-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  background: var(--accent);
  color:#fff;
  text-decoration:none;
  padding: 12px 18px;
  border-radius: 14px;
  font-weight:700;
  border: 1px solid rgba(255,0,34,.85);
  box-shadow: var(--shadow);
  transition: .25s;
}

.btn-pill:hover{
  filter: brightness(1.05);
  transform: translateY(-1px);
}

/* HERO */
.hero{
  padding: 26px 0 34px;
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 34px;
  align-items:center;
}

.kicker{
  display:inline-flex;
  gap:10px;
  align-items:center;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  border-radius: 14px;
  color: var(--muted);
  width: fit-content;
}

.dot{
  width:9px;
  height:9px;
  border-radius:50%;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(255,0,34,.7);
}

.hi{
  font-size: 54px;
  font-weight: 800;
  margin-top: 14px;
  line-height: 1.05;
}

.script{
  font-family: Pacifico, cursive;
  font-weight: 400;
}

.role{
  margin-top: 10px;
  font-size: 56px;
  color: var(--accent);
  font-weight: 800;
  line-height: 1.05;
}

.subtitle{
  margin-top: 16px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 680px;
}

.quick{
  margin-top: 18px;
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
}

.chip{
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.86);
  font-size: 13px;
}

.cta{
  margin-top: 22px;
  display:flex;
  flex-wrap:wrap;
  gap: 12px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  background: var(--accent);
  color:#fff;
  text-decoration:none;
  padding: 13px 22px;
  border-radius: 14px;
  font-weight: 800;
  border: 1px solid rgba(255,0,34,.85);
  box-shadow: var(--shadow);
  transition: .25s;
}

.btn:hover{
  filter: brightness(1.05);
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255,0,0,0.35);
}

.btn.outline{
  background: transparent;
  border: 2px solid var(--accent);
  box-shadow:none;
}

.btn.ghost{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow:none;
}

.small-btn{
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 800;
  border-radius: 12px;
}

/* right hero */
.hero-right{
  position:relative;
  min-height: 420px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.big-circle{
  position:absolute;
  width: 430px;
  height: 430px;
  border-radius:50%;
  background: var(--accent);
  right: 6%;
  top: 4%;
  box-shadow: var(--shadow);
}

.profile{
  position: relative;
  width: 340px;
  height: auto;
  border-radius: 20px;
  z-index: 2;
  border: none;
  box-shadow: none;
  background: transparent;
  transform: scale(2) translateX(45px) translateY(-20px);
  mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
}

.bubble{
  position:absolute;
  width: 110px;
  height:110px;
  border-radius:50%;
  background: rgba(255,0,34,.22);
  right: 2%;
  bottom: 6%;
  filter: blur(.2px);
}

.bubble2{
  position:absolute;
  width: 70px;
  height:70px;
  border-radius:50%;
  background: rgba(255,0,34,.18);
  left: 4%;
  top: 12%;
}

/* SECTIONS */
.section{ padding: 26px 0 40px; }

.section-title{
  font-size: 30px;
  font-weight: 800;
}

.section-sub{
  margin-top: 8px;
  color: var(--muted2);
  line-height: 1.7;
  max-width: 900px;
}

/* Cards */
.grid{
  margin-top: 18px;
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.card{
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  padding: 18px;
  transition: .25s;
}

.tool-item:hover{
  transform: translateY(-4px);
  border-color: var(--accent);
  box-shadow: 0 8px 20px rgba(0,0,0,.4);
  background: rgba(255,255,255,.05);
}


.card h3{
  font-size: 18px;
  margin-bottom: 8px;
}

.card p{color: var(--muted); line-height: 1.7;}
.card .meta{margin-top: 12px; color: var(--muted2); font-size: 13px;}

/* Specific grids */
.col-4{grid-column: span 4;}
.col-6{grid-column: span 6;}
.col-8{grid-column: span 8;}
.col-12{grid-column: span 12;}

/* Timeline */
.timeline{
  margin-top: 16px;
  display:flex;
  flex-direction:column;
  gap: 14px;
}

.item{
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
  transition: .25s;
}

.item:hover{border-color: rgba(255,0,34,.5);}

.item-top{
  display:flex;
  justify-content:space-between;
  gap: 14px;
  flex-wrap:wrap;
}

.item h3{font-size: 18px;}

.badge{
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,0,34,.55);
  background: rgba(255,0,34,.14);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.item ul{
  margin-top: 10px;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.7;
}

/* Contact */
.contact-wrap{
  margin-top: 18px;
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 16px;
}

.form{
  display:flex;
  flex-direction:column;
  gap: 12px;
}

.input{
  padding: 13px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  color:#fff;
  outline:none;
}

textarea.input{min-height: 130px; resize: vertical;}

.input:focus{
  border-color: rgba(255,0,34,.65);
  box-shadow: 0 0 0 3px rgba(255,0,34,.15);
}

.note{
  color: var(--muted2);
  font-size: 13px;
  line-height: 1.6;
}

.kv{
  display:flex;
  flex-direction:column;
  gap: 10px;
}

.kv a{color:#fff; text-decoration:none;}
.kv a:hover{color: var(--accent);}
.kv .label{color: var(--muted2); font-size: 12px;}

/* Footer */
.footer{
  padding: 20px 0 40px;
  color: rgba(255,255,255,.55);
  font-size: 13px;
}

/* Find me */
.findme{ margin-top: 10px; }

.findme-title{
  font-weight: 800;
  letter-spacing: .3px;
  margin-bottom: 10px;
}

.socials{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
}

.social{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  transition: .25s;
}

.social:hover{
  background: #ff0022;
  transform: scale(1.12);
}

/* TOOLS ICON GRID */
.tools-grid{
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 18px;
}

.tool-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
  transition: .2s;
}

.tool-item img{
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.tool-item span{
  font-size: 12px;
  color: rgba(255,255,255,.85);
  font-weight: 600;
}

.tool-item:hover{
  transform: translateY(-4px);
  border-color: rgba(255,0,34,.6);
  box-shadow: 0 10px 25px rgba(255,0,34,.15);
  background: rgba(255,0,34,.08);
}

/* ADVANCED PROJECT CARD */
.project-card-advanced{
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  padding: 22px;
  border-radius: 20px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
  transition: .25s;
}

.project-card-advanced:hover{
  border-color: rgba(255,0,34,.6);
  box-shadow: 0 15px 40px rgba(255,0,34,.12);
}

/* PROJECT GALLERY (blur bg + main) */
.project-gallery{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: #000;
}

/* blurred background layer */
.project-gallery img.bg{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(18px);
  transform: scale(1.12);
  opacity: 0;
  transition: opacity .6s ease;
  z-index: 1;
}

/* clear main layer */
.project-gallery img.main{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  opacity: 0;
  transition: opacity .6s ease;
  z-index: 2;
}

.project-gallery img.active{
  opacity: 1;
}

.port-content h4{
  font-size: 22px;
  margin-bottom: 10px;
}

.port-content h4 a{
  color: var(--accent);
}


.port-content p{
  color: rgba(255,255,255,.85);
  line-height: 1.7;
}

/* FULLSCREEN IMAGE MODAL */
.img-modal{
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  backdrop-filter: blur(6px);
  justify-content: center;
  align-items: center;
}

.img-modal-content{
  max-width: 90%;
  max-height: 90%;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
  animation: zoomIn .25s ease;
}

.img-close{
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.img-close:hover{
  color: #ff0022;
}

@keyframes zoomIn{
  from{ transform: scale(0.85); opacity: 0; }
  to{ transform: scale(1); opacity: 1; }
}

.zoomable{ cursor: zoom-in; }

/* Responsive */
@media (max-width: 980px){
  .hero{grid-template-columns: 1fr;}
  .hero-right{min-height: 340px;}
  .big-circle{
    right: 50%;
    transform: translateX(50%);
    top: 8%;
  }
  .contact-wrap{grid-template-columns: 1fr;}
  .col-4,.col-6,.col-8{grid-column: span 12;}
}

@media (max-width: 520px){
  .hi{font-size: 40px;}
  .role{font-size: 42px;}
  .brand-badge{width:54px;height:54px;}
}

@media (max-width: 900px){
  .project-card-advanced{ grid-template-columns: 1fr; }
}

.social img{
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1); /* makes icons white */
  transition: .2s;
}

.social:hover img{
  filter: brightness(1) invert(0);
}

/* =========================
   MOBILE IMPROVEMENTS
   Paste this at the END
========================= */

/* Prevent horizontal scrolling on small screens */
html, body {
  overflow-x: hidden;
}

/* Better tap targets on mobile */
a, button {
  -webkit-tap-highlight-color: transparent;
}

/* Tablet + below */
@media (max-width: 980px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .menu {
    width: 100%;
    gap: 10px;
  }

  .menu a {
    padding: 10px 12px;
  }

  .btn-pill {
    align-self: flex-start;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 18px 0 28px;
  }

  .hero-right {
    min-height: auto;
    padding-top: 10px;
  }

  .big-circle {
    width: 320px;
    height: 320px;
    right: 50%;
    transform: translateX(50%);
    top: 0;
  }

  /* IMPORTANT: stop huge zoom on mobile */
  .profile {
    width: min(320px, 86%);
    transform: none;
    margin: 0 auto;
    display: block;
  }

  .bubble, .bubble2 {
    display: none;
  }

  .contact-wrap {
    grid-template-columns: 1fr;
  }

  .col-4, .col-6, .col-8 {
    grid-column: span 12;
  }

  .project-card-advanced {
    grid-template-columns: 1fr;
  }
}

/* Phones */
@media (max-width: 520px) {
  .brand-badge {
    width: 52px;
    height: 52px;
    font-size: 18px;
  }

  .hi {
    font-size: 38px;
    line-height: 1.1;
  }

  .role {
    font-size: 40px;
    line-height: 1.05;
  }

  .subtitle {
    font-size: 14px;
  }

  .cta {
    gap: 10px;
  }

  .btn {
    width: 100%;
    justify-content: center;
    padding: 12px 16px;
  }

  .btn.outline,
  .btn.ghost {
    width: 100%;
  }

  .card {
    padding: 16px;
  }

  .socials {
    gap: 10px;
  }

  .social {
    width: 44px;
    height: 44px;
  }

  .social img {
    width: 20px;
    height: 20px;
  }
}


/* -----------------------------
   NEW: Reels video showcase
------------------------------ */
.video-showcase{
  display:flex;
  align-items:center;
  justify-content:center;
}

.reels-video{
  width:100%;
  max-width:520px;
  aspect-ratio:9/16;
  border-radius:18px;
  border:1px solid rgba(255,0,34,.35);
  box-shadow: 0 18px 40px rgba(0,0,0,.45);
  background:#000;
}

/* Make code in descriptions readable */
.project-info code{
  background: rgba(255,255,255,.08);
  padding: .15rem .35rem;
  border-radius: 8px;
  border:1px solid rgba(255,255,255,.12);
}
/* -----------------------------
   Polished nav + footer tweaks
------------------------------ */
.btn-pill.ghost{
  background: transparent;
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.9);
}

.btn-pill.ghost:hover{
  border-color: rgba(255,0,34,.55);
  box-shadow: var(--shadow);
}

.footer-links{
  margin-top: 10px;
  display:flex;
  gap:12px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links a{
  color: rgba(255,255,255,.75);
  text-decoration: none;
  border-bottom: 1px dashed rgba(255,255,255,.25);
}

.footer-links a:hover{
  color: rgba(255,255,255,.95);
  border-bottom-color: rgba(255,0,34,.55);
}
/* -----------------------------
   Projects disclaimer & links
------------------------------ */
.badge-note{
  margin: 10px auto 30px;
  max-width: 820px;
  padding: 12px 18px;
  border-radius: 14px;
  background: rgba(255,0,34,.08);
  border: 1px solid rgba(255,0,34,.35);
  color: rgba(255,255,255,.9);
  font-size: 0.95rem;
  text-align: center;
}

.project-link{
  display:inline-block;
  margin-top:12px;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.2);
  color:#fff;
  text-decoration:none;
  font-size:0.9rem;
  transition:.2s ease;
}

.project-link:hover{
  border-color: rgba(255,0,34,.55);
  box-shadow: var(--shadow);
}

/* ===== OWN SAMPLE PROJECTS (REELS + GRAPHICS) ===== */

.thumb-simple-row{
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 per row */
  gap: 16px;
}

.thumb-reel{
  width: 80%;
  max-height: 300px;      /* ✅ limit height */
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 10px;
  background: #000;
}

/* 🖼️ GRAPHICS (16:9) */
.thumb-graphic{
  width: 100%;
  aspect-ratio: 16 / 9;  /* ✅ landscape ratio */
  object-fit: cover;
  border-radius: 10px;
  background: #000;
}

/* Responsive */
@media (max-width: 720px){
  .thumb-simple-row{
    grid-template-columns: 1fr; /* 1 per row on mobile */
  }
}
