@import url("https://fonts.googleapis.com/css2?family=Syne:wght@700;800&family=DM+Sans:wght@300;400;500&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --orange: #e05a1e;
  --ease-spring: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

body {
  background: #000;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
}

/* ═══════════════════════════════
   HERO
═══════════════════════════════ */
.csa-hero {
  position: relative;
  width: 100%;
  height: 125vh;
  background: #000000;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.csa-hero-img {
  position: absolute;
  top: 0;
  right: 0%;
  width: 58%;
  height: 100%;
  z-index: 1;
}
.csa-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.55;
}
.csa-hero-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #000000 0%, #000000 8%, transparent 42%);
  z-index: 2;
}
.csa-mobile-hero-bg {
  display: none;
}

/* ═══════════════════════════════
   SECTION — INDUSTRIES OVERVIEW (text + table)
═══════════════════════════════ */
.ind-overview-section {
  background: #000000;
  padding: 20px 80px 100px;
  position: relative;
  background-image:
    linear-gradient(
      to bottom,
      #000000 0%,
      rgba(0, 0, 0, 0.6) 15%,
      rgba(0, 0, 0, 0.6) 85%,
      #000000 100%
    ),
    url("../img/hero1-bg.jpg");
  background-size: cover;
  background-position: center;
}
.ind-overview-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 80px;
  right: 80px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.08),
    transparent
  );
}
.ind-overview-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ind-overview-header .ind-eyebrow {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #e05a1e;
  font-weight: 500;
  margin-bottom: 14px;
}
.ind-overview-header .ind-title {
  font-family: "Syne", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.8px;
  color: #fff;
  margin-bottom: 16px;
}
.ind-overview-header .ind-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.7;
  max-width: 440px;
  margin: 0 auto;
}
.pl-overview-row {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}
.ind-overview-section .pl-overview-header {
  text-align: left;
  margin-bottom: 0;
  flex: 0 0 260px;
  padding-top: 8px;
}
.ind-overview-section .pl-overview-title {
  max-width: 100%;
  margin: 0;
}
.pl-comparison {
  flex: 1;
  min-width: 0;
}

@media (max-width: 768px) {
  .ind-overview-section {
    padding: 60px 24px;
  }
  .ind-overview-section::before {
    left: 24px;
    right: 24px;
  }
  .ind-overview-header .ind-title {
    font-size: 28px;
  }
  .ind-overview-header {
    margin-bottom: 40px;
  }
}

@media (max-width: 1024px) {
  .csa-hero-img {
    display: none;
  }
  .csa-mobile-hero-bg {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  .csa-mobile-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    opacity: 0.5;
  }
  .csa-hero {
    justify-content: center;
  }
}

.csa-fade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to right,
      #000000 28%,
      rgba(0, 0, 0, 0.82) 52%,
      rgba(0, 0, 0, 0.05) 100%
    ),
    linear-gradient(to top, #000000 0%, transparent 16%),
    linear-gradient(
      to bottom,
      transparent 70%,
      rgba(0, 0, 0, 0.3) 82%,
      rgba(0, 0, 0, 0.65) 90%,
      #000000 100%
    );
  z-index: 3;
  pointer-events: none;
}
.csa-content {
  position: relative;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  width: 100%;
  max-width: 780px;
  padding: 0 24px 0 24px;
  gap: 0;
  /* push down to clear navbar */
  margin-top: 0px;
}
.csa-tag {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
}
.csa-mid {
  margin-top: 28px;
}
.csa-h {
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: clamp(52px, 6.5vw, 88px);
  line-height: 1;
  letter-spacing: -2.5px;
  color: #fff;
}
.csa-h-accent {
  color: var(--orange);
}
.csa-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.75;
  max-width: 400px;
  margin-top: 20px;
}
.csa-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 52px;
}
.csa-bottom-left {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.csa-btns {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
}
.csa-btn-p {
  background: var(--orange);
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 3px;
  text-decoration: none;
  transition:
    opacity 0.2s,
    transform 0.3s var(--ease-spring);
}
.csa-btn-p:hover {
  opacity: 0.88;
  transform: translateY(-2px);
}
.csa-btn-g {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}
.csa-btn-g:hover {
  color: rgba(255, 255, 255, 0.65);
}
.csa-clients {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.csa-clients span {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
  transition: color 0.2s;
}
.csa-clients span:hover {
  color: rgba(255, 255, 255, 0.45);
}
.csa-stats {
  display: flex;
  gap: 32px;
  align-items: flex-end;
  justify-content: center;
}
.csa-stat-n {
  font-family: "Syne", sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  text-align: right;
}
.csa-stat-n sup {
  font-size: 13px;
  color: var(--orange);
  font-family: "DM Sans", sans-serif;
}
.csa-stat-l {
  font-size: 8px;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 4px;
  text-align: right;
}

/* letter stage */
.csa-letter-stage {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  pointer-events: none;
}
.csa-letter-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.csa-il {
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: clamp(60px, 9vw, 100px);
  line-height: 1;
  letter-spacing: -3px;
  color: #fff;
  display: inline-block;
  opacity: 0;
  will-change: transform;
  position: relative;
}
.csa-il-sp {
  width: clamp(16px, 2.5vw, 26px);
}
.csa-il-or {
  color: #e05a1e;
}
.csa-il::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 6px;
  border: 2px solid rgba(224, 90, 30, 0);
  pointer-events: none;
}
.csa-il-landed::after {
  animation: csaRingFlash 0.5s ease-out forwards;
}
@keyframes csaRingFlash {
  0% {
    border-color: rgba(224, 90, 30, 0.9);
    transform: scale(1.1);
  }
  100% {
    border-color: rgba(224, 90, 30, 0);
    transform: scale(1.5);
  }
}
.csa-letter-tag {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.16em;
  margin-top: 20px;
  opacity: 0;
  transform: translateY(10px);
  text-shadow:
    0 0 20px rgba(224, 90, 30, 0.9),
    0 0 40px rgba(224, 90, 30, 0.5),
    0 0 80px rgba(224, 90, 30, 0.25);
}

/* logo corner */
.csa-logo-corner {
  position: absolute;
  top: 24px;
  left: 28px;
  z-index: 9;
  opacity: 0;
}
.csa-logo-name {
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.5px;
  color: #fff;
}
.csa-logo-name span {
  color: #e05a1e;
}
.csa-logo-sub {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.22);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-top: 3px;
}

/* tile stage */
.csa-tile-stage {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* tiles */
.csa-tile {
  position: absolute;
  border-radius: 16px;
  overflow: hidden;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  will-change: transform, width, height, border-radius;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
}
.csa-tile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.35);
  filter: brightness(0.92) contrast(1.05);
  transition:
    transform 0.4s ease,
    filter 0.4s ease;
  pointer-events: none;
  display: block;
}
.csa-tile-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  background: rgba(0, 0, 0, 0.45);
  border-radius: inherit;
  transition: opacity 0.3s ease;
  pointer-events: none;
  text-align: center;
  padding: 0 12px;
}
.csa-tile:hover .csa-tile-label,
.csa-tile-active .csa-tile-label {
  opacity: 1;
}
.csa-tile:hover img,
.csa-tile-active img {
  filter: brightness(0.4) blur(2px);
}
.csa-tile-active {
  border-color: rgba(224, 90, 30, 0.7) !important;
  box-shadow:
    0 0 0 1px rgba(224, 90, 30, 0.25),
    0 0 55px rgba(224, 90, 30, 0.25),
    0 8px 32px rgba(0, 0, 0, 0.6) !important;
}
.csa-tile-active .csa-tile-label {
  color: #e05a1e;
}
.csa-tile:not(.csa-tile-active):hover {
  border-color: rgba(255, 255, 255, 0.2);
}

/* active label */
.csa-active-label {
  position: absolute;
  bottom: 32px;
  right: 32px;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}
.csa-active-tag {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.csa-active-name {
  font-family: "Syne", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: right;
}
.csa-active-line {
  width: 0;
  height: 1.5px;
  background: #e05a1e;
  border-radius: 1px;
  transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.csa-active-line.go {
  width: 100%;
}

/* dot nav */
.csa-dot-nav {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 7px;
  z-index: 6;
}
.csa-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  cursor: pointer;
  transition:
    background 0.3s,
    transform 0.3s;
}
.csa-dot.active {
  background: #e05a1e;
  transform: scale(1.5);
}

/* ═══════════════════════════════
   MOBILE HERO IMAGE — desktop hidden
═══════════════════════════════ */
.csa-mobile-hero-img {
  display: none;
}
.csa-mbadge {
  display: none;
}

/* ═══════════════════════════════
   SECTION 2 — INDUSTRIES
═══════════════════════════════ */
.industries-section {
  min-height: 100vh;
  background: #080808;
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 120px 80px;
  position: relative;
  overflow: hidden;
}
.industries-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 80px;
  right: 80px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.08),
    transparent
  );
}
.ind-left {
  flex: 0 0 280px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 2;
}
.ind-eyebrow {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #e05a1e;
  font-weight: 500;
}
.ind-title {
  font-family: "Syne", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.8px;
  color: #fff;
}
.ind-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.7;
  max-width: 240px;
}
.ind-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10px 20px;
  border-radius: 8px;
  width: fit-content;
  margin-top: 8px;
  transition:
    border-color 0.25s,
    background 0.25s,
    transform 0.3s var(--ease-spring);
}
.ind-cta:hover {
  border-color: #e05a1e;
  background: rgba(224, 90, 30, 0.08);
  transform: translateY(-1px);
}
.ind-cta span {
  transition: transform 0.25s;
}
.ind-cta:hover span {
  transform: translateX(4px);
}
.ind-lines-strip-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  flex: 1;
}
.ind-line-pill {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  aspect-ratio: 2/3;
  min-height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition:
    border-color 0.35s,
    transform 0.4s var(--ease-spring),
    box-shadow 0.35s;
  cursor: pointer;
}
.ind-line-pill-icon {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ind-line-pill-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s var(--ease-spring);
}
.ind-line-pill:hover .ind-line-pill-icon img {
  transform: scale(1.08);
}
.ind-line-pill::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.92) 0%,
    rgba(0, 0, 0, 0.4) 55%,
    rgba(0, 0, 0, 0.08) 100%
  );
  z-index: 1;
}
.ind-line-pill::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15%;
  right: 15%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(224, 90, 30, 0.6),
    transparent
  );
  opacity: 0;
  transform: scaleX(0);
  transition:
    opacity 0.4s,
    transform 0.5s var(--ease-spring);
  z-index: 2;
}
.ind-line-pill:hover {
  border-color: rgba(224, 90, 30, 0.45);
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}
.ind-line-pill:hover::after {
  opacity: 1;
  transform: scaleX(1);
}
.ind-line-pill-name {
  position: relative;
  z-index: 2;
  font-family: "Syne", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 0 16px 4px;
}
.ind-line-pill-cap {
  position: relative;
  z-index: 2;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  padding: 0 16px 18px;
  transition: color 0.25s;
}
.ind-line-pill:hover .ind-line-pill-cap {
  color: rgba(224, 90, 30, 0.8);
}

/* ═══════════════════════════════
   SECTION 3 — BAKE
═══════════════════════════════ */
.bake-section {
  background: #000000;
  padding: 40px 80px 20px;
  position: relative;
  overflow: hidden;
}
.bake-section::before {
  display: none;
}
.bake-header {
  text-align: center;
  margin-bottom: 72px;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.bake-eyebrow {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #e05a1e;
  font-weight: 500;
  margin-bottom: 16px;
}
.bake-title {
  font-family: "Syne", sans-serif;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.05;
  background: linear-gradient(160deg, #fff 40%, rgba(255, 255, 255, 0.45));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 14px;
}
.bake-sub {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.35);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}
.bake-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1100px;
  max-height: 1000px;
  margin: 0 auto;
}
.bake-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 2/3;
  min-height: 380px;
  transition:
    border-color 0.35s,
    transform 0.4s var(--ease-spring),
    box-shadow 0.35s;
}
.bake-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s var(--ease-spring);
  z-index: 0;
}
.bake-card:hover .bake-card-img {
  transform: scale(1.08);
}
.bake-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.92) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.08) 100%
  );
  z-index: 1;
  pointer-events: none;
}
.bake-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(224, 90, 30, 0.55),
    transparent
  );
  opacity: 0;
  transform: scaleX(0);
  transition:
    opacity 0.4s,
    transform 0.5s var(--ease-spring);
  z-index: 2;
}
.bake-card:hover {
  border-color: rgba(224, 90, 30, 0.45);
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6);
}
.bake-card:hover::after {
  opacity: 1;
  transform: scaleX(1);
}
.bake-card.active {
  border-color: #e05a1e;
}
.bake-card-text {
  position: absolute;
  bottom: 16px;
  left: 18px;
  right: 18px;
  z-index: 2;
}
.bake-card-name {
  font-family: "Syne", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}
.bake-card-desc {
  padding-right: 22px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bake-card-hint {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 14px;
  color: #e05a1e;
  z-index: 2;
  opacity: 0;
  transform: translateX(-6px);
  transition:
    opacity 0.3s,
    transform 0.35s var(--ease-spring);
}
.bake-card:hover .bake-card-hint {
  opacity: 1;
  transform: translateX(0);
  background: rgba(251, 250, 250, 0.455);
  padding: 4px 8px;
  border-radius: 10px;
}
.bake-view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  transition:
    color 0.25s,
    border-color 0.3s,
    background 0.3s,
    transform 0.35s var(--ease-spring);
}
.bake-view-all-btn:hover {
  color: #fff;
  border-color: rgba(224, 90, 30, 0.4);
  background: rgba(224, 90, 30, 0.06);
  transform: translateY(-2px);
}
.bake-view-all-btn svg {
  color: #e05a1e;
  transition: transform 0.35s var(--ease-spring);
}
.bake-view-all-btn:hover svg {
  transform: translateX(4px);
}

/* ═══════════════════════════════
   SECTION 4 — ABOUT
═══════════════════════════════ */
.about-section {
  background: #050505;
  padding: 120px 80px;
  display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
  overflow: hidden;
}
.about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 80px;
  right: 80px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.08),
    transparent
  );
}
.about-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.about-eyebrow {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #e05a1e;
  font-weight: 500;
}
.about-title {
  font-family: "Syne", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.8px;
  color: #fff;
}
.about-body {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.8;
  max-width: 480px;
}
.about-stats {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  margin-top: 8px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  overflow: hidden;
}
.about-stat {
  flex: 1;
  min-width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 20px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(0, 0, 0, 0.55);
  transition:
    background 0.35s,
    transform 0.35s var(--ease-spring);
  cursor: default;
  position: relative;
}
.about-stat::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(224, 90, 30, 0.5),
    transparent
  );
  transform: scaleX(0);
  transition: transform 0.4s var(--ease-spring);
}
.about-stat:last-child {
  border-right: none;
}
.about-stat:hover {
  background: rgba(224, 90, 30, 0.06);
  transform: translateY(-2px);
}
.about-stat:hover::after {
  transform: scaleX(1);
}
.stat-num {
  font-family: "Syne", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: flex-start;
}
.stat-plus {
  font-size: 14px;
  color: #e05a1e;
  margin-top: 2px;
  margin-left: 1px;
}
.stat-label {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
}
.about-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10px 20px;
  border-radius: 8px;
  width: fit-content;
  transition:
    border-color 0.25s,
    background 0.25s,
    transform 0.3s var(--ease-spring);
}
.about-cta-link:hover {
  border-color: #e05a1e;
  background: rgba(224, 90, 30, 0.08);
  transform: translateY(-1px);
}
.about-cta-link span {
  transition: transform 0.25s;
}
.about-cta-link:hover span {
  transform: translateX(4px);
}

.csa-machine-bg,
.csa-machine-a,
.csa-machine-b {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ═══════════════════════════════
   TABLET 769px–1024px
═══════════════════════════════ */
@media (min-width: 769px) and (max-width: 1024px) {
  .csa-content {
    padding: 80px 36px 48px;
    max-width: 420px;
  }
  .csa-h {
    font-size: clamp(38px, 5vw, 60px);
    letter-spacing: -1.8px;
  }
  .csa-sub {
    font-size: 12px;
    max-width: 340px;
  }
  .csa-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 36px;
  }
  .csa-stats {
    gap: 20px;
  }
  .csa-stat-n {
    font-size: 24px;
  }
  .industries-section {
    padding: 80px 40px;
    gap: 40px;
    min-height: auto;
  }
  .industries-section::before {
    left: 40px;
    right: 40px;
  }
  .ind-left {
    flex: 0 0 200px;
  }
  .ind-title {
    font-size: 32px;
  }
  .ind-lines-strip-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .ind-line-pill {
    min-height: 240px;
  }
  .bake-section {
    padding: 80px 40px;
  }
  .bake-section::before {
    left: 40px;
    right: 40px;
  }
  .bake-title {
    font-size: 36px;
  }
  .bake-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 100%;
  }
  .bake-card {
    min-height: 300px;
  }
  .about-section {
    padding: 80px 40px;
    gap: 40px;
  }
  .about-section::before {
    left: 40px;
    right: 40px;
  }
  .about-title {
    font-size: 30px;
  }
  .about-stat {
    min-width: 80px;
    padding: 16px 10px;
  }
  .stat-num {
    font-size: 22px;
  }
  .site-footer {
    padding: 60px 40px 0;
  }
  .site-footer::before {
    left: 40px;
    right: 40px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .fcta-section {
    padding: 80px 40px;
  }
  .fcta-title {
    font-size: 34px;
  }
  .csa-mobile-hero-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    margin-top: 10px;
    z-index: 4;
    opacity: 0;
    transform: translate(-40px, 12px);
    transition:
      opacity 0.9s ease,
      transform 0.9s var(--ease-spring);
  }
  .csa-mobile-hero-img::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 260px;
    height: 260px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(224, 90, 30, 0.35) 0%, rgba(224, 90, 30, 0.08) 55%, transparent 75%);
    filter: blur(20px);
    z-index: -1;
    animation: csaGlowPulse 4s ease-in-out infinite;
  }
  .csa-mobile-hero-img img {
    width: 78%;
    max-width: 320px;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    filter: brightness(0.92) contrast(1.06)
      drop-shadow(0 8px 40px rgba(224, 90, 30, 0.18));
    animation: csaFloatY 4.5s ease-in-out infinite;
  }

  /* ── BADGE — centered below image ── */
  .csa-mbadge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    position: relative;
    left: auto;
    top: auto;
    transform: translateX(30px);
    margin-top: 14px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-top: 2px solid #e05a1e;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
    width: fit-content;
  }
  .csa-mbadge-tag {
    font-size: 8px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #e05a1e;
    font-weight: 500;
    display: block;
    text-align: center;
  }
  .csa-mbadge-name {
    font-family: "Syne", sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.3px;
    color: #fff;
    white-space: nowrap;
    display: block;
    text-align: center;
  }
  .csa-mbadge-spec {
    font-size: 9px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.32);
    white-space: nowrap;
    display: block;
    text-align: center;
  }
  .csa-fade {
    background:
      linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.6) 0%,
        transparent 15%,
        transparent 55%,
        #000000 92%
      ),
      linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  }
}

/* ═══════════════════════════════
   SMALL LAPTOP 1025px–1280px
═══════════════════════════════ */
@media (min-width: 1025px) and (max-width: 1280px) {
  .csa-content {
    padding: 80px 44px 48px;
    max-width: 560px;
  }
  .csa-h {
    font-size: clamp(44px, 5.5vw, 72px);
  }
  .industries-section {
    padding: 100px 60px;
    gap: 48px;
  }
  .industries-section::before {
    left: 60px;
    right: 60px;
  }
  .bake-section {
    padding: 100px 60px;
  }
  .bake-section::before {
    left: 60px;
    right: 60px;
  }
  .about-section {
    padding: 100px 60px;
    gap: 60px;
  }
  .about-section::before {
    left: 60px;
    right: 60px;
  }
  .site-footer {
    padding: 70px 60px 0;
  }
  .site-footer::before {
    left: 60px;
    right: 60px;
  }
  .fcta-section {
    padding: 90px 60px;
  }
}

/* ONLY the mobile block changes — paste over existing @media (max-width: 768px) in style.css */

@media (max-width: 768px) {
  /* hero — full height removed, content stacks */
  .csa-hero {
    min-height: auto;
    padding-bottom: 40px;
  }

  /* fade — subtle vignette only */
  .csa-fade {
    background:
      linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.6) 0%,
        transparent 15%,
        transparent 55%,
        #000000 92%
      ),
      linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  }

  /* content — full width, stacked, no flex-grow so image follows naturally */
  .csa-content {
    padding: 72px 24px 0;
    max-width: 100%;
    z-index: 7;
    justify-content: flex-start;
    gap: 0;
    flex: none;
    position: relative;
  }
  .csa-mid {
    margin-top: 12px;
  }

  /* headline — full width, big */
  .csa-h {
    font-size: clamp(40px, 11vw, 58px);
    letter-spacing: -2px;
    line-height: 0.95;
  }

  /* subtagline — below headline */
  .csa-sub {
    font-size: 12px;
    max-width: 100%;
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.38);
    line-height: 1.65;
  }

  /* hide bubbles, letter stage, dots, active label */
  .csa-tile-stage {
    display: none;
  }
  .csa-dot-nav {
    display: none;
  }
  .csa-active-label {
    display: none;
  }
  .csa-logo-corner {
    display: none;
  }
  .csa-il {
    font-size: clamp(40px, 12vw, 60px);
    letter-spacing: -2px;
  }
  .csa-letter-tag {
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  /* bottom — buttons + stats below image */
  .csa-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-top: 24px;
  }
  .csa-stats {
    gap: 20px;
  }
  .csa-stat-n {
    font-size: 22px;
  }
  .csa-stat-l {
    font-size: 7px;
  }

  /* ── MOBILE HERO IMAGE — centered, big ── */
  .csa-mobile-hero-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    margin-top: 10px;
    z-index: 4;
    opacity: 0;
    transform: translate(-40px, 12px);
    transition:
      opacity 0.9s ease,
      transform 0.9s var(--ease-spring);
  }
  .csa-mobile-hero-img::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 260px;
    height: 260px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(224, 90, 30, 0.35) 0%, rgba(224, 90, 30, 0.08) 55%, transparent 75%);
    filter: blur(20px);
    z-index: -1;
    animation: csaGlowPulse 4s ease-in-out infinite;
  }
  .csa-mobile-hero-img img {
    width: 78%;
    max-width: 320px;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    filter: brightness(0.92) contrast(1.06)
      drop-shadow(0 8px 40px rgba(224, 90, 30, 0.18));
    animation: csaFloatY 4.5s ease-in-out infinite;
  }

  /* ── BADGE — centered below image ── */
  .csa-mbadge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    position: relative;
    left: auto;
    top: auto;
    transform: translateX(30px);
    margin-top: 14px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-top: 2px solid #e05a1e;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
    width: fit-content;
  }
  .csa-mbadge-tag {
    font-size: 8px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #e05a1e;
    font-weight: 500;
    display: block;
    text-align: center;
  }
  .csa-mbadge-name {
    font-family: "Syne", sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.3px;
    color: #fff;
    white-space: nowrap;
    display: block;
    text-align: center;
  }
  .csa-mbadge-spec {
    font-size: 9px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.32);
    white-space: nowrap;
    display: block;
    text-align: center;
  }

  /* industries */
  .industries-section {
    flex-direction: column;
    padding: 60px 24px;
    gap: 40px;
    min-height: auto;
  }
  .industries-section::before {
    left: 24px;
    right: 24px;
  }
  .ind-left {
    flex: none;
    width: 100%;
  }
  .ind-title {
    font-size: 30px;
  }
  .ind-lines-strip-items {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .ind-line-pill {
    min-height: 200px;
    aspect-ratio: 3/2;
  }

  /* bake */
  .bake-section {
    padding: 60px 24px;
  }
  .bake-section::before {
    left: 24px;
    right: 24px;
  }
  .bake-title {
    font-size: 30px;
  }
  .bake-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 100%;
  }
  .bake-card {
    min-height: 260px;
    aspect-ratio: 3/2;
  }

  /* about */
  .about-section {
    flex-direction: column;
    padding: 60px 24px;
    gap: 32px;
    min-height: auto;
  }
  .about-section::before {
    left: 24px;
    right: 24px;
  }
  .about-title {
    font-size: 26px;
  }
  .about-body {
    font-size: 13px;
  }
  .about-stats {
    flex-wrap: wrap;
  }
  .about-stat {
    min-width: 80px;
    padding: 14px 10px;
  }
  .stat-num {
    font-size: 20px;
  }

  /* footer */
  .site-footer {
    padding: 48px 24px 0;
  }
  .site-footer::before {
    left: 24px;
    right: 24px;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .footer-bottom-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  /* footer cta */
  .fcta-section {
    padding: 60px 24px;
  }
  .fcta-title {
    font-size: 28px;
  }
  .fcta-buttons {
    flex-direction: column;
    width: 100%;
  }
  .fcta-btn-primary,
  .fcta-btn-secondary {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .csa-h {
    font-size: clamp(36px, 10vw, 48px);
  }
  .csa-mobile-hero-img img {
    width: 82%;
  }
  .csa-clients {
    flex-wrap: wrap;
    gap: 8px;
  }
  .ind-line-pill {
    min-height: 160px;
  }
  .bake-card {
    min-height: 220px;
  }
  .about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .about-stat {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }
  .about-stat:last-child {
    border-bottom: none;
  }
}

/* ================================================================
   MOBILE BRIGHTNESS + PREMIUM POLISH  (auto-generated)
   Hard hex values — correct at ANY screen brightness level
================================================================ */
@media (max-width: 768px) {
  /* CARD BACKGROUNDS */
  .why-card,
  .infra-stat-box,
  .infra-floor,
  .quality-pillar,
  .story-img-cell,
  .explore-card,
  .pl-card,
  .bake-card,
  .ind-card,
  .machine-card,
  .blog-card,
  .timeline-card,
  .featured-card,
  .stat-block,
  .r-card,
  .t-card,
  .pkg-card,
  .pkg-info-card,
  .pkg-manpower-card,
  .contact-info-card,
  .post-sidebar-box,
  .flow-step-box,
  .iot-card,
  .infra-img-main,
  .tl-img-frame,
  .why-features .why-card,
  .cert-grid .cert-card,
  .export-panel,
  .r-card,
  .rating-callout {
    background: #1e1e1e;
    border-color: #3a3a3a;
  }

  /* BODY / DESCRIPTION TEXT */
  .why-card p,
  .infra-floor-body,
  .infra-floor-detail,
  .infra-intro,
  .quality-intro,
  .quality-pillar-body-inner li,
  .quality-pillar-sub,
  .story-body-text p,
  .explore-card-desc,
  .explore-header-sub,
  .about-hero-desc,
  .section-body,
  .why-header-right p,
  .pl-card-desc,
  .pl-hero-sub,
  .pl-card-flow span,
  .machine-card-desc,
  .bake-card-desc,
  .blog-card-excerpt,
  .blog-card-subtitle,
  .featured-desc,
  .timeline-desc,
  .tl-body,
  .r-quote,
  .t-card-quote,
  .pkg-desc,
  .pkg-info-sub,
  .line-meta-text,
  .post-content p,
  .detail-desc,
  .hero-desc,
  .page-sub,
  .csa-sub,
  .ind-sub,
  .bake-sub,
  .about-body,
  .process-sub,
  .cta-sub,
  .card-models,
  .card-count,
  .terms-clause-body p,
  .pp-section p,
  .pp-list li,
  .contact-subtitle,
  .footer-tagline,
  .blog-hero-desc,
  .step-label,
  .cta-sub {
    color: #cccccc;
  }

  /* SECONDARY / LABEL TEXT */
  .about-hero-stat-label,
  .infra-stat-box-label,
  .pl-stat-label,
  .csa-stat-l,
  .stat-label,
  .t-stat-label,
  .pkg-info-label,
  .pkg-manpower-label,
  .card-cat,
  .section-eyebrow,
  .line-hero-eyebrow,
  .flow-step-num,
  .blog-card-date,
  .post-hero-date,
  .r-loc,
  .t-card-loc,
  .cert-milestone-label,
  .line-nav-prev-hint,
  .line-nav-next-hint,
  .contact-info-label,
  .breadcrumb,
  .breadcrumb a,
  .back-btn,
  .pkg-machine-note {
    color: #aaaaaa;
  }

  /* CARD TITLES */
  .why-card h3,
  .infra-floor-name,
  .quality-pillar-title,
  .explore-card-title,
  .pl-card-name,
  .machine-card-name,
  .bake-card-name,
  .blog-card-title,
  .featured-name,
  .timeline-event-name,
  .tl-headline,
  .t-card-name,
  .pkg-card-name,
  .card-name,
  .cta-title,
  .models-cta-text h4,
  .iot-card-title,
  .contact-info-value {
    color: #ffffff;
    font-size: 15px;
  }

  /* STAT NUMBERS */
  .about-hero-stat-num,
  .infra-stat-box-num,
  .pl-stat-num,
  .csa-stat-n,
  .stat-num,
  .t-stat-num,
  .pkg-info-value,
  .pkg-manpower-value,
  .history-meta-num,
  .rating-big {
    color: #ffffff;
    font-size: 24px;
  }

  /* PILL / TAG CHIPS */
  .pl-card-capacity,
  .pl-card-machine-tag,
  .infra-badge,
  .line-meta-badge,
  .tl-tag,
  .model-tag,
  .card-tag,
  .pkg-tag,
  .pkg-material,
  .detail-tag,
  .filter-pill,
  .filter-btn {
    background: #252525;
    border-color: #3d3d3d;
    color: #cccccc;
  }

  /* SECTION TITLES */
  .section-title,
  .pl-lines-title,
  .pl-overview-title,
  .bake-title,
  .ind-title,
  .about-title,
  .featured-title,
  .timeline-title,
  .t-hero-title {
    font-size: clamp(28px, 7vw, 40px);
  }

  /* FLOW */
  .flow-step-name {
    color: #ffffff;
  }
  .flow-step-box {
    background: #1e1e1e;
    border-color: #3a3a3a;
  }

  /* FOOTER */
  .footer-col ul li a {
    color: #aaaaaa;
  }
  .footer-col h4.footer-col-title {
    color: #888888;
  }
  .footer-address {
    color: #aaaaaa;
  }
  .footer-bottom span,
  .footer-bottom-links a {
    color: #666666;
  }

  /* TESTIMONIALS */
  .t-card-quote,
  .r-quote {
    color: #cccccc;
  }
  .cert-milestone-year {
    color: #888888;
  }

  /* PACKAGES */
  .pkg-machine-name {
    color: #eeeeee;
  }
  .pkg-capacity-row span {
    color: #cccccc;
  }
  .pkg-capacity-row span:first-child {
    color: #eeeeee;
  }
  .pkg-note,
  .pkg-desc {
    color: #cccccc;
  }

  /* BLOG */
  .post-related-title {
    color: #cccccc;
  }

  /* MACHINE / MODEL */
  .detail-desc,
  .iot-card-desc,
  .right-sub,
  .models-cta-text p {
    color: #cccccc;
  }
  .specs-table td:first-child {
    color: #aaaaaa;
  }
  .specs-table td:last-child {
    color: #eeeeee;
  }

  /* PRIVACY / TERMS */
  .terms-notice,
  .pp-note {
    color: #cccccc;
  }
}

@media (max-width: 480px) {
  .pl-card-name,
  .machine-card-name,
  .bake-card-name,
  .why-card h3,
  .explore-card-title {
    font-size: 14px;
  }
  .section-title,
  .pl-lines-title {
    font-size: clamp(26px, 8vw, 34px);
  }
}

/* ================================================================
   PREMIUM MICRO-ANIMATIONS (auto-generated)
   Smooth, tasteful — respects prefers-reduced-motion
================================================================ */

/* Scroll reveal base */
.reveal,
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.visible,
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-left {
  opacity: 0;
  transform: translateX(-32px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}
.reveal-right {
  opacity: 0;
  transform: translateX(32px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Stagger delays */
.stagger-1 {
  transition-delay: 0.08s;
}
.stagger-2 {
  transition-delay: 0.16s;
}
.stagger-3 {
  transition-delay: 0.24s;
}
.stagger-4 {
  transition-delay: 0.32s;
}
.stagger-5 {
  transition-delay: 0.4s;
}
.stagger-6 {
  transition-delay: 0.48s;
}

/* Card hover lift — premium feel */
.why-card,
.infra-stat-box,
.infra-floor,
.explore-card,
.pl-card,
.bake-card,
.ind-card,
.machine-card,
.blog-card,
.featured-card,
.stat-block,
.r-card,
.t-card,
.pkg-card,
.pkg-info-card,
.timeline-card,
.contact-info-card {
  transition:
    border-color 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

/* Shimmer on card hover */
.why-card::after,
.explore-card::after,
.pl-card::after,
.machine-card::after,
.blog-card::after,
.pkg-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(224, 90, 30, 0.6),
    transparent
  );
  opacity: 0;
  transform: scaleX(0);
  transition:
    opacity 0.4s,
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.why-card:hover::after,
.explore-card:hover::after,
.pl-card:hover::after,
.machine-card:hover::after,
.blog-card:hover::after,
.pkg-card:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

/* Stat number count-up glow on hover */
.about-hero-stat:hover .about-hero-stat-num,
.infra-stat-box:hover .infra-stat-box-num,
.stat-block:hover .stat-number {
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.15);
}

/* Link underline slide */
.footer-col ul li a,
.drawer-link,
.toc-pill,
.filter-pill {
  transition:
    color 0.25s,
    padding-left 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.25s,
    border-color 0.25s,
    transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Button press feedback */
.nav-cta:active,
.fcta-btn-primary:active,
.line-cta-btn-primary:active,
.pkg-cta-primary:active,
.enquire-submit:active {
  transform: scale(0.97) translateY(0);
}

/* Image scale on card hover */
.bake-card:hover .bake-card-img,
.ind-line-pill:hover .ind-line-pill-icon img,
.blog-card:hover img {
  transform: scale(1.06);
}

/* Smooth border-radius pulse on active nav item */
.island-item.active .island-icon svg {
  filter: drop-shadow(0 0 4px rgba(224, 90, 30, 0.6));
}

/* Orange accent line slide-in on section hover */
.pl-card-cta-text,
.view-btn,
.blog-card-cta,
.explore-card-cta,
.featured-details {
  transition:
    letter-spacing 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.3s,
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Tablet-specific enhancements */
@media (min-width: 769px) and (max-width: 1024px) {
  .why-card:hover,
  .explore-card:hover,
  .pl-card:hover,
  .machine-card:hover,
  .blog-card:hover {
    transform: translateY(-4px);
    box-shadow:
      0 16px 48px rgba(0, 0, 0, 0.55),
      0 0 0 1px rgba(224, 90, 30, 0.06);
  }
}

/* Desktop-specific enhancements */
@media (min-width: 1025px) {
  .why-card:hover,
  .explore-card:hover,
  .pl-card:hover,
  .machine-card:hover,
  .blog-card:hover {
    transform: translateY(-8px);
    box-shadow:
      0 28px 72px rgba(0, 0, 0, 0.65),
      0 0 0 1px rgba(224, 90, 30, 0.07);
  }
  /* Subtle parallax depth on hero sections */
  .pl-hero-bg,
  .about-hero-orb,
  .blog-hero-orb {
    will-change: transform;
  }
}

/* Mobile — no hover transforms (tap only) */
@media (max-width: 768px) {
  .why-card:hover,
  .explore-card:hover,
  .pl-card:hover,
  .machine-card:hover,
  .blog-card:hover,
  .infra-floor:hover,
  .quality-pillar:hover {
    transform: none;
  }
  .why-card:active {
    transform: scale(0.98);
  }
  .pl-card:active,
  .blog-card:active,
  .machine-card:active {
    transform: scale(0.98);
  }
  .island-item:active {
    transform: scale(0.92);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
    transition-duration: 0.01ms;
  }
}

/* ===== CURSOR TRAIL (cookie follows mouse in hero) ===== */
.csa-cursor-trail {
  position: fixed;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  pointer-events: none;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.25s ease;
  will-change: transform;
}
.csa-cursor-trail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
}
.csa-cursor-trail.active {
  opacity: 1;
}
@media (hover: none), (pointer: coarse) {
  .csa-cursor-trail {
    display: none !important;
  }
}

/* ===== OVERVIEW SECTION ===== */
.pl-overview {
  background: #040404;
  padding: 100px 80px;
  position: relative;
}

.pl-overview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 80px;
  right: 80px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.08),
    transparent
  );
}

.pl-overview-header {
  margin-bottom: 60px;
}

.pl-overview-eyebrow {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 12px;
}

.pl-overview-title {
  font-family: "Syne", sans-serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.8px;
  max-width: 500px;
}

.pl-comparison {
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.pl-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12.5px;
}

.pl-table th {
  font-family: "Syne", sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  padding: 16px 20px;
  text-align: left;
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pl-table td {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.6);
  vertical-align: middle;
}

.pl-table tr:last-child td {
  border-bottom: none;
}

.pl-table tr:hover td {
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.8);
}

.pl-table-name {
  font-family: "Syne", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

.pl-table-badge {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 10px;
  background: rgba(224, 90, 30, 0.12);
  color: var(--orange);
  border: 1px solid rgba(224, 90, 30, 0.2);
}

.pl-table-link {
  display: inline-block;
  color: var(--orange);
  text-decoration: none;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  white-space: nowrap;
  transition: transform 0.25s var(--ease-spring);
}
.pl-table-link:hover {
  transform: translateX(3px);
}

/* ===== COMPARE ALL LINES TABLE (shared with production-lines page) ===== */
.pl-comparison {
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.pl-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12.5px;
}
.pl-table th {
  font-family: "Syne", sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  padding: 16px 20px;
  text-align: left;
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.pl-table td {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.6);
  vertical-align: middle;
}
.pl-table tr:last-child td {
  border-bottom: none;
}
.pl-table tr:hover td {
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.8);
}
.pl-table-name {
  font-family: "Syne", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.pl-table-badge {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 10px;
  background: rgba(224, 90, 30, 0.12);
  color: var(--orange);
  border: 1px solid rgba(224, 90, 30, 0.2);
}
.pl-table-link {
  color: var(--orange);
  text-decoration: none;
  font-size: 11.5px;
  letter-spacing: 0.5px;
  transition: letter-spacing 0.25s var(--ease-spring);
}
.pl-table-link:hover {
  letter-spacing: 2px;
}

@media (max-width: 1024px) {
  .pl-comparison {
    border: none;
    border-radius: 0;
    overflow-x: visible;
  }
  .pl-table thead {
    display: none;
  }
  .pl-table,
  .pl-table tbody,
  .pl-table tr,
  .pl-table td {
    display: block;
    width: 100%;
  }
  .pl-table tr {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    padding: 16px;
    margin-bottom: 12px;
  }
  .pl-table tr:hover td {
    background: none;
    color: rgba(255, 255, 255, 0.6);
  }
  .pl-table tr:last-child td {
    border-bottom: none;
  }
  .pl-table td {
    padding: 4px 0;
    border-bottom: none;
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    white-space: normal;
  }
  .pl-table td::before {
    content: attr(data-label);
    display: block;
    font-size: 9.5px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.25);
    margin-bottom: 2px;
  }
  .pl-table td:first-child {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    margin-bottom: 4px;
  }
  .pl-table td:first-child::before {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .pl-table tr {
    padding: 24px;
    margin-bottom: 16px;
  }
  .pl-table td {
    font-size: 14px;
  }
  .pl-table td::before {
    font-size: 11px;
  }
}


@media (max-width: 1024px) {

  .pl-overview-row {
    flex-direction: column;
    gap: 24px;
  }
  .ind-overview-section .pl-overview-header {
    flex: 0 0 auto;
    width: 100%;
  }
}

@keyframes csaGlowPulse {
  0%, 100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.08); }
}
@keyframes csaFloatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}






