:root {
  --bg: #0a0a0a;
  --bg-soft: #111110;
  --bg-card: #161615;
  --bg-card-2: #1c1c19;
  --line: rgba(255, 255, 255, 0.1);
  --line-soft: rgba(255, 255, 255, 0.06);
  --lime: #c8f31d;
  --lime-soft: rgba(200, 243, 29, 0.12);
  --lime-glow: rgba(200, 243, 29, 0.35);
  --white: #f6f6f2;
  --muted: #a3a39a;
  --muted-2: #6f6f67;
  --radius: 14px;
  --radius-sm: 9px;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--white);
  background: var(--bg);
  font-family: "Bai Jamjuree", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(10, 10, 10, 0.82);
  border-bottom: 1px solid var(--line-soft);
  backdrop-filter: blur(18px);
}

.brand-mark,
.header-actions,
.desktop-nav,
.hero-actions,
.booking-actions,
.contact-strip,
.footer-people {
  display: flex;
  align-items: center;
}

.brand-mark strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.brand-mark strong em {
  color: var(--lime);
  font-style: normal;
}

.brand-mark small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.desktop-nav {
  gap: clamp(16px, 2.6vw, 30px);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 600;
}

.desktop-nav a:hover {
  color: var(--white);
}

.header-actions {
  gap: 14px;
}

.lang-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.lang-button {
  min-width: 34px;
  padding: 6px 8px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 700;
}

.lang-button.is-active {
  color: #0a0a0a;
  background: var(--lime);
}

.nav-cta,
.button {
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, opacity 180ms ease;
}

.nav-cta {
  padding: 10px 18px;
  color: #0a0a0a;
  background: var(--lime);
  font-size: 0.86rem;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 13px 26px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 0.94rem;
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-2px);
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
  transform: none;
}

.button.primary {
  color: #0a0a0a;
  background: var(--lime);
  box-shadow: 0 16px 40px var(--lime-glow);
}

.button.secondary {
  color: var(--white);
  background: transparent;
  border-color: var(--line);
}

.button.secondary:hover {
  border-color: var(--lime);
}

/* Layout primitives */

.section {
  padding: clamp(60px, 9vw, 120px) clamp(20px, 5vw, 72px);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--lime);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
}

h1 {
  max-width: 960px;
  font-size: clamp(2.6rem, 6.4vw, 4.7rem);
  line-height: 1.04;
}

h1 span {
  display: block;
}

h1 .accent,
.accent {
  color: var(--lime);
}

h2 {
  max-width: none;
  margin-bottom: 22px;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  line-height: 1.08;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
  line-height: 1.2;
}

p {
  margin: 0 0 14px;
}

.section-heading {
  max-width: none;
}

.section-lede {
  max-width: none;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 1.04rem;
  text-align: justify;
}

.section-lede.muted {
  color: var(--muted-2);
  font-style: italic;
}

.split-section {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}

.split-section.reverse {
  grid-template-columns: 0.9fr 1.1fr;
}

.split-section.reverse .vision-visual {
  order: 1;
}

/* Hero */

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.85fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: clamp(40px, 7vw, 96px) clamp(20px, 5vw, 72px) 72px;
}

.hero-lede {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-visual {
  position: relative;
  min-height: 520px;
  border-radius: var(--radius);
  background: linear-gradient(160deg, var(--bg-soft), #000);
  border: 1px solid var(--line);
  isolation: isolate;
  overflow: hidden;
}

.hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.signal-grid {
  position: absolute;
  inset: 46px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
  opacity: 0.5;
}

.signal-grid span {
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.04), transparent);
}

.arrow-stack {
  position: absolute;
  left: 50%;
  bottom: 12%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transform: translateX(-50%);
}

.chevron {
  width: 108px;
  height: 44px;
  clip-path: polygon(50% 0%, 100% 55%, 78% 55%, 78% 100%, 22% 100%, 22% 55%, 0% 55%);
  background: var(--lime);
  filter: drop-shadow(0 0 18px var(--lime-glow));
}

.chevron:nth-child(2) {
  opacity: 0.7;
}

.chevron:nth-child(1) {
  opacity: 0.4;
}

.arrow-shaft {
  width: 14px;
  height: 120px;
  background: linear-gradient(180deg, var(--lime), transparent);
  filter: drop-shadow(0 0 18px var(--lime-glow));
}

/* Diagnostic / quiz */

.diagnostic-section {
  background: var(--bg-soft);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.quiz {
  max-width: 900px;
  margin: 48px auto 0;
}

.quiz-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 34px;
}

.quiz-step {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--muted);
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  transition: all 200ms ease;
}

.quiz-step.is-active {
  color: #0a0a0a;
  background: var(--lime);
  border-color: var(--lime);
}

.quiz-step.is-done {
  color: var(--lime);
  border-color: var(--lime);
  background: var(--lime-soft);
}

.quiz-connector {
  width: 48px;
  height: 1px;
  background: var(--line);
}

.quiz-panel {
  padding: clamp(28px, 4vw, 44px);
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.quiz-question {
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.quiz-question.is-active {
  display: block;
}

.quiz-question legend {
  width: 100%;
  padding: 0;
}

.quiz-kicker {
  margin: 0 0 8px;
  color: var(--lime);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.quiz-title {
  margin: 0 0 24px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  font-weight: 600;
  line-height: 1.25;
}

.quiz-options {
  display: grid;
  gap: 10px;
}

.quiz-option {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 18px;
  background: var(--bg-card-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease;
}

.quiz-option:hover {
  border-color: rgba(200, 243, 29, 0.4);
}

.quiz-option input {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: var(--lime);
}

.quiz-option:has(input:checked) {
  background: var(--lime-soft);
  border-color: var(--lime);
}

.quiz-result {
  display: none;
  text-align: center;
}

.quiz-result.is-active {
  display: block;
}

.quiz-result-icon {
  display: grid;
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  place-items: center;
  color: #0a0a0a;
  background: var(--lime);
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 700;
}

.quiz-result h3 {
  max-width: 560px;
  margin: 0 auto 16px;
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.quiz-result p {
  max-width: 520px;
  margin: 0 auto 8px;
  color: var(--muted);
}

.quiz-result .button {
  margin-top: 18px;
}

.quiz-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}

.quiz-nav.is-hidden {
  display: none;
}

.quiz-back {
  padding: 12px 20px;
  color: var(--muted);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
}

.quiz-back:hover {
  color: var(--white);
  border-color: var(--white);
}

.quiz-back:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

/* Solutions / pillars */

.pillars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 44px;
}

.pillar {
  padding: clamp(24px, 3vw, 34px);
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.pillar-tag {
  display: inline-block;
  padding: 7px 14px;
  color: var(--lime);
  background: var(--lime-soft);
  border-radius: 999px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
}

.pillar-subtitle {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.pillar-list {
  display: grid;
  gap: 0;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.pillar-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid var(--line-soft);
}

.pillar-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.pillar-item:last-child {
  padding-bottom: 0;
}

.pillar-item strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.pillar-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.pillar-icon {
  display: grid;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--lime);
  background: var(--bg-card-2);
  border: 1px solid var(--line);
  border-radius: 9px;
}

.pillar-icon svg {
  width: 19px;
  height: 19px;
}

.solutions-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(24px, 3vw, 34px);
  margin-top: 20px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.solutions-cta p {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

/* About / stat panel */

.stat-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 320px;
  padding: 36px;
  background: linear-gradient(160deg, rgba(10, 10, 10, 0.55), rgba(0, 0, 0, 0.68)),
    url("pruebas-trabajos.jpeg") center / cover no-repeat;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.stat-number {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(4rem, 9vw, 7rem);
  font-weight: 700;
  line-height: 1;
  color: var(--lime);
}

.stat-label {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stat-grid {
  position: absolute;
  inset: auto -20px -20px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: 220px;
  opacity: 0.5;
}

.stat-grid span {
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 4px;
}

/* Vision / orbit visual */

.vision-section {
  background: var(--bg-soft);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.orbit-visual {
  position: relative;
  display: grid;
  min-height: 320px;
  place-items: center;
}

.orbit {
  position: absolute;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.orbit-1 {
  width: 100%;
  aspect-ratio: 1;
  max-width: 320px;
}

.orbit-2 {
  width: 68%;
  aspect-ratio: 1;
  max-width: 220px;
  border-color: rgba(200, 243, 29, 0.25);
}

.orbit-3 {
  width: 38%;
  aspect-ratio: 1;
  max-width: 120px;
  border-color: rgba(200, 243, 29, 0.5);
}

.orbit-core {
  width: 14%;
  max-width: 34px;
  aspect-ratio: 1;
  background: var(--lime);
  border-radius: 50%;
  filter: drop-shadow(0 0 24px var(--lime-glow));
}

.vision-callout {
  display: inline-block;
  padding: 14px 22px;
  margin: 8px 0 20px;
  color: var(--white);
  background: transparent;
  border: 1px solid var(--lime);
  border-radius: 999px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
}

.vision-closing {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 22px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

/* Work / values */

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 44px;
}

.value-card {
  padding: 26px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.value-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.value-icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  place-items: center;
  color: var(--lime);
  background: var(--lime-soft);
  border-radius: 10px;
}

.value-icon svg {
  width: 22px;
  height: 22px;
}

/* CTA final + booking */

.cta-final-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(30px, 6vw, 70px);
  background: linear-gradient(160deg, var(--bg-soft), #000);
  border-top: 1px solid var(--line-soft);
}

.cta-final-copy p {
  max-width: 520px;
  color: var(--muted);
  font-size: 1.04rem;
}

.contact-strip {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.contact-strip a {
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--white);
  font-size: 0.88rem;
}

.contact-strip a:hover {
  border-color: var(--lime);
}

.booking-panel {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 36px);
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.booking-panel label {
  display: grid;
  gap: 8px;
  font-weight: 700;
  font-size: 0.9rem;
}

.booking-panel input,
.booking-panel select,
.booking-panel textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--white);
  background: var(--bg-card-2);
  border: 1px solid var(--line);
  border-radius: 8px;
  resize: vertical;
}

.booking-panel input:focus,
.booking-panel select:focus,
.booking-panel textarea:focus {
  outline: none;
  border-color: var(--lime);
}

.booking-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.form-feedback {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

/* Solutions proof (dashboard) */

.solutions-proof {
  margin: 20px 0 0;
  padding: clamp(14px, 2vw, 20px);
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.solutions-proof img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm);
}

.solutions-proof figcaption {
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.9rem;
}

/* Team */

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 44px;
}

.team-card {
  padding: 16px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.team-photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  margin-bottom: 18px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  filter: grayscale(0.15);
  transition: filter 200ms ease, transform 200ms ease;
}

.team-card:hover .team-photo {
  filter: grayscale(0);
  transform: translateY(-2px);
}

.team-card h3 {
  margin-bottom: 6px;
}

.team-role {
  margin: 0 0 12px;
  color: var(--lime);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.team-bio {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

/* Work gallery */

.work-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 44px;
}

.work-gallery figure {
  margin: 0;
}

.work-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  filter: grayscale(0.2);
  transition: filter 200ms ease;
}

.work-gallery figure:hover img {
  filter: grayscale(0);
}

/* Footer */

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 40px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line-soft);
}

.footer-brand strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
}

.footer-brand strong em {
  color: var(--lime);
  font-style: normal;
}

.footer-brand p {
  max-width: 480px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-people {
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  color: var(--muted);
  font-size: 0.88rem;
}

/* Responsive */

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }

  .hero-section,
  .split-section,
  .split-section.reverse,
  .cta-final-section {
    grid-template-columns: 1fr;
  }

  .split-section.reverse .vision-visual {
    order: 0;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-visual {
    min-height: 380px;
    order: -1;
  }

  .values-grid,
  .team-grid,
  .work-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .pillars {
    grid-template-columns: 1fr;
  }

  .quiz-panel {
    padding: 24px;
  }
}

@media (max-width: 680px) {
  .site-header {
    align-items: flex-start;
  }

  .nav-cta {
    display: none;
  }

  .hero-section {
    padding-top: 32px;
  }

  .hero-actions,
  .booking-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 320px;
  }

  .values-grid,
  .team-grid,
  .work-gallery {
    grid-template-columns: 1fr;
  }

  .quiz-steps {
    gap: 6px;
  }

  .quiz-connector {
    width: 26px;
  }

  .site-footer {
    flex-direction: column;
  }
}

/* Justified body copy */

.hero-lede,
.cta-final-copy p,
.pillar-subtitle,
.pillar-item p,
.value-card p,
.team-bio,
.footer-brand p,
.solutions-proof figcaption,
.quiz-result p:not(.quiz-title) {
  text-align: justify;
}

/* Keep centered blocks centered despite global justify */

.quiz-result p,
.reach-heading .section-lede {
  text-align: center;
}

/* Section 4 — team photo replacing the orbit circle */

.vision-visual {
  margin: 0;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1;
  justify-self: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 60px rgba(200, 243, 29, 0.12);
}

.vision-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Section 5 — image left, heading right-aligned */

.work-intro {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.work-figure {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.work-figure img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.section-heading.align-right {
  margin-left: auto;
  text-align: right;
}

.section-heading.align-right .section-lede {
  margin-left: auto;
  text-align: right;
}

.values-heading {
  margin: 56px 0 0;
  font-size: clamp(1.5rem, 3.2vw, 2.2rem);
}

.values-heading + .values-grid {
  margin-top: 20px;
}

/* Reach / international presence */

.reach-heading {
  margin: 0 auto;
  text-align: center;
}

.reach-heading h2 {
  margin-left: auto;
  margin-right: auto;
}

.reach-visual {
  position: relative;
  margin: 44px 0 0;
  aspect-ratio: 3 / 2;
  background: #000;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.reach-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0.55);
}

.reach-stats {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 7vw, 96px);
  padding: 24px;
  text-align: center;
}

.reach-number {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.6rem, 7vw, 4.6rem);
  font-weight: 700;
  line-height: 1;
  color: var(--lime);
}

.reach-label {
  display: block;
  margin-top: 10px;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .work-intro {
    grid-template-columns: 1fr;
  }

  .section-heading.align-right,
  .section-heading.align-right .section-lede {
    text-align: left;
  }

  .work-figure {
    order: -1;
  }
}

/* Floating WhatsApp button */

.whatsapp-float {
  position: fixed;
  right: clamp(16px, 4vw, 28px);
  bottom: clamp(16px, 4vw, 28px);
  z-index: 40;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #25d366;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45), 0 0 0 0 rgba(37, 211, 102, 0.55);
  animation: whatsappPulse 2.6s ease-out infinite;
  transition: transform 180ms ease;
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.05);
}

@keyframes whatsappPulse {
  0% {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45), 0 0 0 0 rgba(37, 211, 102, 0.45);
  }
  70% {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45), 0 0 0 14px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45), 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Entrance animations */

@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-copy > * {
  opacity: 0;
  animation: fadeSlideUp 700ms ease forwards;
}

.hero-copy h1 {
  animation-delay: 60ms;
}

.hero-copy .hero-lede {
  animation-delay: 200ms;
}

.hero-copy .hero-actions {
  animation-delay: 340ms;
}

.hero-visual {
  opacity: 0;
  animation: fadeSlideUp 800ms ease 220ms forwards;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

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

  .hero-copy > *,
  .hero-visual,
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
}
