/* ========= THEME ========= */
:root {
  --bg-1: #252302;
  --bg-2: #373804;
  --bg-3: #645e0d;
  --bg-4: #430e80;
  --accent: #aab607;
  --text: #F6F6F6;
  --muted: #d7d7d7;
  --shadow: 0 10px 30px rgba(255, 255, 255, 0.15);
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 5%;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  color: var(--text);
  background: radial-gradient(1200px 600px at 20% -10%, var(--bg-3), transparent),
    radial-gradient(1200px 600px at 90% 10%, var(--bg-2), transparent),
    linear-gradient(180deg, var(--bg-1), #121204 0%);
}

.container {
  width: min(1200px, 92%);
  margin-inline: auto;
}

.section-title {
  font: 800 clamp(1.6rem, 1.1rem + 2.2vw, 2.6rem)/1.1 "Playfair Display", serif;
  text-align: center;
  margin: 0 0 1.5rem;
  letter-spacing: .3px;
}

/* ========= GLOBAL HOVERS & REVEAL ========= */
.hover-pop {
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.hover-pop.is-hovered {
  transform: translateY(-2px) scale(1.03);
  box-shadow: var(--shadow);
  filter: drop-shadow(0 0 10px rgba(78, 78, 37, 0.233));
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
}

.reveal.reveal--in {
  opacity: 1;
  transform: none;
  transition: opacity .8s ease, transform .8s ease;
}

/* ========= HEADER ========= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 30%;
  position: fixed;
  top: 0;
  left: 35.5%;
  transform: translateX(-35.5);
  justify-content: center;
  border-radius: 90px;
  margin: 25px auto 0;
  background: rgba(17, 20, 1, 0.85);
  backdrop-filter: blur(2px);
  border-bottom: 1px solid rgba(61, 63, 33, 0.06);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  width: 90%;
  justify-content: center;
}

.brand {
  display: flex;
  align-items: center;
  gap: .6rem;
  text-decoration: none;
  color: var(--text);
}

.brand img {
  width: 65x;
  height: 65px;
  object-fit: contain;
  /* border-radius: 50px; */
  margin-left: -680px;
  margin-top: -22px;

}

.brand-text {
  font-weight: 800;
  letter-spacing: .2px;
}

.main-nav {
  position: relative;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 36px;
  border: 1px solid rgba(45, 46, 27, 0.2);
  background: transparent;
  border-radius: 10px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--text);
  margin: 7px;
}

.nav-list {
  display: flex;
  gap: 2.2rem;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

.nav-link {
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .3px;
  transition: all .2s ease;
}

.nav-link:hover,
.nav-link:focus {
  color: #fff;
  transform: scale(1.08);
  text-shadow: 0 0 20px rgba(80, 76, 43, 0.35);
}

/* ========= HERO ========= */
.hero {
  position: relative;
  height: 100vh;
  isolation: isolate;
  padding: clamp(4rem, 8vw, 8rem) 0 clamp(3rem, 6vw, 6rem);
  overflow: hidden;
}

.hero--repeat {
  background: linear-gradient(180deg, #151706, #212307);
}

.grid-bg {
  --g: #ffffff10;
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(var(--g) 1px, transparent 1px),
    linear-gradient(90deg, var(--g) 1px, transparent 1px);
  background-size: 36px 36px;
  height: 93.5%;
}

.hero-inner {
  text-align: center;
}

.hero-title {
  font-weight: 1000;
  font-size: clamp(2.8rem, 2.2rem + 4.6vw, 4.6rem);
  line-height: 1.1;
}

.hero .underline {
  text-decoration: underline #c6c6c6 6px;
  text-underline-offset: 8px
}

.hero-sub {
  color: var(--muted);
  margin: 1rem auto 2rem;
  max-width: 900px;
  font-size: clamp(1rem, .85rem + .4vw, 1.12rem);
}

.btn {
  display: inline-block;
  padding: .9rem 1.2rem;
  border-radius: 14px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
}

.btn-accent {
  background: var(--accent);
  color: #fff;
}

.btn-accent:hover {
  filter: brightness(1.08);
}

.btn-light {
  background: #29281418;
  color: #fff;
  border-color: #31332026;
}

.hero-badges {
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2.25rem;
}

.badge {
  background: #ece33118;
  border: 2px solid #ece33118;
  margin-top: 2%;
  border-radius: 12px;
  padding: .65rem .9rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: .2px;
}

/* ========= SERVICES ========= */

padding: clam.services {
  p(3.5rem, 5vw, 5rem) 0;
  background: linear-gradient(180deg, #1a0607, #100305);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  height: 50vh;
}

.service-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 10px;
}

.service-head {
  font: 700 1.25rem/1 "Playfair Display", serif;
  letter-spacing: .5px;
  margin: .25rem 0 .5rem;
}

.service-card {
  padding: 1rem 1.1rem;
  background: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 #ffffff1a;
}

.service-card h4 {
  margin: .1rem 0 .35rem;
  font-size: 1.05rem;
}

.service-card p {
  color: #d9d9d9;
  margin: 0;
}

/* ========= WHY ========= */
.why {
  padding: clamp(10.5rem, 6vw, 6rem) 0;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rm;
  flex-direction: row;


}

.why-card {
  padding: 1.2rem 1.1rem;
  margin: 10px;
  background: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 16px;

}

/* ======= COHORT ======= */

.cohort__title {
  font: 900 clamp(30px, 5.2vw, 54px)/.95 Poppins, sans-serif;
  color: #edff60;
  text-align: center;
  margin: .3rem 0 1.5rem
}


/* ========= INTRO THEME ========= */
.intro-theme {
  padding: clamp(3.5rem, 5vw, 5rem) 0;
  background: radial-gradient(900px 400px at 85% 0, #2d3405, transparent), transparent;
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.intro-card {
  background: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 18px;
  text-align: center;
  padding: 1rem;
}

.intro-card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 12px;
  margin: .6rem 0;
}

.intro-cta {
  text-align: center;
  margin-top: 1.2rem;
}

/* ========= YOUTUBE MARQUEE ========= */
.yt-section {
  padding: clamp(3.5rem, 5vw, 5rem) 0;

}

.yt-marquee {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid #36362a14;
}

.yt-track {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .75rem;
  animation: marquee-left 40s linear infinite;
  margin-left: -100%;

}

.yt-right .yt-track {
  animation-name: marquee-right;
}

.hover-zone.paused .yt-track {
  animation-play-state: paused;
}

@keyframes marquee-left {
  to {
    transform: translateX(-50%);
  }
}

@keyframes marquee-right {
  to {
    transform: translateX(50%);
  }
}

.yt-item {
  flex: 0 0 min(480px, 48vw)
}

.yt-item iframe {
  width: 100%;
  height: min(320px, 48vw);
  border: 0;
  border-radius: 16px;
  display: block;
}

.yt-marquee:hover .yt-item:hover {
  transform: scale(1.06);
}



/* ======= PORTFOLIO ======= */
.grid {
  display: grid;
  gap: 16px
}

.grid-6 {
  grid-template-columns: repeat(4, 1fr)
}

/* for 1080x1920 */
.short-vid {
  width: 104%;
  aspect-ratio: 9/16;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: var(--shadow);
  background: #000
}


/* ========= TESTIMONIALS ========= */
.testimonials {
  padding: clamp(3.5rem, 5vw, 5rem) 0;
  background: linear-gradient(180deg, #79831c, #31310c);
}

.ts-marquee {
  overflow: hidden;
}

.ts-track {
  display: flex;
  padding: .5rem 0;
  animation: marquee-left 10s linear infinite;
}

.ts-card {
  flex: 0 0 360px;
  background: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 18px;
  padding: 2rem;
  max-height: 300px;
  margin: 12px;
  flex-grow: 1;
  box-shadow: inset 0 1px 0 #ffffff1a;
}

.ts-card h4 {
  margin: 0 0 .4rem;
  font-weight: 800;
  width: 400px;
  margin-bottom: 20px;

}

.ts-card p {
  margin: 0;
  overflow: hidden;
  color: #e8e8e8;
}

/* ========= BRANDS ========= */
.brands {
  padding: clamp(3.5rem, 5vw, 5rem) 0;
}

.brands-title {
  text-align: center;
  opacity: .9;
  margin: 0 0 1rem;
  font-weight: 700;
  font-size: 34px;
}

.brand-marquee {
  overflow: hidden;
  border-top: 1px solid #ffffff1a;
  border-bottom: 1px solid #ffffff1a;
  margin-top: 5%;
}

.brand-track {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding: 1rem 0;
  margin: -1%;
  animation: marquee-left 32s linear infinite;
  margin-right: -100%;

}

.brand-logo {
  height: 120px;
  width: auto;
  margin: 1.5%;
  border-radius: 300px;
  opacity: .9;
  transition: transform .25s ease, filter .25s ease, opacity .25s ease;
}

.brand-marquee:hover .brand-logo:hover {
  transform: scale(1.1);
  filter: none;
  opacity: 1;
}

/* ========= CLIENT VIDEO ========= */
/* .client-video {
  padding: clamp(3.5rem, 5vw, 5rem) 0;
  background: linear-gradient(180deg, #6f7517, #1f1f09);
}

.client-player {
  width: 100%;
  max-width: 1080px;
  display: block;
  margin-inline: auto;
  border-radius: 16px;
  border: 1px solid #32330f1a;
  box-shadow: var(--shadow);
} */

/* ========= HERO ========= */
.hero-bottom {
  position: relative;
  height: 100%;
  isolation: isolate;
  padding: clamp(4rem, 8vw, 8rem) 0 clamp(3rem, 6vw, 6rem);
  overflow: hidden;
}

.hero--repeat-bottom {
  background: linear-gradient(180deg, #2e2e21, #3e3f1c);
}

.grid-bg-bottom {
  --g: #ffffff10;
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(var(--g) 1px, transparent 1px),
    linear-gradient(90deg, var(--g) 1px, transparent 1px);
  background-size: 36px 36px;
  margin-top: 2.3%;
  height: 52%;
}

.hero-inner-bottom {
  text-align: center;
  margin-top: -50px;
}

.hero-title-bottom {
  font-weight: 900;
  font-size: clamp(1.8rem, 1.2rem + 3.6vw, 3.6rem);
  line-height: 1.1;
  height: 10%;
}

.hero-title-bottom .underline-bottom {
  text-decoration: underline #c6c6c6 6px;
  text-underline-offset: 8px;
}

.hero-sub-bottom {
  color: var(--muted);
  margin: 1rem auto 2rem;
  max-width: 900px;
  font-size: clamp(1rem, .85rem + .4vw, 1.12rem);
}

.btn-bottom {
  display: inline-block;
  padding: .9rem 1.2rem;
  border-radius: 14px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
}

.btn-accent-bottom {
  background: var(--accent);
  color: #fff;
}

.btn-accent-bottom:hover {
  filter: brightness(1.08);
}

.btn-light-bottom {
  background: #ffffff18;
  color: #fff;
  border-color: #ffffff26;
}

.hero-badges-bottom {
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2.25rem;
}

.badge-bottom {
  background: #ece33118;
  border: 1px solid #ece33118;
  border-radius: 12px;
  padding: .65rem .9rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: .2px;
}

/* ========= Contact ========= */
.contact .contact-tag {
  color: var(--ink-dim);
  text-align: center;
  margin-top: -6px
}

.contact-form {
  max-width: 740px;
  margin: 24px auto 18px;
  display: grid;
  gap: 14px;
  padding: 22px;
  margin-top: -300px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1)
}

.contact-form label {
  display: grid;
  gap: 6px;
  font-weight: 600
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(0, 0, 0, .35);
  color: #fff;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .15)
}

.contact-meta {
  display: flex;
  gap: 18px;
  justify-content: center;
  color: #fff;
  margin: 6px 0 18px
}

.socials {
  display: flex;
  gap: 12px;
  justify-content: center
}

.socials a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12)
}

.socials svg {
  width: 22px;
  height: 22px;
  fill: #fff
}

/* ========= Footer ========= */
.footer {
  padding: 30px 0;
  /* border-top: 1px solid rgba(255, 255, 255, .08); */
  text-align: center;
  margin-top: 1%;
  color: var(--ink-dim)
}


/* ========= Reveal on Scroll ========= */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .6s ease, transform .6s ease
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0)
}

/* ========= RESPONSIVE ========= */
@media (max-width: 960px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .why-grid {
    grid-template-columns: 1fr 1fr;
  }

  .intro-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .nav-toggle {
    display: block;
  }

  .nav-list {
    position: absolute;
    right: 0;
    top: calc(100% + .5rem);
    background: #140507;
    border: 1px solid #ffffff1a;
    border-radius: 14px;
    padding: .5rem;
    display: flex;
    flex-direction: column;
    gap: .3rem;
    min-width: 200px;
    transform-origin: top right;
    transform: scale(.96);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, transform .2s ease;
  }

  .nav-list.open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .nav-link {
    padding: .6rem .8rem;
    border-radius: 10px;
  }

  .nav-link:hover {
    background: #ffffff14;
  }
}

@media (max-width: 560px) {
  .why-grid {
    grid-template-columns: 1fr;
  }

  .hero-badges {
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .hero {
    height: 110vh;
  }

  .services {
    margin-top: 25%;
  }

  .why {
    margin-top: 260%;
  }

  .ts-card {
    height: auto;
    padding: 20px;
    margin: 10px;
    width: 50%;
  }

  .yt-track {
    animation: marquee-left 20s linear infinite;
  }

  .ts-track {
    animation: marquee-left 15s linear infinite;
  }

  .brand-track {
    animation: marquee-left 20s linear infinite;
  }

  .hero-inner-bottom {
    margin-top: 1%;
  }

  .contact-form {
    margin-top: -30%;
  }

  .hero-title-bottom .underline-bottom {
    text-decoration: underline #c6c6c6 3px;
  }
}

@media (min-width: 768px) {
  .nav-list {
    white-space: nowrap;
  }
}


@media (min-width: 768px) {
  .site-header {
    width: 35%;
  }
}

@media (max-width: 430px) {
  .site-header {
    width: 50px;
    top: 650px;
    left: 360px;
    transform: none;
  }
}

@media (max-width: 430px) {
  .contact-meta {
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    margin: 6px 0 18px
  }
}

@media (max-width: 430px) {
  .ts-card h4 {
    width: 200px;
  }
}

@media (max-width: 430px) {
  .brand-logo {
    height: 65px;
    width: auto;
    margin: 0.5%;
  }
}