:root {
  --cyan: #13d7d1;
  --blue: #0879df;
  --magenta: #ff0a8a;
  --orange: #ff5b15;
  --black: #080808;
  --white: #fffdf7;
  --line: rgba(0, 0, 0, .22);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--black); background: var(--white); font-family: var(--sans); }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: sticky; top: 0; z-index: 20; height: 76px; display: flex; align-items: center;
  justify-content: space-between; padding: 0 4vw; background: rgba(255,253,247,.95);
  border-bottom: 1px solid var(--black); backdrop-filter: blur(12px);
}
.brand { display: grid; place-items: center; width: 68px; height: 58px; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.site-header nav { display: flex; align-items: center; gap: 28px; font: 700 14px/1.1 var(--sans); letter-spacing: .35px; }
.site-header nav a:not(.nav-cta):hover { color: var(--magenta); }
.site-header .language { display: flex; align-items: center; gap: 4px; margin-left: 18px; font: 700 12px/1 var(--sans); }
.site-header .language button { padding: 0; border: 0; background: transparent; cursor: pointer; font: inherit; }
.site-header .language button[aria-pressed="true"] { color: var(--magenta); }
.nav-cta { padding: 13px 17px; color: white; background: var(--black); font-weight: 700; }
.nav-cta:hover { background: var(--magenta); }
.menu-toggle { display: none; border: 0; background: transparent; font: 700 14px/1 var(--sans); }

.hero { position: relative; min-height: calc(100vh - 76px); background: var(--cyan); overflow: hidden; }
.hero::after { content: "01"; position: absolute; right: -1vw; top: 20px; color: rgba(255,255,255,.23); font: min(27vw,380px)/.75 var(--display); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; width: 56%; min-height: 650px; padding: clamp(58px,8vw,120px) 4vw 72px; }
.eyebrow { margin: 0 0 22px; font: 14px var(--display); letter-spacing: .7px; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 900; text-transform: uppercase; }
h1 { max-width: 850px; font-size: clamp(58px,8vw,126px); line-height: .83; letter-spacing: -2px; }
h1 em, h2 em { color: var(--magenta); font-style: normal; }
.hero-lead { max-width: 660px; margin: 34px 0; font-size: clamp(18px,1.7vw,25px); line-height: 1.25; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 0; cursor: pointer; font: 700 15px/1.12 var(--sans); letter-spacing: .4px; transition: transform .18s, background .18s, color .18s; }
.button:hover { transform: translate(-3px,-3px); box-shadow: 4px 4px 0 var(--black); }
.button-dark { color: white; background: var(--black); }
.button-magenta { color: white; background: var(--magenta); }
.button-black { width: 100%; background: var(--black); color: white; }
.button-black:hover { background: white; color: black; }
.text-link { padding-bottom: 4px; border-bottom: 2px solid var(--black); font: 700 15px/1.1 var(--sans); }
.microcopy { margin: 13px 0 0; font-size: 12px; }
.hero-visual { position: absolute; z-index: 1; right: 0; top: 0; width: 46%; height: calc(100% - 62px); margin: 0; background: var(--blue); }
.hero-visual picture { display: block; height: 100%; }
.hero-visual img { height: 100%; object-fit: cover; object-position: 49% center; mix-blend-mode: normal; }
.hero-visual figcaption { position: absolute; right: 0; bottom: 0; padding: 11px 17px; color: white; background: var(--black); font: 12px var(--display); }
.proof-strip { position: absolute; z-index: 3; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: repeat(6,1fr); min-height: 62px; border-top: 1px solid var(--black); background: var(--white); }
.proof-strip span { display: grid; place-items: center; padding: 10px; border-right: 1px solid var(--black); text-align: center; font: 11px var(--display); }

.solutions { background: var(--black); color: white; }
.section-intro { display: grid; grid-template-columns: .55fr 1.5fr .9fr; gap: 4vw; align-items: end; padding: 90px 4vw 65px; border-bottom: 1px solid rgba(255,255,255,.35); }
.section-intro .eyebrow { color: var(--magenta); align-self: start; }
.section-intro h2 { font-size: clamp(44px,5.2vw,82px); line-height: .9; }
.section-intro > p:last-child { max-width: 510px; font-size: clamp(19px,2vw,28px); line-height: 1.2; }
.solution-panel { display: grid; grid-template-columns: 31% 69%; min-height: 460px; }
.tabs { display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.35); }
.tab { flex: 1; padding: 24px 3vw; border: 0; border-bottom: 1px solid rgba(255,255,255,.22); color: white; background: transparent; text-align: left; white-space: nowrap; cursor: pointer; font: clamp(22px,2.55vw,39px) var(--display); }
.tab::before { content: "+ "; color: var(--magenta); }
.tab.is-active { color: var(--black); background: var(--cyan); }
.tab.is-active::before { content: "→ "; color: var(--black); }
.tab-panel { padding: 58px 6vw; }
.tab-panel[hidden] { display: none; }
.tab-panel .pain { margin: 0 0 28px; color: var(--cyan); font: italic clamp(18px,1.8vw,27px) var(--sans); }
.tab-panel h3 { max-width: 850px; font-size: clamp(43px,5.4vw,86px); line-height: .9; }
.tab-panel ul { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; margin: 48px 0 0; padding: 0; list-style: none; counter-reset: item; }
.tab-panel li { position: relative; padding: 20px 0 0; border-top: 3px solid var(--magenta); line-height: 1.35; }
.case-study { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; background: var(--white); color: var(--black); }
.case-study figure { margin: 0; min-height: 560px; overflow: hidden; }
.case-media { position: relative; display: grid; place-items: center; background: var(--black); }
.case-media video { display: block; width: 100%; height: 100%; max-height: 860px; object-fit: contain; background: var(--black); }
.case-media figcaption { position: absolute; left: 20px; bottom: 20px; padding: 10px 13px; color: white; background: var(--black); font: 12px var(--display); }
.video-toggle { position: absolute; right: 20px; bottom: 20px; padding: 10px 13px; border: 1px solid white; color: white; background: rgba(0,0,0,.72); cursor: pointer; font: 12px var(--display); }
.video-toggle:hover { color: var(--black); background: white; }
.case-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 7vw; }
.case-copy .eyebrow { color: var(--blue); }
.case-brand { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 18px; }
.case-brand .eyebrow { margin: 0; }
.case-brand img { width: clamp(88px,8vw,132px); height: auto; flex: 0 0 auto; }
.case-copy h2 { font-size: clamp(54px,6.5vw,100px); line-height: .85; }
.case-copy > p:not(.eyebrow) { max-width: 600px; margin: 28px 0; font-size: 20px; line-height: 1.35; }
.deliverables { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 28px; }
.deliverables span { padding: 8px 10px; border: 1px solid var(--black); font: 11px var(--display); }

.agenda { color: var(--black); background: var(--magenta); }
.agenda { display: grid; grid-template-columns: 1fr 1fr; }
.agenda-copy { padding: 95px 6vw; border-right: 1px solid var(--black); }
.agenda-copy h2 { font-size: clamp(56px,7vw,110px); line-height: .84; }
.agenda-copy h2 em { color: white; }
.agenda-copy > p:last-child { max-width: 580px; margin-top: 30px; font-size: 22px; line-height: 1.3; }
#call-form { align-self: center; padding: 70px 6vw; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
#call-form label { display: grid; gap: 9px; margin-bottom: 22px; font: 700 15px/1.25 var(--sans); letter-spacing: .15px; }
#call-form input, #call-form select, #call-form textarea { width: 100%; padding: 13px 2px; border: 0; border-bottom: 2px solid var(--black); outline: none; border-radius: 0; color: var(--black); background: transparent; font: 16px/1.35 var(--sans); }
#call-form input::placeholder, #call-form textarea::placeholder { color: rgba(8,8,8,.78); opacity: 1; }
#call-form input:focus, #call-form select:focus, #call-form textarea:focus { border-color: white; }
#call-form .consent { grid-template-columns: 22px 1fr; align-items: start; font: 13px/1.4 var(--sans); }
#call-form .consent input { width: 18px; height: 18px; margin: 0; accent-color: var(--black); }
.form-note { font-size: 13px; line-height: 1.45; }
.form-result { margin-top: 18px; padding: 18px; border: 2px solid var(--black); background: white; font-weight: 700; line-height: 1.35; }
#call-form [type="submit"]:disabled { cursor: wait; opacity: .6; }
.has-error { outline: 2px solid white !important; outline-offset: 3px !important; }
.site-footer { grid-column: 1/-1; padding: 2.6rem 4vw; display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 2rem; align-items: center; color: white; background: var(--black); }
.footer-identity { display: flex; align-items: center; gap: 1.2rem; }
.brand-footer { width: 88px; height: 68px; flex: 0 0 auto; }
.site-footer p { margin: 0; color: rgba(255,255,255,.76); font: 0.84rem/1.45 var(--sans); }
.site-footer nav { display: flex; justify-content: center; gap: 1.5rem; font: 700 0.875rem/1.15 var(--sans); letter-spacing: .02em; text-transform: uppercase; }
.site-footer nav a:hover { color: var(--magenta); }
.footer-meta { display: grid; gap: .7rem; justify-items: end; font-size: .82rem; }
.footer-meta a { color: var(--magenta); }

@media (max-width: 900px) {
  .site-header { height: 66px; }
  .menu-toggle { display: block; }
  .site-header nav { position: absolute; top: 66px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 4vw 24px; border-bottom: 1px solid black; background: var(--white); }
  .site-header nav.is-open { display: flex; }
  .site-header nav a { padding: 14px 0; }
  .nav-cta { margin-top: 8px; padding-inline: 14px !important; }
  .hero { padding-bottom: 54px; }
  .hero-copy { width: 100%; min-height: auto; padding: 56px 5vw 38px; }
  h1 { font-size: clamp(54px,14vw,92px); }
  .hero-visual { position: relative; width: 100%; height: 58vh; min-height: 420px; }
  .proof-strip { min-height: 54px; grid-template-columns: repeat(3,1fr); }
  .proof-strip span:nth-child(n+4) { display: none; }
  .section-intro { grid-template-columns: 1fr; gap: 22px; padding: 68px 5vw 46px; }
  .solution-panel { grid-template-columns: 1fr; }
  .tabs { flex-direction: row; overflow-x: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.35); }
  .tab { min-width: 245px; padding: 20px; font-size: 23px; }
  .tab-panel { padding: 46px 5vw 58px; }
  .tab-panel ul { grid-template-columns: 1fr; margin-top: 35px; }
  .case-study { grid-template-columns: 1fr; }
  .case-study figure { min-height: min(150vw,760px); }
  .case-media video { max-height: none; }
  .case-copy { padding: 64px 5vw 72px; }
  .agenda { grid-template-columns: 1fr; }
  .agenda-copy { padding: 70px 5vw 40px; border: 0; }
  #call-form { padding: 20px 5vw 70px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; }
}

@media (max-width: 560px) {
  .hero-lead { font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .site-footer { grid-template-columns: 1fr; gap: 20px; }
  .site-footer nav { grid-column: auto; grid-row: auto; justify-content: flex-start; flex-wrap: wrap; }
  .footer-meta { justify-items: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
