:root {
  --font-body: "Poppins", sans-serif;
  --font-heading: "Unbounded", sans-serif;
  --font-logo: "Unbounded", sans-serif;

  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;

  --text-xs: 0.68rem;
  --text-2xs: 0.69rem;
  --text-sm: 0.72rem;
  --text-caption: 0.76rem;
  --text-meta: 0.78rem;
  --text-base: 0.82rem;
  --text-body-compact: 0.9rem;
  --text-md: 0.86rem;
  --text-lg: 0.875rem;
  --text-xl: 0.95rem;
  --text-brand: 0.96rem;
  --text-2xl: 1.05rem;
  --text-eyebrow: 0.88rem;

  --text-display-hero: clamp(2.6rem, 6vw, 5.6rem);
  --text-body-fluid: clamp(1rem, 1.25vw, 1.15rem);
  --text-display-story: clamp(1.9rem, 4.5vw, 3.4rem);
  --text-display-section: clamp(1.45rem, 3.2vw, 2.5rem);
  --text-body-section: clamp(0.95rem, 1.15vw, 1.06rem);
  --text-title-panel: clamp(1.25rem, 2vw, 1.9rem);
  --text-body-panel: clamp(0.9rem, 1.15vw, 1rem);
  --text-display-section-mobile: clamp(1.3rem, 7vw, 1.8rem);

  --leading-tight: 1.2;
  --leading-snug: 1.25;
  --leading-normal: 1.45;
  --leading-relaxed: 1.65;
  --leading-loose: 1.72;
  --leading-comfy: 1.7;
  --leading-panel-title: 1.35;
  --leading-display-story: 1.22;
  --leading-hero-display: 0.98;

  --tracking-tight: -0.03em;
  --tracking-brand: -0.01em;
  --tracking-hero: 0.06em;
  --tracking-normal: 0.02em;
  --tracking-wide: 0.08em;
  --tracking-wider: 0.09em;
  --tracking-widest: 0.10em;

  /* Brand Colour Palette */
  --color-red-900: #682a2a;
  --color-red-600: #e85d5d;
  --color-red-200: #f6bebe;
  --color-red-100: #fbe5e5;

  --color-gold-900: #473a13;
  --color-gold-600: #f4c542;
  --color-gold-200: #fbe8b3;
  --color-gold-100: #fdf6e1;

  --color-teal-900: #154a53;
  --color-teal-600: #2fa5b9;
  --color-teal-200: #acdbe3;
  --color-teal-100: #def1f4;

  --color-purple-900: #38294b;
  --color-purple-600: #7d5ba6;
  --color-purple-200: #cbbddb;
  --color-purple-100: #eae5f1;

  --color-blue-900: #0f2a52;
  --color-blue-600: #1d4da1;
  --color-blue-200: #a5b8d9;
  --color-blue-100: #dbe3f0;

  --color-green-900: #1c4b30;
  --color-green-600: #3fa66b;
  --color-green-200: #b2dbc4;
  --color-green-100: #e0f1e7;

  --color-orange-900: #e67e22;
  --color-orange-600: #f28c28;
  --color-orange-200: #f6b27a;
  --color-orange-100: #fbe4d2;

  --color-sand-200: #e0dbca;
  --color-sand-100: #f4f2e8;

  --color-charcoal-900: #2e2e2e;
  --color-charcoal-600: #666666;
  --color-charcoal-400: #a0a0a0;
  --color-white: #ffffff;

  /* System-only support tokens (used where exact existing visuals rely on them) */
  --color-menu-surface: #f5f3ea;
  --color-mobile-surface: #1e1e1e;
  --color-hero-surface: #111111;
  --color-panel-base: #1d2738;
  --color-menu-heading: #3a3a3a;
  --color-cta-dark: #1e1c18;
  --color-cta-dark-scrolled: #282621;
  --color-cta-dark-mobile: #2a2a2a;
  --color-gear: #2e2820;
  --color-footer-border-strong: #333333;
  --color-footer-border-soft: #3d3d3d;
  --color-footer-border-icon: #484848;
  --color-footer-social-bg: rgba(var(--white-rgb), 0.03);

  /* Semantic Colours */
  --bg-main: var(--color-sand-100);
  --bg-alt: var(--color-sand-200);
  --surface-menu: var(--color-menu-surface);
  --surface-mobile-menu: var(--color-mobile-surface);
  --surface-hero-card: var(--color-hero-surface);
  --surface-panel-base: var(--color-panel-base);

  --text-menu-heading: var(--color-menu-heading);
  --text-muted-strong: var(--color-charcoal-400);
  --text-eyebrow-color: var(--color-orange-600);
  --text-cta-primary: var(--color-cta-dark);
  --text-cta-primary-scrolled: var(--color-cta-dark-scrolled);
  --text-cta-mobile-primary: var(--color-cta-dark-mobile);
  --text-gear: var(--color-gear);

  --bg-glow-top: rgba(var(--white-rgb), 0.55);
  --bg-glow-bottom: rgba(var(--sand-rgb), 0.35);
  --bg-grad-start: var(--color-sand-100);
  --bg-grad-mid: #edeade;
  --bg-grad-end: #e8e3d4;
  --grid-line-rgb: 46, 40, 30;

  --overlay-mobile: rgba(var(--black-rgb), 0.42);
  --surface-mobile-drawer: var(--color-cta-dark);

  --footer-bg: var(--color-charcoal-900);
  --footer-text: var(--color-white);
  --footer-border-strong: var(--color-footer-border-strong);
  --footer-border-soft: var(--color-footer-border-soft);
  --footer-border-icon: var(--color-footer-border-icon);
  --footer-text-muted: var(--color-charcoal-400);
  --footer-text-muted-strong: var(--text-muted-strong);
  --footer-social-bg: var(--color-footer-social-bg);

  --white-rgb: 255, 255, 255;
  --ink-rgb: 46, 46, 46;
  --sand-rgb: 224, 219, 202;
  --black-rgb: 0, 0, 0;
  --navy-rgb: 15, 42, 82;
  --panel-dark-rgb: 7, 10, 15;

  --surface: rgba(var(--white-rgb), 0.34);
  --surface-strong: rgba(var(--white-rgb), 0.72);
  --surface-border: rgba(var(--ink-rgb), 0.12);

  --text: var(--color-charcoal-900);
  --text-soft: var(--color-charcoal-600);
  --white: var(--color-white);

  --blue-deep: var(--color-blue-900);
  --blue-mid: var(--color-blue-600);
  --red-soft: var(--color-red-600);
  --teal: var(--color-teal-600);

  --shadow-soft: 0 10px 30px rgba(var(--navy-rgb), 0.08);
  --shadow-card: 0 30px 80px rgba(var(--navy-rgb), 0.12);

  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-button: 10px;

  --page-gap: 20px;
  --container-wide-max: 1600px;
  --container-text-max: 1200px;
  --container-gutter: clamp(16px, 3vw, 40px);
  --header-safe-gutter: clamp(12px, 2.4vw, 32px);
  --mega-safe-gutter: clamp(24px, 4vw, 52px);
  --header-top: 36px;
  --header-height: 56px;
  --content-max: var(--container-wide-max);
  --section-pad-x: var(--container-gutter);
  --section-pad-y: 100px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg-main);
  overflow-x: clip;
}

/* ================================================
   Background surface — fixed, stays anchored
   while content scrolls over it
   ================================================ */

.site-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(ellipse 100% 50% at 10% 0%, var(--bg-glow-top), transparent),
    radial-gradient(ellipse 80%  60% at 88% 100%, var(--bg-glow-bottom), transparent),
    linear-gradient(152deg, var(--bg-grad-start) 0%, var(--bg-grad-mid) 60%, var(--bg-grad-end) 100%);
}

/* Engineering grid */
.site-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(var(--grid-line-rgb), 1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--grid-line-rgb), 1) 1px, transparent 1px);
  background-size: 110px 110px;
  opacity: 0.036;
}

/* Micro noise */
.site-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.048;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='256' height='256' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 256px 256px;
  mix-blend-mode: multiply;
}

/* Gear system — scroll-driven, no CSS animation */
.bg-gears {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: visible;
}

/* ================================================
   Header — two-state system
   Default:  transparent, floating over hero
   Scrolled: slim dark bar
   ================================================ */

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  pointer-events: none;
  transition: background 300ms ease, backdrop-filter 300ms ease;
}

.site-header.is-scrolled {
  background: rgba(var(--ink-rgb), 0.84);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: auto;
}

/* Core layout system */
.section-full {
  width: 100%;
}

.container-wide,
.site-section__inner {
  width: min(100%, var(--container-wide-max));
  margin-inline: auto;
}

.container-text {
  width: min(100%, var(--container-text-max));
  margin-inline: auto;
}

.header-shell {
  width: min(100%, var(--container-wide-max));
  margin: 0 auto;
  padding: var(--header-top) var(--header-safe-gutter) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  transition: padding 300ms ease, min-height 300ms ease, gap 300ms ease;
}

.site-header.is-scrolled .header-shell {
  min-height: 46px;
  padding: 2px var(--header-safe-gutter);
  gap: 28px;
}

/* Logo */
.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  pointer-events: auto;
  flex-shrink: 0;
}

.brand-logo {
  width: 40px;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0.9;
  transition: width 300ms ease, opacity 300ms ease;
}

.site-header.is-scrolled .brand-logo {
  width: 26px;
  opacity: 0.68;
}

/* Nav */
.main-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  pointer-events: auto;
  position: relative;
  margin-left: auto;
  min-width: 0;
  transition: gap 300ms ease;
}

.main-nav a {
  text-decoration: none;
  color: rgba(var(--white-rgb), 0.80);
  font-size: var(--text-lg);
  font-weight: var(--weight-regular);
  padding: 8px 14px;
  transition: color 160ms ease, font-size 300ms ease, padding 300ms ease, letter-spacing 300ms ease;
}

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

.site-header.is-scrolled .main-nav {
  gap: 18px;
}

.site-header.is-scrolled .main-nav .mega-trigger {
  font-size: var(--text-caption);
  padding: 4px 0;
  letter-spacing: 0.02em;
  background: transparent;
  border-radius: 0;
}

/* Chevron on mega triggers */
.mega-trigger::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  margin-left: 5px;
  opacity: 0.45;
  transition: transform 180ms ease;
}

.nav-item.has-mega:hover .mega-trigger::after,
.nav-item.has-mega:focus-within .mega-trigger::after {
  transform: rotate(-135deg) translateY(-2px);
}

/* CTA buttons */
.nav-cta {
  padding: 7px 16px;
  border-radius: var(--radius-button);
  font-size: var(--text-base);
  font-weight: var(--weight-medium);
  flex-shrink: 0;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, opacity 300ms ease, padding 300ms ease, border-radius 300ms ease, font-size 300ms ease;
}

.nav-cta--primary {
  background: var(--color-orange-600);
  color: var(--white) !important;
  margin-left: 8px;
}

.nav-cta--primary:hover {
  background: var(--color-orange-900);
}

.site-header.is-scrolled .nav-cta--primary {
  background: var(--color-orange-600);
  color: var(--white) !important;
}

.nav-cta--outline {
  color: rgba(var(--white-rgb), 0.48) !important;
  border: 1px solid rgba(var(--white-rgb), 0.16);
  margin-left: 4px;
}

.nav-cta--outline:hover {
  color: rgba(var(--white-rgb), 0.75) !important;
  border-color: rgba(var(--white-rgb), 0.32);
}

.site-header.is-scrolled .nav-cta--outline {
  color: rgba(var(--white-rgb), 0.38) !important;
  border-width: 0.85px;
  border-color: rgba(var(--white-rgb), 0.18);
}

.site-header.is-scrolled .nav-cta {
  padding: 3px 9px;
  font-size: var(--text-xs);
  border-radius: 6px;
}

.site-header.is-scrolled .nav-cta--primary {
  margin-left: 6px;
}

.site-header.is-scrolled .nav-cta--outline {
  margin-left: 3px;
  border-width: 0.75px;
}

/* Mobile toggle */
.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  color: rgba(var(--white-rgb), 0.82);
  border-radius: 0;
  width: auto;
  height: auto;
  padding: 0;
  font: inherit;
  cursor: pointer;
  pointer-events: auto;
  flex-shrink: 0;
}

.menu-toggle-icon {
  width: 18px;
  height: 14px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}

.menu-toggle-icon span {
  display: block;
  width: 100%;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(1) {
  transform: translateY(6.25px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(3) {
  transform: translateY(-6.25px) rotate(-45deg);
}

/* Mega menus */
.nav-item {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-item.has-mega {
  position: static;
}

.mega-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 8px;
}

.mega-menu {
  --mega-menu-pref: 680px;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  transform: translateY(-4px);
  max-width: min(1100px, calc(100vw - (var(--mega-safe-gutter) * 2)));
  width: min(var(--mega-menu-pref), calc(100vw - (var(--mega-safe-gutter) * 2)));
  padding: 6px;
  background: var(--surface-menu);
  border: 1px solid rgba(var(--ink-rgb), 0.11);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(var(--black-rgb), 0.10), 0 2px 6px rgba(var(--black-rgb), 0.06);
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 100;
}

.nav-item.has-mega:hover .mega-menu,
.nav-item.has-mega:focus-within .mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.mega-menu--products {
  --mega-menu-pref: 900px;
}

.mega-inner--four {
  grid-template-columns: repeat(4, 1fr);
}

.mega-col {
  padding: 14px 12px 10px;
}

.mega-col + .mega-col {
  border-left: 1px solid rgba(var(--ink-rgb), 0.08);
}

.mega-group {
  padding: 14px 12px 10px;
  min-width: 0;
}

.mega-group--wide {
  grid-column: span 2;
}

.mega-group-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 12px;
}

.mega-subcol {
  min-width: 0;
}

.mega-heading {
  margin: 0 0 8px 2px;
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  text-transform: uppercase;
  letter-spacing: var(--tracking-widest);
  color: var(--text-menu-heading);
}

.mega-col + .mega-group,
.mega-group + .mega-col {
  border-left: 1px solid rgba(var(--ink-rgb), 0.08);
}

.mega-col-heading {
  margin: 0 0 8px 2px;
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  text-transform: uppercase;
  letter-spacing: var(--tracking-widest);
  color: var(--text-menu-heading);
}

.mega-link {
  display: block;
  padding: 8px 10px;
  text-decoration: none;
  margin-bottom: 6px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: rgba(var(--white-rgb), 0.24);
  transition: transform 170ms ease, background-color 170ms ease, border-color 170ms ease;
}

.mega-link:hover,
.mega-link:focus-visible {
  transform: translateX(2px);
  background: rgba(var(--white-rgb), 0.62);
  border-color: rgba(var(--ink-rgb), 0.08);
}

.mega-link-title {
  display: block;
  font-size: var(--text-md);
  font-weight: var(--weight-semibold);
  color: rgba(var(--ink-rgb), 0.86);
  margin-bottom: 2px;
  transition: color 170ms ease;
}

.mega-link:hover .mega-link-title,
.mega-link:focus-visible .mega-link-title {
  color: var(--text);
}

.mega-link-desc {
  display: block;
  font-size: var(--text-caption);
  line-height: var(--leading-panel-title);
  color: var(--text-soft);
}

/* Mobile overlay */
.mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 199;
  background: var(--overlay-mobile);
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}

.mobile-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* Mobile slide-in panel */
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: min(88vw, 420px);
  z-index: 200;
  background: var(--surface-mobile-drawer);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 72px 28px 40px;
  transform: translateX(100%);
  transition: transform 300ms ease;
  pointer-events: none;
}

.mobile-menu.is-open {
  transform: translateX(0);
  pointer-events: auto;
}

.mobile-menu-close {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: none;
  color: rgba(var(--white-rgb), 0.55);
  cursor: pointer;
  transition: color 140ms ease;
}

.mobile-menu-close:hover {
  color: rgba(var(--white-rgb), 0.90);
}

.mobile-menu-close svg {
  width: 20px;
  height: 20px;
  display: block;
}

.mobile-section {
  padding: 18px 0;
  border-bottom: 1px solid rgba(var(--white-rgb), 0.07);
}

.mobile-section:last-of-type {
  border-bottom: none;
}

.mobile-section-heading {
  margin: 0 0 8px;
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  text-transform: uppercase;
  letter-spacing: var(--tracking-widest);
  color: rgba(var(--white-rgb), 0.30);
}

.mobile-menu a {
  display: block;
  text-decoration: none;
  color: rgba(var(--white-rgb), 0.70);
  padding: 9px 0;
  font-size: var(--text-xl);
  transition: color 140ms ease;
}

.mobile-menu a:hover {
  color: rgba(var(--white-rgb), 0.95);
}

.mobile-overview-link {
  color: rgba(var(--white-rgb), 0.35) !important;
  font-size: var(--text-base) !important;
  font-weight: var(--weight-medium);
  margin-top: 2px;
}

.mobile-ctas {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 0 0;
}

.mobile-nav-cta {
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: var(--radius-button);
  padding: 13px 16px;
  font-size: var(--text-lg);
  font-weight: var(--weight-medium);
}

.mobile-nav-cta--primary {
  background: rgba(var(--white-rgb), 0.90);
  color: var(--text-cta-mobile-primary) !important;
}

.mobile-nav-cta--outline {
  color: rgba(var(--white-rgb), 0.50) !important;
  border: 1px solid rgba(var(--white-rgb), 0.14);
}

/* Scroll lock */
body.menu-open {
  overflow: hidden;
}

/* Section 1 */
.hero-stage {
  position: relative;
  min-height: 100svh;
  padding: var(--page-gap);
}

.hero-card {
  position: relative;
  min-height: calc(100svh - (var(--page-gap) * 2));
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  background: var(--surface-hero-card);
}

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

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(var(--black-rgb), 0.65) 0%, rgba(var(--black-rgb), 0.65) 42%, rgba(var(--black-rgb), 0.65) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  min-height: calc(100svh - (var(--page-gap) * 2));
  width: min(100%, var(--container-wide-max));
  margin: 0 auto;
  padding: calc(var(--header-height) + 54px) 44px 44px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: center;
}

.hero-copy {
  max-width: 760px;
  color: var(--white);
  align-self: center;
}

.eyebrow {
  margin: 0 0 18px;
  font-size: var(--text-eyebrow);
  letter-spacing: var(--tracking-hero);
  font-weight: var(--weight-medium);
  text-transform: uppercase;
  color: var(--text-eyebrow-color);
  opacity: 1;
}

.hero-copy h1 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.3rem, 2.92vw, 2.51rem);
  line-height: var(--leading-hero-display);
  font-weight: var(--weight-bold);
  letter-spacing: var(--tracking-tight);
  max-width: 18ch;
}

.hero-copy h1 span {
  display: block;
}

.hero-copy h1 .hero-line-primary {
  font-size: 0.84em;
  font-weight: var(--weight-bold);
  white-space: nowrap;
}

.hero-copy h1 .hero-line-secondary {
  font-size: 1.39em;
  font-weight: 900;
  margin-top: 0.28em;
  white-space: nowrap;
}

.hero-text {
  margin: 24px 0 0;
  max-width: 34rem;
  font-size: var(--text-body-fluid);
  line-height: var(--leading-comfy);
  color: rgba(var(--white-rgb), 0.88);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: var(--radius-button);
  text-decoration: none;
  font-size: var(--text-xl);
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: var(--white);
  background: transparent;
  border: none;
  border-radius: 0;
  min-height: auto;
  padding: 0;
  font-size: var(--text-2xl);
  font-weight: var(--weight-medium);
  gap: 8px;
  align-items: center;
}

.btn-primary:hover {
  color: rgba(var(--white-rgb), 0.86);
}

.btn-primary::after {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12 5 19 12 12 19'/%3E%3C/svg%3E");
}

.btn-secondary {
  background: var(--color-orange-600);
  color: var(--white);
  gap: 8px;
  font-size: var(--text-2xl);
  font-weight: var(--weight-semibold);
}

.btn-secondary:hover {
  background: var(--color-orange-900);
}

.btn-secondary::before {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
}

/* Section 2 */
.story-section {
  position: relative;
  height: 220vh;
}

.story-sticky {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12vh 24px 10vh;
}

.story-frame {
  position: relative;
  width: min(900px, 100%);
  min-height: 280px;
}

.story-line {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 380ms ease, transform 380ms ease;
  pointer-events: none;
  padding: 0 18px;
}

.story-line.is-active {
  opacity: 1;
  transform: translateY(0);
}

.story-line-one h2,
.story-line-two h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 900;
  letter-spacing: var(--tracking-tight);
  color: var(--text);
  font-size: var(--text-display-story);
  max-width: 22ch;
  line-height: var(--leading-display-story);
}

.story-line-two {
  align-content: center;
}

.story-line-two h2 {
  max-width: none;
}

.story-line-chunk {
  display: inline-block;
  white-space: nowrap;
}

.story-line h2 .story-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 760ms ease, transform 760ms ease;
  transition-delay: calc(var(--word-index) * 72ms);
}

.story-line.is-active h2 .story-word {
  opacity: 1;
  transform: translateY(0);
}

.story-line-one h2 .story-line-chunk:nth-of-type(2) .story-word {
  color: var(--color-orange-600);
}

.story-line-two h2 .story-line-chunk:nth-of-type(3) .story-word {
  color: var(--color-orange-600);
}

/* Section layout primitives */
.site-section {
  position: relative;
}

.site-section__shell {
  width: 100%;
  padding-inline: var(--section-pad-x);
}

.site-section__inner {
  width: min(100%, var(--container-wide-max));
  margin-inline: auto;
}

.site-section--full {
  min-height: 100svh;
}

.site-section--full > .site-section__shell {
  min-height: 100svh;
}

.site-section--full > .site-section__shell > .site-section__inner {
  min-height: 100svh;
  padding-block: var(--section-pad-y);
}

.site-main--placeholder {
  padding-top: var(--page-gap);
  padding-bottom: clamp(56px, 7vw, 96px);
}

.placeholder-section {
  padding-inline: var(--page-gap);
}

.placeholder-section > .site-section__shell {
  width: 100%;
  margin-inline: 0;
  padding-inline: 0;
  background:
    linear-gradient(135deg, rgba(var(--ink-rgb), 0.96) 0%, rgba(var(--ink-rgb), 0.9) 56%, rgba(var(--ink-rgb), 0.86) 100%);
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(var(--white-rgb), 0.08);
  box-shadow: 0 18px 46px rgba(var(--black-rgb), 0.16);
}

.placeholder-section .site-section__inner {
  width: 100%;
  margin-inline: 0;
  padding: calc(var(--header-height) + clamp(48px, 7vw, 78px)) clamp(32px, 6vw, 80px) clamp(42px, 6vw, 68px);
}

.placeholder-section h1 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: var(--leading-tight);
  color: var(--white);
}

.placeholder-section p {
  margin: 12px 0 0;
  max-width: 60ch;
  font-family: var(--font-body);
  font-size: var(--text-body-section);
  line-height: var(--leading-loose);
  color: rgba(var(--white-rgb), 0.78);
}

.policy-page {
  padding-bottom: clamp(56px, 7vw, 96px);
}

.policy-content-section {
  padding-inline: var(--page-gap);
}

.policy-content-shell {
  width: min(100%, var(--container-wide-max));
  margin-inline: auto;
  padding-inline: clamp(32px, 6vw, 80px);
}

.policy-content {
  width: min(100%, var(--container-text-max));
  margin: clamp(34px, 4.8vw, 52px) 0 0;
}

.policy-content h2 {
  margin: 34px 0 8px;
  font-family: var(--font-heading);
  font-size: clamp(1rem, 2vw, 1.45rem);
  line-height: var(--leading-snug);
  color: var(--color-charcoal-900);
}

.policy-content p,
.policy-content li {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-body-section);
  line-height: var(--leading-loose);
  color: var(--color-charcoal-600);
}

.policy-content p + p,
.policy-content p + ul,
.policy-content p + ol {
  margin-top: 14px;
}

.policy-content p + h2,
.policy-content ul + h2,
.policy-content ol + h2 {
  margin-top: clamp(34px, 4vw, 46px);
}

.policy-content h2 + p,
.policy-content h2 + ul,
.policy-content h2 + ol {
  margin-top: 10px;
}

.policy-content ul,
.policy-content ol {
  margin: 0;
  padding-left: 1.2em;
  display: grid;
  gap: 10px;
}

.policy-note {
  margin-top: 22px;
  font-size: var(--text-md);
  color: var(--color-charcoal-900);
}

.policy-table-wrap {
  margin-top: 14px;
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid rgba(var(--ink-rgb), 0.1);
  background: rgba(var(--white-rgb), 0.58);
}

.policy-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
}

.policy-table th,
.policy-table td {
  text-align: left;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(var(--ink-rgb), 0.08);
  font-family: var(--font-body);
  font-size: var(--text-body-section);
  line-height: var(--leading-normal);
}

.policy-table th {
  font-weight: var(--weight-semibold);
  color: var(--color-charcoal-900);
  background: rgba(var(--white-rgb), 0.76);
}

.policy-table td {
  color: var(--color-charcoal-600);
}

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

/* Section 3 products */
.section-three-products {
  display: flex;
  align-items: stretch;
  padding-inline: var(--page-gap);
}

.section-three-products > .site-section__shell,
.section-four-bridge > .site-section__shell,
.section-five-clients > .site-section__shell {
  padding-inline: clamp(32px, 6vw, 80px);
}

.section-three-products > .site-section__shell,
.section-three-products > .site-section__shell > .section-three-inner {
  min-height: auto;
}

.section-three-products > .site-section__shell > .section-three-inner {
  --section-three-pad-y: clamp(56px, 6vw, 96px);
  padding-block: var(--section-three-pad-y);
}

.section-three-shell {
  width: min(100%, var(--container-wide-max));
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--color-charcoal-900);
  border: none;
  box-shadow: none;
  border-radius: 34px;
  overflow: hidden;
}

.section-three-intro {
  margin: 0 0 26px;
  width: 100%;
  max-width: none;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.section-three-layout {
  --panel-edge-rest: clamp(21px, 1.6vw, 26px);
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.35fr);
  align-items: stretch;
  gap: 0;
}

.section-three-layout .section-three-intro {
  margin: 0;
  justify-content: center;
  padding-right: clamp(18px, 2.2vw, 32px);
  position: relative;
  z-index: 5;
}

.section-three-layout .section-three-intro::after {
  content: none;
}

.section-three-layout .product-panels {
  min-width: 0;
  margin-top: calc(-1 * var(--section-three-pad-y));
  margin-bottom: calc(-1 * var(--section-three-pad-y));
  margin-right: calc(-1 * var(--section-pad-x));
  border-radius: 0;
  border: none;
  position: relative;
}

.section-three-layout .product-panels::before {
  content: none;
}

.section-three-intro h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 800;
  letter-spacing: var(--tracking-tight);
  color: var(--white);
  font-size: var(--text-display-section);
  line-height: var(--leading-tight);
}

.section-three-lead {
  margin: 12px 0 0;
  font-family: var(--font-body);
  font-size: var(--text-body-section);
  line-height: var(--leading-loose);
  color: rgba(var(--white-rgb), 0.78);
  max-width: 58ch;
}

.section-three-link {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 14px;
  margin-left: 0;
  min-height: 46px;
  padding: 0 18px;
  border-radius: var(--radius-button);
  background: var(--color-orange-600);
  border: 1px solid var(--color-orange-600);
  color: var(--white);
  text-decoration: none;
  font-family: var(--font-body);
  font-size: var(--text-xl);
  font-weight: var(--weight-semibold);
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.section-three-link:hover {
  background: var(--color-orange-900);
  border-color: var(--color-orange-900);
  transform: translateY(-1px);
}

.section-three-link::after {
  content: none;
}

.section-three-link:hover::after {
  content: none;
}

.product-panels {
  --panel-edge-active: 0px;
  --panel-seam-width: calc(var(--panel-edge-rest) + 4px);
  display: flex;
  gap: 0;
  min-height: clamp(500px, 66svh, 680px);
  border-radius: 0;
  overflow: hidden;
  border: none;
  background: transparent;
  position: relative;
}

.product-panel {
  --panel-edge-current: var(--panel-edge-rest);
  position: relative;
  z-index: 1;
  flex: 1 1 0;
  min-height: 100%;
  border-radius: 0;
  overflow: hidden;
  isolation: isolate;
  background-color: var(--surface-panel-base);
  background-size: cover;
  background-position: center;
  border: none;
  box-shadow: none;
  text-decoration: none;
  opacity: 0;
  clip-path: polygon(
    var(--panel-edge-current) 0,
    100% 0,
    100% 100%,
    0 100%
  );
  -webkit-clip-path: polygon(
    var(--panel-edge-current) 0,
    100% 0,
    100% 100%,
    0 100%
  );
  transition: transform 620ms ease, opacity 620ms ease, flex 520ms cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 260ms ease, border-color 260ms ease;
}

.product-panel:not(:first-child) {
  margin-left: calc(-1 * (var(--panel-edge-rest) - 2px));
  border-left: none;
}

.product-panel:not(:first-child)::after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: var(--panel-seam-width);
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(var(--black-rgb), 0.30) 0%,
    rgba(var(--white-rgb), 0.09) 52%,
    rgba(var(--black-rgb), 0.12) 100%
  );
  clip-path: polygon(
    0 0,
    100% 0,
    calc(100% - var(--panel-edge-rest)) 100%,
    0 100%
  );
}

.product-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: inherit;
  background-size: inherit;
  background-position: inherit;
  transform: scale(1.02);
  filter: saturate(1.03) contrast(1.02);
  transition: transform 520ms ease, filter 420ms ease;
}

.section-three-products .product-panel:nth-child(1) {
  transform: translateX(-18px);
}

.section-three-products .product-panel:nth-child(2) {
  transform: translateY(20px);
}

.section-three-products .product-panel:nth-child(3) {
  transform: translateX(18px);
}

.section-three-products.is-visible .product-panel {
  opacity: 1;
  transform: translate(0, 0);
}

.section-three-products.is-visible .product-panel:nth-child(1) {
  transition-delay: 0ms;
}

.section-three-products.is-visible .product-panel:nth-child(2) {
  transition-delay: 110ms;
}

.section-three-products.is-visible .product-panel:nth-child(3) {
  transition-delay: 220ms;
}

.product-panel--experiential {
  background-image: url("../images/image-experiential-devices-2.jpg");
  background-position: 24% center;
}

.product-panel--vending {
  background-image: url("../images/image-vending-machine-1.jpg");
}

.product-panel--signage {
  background-image: url("../images/image-digital-signage-1.jpg");
}

.product-panel-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(130% 92% at 50% -10%, rgba(var(--white-rgb), 0.06), transparent 58%),
    radial-gradient(145% 116% at 50% 104%, rgba(var(--black-rgb), 0.56), rgba(var(--black-rgb), 0) 66%),
    linear-gradient(180deg, rgba(var(--panel-dark-rgb), 0.08) 0%, rgba(var(--panel-dark-rgb), 0.22) 38%, rgba(var(--panel-dark-rgb), 0.92) 100%);
  transition: background 320ms ease, opacity 260ms ease;
}

.product-panel:first-child .product-panel-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: clamp(36px, 3.4vw, 52px);
  pointer-events: none;
  clip-path: polygon(
    calc(var(--panel-edge-current) + 1px) 0,
    100% 0,
    calc(100% - var(--panel-edge-current) - 1px) 100%,
    0 100%
  );
  -webkit-clip-path: polygon(
    calc(var(--panel-edge-current) + 1px) 0,
    100% 0,
    calc(100% - var(--panel-edge-current) - 1px) 100%,
    0 100%
  );
  background:
    linear-gradient(
      90deg,
      rgba(var(--black-rgb), 0.9) 0%,
      rgba(var(--black-rgb), 0.64) 32%,
      rgba(var(--black-rgb), 0.3) 58%,
      rgba(var(--black-rgb), 0.1) 76%,
      rgba(var(--black-rgb), 0.02) 90%,
      rgba(var(--black-rgb), 0) 100%
    );
  box-shadow:
    inset 9px 0 16px rgba(var(--black-rgb), 0.52);
  transition:
    clip-path 520ms cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-clip-path 520ms cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: clip-path;
}

.product-panel:first-child .product-panel-overlay::after {
  content: none;
}

.product-panel-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 28px;
  color: var(--white);
}

.product-panel-content::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  height: 46%;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(var(--black-rgb), 0), rgba(var(--black-rgb), 0.30));
  opacity: 0.66;
  pointer-events: none;
}

.product-panel-content h3,
.panel-title {
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-weight: var(--weight-semibold);
  font-size: clamp(0.98rem, 1.3vw, 1.42rem);
  line-height: 1.14;
  letter-spacing: -0.012em;
  text-shadow: 0 2px 12px rgba(var(--black-rgb), 0.38);
}

.product-panel-content .panel-title-line {
  display: block;
}

.product-panel-content p {
  margin: 0 0 14px;
  font-size: clamp(0.88rem, 0.95vw, 0.98rem);
  line-height: 1.52;
  max-width: 28ch;
  color: rgba(var(--white-rgb), 0.86);
  text-shadow: 0 2px 10px rgba(var(--black-rgb), 0.3);
}

.product-panel-content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  align-self: flex-start;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--color-orange-600);
  border-radius: calc(var(--radius-button) - 2px);
  background: var(--color-orange-600);
  color: var(--white);
  text-decoration: none;
  font-size: clamp(0.76rem, 0.86vw, 0.84rem);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.01em;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.product-panel-content a::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12 5 19 12 12 19'/%3E%3C/svg%3E");
}

.product-panel-content a:hover {
  color: var(--white);
  background: var(--color-orange-900);
  border-color: var(--color-orange-900);
  transform: translateY(-1px);
}

@media (hover: hover) and (pointer: fine) and (min-width: 921px) {
  .product-panel {
    transition:
      transform 620ms ease,
      opacity 620ms ease,
      flex 520ms cubic-bezier(0.22, 0.61, 0.36, 1),
      clip-path 520ms cubic-bezier(0.22, 0.61, 0.36, 1),
      -webkit-clip-path 520ms cubic-bezier(0.22, 0.61, 0.36, 1),
      box-shadow 260ms ease,
      border-color 260ms ease;
  }

  .product-panel-content h3 {
    opacity: 1;
    transition: transform 280ms ease, margin-bottom 220ms ease, opacity 220ms ease;
  }

  .product-panel-content h3 {
    margin-bottom: 0;
    transform: translateY(0);
  }

  .product-panel-content p,
  .product-panel-content a {
    position: absolute;
    left: 28px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 280ms ease, transform 320ms cubic-bezier(0.22, 0.61, 0.36, 1), visibility 280ms ease;
  }

  .product-panel-content p {
    right: 28px;
    bottom: 86px;
    margin: 0;
  }

  .product-panel-content a {
    right: auto;
    width: auto;
    bottom: 40px;
  }

  .product-panel:hover .product-panel-content h3,
  .product-panel:focus-within .product-panel-content h3 {
    margin-bottom: 8px;
    transform: translateY(-128px);
  }

  .product-panel--experiential:hover .product-panel-content h3,
  .product-panel--experiential:focus-within .product-panel-content h3,
  .product-panel--vending:hover .product-panel-content h3,
  .product-panel--vending:focus-within .product-panel-content h3 {
    transform: translateY(-154px);
  }

  .product-panel--signage:hover .product-panel-content h3,
  .product-panel--signage:focus-within .product-panel-content h3 {
    transform: translateY(-133px);
  }

  .product-panel:hover .product-panel-content p,
  .product-panel:hover .product-panel-content a,
  .product-panel:focus-within .product-panel-content p,
  .product-panel:focus-within .product-panel-content a {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .product-panels:hover .product-panel {
    flex: 0.54 1 0;
  }

  .product-panels:hover .product-panel:hover {
    flex: 1.38 1 0;
  }

  .product-panels:hover .product-panel:not(:hover):not(:focus-within) .product-panel-content h3 {
    opacity: 0;
    transform: translateY(12px);
  }

  .product-panel:hover,
  .product-panel:focus-within {
    --panel-edge-current: var(--panel-edge-active);
    z-index: 3;
    border: none;
    box-shadow: none;
  }

  .product-panel:hover::before,
  .product-panel:focus-within::before {
    transform: scale(1.065);
    filter: saturate(1.08) contrast(1.06);
  }

  .product-panels:hover .product-panel:not(:hover):not(:focus-within)::before {
    transform: scale(1.01);
    filter: saturate(0.94) contrast(0.95);
  }

  .product-panel:hover .product-panel-overlay {
    background:
      radial-gradient(128% 92% at 50% -8%, rgba(var(--white-rgb), 0.1), transparent 58%),
      radial-gradient(145% 112% at 50% 104%, rgba(var(--black-rgb), 0.58), rgba(var(--black-rgb), 0) 66%),
      linear-gradient(180deg, rgba(var(--panel-dark-rgb), 0.04) 0%, rgba(var(--panel-dark-rgb), 0.18) 40%, rgba(var(--panel-dark-rgb), 0.84) 100%);
  }
}

/* Section 4 Bridge */

.section-four-shell {
  width: min(100%, var(--container-wide-max));
  margin-inline: auto;
  display: flex;
  align-items: stretch;
  background: var(--color-charcoal-900);
  border-radius: 34px;
  overflow: hidden;
}

.section-four-bridge {
  margin-top: clamp(14px, 2.2vw, 28px);
}

.section-four-inner {
  display: block;
  --section-four-pad-y: clamp(56px, 6vw, 96px);
  padding-block: var(--section-four-pad-y);
}

.section-four-layout {
  --bridge-panel-edge: var(--panel-edge-rest);
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.35fr);
  align-items: stretch;
  gap: 0;
}

.section-four-intro {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: clamp(18px, 2.2vw, 32px);
}

.section-four-intro h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 800;
  letter-spacing: var(--tracking-tight);
  color: var(--white);
  font-size: var(--text-display-section);
  line-height: var(--leading-tight);
}

.section-four-lead {
  margin: 12px 0 0;
  max-width: 58ch;
  font-family: var(--font-body);
  font-size: var(--text-body-section);
  line-height: var(--leading-loose);
  color: rgba(var(--white-rgb), 0.78);
}

.section-four-link {
  margin-top: 14px;
}

.section-four-media-panel {
  min-width: 0;
  margin-top: calc(-1 * var(--section-four-pad-y));
  margin-bottom: calc(-1 * var(--section-four-pad-y));
  margin-right: calc(-1 * var(--section-pad-x));
  border-radius: 0;
  border: none;
  position: relative;
}

/* Section 5 clients */
.section-five-clients {
  background: transparent;
  padding-inline: var(--page-gap);
  margin-top: clamp(14px, 2.2vw, 28px);
}

.section-five-clients-inner {
  padding-block: clamp(64px, 7vw, 88px);
}

.section-five-clients > .site-section__shell {
  width: min(100%, var(--container-wide-max));
  margin-inline: auto;
  background: var(--color-charcoal-900);
  border-radius: 34px;
  overflow: hidden;
}

.section-five-clients-intro {
  max-width: 68ch;
  margin: 0 0 28px;
}

.section-five-clients-intro h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: var(--text-display-section);
  line-height: var(--leading-tight);
  font-weight: 800;
  color: var(--white);
}

.section-five-lead {
  margin: 12px 0 0;
  max-width: 60ch;
  font-family: var(--font-body);
  font-size: var(--text-body-section);
  line-height: var(--leading-loose);
  color: rgba(var(--white-rgb), 0.72);
}

.clients-marquee {
  --clients-gap: 14px;
  position: relative;
  display: grid;
  gap: 14px;
  overflow: hidden;
  padding: 8px 0;
}

.clients-marquee::before,
.clients-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 96px;
  z-index: 2;
  pointer-events: none;
}

.clients-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--color-charcoal-900) 12%, rgba(var(--ink-rgb), 0) 100%);
}

.clients-marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--color-charcoal-900) 12%, rgba(var(--ink-rgb), 0) 100%);
}

.clients-track {
  display: flex;
  align-items: center;
  gap: var(--clients-gap);
  width: 200%;
}

.clients-track--left {
  animation: marquee-left 30s linear infinite;
}

.clients-track--right {
  animation: marquee-right 34s linear infinite;
}

.client-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 calc(((100% - (11 * var(--clients-gap))) / 12) * 0.7);
  aspect-ratio: 1 / 1;
  min-height: 0;
  padding: 12px 10px;
  border-radius: 14px;
  border: 1px solid rgba(var(--white-rgb), 0.12);
  background:
    linear-gradient(100deg, rgba(var(--white-rgb), 0.04), rgba(var(--white-rgb), 0.01)),
    rgba(var(--white-rgb), 0.02);
  color: rgba(var(--white-rgb), 0.9);
  font-family: var(--font-heading);
  font-size: var(--text-base);
  font-weight: var(--weight-bold);
  letter-spacing: var(--tracking-brand);
  line-height: 1.25;
  text-align: center;
  white-space: normal;
  box-shadow: inset 0 1px 0 rgba(var(--white-rgb), 0.04);
}

.client-pill--logo {
  padding: 12px;
  border-color: rgba(var(--white-rgb), 0.16);
}

.client-pill--logo img {
  display: block;
  width: 84%;
  height: auto;
  max-height: 72%;
  max-width: none;
  object-fit: contain;
}

/* Section 6 case studies */
.section-six-case-studies {
  padding-inline: var(--page-gap);
}

.section-six-case-studies > .site-section__shell {
  padding-inline: clamp(32px, 6vw, 80px);
  background: transparent;
  border-radius: 0;
  overflow: visible;
}

.section-six-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-block: clamp(88px, 9vw, 112px);
}

.section-six-intro {
  max-width: 72ch;
  margin: 0 0 28px;
}

.section-six-intro h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: var(--text-display-section);
  line-height: var(--leading-tight);
  font-weight: 800;
  color: var(--color-charcoal-900);
}

.section-six-lead {
  margin: 12px 0 0;
  max-width: 62ch;
  font-family: var(--font-body);
  font-size: var(--text-body-section);
  line-height: var(--leading-loose);
  color: var(--color-charcoal-600);
}

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

.case-study-card {
  border-radius: 20px;
  border: 1px solid rgba(var(--ink-rgb), 0.1);
  background: rgba(var(--white-rgb), 0.52);
  padding: 24px 22px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
}

.case-study-card-media {
  margin: 0 0 14px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(var(--ink-rgb), 0.1);
  aspect-ratio: 16 / 9;
}

.case-study-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-study-meta {
  margin: 0;
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--color-charcoal-600);
}

.case-study-card h3 {
  margin: 12px 0 10px;
  font-family: var(--font-heading);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: var(--leading-snug);
  font-weight: var(--weight-semibold);
  color: var(--color-charcoal-900);
}

.case-study-card p {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-body-compact);
  line-height: var(--leading-relaxed);
  color: var(--color-charcoal-600);
}

.case-study-card a {
  margin-top: auto;
  padding-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-charcoal-900);
  text-decoration: none;
  font-family: var(--font-heading);
  font-size: var(--text-lg);
  font-weight: var(--weight-semibold);
  transition: color 180ms ease;
}

.case-study-card a::after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232e2e2e' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12 5 19 12 12 19'/%3E%3C/svg%3E");
}

.case-study-card a:hover {
  color: var(--color-orange-600);
}

/* Experiential Devices page */
.experiential-page {
  padding-top: 0;
  padding-bottom: clamp(48px, 6vw, 88px);
}

.experiential-hero {
  padding-inline: var(--page-gap);
}

.experiential-hero.hero-stage {
  min-height: auto;
}

.experiential-hero .hero-card,
.experiential-hero .hero-content {
  min-height: clamp(480px, 72svh, 700px);
}

.experiential-hero h1 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5.1vw, 3.6rem);
  line-height: var(--leading-tight);
  font-weight: var(--weight-bold);
  color: var(--white);
  text-wrap: balance;
}

.experiential-hero .eyebrow,
.experiential-hero-lead {
  color: var(--white);
}

.experiential-hero-lead {
  margin: 14px 0 0;
  max-width: 62ch;
  font-size: var(--text-body-section);
  line-height: var(--leading-loose);
  color: rgba(var(--white-rgb), 0.78);
}

.experiential-hero-actions {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.experiential-hero-actions .section-three-link {
  margin-top: 0;
}

.experiential-hero .hero-card {
  background-image: url("../images/image-experiential-devices-1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(var(--ink-rgb), 0.94);
  border: 1px solid rgba(var(--white-rgb), 0.08);
}

.experiential-hero .hero-copy {
  max-width: none;
}

.experiential-intro {
  padding-inline: var(--page-gap);
  padding-top: clamp(24px, 3.6vw, 40px);
}

.experiential-intro-inner,
.experiential-results-inner {
  padding-inline: clamp(32px, 6vw, 80px);
}

.experiential-intro-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(20px, 3.6vw, 38px);
  align-items: center;
}

.experiential-intro-copy h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: var(--text-display-section);
  line-height: var(--leading-tight);
  font-weight: 800;
  color: var(--color-charcoal-900);
}

.experiential-intro-copy p {
  margin: 12px 0 0;
  max-width: 62ch;
  font-family: var(--font-body);
  font-size: var(--text-body-section);
  line-height: var(--leading-loose);
  color: var(--color-charcoal-600);
}

.experiential-intro-media {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(var(--ink-rgb), 0.12);
  box-shadow: 0 20px 40px rgba(var(--navy-rgb), 0.08);
}

.experiential-intro-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(240px, 30vw, 360px);
  object-fit: cover;
}

.experiential-core {
  padding-inline: var(--page-gap);
  padding-top: clamp(24px, 3.6vw, 40px);
}

.experiential-core > .site-section__shell,
.experiential-cta > .site-section__shell {
  padding-inline: clamp(32px, 6vw, 80px);
}

.experiential-core-inner {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.experiential-core-head {
  max-width: 72ch;
}

.experiential-core-head h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: var(--text-display-section);
  line-height: var(--leading-tight);
  font-weight: 800;
  color: var(--color-charcoal-900);
}

.experiential-core-head p {
  margin: 12px 0 0;
  max-width: 62ch;
  font-family: var(--font-body);
  font-size: var(--text-body-section);
  line-height: var(--leading-loose);
  color: var(--color-charcoal-600);
}

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

.experiential-core-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.experiential-badge {
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(var(--ink-rgb), 0.18);
  background: rgba(var(--ink-rgb), 0.06);
  color: var(--color-charcoal-900);
  font-size: 0.62rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
}

.experiential-loyalty {
  padding-inline: var(--page-gap);
  padding-top: clamp(24px, 3.6vw, 40px);
}

.experiential-loyalty-inner {
  padding-inline: clamp(32px, 6vw, 80px);
  padding-block: clamp(36px, 5vw, 52px);
  background: rgba(var(--white-rgb), 0.42);
  border: 1px solid rgba(var(--ink-rgb), 0.1);
  border-radius: 28px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: start;
}

.experiential-quote-mark {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.9;
  color: rgba(var(--ink-rgb), 0.24);
}

.experiential-quote-mark--end {
  align-self: end;
}

.experiential-loyalty-copy p {
  margin: 0;
  font-size: var(--text-body-section);
  line-height: var(--leading-loose);
  color: var(--color-charcoal-600);
}

.experiential-loyalty-copy p + p {
  margin-top: 14px;
}

.experiential-bridge {
  padding-inline: var(--page-gap);
  padding-top: clamp(24px, 3.6vw, 40px);
}

.experiential-bridge-inner {
  padding-inline: clamp(32px, 6vw, 80px);
}

.experiential-bridge-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.experiential-clients {
  padding-inline: var(--page-gap);
  padding-top: clamp(24px, 3.6vw, 40px);
}

.experiential-clients-inner {
  padding-block: clamp(68px, 7vw, 90px);
}

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

.experiential-logo-grid .client-pill {
  min-height: 102px;
}

.experiential-results {
  padding-inline: var(--page-gap);
  padding-top: clamp(24px, 3.6vw, 40px);
}

.experiential-cta {
  padding-inline: var(--page-gap);
  padding-top: clamp(24px, 3.6vw, 40px);
}

.experiential-cta-inner {
  background: var(--color-charcoal-900);
  border-radius: 34px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.2fr);
  gap: 0;
}

.experiential-cta-copy {
  padding: clamp(36px, 4.6vw, 56px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.experiential-cta-copy h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: var(--text-display-section);
  line-height: var(--leading-tight);
  font-weight: 800;
  color: var(--white);
  text-wrap: balance;
}

.experiential-cta-copy p {
  margin: 12px 0 0;
  max-width: 50ch;
  font-family: var(--font-body);
  font-size: var(--text-body-section);
  line-height: var(--leading-loose);
  color: rgba(var(--white-rgb), 0.78);
}

.experiential-cta-copy .btn {
  margin-top: 20px;
}

.experiential-cta-media {
  margin: 0;
  min-height: clamp(280px, 34vw, 440px);
  position: relative;
}

.experiential-cta-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(var(--black-rgb), 0.34) 0%, rgba(var(--black-rgb), 0.08) 30%, rgba(var(--black-rgb), 0.16) 100%);
}

.experiential-cta-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Insights pages */
.insights-page {
  padding-top: var(--page-gap);
  padding-bottom: clamp(48px, 6vw, 88px);
}

.insights-inner {
  width: 100%;
}

.insights-hero {
  padding-inline: var(--page-gap);
  padding-top: 0;
}

.insights-hero > .site-section__shell {
  background:
    linear-gradient(135deg, rgba(var(--ink-rgb), 0.96) 0%, rgba(var(--ink-rgb), 0.9) 56%, rgba(var(--ink-rgb), 0.86) 100%);
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(var(--white-rgb), 0.08);
  box-shadow: 0 18px 46px rgba(var(--black-rgb), 0.16);
  max-height: 800px;
}

.insights-hero .insights-inner {
  padding: calc(var(--header-height) + clamp(48px, 7vw, 78px)) clamp(24px, 4vw, 46px) clamp(42px, 6vw, 68px);
}

.insights-hero .eyebrow,
.insights-hero h1,
.insights-hero-lead {
  color: var(--white);
}

.insights-hero h1 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5.2vw, 3.8rem);
  line-height: var(--leading-tight);
  font-weight: var(--weight-bold);
  color: var(--white);
  text-wrap: balance;
}

.insights-hero-lead {
  margin: 14px 0 0;
  max-width: 62ch;
  font-size: var(--text-body-section);
  line-height: var(--leading-loose);
  color: rgba(var(--white-rgb), 0.78);
}

.insights-listing {
  padding-top: clamp(28px, 4vw, 44px);
}

.insights-section-head {
  margin-bottom: 18px;
}

.insights-section-head h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: var(--text-display-section);
  line-height: var(--leading-tight);
  color: var(--color-charcoal-900);
}

.insights-section-head p {
  margin: 10px 0 0;
  font-size: var(--text-body-section);
  line-height: var(--leading-loose);
  color: var(--color-charcoal-600);
}

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

.insights-load-more-wrap {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.insights-load-more,
.insights-collapse {
  appearance: none;
  border: 1px solid var(--color-orange-900);
  background: var(--color-orange-600);
  color: var(--white);
  border-radius: var(--radius-button);
  padding: 10px 18px;
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease, color 180ms ease;
}

.insights-load-more:hover,
.insights-collapse:hover {
  background: var(--color-orange-900);
  border-color: var(--color-orange-900);
  transform: translateY(-1px);
}

.insights-load-more:disabled,
.insights-collapse:disabled {
  opacity: 0.5;
  cursor: default;
  transform: none;
}

.insight-card {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 22px 20px;
  border-radius: 18px;
  border: 1px solid rgba(var(--ink-rgb), 0.1);
  background: rgba(var(--white-rgb), 0.58);
}

.insight-card-media {
  margin: 0 0 14px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(var(--ink-rgb), 0.1);
  aspect-ratio: 16 / 9;
}

.insight-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insight-card-meta {
  margin: 0;
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--color-charcoal-600);
}

.insight-card h3 {
  margin: 12px 0 10px;
  font-family: var(--font-heading);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: var(--leading-snug);
  font-weight: var(--weight-semibold);
  color: var(--color-charcoal-900);
}

.insight-card-excerpt {
  margin: 0;
  font-size: var(--text-body-compact);
  line-height: var(--leading-relaxed);
  color: var(--color-charcoal-600);
}

.insight-card-link {
  margin-top: auto;
  padding-top: 16px;
  color: var(--color-charcoal-900);
  text-decoration: none;
  font-family: var(--font-heading);
  font-size: var(--text-lg);
  font-weight: var(--weight-semibold);
}

.insight-article-page {
  padding-top: var(--page-gap);
  padding-bottom: clamp(48px, 6vw, 88px);
}

.insight-article-inner {
  width: 100%;
}

.insight-article-hero {
  padding-inline: var(--page-gap);
}

.insight-article-hero > .site-section__shell {
  background:
    linear-gradient(135deg, rgba(var(--ink-rgb), 0.96) 0%, rgba(var(--ink-rgb), 0.9) 56%, rgba(var(--ink-rgb), 0.86) 100%);
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(var(--white-rgb), 0.08);
  box-shadow: 0 18px 46px rgba(var(--black-rgb), 0.16);
  max-height: 800px;
}

.insight-article-hero .insight-article-inner {
  padding: calc(var(--header-height) + clamp(48px, 7vw, 78px)) clamp(24px, 4vw, 46px) clamp(42px, 6vw, 68px);
}

.insight-article-hero h1 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3.8vw, 2.8rem);
  line-height: var(--leading-tight);
  font-weight: var(--weight-bold);
  color: var(--white);
  text-wrap: balance;
}

.insight-article-meta {
  margin: 0 0 12px;
  font-size: var(--text-sm);
  letter-spacing: var(--tracking-normal);
  color: rgba(var(--white-rgb), 0.8);
}

.insight-cover {
  margin: 26px 0 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(var(--white-rgb), 0.14);
  max-height: 800px;
}

.insight-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.insight-article-body {
  width: min(100%, var(--container-text-max));
  max-width: var(--container-text-max);
  padding-top: 38px;
}

.insight-article-body h2 {
  margin: 26px 0 10px;
  font-family: var(--font-heading);
  font-size: clamp(1rem, 2vw, 1.45rem);
  line-height: var(--leading-snug);
  color: var(--color-charcoal-900);
}

.insight-article-body p {
  margin: 0;
  font-size: var(--text-body-section);
  line-height: var(--leading-loose);
  color: var(--color-charcoal-600);
}

.insight-callout {
  margin: 24px 0;
  padding: 20px 22px;
  border-left: 3px solid var(--color-orange-600);
  border-radius: 12px;
  background: rgba(var(--white-rgb), 0.55);
}

.insight-callout p {
  font-size: var(--text-lg);
  color: var(--color-charcoal-900);
}

.insight-inline-image {
  margin: 24px 0 0;
  border-radius: 18px;
  overflow: hidden;
}

.insight-inline-image img {
  display: block;
  width: 100%;
  height: auto;
}

.related-insights {
  padding-top: clamp(34px, 4.6vw, 56px);
}

.related-insights h2 {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-size: clamp(1.2rem, 2.2vw, 1.8rem);
  line-height: var(--leading-tight);
  color: var(--color-charcoal-900);
}

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

.related-insight-card {
  border-radius: 16px;
  border: 1px solid rgba(var(--ink-rgb), 0.1);
  background: rgba(var(--white-rgb), 0.6);
  padding: 18px;
  display: flex;
  flex-direction: column;
  min-height: 172px;
}

.related-insight-media {
  margin: 0 0 12px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(var(--ink-rgb), 0.12);
  aspect-ratio: 16 / 9;
}

.related-insight-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-insight-meta,
.related-insight-date {
  margin: 0;
  font-size: var(--text-xs);
  color: var(--color-charcoal-600);
}

.related-insight-card h3 {
  margin: 10px 0 10px;
  font-family: var(--font-heading);
  font-size: clamp(0.94rem, 1.2vw, 1.08rem);
  line-height: var(--leading-snug);
  font-weight: var(--weight-semibold);
  color: var(--color-charcoal-900);
}

.related-insight-card a {
  margin-top: auto;
  padding-top: 10px;
  color: var(--color-charcoal-900);
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  text-decoration: none;
}

@keyframes marquee-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes marquee-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
  .clients-track--left,
  .clients-track--right {
    animation: none;
  }
}

@media (max-width: 920px) {
  .clients-track {
    width: 300%;
  }
}

@media (max-width: 640px) {
  .clients-track {
    width: 400%;
  }

  .client-pill {
    padding: 14px 10px;
    border-radius: 14px;
  }
}

.bridge-video-trigger {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(500px, 66svh, 680px);
  border-radius: 0;
  border: none;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(rgba(var(--black-rgb), 0.24), rgba(var(--black-rgb), 0.36)),
    url("https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=1400&q=80") center/cover no-repeat;
  cursor: pointer;
  clip-path: polygon(
    var(--bridge-panel-edge) 0,
    100% 0,
    100% 100%,
    0 100%
  );
  -webkit-clip-path: polygon(
    var(--bridge-panel-edge) 0,
    100% 0,
    100% 100%,
    0 100%
  );
  transition: transform 220ms ease, filter 220ms ease;
}

.bridge-video-trigger:hover {
  transform: none;
  filter: saturate(1.03);
}

.bridge-video-trigger-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 96px;
  height: 96px;
  z-index: 2;
}

.bridge-video-trigger-label::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  background: rgba(var(--white-rgb), 0.28);
  border: 1px solid rgba(var(--white-rgb), 0.56);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34px 34px;
}

.video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.video-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.video-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(var(--black-rgb), 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.video-lightbox-dialog {
  position: relative;
  width: min(96vw, 1320px);
  max-height: 94svh;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.video-lightbox-player {
  width: 100%;
  display: block;
  border-radius: 12px;
  background: var(--black);
}

.video-lightbox-close {
  position: absolute;
  top: -44px;
  right: 0;
  border: none;
  background: transparent;
  color: rgba(var(--white-rgb), 0.92);
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  font-weight: var(--weight-medium);
  letter-spacing: 0.01em;
  text-transform: none;
  opacity: 0.9;
  cursor: pointer;
  transition: opacity 160ms ease;
}

.video-lightbox-close:hover {
  opacity: 1;
}

body.lightbox-open {
  overflow: hidden;
}

/* ================================================
   Cookie consent UI
   ================================================ */

.cookie-ui {
  position: fixed;
  inset: auto 0 0 auto;
  z-index: 140;
  display: grid;
  gap: 0;
  justify-items: end;
  width: min(100vw, 420px);
  pointer-events: none;
}

.cookie-consent,
.cookie-panel,
.cookie-launcher {
  pointer-events: auto;
}

.cookie-consent,
.cookie-panel {
  width: 100%;
  margin-right: 0;
  border-radius: 18px 0 0 0;
  border: 1px solid rgba(var(--white-rgb), 0.12);
  background: linear-gradient(140deg, rgba(var(--ink-rgb), 0.95), rgba(var(--ink-rgb), 0.9));
  box-shadow: 0 14px 32px rgba(var(--black-rgb), 0.28);
  padding: 16px 16px 14px;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 220ms ease, transform 220ms ease;
}

.cookie-consent h2,
.cookie-panel h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 0.84rem;
  line-height: 1.25;
  color: var(--white);
}

.cookie-consent p,
.cookie-panel p {
  margin: 8px 0 0;
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
  color: rgba(var(--white-rgb), 0.76);
}

.cookie-link {
  display: inline-flex;
  margin-top: 8px;
  color: rgba(var(--white-rgb), 0.9);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: var(--text-sm);
}

.cookie-actions {
  margin-top: 10px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.cookie-panel .cookie-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.cookie-panel .cookie-actions .cookie-btn {
  width: 100%;
  min-width: 0;
  padding-inline: 10px;
}

.cookie-panel .cookie-actions .cookie-btn--primary {
  grid-column: 1 / -1;
}

.cookie-panel {
  min-height: 350px;
}

.cookie-consent.is-open,
.cookie-panel.is-open {
  opacity: 1;
  transform: translateX(0);
}

.cookie-consent.is-closing,
.cookie-panel.is-closing {
  opacity: 0;
  transform: translateX(100%);
}

.cookie-btn {
  appearance: none;
  border-radius: var(--radius-button);
  border: 1px solid transparent;
  padding: 7px 11px;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: var(--weight-medium);
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.cookie-btn--primary {
  background: var(--color-orange-600);
  border-color: var(--color-orange-600);
  color: var(--white);
}

.cookie-btn--primary:hover {
  background: var(--color-orange-900);
  border-color: var(--color-orange-900);
}

.cookie-btn--ghost {
  background: rgba(var(--white-rgb), 0.08);
  border-color: rgba(var(--white-rgb), 0.2);
  color: rgba(var(--white-rgb), 0.92);
}

.cookie-btn--ghost:hover {
  background: rgba(var(--white-rgb), 0.16);
}

.cookie-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cookie-close {
  appearance: none;
  border: none;
  background: transparent;
  color: rgba(var(--white-rgb), 0.74);
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.cookie-options {
  margin-top: 12px;
  display: grid;
  gap: 8px;
}

.cookie-option {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(var(--white-rgb), 0.14);
  border-radius: 10px;
  padding: 9px 10px;
  background: rgba(var(--white-rgb), 0.04);
}

.cookie-option strong {
  display: block;
  font-family: var(--font-heading);
  font-size: var(--text-sm);
  line-height: 1.2;
  color: var(--white);
}

.cookie-option small {
  display: block;
  margin-top: 3px;
  color: rgba(var(--white-rgb), 0.72);
  font-size: var(--text-xs);
  line-height: 1.3;
}

.cookie-option input {
  margin-top: 2px;
  accent-color: var(--color-orange-600);
}

.cookie-launcher {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 86px;
  height: 86px;
  border: none;
  border-radius: 14px 0 0 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: linear-gradient(145deg, var(--color-orange-600), var(--color-orange-900));
  color: var(--white);
  box-shadow: 0 10px 20px rgba(var(--black-rgb), 0.32);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cookie-launcher[hidden] {
  display: none !important;
}

.cookie-launcher svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  transform: translate(14px, 14px);
}

@media (max-width: 640px) {
  .cookie-ui {
    inset: auto 0 0 auto;
    width: min(100vw, 100%);
  }
}

/* ================================================
   Footer
   ================================================ */

.tb {
  margin: 0;
  margin-top: 0;
  border-radius: 0;
  background: var(--footer-bg);
  color: var(--footer-text);
  font-family: var(--font-body);
  width: 100%;
  overflow: hidden;
}

.tb-main {
  width: min(calc(100% - (var(--container-gutter) * 2)), var(--container-wide-max));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 56px 48px 40px;
}

.tb-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  text-decoration: none;
  opacity: 0.75;
}

.tb-logo img {
  width: 90px;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.tb-address {
  font-size: 13px;
  line-height: 1.6;
  color: var(--footer-text);
  letter-spacing: 0.03em;
  margin: 0 0 16px;
  font-style: normal;
}

.tb-phone {
  font-size: 13px;
  color: var(--footer-text);
  text-decoration: none;
  letter-spacing: 0.03em;
  display: block;
}

.tb-email {
  margin-top: 6px;
}

.tb-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.tb-quick {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 32px;
}

.tb-quick a {
  font-family: var(--font-heading);
  font-weight: var(--weight-bold);
  font-size: 22px;
  letter-spacing: 0.04em;
  color: var(--footer-text);
  text-decoration: none;
  line-height: 1.3;
}

.tb-quick a:hover { opacity: 0.7; }

.tb-divider {
  width: 100%;
  border: none;
  border-top: 1px solid var(--footer-border-strong);
  margin: 0 0 24px;
}

.tb-nav-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 48px;
}

.tb-nav-grid a {
  font-family: var(--font-heading);
  font-weight: var(--weight-bold);
  font-size: 15px;
  letter-spacing: 0.06em;
  color: var(--footer-text);
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  gap: 3px;
  line-height: 1.25;
}

.tb-nav-grid a:hover { opacity: 0.7; }

.tb .ext {
  font-size: 11px;
  opacity: 0.7;
  flex-shrink: 0;
  margin-top: 1px;
}

.tb-social-bar {
  width: min(calc(100% - (var(--container-gutter) * 2)), var(--container-wide-max));
  margin: 24px auto 0;
  border: 1px solid var(--footer-border-soft);
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  gap: 24px;
  background: var(--footer-social-bg);
}

.tb-follow-label {
  font-family: var(--font-heading);
  font-weight: var(--weight-bold);
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--footer-text-muted);
  white-space: nowrap;
  margin-right: 4px;
}

.tb-social-icons {
  display: flex;
  gap: 12px;
  flex: 1 1 auto;
  flex-wrap: nowrap;
}

.tb-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--footer-border-icon);
  text-decoration: none;
  color: var(--footer-text-muted);
  transition: border-color 0.2s;
}

.tb-social-icons a:hover { border-color: var(--footer-text-muted-strong); }

.tb-social-icon-image {
  width: 16px;
  height: 16px;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.78;
}

.tb-locale {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

.tb-select {
  background: var(--footer-bg);
  color: var(--footer-text);
  border: 1px solid var(--footer-border-strong);
  border-radius: 6px;
  padding: 6px 28px 6px 12px;
  font-family: var(--font-body);
  font-size: 13px;
  appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--footer-text) 50%),
    linear-gradient(135deg, var(--footer-text) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-position:
    calc(100% - 13px) calc(50% - 1px),
    calc(100% - 8px) calc(50% - 1px);
  background-size: 5px 5px, 5px 5px;
  cursor: pointer;
}

.tb-bottom {
  width: min(calc(100% - (var(--container-gutter) * 2)), var(--container-wide-max));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 48px 24px;
  flex-wrap: wrap;
  gap: 12px;
}

.tb-copyright {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--footer-text);
  opacity: 0.7;
}

.tb-legal {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.tb-legal a {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--footer-text);
  text-decoration: none;
  opacity: 0.7;
}

.tb-legal a:hover { opacity: 1; }

.tb-locale-bottom {
  display: none;
}

/* Responsive */
@media (max-width: 1280px) and (min-width: 921px) {
  :root {
    --header-safe-gutter: 32px;
    --mega-safe-gutter: 32px;
  }

  .header-shell {
    gap: 18px;
    padding: var(--header-top) var(--header-safe-gutter) 0;
  }

  .site-header.is-scrolled .header-shell {
    padding: 4px var(--header-safe-gutter);
  }

  .main-nav {
    gap: 6px;
  }

  .main-nav a {
    padding: 6px 9px;
    font-size: var(--text-caption);
  }

  .nav-cta {
    padding: 5px 10px;
    font-size: var(--text-sm);
  }

  .nav-cta--primary {
    margin-left: 4px;
  }

  .nav-cta--outline {
    margin-left: 2px;
  }

  .mega-menu {
    top: calc(100% + 8px);
    right: 0;
    left: auto;
    width: min(var(--mega-menu-pref), calc(100vw - (var(--header-safe-gutter) * 2)));
    transform: translateY(-4px);
  }

  .mega-col,
  .mega-group {
    padding: 12px 10px 8px;
  }

  .mega-inner {
    grid-template-columns: minmax(124px, 0.72fr) minmax(0, 1fr) minmax(0, 1fr);
  }

  .mega-inner--four {
    grid-template-columns: minmax(120px, 0.68fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 0.86fr);
  }

  .mega-group-grid {
    gap: 0 8px;
  }

  .mega-link {
    padding: 6px 8px;
    margin-bottom: 4px;
  }

}

@media (max-width: 1100px) {
  .hero-content {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .section-three-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .section-three-layout .section-three-intro {
    padding-right: 0;
  }

  .section-three-layout .section-three-intro::after {
    display: none;
  }

  .section-three-layout .product-panels {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    border-radius: 0;
    border: none;
    flex-direction: column;
  }

  .section-three-layout .product-panels::before {
    display: none;
  }

  .section-four-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .section-four-intro {
    padding-right: 0;
  }

  .section-four-media-panel {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    border-radius: 0;
    border: none;
  }

  .bridge-video-trigger {
    min-height: 320px;
    clip-path: none;
    -webkit-clip-path: none;
    border-radius: 20px;
  }

  .product-panel::after {
    display: none;
  }

  .product-panel {
    --panel-edge-current: 0px;
  }

}

@media (max-width: 920px) {
  :root {
    --page-gap: 16px;
    --container-gutter: clamp(16px, 4.8vw, 28px);
    --header-top: 20px;
    --section-pad-x: clamp(18px, 4.8vw, 26px);
    --section-pad-y: 72px;
  }

  .header-shell {
    padding: 30px 30px 0 30px;
  }

  .site-header.is-scrolled .header-shell {
    padding: 8px 20px 8px 30px;
  }

  .main-nav {
    display: none;
  }

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

  .hero-content {
    padding: calc(var(--header-height) + 44px) 22px 22px;
  }

  .hero-copy h1 {
    font-size: clamp(1.5rem, 4.8vw, 2.35rem);
    max-width: 14ch;
  }

  .hero-card,
  .hero-content {
    min-height: calc(100svh - (var(--page-gap) * 2));
  }

  .story-section {
    height: 205vh;
  }

  .story-line-two h2 {
    max-width: none;
    font-size: clamp(1.2rem, 6.4vw, 1.95rem);
    line-height: 1.16;
  }

  .section-three-products {
    min-height: auto;
    height: auto;
    padding: 0 var(--page-gap);
    display: block;
  }

  .section-three-products > .site-section__shell,
  .section-three-products > .site-section__shell > .section-three-inner {
    min-height: auto;
  }

  .section-three-products > .site-section__shell > .section-three-inner {
    padding-block: 44px 52px;
  }

  .section-four-inner {
    padding-block: 44px 52px;
  }

  .section-three-intro {
    margin: 0 0 22px;
  }

  .section-five-clients-inner {
    padding-block: 72px;
  }

  .section-five-clients-intro {
    margin-bottom: 22px;
  }

  .section-six-inner {
    padding-block: 72px;
  }

  .policy-content-shell {
    padding-inline: clamp(18px, 4.8vw, 26px);
  }

  .section-six-intro {
    margin-bottom: 22px;
  }

  .case-studies-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .insights-card-grid,
  .related-insights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .experiential-intro-layout {
    grid-template-columns: 1fr;
  }

  .experiential-core-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .experiential-loyalty-inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .experiential-quote-mark,
  .experiential-quote-mark--end {
    display: none;
  }

  .experiential-bridge-grid {
    grid-template-columns: 1fr;
  }

  .experiential-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .experiential-cta-inner {
    grid-template-columns: 1fr;
  }

  .experiential-cta-media {
    min-height: clamp(260px, 46vw, 360px);
  }

  .clients-marquee::before,
  .clients-marquee::after {
    width: 36px;
  }

  .client-pill {
    min-height: 40px;
    padding: 0 14px;
  }

  .product-panels {
    flex-direction: column;
    gap: 14px;
    min-height: 0;
    border: none;
    border-radius: 0;
    background: none;
    overflow: visible;
  }

  .product-panel {
    min-height: 320px;
    border-radius: 20px;
    border-left: none;
    opacity: 1;
    transform: none;
  }

  .product-panel-content {
    padding: 26px;
  }

  .tb-main {
    grid-template-columns: 1fr;
    padding: 40px 24px 32px;
  }

  .tb-left {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(var(--white-rgb), 0.10);
  }

  .tb-right {
    padding-top: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .tb-quick {
    margin-bottom: 0;
  }

  .tb-quick a {
    font-size: 16px;
  }

  .tb-nav-grid {
    gap: 8px 24px;
  }

  .tb-divider {
    display: none;
  }

  .tb-social-bar {
    margin: 24px auto 0;
    flex-wrap: wrap;
  }

  .tb-locale {
    display: none;
  }

  .tb-locale-bottom {
    display: flex;
    margin-left: 0;
  }

  .tb-bottom {
    padding: 20px 24px 24px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .tb-copyright-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 12px;
  }

  .tb-legal {
    gap: 12px 16px;
  }

}

@media (max-width: 640px) {
  :root {
    --page-gap: 12px;
    --container-gutter: 20px;
    --header-top: 16px;
    --header-height: 52px;
    --section-pad-x: 20px;
    --section-pad-y: 56px;
  }

  .hero-card {
    border-radius: 26px;
  }

  .section-three-shell {
    border-radius: 26px;
  }

  .section-five-clients > .site-section__shell {
    border-radius: 26px;
  }

  .insights-hero > .site-section__shell {
    border-radius: 26px;
  }

  .insight-article-hero > .site-section__shell {
    border-radius: 26px;
  }

  .placeholder-section > .site-section__shell {
    border-radius: 26px;
  }

  .header-shell {
    padding: 30px 30px 0 30px;
  }

  .site-header.is-scrolled .header-shell {
    padding: 8px 20px 8px 30px;
  }

  .hero-copy h1 {
    font-size: clamp(1.55rem, 6.1vw, 2.15rem);
    max-width: 14ch;
  }

  .placeholder-section .site-section__inner {
    padding: calc(var(--header-height) + 34px) 20px 44px;
  }

  .policy-content-shell {
    padding-inline: 20px;
  }

  .policy-content {
    margin-top: 28px;
  }

  .policy-table th,
  .policy-table td {
    padding: 10px 12px;
    font-size: var(--text-body-compact);
  }

  .section-three-products > .site-section__shell > .section-three-inner {
    padding-block: 40px 48px;
  }

  .section-four-inner {
    padding-block: 40px 48px;
  }

  .section-three-intro {
    margin: 0 0 18px;
  }

  .section-four-intro h2 {
    font-size: var(--text-display-section-mobile);
  }

  .section-three-intro h2 {
    font-size: var(--text-display-section-mobile);
  }

  .section-five-clients-inner {
    padding-block: 56px;
  }

  .section-five-clients-intro h2 {
    font-size: var(--text-display-section-mobile);
  }

  .section-six-inner {
    padding-block: 56px;
  }

  .section-six-intro h2 {
    font-size: var(--text-display-section-mobile);
  }

  .case-studies-grid {
    grid-template-columns: 1fr;
  }

  .insights-card-grid,
  .related-insights-grid {
    grid-template-columns: 1fr;
  }

  .insights-hero h1,
  .insight-article-hero h1 {
    font-size: var(--text-display-section-mobile);
  }

  .experiential-hero > .site-section__shell,
  .experiential-cta-inner {
    border-radius: 26px;
  }

  .experiential-hero-actions {
    align-items: flex-start;
    gap: 12px;
  }

  .experiential-core-grid {
    grid-template-columns: 1fr;
  }

  .experiential-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .experiential-logo-grid .client-pill {
    min-height: 88px;
  }

  .experiential-intro-inner,
  .experiential-bridge-inner,
  .experiential-results-inner,
  .experiential-loyalty-inner,
  .experiential-core > .site-section__shell,
  .experiential-cta > .site-section__shell {
    padding-inline: 20px;
  }

  .client-pill {
    min-height: 36px;
    font-size: var(--text-sm);
  }

  .product-panel {
    min-height: 280px;
    border-radius: 20px;
  }

  .product-panel-content {
    padding: 20px;
  }
}
