* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* outline: 1px solid rgba(255, 0, 0, 0.3); */
}
body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* disable scroll until animation is done */
    font-family: "Lato", sans-serif;
    -ms-overflow-style: none;     /* IE/Edge */
    scrollbar-width: none;        /* Firefox */
}

/* Anchor offset under sticky header (Lenis handles wheel smooth-scroll). */
html {
    scroll-behavior: auto;
}

#working {
    scroll-margin-top: 90px;
}

body::-webkit-scrollbar {
    display: none;
}

::selection{
    color: white;
    background: rgba(5, 188, 194, 0.76);
}
#main {
    width: 50%;
    max-width: 100%;
    height: auto;
    min-height: 50vh;
    margin: auto;
    opacity: 0;
    overflow: visible;
}

/* Lenis smooth scroll helpers */
html.lenis,
html.lenis body {
    height: auto;
}
.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}
.lenis.lenis-stopped {
    overflow: hidden;
}
.page1 {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /* Transparent so the ribbon stage shows through behind the copy. */
    background: transparent;
    width: 100%;
    height: 900px;
    min-height: 900px;
}

/* =========================================================
   CURVED RIBBON MARQUEES (hero + video stage)
   ========================================================= */
.ribbon-stage {
    position: relative;
    background: #ffffff;
    overflow: hidden;
}

/* Corner patches sit behind the ribbons. */
.ribbon-stage > .video-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: visible;
}

.ribbon-canvas {
    position: absolute;
    inset: 0;
    /* Above color patches, below hero/video content */
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.ribbon-svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

/*
 * The ribbon itself is the stroked path: stroke-width sets the band height and
 * the round linecap gives the pill ends. stroke-width and font-size are written
 * by JS in the same pixel space as the viewBox.
 */
.ribbon-band {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ribbon-text {
    fill: #111827;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    letter-spacing: -0.02em;
    white-space: nowrap;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    user-select: none;
    pointer-events: none;
}

/* Soft divider — matches About's divide-gray-400 */
.ribbon-text .ribbon-sep {
    fill: #d1d5db;
}

/* Sections sit above the ribbons so the copy stays legible. */
.page1,
.hash-video {
    position: relative;
    z-index: 2;
}

/*
 * White veil between the ribbons and the copy so the headline stays legible
 * while the ribbons keep running edge to edge behind it.
 */
.page1::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(
      ellipse 32% 24% at 50% 50%,
      rgba(255, 255, 255, 0.82) 0%,
      rgba(255, 255, 255, 0.55) 55%,
      rgba(255, 255, 255, 0) 82%
    );
}

.page-content {
    padding: 0 20px;
    z-index: 2;
    text-align: center;
    color: black;
    position: relative;
}
.page-content img{
    margin-bottom: 20px;
    width: 100px;
}
.page-content h1{
    font-size: clamp(32px, 8vw, 90px);
    line-height: 1;
    margin-bottom: 0;
    font-weight: 400;
}
.page-content p{
    font-size: clamp(12px, 3vw, 25px);
    font-weight: 300;
    margin-top: 10px;
}
.color-g{
    background: -webkit-linear-gradient(20deg,rgb(47, 159, 202) 0%, rgb(49, 193, 154) 50%, rgb(71, 121, 237) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: rgba(73, 73, 73, 0.651);
}

/* Buttons Settings & Styles — Matching site pages.css theme */
.buttons, .hero-cta {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.buttons a, .hero-cta a {
  position: relative;
  padding: 0.85rem 2.25rem;
  font-family: "Raleway", sans-serif;
  font-size: 0.925rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-radius: 0.5rem;
  box-shadow: 0 4px 14px rgba(79, 70, 229, 0.25);
  background-size: 200% 200%;
  background-position: left;
  background-image: linear-gradient(to right, #4f46e5, #9333ea, #db2777);
  transition: background-position 0.5s ease, transform 0.25s ease, box-shadow 0.3s ease;
}

.buttons a:first-child, .hero-cta a:first-child {
  border-radius: 0.5rem;
  background-image: linear-gradient(to right, #4f46e5, #9333ea, #db2777);
}

.buttons a:last-child, .hero-cta a:last-child {
  border-radius: 0.5rem;
}

.buttons a.cta-cyan, .hero-cta a.cta-cyan {
  background-image: linear-gradient(to right, #06b6d4, #3b82f6, #6366f1);
  box-shadow: 0 4px 14px rgba(6, 182, 212, 0.25);
}

.buttons a:hover, .hero-cta a:hover {
  background-position: right;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(147, 51, 234, 0.4);
}

.buttons a.cta-cyan:hover, .hero-cta a.cta-cyan:hover {
  box-shadow: 0 8px 22px rgba(99, 102, 241, 0.4);
}

button {
  font-family: "Raleway", sans-serif;
  font-size: 0.925rem;
  font-weight: 600;
  border: none;
  padding: 0.85rem 2.25rem;
  border-radius: 0.5rem;
  color: white;
  background-image: linear-gradient(to right, #4f46e5, #9333ea, #db2777);
  background-size: 200% 200%;
  background-position: left;
  box-shadow: 0 4px 14px rgba(79, 70, 229, 0.25);
  cursor: pointer;
  transition: background-position 0.5s ease, transform 0.25s ease, box-shadow 0.3s ease;
}

button:hover {
  cursor: pointer;
  background-position: right;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(147, 51, 234, 0.4);
}

/* video */
.hash-video{
    position: relative;
    margin-top: -80px;
    padding: clamp(3rem, 6vw, 5rem) 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Patches live on .ribbon-stage — do not clip them here. */
    overflow: visible;
}

.video-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: visible;
}

/*
 * Solid curvy color patches — not soft gradient orbs.
 * Uneven border-radius + a gentle morph keeps them organic while the fill
 * stays a flat, full colour from the site palette.
 */
.video-blob {
    position: absolute;
    will-change: transform, border-radius;
    filter: none;
    opacity: 1;
}

.video-blob--1 {
    width: clamp(260px, 36vw, 560px);
    height: clamp(260px, 36vw, 560px);
    background: #adf4fd;
    top: 40%;
    left: -10%;
    border-radius: 62% 38% 48% 52% / 48% 55% 45% 52%;
    animation: videoPatchDriftA 14s ease-in-out infinite alternate;
}

.video-blob--2 {
    width: clamp(280px, 40vw, 620px);
    height: clamp(280px, 40vw, 620px);
    background: #f5b4ff;
    right: -12%;
    bottom: -6%;
    border-radius: 42% 58% 55% 45% / 55% 42% 58% 45%;
    animation: videoPatchDriftB 17s ease-in-out infinite alternate;
}

@keyframes videoPatchDriftA {
    from {
        transform: translate3d(-2%, 1%, 0) rotate(-4deg) scale(0.96);
        border-radius: 62% 38% 48% 52% / 48% 55% 45% 52%;
    }
    to {
        transform: translate3d(10%, 8%, 0) rotate(6deg) scale(1.06);
        border-radius: 48% 52% 40% 60% / 55% 42% 58% 45%;
    }
}

@keyframes videoPatchDriftB {
    from {
        transform: translate3d(2%, 2%, 0) rotate(5deg) scale(1.04);
        border-radius: 42% 58% 55% 45% / 55% 42% 58% 45%;
    }
    to {
        transform: translate3d(-11%, -8%, 0) rotate(-7deg) scale(0.95);
        border-radius: 58% 42% 45% 55% / 42% 58% 45% 55%;
    }
}

.video-frame {
    position: relative;
    z-index: 1;
    width: 90%;
    border-radius: 20px;
    overflow: hidden;
}

.hash-video video{
    position: relative;
    display: block;
    border-radius: 20px;
    width: 100%;
    height: 85vh;
    object-fit: cover;
    background: #0f172a;
}

.video-play-cursor {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.76);
    background: rgba(255, 255, 255, 0.72);
    color: #101828;
    backdrop-filter: blur(16px) saturate(140%);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease, background 0.2s ease;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.16);
}

.video-frame.is-hovering:not(.is-playing) .video-play-cursor,
.video-play-cursor.is-visible {
    opacity: 1;
}

.video-play-icon {
    display: block;
    width: 0;
    height: 0;
    margin-left: 0.2rem;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid currentColor;
}

.video-play-label {
    font-family: "Raleway", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.video-play-mobile {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.76) !important;
    background-image: none !important;
    color: #101828;
    backdrop-filter: blur(16px) saturate(140%);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
    font-family: "Raleway", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.16);
    padding: 0;
    flex-direction: column;
    gap: 0.4rem;
}

.video-play-mobile:hover {
    transform: translate(-50%, -50%);
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.16);
    background-position: unset;
}

.video-frame.is-playing .video-play-mobile {
    opacity: 0;
    pointer-events: none;
}

@media (hover: none), (pointer: coarse) {
    .video-frame {
        cursor: pointer;
    }
    .video-play-cursor {
        display: none;
    }
    .video-play-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .video-blob {
        animation: none;
    }
}


/* =========================================================
   CORE CAPABILITIES
   ========================================================= */
.home-capabilities {
    padding: clamp(4rem, 8vw, 6.5rem) 0 clamp(3rem, 6vw, 5rem);
    position: relative;
    background: transparent;
    overflow: visible;
}

.home-cap-stage {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.home-cap-copy {
    position: relative;
    z-index: 2;
    width: min(58%, 640px);
    margin-left: auto;
    text-align: left;
}

.home-cap-copy h2 {
    font-family: "Raleway", sans-serif;
    font-size: clamp(1.75rem, 5vw, 4.25rem);
    font-weight: 550;
    color: #0f172a;
    letter-spacing: -0.02em;
    line-height: 1.08;
    margin: 0 0 1rem;
    max-width: 16ch;
}

.home-cap-sub {
    font-family: "Raleway", sans-serif;
    font-size: clamp(0.95rem, 1.4vw, 1.15rem);
    color: #64748b;
    font-weight: 400;
    line-height: 1.55;
    margin: 0 0 1.75rem;
    max-width: 34em;
}

.home-cap-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: clamp(1.5rem, 3vw, 3rem);
}

.home-cap-stat {
    text-align: left;
    flex: 0 0 auto;
    min-width: 5rem;
}

.home-cap-stat-num {
    display: block;
    font-family: "Raleway", sans-serif;
    font-size: clamp(3.25rem, 7vw, 5.75rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #2563eb;
    margin-bottom: 0.4rem;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.home-cap-stat-label {
    display: block;
    font-family: "Raleway", sans-serif;
    font-size: 0.9rem;
    color: #475569;
    font-weight: 500;
    line-height: 1.35;
}

/* Overlapping horizontal capability stack */
.home-cap-inner {
    max-width: 1680px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 clamp(0.5rem, 2vw, 1.25rem);
}

.cap-stack {
    position: relative;
    margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
    padding: 2.5rem 0.75rem 3rem;
    overflow: visible;
}

.cap-stack.swiper:not(.swiper-initialized) {
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
}

/* Desktop: ignore Swiper chrome — plain overlapping flex row */
.cap-stack:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    transform: none !important;
}

.cap-stack:not(.swiper-initialized) .swiper-slide.cap-stack-card {
    height: auto;
    width: auto;
    flex: 1 1 0;
}

.cap-stack-card {
    position: relative;
    flex: 1 1 0;
    min-width: clamp(300px, 26vw, 420px);
    max-width: 440px;
    /* Each card sits a little over the previous */
    margin-left: clamp(-3.25rem, -4.5vw, -2rem);
    border-radius: 28px;
    padding: 0;
    min-height: clamp(480px, 58vh, 640px);
    display: block;
    box-shadow:
      0 1px 0 rgba(15, 23, 42, 0.04),
      0 18px 40px rgba(15, 23, 42, 0.12);
    will-change: transform;
    transform-origin: 50% 70%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    overflow: hidden;
    background: #1a1a1a;
}

.cap-stack:not(.swiper-initialized) .cap-stack-card:first-child {
    margin-left: 0;
}

.cap-stack-card:nth-child(1) { z-index: 1; }
.cap-stack-card:nth-child(2) { z-index: 2; }
.cap-stack-card:nth-child(3) { z-index: 3; }
.cap-stack-card:nth-child(4) { z-index: 4; }

.cap-stack-card:hover {
    z-index: 10;
}

/* Full-bleed image */
.cap-stack-photo {
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    overflow: hidden;
    background: #1a1a1a;
}

.cap-stack-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Soft bottom shade behind the text panel */
.cap-stack-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.12) 32%,
        transparent 58%
    );
}

/* Bottom-left text panel on the image */
.cap-stack-body {
    position: absolute;
    left: 1rem;
    right: auto;
    bottom: 1rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: min(88%, 20.5rem);
    padding: 0.9rem 1rem 1rem;
    border-radius: 16px;
    background: rgba(10, 12, 16, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.cap-stack-card h3 {
    font-family: "Raleway", sans-serif;
    font-size: clamp(1.35rem, 2.1vw, 1.7rem);
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin: 0 0 0.45rem;
    max-width: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.cap-verified {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 50%;
    background: #22c55e;
    flex-shrink: 0;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
}

.cap-verified svg {
    display: block;
    width: 0.72rem;
    height: 0.72rem;
}

.cap-stack-body > p {
    font-family: "Raleway", sans-serif;
    font-size: clamp(0.88rem, 1.2vw, 0.98rem);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.45;
    margin: 0 0 1.15rem;
    max-width: 22em;
}

.cap-stack-meta {
    margin-top: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.cap-stack-stats {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.cap-stat {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-family: "Raleway", sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.78);
}

.cap-stat svg {
    flex-shrink: 0;
    opacity: 0.9;
}

.cap-stack-follow {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.15rem;
    border-radius: 999px;
    background: #ffffff;
    color: #0a0a0a;
    font-family: "Raleway", sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cap-stack-follow:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
}

.home-cap-footer {
    text-align: center;
}

.cap-stack-drag-hint {
    display: none;
}

.home-cap-cta-btn {
    font-family: "Raleway", sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 2.2rem;
    border-radius: 0.5rem;
    background-image: linear-gradient(to right, #2563eb, #0ea5e9, #14b8a6);
    background-size: 200% 200%;
    background-position: left;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
    transition: background-position 0.5s ease, transform 0.25s ease, box-shadow 0.3s ease;
}

.home-cap-cta-btn:hover {
    background-position: right;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(14, 165, 233, 0.35);
}

/* =========================================================
   CAPABILITY CARDS + EXPLORE
   ========================================================= */
.home-cap-cards {
    padding: clamp(4rem, 8vw, 6.5rem) clamp(0.5rem, 2vw, 1.5rem) clamp(4rem, 7vw, 6rem);
    background: transparent;
    overflow: visible;
}

.home-explore {
    background: #141210;
    padding: clamp(4rem, 8vw, 6.5rem) clamp(1.25rem, 4vw, 3rem) clamp(4rem, 8vw, 6.5rem);
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.home-explore-inner {
    max-width: 1240px;
    margin: 0 auto;
}

.home-explore-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.home-explore-copy h2 {
    margin: 0 0 0.45rem;
    font-family: "Raleway", sans-serif;
    font-size: clamp(1.85rem, 3.5vw, 2.75rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #ffffff;
}

.home-explore-copy p {
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.62);
    max-width: 28em;
}

.home-explore-join {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.85rem 1.45rem;
    border-radius: 999px;
    background: #2a241c;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.2s ease, background 0.2s ease;
}

.home-explore-join:hover {
    transform: translateY(-2px);
    background: #3a3228;
}

.home-explore-feature {
    position: relative;
    display: block;
    min-height: clamp(320px, 42vw, 480px);
    border-radius: 32px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}

.home-explore-feature > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-explore-feature-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      120deg,
      rgba(10, 10, 10, 0.72) 0%,
      rgba(10, 10, 10, 0.35) 48%,
      rgba(10, 10, 10, 0.2) 100%
    );
}

.home-explore-feature-copy {
    position: relative;
    z-index: 1;
    max-width: 28rem;
    padding: clamp(1.5rem, 3vw, 2.25rem);
}

.home-explore-feature-copy h3 {
    margin: 0 0 0.55rem;
    font-family: "Raleway", sans-serif;
    font-size: clamp(1.45rem, 2.6vw, 2rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.home-explore-feature-copy p {
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 0.98rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.78);
}

.home-explore-feature-btn {
    position: absolute;
    top: clamp(1.25rem, 2.5vw, 1.85rem);
    right: clamp(1.25rem, 2.5vw, 1.85rem);
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.7rem 1.15rem;
    border-radius: 999px;
    background: rgba(20, 18, 16, 0.88);
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 1100px) and (min-width: 769px) {
    .cap-stack-card {
        margin-left: clamp(-2.5rem, -3.5vw, -1.5rem);
        min-height: 460px;
        max-width: 360px;
        min-width: 280px;
    }

    .cap-stack-card h3 {
        font-size: 1.3rem;
    }

    .cap-stack-body {
        width: min(90%, 17.5rem);
    }
}

@media (max-width: 768px) {
    .home-cap-stage {
        padding: 0 clamp(1.1rem, 4vw, 1.5rem);
    }

    .home-cap-copy {
        width: 100%;
        max-width: none;
        margin-left: 0;
    }

    .home-cap-copy h2 {
        font-size: clamp(1.65rem, 7.5vw, 2.5rem);
        max-width: none;
    }

    .home-cap-sub {
        margin-left: 0;
        margin-right: 0;
    }

    /* --- hero blobs: scale down so they don't overflow --- */
    .video-blob--1 {
        width: clamp(140px, 50vw, 220px);
        height: clamp(140px, 50vw, 220px);
        left: -6%;
    }

    .video-blob--2 {
        width: clamp(150px, 55vw, 240px);
        height: clamp(150px, 55vw, 240px);
        right: -8%;
    }

    .home-cap-stats {
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 1.25rem 2.25rem;
        width: 100%;
        padding-left: 0;
    }

    .home-cap-stat {
        text-align: left;
        flex: 0 0 auto;
    }

    .home-cap-inner {
        padding: 0;
        max-width: none;
    }

    /* --- 4 cards → 2×2 grid on mobile (override Swiper) --- */
    .cap-stack.capStackSwiper,
    .cap-stack.swiper-initialized {
        overflow: visible !important;
        cursor: default !important;
    }

    .cap-stack.swiper-initialized .swiper-wrapper {
        display: flex !important;
        flex-direction: column !important;
        gap: 1rem;
        transform: none !important;
        width: 100% !important;
    }

    .cap-stack.swiper-initialized .swiper-slide.cap-stack-card {
        margin-left: 0 !important;
        max-width: none !important;
        min-width: 0 !important;
        width: 100% !important;
        min-height: clamp(260px, 65vw, 380px) !important;
        height: auto !important;
        border-radius: 22px;
    }

    .cap-stack-drag-hint {
        display: none;
    }

    .cap-stack-card h3 {
        max-width: none;
        font-size: clamp(1.2rem, 4.5vw, 1.5rem);
    }

    .cap-stack-body > p {
        font-size: 0.9rem;
    }

    .home-explore-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-explore-feature {
        min-height: 360px;
    }

    .home-explore-feature-btn {
        top: auto;
        bottom: 1.25rem;
        right: 1.25rem;
    }
}

@media (max-width: 1024px) {
    .page1 {
        height: auto;
        min-height: 720px;
    }
}

/* Swipper Settings */
.working {
    margin-top: 100px;
    padding: 70px 90px 50px;
    position: relative;
    overflow: visible;
}

.partners-tilt-scroller {
    width: 110vw;
    margin-top: -2.5rem;
    margin-bottom: clamp(4rem, 8vw, 6.5rem);
    margin-left: calc(50% - 55vw);
    transform: rotate(-0.08rad);
    transform-origin: center center;
    overflow: hidden;
    user-select: none;
}

.partners-tilt-band {
    overflow: hidden;
    padding: 1.2rem 0;
    background: linear-gradient(270deg, #bfd1f8, #adf4fd, #f5b4ff, #fff9c4, #afe6ff);
    background-size: 600% 600%;
    animation: partnersGradientMove 30s ease infinite;
}

@keyframes partnersGradientMove {
    0% { background-position: 0% 50%; }
    25% { background-position: 50% 0%; }
    50% { background-position: 100% 50%; }
    75% { background-position: 50% 100%; }
    100% { background-position: 0% 50%; }
}

.partners-tilt-loop {
    display: flex;
    width: max-content;
    will-change: transform;
}

.partners-tilt-track {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    white-space: nowrap;
    font-family: "Raleway", sans-serif;
    font-size: clamp(1.05rem, 1.7vw, 1.35rem);
    font-weight: 600;
    color: #111827;
}

.partners-tilt-track span {
    display: inline-flex;
    align-items: center;
    padding: 0 1.7rem;
    border-right: 1px solid rgba(17, 24, 39, 0.22);
}

@media (prefers-reduced-motion: reduce) {
    .partners-tilt-band {
        animation: none;
    }
}
.heading {
    text-align: left;
    max-width: 58rem;
    margin-bottom: 48px;
}

.heading h1 {
    display: block;
    font-family: "Raleway", sans-serif;
    font-size: clamp(1.85rem, 4.2vw, 3.15rem);
    font-weight: 700;
    text-transform: none;
    letter-spacing: -0.03em;
    color: #111827;
    margin: 0 0 0.85rem;
    line-height: 1.12;
}

.heading-accent {
    color: #6366f1;
}

.heading-sub {
    font-family: "Raleway", sans-serif;
    font-size: clamp(0.95rem, 1.4vw, 1.1rem);
    font-weight: 400;
    color: #6b7280;
    line-height: 1.55;
    margin: 0;
    max-width: 38em;
}
.partnersSwiper {
    overflow: hidden;
}

/* Impact line — same as About `.about-impact-line` */
.about-impact.home-impact {
    background: #fff;
    padding-top: 4rem;
    padding-bottom: 1rem;
}

@media (min-width: 768px) {
    .about-impact.home-impact {
        padding-top: 5.5rem;
    }
}

.about-impact-pin {
    min-height: 42vh;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 92rem;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: center;
}

.about-impact-line {
    font-family: "Raleway", sans-serif;
    font-size: clamp(2.65rem, 4.2vw, 4.15rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.12;
    text-wrap: balance;
    max-width: 28ch;
    margin: 0 auto;
}

@media (min-width: 640px) {
    .about-impact-line {
        max-width: 36ch;
    }
}

@media (min-width: 1024px) {
    .about-impact-line {
        max-width: 44ch;
    }
}

.about-impact-word {
    color: #c4c4c4;
    display: inline;
    transition: color 0.15s linear;
}

.about-impact-word.is-on {
    color: #0f172a;
}

.about-marquee-straight {
    position: relative;
    z-index: 2;
}

.about-marquee-band {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 1.15rem 0;
    background: linear-gradient(90deg, #000000 0%, #1a1a1a 40%, #0a0a0a 70%, #000000 100%);
    background-size: 200% 100%;
    animation: aboutMarqueeBlack 18s ease infinite;
}

@keyframes aboutMarqueeBlack {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.about-marquee-loop {
    display: flex;
    width: max-content;
    will-change: transform;
}

.about-marquee-track {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    white-space: nowrap;
}

.about-marquee-item {
    display: inline-flex;
    align-items: center;
    padding: 0 2rem;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: clamp(1.75rem, 4.5vw, 3.25rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

@media (prefers-reduced-motion: reduce) {
    .about-marquee-band {
        animation: none;
    }
}
.swiper-slide.card {
    padding: 30px;
    border-left: 1px solid #d9d6d1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 300px;
    box-sizing: border-box;
}
.swiper-slide.card:first-child {
    border-left: none;
}
.partner-logo {
    width: 120px;
    margin-bottom: 20px;
    margin-bottom: 40px;
  -webkit-mask-size: cover;
}
.partner-description {
    font-size: 0.95rem;
    color: #222;
    line-height: 1.5;
}

/* gradient Settings */
.gradient-text {
    background: -webkit-linear-gradient(20deg, rgb(47, 159, 202) 0%, rgb(49, 193, 154) 50%, rgb(71, 121, 237) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Content Switcher Settings & Designs — Work Showcase */
.work-showcase {
    padding: 30px 30px 10px;
}
.work-showcase-inner {
    max-width: 1360px;
    margin: 0 auto;
}
.work-showcase-head {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}
.work-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6366f1;
}
.work-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #38bdf8, #a855f7);
    box-shadow: 0 0 12px rgba(56, 189, 248, 0.8);
}
.work-title {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: clamp(2rem, 4vw, 3.1rem);
    letter-spacing: -0.02em;
    line-height: 1.1;
    color: #0a0a0a;
    margin: 0;
}
.work-title-accent {
    background: linear-gradient(120deg, #6366f1, #38bdf8 45%, #a855f7 90%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.work-panel {
    position: relative;
    display: flex;
    flex-direction: row;
    border-radius: 32px;
    overflow: hidden;
    min-height: clamp(560px, 68vh, 700px);
    background: linear-gradient(155deg, #0b1020 0%, #10162b 55%, #090c16 100%);
    box-shadow: 0 40px 80px -30px rgba(10, 15, 35, 0.55);
    isolation: isolate;
}
.work-panel-aurora {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle at 12% 18%, rgba(56, 189, 248, 0.32), transparent 42%),
        radial-gradient(circle at 30% 88%, rgba(168, 85, 247, 0.28), transparent 45%),
        radial-gradient(circle at 82% 12%, rgba(99, 102, 241, 0.25), transparent 40%),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0px, rgba(255, 255, 255, 0.025) 1px, transparent 1px, transparent 42px);
    filter: blur(2px);
    animation: workAuroraDrift 16s ease-in-out infinite alternate;
}

.work-panel-left {
    position: relative;
    z-index: 2;
    width: 44%;
    padding: clamp(2.25rem, 4vw, 3.5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(1.5rem, 2.5vw, 2.25rem);
    color: #fff;
}

.work-tablist {
    display: flex;
    flex-direction: column;
    gap: clamp(0.85rem, 1.6vw, 1.35rem);
}
.work-tab {
    appearance: none;
    background: transparent;
    border: none;
    padding: 0 0 clamp(0.85rem, 1.6vw, 1.35rem);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
}
.work-tab:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.work-tab-top {
    display: flex;
    align-items: baseline;
    gap: 0.9rem;
}
.work-tab-index {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.35);
    transition: color 0.35s ease;
}
.work-tab-label {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.4);
    transition: color 0.35s ease, transform 0.35s ease;
}
.work-tab-progress {
    position: relative;
    height: 3px;
    width: 100%;
    max-width: 220px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}
.work-tab-progress-fill {
    display: block;
    height: 100%;
    width: 0%;
    border-radius: 999px;
    background: linear-gradient(90deg, #38bdf8, #6366f1, #a855f7);
}
.work-tab.active .work-tab-index {
    color: #38bdf8;
}
.work-tab.active .work-tab-label {
    color: #ffffff;
}
.work-tab:not(.active):hover .work-tab-label {
    color: rgba(255, 255, 255, 0.7);
}

.work-tab-text {
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.72);
    max-width: 42ch;
    margin: 0;
}
.work-tab-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}
.work-tag {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.85);
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
}

.work-panel-right {
    position: relative;
    z-index: 1;
    width: 56%;
    padding: clamp(1.25rem, 2vw, 1.75rem);
    display: flex;
}
.work-media {
    position: relative;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow:
        0 30px 60px -20px rgba(56, 189, 248, 0.3),
        0 15px 40px -10px rgba(168, 85, 247, 0.25);
}
.work-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.4s ease, transform 0.6s ease;
}
.work-media img.is-switching {
    opacity: 0;
    transform: scale(1.06);
}
.work-media-badge {
    position: absolute;
    left: clamp(1.75rem, 2.5vw, 2.5rem);
    bottom: clamp(1.75rem, 2.5vw, 2.5rem);
    z-index: 3;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    background: rgba(10, 12, 20, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
}

/* Light editorial process canvas */
.work-showcase {
    --work-accent: #2f9fca;
    --work-accent-strong: #247fa9;
    --work-soft: #eaf7fb;
    padding-top: clamp(3.5rem, 7vw, 6rem);
    padding-bottom: clamp(2rem, 5vw, 4rem);
    background:
        radial-gradient(circle at 6% 10%, rgba(47, 159, 202, 0.13), transparent 26rem),
        radial-gradient(circle at 94% 88%, rgba(120, 217, 56, 0.1), transparent 25rem),
        #ffffff;
}
.work-showcase[data-theme="project"] {
    --work-accent: #31c19a;
    --work-accent-strong: #188c73;
    --work-soft: #e9f9f4;
}
.work-showcase[data-theme="execution"] {
    --work-accent: #78d938;
    --work-accent-strong: #4ea62a;
    --work-soft: #f0fae9;
}
.work-showcase-head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
}
.work-showcase-head > div {
    max-width: 850px;
}
.work-kicker {
    color: var(--work-accent-strong);
    margin-bottom: 0.8rem;
}
.work-kicker::before {
    width: 10px;
    height: 10px;
    background: var(--work-accent);
    box-shadow: none;
}
.work-title {
    font-size: clamp(2.6rem, 5.8vw, 5.4rem);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.055em;
}
.work-title-accent {
    background: linear-gradient(20deg, #2f9fca 0%, #31c19a 52%, #78d938 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.work-intro {
    max-width: 30ch;
    margin: 0 0 0.3rem;
    color: #696760;
    font-size: clamp(0.95rem, 1.25vw, 1.1rem);
    line-height: 1.55;
}

.work-panel {
    display: block;
    min-height: 0;
    padding: 10px;
    border: 1px solid #d8e9e6;
    border-radius: 30px;
    overflow: visible;
    background: #f0f7f6;
    box-shadow: 0 28px 70px -45px rgba(23, 115, 112, 0.36);
}
.work-tablist {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 0;
    margin-bottom: 10px;
}
.work-tab {
    position: relative;
    min-height: 116px;
    padding: 1.25rem 1.3rem 1rem;
    gap: 0.3rem;
    border: 1px solid transparent;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.78);
    overflow: hidden;
    transition: background-color 0.35s ease, border-color 0.35s ease;
    box-shadow: none;
}
.work-tab:last-child {
    padding-bottom: 1rem;
    border-bottom: 1px solid transparent;
}
.work-tab:hover {
    background: #fff;
    border-color: color-mix(in srgb, var(--work-accent) 18%, #d8e9e6);
    box-shadow: none;
}
.work-tab.active {
    border-color: color-mix(in srgb, var(--work-accent) 24%, #fff);
    background: var(--work-soft);
    box-shadow: none;
}
.work-tab-top {
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.work-tab-index {
    order: 2;
    color: #aaa69d;
    font-size: 0.76rem;
}
.work-tab-label {
    color: #89867f;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    font-weight: 500;
}
.work-tab.active .work-tab-index,
.work-tab.active .work-tab-label {
    color: var(--work-accent-strong);
}
.work-tab:not(.active):hover .work-tab-label {
    color: #35342f;
}
.work-tab-caption {
    color: #9a968d;
    font-size: 0.82rem;
    line-height: 1.4;
}
.work-tab.active .work-tab-caption {
    color: #625f58;
}
.work-tab-progress {
    position: absolute;
    left: 1.3rem;
    right: 1.3rem;
    bottom: 0.7rem;
    width: auto;
    max-width: none;
    height: 2px;
    background: rgba(35, 34, 30, 0.08);
}
.work-tab-progress-fill {
    background: var(--work-accent);
}

.work-story {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(310px, 0.72fr);
    gap: 10px;
    min-height: clamp(500px, 62vh, 650px);
}
.work-media-shell {
    position: relative;
    min-width: 0;
}
.work-media {
    height: 100%;
    min-height: 500px;
    border: none;
    border-radius: 22px;
    background: #fff;
    box-shadow: none;
}
.work-media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(60, 56, 46, 0.08);
}
.work-media img {
    filter: saturate(0.92) contrast(0.98);
    transition: opacity 0.35s ease, transform 0.55s ease, filter 0.35s ease;
}
.work-media img.is-switching {
    opacity: 0;
    transform: scale(1.025);
    filter: blur(6px);
}
.work-media-badge {
    left: 1.25rem;
    top: 1.25rem;
    bottom: auto;
    color: #35342f;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 26px rgba(55, 52, 43, 0.08);
    backdrop-filter: blur(14px);
}
.work-float-note {
    position: absolute;
    right: -18px;
    bottom: 2.4rem;
    z-index: 3;
    padding: 0.85rem 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 14px;
    color: #3c3933;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 16px 35px rgba(58, 54, 43, 0.12);
    backdrop-filter: blur(14px);
    font-size: 0.82rem;
    font-weight: 700;
}
.work-float-note::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 0.55rem;
    border-radius: 50%;
    background: var(--work-accent);
}
.work-orbit {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    border: 1px solid color-mix(in srgb, var(--work-accent) 55%, transparent);
    border-radius: 50%;
}
.work-orbit-one {
    width: 72px;
    height: 72px;
    left: -20px;
    bottom: 60px;
}
.work-orbit-two {
    width: 26px;
    height: 26px;
    left: 26px;
    bottom: 36px;
    background: color-mix(in srgb, var(--work-accent) 30%, transparent);
}

.work-copy {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 0;
    padding: clamp(2rem, 4vw, 3.3rem);
    border-radius: 22px;
    overflow: hidden;
    color: #2e2c28;
    background: var(--work-soft);
}
.work-copy::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -100px;
    top: -100px;
    border: 1px solid color-mix(in srgb, var(--work-accent) 35%, transparent);
    border-radius: 50%;
}
.work-copy-label {
    position: absolute;
    left: clamp(2rem, 4vw, 3.3rem);
    top: clamp(2rem, 4vw, 3.3rem);
    color: var(--work-accent-strong);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.work-tab-text {
    position: relative;
    z-index: 2;
    max-width: 36ch;
    color: #37352f;
    font-family: "Raleway", sans-serif;
    font-size: clamp(1.2rem, 1.8vw, 1.55rem);
    line-height: 1.42;
    letter-spacing: -0.02em;
}
.work-tab-tags {
    position: relative;
    z-index: 2;
    margin-top: 1.6rem;
}
.work-tag {
    color: #4d4a43;
    border: 1px solid color-mix(in srgb, var(--work-accent) 28%, #d8d3c8);
    background: rgba(255, 255, 255, 0.55);
}
.work-phase-mark {
    position: absolute;
    right: -0.05em;
    top: 0.06em;
    color: color-mix(in srgb, var(--work-accent) 15%, transparent);
    font-family: "Raleway", sans-serif;
    font-size: clamp(8rem, 16vw, 14rem);
    font-weight: 700;
    line-height: 0.8;
    letter-spacing: -0.1em;
    user-select: none;
}
/* Company data — scroll word reveal, tucked under work section */
.company-data {
    --reveal-muted: #c5c5c5;
    --reveal-active: #0a0a0a;
    padding-top: clamp(1.25rem, 3vw, 2.25rem);
    padding-bottom: clamp(3.5rem, 7vw, 6rem);
    margin-top: 0;
    display: flex;
    justify-content: center;
}

.company-data .data-wrapper {
    padding-left: 20%;
    padding-right: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.company-data .top-line {
  height: 2.5px;
  width: 30%;
  border-radius: 10px;
  background: linear-gradient(to left, #0cc0df, #ffde59, #e47445);
  margin-bottom: 30px;
}

.company-data .data-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  text-align: center;
}
.company-data .data-text p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(28px, 6.2vw, 92px);
    font-weight: 900;
    line-height: 0.95;
    text-align: right;
    color: var(--reveal-muted);
}

.company-data .data-text p .word {
    display: inline-block;
    color: var(--reveal-muted);
    will-change: color;
}

.company-data .data-text p .word.is-lit {
    color: var(--reveal-active);
}
.company-data-cta {
  font-family: "Raleway", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2rem;
  border-radius: 0.5rem;
  background-image: linear-gradient(to right, #4f46e5, #9333ea, #db2777);
  background-size: 200% 200%;
  background-position: left;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(79, 70, 229, 0.25);
  transition: background-position 0.5s ease, transform 0.25s ease, box-shadow 0.3s ease;
}
.company-data-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
  margin-top: 0.5rem;
}
.company-data-cta:hover {
  background-position: right;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(147, 51, 234, 0.4);
}
.company-data-cta--secondary {
  background-image: linear-gradient(to right, #06b6d4, #3b82f6, #6366f1);
  background-size: 200% 200%;
  color: #fff;
  box-shadow: 0 4px 14px rgba(6, 182, 212, 0.25);
  border: none;
}
.company-data-cta--secondary:hover {
  background-position: right;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(99, 102, 241, 0.4);
}
.company-data .data-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* Gradient Button */
.data-button.gradient-btn {
  font-family: "Plus Jakarta Sans", sans-serif;
  position: relative;
  padding: 0.9rem 5rem;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  background: linear-gradient(90deg, #bf009b, #8c52ff, #ffc952);
  background-size: 300% 300%;
  color: white;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  overflow: hidden;
}

/* Hover effect: shimmer gradient motion */
.data-button.gradient-btn:hover {
    box-shadow: rgba(46, 201, 240, 0.4) 0px 5px, rgba(46, 130, 240, 0.3) 0px 10px, rgba(46, 82, 240, 0.2) 0px 15px, rgba(46, 91, 240, 0.1) 0px 20px, rgba(240, 46, 170, 0.05) 0px 25px;
    background-position: right center;
    animation: shineGradient 3s ease-in-out infinite;
    transform: translateY(-2px);
}
  
/* Optional animated gradient */
@keyframes shineGradient {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 100% 50%;
    }
}
  
  
/* Newsletter Design */
.newsletter {
    object-fit: cover;
    /* margin-top: 12vw; */
    width: 100%;
    padding: 40px 20px;
    background-image: radial-gradient( circle farthest-corner at 20% 20%,  rgba(37,145,251,0.98) 0.1%, rgba(0,7,128,1) 99.8% );
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.letter-heading h1 {
    font-size: clamp(36px, 6vw, 72px);
    text-align: center;
    line-height: 1;
    margin: 0;
}
.letter-mail {
    margin-top: 30px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}
.letter-mail input[type="email"] {
    padding: 14px 20px;
    border: none;
    border-radius: 70px;
    font-size: 18px;
    width: 280px;
    max-width: 80vw;
    outline: none;
}
.subscribe-btn {
    padding: 0.85rem 2rem;
    font-size: 1rem;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    background-image: linear-gradient(to right, #06b6d4, #3b82f6, #6366f1);
    background-size: 200% 200%;
    background-position: left;
    color: white;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(6, 182, 212, 0.25);
    transition: background-position 0.5s ease, transform 0.25s ease, box-shadow 0.3s ease;
}
.subscribe-btn:hover {
    background-position: right;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(99, 102, 241, 0.4);
}
.response-message {
    margin-top: 20px;
    font-size: 16px;
    color: #00ff95;
    text-align: center;
}

/* FAQ — hero + team page editorial style */
.faq-section {
    background: #ffffff;
    padding: clamp(3.5rem, 8vw, 6.5rem) clamp(1rem, 4vw, 1.5rem);
    font-family: "Raleway", sans-serif;
}
.faq-inner {
    max-width: 1280px;
    margin: 0 auto;
}
.faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(2.5rem, 5vw, 4rem);
    align-items: start;
}
.faq-lead {
    max-width: 42rem;
}
.faq-heading {
    font-family: "Raleway", sans-serif;
    font-size: clamp(2.75rem, 7vw, 4.75rem);
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: -0.03em;
    color: #111827;
    margin: 0;
}
.faq-lead-text {
    margin: 1.25rem 0 0;
    font-size: clamp(1rem, 1.35vw, 1.15rem);
    line-height: 1.65;
    color: #6b7280;
    font-weight: 400;
    max-width: 38ch;
}

.faq-list-wrap {
    width: 100%;
}
.faq-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    border-top: 1px solid #e5e7eb;
}
.faq-item {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e5e7eb;
    background: transparent;
    box-shadow: none;
    transition: background-color 0.3s ease;
}
.faq-item.is-open {
    background: transparent;
    box-shadow: none;
}
.faq-item::after {
    display: none;
}
.faq-question {
    font-family: "Raleway", sans-serif;
    color: #111827;
    width: 100%;
    text-align: left;
    padding: clamp(1.1rem, 2.2vw, 1.5rem) 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
    font-size: clamp(1rem, 1.35vw, 1.15rem);
    font-weight: 600;
    letter-spacing: -0.01em;
    background: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    box-shadow: none;
    scale: none;
    -webkit-appearance: none;
    appearance: none;
    transition: color 0.25s ease;
}
.faq-question:hover,
.faq-question:focus,
.faq-question:active {
    background: transparent;
    background-image: none;
    color: #111827;
    box-shadow: none;
    transform: none;
}
.faq-item.is-open .faq-question {
    color: #111827;
}
.faq-question:focus {
    outline: none;
}
.faq-question:focus-visible {
    outline: 2px solid rgba(47, 159, 202, 0.45);
    outline-offset: 2px;
}
.faq-q-text {
    flex: 1;
    line-height: 1.35;
}
.faq-q-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    color: #9ca3af;
}
.faq-item.is-open .faq-q-icon {
    color: #111827;
}
.faq-q-icon svg {
    width: 1.15rem;
    height: 1.15rem;
    transition: transform 0.35s ease;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    font-family: "Raleway", sans-serif;
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    line-height: 1.65;
    color: #6b7280;
    transition: max-height 0.45s ease, padding 0.35s ease;
}
.faq-answer p {
    margin: 0;
}
.faq-answer a {
    color: #2f9fca;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.faq-answer a:hover {
    color: #247fa9;
}
.faq-list {
    margin: 0.75rem 0 0;
    padding-left: 1.15rem;
    display: grid;
    gap: 0.35rem;
}
.faq-list li {
    color: #6b7280;
}
.faq-answer.open {
    max-height: 800px;
    padding-bottom: clamp(1.1rem, 2vw, 1.5rem);
}
.rotate-180 {
    transform: rotate(180deg);
}

@media (min-width: 992px) {
    .faq-grid {
        grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
        gap: clamp(3rem, 6vw, 5rem);
    }

    .faq-lead {
        align-self: start;
        will-change: transform;
    }

    .faq-list-wrap {
        min-height: 60vh;
    }
}

/* Animations */
@keyframes workAuroraDrift {
  0% {
      transform: scale(1) translate(0, 0);
  }
  100% {
      transform: scale(1.08) translate(-2%, 2%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .work-panel-aurora {
      animation: none;
  }
  .work-media img {
      transition: opacity 0.2s ease;
  }
}

/* --- RESPONSIVE --- */
@media (max-width: 1200px) {
    .working {
        padding: 56px 48px 40px;
    }

    .partners-tilt-scroller {
        margin-top: -1.75rem;
        margin-bottom: 4.25rem;
    }

    .company-data .data-wrapper {
        padding-left: 10%;
        padding-right: 8%;
    }

    .company-data .data-text p {
        font-size: clamp(40px, 6.5vw, 72px);
        text-align: center;
    }

    .letter-heading h1 {
        font-size: clamp(42px, 6vw, 64px);
    }

    .work-panel-left {
        width: 46%;
    }

    .work-panel-right {
        width: 54%;
    }
}

@media (max-width: 992px) {
    .hash-video {
        margin-top: -48px;
        padding: 2.5rem 16px;
    }

    .video-frame {
        cursor: pointer;
    }

    .video-frame {
        width: 100%;
    }

    .hash-video video {
        width: 100%;
        height: auto;
        min-height: 42vh;
        max-height: 70vh;
        border-radius: 16px;
    }

    .video-play-cursor {
        display: none;
    }

    .working {
        margin-top: 72px;
        padding: 48px 28px 36px;
    }

    .partners-tilt-scroller {
        margin-top: -1.25rem;
        margin-bottom: 3.5rem;
    }

    .heading {
        margin-bottom: 32px;
    }

    .heading h1 {
        margin-bottom: 0.7rem;
        letter-spacing: -0.03em;
        text-align: left;
    }

    .work-panel {
        flex-direction: column;
        min-height: 0;
    }

    .work-panel-left,
    .work-panel-right {
        width: 100%;
    }

    .work-panel-left {
        padding: 32px 28px;
        gap: 22px;
    }

    .work-panel-right {
        min-height: 46vh;
        padding: 0 28px 28px;
    }

    .work-tab-label {
        font-size: clamp(1.5rem, 6vw, 2rem);
    }

    .work-tab-text {
        max-width: 100%;
    }

    .company-data {
        padding-top: 1.5rem;
        padding-bottom: 3.5rem;
    }

    .company-data .data-wrapper {
        padding-left: 6%;
        padding-right: 6%;
    }

    .faq-section {
        padding: clamp(2.5rem, 8vw, 3.5rem) clamp(1rem, 4vw, 1.25rem);
    }

    .faq-heading {
        font-size: clamp(2.25rem, 9vw, 3.25rem);
    }

    .faq-lead-text {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .page1 {
        height: auto;
        min-height: 100svh;
    }

    .page-content {
        padding: 0 18px;
        max-width: 100%;
    }

    .page-content img {
        width: clamp(64px, 16vw, 88px);
        margin-bottom: 16px;
    }

    .page-content h1 {
        font-size: clamp(28px, 9vw, 48px);
    }

    .page-content p {
        font-size: clamp(14px, 3.6vw, 18px);
        max-width: 34ch;
        margin-inline: auto;
    }

    .buttons {
        flex-direction: column;
        row-gap: 12px;
        margin-top: 28px;
        width: 100%;
        max-width: 280px;
        margin-inline: auto;
    }

    .buttons button {
        width: 100%;
        padding: 14px 24px;
    }

    .hash-video {
        margin-top: -32px;
        padding: 2rem 14px;
    }

    .hash-video video {
        border-radius: 14px;
        min-height: 36vh;
        max-height: 56vh;
    }

    .working {
        margin-top: 56px;
        padding: 40px 18px 28px;
    }

    .partners-tilt-scroller {
        margin-bottom: 3rem;
    }

    .heading {
        margin-bottom: 24px;
    }

    .heading h1 {
        font-size: clamp(1.65rem, 6.5vw, 2.35rem);
        margin-bottom: 0.65rem;
        line-height: 1.15;
    }

    .swiper-slide.card {
        padding: 22px 12px;
        min-height: 240px;
        border-left: none;
        border-top: 1px solid #d9d6d1;
    }

    .partner-logo {
        width: 96px;
        margin-bottom: 24px;
    }

    .partner-description {
        font-size: 0.9rem;
    }

    .work-showcase {
        padding: 20px 14px 0;
    }

    .work-panel {
        border-radius: 20px;
    }

    .work-panel-left {
        padding: 24px 20px;
        gap: 18px;
    }

    .work-tab {
        padding-bottom: 0.75rem;
    }

    .work-tab-label {
        font-size: clamp(1.3rem, 8vw, 1.8rem);
    }

    .work-tab-text {
        font-size: 14px;
        line-height: 1.55;
    }

    .work-panel-right {
        min-height: 38vh;
        padding: 0 20px 20px;
    }

    .work-media-badge {
        left: 1.25rem;
        bottom: auto;
        font-size: 0.72rem;
        padding: 0.4rem 0.85rem;
    }

    .work-showcase-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .work-title {
        font-size: clamp(2.35rem, 11vw, 4rem);
    }

    .work-intro {
        max-width: 42ch;
    }

    .work-panel {
        padding: 7px;
        border-radius: 22px;
    }

    .work-tablist {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
    }

    .work-tablist::-webkit-scrollbar {
        display: none;
    }

    .work-tab {
        flex: 0 0 min(72vw, 230px);
        min-height: 102px;
        scroll-snap-align: start;
    }

    .work-story {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .work-media-shell,
    .work-media {
        min-height: clamp(300px, 62vw, 420px);
    }

    .work-copy {
        min-height: 360px;
        padding: 2rem 1.5rem;
    }

    .work-copy-label {
        left: 1.5rem;
        top: 1.75rem;
    }

    .work-tab-text {
        font-size: clamp(1.1rem, 4.8vw, 1.35rem);
    }

    .work-float-note {
        right: 0.8rem;
        bottom: 1rem;
    }

    .work-orbit {
        display: none;
    }

    /* --- impact / scroll-reveal line --- */
    .about-impact.home-impact {
        padding-top: 3rem;
        padding-bottom: 0.5rem;
    }

    .about-impact-pin {
        min-height: 0;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0 1.25rem;
        text-align: left;
    }

    .about-impact-line {
        font-size: clamp(2rem, 8vw, 3rem);
        max-width: 100%;
        text-align: left;
        margin: 0;
    }

    .company-data .data-text p {
        font-size: clamp(26px, 8vw, 40px);
        line-height: 1.05;
        text-align: center;
    }

    .data-button.gradient-btn {
        font-size: 0.95rem;
        padding: 0.8rem 1.5rem;
    }

    .newsletter {
        padding: 36px 16px;
    }

    .letter-heading h1 {
        font-size: clamp(32px, 10vw, 48px);
    }

    .letter-mail {
        width: 100%;
        max-width: 420px;
        flex-direction: column;
        align-items: stretch;
    }

    .letter-mail input[type="email"] {
        width: 100%;
        max-width: none;
        font-size: 16px;
    }

    .subscribe-btn {
        width: 100%;
        font-size: 16px;
    }

    .faq-section {
        padding: 2.5rem 1.25rem 3.5rem;
    }

    .faq-heading {
        font-size: clamp(2.25rem, 9vw, 3rem);
    }

    .faq-lead-text {
        font-size: 1.05rem;
        max-width: 100%;
    }

    .faq-question {
        align-items: flex-start;
        gap: 0.85rem;
        padding: 1.15rem 0;
        font-size: 1.05rem;
    }

    .faq-q-icon {
        margin-top: 3px;
        width: 1.6rem;
        height: 1.6rem;
    }

    .faq-answer {
        font-size: 1rem;
        line-height: 1.65;
    }

    .faq-answer.open {
        max-height: 1200px;
    }
}

@media (max-width: 480px) {
    .page1 {
        min-height: 100svh;
    }

    .page-content h1 br {
        display: none;
    }

    .hash-video {
        margin-top: -24px;
        padding: 1.5rem 10px;
    }

    .working {
        padding: 24px 12px;
    }

    .heading h1 {
        font-size: clamp(1.5rem, 7.5vw, 2rem);
    }

    .company-data .data-text p {
        font-size: clamp(22px, 7.5vw, 30px);
    }

    .letter-heading h1 {
        font-size: clamp(28px, 11vw, 36px);
    }
}