@font-face {
  font-family: "Saans";
  src: url("/assets/fonts/SaansLight.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Saans";
  src: url("/assets/fonts/SaansRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Saans";
  src: url("/assets/fonts/SaansMedium.woff2") format("woff2");
  font-weight: 650;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Saans";
  src: url("/assets/fonts/SaansSemiBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Saans";
  src: url("/assets/fonts/SaansBold.woff2") format("woff2");
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #f1efea;
  --ink: #070707;
  --muted: #595550;
  --dark: #090909;
  --dark-2: #111111;
  --white: #ffffff;
  --mint: #c7f7e5;
  --blue: #38a9e0;
  --pink: #db0070;
  --green: #9dbc1c;
  --line: rgba(7, 7, 7, 0.14);
  --line-light: rgba(255, 255, 255, 0.2);
  --max: 100%;
  --radius: 8px;
  --content-gutter: clamp(18px, 2.35vw, 44px);
  --font: "Saans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ease-out: cubic-bezier(0.19, 1, 0.22, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.menu-open,
body.is-intro {
  overflow: hidden;
}

.page-reveal {
  position: fixed;
  inset: 0;
  z-index: 180;
  display: none;
  width: 100vw;
  height: 100svh;
  pointer-events: none;
  transform: translateZ(0);
}

body.is-intro .page-reveal {
  display: block;
}

.page-reveal.is-done {
  display: none;
}

.page-reveal svg {
  display: block;
  width: 100%;
  height: 100%;
}

.top-bar,
.home-header,
.trust-row span,
.hero-content .eyebrow,
.hero-content h1 span,
.hero-subtitle,
.hero-actions,
.hero-foot p {
  will-change: opacity, transform, filter;
}

.top-bar,
.hero-stage,
.trust-row span,
.hero-content .eyebrow,
.hero-content h1 span,
.hero-subtitle,
.hero-actions,
.hero-foot p {
  transition: opacity 560ms var(--ease-out), transform 680ms var(--ease-out), filter 680ms var(--ease-out);
}

body.is-loading .top-bar,
body.is-loading .trust-row span,
body.is-loading .hero-content .eyebrow,
body.is-loading .hero-content h1 span,
body.is-loading .hero-subtitle,
body.is-loading .hero-actions,
body.is-loading .hero-foot p {
  opacity: 0;
  filter: blur(9px);
  transform: translate3d(0, 34px, 0);
}

body.is-loading .hero-stage {
  opacity: 0.92;
  border-radius: 42px;
  filter: blur(10px) saturate(1.08);
  transform: scale(0.985);
}

body.is-loading .home-header {
  opacity: 0;
  transform: translate3d(-50%, -24px, 0);
}

.trust-row span:nth-child(1) {
  transition-delay: 70ms;
}

.trust-row span:nth-child(2) {
  transition-delay: 105ms;
}

.trust-row span:nth-child(3) {
  transition-delay: 140ms;
}

.hero-content .eyebrow {
  transition-delay: 145ms;
}

.hero-content h1 span:nth-child(1) {
  transition-delay: 185ms;
}

.hero-content h1 span:nth-child(2) {
  transition-delay: 240ms;
}

.hero-content h1 span:nth-child(3) {
  transition-delay: 295ms;
}

.hero-subtitle {
  transition-delay: 385ms;
}

.hero-actions {
  transition-delay: 465ms;
}

.hero-foot p:nth-child(1) {
  transition-delay: 540ms;
}

.hero-foot p:nth-child(2) {
  transition-delay: 590ms;
}

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

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--white);
  color: var(--ink);
  padding: 10px 14px;
  border-radius: var(--radius);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.top-bar {
  position: relative;
  z-index: 40;
  width: min(calc(100% - 20px), var(--max));
  margin: 10px auto 8px;
  transition: opacity 780ms var(--ease-out), transform 900ms var(--ease-out), filter 900ms var(--ease-out), visibility 240ms ease;
}

body.menu-open .top-bar {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.top-bar a {
  display: flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--mint);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.hero-stage {
  position: relative;
  overflow: hidden;
  z-index: 10;
  width: min(calc(100% - 16px), var(--max));
  min-height: calc(100svh - 48px);
  margin: 0 auto;
  border-radius: 26px;
  background: var(--dark);
  color: var(--white);
  isolation: isolate;
}

body.has-mega-open .hero-stage {
  overflow: visible;
  z-index: 160;
}

.hero-canvas,
.hero-noise {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-canvas {
  opacity: 0.92;
  filter: blur(8px) saturate(1.05);
  transform: scale(1.035);
}

.hero-noise {
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.68));
}

.home-header,
.hero-content,
.hero-foot {
  position: relative;
  z-index: 2;
}

.home-header {
  position: fixed;
  top: 68px;
  left: 50%;
  z-index: 90;
  width: min(calc(100% - 16px), var(--max));
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 0 14px;
  pointer-events: none;
  transform: translate3d(-50%, 0, 0);
  transition: top 420ms var(--ease-out), transform 760ms var(--ease-out), opacity 620ms ease, background 320ms ease, border-radius 320ms ease;
}

.home-header.is-scrolled {
  top: 12px;
  border-radius: 999px;
  background: rgba(9, 9, 9, 0.68);
  padding: 4px 10px;
  backdrop-filter: blur(18px);
}

.home-header.is-scrolled .home-brand {
  width: 118px;
  min-height: 28px;
}

.home-header.is-scrolled .desktop-menu-shell {
  gap: 6px;
}

.home-header.is-scrolled .home-nav,
.home-header.is-scrolled .home-nav a {
  min-height: 32px;
}

.home-header.is-scrolled .home-nav a {
  padding: 0 11px;
  font-size: 0.84rem;
}

.home-header.is-scrolled .header-cta {
  min-height: 32px;
  border-radius: 16px;
  padding: 0 14px;
  font-size: 0.84rem;
}

.home-header.is-scrolled .home-menu {
  width: 40px;
  min-height: 30px;
}

.home-header.is-scrolled .menu-lines {
  transform: scale(0.9);
}

.home-header.is-hidden {
  transform: translate3d(-50%, -135%, 0);
}

body.menu-open .home-header {
  top: 18px;
  background: transparent;
  backdrop-filter: none;
  transform: translate3d(-50%, 0, 0);
}

.home-brand {
  width: 174px;
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0;
  text-decoration: none;
  pointer-events: auto;
  transition: width 360ms var(--ease-out), min-height 360ms var(--ease-out);
}

.home-brand img {
  width: 100%;
}

.home-menu {
  display: none;
  justify-self: end;
  width: 48px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--white);
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
  transition: width 360ms var(--ease-out), min-height 360ms var(--ease-out);
}

.menu-lines {
  position: relative;
  width: 22px;
  height: 10px;
  display: inline-grid;
  align-items: center;
  transition: transform 360ms var(--ease-out);
}

.menu-lines span {
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 420ms var(--ease-out), top 420ms var(--ease-out);
}

.menu-lines span:first-child {
  top: 0;
}

.menu-lines span:last-child {
  top: 8px;
}

.home-header.is-open .menu-lines span:first-child {
  top: 4px;
  transform: rotate(42deg);
}

.home-header.is-open .menu-lines span:last-child {
  top: 4px;
  transform: rotate(-42deg);
}

.desktop-menu-shell {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
  pointer-events: auto;
  transition: gap 360ms var(--ease-out);
}

.home-nav {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 44px;
  gap: 0;
  overflow: visible;
  border: 0;
  border-radius: 999px;
  background: transparent;
  padding: 0;
  box-shadow: none;
  backdrop-filter: none;
  transition: min-height 360ms var(--ease-out);
}

.nav-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 0;
  height: 100%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition: width 460ms var(--ease-out), transform 520ms var(--ease-out), opacity 180ms ease;
}

.home-nav a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 5px;
  border-radius: 999px;
  color: var(--white);
  padding: 0 16px;
  font-weight: 650;
  text-decoration: none;
  transition: color 240ms ease, min-height 360ms var(--ease-out), padding 360ms var(--ease-out), font-size 360ms var(--ease-out);
}

.home-nav a span:last-child {
  font-weight: 950;
  transition: transform 320ms var(--ease-out);
}

.home-nav a.is-hovered,
.home-nav a:focus-visible {
  color: var(--ink);
}

.home-nav a.is-hovered span:last-child,
.home-nav a:focus-visible span:last-child {
  transform: rotate(45deg);
}

.header-cta {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--white);
  color: var(--ink);
  padding: 0 24px;
  font-weight: 650;
  text-decoration: none;
  box-shadow: none;
  transition: border-radius 320ms var(--ease-out), min-height 360ms var(--ease-out), padding 360ms var(--ease-out), font-size 360ms var(--ease-out);
}

.header-cta:hover,
.header-cta:focus-visible {
  border-radius: 12px;
}

.cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.92em;
  line-height: 1;
  transform: translateY(1px);
  transition: transform 360ms var(--ease-out);
}

.header-cta:hover .cta-arrow,
.header-cta:focus-visible .cta-arrow {
  transform: translate(2px, -2px);
}

.roll-link .roll-track {
  position: relative;
  display: block;
  height: 1.12em;
  overflow: hidden;
  line-height: 1.12;
}

.roll-link .roll-track > span {
  display: block;
  transition: transform 460ms var(--ease-out);
}

.roll-link .roll-track > span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(130%);
}

.roll-link:hover .roll-track > span:first-child,
.roll-link:focus-visible .roll-track > span:first-child {
  transform: translateY(-130%);
}

.roll-link:hover .roll-track > span:last-child,
.roll-link:focus-visible .roll-track > span:last-child {
  transform: translateY(0);
}

.mobile-panel {
  position: fixed;
  inset: 8px;
  z-index: 80;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-content: stretch;
  overflow: hidden;
  border-radius: 26px;
  background:
    linear-gradient(rgba(9, 9, 9, 0.78), rgba(9, 9, 9, 0.78)),
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.08), transparent 34%);
  color: var(--white);
  padding: 92px 18px 18px;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.995);
  visibility: hidden;
  backdrop-filter: blur(16px);
  transition: opacity 320ms ease, transform 520ms var(--ease-out), visibility 320ms ease;
}

body.menu-open .mobile-panel {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
  visibility: visible;
}

.mobile-panel nav {
  display: grid;
  align-self: start;
  gap: 2px;
}

.mobile-panel nav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  color: var(--white);
  padding: 0;
  font-size: clamp(2.75rem, 5.7vw, 3.65rem);
  font-weight: 650;
  line-height: 0.9;
  text-decoration: none;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 420ms ease, transform 640ms var(--ease-out);
}

body.menu-open .mobile-panel nav a {
  opacity: 1;
  transform: translateY(0);
}

body.menu-open .mobile-panel nav a:nth-child(2) {
  transition-delay: 50ms;
}

body.menu-open .mobile-panel nav a:nth-child(3) {
  transition-delay: 100ms;
}

body.menu-open .mobile-panel nav a:nth-child(4) {
  transition-delay: 150ms;
}

body.menu-open .mobile-panel nav a:nth-child(5) {
  transition-delay: 200ms;
}

.menu-circle {
  position: relative;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  transition: transform 360ms var(--ease-out);
}

.menu-circle::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid var(--white);
  border-bottom: 1.5px solid var(--white);
  transform: rotate(45deg);
}

.mobile-panel nav a:hover .menu-circle,
.mobile-panel nav a:focus-visible .menu-circle {
  transform: rotate(180deg);
}

.mobile-panel-cta {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  align-self: end;
  gap: 8px;
  margin-top: 0;
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  padding: 0 24px;
  font-weight: 650;
  text-decoration: none;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 420ms ease 240ms, transform 640ms var(--ease-out) 240ms;
}

.mobile-panel-cta::after {
  content: "↗";
  font-size: 0.9em;
}

body.menu-open .mobile-panel-cta {
  opacity: 1;
  transform: translateY(0);
}

.mega-menu {
  position: fixed;
  top: 124px;
  left: 50%;
  z-index: 170;
  width: min(calc(100% - 24px), 880px);
  color: var(--ink);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, 18px, 0) scale(0.985);
  transition: opacity 260ms ease, transform 520ms var(--ease-out), top 420ms var(--ease-out);
}

.home-header.is-scrolled ~ .mega-menu {
  top: 72px;
}

.mega-menu.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(-50%, 0, 0) scale(1);
}

.mega-panel {
  display: none;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1fr);
  gap: 22px;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  padding: 22px;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.mega-panel.is-active {
  display: grid;
}

.mega-panel > div {
  min-height: 220px;
  display: grid;
  align-content: end;
  border-radius: 18px;
  background:
    radial-gradient(circle at 28% 20%, rgba(56, 169, 224, 0.4), transparent 32%),
    radial-gradient(circle at 78% 24%, rgba(219, 0, 112, 0.3), transparent 34%),
    var(--dark);
  color: var(--white);
  padding: 18px;
}

.mega-panel p {
  margin: 0 0 8px;
  color: var(--mint);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mega-panel h2 {
  margin: 0;
  font-size: clamp(2.1rem, 3.6vw, 3.6rem);
  line-height: 0.9;
}

.mega-panel nav {
  display: grid;
  gap: 8px;
}

.mega-panel nav a {
  display: grid;
  gap: 4px;
  border-radius: 16px;
  background: rgba(7, 7, 7, 0.04);
  padding: 15px 16px;
  text-decoration: none;
  transition: background 220ms ease, border-radius 320ms var(--ease-out), transform 320ms var(--ease-out);
}

.mega-panel nav a:hover,
.mega-panel nav a:focus-visible {
  border-radius: 10px;
  background: var(--mint);
  transform: translateY(-1px);
}

.mega-panel nav span {
  font-size: 1.22rem;
  font-weight: 800;
}

.mega-panel nav small {
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-content {
  width: min(1040px, calc(100% - 48px));
  min-height: 74svh;
  margin: 0 auto;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 132px 0 112px;
}

.mobile-only {
  display: none;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 28px;
}

.trust-row span {
  border: 1px solid var(--line-light);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--mint);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 1120px;
  margin-bottom: 22px;
  font-size: clamp(3.45rem, 6.85vw, 7.25rem);
  line-height: 0.88;
  letter-spacing: 0;
}

h1 span {
  display: block;
}

h1 i {
  display: inline-flex;
  min-height: 0.86em;
  align-items: center;
  margin-left: 0.06em;
  padding: 0 0.09em 0.04em;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--blue), var(--pink) 48%, var(--green));
  color: var(--white);
  font-style: normal;
  line-height: 0.9;
}

.hero-subtitle {
  max-width: 740px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.12rem, 1.8vw, 1.55rem);
}

.hero-actions,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 24px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-light {
  background: var(--white);
  color: var(--ink);
}

.btn-outline {
  border: 1px solid var(--line-light);
  color: var(--white);
}

.btn-dark {
  background: var(--dark);
  color: var(--white);
}

.btn-outline-dark {
  border: 1px solid var(--line);
  color: var(--ink);
}

.hero-foot {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 28px;
  display: grid;
  grid-template-columns: minmax(0, 420px) minmax(0, 320px);
  justify-content: space-between;
  gap: 24px;
  color: rgba(255, 255, 255, 0.86);
}

.hero-foot p {
  margin: 0;
  font-size: 1rem;
}

.hero-foot strong {
  color: var(--white);
}

.logo-run {
  width: min(calc(100% - 16px), var(--max));
  margin: 54px auto 40px;
  display: grid;
  grid-template-columns: minmax(120px, 0.18fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 70px);
  align-items: center;
  padding-inline: var(--content-gutter);
}

.logo-run > p {
  max-width: 140px;
  margin: 0;
  color: rgba(7, 7, 7, 0.78);
  font-size: clamp(0.92rem, 1.05vw, 1.08rem);
  font-weight: 650;
  line-height: 1.05;
}

.logo-marquee {
  display: flex;
  overflow: hidden;
  padding: 12px 0;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.logo-track {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: clamp(34px, 5vw, 88px);
  min-width: max-content;
  padding-right: clamp(34px, 5vw, 88px);
  animation: logo-scroll 28s linear infinite;
}

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

.client-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.12em;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.25vw, 3.25rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 0.9;
  opacity: 0.95;
  white-space: nowrap;
}

.client-logo em {
  font-style: normal;
  font-weight: 300;
}

.logo-wordmark {
  font-weight: 300;
  letter-spacing: -0.055em;
}

.logo-stamp {
  min-height: 1.55em;
  border: 0.12em solid currentColor;
  border-radius: 999px;
  padding: 0.18em 0.52em 0.12em;
  font-size: clamp(1.05rem, 1.6vw, 2.35rem);
  letter-spacing: -0.035em;
}

@keyframes logo-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

.section-pad {
  width: min(calc(100% - 16px), var(--max));
  margin: 0 auto;
  padding: 78px var(--content-gutter);
}

.editorial {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: clamp(28px, 7vw, 110px);
  align-items: start;
}

.editorial > p {
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 800;
  line-height: 1.08;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(3rem, 6.5vw, 7.2rem);
  line-height: 0.88;
  letter-spacing: 0;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
  text-decoration: none;
}

.text-link::after {
  content: "↗";
  font-size: 0.9em;
}

.work-panel,
.cases {
  width: min(calc(100% - 16px), var(--max));
  border-radius: 28px;
  background: var(--dark);
  color: var(--white);
  padding: 58px 38px;
}

.panel-head {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 36px;
}

.panel-head h2 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 6.8rem);
}

.solution-showcase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.solution-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: var(--radius);
  padding: 24px;
  color: var(--white);
  text-decoration: none;
  background: #202020;
}

.solution-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.88;
  transition: transform 420ms ease;
}

.solution-card:hover::before,
.solution-card:focus-visible::before {
  transform: scale(1.05);
}

.solution-card > * {
  position: relative;
  z-index: 1;
}

.card-flo::before {
  background:
    linear-gradient(180deg, transparent 15%, rgba(0, 0, 0, 0.72)),
    repeating-linear-gradient(115deg, rgba(56, 169, 224, 0.7) 0 2px, transparent 2px 24px),
    radial-gradient(circle at 80% 20%, rgba(219, 0, 112, 0.85), transparent 36%),
    #151515;
}

.card-floceo::before {
  background:
    linear-gradient(180deg, transparent 16%, rgba(0, 0, 0, 0.74)),
    linear-gradient(135deg, rgba(157, 188, 28, 0.84), transparent 42%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px 34px),
    #151515;
}

.card-marketing::before {
  background:
    linear-gradient(180deg, transparent 16%, rgba(0, 0, 0, 0.72)),
    radial-gradient(circle at 20% 20%, rgba(219, 0, 112, 0.84), transparent 34%),
    radial-gradient(circle at 85% 8%, rgba(56, 169, 224, 0.82), transparent 32%),
    linear-gradient(145deg, #151515, #2a2a2a);
}

.solution-card span,
.case-row span,
.why-card-copy span {
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.solution-card h3 {
  margin: 14px 0 10px;
  font-size: clamp(2.2rem, 4vw, 4.5rem);
  line-height: 0.9;
}

.solution-card p {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.84);
}

.solution-card strong {
  margin-top: 18px;
}

.objectives {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 42px;
  align-items: start;
}

.split-title .eyebrow,
.why .eyebrow {
  color: var(--pink);
}

.objective-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.objective-list a {
  position: relative;
  min-height: 108px;
  display: grid;
  grid-template-columns: 54px minmax(0, 0.9fr) minmax(220px, 0.7fr) 40px;
  gap: clamp(12px, 2vw, 30px);
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  padding: 18px 0;
  text-decoration: none;
  isolation: isolate;
}

.objective-list a::before {
  content: "";
  position: absolute;
  inset: 8px -10px;
  z-index: -1;
  border-radius: 18px;
  background: var(--mint);
  opacity: 0;
  transform: scaleY(0.72);
  transition: opacity 260ms ease, transform 420ms var(--ease-out);
}

.objective-list span {
  color: rgba(7, 7, 7, 0.42);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.objective-list strong {
  font-size: clamp(1.35rem, 2.4vw, 2.5rem);
  font-weight: 950;
  line-height: 0.94;
  letter-spacing: 0;
}

.objective-list small {
  max-width: 390px;
  color: var(--muted);
  font-size: clamp(0.92rem, 1.1vw, 1.06rem);
  line-height: 1.2;
}

.objective-list i {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  justify-self: end;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-style: normal;
  font-weight: 900;
  transition: transform 360ms var(--ease-out), background 240ms ease;
}

.objective-list a:hover,
.objective-list a:focus-visible {
  outline: 0;
}

.objective-list a:hover::before,
.objective-list a:focus-visible::before {
  opacity: 1;
  transform: scaleY(1);
}

.objective-list a:hover i,
.objective-list a:focus-visible i {
  background: var(--white);
  transform: translate(4px, -4px);
}

.objectives > .btn {
  grid-column: 2;
  justify-self: start;
  margin-top: -18px;
}

.why {
  display: grid;
  gap: clamp(24px, 3vw, 42px);
  align-items: start;
}

.why-lead {
  display: grid;
  grid-template-columns: minmax(190px, 0.38fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 44px);
  align-items: end;
}

.why-lead h2 {
  max-width: 1160px;
  font-size: clamp(3rem, 6.8vw, 7.4rem);
  line-height: 0.82;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.why-card {
  min-height: 660px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: clamp(22px, 3vw, 42px);
  overflow: hidden;
  border-radius: 24px;
  padding: clamp(18px, 2.4vw, 30px);
  text-align: center;
}

.why-card-dark {
  background: var(--dark);
  color: var(--white);
}

.why-card-mint {
  background: var(--mint);
  color: var(--ink);
}

.why-card-light {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
}

.why-image {
  width: min(100%, 300px);
  aspect-ratio: 1;
  justify-self: center;
  overflow: hidden;
  border-radius: 20px;
  margin: 0;
  background: rgba(255, 255, 255, 0.12);
}

.why-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-card-copy {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 14px;
}

.why-card-copy span {
  color: currentColor;
  opacity: 0.56;
}

.why-card-copy h3 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(2.45rem, 4.35vw, 5.15rem);
  line-height: 0.84;
  letter-spacing: 0;
}

.why-card-copy p {
  max-width: 450px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.18vw, 1.14rem);
  line-height: 1.24;
}

.why-card-dark .why-card-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.case-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.case-row a {
  display: grid;
  min-height: 310px;
  align-content: end;
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  padding: 24px;
  color: var(--white);
  text-decoration: none;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.case-row strong {
  display: block;
  margin: 18px 0 12px;
  font-size: clamp(2rem, 3.5vw, 3.9rem);
  line-height: 0.94;
}

.case-row p {
  color: rgba(255, 255, 255, 0.78);
}

.light-link {
  margin-top: 24px;
}

.final-cta {
  width: min(calc(100% - 16px), var(--max));
  margin: 86px auto;
  border-radius: 28px;
  background: var(--mint);
  padding: clamp(36px, 7vw, 88px);
  text-align: center;
}

.final-cta .eyebrow {
  color: var(--pink);
}

.final-cta h2 {
  margin-bottom: 18px;
}

.final-cta p {
  color: var(--muted);
  font-size: 1.28rem;
}

.home-footer {
  width: min(calc(100% - 16px), var(--max));
  margin: 0 auto 36px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
  border-top: 1px solid var(--line);
  padding: 28px var(--content-gutter) 0;
}

.home-footer img {
  width: 150px;
  filter: invert(1);
}

.home-footer p {
  max-width: 420px;
  color: var(--muted);
}

.home-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.home-footer a {
  font-weight: 800;
  text-decoration: none;
}

.cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  display: none;
  max-width: 520px;
  align-items: center;
  gap: 10px;
  border-radius: var(--radius);
  background: var(--dark);
  color: var(--white);
  padding: 12px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.cookie-banner.is-visible {
  display: flex;
}

.cookie-banner p {
  margin: 0 auto 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.cookie-banner button {
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  padding: 9px 12px;
  font-weight: 850;
  cursor: pointer;
}

.cookie-banner button:last-child {
  background: transparent;
  color: var(--white);
}

@media (prefers-reduced-motion: reduce) {
  .page-reveal {
    display: none !important;
  }

  .top-bar,
  .hero-stage,
  .home-header,
  .trust-row span,
  .hero-content .eyebrow,
  .hero-content h1 span,
  .hero-subtitle,
  .hero-actions,
  .hero-foot p {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
  }

  .home-header {
    transform: translate3d(-50%, 0, 0) !important;
  }
}

@media (max-width: 1120px) {
  .solution-showcase,
  .case-row,
  .logo-run {
    grid-template-columns: 1fr;
  }

  .editorial,
  .objectives,
  .why,
  .why-lead,
  .why-grid,
  .panel-head {
    grid-template-columns: 1fr;
  }

  .why-card {
    min-height: auto;
  }

  .objectives > .btn {
    grid-column: auto;
    margin-top: 0;
  }
}

@media (max-width: 1023px) {
  .home-header {
    top: 68px;
    width: calc(100% - 16px);
    grid-template-columns: auto 1fr;
    gap: 10px;
    padding: 0 14px;
  }

  .home-header.is-scrolled {
    top: 10px;
  }

  .desktop-menu-shell {
    display: none;
  }

  .mega-menu {
    display: none;
  }

  .home-menu {
    display: inline-flex;
  }

  .home-brand {
    width: 166px;
    min-height: 42px;
    padding: 0;
  }

  .home-brand img {
    width: 100%;
  }
}

@media (max-width: 760px) {
  body {
    width: 100%;
  }

  .top-bar {
    width: calc(100% - 20px);
    margin-top: 10px;
  }

  .top-bar a {
    min-height: 30px;
    padding: 6px 12px;
    font-size: 0.76rem;
    line-height: 1.15;
    text-align: center;
  }

  .hero-stage {
    width: calc(100% - 16px);
    min-height: 760px;
    border-radius: 24px;
  }

  .home-header {
    top: 58px;
  }

  .home-brand {
    width: 150px;
    min-height: 38px;
    padding: 0;
  }

  .home-brand img {
    width: 100%;
  }

  .home-menu {
    min-height: 34px;
    padding: 0;
  }

  .mobile-panel {
    inset: 8px;
    border-radius: 24px;
    padding: 104px 18px 20px;
  }

  .hero-content {
    width: calc(100% - 24px);
    min-height: 0;
    overflow: hidden;
    padding-top: 124px;
    padding-bottom: 178px;
  }

  .trust-row {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-bottom: 24px;
  }

  .trust-row span {
    max-width: 100%;
    padding: 7px 9px;
    white-space: normal;
    font-size: 0.66rem;
  }

  .eyebrow {
    font-size: 0.66rem;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.28rem, 10vw, 3rem);
    line-height: 0.94;
  }

  .mobile-only {
    display: block;
  }

  h1 i {
    border-radius: 10px;
    padding-left: 0.06em;
    padding-right: 0.06em;
  }

  .hero-subtitle {
    max-width: 320px;
    font-size: 1rem;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 24px;
  }

  .btn {
    min-height: 48px;
    padding: 12px 18px;
    font-size: 0.92rem;
  }

  .hero-foot {
    left: 22px;
    right: 22px;
    bottom: 24px;
    grid-template-columns: 1fr;
  }

  .section-pad,
  .work-panel,
  .cases,
  .final-cta,
  .home-footer,
  .logo-run {
    width: calc(100% - 16px);
  }

  .section-pad {
    padding: 54px 18px;
  }

  .work-panel,
  .cases {
    border-radius: 20px;
    padding: 34px 18px;
  }

  .solution-showcase,
  .case-row,
  .home-footer {
    grid-template-columns: 1fr;
  }

  .objective-list a {
    grid-template-columns: 42px minmax(0, 1fr) 36px;
    gap: 14px;
  }

  .objective-list small {
    grid-column: 2 / 3;
  }

  .objective-list i {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .solution-card {
    min-height: 330px;
  }

  .why-card {
    gap: 22px;
    border-radius: 20px;
    padding: 18px;
  }

  .why-image {
    width: min(100%, 230px);
    border-radius: 16px;
  }

  .why-card-copy {
    gap: 12px;
  }

  .why-card-copy h3 {
    font-size: clamp(2.25rem, 10vw, 3.65rem);
  }

  h2,
  .panel-head h2,
  .why-lead h2 {
    font-size: clamp(2.35rem, 12vw, 4.2rem);
  }

  .home-footer nav {
    justify-content: flex-start;
  }

  .logo-run > p {
    max-width: 100%;
  }

  .cookie-banner {
    left: 12px;
    right: 12px;
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: clamp(2.15rem, 8.4vw, 2.85rem);
    line-height: 0.96;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .hero-actions .btn {
    width: min(100%, 280px);
  }
}

@media (max-width: 480px) {
  .hero-content {
    width: calc(100% - 20px);
    padding-top: 132px;
    padding-bottom: 196px;
  }

  h1 {
    font-size: clamp(2.05rem, 10.4vw, 2.55rem);
    line-height: 0.96;
  }

  .hero-subtitle {
    max-width: 300px;
    font-size: 0.96rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .hero-actions .btn {
    width: min(100%, 270px);
  }

  .mobile-panel nav a {
    font-size: clamp(2.5rem, 12vw, 3.2rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }
}
