@font-face {
    font-family: Instrument;
    src: local(Arial);
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
font-weight: 400;
font-style: normal;
    background: #080908;
    color: #f5f3e8;
    overflow-x: hidden;
}
a {
    color: inherit;
    text-decoration: none;
}
img,
video,
canvas {
    max-width: 100%;
    display: block;
}
.loader {
    position: fixed;
    inset: 0;
    background: #0a0b09;
    z-index: 99;
    display: grid;
    place-items: center;
    transition: 0.6s;
}
.loader.hide {
    opacity: 0;
    pointer-events: none;
}
.loader span {
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 12px;
    color: #FF5A00;
}
.nav {
    position: fixed;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: min(1180px, calc(100% - 32px));
    height: 58px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    background: rgba(13, 14, 12, 0.55);
    backdrop-filter: blur(18px);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 10px 0 24px;
    z-index: 50;
    transition: 0.35s;
}
.nav.scrolled {
    background: rgba(255, 255, 247, 0.9);
    color: #10110f;
    box-shadow: 0 12px 50px rgba(0, 0, 0, 0.12);
}
.brand {
    font-weight: 900;
    letter-spacing: 0.16em;
}
.nav-center {
    font-size: 13px;
    display: flex;
    gap: 7px;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.nav-center b {
    margin-left: 8px;
}
.nav-links {
    display: flex;
    gap: 22px;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
}
.pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 999px;
    font-weight: 800;
}
.yellow {
    background: #FF5A00;
    color: #f8f6ea;
}
.dark-pill {
    background: #111;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.outline {
    border: 1px solid #111;
    color: #111;
}
.menu {
    display: none;
    background: transparent;
    border: 0;
    width: 42px;
    height: 42px;
    position: relative;
}
.menu span {
    display: block;
    height: 2px;
    background: currentColor;
    margin: 7px;
}
.side-nav {
    position: fixed;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 40;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.side-nav a {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(0, 0, 0, 0.45);
    transition: 0.3s;
}
.side-nav a.active {
    color: #FF5A00;
    transform: translateX(-8px);
}
.panel {
    position: relative;
}
.dark {
    background: #080908;
    color: #f8f6ea;
}
.light {
    background: #f5f2e4;
    color: #111;
}
.yellow-sec {
    background: #F4F6F8;
    color: #111;
}
.container {
    width: min(1180px, calc(100% - 40px));
    margin: auto;
}
.hero {
    height: 320vh;
}
.hero-sticky {
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: hidden;
}
.hero-video,
.hero-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-canvas {
    z-index: 2;
}
.shade {
    position: absolute;
    inset: 0;
    z-index: 3;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.18) 45%, rgba(0, 0, 0, 0.55)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent 40%);
}
.hero-copy {
    position: absolute;
    z-index: 5;
    left: max(28px, 8vw);
    bottom: 12vh;
    max-width: 760px;
}

.dark-text {
    color: #111;
}
.hero h1,
.panel h2 {
    font-family: "Nunito Sans", sans-serif;
    font-size: clamp(46px, 7vw, 72px);
    line-height: 1;
    margin: 12px 0 22px;
    font-weight: 400;
}
.hero p,
.lead {
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.4;
    opacity: 0.82;
}
.actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
}
.mini-video {
    position: absolute;
    z-index: 5;
    right: 8vw;
    bottom: 10vh;
    width: 250px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(14px);
    padding: 10px;
}
.mini-video img {
    border-radius: 18px;
    aspect-ratio: 16/10;
    object-fit: cover;
}
.mini-video button {
    position: absolute;
    left: 28px;
    top: 28px;
    width: 45px;
    height: 45px;
    border: 0;
    border-radius: 50%;
    background: #FF5A00;
}
.mini-video div {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 10px;
}
.scroll-indicator {
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}
.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 70px;
}
.align-center {
    align-items: center;
}
.overview {
    padding: 80px 0;
}
.sticky-title {
    position: sticky;
    top: 140px;
    align-self: start;
}
/* devank start */
/* BLACK SHADOW AT BOTTOM */
#storage.ak-build-modern {
  position: relative;
  overflow: hidden;
}

#storage.ak-build-modern::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 220px;
  z-index: 10;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.55) 55%,
    #000000 100%
  );
}
/* STORAGE SECTION FADE UP ON SCROLL */
#storage.ak-build-modern {
  position: relative;
  will-change: opacity, transform;
}

#storage.ak-build-modern .ak-build-modern-wrap,
#storage.ak-build-modern .ak-build-big-text {
  will-change: opacity, transform;
  transition: opacity 0.12s linear, transform 0.12s linear;
}
/* new section */
/* ==============================
   DIFFERENT BUILD SECTION DESIGN
============================== */

.ak-build-modern {
  position: relative;
  min-height: 100vh;
  padding: 120px 0;
  background:
    radial-gradient(circle at 72% 50%, rgba(255, 90, 0, 0.22), transparent 34%),
    linear-gradient(135deg, #050505 0%, #0b0b0b 48%, #000000 100%);
  color: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.ak-build-modern::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.035), transparent 38%),
    radial-gradient(circle at center, transparent 0%, rgba(0,0,0,0.75) 78%);
  pointer-events: none;
  z-index: 1;
}

.ak-build-big-text {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  font-size: clamp(90px, 14vw, 240px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.08em;
  color: rgba(255,255,255,0.04);
  z-index: 1;
  pointer-events: none;
}

.ak-build-modern-wrap {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.ak-build-copy {
  max-width: 560px;
}

.ak-build-eyebrow {
  margin: 0 0 18px;
  font-size: 13px;
  letter-spacing: 0.32em;
  color: #ff5a00;
  font-weight: 900;
  text-transform: uppercase;
}

.ak-build-copy h2 {
  margin: 0 0 26px;
  font-size: clamp(54px, 6vw, 92px);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.06em;
  color: #f4f1e8;
}

.ak-build-copy > p:not(.ak-build-eyebrow) {
  margin: 0;
  font-size: 21px;
  line-height: 1.5;
  color: rgba(255,255,255,0.68);
}

.ak-build-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.ak-build-points span {
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.86);
  font-size: 14px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

/* Right product area */
.ak-build-visual {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}





.ak-build-shoe-img {
  position: relative;
  z-index: 3;
  width: min(680px, 100%);
  transform: rotate(0deg);
  filter: drop-shadow(0 50px 70px rgba(0,0,0,0.75));
  /* animation: akBuildFloatNew 4.5s ease-in-out infinite; */
}

@keyframes akBuildFloatNew {
  0%, 100% {
    transform: rotate(-4deg) translateY(0);
  }

  50% {
    transform: rotate(-4deg) translateY(-18px);
  }
}

/* Floating cards */
.ak-build-floating-card {
  position: absolute;
  z-index: 4;
  width: 210px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(10,10,10,0.58);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(0,0,0,0.45);
}

.ak-build-floating-card strong {
  display: block;
  margin-bottom: 8px;
  color: #ff5a00;
  font-size: 13px;
  letter-spacing: 0.2em;
}

.ak-build-floating-card span {
  display: block;
  color: rgba(255,255,255,0.86);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}

.ak-card-one {
  top: 90px;
  right: 10px;
}

.ak-card-two {
  bottom: 90px;
  left: 10px;
}

/* new section end  */
/* FIRST IMAGE 360 FRAME HOVER */
#storage .ak-story-img-card:first-child {
  cursor: pointer;
}

#storage .ak-story-img-card:first-child .shoe-rotate-img {
  transition: opacity 0.18s ease, transform 0.35s ease;
  will-change: opacity, transform;
}

#storage .ak-story-img-card:first-child:hover .shoe-rotate-img {
  transform: scale(1.03);
}
#storage {
  position: relative;
  overflow: hidden;
}

#storage .ak-story-content,
#storage .ak-story-images {
  will-change: opacity, transform;
  transition: opacity 0.15s linear, transform 0.15s linear;
}
/* dark premium texture */
#animationBlock.ak-premium-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

/* shoe / podium image */
#animationBlock.ak-premium-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(420px, 45vw, 820px);
  height: clamp(320px, 38vw, 620px);
  transform: translate(-50%, -42%);
  z-index: 4;
  background-image: url("assets/images/footer1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: drop-shadow(0 45px 70px rgba(0, 0, 0, 0.85));
  animation: akShoeFloat 4s ease-in-out infinite;
  pointer-events: none;
}

#animationBlock.ak-premium-hero .animation-content {
  position: relative !important;
  z-index: 3 !important;
  width: 100% !important;
  text-align: center !important;
  color: #fff !important;
  padding: 0 24px !important;
}

/* big back title */
#animationBlock.ak-premium-hero .animation-content h1 {
  margin: 0 !important;
  font-size: clamp(70px, 13vw, 230px) !important;
  line-height: 0.8 !important;
  font-weight: 900 !important;
  letter-spacing: -0.09em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  text-shadow: 0 20px 80px rgba(255, 255, 255, 0.08);
}

/* top small text */
#animationBlock.ak-premium-hero .animation-content p {
  margin: 0 0 18px !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0.32em !important;
  text-transform: uppercase !important;
  color: #ff5a00 !important;
}

/* bottom line */
#animationBlock.ak-premium-hero .animation-content span {
  display: inline-flex;
  margin-top: 34px;
  padding: 13px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #111;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

/* orange glow below product */
#animationBlock.ak-premium-hero .animation-content::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 55%;
  width: 520px;
  height: 120px;
  transform: translateX(-50%);
  z-index: -1;
  background: radial-gradient(circle, rgba(255, 90, 0, 0.42), transparent 68%);
  filter: blur(20px);
}

@keyframes akShoeFloat {
  0%, 100% {
    transform: translate(-50%, -42%) translateY(0);
  }
  50% {
    transform: translate(-50%, -42%) translateY(-18px);
  }
}
/* devank end  */
.sticky-title h2,
.split h2,
.center h2,
.image-story h2,
.gallery h2,
.app h2,
.maintenance h2,
.specs h2,
.order h2 {
    font-size: clamp(42px, 5vw, 52px);
    line-height: 1;
}
.feature-list {
    display: grid;
    gap: 28px;
}
.feature-card {
    background: #fff;
    border-radius: 34px;
    padding: 28px;
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.1);
    min-height: 520px;
    position: relative;
    overflow: hidden;
}
.feature-card span {
    font-family: monospace;
    opacity: 0.55;
}
.feature-card h3 {
    font-family: "Nunito Sans", sans-serif;
    font-size: 42px;
    line-height: 0.95;
    margin: 20px 0 10px;
    letter-spacing: -0.04em;
    font-weight: 400;
}
.feature-card p {
    font-size: 18px;
    opacity: 0.72;
}
.feature-card img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 55%;
    object-fit: cover;
}
.split {
    padding: 80px 0 0;
    overflow: hidden;
}
.split-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: end;
}
.copy {
    max-width: 650px;
}
.copy p:not(.eyebrow) {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.5;
}
.spec-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.spec-strip div {
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 22px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.06);
}
.spec-strip strong {
    font-size: 42px;
    display: block;
    color: #FF5A00;
}
.spec-strip span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.wide-img {
    margin-top: 100px;
    width: 100%;
    height: 80vh;
    object-fit: cover;
}
.battery {
    padding: 140px 0;
    overflow: hidden;
}
.center {
    text-align: center;
    max-width: 850px;
}
.horizontal-cards {
    display: flex;
    gap: 24px;
    margin-top: 80px;
    padding: 0 8vw;
    will-change: transform;
}
.horizontal-cards article {
    min-width: 420px;
    background: #111;
    color: #fff;
    border-radius: 34px;
    overflow: hidden;
}
.horizontal-cards img {
    height: 330px;
    width: 100%;
    object-fit: cover;
}
.horizontal-cards.ak-card-track h3 {
    font-size: 34px;
    margin: 24px 24px 0px;
}

.horizontal-cards.ak-card-track p {
    padding: 10px 24px 24px;
    margin: 0;
}
.image-story {
    padding: 80px 0;
}
.image-story .ak-story-two-images {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 70px;
  align-items: center;
}

.ak-story-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.ak-story-img-card {
  height: 520px;
  border-radius: 24px;
  overflow: hidden;
  background: #e9ecef;
}

.ak-story-img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.story-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 70px;
    align-items: center;
}
.story-grid img,
.rounded,
.phone-card {
    width: 100%;
    object-fit: cover;
}
.gallery {
    padding: 130px 0;
    overflow: hidden;
}
.gallery-track {
    display: flex;
    gap: 24px;
    width: max-content;
    padding: 60px 8vw;
    will-change: transform;
}
.gallery-track img {
    width: 520px;
    height: 620px;
    object-fit: cover;
    border-radius: 34px;
}
.app,
.maintenance,
.specs {
    padding: 150px 0;
}
.phone-card {
    background: #1a1a1a;
    padding: 8px;
}
.small-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 28px;
}
.small-grid span {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    padding: 18px;
}
.spec-table {
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.spec-table div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 22px;
}
.spec-table span {
    opacity: 0.55;
}
.order {
    display: grid;
    place-items: center;
    text-align: center;
}
.order-box {
    max-width: 980px;
}
.order h2 {
    font-size: clamp(48px, 7vw, 112px);
}
.reveal {
    opacity: 0;
    transform: translateY(60px);
    transition: 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.reveal.in {
    opacity: 1;
    transform: none;
}

/* OVERVIEW FEATURE CARD STACK EFFECT */
.overview {
    overflow: visible;
}

.overview .grid-2 {
    align-items: start;
}

.feature-list {
    display: block;
    position: relative;
    /* padding-bottom: 120px; */
}

.feature-card {
    position: sticky;
    top: calc(120px + (var(--card-index) * 24px));
    min-height: 520px;
    margin-bottom: 90px;
    z-index: var(--card-z);
    transform-origin: top center;
}

.feature-card:nth-child(1) {
    --card-index: 0;
    --card-z: 1;
}

.feature-card:nth-child(2) {
    --card-index: 1;
    --card-z: 2;
}

.feature-card:nth-child(3) {
    --card-index: 2;
    --card-z: 3;
}

.feature-card:nth-child(4) {
    --card-index: 3;
    --card-z: 4;
}

/* =========================================
   PROPER HORIZONTAL CARD SLIDE SECTION
========================================= */

.ak-card-slide-section {
  position: relative;
  padding: 80px 0px !important;
  overflow: visible !important;
  
}

.ak-card-slide-sticky {
  position: sticky;
  top: 0;
  width: 100%;
  gap: 55px;
  overflow: hidden;
}

.ak-card-slide-sticky .container.center {
  position: relative;
  z-index: 2;
  padding: 0;
  height: auto;
}

.ak-card-viewport {
  width: 100%;
  overflow: visible;
}

.horizontal-cards.ak-card-track {
  display: flex;
  gap: 24px;
  width: max-content;
  margin: 0 !important;
  padding: 0 8vw;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.horizontal-cards.ak-card-track article {
  flex: 0 0 420px;
  min-width: 420px;
  background: #111;
  color: #fff;
  border-radius: 34px;
  overflow: hidden;
}

.horizontal-cards.ak-card-track img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}


.battery-text{
    margin: 0 auto;
    width: 100%;
}

/* Tablet + Mobile */
@media (max-width: 900px) {
  .ak-card-slide-sticky {
    gap: 40px;
  }

  .horizontal-cards.ak-card-track {
    padding: 0 24px;
  }

  .horizontal-cards.ak-card-track article {
    flex: 0 0 50vw;
    min-width: 50vw;
  }

  .horizontal-cards.ak-card-track img {
    height: 280px;
  }
  /* devank */
   .image-story .ak-story-two-images {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ak-story-images {
    gap: 22px;
  }

  .ak-story-img-card {
    height: 420px;
  }
  /* devank end  */
}




/* =====================================================
   OVERVIEW SECTION - BLACK GRADIENT + GLASS STACK CARDS
===================================================== */

.overview.panel.light {
    /* background:
        radial-gradient(circle at 18% 18%, rgba(255, 90, 0, 0.22), transparent 30%),
        radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.10), transparent 28%),
        radial-gradient(circle at 55% 78%, rgba(255, 90, 0, 0.16), transparent 34%),
        linear-gradient(135deg, #030303 0%, #080808 45%, #111217 100%); */
        background: #000;
    color: #ffffff;
    padding: 80px 0px 0px 0px;
    overflow: visible;
    position: relative;
    isolation: isolate;
}

/* .overview.panel.light::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(255,255,255,0.04), transparent 35%),
        radial-gradient(circle at center, transparent 0%, rgba(0,0,0,0.45) 80%);
    pointer-events: none;
    z-index: 0;
} */

.overview .container {
    position: relative;
    z-index: 2;
}

.overview .grid-2 {
    align-items: start;
}

.overview .sticky-title {
    position: sticky;
    top: 140px;
    align-self: start;
}

.overview .sticky-title .eyebrow,
.overview .sticky-title .dark-text {
    color: #FF5A00;
}

.overview .sticky-title h2 {
    color: #ffffff;
}

.overview .sticky-title p,
.overview .lead {
    color: rgba(255, 255, 255, 0.76);
}

.overview .pill.outline {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.overview .pill.outline:hover {
    background: #FF5A00;
    border-color: #FF5A00;
    color: #ffffff;
}

/* CARD STACK AREA */
.overview .feature-list {
    display: block;
    position: relative;
    padding-bottom: 140px;
}

/* GLASS CARD */
.overview .feature-card {
    position: sticky;
    top: calc(115px + (var(--card-index) * 24px));
    z-index: var(--card-z);
    min-height: 520px;
    margin-bottom: 90px;
    padding: 28px;
    border-radius: 34px;
    overflow: hidden;
    transform-origin: top center;

    background: linear-gradient(283deg, rgb(255 255 255 / 7%) 0%, rgba(255, 255, 255, 0.08) 100%);

    border: 1px solid rgba(255, 255, 255, 0.18);

    backdrop-filter: blur(26px) saturate(160%);
    -webkit-backdrop-filter: blur(26px) saturate(160%);

    box-shadow:
        0 28px 90px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.overview .feature-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.22), transparent 42%),
        linear-gradient(180deg, rgba(0,0,0,0.05), rgba(0,0,0,0.34));
    pointer-events: none;
}

.overview .feature-card:nth-child(1) {
    --card-index: 0;
    --card-z: 1;
}

.overview .feature-card:nth-child(2) {
    --card-index: 1;
    --card-z: 2;
}

.overview .feature-card:nth-child(3) {
    --card-index: 2;
    --card-z: 3;
}

.overview .feature-card:nth-child(4) {
    --card-index: 3;
    --card-z: 4;
}

.overview .feature-card span,
.overview .feature-card h3,
.overview .feature-card p {
    position: relative;
    z-index: 3;
}

.overview .feature-card span {
    color: rgba(255, 255, 255, 0.56);
    opacity: 1;
}

.overview .feature-card h3 {
    color: #ffffff;
}

.overview .feature-card p {
    color: rgba(255, 255, 255, 0.72);
    opacity: 1;
}

.overview .feature-card img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 55%;
    object-fit: cover;
    z-index: 2;
    opacity: 0.92;
}
.ak-zoom-section {
  height: 350vh;
  background-image: url("assets/images/footer-img.png") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;

  position: relative;
  z-index: 5;
}

.ak-zoom-sticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #0000003f;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ak-zoom-content {
  position: relative;
  width: 100%;
  height: 100vh;
}
.ak-zoom-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.08), rgb(0 0 0 / 16%) 70%), linear-gradient(to top, rgb(0 0 0 / 77%), rgba(0, 0, 0, 0.2)) !important;
  z-index: 1;
  pointer-events: none;
}
/* Same font size for both lines */
.ak-zoom-text {
  position: absolute;
  top: 50%;
  color: #ffffff;
  font-size: clamp(58px, 5.8vw, 96px);
  line-height: 1;
  font-weight: 400;
  margin: 0;
  white-space: nowrap;
  z-index: 2;
  transition: opacity 0.2s ease;
}

.ak-left-text {
  right: calc(50% + 210px);
  transform: translateY(-50%);
  text-align: right;
}

.ak-right-text {
  left: calc(50% + 210px);
  transform: translateY(-50%);
  text-align: left;
}

/* Image height short */
.ak-image-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 220px;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  overflow: hidden;
  z-index: 3;
  will-change: width, height, border-radius;
}

.ak-zoom-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.ak-zoom-subtitle {
  position: absolute;
  left: 50%;
  top: calc(50% + 170px);
  transform: translateX(-50%);
  width: 100%;
  font-size: 60px !important;
  text-align: center;
  color: rgb(255, 255, 255);
   font-size: clamp(70px, 5.8vw, 72px);
  line-height: 1;
  font-weight: 600;
  margin: 0;
  z-index: 2;
  letter-spacing: 0.02em;
  transition: opacity 0.2s ease;
}

.ak-next-section {
  min-height: 100vh;
  background: #ffffff;
  color: #111111;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ak-next-section h2 {
  font-size: clamp(42px, 7vw, 100px);
  margin: 0 0 16px;
}

.ak-next-section p {
  font-size: 20px;
  margin: 0;
}

/* Tablet */
@media (max-width: 1024px) {
      #animationBlock.ak-premium-hero::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 64%;
    width: clamp(624px, 45vw, 820px);
    height: clamp(800px, 38vw, 800px);
    transform: translate(-50%, -42%);
    z-index: 4;
    background-image: url(assets/images/footer1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: drop-shadow(0 45px 70px rgba(0, 0, 0, 0.85));
    animation: akShoeFloat 4s ease-in-out infinite;
    pointer-events: none;
}
  .ak-build-modern-wrap {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px;
    align-items: center;
}
        .ak-zoom-subtitle {
        top: 85% !important;
        max-width: 720px;
        padding: 0 20px;
            font-size: 40px !important;

    }
    #animationBlock.ak-premium-hero .animation-content {
    position: relative !important;
    z-index: 3 !important;
    width: 100% !important;
    text-align: center !important;
    color: #fff !important;
    padding: 0 24px !important;
    top: -218px;
}

  .menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
  }

  .menu span {
    width: 22px !important;
    height: 2px !important;
    margin: 0 !important;
    display: block !important;
    border-radius: 999px;
    transition: transform 0.25s ease, background 0.25s ease;
    transform-origin: center;
  }

  .menu.is-open span:nth-child(1) {
    transform: translateY(4.5px) rotate(45deg);
  }

  .menu.is-open span:nth-child(2) {
    transform: translateY(-4.5px) rotate(-45deg);
  }

  .nav:not(.scrolled) .menu span {
    background: #ffffff !important;
  }

  .nav.scrolled .menu span {
    background: #111111 !important;
  }
   .nav {
    overflow: visible !important;
  }

  .nav-links {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;

    background: #111 !important;
    border-radius: 0 0 22px 22px !important;
    overflow: hidden !important;

    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
  }

  .nav-links.open {
    display: flex !important;
  }

  .nav-links a {
    width: 100% !important;
    padding: 16px 22px !important;
    margin: 0 !important;

    border-radius: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.12) !important;

    color: #ffffff !important;
    background: transparent !important;
  }

  .nav-links a:last-child {
    border-bottom: 0 !important;
  }

  .nav-links .pill.yellow {
    background: #ff5a00 !important;
    color: #ffffff !important;
    justify-content: flex-start !important;
    min-height: auto !important;
  }
  /* Before scroll - hamburger white */
  .nav:not(.scrolled) .menu {
    color: #ffffff !important;
  }

  .nav:not(.scrolled) .menu span {
    background: #ffffff !important;
  }

  /* After scroll - hamburger black */
  .nav.scrolled .menu {
    color: #111111 !important;
  }

  .nav.scrolled .menu span {
    background: #111111 !important;
  }
  .ak-zoom-text {
    font-size: clamp(44px, 5.5vw, 72px);
  }

  .ak-left-text {
    right: calc(12% + 190px);
    top: 22%;
  }

  .ak-right-text {
    left: calc(12% + 190px);
    top: 76%;
  }

  .ak-image-box {
    width: 280px;
    height: 210px;
  }

  .ak-zoom-subtitle {
    top: calc(50% + 165px);
  }
  .overview .feature-card {
        top: calc(85px + (var(--card-index) * 16px));
        min-height: 640px !important;
        margin-bottom: 70px;
        border-radius: 26px;
        padding: 22px;
    }
    .overview .feature-card img {
        height: 75% !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
      .overview .feature-card {
        top: calc(85px + (var(--card-index) * 16px));
        min-height: 430px !important;
        margin-bottom: 70px;
        border-radius: 26px;
        padding: 22px;
    }
    .overview .feature-card img {
        height: 54% !important;
    }
      .horizontal-cards.ak-card-track article {
        flex: 0 0 82vw;
        min-width: 82vw;
    }
  .ak-zoom-section {
    height: 320vh;
  }

  .ak-image-box {
        width: 310px;
    height: 310px;
    border-radius: 16px;
  }

  .ak-zoom-text {
    left: 50%;
    right: auto;
    font-size: 42px;
    text-align: center;
    transform: translateX(-50%);
  }

  .ak-left-text {
    top: 24%;
  }

  .ak-right-text {
    top: 70%;
  }
.ak-build-visual {
    position: relative;
    min-height: 354px;
    display: flex;
    align-items: center;
    justify-content: center;
}
      .ak-zoom-subtitle {
        top: 80%;
        max-width: 320px;
        font-size: 30px !important;
        padding: 0 20px;
        line-height: 36px;
    }
    .ak-card-slide-section {
    position: relative;
    padding: 80px 10px !important;
    overflow: visible !important;
}
  #animationBlock.ak-premium-hero::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 64%;
        width: clamp(346px, 45vw, 820px);
        height: clamp(346px, 38vw, 346px);
        transform: translate(-50%, -42%);
        z-index: 4;
        background-image: url(assets/images/footer1.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        filter: drop-shadow(0 45px 70px rgba(0, 0, 0, 0.85));
        animation: akShoeFloat 4s ease-in-out infinite;
        pointer-events: none;
    }
    #animationBlock.ak-premium-hero .animation-content h1 {
    margin: 0 !important;
    font-size: clamp(56px, 13vw, 230px) !important;
    line-height: 0.8 !important;
    font-weight: 900 !important;
    letter-spacing: -0.09em !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    text-shadow: 0 20px 80px rgba(255, 255, 255, 0.08);
}
.overview .feature-list {
        padding-bottom: 0px !important; 
    }
}



/* SIDE NAV READABLE ON BLACK OVERVIEW */
.overview ~ .side-nav a,
.side-nav a {
    color: rgba(255, 255, 255, 0.42);
}

.side-nav a.active {
    color: #FF5A00;
}

/* MOBILE + TAB */
@media (max-width: 900px) {
    .overview.panel.light {
        padding: 90px 0 0px;
    }

    .overview .sticky-title {
        position: relative;
        top: 0;
    }

    .overview .feature-list {
        padding-bottom: 80px;
    }

    .overview .feature-card {
        top: calc(85px + (var(--card-index) * 16px));
        min-height: 430px;
        margin-bottom: 70px;
        border-radius: 26px;
        padding: 22px;
    }

    .overview .feature-card h3 {
        font-size: 32px;
    }

    .overview .feature-card img {
        height: 54%;
    }
}

@media (max-width: 900px) {
    .nav {
        grid-template-columns: 1fr auto;
    }
    .nav-center {
        display: none;
    }
    .nav-links {
        position: fixed;
        top: 72px;
        right: 0;
        left: 0;
        margin: auto;
        width: calc(100vw - 32px);
        display: none;
        flex-direction: column;
        background: #111;
        color: #fff;
        border-radius: 24px;
        padding: 24px;
    }
    .nav-links.open {
        display: flex;
    }
    .menu {
        display: block;
    }
    .side-nav {
        display: none;
    }
    .hero h1,
    .panel h2 {
        font-size: 52px;
    }
    .mini-video {
        display: none;
    }
    .grid-2,
    .split-wrap,
    .story-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .sticky-title {
        position: relative;
        top: 0;
    }
    .feature-card {
        min-height: 430px;
    }
    .spec-strip {
        grid-template-columns: 1fr;
    }
    .horizontal-cards article {
        min-width: 82vw;
    }
    .gallery-track img {
        width: 82vw;
        height: 430px;
    }
    .overview,
    .split,
    .battery,
    .image-story,
    .gallery,
    .app,
    .maintenance,
    .specs {
        padding: 90px 0;
    }
    .spec-table div {
        font-size: 18px;
        align-items: flex-start;
    }
    .hero-copy {
        left: 24px;
        right: 24px;
    }
    .nav {
        top: 10px;
        width: calc(100% - 20px);
    }
}



/* ===============================
   FOOTER REVEAL FINAL FIX
   Paste at bottom of style.css
================================ */

#footerReveal.footer-reveal-wrap {
  position: relative !important;
  height: 200vh !important;
  min-height: 200vh !important;
  background: #000 !important;
  overflow: visible !important;
  z-index: 2 !important;
  padding: 0 !important;
  margin: 0 !important;
}

#footerReveal .footer-reveal-sticky {
  position: sticky !important;
  top: 0 !important;
  height: 100vh !important;
  width: 100% !important;
  overflow: hidden !important;
  background: #000 !important;
}

/* Footer behind */
#footerReveal .shoe-footer {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  z-index: 1 !important;
  overflow: hidden !important;
  background-image: url("assets/images/footer-img.png") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  color: #fff !important;
}

/* Dark overlay */
#footerReveal .shoe-footer-overlay {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background:
    radial-gradient(circle at center, rgba(0,0,0,0.08), rgba(0,0,0,0.75) 70%),
    linear-gradient(to top, rgba(0,0,0,0.96), rgba(0,0,0,0.2)) !important;
}

/* Footer text */
#footerReveal .shoe-footer-content {
  position: absolute !important;
  left: 60px !important;
  bottom: 130px !important;
  z-index: 3 !important;
  max-width: 1150px !important;
}

#footerReveal .shoe-footer-content p {
  margin: 0 0 18px !important;
  font-size: clamp(24px, 2vw, 38px) !important;
  line-height: 1.1 !important;
  color: #fff !important;
}

#footerReveal .shoe-footer-content h2 {
  margin: 0 !important;
  font-size: clamp(70px, 9vw, 170px) !important;
  line-height: 0.82 !important;
  font-weight: 900 !important;
  letter-spacing: -0.08em !important;
  text-transform: uppercase !important;
  color: #fff !important;
}

/* Button */
#footerReveal .footer-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 34px !important;
  padding: 16px 34px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,0.55) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  background: rgba(255,255,255,0.06) !important;
  backdrop-filter: blur(12px) !important;
}

/* Bottom bar */
#footerReveal .footer-bottom-bar {
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  z-index: 4 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 28px 60px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 30px !important;
  background: rgba(0,0,0,0.78) !important;
  border-top: 1px solid rgba(255,255,255,0.18) !important;
  backdrop-filter: blur(14px) !important;
}

#footerReveal .footer-bottom-bar span {
  font-size: 15px !important;
  color: rgba(255,255,255,0.86) !important;
}

#footerReveal .footer-bottom-bar div {
  display: flex !important;
  gap: 32px !important;
}

#footerReveal .footer-bottom-bar a {
  color: rgba(255,255,255,0.9) !important;
  text-decoration: none !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

/* Top animation cover */
#footerReveal #animationBlock {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  z-index: 20 !important;
  overflow: hidden !important;
  transform: translate3d(0, 0, 0);
  will-change: transform;

  background-image: url("assets/images/footer-img.png") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#footerReveal #animationBlock::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

#footerReveal .animation-content {
  position: relative !important;
  z-index: 2 !important;
  text-align: center !important;
  padding: 30px !important;
  color: #fff !important;
}

#footerReveal .animation-content p {
  margin: 0 0 20px !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  letter-spacing: 0.25em !important;
  color: rgba(255,255,255,0.8) !important;
}

#footerReveal .animation-content h1 {
  margin: 0 !important;
  font-size: clamp(56px, 10vw, 160px) !important;
  line-height: 0.9 !important;
  font-weight: 900 !important;
  letter-spacing: -0.08em !important;
  color: #fff !important;
  text-transform: uppercase !important;
}

.animation-block:after {
    content: '';
    background: url(assets/images/footer1.png);
    height: 500px;
    width: 500px;
    background-position: center;
    position: absolute;
    background-size: contain;
    z-index: 99;
}

/* Mobile */
@media (max-width: 768px) {
    /* devank */
    .ak-story-images {
    grid-template-columns: 1fr;
  }

  .ak-story-img-card {
    height: 360px;
    border-radius: 20px;
  }
  /* devank end */
  #footerReveal.footer-reveal-wrap {
    height: 180vh !important;
    min-height: 180vh !important;
  }

  #footerReveal .shoe-footer-content {
    left: 24px !important;
    right: 24px !important;
    bottom: 145px !important;
  }

  #footerReveal .shoe-footer-content h2,
  #footerReveal .animation-content h1 {
    font-size: 58px !important;
  }

  #footerReveal .shoe-footer-content p {
    font-size: 22px !important;
  }

  #footerReveal .footer-bottom-bar {
    padding: 22px 24px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  #footerReveal .footer-bottom-bar div {
    gap: 18px !important;
    flex-wrap: wrap !important;
  }
}