html {
  scroll-padding-top: 80px;
}

/* Subtle reveal animations */
[data-animate] {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

[data-animate].visible {
  opacity: 1;
  transform: translateY(0);
}

.card:not(.engagement-card):not(.venture-card) {
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.3s ease;
}

.card:not(.engagement-card):not(.venture-card):hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.06);
}

.btn-primary {
  display: inline-block;
  font-family: var(--font-body);
  background: var(--accent);
  color: #ffffff;
  padding: 0.9rem 1.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  transition: background 0.3s ease, transform 0.2s ease;
}

.btn-primary:hover {
  background: var(--accent-fade);
  text-decoration: none;
  transform: translateY(-1px);
}

:root {
  --bg-start: #131313;
  --bg-end: #1e1e1e;
  --accent: #FD4991;
  --accent-fade: #cf3070;
  --text: #f5f5f5;
  --muted: #b8b4b6;
  --font-display: 'Newsreader', Georgia, 'Times New Roman', serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
  --gutter: 64px;
  --nav-control-height: calc(0.9rem * 2 + 0.6875rem);
}

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

html,
body {
  height: 100%;
  scroll-behavior: smooth
}

body {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  background: #131313;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 90px;
  overflow-x: clip;
}

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

a:hover {
  text-decoration: underline
}

.hero {
  position: relative;
  text-align: left;
  background-color: #131313;
  min-height: 540px;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 0%, #131313 72%);
}

.hero__backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__backdrop-layer {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  mix-blend-mode: color-dodge;
  opacity: 0;
}

@keyframes hero-backdrop-fade {
  0% {
    opacity: 0;
  }

  3% {
    opacity: 1;
  }

  17% {
    opacity: 1;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* Hero intro — staggered fade-up on load (matches [data-animate] feel) */
@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes hero-word-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .navbar {
    opacity: 0;
    animation: hero-fade-in 0.55s ease-out 0.05s forwards;
  }

  .hero__backdrop-layer {
    mix-blend-mode: color-dodge;
    animation: hero-backdrop-fade 100s ease-in-out infinite;
  }

  .hero .hero-eyebrow,
  .hero .inner-header h1 {
    opacity: 0;
    animation: hero-rise 0.65s ease-out forwards;
  }

  .hero .hero-eyebrow {
    animation-delay: 0.18s;
  }

  .hero .inner-header h1 {
    animation-delay: 0.34s;
  }

  .hero .hero-actions {
    opacity: 0;
    animation: hero-rise 0.65s ease-out forwards;
    animation-delay: 1.1s;
  }

  .hero .subtitle-word {
    opacity: 0;
    animation: hero-word-in 0.4s ease-out forwards;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__backdrop-layer {
    mix-blend-mode: color-dodge;
    opacity: 0;
  }
}

.inner-header {
  position: relative;
  z-index: 2;
  isolation: isolate;
  max-width: 1240px;
  margin: auto;
  padding: 0 var(--gutter);
  min-height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.hero .subtitle {
  margin-bottom: 1.75rem;
}

.hero-chips {
  margin-bottom: 0;
}

main {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  flex: 1;
  padding: 0 var(--gutter);
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

section {
  padding: 96px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05)
}

section:last-of-type {
  border: none
}

/* About / KPI highlights */
.about-layout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem 4rem;
  align-items: center;
}

.about-copy p:last-child {
  margin-bottom: 0;
  opacity: 0.8;
}

.about-kpis {
  flex-shrink: 0;
}

.about-kpis__box {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem 0 0.5rem 1.75rem;
  min-width: 240px;
}

.about-kpis__slider {
  position: relative;
  height: 5.75rem;
}

.about-kpis__slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  opacity: 0;
  animation: about-kpi-cycle 15s ease-in-out infinite;
}

.about-kpis__slide:nth-child(2) {
  animation-delay: -5s;
}

.about-kpis__slide:nth-child(3) {
  animation-delay: -10s;
}

@keyframes about-kpi-cycle {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }

  4%,
  29% {
    opacity: 1;
    transform: translateY(0);
  }

  33%,
  100% {
    opacity: 0;
    transform: translateY(-8px);
  }
}

.about-kpis__value {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 4vw, 3.5rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--accent);
}

.about-kpis__label {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  max-width: 16rem;
  line-height: 1.45;
}

@media (max-width: 768px) {
  .about-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: start;
  }

  .about-kpis__box {
    min-width: 0;
    padding-left: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-kpis__slide {
    animation: none;
    opacity: 0;
  }

  .about-kpis__slide:first-child {
    opacity: 1;
    position: relative;
  }

  .about-kpis__slider {
    height: auto;
  }
}

footer {
  width: 100%;
  min-height: 64px;
  line-height: 64px;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  color: var(--muted);
  background-color: #000000;
}

footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  max-width: 1240px;
  margin: auto;
  padding: 0 var(--gutter);
}

.footer-version {
  font-variant-numeric: tabular-nums;
  opacity: 0.55;
}

.footer-inner__links {
  flex-shrink: 0;
}

h1 {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 6vw, 4.5rem);
  font-weight: 500;
  font-optical-sizing: auto;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 1.25rem;
  padding-right: 25%;
}

h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.375rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

p {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin-bottom: 1.25rem
}

ul {
  list-style: none
}

.hero-eyebrow {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 40px;
}

/* hero subtitle */
.subtitle {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.01em;
  color: #e8c4d6;
  padding-right: 43%;
}

.subtitle em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  color: #f5d4e4;
}

/* grid */
.grid {
  display: grid;
  gap: 1.5rem
}

.cols-3 {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr))
}

.cols-2 {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr))
}

.card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 1.75rem;
  transition: transform .25s ease, background .25s ease;
}

.card:not(.engagement-card):not(.venture-card):hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.06)
}

.card.engagement-card {
  background: #131313;
  padding: 0;
}

.card h3 {
  font-family: var(--font-body);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 0.35rem;
  color: var(--text);
}

.card b {
  font-family: var(--font-body);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  display: block;
  margin-bottom: 0.35rem;
}

.card small {
  display: block;
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
  color: var(--muted);
  line-height: 1.4;
}

.card p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 1.25rem;
  color: rgba(245, 245, 245, 0.88)
}

.card a {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.card a:hover {
  text-decoration: underline
}

.card img {
  height: 24px;
  margin-bottom: 16px
}

/* Engagement, venture & customer carousels */
.engagement-toolbar,
.venture-toolbar,
.customer-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.engagement-toolbar h2,
.venture-toolbar h2,
.customer-toolbar h2 {
  margin-bottom: 0;
}

.engagement-nav,
.venture-nav,
.customer-nav {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

.engagement-nav__btn,
.venture-nav__btn,
.customer-nav__btn,
.press-nav__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.engagement-nav__btn:hover:not(:disabled),
.venture-nav__btn:hover:not(:disabled),
.customer-nav__btn:hover:not(:disabled),
.press-nav__btn:hover:not(:disabled) {
  border-color: rgba(253, 73, 145, 0.35);
  background: rgba(253, 73, 145, 0.1);
}

.engagement-nav__btn:disabled,
.venture-nav__btn:disabled,
.customer-nav__btn:disabled,
.press-nav__btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.engagement-scroll-wrap,
.venture-scroll-wrap,
.customer-scroll-wrap {
  position: relative;
  margin-left: calc(-1 * var(--gutter));
  margin-right: calc(-1 * var(--gutter));
}

@media (prefers-reduced-motion: no-preference) {
  [data-engagement-reveal]:not(.is-revealed) .engagement-card,
  [data-venture-reveal]:not(.is-revealed) .venture-card,
  [data-customer-reveal]:not(.is-revealed) #customers .venture-card {
    opacity: 0;
    transform: translateY(24px);
  }

  [data-engagement-reveal].is-revealed .engagement-card,
  [data-venture-reveal].is-revealed .venture-card,
  [data-customer-reveal].is-revealed #customers .venture-card {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.65s ease-out, transform 0.65s ease-out;
  }

  [data-engagement-reveal].is-revealed .engagement-card:nth-child(1) {
    transition-delay: 0.05s;
  }

  [data-engagement-reveal].is-revealed .engagement-card:nth-child(2) {
    transition-delay: 0.12s;
  }

  [data-engagement-reveal].is-revealed .engagement-card:nth-child(3) {
    transition-delay: 0.19s;
  }

  [data-engagement-reveal].is-revealed .engagement-card:nth-child(4) {
    transition-delay: 0.26s;
  }

  [data-engagement-reveal].is-revealed .engagement-card:nth-child(5) {
    transition-delay: 0.33s;
  }

  [data-venture-reveal].is-revealed .venture-card:nth-child(1) { transition-delay: 0.03s; }
  [data-venture-reveal].is-revealed .venture-card:nth-child(2) { transition-delay: 0.06s; }
  [data-venture-reveal].is-revealed .venture-card:nth-child(3) { transition-delay: 0.09s; }
  [data-venture-reveal].is-revealed .venture-card:nth-child(4) { transition-delay: 0.12s; }
  [data-venture-reveal].is-revealed .venture-card:nth-child(5) { transition-delay: 0.15s; }
  [data-venture-reveal].is-revealed .venture-card:nth-child(6) { transition-delay: 0.18s; }
  [data-venture-reveal].is-revealed .venture-card:nth-child(7) { transition-delay: 0.21s; }
  [data-venture-reveal].is-revealed .venture-card:nth-child(8) { transition-delay: 0.24s; }
  [data-venture-reveal].is-revealed .venture-card:nth-child(9) { transition-delay: 0.27s; }
  [data-venture-reveal].is-revealed .venture-card:nth-child(10) { transition-delay: 0.3s; }
  [data-venture-reveal].is-revealed .venture-card:nth-child(11) { transition-delay: 0.33s; }
  [data-venture-reveal].is-revealed .venture-card:nth-child(12) { transition-delay: 0.36s; }
  [data-venture-reveal].is-revealed .venture-card:nth-child(13) { transition-delay: 0.39s; }

  [data-customer-reveal].is-revealed #customers .venture-card:nth-child(1) { transition-delay: 0.05s; }
  [data-customer-reveal].is-revealed #customers .venture-card:nth-child(2) { transition-delay: 0.1s; }
  [data-customer-reveal].is-revealed #customers .venture-card:nth-child(3) { transition-delay: 0.15s; }
  [data-customer-reveal].is-revealed #customers .venture-card:nth-child(4) { transition-delay: 0.2s; }

  [data-engagement-reveal].is-revealed .engagement-nav__btn,
  [data-venture-reveal].is-revealed .venture-nav__btn,
  [data-customer-reveal].is-revealed .customer-nav__btn,
  [data-press-reveal].is-revealed .press-nav__btn {
    animation: carousel-nav-pop 0.5s ease-out 0.55s both;
  }
}

@keyframes carousel-nav-pop {
  from {
    opacity: 0;
    transform: scale(0.92);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-engagement-reveal] .engagement-card,
  [data-venture-reveal] .venture-card,
  [data-customer-reveal] #customers .venture-card {
    opacity: 1;
    transform: none;
  }
}

.engagement-scroll-wrap::before,
.engagement-scroll-wrap::after,
.venture-scroll-wrap::before,
.venture-scroll-wrap::after,
.customer-scroll-wrap::before,
.customer-scroll-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--gutter);
  z-index: 2;
  pointer-events: none;
}

.engagement-scroll-wrap::before,
.venture-scroll-wrap::before,
.customer-scroll-wrap::before {
  left: 0;
  background: linear-gradient(to right, #131313 15%, transparent);
}

.engagement-scroll-wrap::after,
.venture-scroll-wrap::after,
.customer-scroll-wrap::after {
  right: 0;
  background: linear-gradient(to left, #131313 15%, transparent);
}

.engagement-scroll,
.venture-scroll,
.customer-scroll {
  overflow-x: hidden;
  overflow-y: hidden;
  touch-action: pan-y;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--gutter);
  scroll-behavior: smooth;
}

.engagement-grid,
.venture-grid,
.customer-grid {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  width: max-content;
  padding-inline: var(--gutter);
}

.card.venture-card {
  background: #131313;
  padding: 0;
}

.venture-card {
  --accent-color: var(--gradient-to, var(--accent));
  flex: 0 0 clamp(300px, 78vw, 480px);
  scroll-snap-align: start;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  min-height: 580px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.venture-card__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 70% 20%, rgba(255, 255, 255, 0.25), transparent),
    linear-gradient(135deg, var(--gradient-from) 0%, var(--gradient-to) 100%);
  mix-blend-mode: lighten;
  pointer-events: none;
}

.venture-card__surface {
  position: relative;
  z-index: 1;
  isolation: isolate;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.venture-card__tag {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 2;
}

.venture-card__content {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 40px;
  background: linear-gradient(180deg, rgba(19, 19, 19, 0.45) 0%, rgba(19, 19, 19, 0.88) 100%);
}

.venture-card__header {
  position: relative;
  padding: 40px;
  background: transparent;
}

.venture-card__logo {
  display: block;
  height: clamp(28px, 5vw, 40px);
  width: auto;
  max-width: 200px;
  margin-bottom: 1rem;
  object-fit: contain;
  object-position: left center;
}

.venture-card__logo--wide {
  max-width: min(200px, 72%);
  height: clamp(24px, 4vw, 32px);
}

.venture-card__header small {
  display: block;
  margin-bottom: 0;
  font-size: 0.75rem;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  color: rgba(245, 245, 245, 0.92);
}

.venture-card p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  color: rgba(245, 245, 245, 0.8);
}

.venture-highlights {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: auto;
  margin-bottom: 1.5rem;
  padding-left: 0;
}

.venture-highlights li {
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgba(245, 245, 245, 0.82);
}

.venture-highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-color);
}

.venture-card__content > a {
  margin-top: auto;
  color: var(--accent-color);
}

.venture-card__content > a:hover {
  color: var(--accent-color);
  text-decoration: underline;
}

.engagement-card {
  --accent-color: var(--accent);
  flex: 0 0 clamp(300px, 78vw, 480px);
  scroll-snap-align: start;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  min-height: 580px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.engagement-card__backdrop {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: lighten;
  pointer-events: none;
}

.engagement-card__surface {
  position: relative;
  z-index: 1;
  isolation: isolate;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.engagement-card__content {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 2.25rem 2.25rem;
  background: linear-gradient(180deg, rgba(19, 19, 19, 0.45) 0%, rgba(19, 19, 19, 0.88) 100%);
}

.engagement-card__header {
  position: relative;
  padding: 2.25rem 2.25rem 1.5rem;
  background: transparent;
}

.engagement-card__header h3 {
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55);
}

.engagement-card__header small {
  margin-bottom: 0;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  color: rgba(245, 245, 245, 0.92);
}

.engagement-card h3 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 7vw, 2.4rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
  color: var(--accent-color);
}

.engagement-card small {
  font-size: 0.75rem;
  margin-bottom: 1.25rem;
}

.engagement-card p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  color: rgba(245, 245, 245, 0.8);
}

.engagement-highlights {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: auto;
  padding-left: 0;
}

.engagement-highlights li {
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgba(245, 245, 245, 0.82);
}

.engagement-highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-color);
}

@media (max-width: 768px) {
  .engagement-grid,
  .venture-grid,
  .customer-grid {
    gap: 1.25rem;
  }

  .engagement-card,
  .venture-card {
    flex-basis: clamp(280px, 84vw, 340px);
    min-height: 400px;
  }

  .engagement-card__header,
  .engagement-card__content,
  .venture-card__header,
  .venture-card__content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.cta {
  text-align: left;
  padding: 4rem 0
}

.cta p {
  margin-bottom: 40px;
  opacity: 0.8;
}

.home-faq {
  padding: 4rem 0;
}

.home-faq__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 3rem;
  margin-top: 2rem;
}

.home-pitch {
  padding: 4rem 0;
}

.home-pitch__copy h2 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  margin-bottom: 1rem;
}

.home-pitch__lead {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 2rem;
}

.home-pitch__steps {
  margin-bottom: 2rem;
}

.home-pitch .pitch-chips {
  margin-top: 0;
}

.home-pitch .pitch-form-wrap {
  position: static;
}

@media (max-width: 768px) {
  .home-faq__list {
    grid-template-columns: 1fr;
  }
}

/* responsive */
@media(max-width:480px) {
  .hero {
  
  }

  h1 {
    padding-right: 0
  }

  .subtitle {
    padding-right: 0;
    font-size: 1rem
  }
}

.special-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  transition: background 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
}

.special-btn:hover {}

.large-p {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.125rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.45;
  letter-spacing: -0.015em;
  color: #f0ecee;
}

.philosophy-layout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}

.philosophy-copy {
  flex: 1;
  min-width: 0;
}

.philosophy-byline {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.philosophy-byline__name {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.philosophy-byline__linkedin {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  width: fit-content;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #0a66c2;
  text-decoration: none;
  transition: color 0.2s ease;
}

.philosophy-byline__linkedin:hover {
  color: #004182;
  text-decoration: none;
}

.philosophy-photo-frame {
  position: relative;
  flex-shrink: 0;
  margin-left: 48px;
  padding-left: 1.25rem;
}

.philosophy-photo-frame::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.5rem;
  bottom: 1.5rem;
  width: 2px;
  transform-origin: center;
  opacity: 0.85;
}

.philosophy-photo {
  display: block;
  width: 280px;
  height: 280px;
  object-fit: cover;
  object-position: center 15%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  filter: contrast(1.05) saturate(0.88);
}

.philosophy-photo-frame::after {
  content: "";
  position: absolute;
  inset: 0 0 0 1.25rem;
  border-radius: 12px;
  pointer-events: none;
}

@media (max-width: 768px) {
  .philosophy-layout {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
  }

  .philosophy-photo-frame {
    margin-left: 0;
    padding-left: 1rem;
  }

  .philosophy-photo-frame::before {
    top: 1rem;
    bottom: 1rem;
  }

  .philosophy-photo {
    width: 100%;
    max-width: 280px;
    max-height: 280px;
    height: auto;
    aspect-ratio: 7 / 9;
  }

  .philosophy-photo-frame::after {
    inset: 0 0 0 1rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  #process[data-animate] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  #process:not(.visible) > h2,
  #process:not(.visible) .philosophy-copy .large-p,
  #process:not(.visible) .philosophy-byline__name,
  #process:not(.visible) .philosophy-byline__linkedin,
  #process:not(.visible) .philosophy-photo-frame {
    opacity: 0;
  }

  #process:not(.visible) > h2,
  #process:not(.visible) .philosophy-copy .large-p,
  #process:not(.visible) .philosophy-byline__name,
  #process:not(.visible) .philosophy-byline__linkedin {
    transform: translateY(14px);
  }

  #process:not(.visible) .philosophy-photo-frame {
    transform: translateY(18px);
  }

  #process:not(.visible) .philosophy-photo-frame::before {
    transform: scaleY(0);
  }

  #process.visible > h2,
  #process.visible .philosophy-copy .large-p,
  #process.visible .philosophy-byline__name,
  #process.visible .philosophy-byline__linkedin,
  #process.visible .philosophy-photo-frame {
    opacity: 1;
    transition:
      opacity 0.7s ease-out,
      transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }

  #process.visible > h2,
  #process.visible .philosophy-copy .large-p,
  #process.visible .philosophy-byline__name,
  #process.visible .philosophy-byline__linkedin {
    transform: translateY(0);
  }

  #process.visible .philosophy-photo-frame {
    transform: translateX(0);
  }

  #process.visible .philosophy-photo-frame::before {
    transform: scaleY(1);
    transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  }

  #process.visible > h2 {
    transition-delay: 0.04s;
  }

  #process.visible .philosophy-copy .large-p {
    transition-delay: 0.14s;
  }

  #process.visible .philosophy-photo-frame {
    transition-delay: 0.22s;
  }

  #process.visible .philosophy-photo-frame::before {
    transition-delay: 0.48s;
  }

  #process.visible .philosophy-byline__name {
    transition-delay: 0.34s;
  }

  #process.visible .philosophy-byline__linkedin {
    transition-delay: 0.44s;
  }
}

@media (prefers-reduced-motion: reduce) {
  #process:not(.visible) > h2,
  #process:not(.visible) .philosophy-copy .large-p,
  #process:not(.visible) .philosophy-byline__name,
  #process:not(.visible) .philosophy-byline__linkedin,
  #process:not(.visible) .philosophy-photo-frame,
  #process:not(.visible) .philosophy-photo-frame::before {
    opacity: 1;
    transform: none;
  }
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(19, 19, 19, 0.8);
  backdrop-filter: blur(10px);
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.navbar-content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.nav-logo {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--text);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-self: start;
  text-decoration: none;
}

.nav-logo:hover {
  text-decoration: none;
  color: var(--text);
}

.nav-logo img {
  height: 32px;
  margin-right: 12px;
  flex-shrink: 0;
}

.nav-logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  gap: 0.1em;
}

.nav-logo__brand {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--text);
}

.nav-logo__suffix {
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav-links {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-self: center;
}

.nav-links a {
  position: relative;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-links a:hover {
  color: var(--text);
  text-decoration: none;
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-self: end;
}

.lang-switch {
  position: relative;
  display: flex;
  align-items: center;
  height: var(--nav-control-height);
  padding: 0;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-sizing: border-box;
}

.lang-switch__toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 100%;
  padding: 0 0.75rem;
  border: none;
  border-radius: 2px;
  background: transparent;
  color: var(--text);
  font-family: inherit;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease;
  box-sizing: border-box;
}

.lang-switch__toggle:hover {
  background: rgba(255, 255, 255, 0.08);
}

.lang-switch__flag {
  font-size: 1rem;
  line-height: 1;
}

.lang-switch__chevron {
  opacity: 0.6;
  transition: transform 0.2s ease;
}

.lang-switch.is-open .lang-switch__chevron {
  transform: rotate(180deg);
}

.lang-switch__menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 158px;
  padding: 4px;
  border-radius: 8px;
  background: rgba(18, 18, 24, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  z-index: 1100;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.lang-switch__option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 5px;
  text-decoration: none;
  color: var(--muted);
  transition: background 0.15s ease, color 0.15s ease;
}

.lang-switch__option:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  text-decoration: none;
}

.lang-switch__option.is-active {
  background: rgba(255, 255, 255, 0.1);
  color: var(--text);
}

.lang-switch__name {
  flex: 1;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.lang-switch__option .lang-switch__code {
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  opacity: 0.65;
}

.nav-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--nav-control-height);
  padding: 0 1.5rem;
  box-sizing: border-box;
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    max-width 0.28s ease,
    padding 0.28s ease,
    margin 0.28s ease;
  overflow: hidden;
  white-space: nowrap;
}

.navbar:has(~ .hero):not(.navbar--past-hero) .nav-cta {
  opacity: 0;
  max-width: 0;
  padding-inline: 0;
  margin: 0;
  pointer-events: none;
  transform: translateX(0.5rem);
}

.navbar:has(~ .hero).navbar--past-hero .nav-cta {
  opacity: 1;
  max-width: 12rem;
  padding-inline: 1.5rem;
  pointer-events: auto;
  transform: translateX(0);
}

/* Contact modal */
body.modal-open {
  overflow: hidden;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  pointer-events: none;
  visibility: hidden;
}

.contact-modal.is-open {
  pointer-events: auto;
  visibility: visible;
}

.contact-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 8, 8, 0.65);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-modal.is-open .contact-modal__backdrop {
  opacity: 1;
}

.contact-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 34rem;
  max-height: min(92vh, 52rem);
  overflow-y: auto;
  background: var(--bg-start);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 2rem 2rem 2.25rem;
  box-shadow:
    0 0 0 1px rgba(253, 73, 145, 0.06),
    0 24px 80px rgba(0, 0, 0, 0.55);
  opacity: 0;
  transform: translateY(24px) scale(0.96);
  transition:
    opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.contact-modal.is-open .contact-modal__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.contact-modal.is-open .contact-modal__panel--form > .contact-modal__eyebrow,
.contact-modal.is-open .contact-modal__panel--form > h2,
.contact-modal.is-open .contact-modal__panel--form > .contact-modal__lead,
.contact-modal.is-open .contact-form > .contact-field,
.contact-modal.is-open .contact-form > .contact-form__error,
.contact-modal.is-open .contact-form > .contact-form__submit,
.contact-modal.is-open .contact-form > .contact-form__notice {
  animation: contactContentIn 0.55s cubic-bezier(0.16, 1, 0.3, 1) backwards;
}

.contact-modal.is-open .contact-modal__panel--form > .contact-modal__eyebrow { animation-delay: 0.08s; }
.contact-modal.is-open .contact-modal__panel--form > h2 { animation-delay: 0.12s; }
.contact-modal.is-open .contact-modal__panel--form > .contact-modal__lead { animation-delay: 0.16s; }
.contact-modal.is-open .contact-form > .contact-field:nth-of-type(1) { animation-delay: 0.22s; }
.contact-modal.is-open .contact-form > .contact-field:nth-of-type(2) { animation-delay: 0.28s; }
.contact-modal.is-open .contact-form > .contact-field:nth-of-type(3) { animation-delay: 0.34s; }
.contact-modal.is-open .contact-form > .contact-field:nth-of-type(4) { animation-delay: 0.4s; }
.contact-modal.is-open .contact-form > .contact-form__submit { animation-delay: 0.48s; }
.contact-modal.is-open .contact-form > .contact-form__notice { animation-delay: 0.54s; }

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

.contact-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.contact-modal__close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--text);
}

.contact-modal__eyebrow {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.5rem;
}

.contact-modal__dialog h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 1.875rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 0.65rem;
}

.contact-modal__lead {
  font-size: 0.9375rem;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 1.75rem;
}

.contact-modal__panel--success {
  text-align: center;
  padding: 1.5rem 0.5rem 0.5rem;
}

.contact-modal__panel--success h2 {
  margin-bottom: 0.5rem;
}

.contact-modal__panel--success p {
  color: var(--muted);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.75rem;
}

.contact-modal__success-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-form__honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.contact-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.contact-field__label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.contact-field__optional {
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  opacity: 0.7;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  color: var(--text);
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 0.75rem 0.9rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: rgba(184, 180, 182, 0.45);
}

.contact-field input:hover,
.contact-field textarea:hover {
  border-color: rgba(255, 255, 255, 0.16);
}

.contact-field input:focus,
.contact-field textarea:focus {
  outline: none;
  border-color: rgba(253, 73, 145, 0.55);
  box-shadow: 0 0 0 3px rgba(253, 73, 145, 0.12);
}

.contact-field textarea {
  resize: vertical;
  min-height: 6.5rem;
}

.contact-form__notice {
  font-size: 0.75rem;
  line-height: 1.5;
  color: rgba(239, 239, 239, 0.5);
  text-align: center;
  margin-top: 0.25rem;
}

.contact-form__notice a {
  color: rgba(253, 73, 145, 0.85);
  text-decoration: none;
}

.contact-form__notice a:hover {
  text-decoration: underline;
}

.contact-form__error {
  font-size: 0.8125rem;
  color: #f87171;
  line-height: 1.5;
}

.contact-form__submit {
  width: 100%;
  margin-top: 0.25rem;
  padding: 1rem 1.5rem;
  position: relative;
}

.contact-form__submit.is-loading {
  pointer-events: none;
  opacity: 0.85;
}

.contact-form__submit.is-loading .contact-form__submit-label {
  visibility: hidden;
}

.contact-form__submit-spinner {
  display: none;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1.125rem;
  height: 1.125rem;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
  border-radius: 50%;
  animation: contact-spin 0.7s linear infinite;
}

.contact-form__submit.is-loading .contact-form__submit-spinner {
  display: block;
}

@keyframes contact-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 540px) {
  .contact-modal__dialog {
    padding: 1.5rem 1.25rem 1.75rem;
  }
}


/* Expertise / technical domains */
.domain-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 3rem;
}

.domain-row {
  --domain-gradient: linear-gradient(145deg, var(--accent) 0%, #a855f7 100%);
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}

.domain-row__icon {
  position: relative;
  flex-shrink: 0;
  line-height: 0;
  width: clamp(7.5rem, 14vw, 11rem);
}

.domain-row__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.domain-row__icon--blend {
  mix-blend-mode: lighten;
  width: clamp(9rem, 18vw, 13.5rem);
  opacity: 0;
  transition: opacity 0.55s ease-out;
}

[data-expertise-reveal].is-revealed .domain-row__icon--blend.is-ready {
  opacity: 1;
}

.domain-row__icon--blend img {
  width: 100%;
  height: auto;
}

.domain-row__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.75;
  mix-blend-mode: color;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.domain-row:hover .domain-row__icon::after {
  opacity: 0.95;
}

.domain-row--engineering .domain-row__icon::after,
.domain-row--org-design .domain-row__icon::after {
  display: none;
}

.domain-row__body {
  flex: 1;
  min-width: 0;
}

.domain-row__body h3 {
  font-family: var(--font-display);
  font-size: clamp(1.375rem, 2.2vw, 1.625rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 0.65rem;
  color: #ffffff;
}

.domain-row__body p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 0;
}

.domain-row__body p strong {
  color: var(--text);
  font-weight: 600;
}

.domain-row__body p em {
  font-style: italic;
  color: #e8c4d6;
}

.domain-row__body p u {
  text-decoration: underline;
  text-decoration-color: rgba(253, 73, 145, 0.55);
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}

@media (prefers-reduced-motion: no-preference) {
  [data-expertise-reveal]:not(.is-revealed) .domain-row__body {
    opacity: 0;
    transform: translateY(16px);
  }

  [data-expertise-reveal].is-revealed .domain-row__body {
    opacity: 1;
    transform: translateY(0);
    transition:
      opacity 0.7s ease-out,
      transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }

  [data-expertise-reveal].is-revealed .domain-row:nth-child(1) .domain-row__body,
  [data-expertise-reveal].is-revealed .domain-row:nth-child(1) .domain-row__icon--blend.is-ready {
    transition-delay: 0.06s;
  }

  [data-expertise-reveal].is-revealed .domain-row:nth-child(2) .domain-row__body,
  [data-expertise-reveal].is-revealed .domain-row:nth-child(2) .domain-row__icon--blend.is-ready {
    transition-delay: 0.14s;
  }

  [data-expertise-reveal].is-revealed .domain-row:nth-child(3) .domain-row__body,
  [data-expertise-reveal].is-revealed .domain-row:nth-child(3) .domain-row__icon--blend.is-ready {
    transition-delay: 0.22s;
  }

  [data-expertise-reveal].is-revealed .domain-row:nth-child(4) .domain-row__body,
  [data-expertise-reveal].is-revealed .domain-row:nth-child(4) .domain-row__icon--blend.is-ready {
    transition-delay: 0.3s;
  }

  .domain-row__icon:not(.domain-row__icon--blend) {
    animation: domain-icon-float 5s ease-in-out infinite;
  }

  .domain-row:nth-child(1) .domain-row__icon:not(.domain-row__icon--blend) {
    animation-delay: 0s;
  }

  .domain-row:nth-child(2) .domain-row__icon:not(.domain-row__icon--blend) {
    animation-delay: -1.2s;
  }

  .domain-row:nth-child(3) .domain-row__icon:not(.domain-row__icon--blend) {
    animation-delay: -2.4s;
  }

  .domain-row:nth-child(4) .domain-row__icon:not(.domain-row__icon--blend) {
    animation-delay: -3.6s;
  }

  .domain-row__icon:not(.domain-row__icon--blend)::after {
    animation: domain-gradient-shift 8s ease-in-out infinite;
  }
}

@keyframes domain-icon-float {
  0%,
  100% {
    transform: translateY(0);
  }

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

@keyframes domain-gradient-shift {
  0%,
  100% {
    opacity: 0.7;
  }

  50% {
    opacity: 0.9;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-expertise-reveal] .domain-row__body {
    opacity: 1;
    transform: none;
  }

  [data-expertise-reveal] .domain-row__icon--blend {
    opacity: 1;
  }

  .domain-row__icon,
  .domain-row__icon::after {
    animation: none;
  }
}

@media (max-width: 640px) {
  .domain-row {
    gap: 1.75rem;
  }

  .domain-row__icon {
    width: clamp(5.5rem, 28vw, 7.5rem);
  }

  .domain-row__icon--blend {
    width: clamp(6.5rem, 36vw, 9.5rem);
  }
}

/* Press / news carousel */
.press-section {
  overflow: hidden;
}

.press-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.press-toolbar h2 {
  margin-bottom: 0;
}

.press-eyebrow {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.5rem;
}

.press-nav {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

.press-stage {
  position: relative;
}

.press-track {
  position: relative;
}

.press-story {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 24px 80px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: translateY(16px) scale(0.985);
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.press-story.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  position: relative;
}

.press-story[hidden] {
  display: grid;
}

.press-story__visual {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  background: #0a0a0a;
}

.press-story__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0;
}

.press-story__visual--align-right img {
  object-position: right center;
}

.press-story__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.35) 100%);
  pointer-events: none;
}

.card-tag,
.press-story__tag,
.venture-card__tag {
  padding: 0.4rem 0.85rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.press-story__tag {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  z-index: 1;
}

.press-story__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.75rem, 4vw, 3rem);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
}

.press-story__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 0.8125rem;
  color: var(--muted);
}

.press-story__meta time::after {
  content: "·";
  margin-left: 0.75rem;
  opacity: 0.5;
}

.press-story__source {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  color: rgba(245, 245, 245, 0.72);
}

.press-story__source img {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  object-fit: contain;
  flex-shrink: 0;
  opacity: 0.9;
}

.press-story__visual--logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.press-story__visual--logo .press-story__logo {
  width: min(52%, 220px);
  height: auto;
  object-fit: contain;
  opacity: 0.88;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.35));
}

.press-story h3 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.8vw, 2.125rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  color: var(--text);
}

.press-story__body p {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(245, 245, 245, 0.72);
  margin-bottom: 1.5rem;
  max-width: 38ch;
}

.press-story__link {
  align-self: flex-start;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent);
  text-decoration: none;
  transition: color 0.2s ease;
}

.press-story__link:hover {
  color: var(--accent-fade);
}

.press-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
  padding: 0 0.5rem;
}

.press-dots__btn {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.25s ease;
}

.press-dots__btn:hover {
  background: rgba(255, 255, 255, 0.4);
}

.press-dots__btn.is-active {
  width: 28px;
  background: var(--accent);
}

@media (prefers-reduced-motion: no-preference) {
  [data-press-reveal]:not(.is-revealed) .press-stage {
    opacity: 0;
    transform: translateY(20px);
  }

  [data-press-reveal].is-revealed .press-stage {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-press-reveal] .press-stage {
    opacity: 1;
    transform: none;
  }

  .press-story {
    transition: none;
  }
}

@media (max-width: 900px) {
  .press-story,
  .press-story[hidden] {
    grid-template-columns: 1fr;
  }

  .press-story__visual {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .press-track {
    min-height: auto;
  }

  .press-story:not(.is-active) {
    display: none;
  }
}

@media (max-width: 768px) {
  .press-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Legal pages (imprint, privacy) */
.legal-page {
  padding-top: 48px;
  padding-bottom: 96px;
}

.legal-page > h1 {
  font-size: clamp(2.25rem, 4vw, 3rem);
  padding-right: 0;
  margin-bottom: 1rem;
}

.legal-intro {
  font-size: 1.125rem;
  line-height: 1.75;
  margin-bottom: 2.5rem;
  color: var(--muted);
}

.legal-meta {
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  color: rgba(184, 180, 182, 0.7);
  margin-bottom: 2.5rem;
}

.legal-section {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.legal-page .legal-section:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 3rem;
}

.legal-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.legal-section > h2 {
  font-size: 1.75rem;
  margin: 0 0 1.25rem;
  color: var(--accent);
}

.legal-page h3 {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 1.5rem 0 0.75rem;
  color: var(--text);
}

.legal-section p,
.legal-section li {
  color: var(--muted);
}

.legal-list {
  list-style: disc;
  padding-left: 1.35rem;
  margin-bottom: 1.25rem;
}

.legal-list li {
  font-size: 1.0625rem;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0 1.5rem;
  font-size: 0.95rem;
}

.data-table th,
.data-table td {
  text-align: left;
  vertical-align: top;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  line-height: 1.55;
}

.data-table th {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(239, 239, 239, 0.7);
  background: rgba(255, 255, 255, 0.03);
}

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

/* Pitch page */
.pitch-page {
  padding-top: 48px;
  padding-bottom: 96px;
}

.pitch-header {
  margin-bottom: 4rem;
}

.pitch-header h1 {
  padding-right: 15%;
  margin-bottom: 1.5rem;
}

.pitch-lead {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--muted);
  max-width: 52ch;
  margin-bottom: 2rem;
}

.pitch-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.pitch-chips li {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.04);
}

.pitch-layout {
  display: grid;
  grid-template-columns: 1fr min(26rem, 100%);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: start;
}

.pitch-block {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pitch-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.pitch-block h2 {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

.pitch-list li,
.pitch-steps li {
  position: relative;
  padding-left: 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 0.85rem;
}

.pitch-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
}

.pitch-steps {
  counter-reset: pitch-step;
  list-style: none;
}

.pitch-steps li {
  counter-increment: pitch-step;
}

.pitch-steps li::before {
  content: counter(pitch-step);
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--accent);
}

.pitch-steps strong {
  color: var(--text);
  font-weight: 600;
}

.pitch-faq__list div {
  margin-bottom: 1.5rem;
}

.pitch-faq__list div:last-child {
  margin-bottom: 0;
}

.pitch-faq__list dt {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.4rem;
}

.pitch-faq__list dd {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
}

.pitch-form-wrap {
  position: sticky;
  top: 110px;
}

.pitch-form-panel {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: clamp(1.75rem, 4vw, 2.5rem);
}

.pitch-form-eyebrow {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.75rem;
}

.pitch-form-panel h2 {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}

.pitch-form-lead {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--muted);
  margin-bottom: 1.75rem;
}

.pitch-form-panel--success {
  text-align: center;
}

.pitch-form-panel--success h2 {
  margin-top: 0.5rem;
}

.pitch-form-panel--success p {
  color: var(--muted);
  margin-bottom: 1.75rem;
}

@media (max-width: 900px) {
  .pitch-layout {
    grid-template-columns: 1fr;
  }

  .pitch-form-wrap {
    position: static;
  }

  .pitch-header h1 {
    padding-right: 0;
  }
}

@media (max-width: 640px) {
  .data-table thead {
    display: none;
  }

  .data-table tr {
    display: block;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .data-table td {
    display: block;
    border: none;
    padding: 0.35rem 0;
  }

  .data-table td::before {
    content: attr(data-label);
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(239, 239, 239, 0.55);
    margin-bottom: 0.25rem;
  }
}

/* ——— Mobile layout ——— */
@media (max-width: 768px) {
  :root {
    --gutter: 1.25rem;
  }

  html {
    scroll-padding-top: 72px;
  }

  body {
    padding-top: 72px;
    font-size: 1rem;
  }

  section {
    padding: 3.5rem 0;
  }

  .hero {
    min-height: min(88vh, 520px);
  }

  .hero::after {
    height: 100px;
  }

  .inner-header {
    min-height: min(88vh, 520px);
    padding-top: 2.5rem;
    padding-bottom: 3rem;
    border-left: none;
    border-right: none;
  }

  main {
    border-left: none;
    border-right: none;
  }

  h1 {
    padding-right: 0;
    font-size: clamp(2.25rem, 9vw, 3rem);
  }

  .subtitle {
    padding-right: 0;
    font-size: 1rem;
  }

  .hero-eyebrow {
    margin-bottom: 1.5rem;
    font-size: 0.75rem;
  }

  .hero-actions {
    gap: 1.5rem;
  }

  .navbar {
    padding: 14px 0;
    opacity: 1;
    animation: none;
  }

  .hero .hero-eyebrow,
  .hero .inner-header h1,
  .hero .hero-actions,
  .hero .subtitle-word {
    opacity: 1;
    animation: none;
    transform: none;
  }

  .navbar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0 var(--gutter);
  }

  .nav-links {
    display: none;
  }

  .nav-actions {
    gap: 0.5rem;
  }

  .engagement-scroll,
  .venture-scroll,
  .customer-scroll {
    overflow-x: auto;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .engagement-scroll::-webkit-scrollbar,
  .venture-scroll::-webkit-scrollbar,
  .customer-scroll::-webkit-scrollbar {
    display: none;
  }

  .engagement-card,
  .venture-card {
    flex-basis: clamp(260px, 82vw, 340px);
    min-height: 380px;
  }

  .engagement-card__header,
  .engagement-card__content,
  .venture-card__header,
  .venture-card__content {
    padding: 1.25rem 1.5rem;
  }

  .engagement-card__header {
    padding-bottom: 1rem;
  }

  .venture-card__tag {
    top: 1rem;
    right: 1rem;
  }

  .domain-row {
    flex-direction: column;
    gap: 1.25rem;
  }

  .domain-row__icon,
  .domain-row__icon--blend {
    width: clamp(4.5rem, 22vw, 6rem);
  }

  .philosophy-photo-frame {
    width: 100%;
  }

  .cta,
  .home-faq,
  .home-pitch {
    padding: 2.5rem 0;
  }

  footer {
    min-height: auto;
    line-height: 1.5;
    padding: 1.5rem 0;
  }

  footer .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .footer-inner__left {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }

  .pitch-header {
    margin-bottom: 2.5rem;
  }

  .legal-page,
  .pitch-page {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 480px) {
  .lang-switch__code {
    display: none;
  }

  .pitch-chips {
    gap: 0.45rem;
  }

  .pitch-chips li {
    font-size: 0.625rem;
    padding: 0.45rem 0.7rem;
  }
}