/* ============================================
   THE SOCIAL TRACK — Main Stylesheet
   ============================================ */

/* --- Reset & Base --- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --color-bg: #ffffff;
  --color-dark: #0A0A0A;
  --color-green: #0000FF;
  --color-green-hover: #0000cc;
  --color-grey: #F5F5F0;
  --color-border: #e5e5e0;
  --font-body: 'Inter', sans-serif;
  --font-heading: 'Playfair Display', serif;
  --container-max: 1200px;
  --section-pad: 100px;
  --transition: 0.3s ease;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-dark);
  background: var(--color-bg);
  overflow-x: hidden;
}

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

img {
  max-width: 100%;
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: 1.2;
}

.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: var(--section-pad) 0;
}

.section--grey {
  background: var(--color-grey);
}

.section__title {
  font-size: 2.25rem;
  margin-bottom: 40px;
}

.section__title--center {
  text-align: center;
}

/* --- Buttons --- */
.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 6px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition);
  border: 2px solid transparent;
  text-align: center;
}

.btn--primary {
  background: var(--color-green);
  color: #fff;
  border-color: var(--color-green);
}

.btn--primary:hover {
  background: var(--color-green-hover);
  border-color: var(--color-green-hover);
}

.btn--outline {
  background: transparent;
  color: var(--color-dark);
  border-color: var(--color-dark);
}

.btn--outline:hover {
  background: var(--color-dark);
  color: #fff;
}

.btn--sm {
  padding: 10px 24px;
  font-size: 0.875rem;
}

/* --- Reveal Animation --- */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   NAV
   ============================================ */
.nav {
  position: fixed;
  top: 12px;
  left: 20px;
  right: 20px;
  z-index: 990;
  height: 54px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0A0A0A;
  border: none;
  border-radius: 14px;
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

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

.nav__icon {
  width: 32px;
  height: 32px;
  background: #222;
  border-radius: 6px;
  flex-shrink: 0;
}

.nav__link {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  transition: opacity var(--transition);
}

.nav__link:hover {
  opacity: 0.55;
}

.nav__right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav__cta {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: #0000FF;
  padding: 10px 24px;
  border-radius: 999px;
  border: none;
  transition: opacity var(--transition);
}

.nav__cta:hover {
  opacity: 0.8;
}

.nav__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.nav__toggle span {
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: all var(--transition);
}

.nav__mobile {
  display: none;
  flex-direction: column;
  gap: 16px;
  padding: 20px 40px 24px;
  background: #E6E6E6;
  position: absolute;
  top: 54px;
  border-radius: 0 0 14px 14px;
  left: 0;
  right: 0;
}

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #0000FF;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.8' numOctaves='4' seed='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23grain)' opacity='0.09'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='600'%3E%3Cfilter id='paper'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.04' numOctaves='5' seed='2' stitchTiles='stitch' result='noise'/%3E%3CfeDiffuseLighting in='noise' lighting-color='%23ffffff' surfaceScale='3' result='light'%3E%3CfeDistantLight azimuth='135' elevation='40'/%3E%3C/feDiffuseLighting%3E%3CfeComposite operator='in' in='light' in2='noise'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23paper)' opacity='0.15'/%3E%3C/svg%3E");
  background-size: 250px 250px, 600px 600px;
  overflow: hidden;
}

/* --- Decorative rotating X marks --- */
.hero__x {
  position: absolute;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  pointer-events: none;
  z-index: 1;
  line-height: 1;
}

.hero__x--1 { top: 8%;  left: 12%;  font-size: 14px; opacity: 0.7; animation: xSpin 12s linear infinite; }
.hero__x--2 { top: 22%; left: 85%;  font-size: 11px; opacity: 0.8; animation: xSpin 9s linear infinite reverse; }
.hero__x--3 { top: 55%; left: 6%;   font-size: 10px; opacity: 0.6; animation: xSpin 15s linear infinite; }
.hero__x--4 { top: 78%; left: 38%;  font-size: 15px; opacity: 0.5; animation: xSpin 11s linear infinite reverse; }
.hero__x--5 { top: 14%; left: 48%;  font-size: 12px; opacity: 0.65; animation: xSpin 14s linear infinite; }
.hero__x--6 { top: 42%; left: 92%;  font-size: 13px; opacity: 0.75; animation: xSpin 10s linear infinite reverse; }
.hero__x--7 { top: 88%; left: 72%;  font-size: 9px;  opacity: 0.6; animation: xSpin 13s linear infinite; }
.hero__x--8 { top: 35%; left: 30%;  font-size: 12px; opacity: 0.55; animation: xSpin 8s  linear infinite reverse; }
.hero__x--9 { top: 65%; left: 78%;  font-size: 11px; opacity: 0.7; animation: xSpin 16s linear infinite; }

@keyframes xSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* --- Big heading — left-aligned, vertically centred --- */
.hero__heading {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  font-family: 'Inter Tight', Arial, sans-serif;
  font-size: calc(6.5vw - 4px);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: #fff;
  text-transform: uppercase;
  z-index: 5;
  margin: 0;
  padding: 0;
  width: 60%;
}

.hero__line {
  display: block;
}

/* --- Small descriptor text — below heading, left-aligned --- */
.hero__descriptor {
  position: absolute;
  top: calc(50% + 13vw);
  left: 40px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.1em;
  z-index: 5;
  margin: 0;
}

/* --- CTA below subtitle --- */
.hero__cta {
  position: absolute;
  top: calc(50% + 16vw);
  left: 40px;
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: #0A0A0A;
  padding: 12px 28px;
  border-radius: 999px;
  z-index: 5;
  transition: opacity 0.3s ease;
}

.hero__cta:hover {
  opacity: 0.8;
}

/* --- Scroll indicator — centre bottom --- */
.hero__scroll {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 10;
}

.hero__scroll-text {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.hero__scroll-line {
  width: 1px;
  height: 32px;
  background: #fff;
  animation: scrollPulse 1.5s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 1; transform: scaleY(1); }
  50% { opacity: 0.3; transform: scaleY(0.5); }
}

/* --- Floating media (mood-board collage) --- */
.hero__float {
  position: absolute;
  border-radius: 4px;
  object-fit: cover;
  pointer-events: none;
  aspect-ratio: 3 / 4;
}

/* 1. Video — below hero03, slight overlap */
.hero__float--video {
  top: calc(24% + 60px);
  left: 61%;
  transform: rotate(4deg);
  width: 18%;
  max-width: 280px;
  height: auto;
  transform-origin: center center;
  z-index: 3;
  box-shadow: 8px 12px 40px rgba(0, 0, 0, 0.18);
}

/* 2. Image — center, overlapping smiley */
.hero__float--tablet {
  top: 63%;
  left: 53.7%;
  width: 21.7%;
  max-width: 312px;
  height: auto;
  transform: rotate(-7deg);
  transform-origin: center center;
  z-index: 4;
  box-shadow: 8px 12px 40px rgba(0, 0, 0, 0.14);
}

/* 3. Image — right side, behind video */
.hero__float--photo {
  top: 48px;
  left: 72.9%;
  width: 18%;
  max-width: 260px;
  height: auto;
  transform: rotate(-3deg);
  transform-origin: center center;
  z-index: 2;
  box-shadow: 8px 12px 40px rgba(0, 0, 0, 0.14);
}

/* 4. Badge — rotating text + SVG icon, right-bottom */
.hero__badge {
  position: absolute;
  bottom: 80px;
  right: 40px;
  width: 260px;
  height: 260px;
  z-index: 9;
  pointer-events: none;
}

.hero__badge-text {
  width: 100%;
  height: 100%;
  animation: badgeSpin 15s linear infinite;
}

.hero__badge-text text {
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  fill: #39FF14;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@keyframes badgeSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* --- Hero ticker strip --- */
.hero__ticker {
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
  height: 42px;
  background: transparent;
  overflow: hidden;
  display: flex;
  align-items: center;
  z-index: 10;
}

.ticker__track {
  display: flex;
  white-space: nowrap;
  animation: tickerMove 25s linear infinite;
}

.ticker__track span {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #39FF14;
  text-transform: uppercase;
  padding-right: 10px;
}

@keyframes tickerMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}


/* ============================================
   EXPERTISE SECTION
   ============================================ */
.expertise {
  background: #0A0A0A;
  border-top: 1px solid #111;
  padding: 100px 40px;
}

.expertise__container {
  max-width: 1200px;
  margin: 0 auto;
}

.expertise__header {
  margin-bottom: 56px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.expertise__label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 12px;
}

.expertise__heading {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.expertise__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.expertise__card {
  background: #161616;
  border-radius: 20px;
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border: 0.5px solid #222;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  min-height: 380px;
}

.expertise__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
}

.expertise__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.expertise__tag {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
}

.expertise__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0000FF;
}

.expertise__card--alt .expertise__dot {
  background: #0000FF;
}

.expertise__card-title {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 1.15;
  flex: 1;
}

.expertise__card-text {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.75;
  max-width: 480px;
}

.expertise__card-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid #1c1c1c;
}

.expertise__pill {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #ffffff;
  background: #0000FF;
  padding: 6px 14px;
  border-radius: 999px;
  text-transform: uppercase;
}

/* ============================================
   STACKED CARDS — SCROLL-TRIGGERED SERVICES
   ============================================ */
.stacked {
  background: #0A0A0A;
  border-top: 1px solid #111;
  padding: 100px 40px 60px;
}

.stacked__container {
  max-width: 1200px;
  margin: 0 auto;
}

.stacked__header {
  margin-bottom: 64px;
  text-align: center;
}

.stacked__label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 12px;
}

.stacked__heading {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

/* CARDS CONTAINER */
.stacked__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* INDIVIDUAL CARD */
.stacked__card {
  position: sticky;
  top: 80px;
  background: var(--card-color, #0A0A0A);
  border-radius: 20px;
  overflow: hidden;
  transform: scale(0.96);
  opacity: 0.6;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
              opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.5s ease;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}

.stacked__card.in-view {
  transform: scale(1);
  opacity: 1;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

/* Offset each card's sticky top so they peek behind each other */
.stacked__card:nth-child(1) { top: 80px; z-index: 1; }
.stacked__card:nth-child(2) { top: 100px; z-index: 2; }
.stacked__card:nth-child(3) { top: 120px; z-index: 3; }
.stacked__card:nth-child(4) { top: 140px; z-index: 4; }
.stacked__card:nth-child(5) { top: 160px; z-index: 5; }

.stacked__card-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 56px 52px;
  min-height: 360px;
  align-items: center;
}

/* LEFT SIDE */
.stacked__card-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.stacked__num {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #999;
  text-transform: uppercase;
}

.stacked__title {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  color: #0A0A0A;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.stacked__desc {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 1.7;
  max-width: 400px;
}

/* RIGHT SIDE — TOOLS */
.stacked__tools {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.stacked__tool {
  background: #f5f5f5;
  border: 1px solid #ebebeb;
  border-radius: 14px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  transition: background 0.25s, border-color 0.25s;
}

.stacked__tool:hover {
  background: #ebebeb;
  border-color: #ddd;
}

.stacked__tool img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  filter: none;
}

.stacked__tool span {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #0A0A0A;
}

/* ABBREVIATION TOOLS (no image, letter icon) */
.stacked__tool--abbr {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #0A0A0A;
}

.stacked__tool--abbr::before {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--abbr-bg, #333);
  flex-shrink: 0;
}

/* Hide the default text node, show only the span */
.stacked__tool--abbr {
  position: relative;
}

/* MOBILE */
@media (max-width: 768px) {
  .stacked {
    padding: 60px 20px 40px;
  }

  .stacked__card {
    position: relative;
    top: auto !important;
    transform: none;
    opacity: 1;
  }

  .stacked__card-inner {
    grid-template-columns: 1fr;
    padding: 36px 28px;
    gap: 28px;
    min-height: auto;
  }

  .stacked__tools {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================
   WHY SECTION
   ============================================ */
.why {
  background: #0000FF;
  padding: 100px 40px;
  position: relative;
  overflow: hidden;
}

.why__container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Background giant decorative text */
.why__bg-text {
  position: absolute;
  bottom: -60px;
  right: -20px;
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: 280px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.04);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  letter-spacing: -0.05em;
  z-index: 1;
}

/* Header */
.why__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 80px;
  padding-bottom: 48px;
  border-bottom: 1px solid #ffffff;
}

.why__label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 14px;
}

.why__heading {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1.0;
}

/* Rows */
.why__rows {
  display: flex;
  flex-direction: column;
}

.why__row {
  display: grid;
  grid-template-columns: 80px 1fr 140px;
  gap: 40px;
  align-items: center;
  padding: 48px 0;
  border-bottom: 1px solid #ffffff;
  transition: background 0.3s, padding 0.3s, margin 0.3s;
  border-radius: 4px;
}

.why__row:hover {
  background: rgba(255, 255, 255, 0.04);
  padding-left: 16px;
  padding-right: 16px;
  margin-left: -16px;
  margin-right: -16px;
}

.why__num {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.08em;
  align-self: flex-start;
  padding-top: 6px;
}

.why__row-title {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 14px;
}

.why__row-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.8;
  max-width: 520px;
}

.why__tag {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 8px 14px;
  border-radius: 999px;
  white-space: nowrap;
  justify-self: end;
  transition: background 0.2s, color 0.2s;
}

.why__row:hover .why__tag {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

/* CTA row */
.why__cta {
  margin-top: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 48px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(8px);
}

.why__cta-text {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.why__cta-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
  padding: 16px 32px;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  letter-spacing: 0.01em;
}

.why__cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.why__cta-arrow {
  font-size: 16px;
  transition: transform 0.2s;
}

.why__cta-btn:hover .why__cta-arrow {
  transform: translate(3px, -3px);
}

/* === SCROLL REVEAL ANIMATION === */
.why-reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-reveal.why-visible {
  opacity: 1;
  transform: translateY(0);
}

.why__rows .why-reveal:nth-child(1) { transition-delay: 0s; }
.why__rows .why-reveal:nth-child(2) { transition-delay: 0.15s; }
.why__rows .why-reveal:nth-child(3) { transition-delay: 0.3s; }
.why__cta.why-reveal { transition-delay: 0.2s; }

/* MOBILE */
@media (max-width: 768px) {
  .why {
    padding: 60px 20px;
  }
  .why__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .why__row {
    grid-template-columns: 48px 1fr;
    gap: 20px;
  }
  .why__row-right {
    display: none;
  }
  .why__cta {
    flex-direction: column;
    gap: 24px;
    text-align: center;
    padding: 32px 24px;
  }
  .why__bg-text {
    font-size: 120px;
  }
}

/* ============================================
   PRINCIPLES SECTION — Horizontal Scroll
   ============================================ */
.principles {
  background: #0A0A0A;
  position: relative;
}

.principles__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 40px 40px;
  overflow: hidden;
}

.principles__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
  flex-shrink: 0;
}

.principles__label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #444;
}

.principles__heading {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1;
}

.principles__track-wrapper {
  overflow: hidden;
  flex: 1;
}

.principles__track {
  display: flex;
  gap: 20px;
  height: 100%;
  will-change: transform;
}

.principles__card {
  flex-shrink: 0;
  width: 380px;
  height: 100%;
}

.principles__card-inner {
  height: 100%;
  background: #111;
  border: 1px solid #1e1e1e;
  border-radius: 20px;
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: border-color 0.3s, background 0.3s;
  position: relative;
  overflow: hidden;
}

.principles__card-inner::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, #0000FF, transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

.principles__card:hover .principles__card-inner {
  background: #161616;
  border-color: #2a2a2a;
}

.principles__card:hover .principles__card-inner::before {
  opacity: 1;
}

.principles__card-num {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.1em;
  display: block;
}

.principles__card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.principles__card-title {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.principles__card-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 1.8;
}

.principles__card-footer {
  padding-top: 24px;
  border-top: 1px solid #1e1e1e;
}

.principles__card-tag {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0000FF;
  border: 1px solid #0000FF;
  padding: 6px 14px;
  border-radius: 999px;
}

.principles__progress {
  height: 2px;
  background: #1a1a1a;
  border-radius: 999px;
  margin-top: 32px;
  flex-shrink: 0;
  overflow: hidden;
}

.principles__progress-bar {
  height: 100%;
  background: #0000FF;
  border-radius: 999px;
  width: 0%;
  transition: width 0.1s linear;
}

@media (max-width: 768px) {
  .principles {
    height: auto !important;
  }
  .principles__sticky {
    position: static;
    height: auto;
    padding: 60px 20px;
  }
  .principles__track-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .principles__track {
    width: max-content;
    padding-bottom: 20px;
  }
  .principles__card {
    width: 300px;
    height: 380px;
  }
}

/* ============================================
   RESULTS SECTION
   ============================================ */
.results {
  background: #0A0A0A;
  padding: 100px 40px;
}

.results__container {
  max-width: 1240px;
  margin: 0 auto;
}

.results__header {
  margin-bottom: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.results__label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 14px;
}

.results__heading {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.results__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

/* BASE CARD */
.results__card {
  border-radius: 16px;
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-height: 460px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.results__card.visible {
  opacity: 1;
  transform: translateY(0);
}

.results__card:nth-child(2) { transition-delay: 0.15s; }
.results__card:nth-child(3) { transition-delay: 0.3s; }

/* LIGHT CARD */
.results__card--light {
  background: #F2F1EF;
}

.results__card--light .results__badge {
  border-color: rgba(0, 0, 0, 0.2);
  color: #444;
}

.results__card--light .results__stat-number {
  color: #070809;
}

.results__card--light .results__stat-label {
  color: #888;
}

.results__card--light .results__divider {
  background: rgba(0, 0, 0, 0.1);
}

.results__card--light .results__card-logo img {
  filter: brightness(0);
  opacity: 0.85;
}

/* ACCENT CARD (green) */
.results__card--accent {
  background: #0000FF;
}

.results__card--accent .results__badge {
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.7);
}

.results__card--accent .results__stat-number {
  color: #ffffff;
}

.results__card--accent .results__stat-label {
  color: rgba(255, 255, 255, 0.6);
}

.results__card--accent .results__divider {
  background: rgba(255, 255, 255, 0.2);
}

.results__card--accent .results__card-logo img {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

/* BADGE */
.results__badge {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid;
}

/* LOGO */
.results__card-logo {
  height: 40px;
  display: flex;
  align-items: center;
}

.results__card-logo img {
  max-height: 36px;
  max-width: 150px;
  width: auto;
  object-fit: contain;
}

/* DIVIDER */
.results__divider {
  height: 1px;
  width: 100%;
}

/* STATS GRID */
.results__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 16px;
  flex: 1;
}

.results__stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.results__stat-number {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}

.results__stat-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* MOBILE */
@media (max-width: 900px) {
  .results {
    padding: 60px 20px;
  }
  .results__grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
  .results__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

/* ============================================
   DISCOVER SECTION
   ============================================ */
.discover {
  background: #000000;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0 60px;
}

/* === BACKGROUND MARQUEE === */
.discover__bg {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.discover__marquee-row {
  overflow: hidden;
  white-space: nowrap;
}

.discover__marquee-track {
  display: inline-flex;
  gap: 60px;
  padding-right: 60px;
  will-change: transform;
}

.discover__marquee-track span {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: clamp(5rem, 10vw, 11rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: transparent;
  -webkit-text-stroke: 1.5px #1e1e1e;
  text-stroke: 1.5px #1e1e1e;
  text-transform: uppercase;
  line-height: 1;
  user-select: none;
  white-space: nowrap;
}

@keyframes marqueeLeft {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes marqueeRight {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.discover__marquee-row--left .discover__marquee-track {
  animation: marqueeLeft 18s linear infinite;
}

.discover__marquee-row--right .discover__marquee-track {
  animation: marqueeRight 22s linear infinite;
}

.discover__marquee-row--slow .discover__marquee-track {
  animation: marqueeLeft 30s linear infinite;
}

/* === FOREGROUND GLITCH TEXT === */
.discover__fg {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

.discover__fg.discover-visible {
  opacity: 1;
  transform: translateY(0);
}

.discover__glitch {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: clamp(3.5rem, 8vw, 9rem);
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1.0;
  position: relative;
  display: inline-block;
}

.discover__glitch--green {
  color: #39FF14;
}

.discover__glitch::before,
.discover__glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.discover__glitch::before {
  color: #00ffff;
  animation: glitchTop 4s infinite linear;
  clip-path: polygon(0 0, 100% 0, 100% 35%, 0 35%);
  transform: translateX(-3px);
  opacity: 0;
}

.discover__glitch::after {
  color: #ff00ff;
  animation: glitchBottom 4s infinite linear;
  clip-path: polygon(0 65%, 100% 65%, 100% 100%, 0 100%);
  transform: translateX(3px);
  opacity: 0;
}

.discover__glitch--green::before {
  color: #00ff99;
}

.discover__glitch--green::after {
  color: #ffff00;
}

@keyframes glitchTop {
  0%, 92% { opacity: 0; transform: translateX(0); }
  93% { opacity: 1; transform: translateX(-4px); }
  94% { opacity: 1; transform: translateX(4px); }
  95% { opacity: 1; transform: translateX(-2px); }
  96% { opacity: 0; transform: translateX(0); }
  97% { opacity: 1; transform: translateX(3px); }
  98% { opacity: 0; transform: translateX(0); }
  100% { opacity: 0; }
}

@keyframes glitchBottom {
  0%, 89% { opacity: 0; transform: translateX(0); }
  90% { opacity: 1; transform: translateX(4px); }
  91% { opacity: 1; transform: translateX(-4px); }
  92% { opacity: 0; transform: translateX(0); }
  95% { opacity: 1; transform: translateX(-3px); }
  96% { opacity: 1; transform: translateX(3px); }
  97% { opacity: 0; transform: translateX(0); }
  100% { opacity: 0; }
}

.discover__fg .discover__glitch:nth-child(1)::before { animation-delay: 0s; }
.discover__fg .discover__glitch:nth-child(1)::after { animation-delay: 0.1s; }
.discover__fg .discover__glitch:nth-child(2)::before { animation-delay: 1.5s; }
.discover__fg .discover__glitch:nth-child(2)::after { animation-delay: 1.6s; }
.discover__fg .discover__glitch:nth-child(3)::before { animation-delay: 0.8s; }
.discover__fg .discover__glitch:nth-child(3)::after { animation-delay: 0.9s; }

@media (max-width: 768px) {
  .discover {
    padding: 60px 24px;
    min-height: 80vh;
  }
  .discover__marquee-track span {
    font-size: 14vw;
    -webkit-text-stroke: 1px #1e1e1e;
  }
  .discover__glitch {
    font-size: clamp(3rem, 12vw, 5rem);
  }
}

/* ============================================
   PILLARS SECTION
   ============================================ */
.pillars {
  background: #000000;
  padding: 100px 40px;
}

.pillars__container {
  max-width: 1200px;
  margin: 0 auto;
}

.pillars__header {
  margin-bottom: 60px;
}

.pillars__label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 12px;
}

.pillars__heading {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}

.pillars__card {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
}

.pillars__card:hover {
  transform: translateY(-8px) rotate(0.5deg);
}

.pillars__card--green { background: #B5E4A0; }
.pillars__card--blue  { background: #5B6CF9; }
.pillars__card--coral { background: #E8655A; }

.pillars__card-media {
  padding: 32px 28px 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 280px;
}

.pillars__card-body {
  padding: 28px 32px 36px;
}

.pillars__card-title {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: clamp(1.3rem, 1.8vw, 1.7rem);
  font-weight: 700;
  color: #0A0A0A;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 10px;
}

.pillars__card--blue .pillars__card-title,
.pillars__card--coral .pillars__card-title {
  color: #ffffff;
}

.pillars__card-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.7;
}

.pillars__card--blue .pillars__card-text,
.pillars__card--coral .pillars__card-text {
  color: rgba(255, 255, 255, 0.65);
}

/* === MOCKUP STYLES === */
.pillars__mockup {
  background: #ffffff;
  border-radius: 12px 12px 0 0;
  width: 100%;
  height: 100%;
  padding: 14px;
  box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.mock__bar {
  display: flex;
  gap: 5px;
  margin-bottom: 14px;
}

.mock__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
}

.mock__row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.mock__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c8a8e9, #a8c8e9);
  flex-shrink: 0;
}

.mock__avatar--sm {
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #a8e9c8, #a8c8e9);
}

.mock__lines {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mock__line {
  height: 6px;
  border-radius: 3px;
  background: #eee;
}

.mock__line--short { width: 40%; }
.mock__line--med   { width: 65%; }
.mock__line--long  { width: 85%; }

.mock__line--price {
  width: 30%;
  background: #0A0A0A;
  font-size: 10px;
  height: 8px;
}

.mock__badge {
  font-size: 9px;
  font-weight: 600;
  background: #f0f0f0;
  padding: 3px 8px;
  border-radius: 4px;
  color: #666;
  white-space: nowrap;
}

.mock__footer {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.mock__pill {
  font-size: 9px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
  color: white;
}

.mock__pill--blue { background: #5B6CF9; }
.mock__pill--grey { background: #888; }

.mock__arrow, .mock__check {
  font-size: 10px;
  color: #888;
}

.mock__check { color: #0000FF; font-weight: 700; }

.mock__chat-header {
  font-size: 11px;
  font-weight: 700;
  color: #0A0A0A;
  margin-bottom: 10px;
}

.mock__chat-row {
  display: flex;
  margin-bottom: 6px;
}

.mock__chat-row--right { justify-content: flex-end; }

.mock__bubble {
  font-size: 10px;
  padding: 7px 10px;
  border-radius: 10px;
  max-width: 80%;
  line-height: 1.4;
}

.mock__bubble--white  { background: #f5f5f5; color: #333; }
.mock__bubble--purple { background: #5B6CF9; color: white; }

.mock__chat-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 7px 10px;
  margin-top: 8px;
  font-size: 10px;
  color: #999;
}

.mock__chat-input button {
  background: #5B6CF9;
  color: white;
  border: none;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 10px;
}

.mock__dash-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.mock__tag {
  font-size: 8px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 3px;
  letter-spacing: 0.05em;
}

.mock__tag--new { background: #E8655A; color: white; }

.mock__dash-title {
  font-size: 11px;
  font-weight: 700;
  color: #0A0A0A;
}

.mock__product-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.mock__product-img {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: linear-gradient(135deg, #f0e0d0, #e0d0f0);
  flex-shrink: 0;
}

.mock__product-img--alt {
  background: linear-gradient(135deg, #d0e0f0, #d0f0e0);
}

.mock__product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.mock__nav-tabs {
  display: flex;
  gap: 6px;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid #eee;
}

.mock__tab {
  font-size: 9px;
  font-weight: 500;
  padding: 3px 8px;
  border-radius: 4px;
  color: #888;
}

.mock__tab--active {
  background: #E8655A;
  color: white;
  font-weight: 700;
}

/* === SCROLL REVEAL === */
.pillar-reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.pillar-reveal.pillar-visible {
  opacity: 1;
  transform: translateY(0);
}

.pillars__grid .pillar-reveal:nth-child(1) { transition-delay: 0s; }
.pillars__grid .pillar-reveal:nth-child(2) { transition-delay: 0.12s; }
.pillars__grid .pillar-reveal:nth-child(3) { transition-delay: 0.24s; }

@media (max-width: 900px) {
  .pillars { padding: 60px 20px; }
  .pillars__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
}

/* ============================================
   TEAM SECTION
   ============================================ */
.team {
  background: #000000;
  padding: 120px 40px;
  border-top: 1px solid #111;
}

.team__container {
  max-width: 1200px;
  margin: 0 auto;
}

.team__top {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 80px;
}

.team__label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #444;
  white-space: nowrap;
  flex-shrink: 0;
}

.team__line {
  flex: 1;
  height: 1px;
  background: #1a1a1a;
}

.team__body {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 80px;
  align-items: start;
  margin-bottom: 80px;
}

.team__text-wrap {
  overflow: hidden;
}

.team__big-text {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: clamp(1.6rem, 3vw, 3rem);
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.team__char {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
}

.team__side {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-top: 8px;
}

.team__side-stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 48px;
  border-bottom: 1px solid #1a1a1a;
}

.team__side-stat:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.team__side-num {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.04em;
  line-height: 1;
}

.team__side-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #444;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.6;
}

.team__footer {
  padding-top: 48px;
  border-top: 1px solid #111;
}

.team__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #333;
  padding: 16px 32px;
  border-radius: 999px;
  transition: background 0.25s, border-color 0.25s, color 0.25s;
  letter-spacing: 0.02em;
}

.team__cta:hover {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

.team__cta-arrow {
  font-size: 16px;
  transition: transform 0.2s;
}

.team__cta:hover .team__cta-arrow {
  transform: translate(3px, -3px);
}

@media (max-width: 768px) {
  .team {
    padding: 60px 20px;
  }
  .team__body {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .team__side {
    flex-direction: row;
    gap: 32px;
    flex-wrap: wrap;
  }
  .team__side-stat {
    border-bottom: none;
    padding-bottom: 0;
  }
  .team__big-text {
    font-size: clamp(1.4rem, 5vw, 2rem);
  }
}

/* ============================================
   SOCIAL PROOF SECTION
   ============================================ */
.social-proof {
  background: #F2F1EF;
  padding: 100px 0 0;
  overflow: hidden;
}

.sp__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* TEXT BLOCK */
.sp__text-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  padding-bottom: 80px;
}

.sp__label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 20px;
}

.sp__heading {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 700;
  color: #070809;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.sp__heading em {
  font-style: italic;
  color: #0000FF;
  font-weight: 700;
}

.sp__right {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding-top: 8px;
}

.sp__body {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  line-height: 1.8;
}

.sp__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #070809;
  text-decoration: none;
  border-bottom: 1px solid #070809;
  padding-bottom: 4px;
  transition: color 0.2s, border-color 0.2s;
  width: fit-content;
  letter-spacing: 0.02em;
}

.sp__cta:hover {
  color: #0000FF;
  border-color: #0000FF;
}

.sp__cta-arrow {
  transition: transform 0.2s;
}

.sp__cta:hover .sp__cta-arrow {
  transform: translate(3px, -3px);
}

/* MARQUEE WRAP */
.sp__marquee-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0 -40px;
  padding: 0;
  overflow: hidden;
}

.sp__marquee {
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.sp__marquee-track {
  display: inline-flex;
  gap: 0;
  will-change: transform;
  align-items: center;
}

.sp__marquee--left .sp__marquee-track {
  animation: spMarqueeLeft 22s linear infinite;
}

.sp__marquee--right .sp__marquee-track {
  animation: spMarqueeRight 28s linear infinite;
}

@keyframes spMarqueeLeft {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

@keyframes spMarqueeRight {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}

/* Logo items */
.sp__logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 48px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  height: 80px;
  flex-shrink: 0;
}

.sp__logo-item img {
  height: 28px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  filter: brightness(0);
  opacity: 0.5;
  transition: opacity 0.25s;
}

.sp__logo-item:hover img {
  opacity: 1;
}

/* Text-only logo items (row 2) */
.sp__logo-item--outline {
  padding: 16px 40px;
}

.sp__logo-item--outline span {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(0, 0, 0, 0.18);
  letter-spacing: -0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: -webkit-text-stroke-color 0.25s;
}

.sp__logo-item--outline:hover span {
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.6);
}

.sp__marquee:hover .sp__marquee-track {
  animation-play-state: paused;
}

@media (max-width: 768px) {
  .social-proof {
    padding: 60px 0 0;
  }
  .sp__container {
    padding: 0 20px;
  }
  .sp__text-block {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-bottom: 60px;
  }
  .sp__marquee-wrap {
    margin: 0 -20px;
  }
  .sp__logo-item {
    padding: 14px 32px;
    height: 64px;
  }
}

/* ============================================
   FAQ SECTION
   ============================================ */
.faq {
  background: #0A0A0A;
  padding: 120px 40px;
}

.faq__container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 100px;
  align-items: start;
}

.faq__left {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.faq__label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #444;
}

.faq__heading {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1.0;
}

.faq__sub {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #555;
  line-height: 1.8;
}

.faq__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #0000FF;
  text-decoration: none;
  border-bottom: 1px solid #0000FF;
  padding-bottom: 4px;
  width: fit-content;
  transition: opacity 0.2s;
  letter-spacing: 0.02em;
}

.faq__cta:hover { opacity: 0.7; }

.faq__cta-arrow {
  transition: transform 0.2s;
}

.faq__cta:hover .faq__cta-arrow {
  transform: translate(3px, -3px);
}

/* RIGHT: Accordion */
.faq__right {
  display: flex;
  flex-direction: column;
}

.faq__item {
  border-bottom: 1px solid #1a1a1a;
  overflow: hidden;
}

.faq__item:first-child {
  border-top: 1px solid #1a1a1a;
}

.faq__question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  text-align: left;
}

.faq__question span:first-child {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.95rem, 1.4vw, 1.15rem);
  font-weight: 500;
  color: #888;
  line-height: 1.4;
  flex: 1;
  transition: color 0.25s;
}

.faq__icon {
  font-size: 22px;
  font-weight: 300;
  color: #333;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #222;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
              background 0.25s,
              border-color 0.25s,
              color 0.25s;
  line-height: 1;
}

.faq__item--open .faq__question span:first-child {
  color: #ffffff;
}

.faq__item--open .faq__icon {
  transform: rotate(45deg);
  background: #0000FF;
  border-color: #0000FF;
  color: #ffffff;
}

.faq__item:hover .faq__question span:first-child {
  color: #ccc;
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.35s ease,
              padding 0.3s ease;
  opacity: 0;
  padding: 0;
}

.faq__answer p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 1.85;
  padding-bottom: 28px;
  max-width: 560px;
}

.faq__item--open .faq__answer {
  max-height: 300px;
  opacity: 1;
}

@media (max-width: 900px) {
  .faq {
    padding: 60px 20px;
  }
  .faq__container {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .faq__left {
    position: static;
  }
  .faq__heading {
    font-size: clamp(2.2rem, 8vw, 3.5rem);
  }
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  background: #E6E6E6;
  padding: 80px 40px 0;
  overflow: hidden;
  position: relative;
}

.footer__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.footer__newsletter {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 480px;
}

.footer__nl-heading {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 700;
  color: #070809;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.footer__nl-form {
  display: flex;
  align-items: center;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 12px;
  gap: 12px;
}

.footer__nl-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #0A0A0A;
}

.footer__nl-input::placeholder {
  color: #999;
}

.footer__nl-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #0A0A0A;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0;
  transition: opacity 0.2s;
  white-space: nowrap;
}

.footer__nl-btn:hover { opacity: 0.6; }

.footer__nl-btn span:first-child {
  font-size: 16px;
  transition: transform 0.2s;
}

.footer__nl-btn:hover span:first-child {
  transform: translate(2px, -2px);
}

.footer__nl-disclaimer {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #888;
  line-height: 1.7;
  max-width: 380px;
}

.footer__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-top: 8px;
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer__col-heading {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 4px;
}

.footer__link {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #0A0A0A;
  text-decoration: none;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  transition: opacity 0.2s;
  width: fit-content;
}

.footer__link:hover { opacity: 0.45; }

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  position: relative;
  z-index: 2;
}

.footer__copy {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #888;
  letter-spacing: 0.02em;
}

.footer__legal {
  display: flex;
  gap: 24px;
}

.footer__legal-link {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #888;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.2s;
}

.footer__legal-link:hover { color: #0A0A0A; }

.footer__brand-name {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: clamp(5rem, 12vw, 14rem);
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(0, 0, 0, 0.15);
  letter-spacing: -0.04em;
  line-height: 0.85;
  white-space: nowrap;
  text-align: center;
  margin-right: 0;
  pointer-events: none;
  user-select: none;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
  transition: -webkit-text-stroke-color 0.3s;
}

.footer:hover .footer__brand-name {
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.25);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  :root {
    --section-pad: 80px;
  }

}

@media (max-width: 768px) {
  :root {
    --section-pad: 60px;
  }

  /* Nav mobile */
  .nav { padding: 0 20px; height: 56px; }
  .nav__left .nav__link { display: none; }
  .nav__right .nav__cta { display: none; }
  .nav__toggle { display: flex; }
  .nav__mobile.open { display: flex; padding: 20px 20px 24px; }

  /* Hero mobile */
  .hero { height: auto; padding-top: 80px; padding-bottom: 60px; }
  .hero__float { display: none; }

  .hero__heading {
    position: static;
    font-size: 16vw;
    padding: 20px;
  }

  .hero__descriptor {
    position: static;
    padding: 12px 20px;
  }

  .hero__ticker {
    position: relative;
  }

  .section__title {
    font-size: 1.75rem;
  }

  .expertise {
    padding: 60px 24px;
  }
  .expertise__grid {
    grid-template-columns: 1fr;
  }
  .expertise__card {
    padding: 36px 28px;
  }

  .footer {
    padding: 60px 20px 0;
  }
  .footer__top {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .footer__links {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .footer__brand-name {
    font-size: clamp(3rem, 15vw, 8rem);
    margin-right: -10px;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

/* ============================================
   REFRESH OVERRIDES — TYPOGRAPHY & RHYTHM
   ============================================ */

/* --- Fix 1: Hero spacing + content shift --- */
.hero__heading {
  top: calc(50% - 60px);
  font-size: calc(6.5vw - 14px);
  margin-bottom: 32px;
}

.hero__descriptor {
  top: calc(50% + 9vw - 45px);
  padding-bottom: 0;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 1.2em;
  color: #ffffff;
  margin-bottom: 40px;
}

.hero__cta {
  top: calc(50% + 9vw + 45px);
  margin-top: 0;
}

.hero__cta--primary {
  background: #E6E6E6;
  color: #0A0A0A;
  padding: 14px 36px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #E6E6E6;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.hero__cta--primary:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.hero__cta--secondary {
  background: transparent;
  border: 1px solid #333;
  color: #888;
  padding: 14px 36px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.hero__cta--secondary:hover {
  color: #fff;
  border-color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .hero__cta-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    top: auto;
    bottom: 140px;
  }
}

/* --- Fix 3: Results section polish + reveal --- */
.results {
  padding: 120px 40px;
}

.results__heading {
  font-size: clamp(2.5rem, 4vw, 4rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.results__card {
  border-radius: 20px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, box-shadow 0.3s ease;
}

.results__card.visible {
  opacity: 1;
  transform: translateY(0);
}

.results__card:hover {
  transform: translateY(-4px);
}

.results__stat-number {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

@media (max-width: 768px) {
  .results {
    padding: 80px 24px;
  }
}

/* --- Fix 4: Expertise / Approach --- */
.expertise {
  padding: 120px 40px;
}

.expertise__heading {
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.expertise__intro {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.85;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 48px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.expertise__card {
  border-radius: 20px;
  padding: 40px;
  transition: transform 0.3s ease;
}

.expertise__card:hover {
  transform: translateY(-4px);
}

@media (max-width: 768px) {
  .expertise {
    padding: 80px 24px;
  }
  .expertise__card {
    padding: 32px 24px;
  }
}

/* --- Fix 5: Stacked services typography --- */
.stacked__heading {
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  letter-spacing: -0.03em;
}

.stacked__card {
  border-radius: 20px;
}

.stacked__num {
  font-size: 13px;
  letter-spacing: 0.1em;
  opacity: 0.5;
}

.stacked__title {
  font-size: clamp(1.8rem, 3vw, 3rem);
  letter-spacing: -0.02em;
}

.stacked__desc {
  font-size: 15px;
  line-height: 1.85;
  color: #666;
}

/* --- Fix 7: Why / How We Think --- */
.why {
  padding: 120px 40px;
}

.why__heading {
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.why__row {
  padding: 32px 0;
}

.why__row:first-child {
  border-top: none;
}

.why__row-title {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.why__row-text {
  font-size: 14px;
  line-height: 1.85;
  color: #ffffff;
}

@media (max-width: 768px) {
  .why {
    padding: 80px 24px;
  }
}

/* --- Fix 8: Mobile responsiveness for new sections --- */
@media (max-width: 768px) {
  #the-system { padding: 80px 24px; }
  #the-system > div > div { grid-template-columns: 1fr; gap: 24px; }
  #how-we-work { padding: 80px 24px; }
  #how-we-work > div > div:last-child { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  #the-system { padding: 80px 24px; }
  #the-system > div { grid-template-columns: 1fr; gap: 36px; }
  #the-system > div > div:last-child { padding-top: 0; }
}

@media (max-width: 768px) {
  .results-prisma-grid { grid-template-columns: 1fr; }
  .results-prisma-grid > div { transition-delay: 0s !important; }
}

.results-prisma-grid {
  transition: none;
}

.results-prisma-grid:has(.prisma-card:hover) .prisma-card:not(:hover) {
  filter: blur(2px);
  opacity: 0.4;
  transform: scale(0.97);
}

.prisma-card {
  transition: opacity 0.35s cubic-bezier(0.22,1,0.36,1),
              transform 0.35s cubic-bezier(0.22,1,0.36,1),
              filter 0.35s cubic-bezier(0.22,1,0.36,1),
              box-shadow 0.35s cubic-bezier(0.22,1,0.36,1);
  cursor: default;
}

.prisma-card:hover {
  transform: scale(1.03) !important;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  z-index: 2;
  position: relative;
}

@media (max-width: 768px) {
  .results-prisma-grid:has(.prisma-card:hover) .prisma-card:not(:hover) {
    filter: none;
    opacity: 1;
    transform: scale(1);
  }
}

.svc-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.svc-card {
  background: #111;
  border: 1px solid #1e1e1e;
  border-radius: 20px;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: transform 0.35s cubic-bezier(0.22,1,0.36,1),
              border-color 0.35s ease,
              box-shadow 0.35s ease;
  cursor: default;
}

.svc-card:hover {
  transform: translateY(-6px);
  border-color: #333;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.svc-card__num {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #444;
}

.svc-card__title {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.svc-card__desc {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 1.8;
}

.svc-card:hover .svc-card__desc {
  color: #999;
}

/* 3 top + 2 bottom centered */
.svc-cards .svc-card:nth-child(4) {
  grid-column: 1 / 2;
}
.svc-cards .svc-card:nth-child(5) {
  grid-column: 2 / 3;
}

@media (max-width: 900px) {
  .svc-cards {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
  .svc-cards .svc-card:nth-child(4),
  .svc-cards .svc-card:nth-child(5) {
    grid-column: auto;
  }
}

.tst-gallery-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  justify-items: center;
}

.tst-card {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  width: 100%;
  opacity: 0;
  transform: scale(0.95) translateY(20px);
  transition: opacity 0.6s cubic-bezier(0.22,1,0.36,1),
              transform 0.6s cubic-bezier(0.22,1,0.36,1);
}

.tst-card.tst-visible {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.tst-card:nth-child(2) { transition-delay: 0.12s; }
.tst-card:nth-child(3) { transition-delay: 0.24s; }

.tst-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 20px;
  transition: transform 0.5s cubic-bezier(0.22,1,0.36,1);
}

.tst-card:hover img {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  #tst-gallery { padding: 0 24px 80px; }
  .tst-gallery-grid { grid-template-columns: 1fr; gap: 12px; max-width: 480px; }
  .tst-card:nth-child(2),
  .tst-card:nth-child(3) { transition-delay: 0s; }
}

@media (max-width: 768px) {
  #how-we-work { padding: 80px 24px; }
  #how-we-work .process-step { gap: 20px; }
  #how-we-work .process-card { padding: 28px 24px; }
}

.nav__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.nav__logo img {
  height: 45px;
  width: auto;
  display: block;
}

/* ============================================
   COMPREHENSIVE RESPONSIVE — TABLET (≤1024px)
   ============================================ */
@media (max-width: 1024px) {
  /* Results cards — 2 cols on tablet */
  .results-prisma-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  /* Principles comparison grid */
  #how-we-work .process-step {
    gap: 24px;
  }
}

/* ============================================
   COMPREHENSIVE RESPONSIVE — MOBILE (≤768px)
   ============================================ */
@media (max-width: 768px) {

  /* --- Hero fixes --- */
  .hero__cta {
    position: static;
    margin: 20px 20px 0;
  }

  .hero__badge { display: none; }

  .hero__scroll { display: none; }

  .hero__x { display: none; }

  .hero__ticker { bottom: 0; }

  /* --- The System section --- */
  #the-system { padding: 60px 24px 40px !important; }

  /* --- TST Gallery --- */
  .tst-gallery-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 480px;
  }
  #tst-gallery { padding: 0 24px 60px !important; }

  /* --- Results section --- */
  .results-prisma-grid {
    grid-template-columns: 1fr !important;
  }
  #results { padding: 60px 24px 80px !important; }

  /* --- How We Work timeline --- */
  #how-we-work { padding: 60px 20px !important; }
  #how-we-work h2 { margin-bottom: 48px !important; }

  .process-track {
    left: 20px !important;
  }

  .process-step {
    gap: 20px !important;
  }

  .process-step > div:first-child {
    width: 40px !important;
  }

  .process-dot {
    width: 12px !important;
    height: 12px !important;
    margin-top: 24px !important;
  }

  .process-card {
    padding: 24px 20px !important;
  }

  /* --- Why section rows --- */
  .why__row {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 24px 0 !important;
  }

  .why__num { display: none; }

  .why__row-right {
    justify-self: start;
  }

  .why__cta {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    padding: 28px 20px !important;
  }

  .why__cta-btn {
    width: 100%;
    justify-content: center;
  }

  .why__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-bottom: 32px;
    margin-bottom: 48px;
  }

  /* --- Principles comparison grid --- */
  .principles { padding: 60px 24px !important; }
  .principles > div > div:nth-child(2) {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  /* --- Discover section --- */
  .discover { padding: 60px 20px !important; min-height: 60vh; }

  /* --- Stacked cards --- */
  .stacked { padding: 60px 20px 40px; }

  /* --- Expertise --- */
  .expertise__intro {
    max-width: 100%;
  }

  /* --- Footer --- */
  .footer__nl-heading {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .footer__legal {
    flex-direction: column;
    gap: 8px;
  }

  .footer__brand-name {
    text-align: center;
    margin-right: 0;
  }

  /* --- Nav logo mobile --- */
  .nav__logo img {
    height: 36px;
  }
}

/* ============================================
   COMPREHENSIVE RESPONSIVE — SMALL MOBILE (≤480px)
   ============================================ */
@media (max-width: 480px) {
  .hero__heading {
    font-size: 12vw !important;
    padding: 16px !important;
  }

  .hero__descriptor {
    font-size: 12px !important;
    padding: 8px 16px !important;
  }

  .hero__cta--primary {
    padding: 12px 28px;
    font-size: 13px;
  }

  .process-step > div:first-child {
    width: 32px !important;
  }

  .process-track {
    left: 15px !important;
  }

  .why__heading {
    font-size: clamp(1.8rem, 8vw, 2.5rem) !important;
  }

  .why__cta-text {
    font-size: clamp(1.2rem, 5vw, 1.6rem) !important;
  }

  .stacked__card-inner {
    padding: 28px 20px !important;
  }

  .expertise__card {
    padding: 28px 20px !important;
  }

  .footer__nl-form {
    flex-direction: column;
    gap: 12px;
  }

  .footer__nl-btn {
    width: 100%;
    justify-content: center;
  }

  .footer__links {
    grid-template-columns: 1fr !important;
  }
}

