/* Global base styles */
:root {
  --brand: #0d6efd;
  --bg: #ffffff;
  --text: #1f2937;
  --muted: #6b7280;
  --border: #e5e7eb;
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #0b0f16;
    --text: #e5e7eb;
    --muted: #9ca3af;
    --border: #1f2937;
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

/* Prevent accidental horizontal scroll due to transforms/absolutes */
/* html,
body {
  overflow-x: hidden;
} */

img,
svg {
  vertical-align: unset !important;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
  color: var(--text);
  /* background: var(--bg); */
  text-rendering: optimizeLegibility;
}

a {
  color: var(--brand);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Helpers */
.container {
  max-width: 1140px;
}

.shadow-sm {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08) !important;
}

/* Curtain overlay */
#curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgb(113, 113, 214);
  /* color of curtain */
  z-index: 9999;
  /* Curved bottom edge */
  border-bottom-left-radius: 40% 100px;
  border-bottom-right-radius: 40% 100px;
}

/* Footer */
footer {
  color: var(--muted);
  background: transparent;
}

/* Code blocks inline - keep single font */
code {
  font-family: inherit;
}

/* Spacing tweaks */
.lead {
  color: var(--muted);
}

/* Spark banner reveal on load */
.spark-text-reveal {
  opacity: 0;
  transition: opacity 600ms ease;
}

.spark-text-reveal.is-visible {
  opacity: 1;
}

/* FS Header (Figma-inspired) */
.fs-header {
  background: #000;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  padding: 16px 0;
  /* balance vertical rhythm with Figma */
}

.fs-header .container {
  display: flex;
  /* requested */
  align-items: center;
  display: flex !important;
  /* override Bootstrap d-grid */
  justify-content: center;
  /* requested - then overridden */
  justify-content: space-between;
}

/* .fs-brand {
  flex: 1 1 0;
} */

.fs-nav-center {
  flex: 0 0 auto;
}

.fs-actions {
  /* flex: 1 1 0; */
  display: flex;
  justify-content: flex-end;
}

/* .fs-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.2px;
  color: #ffffff;
} */

.fs-brand .logo {
  display: inline-flex;
  /* width: 28px;
  height: 16px; */
}

.fs-brand .word {
  font-weight: 500;
}

.fs-brand .word-strong {
  font-weight: 700;
}

.fs-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.fs-nav a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin: 0;
  color: #fff;
}

.fs-nav a:hover {
  color: #ffffff;
  text-decoration: none;
}

.fs-nav a.active {
  color: #ffffff;
}

/* .fs-nav-center {
  position: absolute;
  left: 50%;
  transform: translateX(calc(-50% - var(--center-nudge, 6px)));
} */
.fs-nav-right {
  gap: 36px;
}

/* .fs-nav a.has-badge::after {
  content: '⌄';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: #ffffff;
  color: #0a0a0a;
  border-radius: 50%;
  font-size: 12px;
  margin-left: 8px;
} */

.fs-nav li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.fs-nav a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  border-radius: 2px;
}

.fs-actions {
  /* right cluster in flex */
}

@media (max-width: 992px) {
  .fs-header .container {
    gap: 12px;
  }

  .fs-nav {
    gap: 18px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .fs-nav-center {
    position: static;
    transform: none;
  }
}

/* =============================
   Statement Section
   ============================= */
.fs-statement {
  background: #000;
  color: #fff;
  padding: clamp(56px, 80px, 140px) 0;
}

.fs-statement .container {
  max-width: 1160px;
}

.fs-statement .line {
  /* margin: 0 0 clamp(10px, 1.6vw, 18px); */
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 84px;
  font-weight: 700;
  letter-spacing: -1.92px;
  line-height: 94px;
  /* font-size: clamp(28px, 6.2vw, 88px); */
  margin: 0;
}

.fs-statement .initial {
  font-style: italic;
  /* still Montserrat */
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1.22em;
  letter-spacing: 0;
  vertical-align: -0.06em;
  margin-right: 0.04em;
}

.fs-statement .swash {
  font-family: 'Passions Conflict', cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
  /* bigger decorative drop initial */
  line-height: 0;
  vertical-align: 0;
  /* seat the swash on the baseline */
  margin-right: 0;
}

/* .fs-statement .chip {
  display: inline-block;
  width: clamp(48px, 5.4vw, 80px);
  height: clamp(30px, 3.6vw, 48px);
  border-radius: 6px;
  background: radial-gradient(120% 120% at 0% 0%, #9b59b6 0%, #6a00ff 60%, #2c1b64 100%);
  vertical-align: -0.05em;
  margin: 0 8px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.35);
} */
/* Swap in real images if available */
/* Example: <span class="chip" style="--chip:url('../img/your.jpg')"></span> */
/* .fs-statement .chip { background-image: var(--chip); background-size: cover; background-position: center; } */

/* hero removed */

/* Inline media window (for animation-ready structure) */
/* .fs-statement .window {
  display: inline-block;
  width: clamp(62px, 8.6vw, 124px);
  height: clamp(44px, 6.1vw, 88px);
  border-radius: 8px;
  overflow: hidden;
  vertical-align: -0.18em;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
}

.fs-statement .window img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
} */

p>span:not(.m) {
  -webkit-transition: -webkit-mask-position 1s ease-in-out;
  transition: -webkit-mask-position 1s ease-in-out;
  -o-transition: mask-position 1s ease-in-out;
  transition: mask-position 1s ease-in-out;
  transition: mask-position 1s ease-in-out, -webkit-mask-position 1s ease-in-out;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(33.3%, #fff), color-stop(66.6%, rgba(255, 255, 255, .1)));
  -webkit-mask-image: linear-gradient(90deg, #fff 33.3%, rgba(255, 255, 255, .1) 66.6%);
  mask-image: -webkit-gradient(linear, left top, right top, color-stop(33.3%, #fff), color-stop(66.6%, rgba(255, 255, 255, .1)));
  mask-image: linear-gradient(90deg, #fff 33.3%, rgba(255, 255, 255, .1) 66.6%);
  -webkit-mask-position: 100% 100%;
  mask-position: 100% 100%;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
}

p>span:not(.m).in {
  -webkit-mask-position: 0 100%;
  mask-position: 0 100%;
}

.window {
  width: 0;
  will-change: width;
  -webkit-transition: width .8s cubic-bezier(.6, 0, .2, 1), opacity .5s linear;
  -o-transition: width .8s cubic-bezier(.6, 0, .2, 1), opacity .5s linear;
  transition: width .8s cubic-bezier(.6, 0, .2, 1), opacity .5s linear;
  opacity: 0;
  height: 5rem;
  display: inline-block;
  margin: 0 -0.2rem;
  position: relative;
  -webkit-transform: translateY(.9rem);
  -ms-transform: translateY(.9rem);
  transform: translateY(.9rem);
  /* z-index: -1 */
}

.window .media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.1rem;
  margin: 0;
  padding: 0;
}

.in .window {
  opacity: 1;
}

p>span.m.in .window {
  width: 7rem;
}

/* main banner css */

#main-banner {
  width: 100%;
  height: 750px;
  display: flex;
  align-items: center;
  background-color: #000;
}

/* =============================
   Cloud clipping options
   ============================= */
/* Option A: Use external SVG mask (easy to swap file) */
.cloud-clip {
  /* Swap to your own file with inline style: --cloud-mask: url('path.svg') */
  --cloud-mask: url('../svg/cloud-mask.svg');
  -webkit-mask-image: var(--cloud-mask);
  mask-image: var(--cloud-mask);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  overflow: hidden;
  /* keep inner media clipped */
}

/* Option B: Pure CSS mask (no files) — three domes + flat base */
.cloud-clip-css {
  --w: 100%;
  --h: 100%;
  -webkit-mask:
    radial-gradient(closest-side, #000 98%, transparent 100%) 32% 56%/48% 62% no-repeat,
    radial-gradient(closest-side, #000 98%, transparent 100%) 58% 44%/56% 74% no-repeat,
    radial-gradient(closest-side, #000 98%, transparent 100%) 80% 60%/36% 50% no-repeat,
    linear-gradient(#000 0 0) center/100% 58% no-repeat;
  mask:
    radial-gradient(closest-side, #000 98%, transparent 100%) 32% 56%/48% 62% no-repeat,
    radial-gradient(closest-side, #000 98%, transparent 100%) 58% 44%/56% 74% no-repeat,
    radial-gradient(closest-side, #000 98%, transparent 100%) 80% 60%/36% 50% no-repeat,
    linear-gradient(#000 0 0) center/100% 58% no-repeat;
}

/* Option C: Use the inline SVG clipPath defined in index.html */
.cloud-clipPath {
  -webkit-clip-path: url(#ecloud-iso);
  clip-path: url(#ecloud-iso);
  overflow: hidden;
}

#main-banner .inner-container h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 84px;
  line-height: 96px;
  font-weight: 600;
  /* letter-spacing: 4.4px; */
  text-transform: uppercase;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
  gap: 0.5rem;
  width: 100%;
}

#main-banner .inner-container h1 span:nth-child(2) {
  align-self: end;
}

.spark-text-reveal {
  opacity: 0;
}

.spark-text-reveal__container {
  overflow: hidden;
}

.inner-container .line {
  padding-top: 0.5rem;
}

.spark-text-reveal__content {
  transform: translate(0, 100%) rotate(10deg);
  transform-origin: left;
}

.mb-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -28%);
}

.exclusion {
  height: 9rem;
  width: 15rem;
  /* -webkit-clip-path: url(#ecloud-iso);
  clip-path: url(#ecloud-iso); */
  /* transform: translate(-45%, -30%); */
}

.inverse {
  width: 100%;
  height: 100%;
}

.inverse video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  cursor: pointer;
  pointer-events: none;
}

.gallery {
  display: none;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.mb-video {
  pointer-events: none;
  display: none;
}

/* product designing section */

.product-designing {
  position: relative;
  overflow: hidden;
}

.product-designing .items {
  background-color: #fff;
  min-height: 100vh;
}

.pd-sticky-header {
  padding: 16px 0;
  display: flex;
  align-items: center;
}

.pd-sticky-header .pd-number {
  width: 35%;
}

.pd-sticky-header .pd-number span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #8C8D8D;
}

.pd-sticky-header .pd-heading {
  width: 55%;
}

.pd-sticky-header .pd-heading span {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #8C8D8D;
}

.pd-sticky-header .pd-icon {
  width: 10%;
  display: flex;
  justify-content: end;
}

.pd-sticky-header .pd-icon span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #8C8D8D;
}

.pd-content {
  padding: 80px 0 40px;
  display: flex;
  align-items: start;
  gap: 20px;
}

.pd-content .pd-content-inner-left,
.pd-content .pd-content-inner-right {
  width: 50%;
}

.pd-content .pd-content-inner-left .pd-content-number {
  border-radius: 200px;
  background-color: #191B1D;
  padding: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.learn-more-button {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #191B1D;
  border: none;
  outline: none;
  margin: 0;
  margin-left: 16px;
  border-radius: 200px;
  background: #E8E8E8;
  padding: 8px 24px;
  text-decoration: none;
}

.pd-content .pd-content-inner-right h4 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: #191B1D;
  margin: 0;
}

.pd-content .pd-content-inner-right p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #3C3C3C;
  margin: 0;
  margin-top: 16px;
}

.pd-image-sec {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.pd-image-sec .pd-image-inner-sec {
  width: 50%;
}

.pd-image-sec .pd-image-inner-sec > div {
  overflow: hidden;
}

.pd-image-sec .pd-image-inner-sec div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pd-image-sec-content {
  margin-top: 8px;
}

.pd-image-sec-content h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #191B1D;
  margin: 0;
}

.pd-image-sec-content p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #8C8D8D;
  margin: 0;
  margin-top: 4px;
}

/* expertise section */

.expertise {
  background-color: #000;
  padding: 40px 0;
}

.e-points {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}

.expertise-inner-b {
  border-top: 0.5px solid #3C3C3C;
}

/* Expertise reveal animation */
#expertise .ex-reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 500ms ease, transform 500ms ease;
}

#expertise .ex-reveal.in {
  opacity: 1;
  transform: none;
}

.e-points .ep-heading {
  width: 60%;
}

.e-points .ep-points {
  width: 40%;
}

.e-points .ep-heading h4 {
  font-size: 56px;
  line-height: 76px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.e-points .ep-points ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
}

.e-points .ep-points ul li {
  list-style-type: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 2px;
}

/* play reel section */

.section.play-reel {
  background: #0d0e13;
  height: 100vh;
  cursor: pointer;
  padding: 0px
}

.section.play-reel .container-reel {
  height: 100vh;
  position: sticky;
  top: 0;
}

.section.play-reel .container-reel .text {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  right: 0;
  top: 0;
  z-index: 1;
  position: absolute;
}

.section.play-reel .container-reel .text .title {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 8vw;
  font-weight: 600;
  line-height: 1;
  pointer-events: none;
}

.section.play-reel .container-reel .text .body-text {
  bottom: 3.1944444444vw;
  width: 40.8333333333vw;
  position: absolute;
  text-align: center;
  font-size: 1vw;
  letter-spacing: 0.0006vw;
  line-height: 1.4vw;
  color: #ffffff;
}

.section.play-reel .container-reel .video {
  height: 100vh;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100vw;
  pointer-events: none;
}

/* clients section */

.top-clients {
  overflow: hidden;
}

.tc-heading-transform {
  padding: 200px 0 100px;
}

.tc-heading-transform {
  transform: translateY(-400px) scale(1.15);
  /* transition: transform 0.2s linear; smooth transition */
}

.tc-heading-transform .tc-heading h2 {
  font-size: 84px;
  line-height: 92px;
  font-weight: 600;
  color: #191B1D;
  text-align: center;
  margin: 0;
  /* display: none; */
}

.tc-heading-transform .tc-heading h6 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #191B1D;
  text-align: center;
  margin: 0;
  /* margin-top: 8px; */
}

.top-clients p {
  color: black;
}
