/* ============================================================
   House of Slash — Brand Style System
   ============================================================ */

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

/* ----- Brand Color Tokens ----- */
:root {
  /* Primary Palette */
  --color-orange:       #FE5827;
  --color-orange-light: #FF7A4D;
  --color-orange-dark:  #D94A1F;
  --color-cream:        #FFEBD0;
  --color-cream-light:  #FFF5E8;
  --color-charcoal:     #323130;

  /* Neutrals */
  --color-black:        #0A0A0A;
  --color-dark:         #151514;
  --color-dark-mid:     #1C1B1A;
  --color-gray-800:     #2E2D2C;
  --color-gray-600:     #5A5A5A;
  --color-gray-400:     #7A7A7A;
  --color-gray-200:     #B0B0B0;
  --color-white:        #FFFFFF;

  /* Accent */
  --color-accent-blue:  #0099FF;

  /* Semantic */
  --bg-primary:         var(--color-black);
  --bg-surface:         var(--color-dark);
  --bg-elevated:        var(--color-dark-mid);
  --text-primary:       var(--color-cream);
  --text-secondary:     var(--color-gray-400);
  --text-accent:        var(--color-orange);
  --border-color:       rgba(255, 235, 208, 0.10);
  --border-color-hover: rgba(254, 88, 39, 0.30);

  /* ----- Typography Scale (Major Third — 1.250) ----- */
  --font-display:    'TASA Orbiter Display', 'Inter', system-ui, -apple-system, sans-serif;
  --font-body:       'Sora', system-ui, -apple-system, Helvetica, Arial, sans-serif;
  --font-mono:       'JetBrains Mono', 'SF Mono', 'Fira Code', monospace;

  --text-xs:   clamp(0.70rem,  0.65rem + 0.25vw, 0.80rem);   /* ~12-13px */
  --text-sm:   clamp(0.80rem,  0.75rem + 0.30vw, 0.875rem);  /* ~13-14px */
  --text-base: clamp(0.90rem,  0.85rem + 0.35vw, 1.00rem);   /* ~14-16px */
  --text-md:   clamp(1.00rem,  0.90rem + 0.50vw, 1.25rem);   /* ~16-20px */
  --text-lg:   clamp(1.25rem,  1.05rem + 0.80vw, 1.563rem);  /* ~20-25px */
  --text-xl:   clamp(1.50rem,  1.20rem + 1.20vw, 1.953rem);  /* ~24-31px */
  --text-2xl:  clamp(1.80rem,  1.40rem + 1.60vw, 2.441rem);  /* ~29-39px */
  --text-3xl:  clamp(2.20rem,  1.60rem + 2.40vw, 3.052rem);  /* ~35-49px */
  --text-4xl:  clamp(2.80rem,  1.80rem + 3.50vw, 3.815rem);  /* ~45-61px */
  --text-5xl:  clamp(3.40rem,  2.00rem + 5.00vw, 5.00rem);   /* ~54-80px */
  --text-hero: clamp(3.80rem,  2.20rem + 6.50vw, 7.00rem);   /* ~61-112px */

  /* Font Weights */
  --weight-light:    300;
  --weight-regular:  400;
  --weight-medium:   500;
  --weight-semibold: 600;
  --weight-bold:     700;

  /* Line Heights */
  --leading-tight:  1.05;
  --leading-snug:   1.15;
  --leading-normal: 1.50;
  --leading-relaxed:1.65;

  /* Letter Spacing */
  --tracking-tight:   -0.03em;
  --tracking-normal:   0em;
  --tracking-wide:     0.05em;
  --tracking-wider:    0.10em;
  --tracking-widest:   0.18em;

  /* ----- Spacing Scale (8px Grid) ----- */
  --space-1:    0.5rem;    /*  8px */
  --space-2:    1rem;      /* 16px */
  --space-3:    1.5rem;    /* 24px */
  --space-4:    2rem;      /* 32px */
  --space-5:    2.5rem;    /* 40px */
  --space-6:    3rem;      /* 48px */
  --space-7:    3.5rem;    /* 56px */
  --space-8:    4rem;      /* 64px */
  --space-10:   5rem;      /* 80px */
  --space-12:   6rem;      /* 96px */
  --space-16:   8rem;      /* 128px */
  --space-20:   10rem;     /* 160px */

  /* ----- Layout ----- */
  --max-width:     1320px;
  --max-width-sm:  960px;
  --max-width-xs:  680px;
  --gutter:        clamp(1rem, 0.5rem + 2vw, 3rem);       /* 16–48px */
  --section-py:    clamp(4rem, 3rem + 5vw, 8rem);          /* 64–128px */
  --border-radius: 8px;
  --radius-lg:     16px;
  --radius-xl:     24px;

  /* ----- Transitions ----- */
  --ease-out:   cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out:cubic-bezier(0.65, 0, 0.35, 1);
  --duration:   0.35s;
  --duration-lg:0.6s;
}


/* ----- Global Base ----- */
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.109 35.3051L12.107 35.2991L2.13101 5.2881L2.13001 5.2851C1.82901 4.3911 2.06001 3.4041 2.72601 2.7351C3.39201 2.0661 4.37901 1.8301 5.27701 2.1251H5.28101L35.395 12.1311L35.398 12.1331C36.461 12.4891 37.155 13.5081 37.097 14.6241V14.6261C37.037 15.7311 36.254 16.6651 35.175 16.9181H35.174L20.4 20.4111L16.856 35.0801L16.855 35.0841C16.597 36.1681 15.649 36.9501 14.534 36.9991L14.508 37.0001H14.481C13.408 37.0031 12.453 36.3211 12.109 35.3061V35.3051Z' fill='white' stroke='black' stroke-width='2.58' stroke-miterlimit='10'/%3E%3C/svg%3E") 2 2, auto;
}

a, button, [role="button"] {
  cursor: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.109 35.3051L12.107 35.2991L2.13101 5.2881L2.13001 5.2851C1.82901 4.3911 2.06001 3.4041 2.72601 2.7351C3.39201 2.0661 4.37901 1.8301 5.27701 2.1251H5.28101L35.395 12.1311L35.398 12.1331C36.461 12.4891 37.155 13.5081 37.097 14.6241V14.6261C37.037 15.7311 36.254 16.6651 35.175 16.9181H35.174L20.4 20.4111L16.856 35.0801L16.855 35.0841C16.597 36.1681 15.649 36.9501 14.534 36.9991L14.508 37.0001H14.481C13.408 37.0031 12.453 36.3211 12.109 35.3061V35.3051Z' fill='white' stroke='black' stroke-width='2.58' stroke-miterlimit='10'/%3E%3C/svg%3E") 2 2, pointer;
}

body {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: var(--weight-regular);
  line-height: var(--leading-normal);
  color: var(--text-primary);
  background-color: var(--bg-primary);
  overflow-x: hidden;
}

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

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

a:hover {
  color: var(--color-orange);
}

ul, ol {
  list-style: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

::selection {
  background: var(--color-orange);
  color: var(--color-black);
}


/* ----- Typography Classes ----- */
.heading-hero {
  font-family: var(--font-display);
  font-size: var(--text-hero);
  font-weight: var(--weight-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  color: var(--text-primary);
}

.heading-1 {
  font-family: var(--font-display);
  font-size: var(--text-5xl);
  font-weight: var(--weight-medium);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}

.heading-2 {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: var(--weight-medium);
  line-height: var(--leading-snug);
  letter-spacing: var(--tracking-tight);
}

.heading-3 {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: var(--weight-medium);
  line-height: var(--leading-snug);
}

.heading-4 {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: var(--weight-semibold);
  line-height: var(--leading-snug);
}

.body-lg {
  font-size: var(--text-lg);
  line-height: var(--leading-relaxed);
  color: var(--text-secondary);
}

.body-md {
  font-size: var(--text-md);
  line-height: var(--leading-normal);
  color: var(--text-secondary);
}

.body-sm {
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
  color: var(--text-secondary);
}

.label {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  font-weight: var(--weight-medium);
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
  color: var(--color-orange);
}


/* ----- Layout Utilities ----- */
.container {
  width: 100%;
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.container--sm {
  max-width: var(--max-width-sm);
}

.container--xs {
  max-width: var(--max-width-xs);
}

.section {
  padding-block: var(--section-py);
}

.divider {
  width: 100%;
  height: 1px;
  background: var(--border-color);
}


/* ============================================================
   NAVIGATION
   ============================================================ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: var(--space-3) 0;
  transition: background var(--duration) var(--ease-out),
              backdrop-filter var(--duration) var(--ease-out);
}

.nav.scrolled {
  background: rgba(10, 10, 10, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-color);
}

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

.nav__logo svg {
  height: 32px;
  width: auto;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: var(--space-6);
}

.nav__link {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--text-secondary);
  position: relative;
  transition: color var(--duration) var(--ease-out);
}

.nav__link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color-orange);
  transition: width var(--duration) var(--ease-out);
}

.nav__link:hover {
  color: var(--text-primary);
}

.nav__link:hover::after {
  width: 100%;
}

.nav__cta {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--color-black);
  background: var(--color-orange);
  padding: 0.5rem 1.5rem;  /* 8px 24px */
  border-radius: 100px;
  transition: background var(--duration) var(--ease-out),
              transform var(--duration) var(--ease-out);
}

.nav__cta:hover {
  background: var(--color-orange-light);
  color: var(--color-black);
  transform: translateY(-1px);
}

/* Mobile Nav Toggle */
.nav__toggle {
  display: none;
  flex-direction: column;
  gap: 8px;
  padding: var(--space-1);
}

.nav__toggle span {
  display: block;
  width: 24px;
  height: 2px;  /* intentionally sub-grid for hairline */
  background: var(--text-primary);
  transition: transform var(--duration) var(--ease-out);
}

@media (max-width: 768px) {
  .nav__links {
    position: fixed;
    inset: 0;
    background: var(--bg-primary);
    flex-direction: column;
    justify-content: center;
    gap: var(--space-6);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--duration) var(--ease-out);
  }

  .nav__links.active {
    opacity: 1;
    pointer-events: all;
  }

  .nav__link {
    font-size: var(--text-lg);
  }

  .nav__toggle {
    display: flex;
  }
}


/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding-top: var(--space-16);
  padding-bottom: var(--space-12);
  position: relative;
  overflow: hidden;
}

.hero__bg-slash {
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  height: 110%;
  opacity: 0.04;
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.hero__eyebrow {
  margin-bottom: var(--space-4);
}

.hero__title {
  max-width: 14ch;
  margin-bottom: var(--space-6);
}

/* ============================================================
   LOADER / SPLASH SCREEN
   ============================================================ */
.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--bg-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s var(--ease-out), visibility 0.6s var(--ease-out);
}

.loader--done {
  opacity: 0;
  visibility: hidden;
}

.loader__slash {
  width: 120px;
  height: auto;
}

.loader__stroke {
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  animation: loaderDraw 1.4s var(--ease-out) 0.2s forwards;
}

.loader__fill {
  opacity: 0;
  animation: loaderFill 0.5s var(--ease-out) 1.3s forwards;
}

@keyframes loaderDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes loaderFill {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

.hero__title .slash-mark {
  color: var(--color-orange);
  font-style: italic;
}

.hero__description {
  max-width: 48ch;
  margin-bottom: var(--space-8);
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.hero__bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: var(--space-16);
  padding-top: var(--space-4);
  border-top: 1px solid var(--border-color);
}

.hero__stats {
  display: flex;
  gap: var(--space-12);
}

.hero__stat-number {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: var(--weight-semibold);
  color: var(--color-orange);
  line-height: 1;
}

.hero__stat-label {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-top: var(--space-1);
}

.hero__scroll {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: var(--space-1);
}

.hero__scroll-line {
  width: 40px;
  height: 1px;
  background: var(--color-gray-600);
  position: relative;
  overflow: hidden;
}

.hero__scroll-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--color-orange);
  animation: scrollLine 2s var(--ease-in-out) infinite;
}

@keyframes scrollLine {
  0%   { left: -100%; }
  50%  { left: 0; }
  100% { left: 100%; }
}

@media (max-width: 768px) {
  .hero__stats {
    flex-direction: column;
    gap: var(--space-4);
  }
  .hero__bottom-bar {
    flex-direction: column;
    gap: var(--space-6);
    align-items: flex-start;
  }
}


/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  font-weight: var(--weight-medium);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;  /* 12px 24px */
  border-radius: 100px;
  transition: all var(--duration) var(--ease-out);
  white-space: nowrap;
}

.btn--primary {
  background: var(--color-orange);
  color: var(--color-black);
}

.btn--primary:hover {
  background: var(--color-orange-light);
  color: var(--color-black);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(254, 88, 39, 0.25);
}

.btn--outline {
  background: transparent;
  color: var(--text-primary);
  border: 1px solid var(--border-color);
}

.btn--outline:hover {
  border-color: var(--color-orange);
  color: var(--color-orange);
}

.btn--ghost {
  padding: 0;
  color: var(--text-primary);
}

.btn--ghost:hover {
  color: var(--color-orange);
}

.btn__arrow {
  transition: transform var(--duration) var(--ease-out);
}

.btn:hover .btn__arrow {
  transform: translateX(4px);
}


/* ============================================================
   MARQUEE / TICKER
   ============================================================ */
.ticker {
  overflow: hidden;
  padding-block: var(--space-6);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.ticker__track {
  display: flex;
  width: max-content;
  animation: ticker 25s linear infinite;
}

.ticker__item {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: var(--weight-medium);
  white-space: nowrap;
  padding-right: var(--space-8);
  color: var(--color-gray-800);
  -webkit-text-stroke: 1px var(--color-gray-600);
  display: flex;
  align-items: center;
  gap: var(--space-8);
}

.ticker__item .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-orange);
  flex-shrink: 0;
}

@keyframes ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


/* ============================================================
   ABOUT
   ============================================================ */
.about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-12);
  align-items: start;
}

.about__left .label {
  margin-bottom: var(--space-4);
}

.about__title {
  margin-bottom: var(--space-4);
}

.about__title .highlight {
  color: var(--color-orange);
}

/* Inline logo SVG within headings */
.inline-logo {
  display: inline-block;
  height: 0.72em;
  width: auto;
  vertical-align: baseline;
  position: relative;
  top: -0.04em;
  margin-inline: 0.05em;
}

.about__right {
  padding-top: var(--space-2);
}

.about__text {
  margin-bottom: var(--space-4);
}

.about__philosophy {
  border-left: 2px solid var(--color-orange);
  padding-left: var(--space-4);
  margin-top: var(--space-6);
}

.about__philosophy blockquote {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-style: italic;
  color: var(--color-cream);
  line-height: var(--leading-relaxed);
}

@media (max-width: 768px) {
  .about__grid {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }
}


/* ============================================================
   SERVICES
   ============================================================ */
.services__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--space-12);
}

.services__header .label {
  margin-bottom: var(--space-3);
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border-color);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.service-card {
  background: var(--bg-surface);
  padding: var(--space-8);
  transition: background var(--duration) var(--ease-out);
  position: relative;
}

.service-card:hover {
  background: var(--bg-elevated);
}

.service-card__number {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: var(--tracking-wider);
  color: var(--color-orange);
  margin-bottom: var(--space-6);
}

.service-card__title {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: var(--weight-semibold);
  margin-bottom: var(--space-3);
  color: var(--text-primary);
}

.service-card__desc {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: var(--leading-relaxed);
  margin-bottom: var(--space-6);
}

.service-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-1);
}

.service-card__tag {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--text-secondary);
  padding: 0.25rem 0.5rem;  /* 4px 8px */
  border: 1px solid var(--border-color);
  border-radius: 100px;
}

@media (max-width: 960px) {
  .services__grid {
    grid-template-columns: 1fr;
  }
  .services__header {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-4);
  }
}


/* ============================================================
   WORK / PROJECTS
   ============================================================ */
.work__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--space-12);
}

.work__header .label {
  margin-bottom: var(--space-3);
}

.work__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-4);
}

.project-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-surface);
  border: 1px solid var(--border-color);
  transition: border-color var(--duration) var(--ease-out),
              transform var(--duration) var(--ease-out);
}

.project-card:hover {
  border-color: var(--border-color-hover);
  transform: translateY(-4px);
}

.project-card__image {
  width: 100%;
  aspect-ratio: 16/10;
  background: var(--bg-elevated);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.project-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--duration-lg) var(--ease-out);
}

.project-card:hover .project-card__image img {
  transform: scale(1.04);
}

.project-card__placeholder {
  font-family: var(--font-display);
  font-size: var(--text-4xl);
  color: var(--color-gray-800);
  opacity: 0.4;
}

.project-card__info {
  padding: var(--space-4) var(--space-6);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.project-card__name {
  font-family: var(--font-display);
  font-size: var(--text-md);
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
}

.project-card__category {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--text-secondary);
}

.project-card__arrow {
  font-size: var(--text-lg);
  color: var(--text-secondary);
  transition: color var(--duration) var(--ease-out),
              transform var(--duration) var(--ease-out);
}

.project-card:hover .project-card__arrow {
  color: var(--color-orange);
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .work__grid {
    grid-template-columns: 1fr;
  }
  .work__header {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-4);
  }
}


/* ============================================================
   PROCESS
   ============================================================ */
.process__header {
  text-align: center;
  margin-bottom: var(--space-12);
}

.process__header .label {
  margin-bottom: var(--space-3);
}

.process__header .heading-2 {
  max-width: 20ch;
  margin-inline: auto;
}

.process__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border-color);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.process__step {
  background: var(--bg-surface);
  padding: var(--space-8) var(--space-4);
  text-align: center;
  position: relative;
  transition: background var(--duration) var(--ease-out);
}

.process__step:hover {
  background: var(--bg-elevated);
}

.process__step-number {
  font-family: var(--font-display);
  font-size: var(--text-4xl);
  font-weight: var(--weight-bold);
  color: var(--color-orange);
  opacity: 0.15;
  line-height: 1;
  margin-bottom: var(--space-4);
}

.process__step-title {
  font-family: var(--font-display);
  font-size: var(--text-md);
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
  margin-bottom: var(--space-2);
}

.process__step-desc {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: var(--leading-relaxed);
}

@media (max-width: 960px) {
  .process__steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .process__steps {
    grid-template-columns: 1fr;
  }
}


/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials__header {
  text-align: center;
  margin-bottom: var(--space-12);
}

.testimonials__header .label {
  margin-bottom: var(--space-3);
}

.testimonial-card {
  background: var(--bg-surface);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  max-width: var(--max-width-xs);
  margin-inline: auto;
  text-align: center;
}

.testimonial-card__quote {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-style: italic;
  color: var(--color-cream);
  line-height: var(--leading-relaxed);
  margin-bottom: var(--space-6);
}

.testimonial-card__quote::before {
  content: '\201C';
  font-size: var(--text-3xl);
  color: var(--color-orange);
  display: block;
  margin-bottom: var(--space-2);
  line-height: 1;
}

.testimonial-card__author {
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
  font-size: var(--text-sm);
}

.testimonial-card__role {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--text-secondary);
  letter-spacing: var(--tracking-wide);
  margin-top: var(--space-1);
}


/* ============================================================
   CTA / CONTACT
   ============================================================ */
.cta {
  text-align: center;
}

.cta__title {
  margin-bottom: var(--space-3);
}

.cta__title .highlight {
  color: var(--color-orange);
}

.cta__subtitle {
  max-width: 50ch;
  margin-inline: auto;
  margin-bottom: var(--space-8);
}

.cta__actions {
  display: flex;
  justify-content: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.cta__email {
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  color: var(--text-secondary);
  margin-top: var(--space-6);
  letter-spacing: var(--tracking-wide);
}

.cta__email a {
  color: var(--color-orange);
  border-bottom: 1px solid transparent;
  transition: border-color var(--duration) var(--ease-out);
}

.cta__email a:hover {
  border-bottom-color: var(--color-orange);
}


/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  padding-block: var(--space-8);
  border-top: 1px solid var(--border-color);
}

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

.footer__logo svg {
  height: 24px;
  width: auto;
}

.footer__links {
  display: flex;
  gap: var(--space-6);
}

.footer__link {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--text-secondary);
  transition: color var(--duration) var(--ease-out);
}

.footer__link:hover {
  color: var(--color-orange);
}

.footer__copy {
  font-size: var(--text-xs);
  color: var(--color-gray-600);
}

@media (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    gap: var(--space-4);
    text-align: center;
  }
}


/* ============================================================
   ANIMATIONS — Scroll Reveal
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity var(--duration-lg) var(--ease-out),
              transform var(--duration-lg) var(--ease-out);
}

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

/* Stagger children */
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity var(--duration-lg) var(--ease-out),
              transform var(--duration-lg) var(--ease-out);
}

.reveal-stagger.visible > *:nth-child(1) { transition-delay: 0s; }
.reveal-stagger.visible > *:nth-child(2) { transition-delay: 0.08s; }
.reveal-stagger.visible > *:nth-child(3) { transition-delay: 0.16s; }
.reveal-stagger.visible > *:nth-child(4) { transition-delay: 0.24s; }
.reveal-stagger.visible > *:nth-child(5) { transition-delay: 0.32s; }
.reveal-stagger.visible > *:nth-child(6) { transition-delay: 0.40s; }

.reveal-stagger.visible > * {
  opacity: 1;
  transform: translateY(0);
}


/* ============================================================
   CLIENTS LOGO STRIP
   ============================================================ */
.clients {
  padding-block: var(--space-8);
}

.clients__label {
  text-align: center;
  margin-bottom: var(--space-6);
}

.clients__grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-8) var(--space-12);
  opacity: 0.4;
}

.clients__grid img {
  height: 32px;
  width: auto;
  filter: grayscale(1) brightness(2);
  transition: opacity var(--duration) var(--ease-out);
}

.clients__grid img:hover {
  opacity: 0.8;
}
