@font-face {
  font-family: "Geist";
  src: url("../fonts/geist-sans-variable.woff2?v=20260721h") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Geist Mono";
  src: url("../fonts/geist-mono-variable.woff2?v=20260721h") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ink: #050505;
  --paper: #ffffff;
  --soft: #f7f7f3;
  --line: #e7e7e2;
  --muted: #64645f;
  --coral: #ff6f61;
  --coral-dark: #e95d50;
  --lilac: #c5b0f4;
  --lime: #dceeb1;
  --cream: #f4ecd6;
  --pink: #efd4d4;
  --mint: #c8e6cd;
  --peach: #f3c9b6;
  --navy: #1f1d3d;
  --green: #188848;
  --yellow: #f3e28a;
  --wrap: 1240px;
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --shadow: 0 24px 64px rgba(5, 5, 5, 0.1);
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-drawer: cubic-bezier(0.32, 0.72, 0, 1);
  --motion-fast: 160ms;
  --motion-ui: 220ms;
  --motion-marketing: 560ms;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Geist", sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

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

img {
  height: auto;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

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

h1,
h2,
h3,
h4 {
  font-weight: 620;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

::selection {
  background: var(--lilac);
  color: var(--ink);
}

:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  padding: 10px 16px;
  background: var(--ink);
  color: #fff;
  border-radius: 999px;
  transform: translateY(-300%);
}

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

.site-wrap {
  width: min(var(--wrap), calc(100% - 48px));
  margin-inline: auto;
}

.section {
  padding: clamp(70px, 9vw, 124px) 0;
}

.section-tight {
  padding: clamp(44px, 6vw, 72px) 0;
}

.section-kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  font-weight: 560;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.section-kicker::before,
.eyebrow::before {
  width: 8px;
  height: 8px;
  content: "";
  background: var(--coral);
  border-radius: 50%;
}

.display {
  max-width: 14ch;
  margin-bottom: 24px;
  font-size: clamp(50px, 7vw, 94px);
  font-weight: 560;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.section-title {
  max-width: 15ch;
  margin-bottom: 20px;
  font-size: clamp(36px, 5vw, 64px);
}

.section-lede {
  max-width: 58ch;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.48;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 22px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
  border-radius: 999px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 620;
  line-height: 1;
  text-decoration: none;
  transition: transform var(--motion-fast) var(--ease-out), box-shadow var(--motion-fast) var(--ease-out), background-color var(--motion-fast) ease, border-color var(--motion-fast) ease, color var(--motion-fast) ease;
}

.button:not(.button-disabled):not([aria-disabled="true"]):active {
  box-shadow: none;
  transform: scale(0.97);
}

.button-secondary {
  background: var(--paper);
  color: var(--ink);
}

.button-coral {
  border-color: var(--coral);
  background: var(--coral);
  color: var(--ink);
}

.button-disabled,
.button[aria-disabled="true"] {
  border-color: var(--line);
  background: var(--soft);
  box-shadow: none;
  color: var(--muted);
  cursor: not-allowed;
  transform: none;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 640;
  text-underline-offset: 4px;
}

/* Shared official-site action for every available product page. */
.product-site-link {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 7px 13px;
  border: 1px solid rgba(5, 5, 5, 0.22);
  background: rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color var(--motion-fast) ease, background-color var(--motion-fast) ease, transform var(--motion-fast) var(--ease-out);
}

.product-site-link svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform var(--motion-fast) var(--ease-out);
}

.product-site-link-mobile { display: none; }

.product-site-link:hover {
  border-color: var(--ink);
  background: #fff;
}

.product-site-link:hover svg { transform: translate(1px, -1px); }

.text-link::after {
  content: "↗";
  transition: transform var(--motion-fast) var(--ease-out);
}

/* Shared shell */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(231, 231, 226, 0.9);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.nav-shell {
  display: grid;
  width: min(1500px, calc(100% - 40px));
  min-height: 68px;
  align-items: center;
  margin-inline: auto;
  grid-template-columns: 1fr auto 1fr;
}

.brand {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 11px;
  justify-self: start;
  font-size: 20px;
  font-weight: 720;
  letter-spacing: -0.05em;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 26px;
  height: 26px;
  gap: 2px;
  grid-template-columns: repeat(2, 1fr);
  transform: rotate(-4deg);
}

.brand-mark i {
  display: block;
  border-radius: 3px;
}

.brand-mark i:nth-child(1) { background: var(--coral); }
.brand-mark i:nth-child(2) { background: var(--lilac); }
.brand-mark i:nth-child(3) { background: var(--lime); }
.brand-mark i:nth-child(4) { background: var(--navy); }

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 21px;
  justify-self: center;
}

.desktop-nav > a,
.nav-menu-item > .nav-menu-link {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 560;
  text-decoration: none;
}

.desktop-nav > a::after,
.nav-menu-item > .nav-menu-link::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--coral);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms var(--ease-out);
}

.desktop-nav > a[aria-current="page"]::after,
.nav-menu-item > .nav-menu-link[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-menu-item {
  position: static;
  display: flex;
  align-items: center;
}

.nav-menu-toggle {
  display: grid;
  width: 24px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  place-items: center;
}

.nav-menu-toggle span {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms var(--ease-out);
}

.nav-menu-toggle[aria-expanded="true"] span {
  transform: translateY(2px) rotate(225deg);
}

.mega-menu {
  position: absolute;
  z-index: 110;
  top: 61px;
  left: 50%;
  width: min(1240px, calc(100vw - 40px));
  padding-top: 7px;
  transform: translateX(-50%);
}

.mega-menu[hidden] { display: none; }

.mega-menu-inner {
  display: grid;
  max-height: calc(100vh - 78px);
  overflow-y: auto;
  padding: 18px;
  border: 1px solid rgba(5, 5, 5, 0.13);
  background: rgba(255, 255, 255, 0.985);
  border-radius: 19px;
  box-shadow: 0 28px 72px rgba(5, 5, 5, 0.16);
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) 265px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-7px) scale(0.99);
  transform-origin: var(--menu-origin-x, 50%) top;
  transition: opacity 120ms ease, transform 170ms var(--ease-out);
}

.mega-menu[data-state="open"] .mega-menu-inner {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

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

.solution-links {
  padding: 24px;
  border: 1px solid #ededeb;
  background: #fff;
  border-radius: 13px;
}

.solution-links > small,
.mega-feature > small {
  display: block;
  margin-bottom: 15px;
  color: #7a7974;
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.desktop-nav .solution-links a,
.desktop-nav .mega-feature {
  display: block;
  min-height: 0;
  padding: 9px 0;
  color: #3d3c39;
  font-size: 14px;
  font-weight: 560;
  line-height: 1.3;
  text-decoration: none;
}

.desktop-nav .solution-links a::after,
.desktop-nav .mega-feature::after { display: none; }

.desktop-nav .solution-links a b {
  display: block;
  color: var(--ink);
  font-size: 15px;
}

.desktop-nav .solution-links a span {
  display: block;
  margin-top: 3px;
  color: #888782;
  font-size: 11px;
  font-weight: 430;
}

.mega-muted em {
  padding: 3px 5px;
  margin-left: 4px;
  background: var(--cream);
  border-radius: 99px;
  color: #6b6558;
  font-family: "Geist Mono", monospace;
  font-size: 6px;
  font-style: normal;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mega-muted {
  display: block;
  padding: 7px 0;
  color: #9a9994;
  font-size: 11px;
}

.mega-products .mega-menu-inner {
  padding: 16px;
  background:
    radial-gradient(circle at 84% 8%, rgba(220, 238, 177, 0.35), transparent 25%),
    rgba(252, 252, 249, 0.985);
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) 310px;
}

.mega-menu.mega-products {
  width: min(1320px, calc(100vw - 32px));
}

.mega-group {
  --mega-accent: var(--coral);
  --mega-surface: #fff6f3;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid rgba(5, 5, 5, 0.08);
  background: var(--mega-surface);
  border-radius: 15px;
}

.mega-tone-coral { --mega-accent: #ef675a; --mega-surface: #fff5f2; }
.mega-tone-lilac { --mega-accent: #785bd8; --mega-surface: #f8f5ff; }
.mega-tone-navy { --mega-accent: #37335f; --mega-surface: #f5f4fb; }
.mega-tone-lime { --mega-accent: #629637; --mega-surface: #f5f9e9; }
.mega-tone-peach { --mega-accent: #d77a3d; --mega-surface: #fff7ed; }
.mega-tone-mint { --mega-accent: #25836a; --mega-surface: #f1faf6; }

.mega-group-head {
  display: grid;
  min-width: 0;
  align-items: center;
  padding: 2px 3px 8px;
  gap: 12px;
  grid-template-columns: 40px minmax(0, 1fr);
}

.mega-category-icon {
  display: grid;
  width: 40px;
  height: 40px;
  background: var(--mega-accent);
  border-radius: 10px;
  color: #fff;
  place-items: center;
  transform: rotate(-2deg);
}

.mega-category-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.mega-group-head small {
  display: block;
  color: #56544f;
  font-family: "Geist Mono", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.25;
  text-transform: uppercase;
}

.mega-group-head strong {
  display: block;
  margin-top: 2px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 660;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.mega-app-list {
  display: grid;
  gap: 3px;
}

.desktop-nav .mega-app {
  display: grid;
  min-width: 0;
  min-height: 48px;
  align-items: center;
  padding: 4px 6px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: var(--ink);
  gap: 11px;
  grid-template-columns: 36px minmax(0, 1fr) 14px;
  line-height: 1.15;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 180ms ease, transform 180ms var(--ease-out);
}

.desktop-nav .mega-app::after { display: none; }

.desktop-nav .mega-app-icon {
  display: grid;
  width: 36px;
  height: 36px;
  margin: 0;
  background: color-mix(in srgb, var(--mega-accent) 15%, #fff);
  border: 1px solid color-mix(in srgb, var(--mega-accent) 26%, transparent);
  border-radius: 9px;
  color: var(--mega-accent);
  font-family: "Geist Mono", monospace;
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.02em;
  place-items: center;
}

.desktop-nav .mega-app-copy {
  display: block;
  min-width: 0;
  margin: 0;
}

.desktop-nav .mega-app-copy b {
  display: block;
  overflow: hidden;
  color: var(--ink);
  font-size: 12px;
  font-weight: 680;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.desktop-nav .mega-app-copy small {
  display: block;
  overflow: hidden;
  margin-top: 2px;
  color: #74736e;
  font-size: 10px;
  font-weight: 440;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.desktop-nav .mega-app-copy em {
  display: inline-block;
  padding: 2px 4px;
  margin-left: 3px;
  background: var(--cream);
  border-radius: 99px;
  color: #6b6558;
  font-family: "Geist Mono", monospace;
  font-size: 6px;
  font-style: normal;
  font-weight: 650;
  letter-spacing: 0.03em;
  vertical-align: 1px;
  text-transform: uppercase;
}

.desktop-nav .mega-app-arrow {
  display: block;
  margin: 0;
  color: var(--mega-accent);
  font-size: 14px;
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity 160ms ease, transform 180ms var(--ease-out);
}

.mega-guide {
  position: relative;
  display: flex;
  min-height: 100%;
  overflow: hidden;
  padding: 26px;
  background: var(--lime);
  border-radius: 16px;
  color: var(--ink);
  flex-direction: column;
}

.mega-guide::before {
  position: absolute;
  right: -60px;
  top: -60px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 25px rgba(255, 255, 255, 0.12), 0 0 0 50px rgba(255, 255, 255, 0.08);
  content: "";
}

.mega-guide > small {
  position: relative;
  z-index: 1;
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.mega-guide-icons {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 82px;
  align-items: center;
  padding: 14px 0 6px;
}

.mega-guide-icons i {
  display: grid;
  width: 50px;
  height: 50px;
  border: 3px solid var(--lime);
  background: var(--ink);
  border-radius: 15px;
  color: #fff;
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  font-style: normal;
  font-weight: 720;
  place-items: center;
  transform: rotate(-7deg);
}

.mega-guide-icons i + i { margin-left: -7px; }
.mega-guide-icons i:nth-child(2) { background: var(--coral); transform: translateY(7px) rotate(5deg); }
.mega-guide-icons i:nth-child(3) { background: #7259d8; transform: translateY(-2px) rotate(-2deg); }

.mega-guide strong {
  position: relative;
  z-index: 1;
  max-width: 11ch;
  margin: auto 0 12px;
  font-size: 34px;
  font-weight: 660;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.mega-guide p {
  position: relative;
  z-index: 1;
  max-width: 25ch;
  margin: 0 0 16px;
  color: #414b2d;
  font-size: 12px;
  line-height: 1.45;
}

.desktop-nav .mega-guide a {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  background: var(--ink);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 680;
  text-decoration: none;
  transition: box-shadow 180ms ease, transform 180ms var(--ease-out);
}

.desktop-nav .mega-guide a::after { display: none; }

.desktop-nav .mega-guide .mega-guide-all {
  min-height: 28px;
  justify-content: flex-start;
  padding: 8px 2px 0;
  background: transparent;
  border-radius: 0;
  color: var(--ink);
  font-size: 10px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.desktop-nav .mega-feature {
  display: flex;
  min-height: 100%;
  padding: 30px;
  background: var(--lime);
  border-radius: 14px;
  color: var(--ink);
  flex-direction: column;
}

.desktop-nav .mega-feature strong {
  max-width: 10ch;
  margin: auto 0 18px;
  font-size: 36px;
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.desktop-nav .mega-feature > span {
  font-size: 13px;
  font-weight: 680;
}

.solution-menu-inner {
  display: block;
  padding: 16px;
  background:
    radial-gradient(circle at 92% 10%, rgba(197, 176, 244, 0.28), transparent 25%),
    rgba(252, 252, 249, 0.985);
}

.mega-menu.mega-solutions {
  width: min(1320px, calc(100vw - 32px));
}

.solution-menu-groups {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.solution-menu-group {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(5, 5, 5, 0.08);
  background: var(--mega-surface);
  border-radius: 15px;
}

.solution-audience-list {
  display: grid;
  gap: 4px;
}

.desktop-nav .solution-audience-link {
  display: grid;
  min-height: 62px;
  align-items: center;
  padding: 7px 8px;
  border: 1px solid transparent;
  border-radius: 11px;
  color: var(--ink);
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) 16px;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 180ms ease, transform 180ms var(--ease-out);
}

.desktop-nav .solution-audience-link::after { display: none; }

.desktop-nav .solution-audience-link b {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.012em;
}

.desktop-nav .solution-audience-link small {
  display: block;
  margin-top: 4px;
  color: #74736e;
  font-size: 11px;
  font-weight: 460;
  line-height: 1.28;
}

.desktop-nav .solution-audience-link i {
  color: var(--mega-accent);
  font-size: 16px;
  font-style: normal;
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity 160ms ease, transform 180ms var(--ease-out);
}

.solution-niche-bar {
  --mega-accent: #25836a;
  --mega-surface: #f1faf6;
  display: grid;
  min-height: 82px;
  align-items: center;
  padding: 12px 14px;
  margin-top: 10px;
  border: 1px solid rgba(5, 5, 5, 0.08);
  background: var(--mega-surface);
  border-radius: 15px;
  gap: 18px;
  grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1.65fr) auto;
}

.solution-niche-heading {
  display: grid;
  align-items: center;
  gap: 12px;
  grid-template-columns: 40px minmax(0, 1fr);
}

.solution-niche-heading small,
.solution-niche-heading strong {
  display: block;
}

.solution-niche-heading small {
  color: #56544f;
  font-family: "Geist Mono", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.solution-niche-heading strong {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 660;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.solution-niche-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.desktop-nav .solution-niche-links a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 7px 13px;
  border: 1px solid color-mix(in srgb, var(--mega-accent) 22%, transparent);
  background: rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, transform 180ms var(--ease-out);
}

.desktop-nav .solution-niche-links a::after { display: none; }

.desktop-nav .solution-menu-all {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  padding: 9px 15px;
  background: var(--ink);
  border-radius: 999px;
  color: #fff;
  gap: 14px;
  font-size: 12px;
  font-weight: 680;
  text-decoration: none;
  white-space: nowrap;
}

.desktop-nav .solution-menu-all::after { display: none; }

@media (hover: hover) and (pointer: fine) {
  .desktop-nav .solution-audience-link:hover {
    border-color: color-mix(in srgb, var(--mega-accent) 18%, transparent);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 7px 18px rgba(5, 5, 5, 0.07);
    transform: translateX(2px);
  }

  .desktop-nav .solution-audience-link:hover i {
    opacity: 1;
    transform: translateX(0);
  }

  .desktop-nav .solution-niche-links a:hover {
    border-color: var(--mega-accent);
    background: #fff;
    transform: translateY(-1px);
  }
}

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

.nav-login {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-size: 14px;
  font-weight: 580;
  text-decoration: none;
}

.nav-cta {
  min-height: 44px;
  padding: 10px 17px;
  font-size: 14px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 50%;
  cursor: pointer;
  transition: transform var(--motion-fast) var(--ease-out), border-color var(--motion-fast) ease;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  content: "";
  background: var(--ink);
  transition: transform 180ms var(--ease-out), opacity 120ms ease;
}

.nav-toggle[aria-expanded="true"] span { opacity: 0; }
.nav-toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }

.mobile-nav {
  display: none;
  padding: 16px 20px 24px;
  border-top: 1px solid var(--line);
  background: var(--paper);
  opacity: 0;
  transform: translateY(-8px) scale(0.985);
  transform-origin: top right;
  transition: opacity 160ms var(--ease-out), transform 220ms var(--ease-drawer);
}

.mobile-nav[hidden] { display: none; }

.mobile-nav[data-state="open"] {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.mobile-nav a {
  display: flex;
  min-height: 48px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  font-size: 19px;
  font-weight: 580;
  text-decoration: none;
}

.nav-toggle:active { transform: scale(0.94); }

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.footer-cta {
  display: grid;
  align-items: end;
  padding: clamp(42px, 7vw, 80px);
  margin: clamp(42px, 7vw, 80px) auto;
  background: var(--peach);
  border-radius: var(--radius-lg);
  gap: 28px;
  grid-template-columns: 1.3fr 0.7fr;
}

.footer-cta h2 {
  max-width: 12ch;
  margin-bottom: 12px;
  font-size: clamp(38px, 5vw, 68px);
}

.footer-cta p {
  max-width: 48ch;
  margin-bottom: 0;
  font-size: 18px;
}

.footer-cta .button-row {
  margin: 0;
  justify-self: end;
}

.footer-main {
  display: grid;
  padding: 48px 0;
  gap: 40px;
  grid-template-columns: 1.4fr repeat(3, 1fr);
}

.footer-brand p {
  max-width: 36ch;
  margin-top: 18px;
  color: var(--muted);
  font-size: 16px;
}

.footer-col h3 {
  margin-bottom: 16px;
  font-family: "Geist Mono", monospace;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-col a {
  display: flex;
  min-height: 44px;
  align-items: center;
  width: fit-content;
  padding: 7px 0;
  color: var(--muted);
  font-size: 16px;
  text-decoration: none;
}

.footer-col a:hover { color: var(--ink); }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0 30px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: "Geist Mono", monospace;
  font-size: 13px;
  letter-spacing: 0.04em;
}

/* Homepage */
.home-hero {
  padding: clamp(64px, 9vw, 124px) 0 58px;
  overflow: hidden;
}

.hero-copy {
  max-width: 970px;
}

.hero-copy .display {
  max-width: 12ch;
}

.hero-copy .section-lede {
  max-width: 55ch;
}

.hero-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-family: "Geist Mono", monospace;
  font-size: 12px;
}

.hero-note::before {
  content: "↳";
  color: var(--coral-dark);
}

.hero-workspace {
  position: relative;
  min-height: 560px;
  margin-top: clamp(48px, 7vw, 80px);
  overflow: hidden;
  border: 1px solid #d9d9d4;
  background-color: var(--soft);
  background-image: radial-gradient(#d8d8d2 1.2px, transparent 1.2px);
  background-size: 22px 22px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero-copy > *,
.hero-workspace .workspace-topbar,
.hero-workspace .journey-line,
.hero-workspace .journey-card,
.hero-workspace .workspace-comment {
  transition: opacity var(--motion-marketing) var(--ease-out), transform 720ms var(--ease-out);
}

.motion-ready .hero-copy:not(.is-visible) > * {
  opacity: 0;
  transform: translateY(14px);
}

.hero-copy.is-visible > :nth-child(1) { transition-delay: 40ms; }
.hero-copy.is-visible > :nth-child(2) { transition-delay: 90ms; }
.hero-copy.is-visible > :nth-child(3) { transition-delay: 140ms; }
.hero-copy.is-visible > :nth-child(4) { transition-delay: 190ms; }

.workspace-topbar {
  display: flex;
  height: 54px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.workspace-file {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Geist Mono", monospace;
  font-size: 12px;
}

.workspace-file i {
  width: 10px;
  height: 10px;
  background: var(--coral);
  border-radius: 3px;
}

.workspace-avatars {
  display: flex;
}

.workspace-avatars span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  margin-left: -7px;
  border: 2px solid #fff;
  background: var(--navy);
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.workspace-avatars span:nth-child(2) { background: var(--coral); }
.workspace-avatars span:nth-child(3) { background: var(--green); }

.workspace-canvas {
  position: relative;
  min-height: 506px;
}

.journey-line {
  position: absolute;
  top: 49%;
  right: 11%;
  left: 11%;
  height: 2px;
  background: var(--ink);
  transform-origin: left center;
}

.journey-line::after {
  position: absolute;
  top: -5px;
  right: -2px;
  width: 11px;
  height: 11px;
  content: "";
  border-top: 2px solid var(--ink);
  border-right: 2px solid var(--ink);
  transform: rotate(45deg);
}

.journey-card {
  position: absolute;
  top: 30%;
  display: flex;
  width: 20%;
  min-width: 160px;
  min-height: 176px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid rgba(5, 5, 5, 0.08);
  background: var(--paper);
  border-radius: 16px;
  box-shadow: 0 16px 42px rgba(5, 5, 5, 0.12);
}

.journey-card:nth-of-type(1) { --journey-rotate: -3deg; left: 6%; transform: rotate(var(--journey-rotate)); }
.journey-card:nth-of-type(2) { --journey-rotate: 2deg; left: 29%; top: 22%; background: var(--lilac); transform: rotate(var(--journey-rotate)); }
.journey-card:nth-of-type(3) { --journey-rotate: -2deg; left: 52%; top: 35%; background: var(--lime); transform: rotate(var(--journey-rotate)); }
.journey-card:nth-of-type(4) { --journey-rotate: 3deg; right: 6%; top: 25%; background: var(--peach); transform: rotate(var(--journey-rotate)); }

.motion-ready .hero-workspace:not(.is-visible) .workspace-topbar,
.motion-ready .hero-workspace:not(.is-visible) .workspace-comment {
  opacity: 0;
  transform: translateY(14px);
}

.motion-ready .hero-workspace:not(.is-visible) .journey-line {
  opacity: 0.35;
  transform: scaleX(0);
}

.motion-ready .hero-workspace:not(.is-visible) .journey-card {
  opacity: 0;
  transform: translateY(22px) rotate(var(--journey-rotate)) scale(0.965);
}

.hero-workspace.is-visible .workspace-topbar { transition-delay: 80ms; }
.hero-workspace.is-visible .journey-line { transition-delay: 180ms; }
.hero-workspace.is-visible .journey-card:nth-of-type(1) { transition-delay: 220ms; }
.hero-workspace.is-visible .journey-card:nth-of-type(2) { transition-delay: 285ms; }
.hero-workspace.is-visible .journey-card:nth-of-type(3) { transition-delay: 350ms; }
.hero-workspace.is-visible .journey-card:nth-of-type(4) { transition-delay: 415ms; }
.hero-workspace.is-visible .workspace-comment { transition-delay: 500ms; }

.journey-card small {
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.journey-card b {
  max-width: 11ch;
  font-size: clamp(19px, 2vw, 28px);
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.journey-card span {
  font-size: 12px;
  opacity: 0.68;
}

.workspace-comment {
  position: absolute;
  right: 6%;
  bottom: 7%;
  width: min(330px, 40%);
  padding: 18px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(5, 5, 5, 0.15);
}

.workspace-comment strong {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.workspace-comment p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.marquee {
  overflow: hidden;
  background: var(--ink);
  color: #fff;
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 54px;
  padding: 12px 24px;
  animation: marquee-move 36s linear infinite;
}

.marquee-track span {
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  opacity: 0.76;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes marquee-move {
  to { transform: translateX(-50%); }
}

.metrics {
  display: grid;
  padding: clamp(34px, 5vw, 60px);
  background: var(--ink);
  border-radius: var(--radius-lg);
  color: #fff;
  gap: 28px;
  grid-template-columns: repeat(4, 1fr);
}

.metric strong {
  display: block;
  margin-bottom: 10px;
  color: var(--coral);
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 620;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.metric span {
  display: block;
  max-width: 18ch;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.35;
}

.story-panel {
  position: relative;
  display: grid;
  min-height: 610px;
  align-items: center;
  padding: clamp(34px, 5vw, 72px);
  overflow: hidden;
  border-radius: var(--radius-lg);
  gap: clamp(36px, 6vw, 84px);
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
}

.story-panel.reverse .story-copy { order: 2; }
.story-panel.reverse .story-visual { order: 1; }
.theme-lilac { background: var(--lilac); }
.theme-lime { background: var(--lime); }
.theme-cream { background: var(--cream); }
.theme-coral { background: var(--peach); }
.theme-pink { background: var(--pink); }
.theme-mint { background: var(--mint); }
.theme-navy { background: var(--navy); color: #fff; }

.theme-navy .story-copy p,
.theme-navy .section-lede { color: rgba(255, 255, 255, 0.72); }

.story-copy h2 {
  max-width: 11ch;
  margin-bottom: 22px;
  font-size: clamp(38px, 5vw, 62px);
}

.story-copy > p {
  max-width: 43ch;
  margin-bottom: 24px;
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.48;
  opacity: 0.78;
}

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

.check-list li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 14px;
  font-weight: 570;
}

.check-list li::before {
  display: grid;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  content: "✓";
  place-items: center;
  background: var(--coral);
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.story-visual {
  position: relative;
  min-width: 0;
}

.story-copy > * {
  transition: opacity 480ms var(--ease-out), transform 620ms var(--ease-out);
}

.motion-ready .story-panel:not(.is-visible) .story-copy > * {
  opacity: 0;
  transform: translateY(12px);
}

.story-panel.is-visible .story-copy > :nth-child(1) { transition-delay: 90ms; }
.story-panel.is-visible .story-copy > :nth-child(2) { transition-delay: 135ms; }
.story-panel.is-visible .story-copy > :nth-child(3) { transition-delay: 180ms; }
.story-panel.is-visible .story-copy > :nth-child(4) { transition-delay: 225ms; }
.story-panel.is-visible .story-copy > :nth-child(5) { transition-delay: 270ms; }

.reveal :is(.ui-window, .abstract-product-ui) {
  transition: opacity var(--motion-marketing) var(--ease-out), transform 680ms var(--ease-out), box-shadow 240ms ease;
}

.motion-ready .reveal:not(.is-visible) :is(.ui-window, .abstract-product-ui) {
  opacity: 0;
  transform: translateY(18px) scale(0.985);
}

.reveal.is-visible :is(.ui-window, .abstract-product-ui) {
  transition-delay: 150ms;
}

.ui-window {
  overflow: hidden;
  border: 1px solid rgba(5, 5, 5, 0.1);
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(5, 5, 5, 0.14);
  color: var(--ink);
}

.ui-window-bar {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  border-bottom: 1px solid var(--line);
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.window-dots {
  display: flex;
  gap: 5px;
}

.window-dots i {
  width: 7px;
  height: 7px;
  background: var(--line);
  border-radius: 50%;
}

.brand-scene {
  display: grid;
  padding: 22px;
  gap: 14px;
  grid-template-columns: 0.8fr 1.2fr;
}

.scene-nav {
  padding: 14px;
  background: var(--soft);
  border-radius: 12px;
}

.scene-nav b {
  display: block;
  margin-bottom: 12px;
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scene-nav span {
  display: block;
  padding: 8px 10px;
  margin-bottom: 6px;
  border-radius: 8px;
  font-size: 12px;
}

.scene-nav span.active { background: var(--ink); color: #fff; }

.knowledge-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.knowledge-card small {
  color: var(--muted);
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.knowledge-card h3 {
  margin: 10px 0 14px;
  font-size: 24px;
}

.answer-line {
  height: 8px;
  margin: 10px 0;
  background: var(--line);
  border-radius: 99px;
  transform-origin: left center;
  transition: opacity 360ms var(--ease-out), transform 720ms var(--ease-out);
}

.answer-line.short { width: 66%; }
.answer-line.medium { width: 82%; }

.motion-ready .reveal:not(.is-visible) .answer-line {
  opacity: 0.28;
  transform: scaleX(0);
}

.reveal.is-visible .answer-line:nth-of-type(1) { transition-delay: 340ms; }
.reveal.is-visible .answer-line:nth-of-type(2) { transition-delay: 410ms; }
.reveal.is-visible .answer-line:nth-of-type(3) { transition-delay: 480ms; }

.campaign-board {
  position: relative;
  min-height: 390px;
  padding: 20px;
  background-color: #fff;
  background-image: radial-gradient(#e3e3de 1.2px, transparent 1.2px);
  background-size: 19px 19px;
}

.campaign-column {
  position: absolute;
  top: 28px;
  width: 28%;
  padding: 14px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(5, 5, 5, 0.08);
  transition: opacity 440ms var(--ease-out), transform 600ms var(--ease-out);
}

.campaign-column:nth-child(1) { left: 4%; }
.campaign-column:nth-child(2) { left: 36%; top: 70px; }
.campaign-column:nth-child(3) { right: 4%; top: 38px; }

.motion-ready .reveal:not(.is-visible) .campaign-column {
  opacity: 0;
  transform: translateY(16px) scale(0.98);
}

.reveal.is-visible .campaign-column:nth-child(1) { transition-delay: 230ms; }
.reveal.is-visible .campaign-column:nth-child(2) { transition-delay: 290ms; }
.reveal.is-visible .campaign-column:nth-child(3) { transition-delay: 350ms; }

.campaign-column b {
  display: block;
  margin-bottom: 12px;
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.campaign-note {
  padding: 10px;
  margin-top: 8px;
  background: var(--cream);
  border-radius: 6px;
  font-size: 11px;
  line-height: 1.35;
}

.campaign-note:nth-child(3) { background: var(--lilac); }
.campaign-note:nth-child(4) { background: var(--mint); }

.pagebuilder-scene {
  display: grid;
  min-height: 410px;
  grid-template-columns: 0.64fr 1.55fr 0.8fr;
}

.editor-rail,
.editor-context {
  padding: 16px;
  background: var(--soft);
  font-size: 11px;
}

.editor-rail { border-right: 1px solid var(--line); }
.editor-context { border-left: 1px solid var(--line); }

.editor-label {
  margin-bottom: 10px;
  font-family: "Geist Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.editor-chip {
  padding: 8px;
  margin-bottom: 7px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 7px;
  transition: opacity 360ms var(--ease-out), transform 460ms var(--ease-out);
}

.editor-chip.active { background: var(--ink); color: #fff; }

.motion-ready .reveal:not(.is-visible) .editor-chip,
.motion-ready .reveal:not(.is-visible) :is(.source-chip, .module-row, .abstract-cards i, .stack-chip) {
  opacity: 0;
  transform: translateY(10px) scale(0.985);
}

.reveal.is-visible .editor-chip,
.reveal.is-visible :is(.source-chip, .module-row, .abstract-cards i, .stack-chip) {
  transition-delay: calc(220ms + var(--motion-order, 0) * 48ms);
}

.editor-chip:nth-child(2),
.source-chip:nth-of-type(1),
.module-row:nth-of-type(1),
.abstract-cards i:nth-child(1),
.stack-chip:nth-child(1) { --motion-order: 0; }

.editor-chip:nth-child(3),
.source-chip:nth-of-type(2),
.module-row:nth-of-type(2),
.abstract-cards i:nth-child(2),
.stack-chip:nth-child(2) { --motion-order: 1; }

.editor-chip:nth-child(4),
.source-chip:nth-of-type(3),
.module-row:nth-of-type(3),
.abstract-cards i:nth-child(3),
.stack-chip:nth-child(3) { --motion-order: 2; }

.abstract-cards i:nth-child(4),
.stack-chip:nth-child(4) { --motion-order: 3; }

.stack-chip:nth-child(5) { --motion-order: 4; }
.stack-chip:nth-child(6) { --motion-order: 5; }

.editor-canvas {
  position: relative;
  padding: 26px;
  background: #fff;
}

.mini-page {
  min-height: 350px;
  padding: 24px;
  border: 2px solid var(--coral);
  background: var(--cream);
  border-radius: 12px;
}

.mini-page h3 {
  max-width: 7ch;
  margin-bottom: 14px;
  font-size: 32px;
}

.mini-page p {
  max-width: 24ch;
  font-size: 12px;
}

.selection-tag {
  position: absolute;
  top: 15px;
  left: 26px;
  padding: 4px 8px;
  background: var(--coral);
  border-radius: 5px;
  color: #fff;
  font-family: "Geist Mono", monospace;
  font-size: 9px;
}

.course-builder {
  padding: 20px;
}

.source-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.source-stack,
.curriculum-tree {
  width: 44%;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.source-chip {
  padding: 9px 11px;
  margin-top: 8px;
  background: var(--soft);
  border-radius: 8px;
  font-size: 11px;
  transition: opacity 360ms var(--ease-out), transform 460ms var(--ease-out);
}

.flow-arrow {
  color: var(--coral-dark);
  font-size: 30px;
}

.module-row {
  padding: 10px;
  margin-top: 8px;
  background: var(--lilac);
  border-radius: 8px;
  font-size: 11px;
  transition: opacity 360ms var(--ease-out), transform 460ms var(--ease-out);
}

.module-row:nth-child(3) { background: var(--lime); }
.module-row:nth-child(4) { background: var(--peach); }

.asset-collage {
  position: relative;
  min-height: clamp(340px, 32vw, 440px);
}

.asset-collage img {
  --asset-rotate: 0deg;
  position: absolute;
  width: 46%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  box-shadow: 0 18px 44px rgba(5, 5, 5, 0.2);
  object-fit: contain;
  transform: rotate(var(--asset-rotate));
  transition: opacity 520ms var(--ease-out), transform 760ms var(--ease-out);
}

.asset-collage img:nth-child(1) { --asset-rotate: -4deg; z-index: 1; top: 10%; left: 0; }
.asset-collage img:nth-child(2) { --asset-rotate: -1deg; z-index: 3; top: 22%; left: 27%; }
.asset-collage img:nth-child(3) { --asset-rotate: 4deg; z-index: 2; top: 5%; right: 0; }

.motion-ready .reveal:not(.is-visible) .asset-collage img {
  opacity: 0;
  transform: translateY(18px) rotate(var(--asset-rotate)) scale(0.97);
}

.reveal.is-visible .asset-collage img:nth-child(1) { transition-delay: 170ms; }
.reveal.is-visible .asset-collage img:nth-child(2) { transition-delay: 235ms; }
.reveal.is-visible .asset-collage img:nth-child(3) { transition-delay: 300ms; }

.problem-panel {
  display: grid;
  padding: clamp(38px, 6vw, 80px);
  background: var(--cream);
  border-radius: var(--radius-lg);
  gap: 64px;
  grid-template-columns: 0.8fr 1.2fr;
}

.problem-panel h2 {
  max-width: 10ch;
  margin-bottom: 20px;
  font-size: clamp(42px, 6vw, 72px);
}

.stack-map {
  display: grid;
  align-content: center;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}

.stack-chip {
  position: relative;
  display: grid;
  min-height: 94px;
  place-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 10px 28px rgba(5, 5, 5, 0.08);
  font-weight: 620;
  text-align: center;
  transition: opacity 360ms var(--ease-out), transform 480ms var(--ease-out), box-shadow var(--motion-ui) ease;
}

.stack-chip::after {
  position: absolute;
  right: -18px;
  width: 22px;
  height: 2px;
  content: "";
  background: var(--coral);
}

.stack-chip:nth-child(3n)::after { display: none; }

.catalog-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 42px;
}

.catalog-head .section-title { margin-bottom: 0; }

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

.leadership-grid {
  max-width: 1000px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.leadership-card {
  min-height: 0;
  padding: 16px;
}

.leadership-card .card-meta {
  margin: 4px 5px 16px;
}

.leadership-photo {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #e9edf4;
  border-radius: 13px;
}

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

.leadership-photo-mike img { object-position: 50% 28%; }
.leadership-photo-matt img { object-position: 50% 34%; }

.leadership-card h3 {
  margin: 22px 8px 5px;
  font-size: 32px;
}

.leadership-card p {
  margin: 0 8px 10px;
  color: #3f3e3a;
  font-size: 18px;
  font-weight: 610;
}

.product-card {
  position: relative;
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--soft);
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: transform 220ms var(--ease-out), box-shadow 220ms var(--ease-out), border-color 180ms ease, opacity 180ms ease;
}

.product-card .card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tier-dot {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.tier-dot::before {
  width: 7px;
  height: 7px;
  content: "";
  background: var(--coral);
  border-radius: 50%;
}

.product-card h3 {
  margin-bottom: 10px;
  font-size: 28px;
}

.product-card p {
  max-width: 34ch;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 14px;
}

.product-card .card-arrow {
  margin-top: auto;
  font-size: 24px;
  transition: transform 180ms var(--ease-out);
}

.product-card[href]:active { transform: scale(0.985); }

.product-card[data-theme="lilac"] { background: color-mix(in srgb, var(--lilac) 38%, white); }
.product-card[data-theme="lime"] { background: color-mix(in srgb, var(--lime) 45%, white); }
.product-card[data-theme="cream"] { background: color-mix(in srgb, var(--cream) 64%, white); }
.product-card[data-theme="coral"] { background: color-mix(in srgb, var(--peach) 48%, white); }
.product-card[data-theme="pink"] { background: color-mix(in srgb, var(--pink) 48%, white); }
.product-card[data-theme="mint"] { background: color-mix(in srgb, var(--mint) 45%, white); }
.product-card[data-theme="navy"] { background: var(--navy); color: #fff; }
.product-card[data-theme="navy"] p { color: rgba(255, 255, 255, 0.67); }

.coming-card {
  border-style: dashed;
  background: #fff;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 30px;
}

.filter-button {
  min-height: 44px;
  padding: 8px 15px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  cursor: pointer;
  min-height: 44px;
  font-size: 15px;
  font-weight: 570;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform var(--motion-fast) var(--ease-out);
}

.filter-button:active { transform: scale(0.96); }

.filter-button[aria-pressed="true"] {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.product-card[hidden] { display: none; }

/* Interior hero */
.page-hero {
  padding: clamp(70px, 9vw, 122px) 0 clamp(48px, 6vw, 78px);
  text-align: center;
}

.page-hero .eyebrow { justify-content: center; }

.page-hero h1 {
  max-width: 14ch;
  margin: 0 auto 22px;
  font-size: clamp(48px, 7vw, 82px);
}

.page-hero p {
  max-width: 58ch;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.page-hero .button-row { justify-content: center; }

/* Pricing */
.billing-toggle {
  display: inline-flex;
  padding: 4px;
  margin: 32px auto 0;
  border: 1px solid var(--line);
  background: var(--soft);
  border-radius: 999px;
}

.billing-toggle button {
  min-height: 44px;
  padding: 8px 16px;
  border: 0;
  background: transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 620;
  transition: background-color 180ms ease, color 180ms ease, transform var(--motion-fast) var(--ease-out);
}

.billing-toggle button:active { transform: scale(0.96); }

.billing-toggle button[aria-pressed="true"] {
  background: var(--ink);
  color: #fff;
}

.pricing-faq-hero { padding-top: 0; }
.pricing-faq-title { margin-inline: auto; }

.pricing-grid {
  display: grid;
  align-items: stretch;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.pricing-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 22px;
}

.pricing-card.featured {
  border: 2px solid var(--ink);
  box-shadow: 0 24px 56px rgba(5, 5, 5, 0.12);
}

.pricing-card.max-draft { background: var(--lilac); }

.plan-flag {
  width: fit-content;
  padding: 5px 10px;
  margin-bottom: 16px;
  background: var(--coral);
  border-radius: 999px;
  color: #fff;
  font-family: "Geist Mono", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pricing-card h2,
.pricing-card h3 {
  margin-bottom: 8px;
  font-size: 28px;
}

.plan-price {
  margin: 14px 0 8px;
  font-size: 48px;
  font-weight: 630;
  letter-spacing: -0.05em;
  line-height: 1;
}

.plan-price small {
  font-size: 14px;
  font-weight: 520;
  letter-spacing: 0;
}

.plan-credits {
  min-height: 24px;
  color: #17619d;
  font-family: "Geist Mono", monospace;
  font-size: 11px;
}

.plan-description {
  min-height: 78px;
  margin: 20px 0;
  color: var(--muted);
  font-size: 14px;
}

.pricing-card .button { width: 100%; }

.plan-list {
  padding: 22px 0 0;
  margin: 22px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.plan-list li {
  position: relative;
  padding: 4px 0 4px 20px;
  font-size: 13px;
}

.plan-list li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: var(--green);
  font-weight: 800;
}

.pricing-note {
  padding: 24px;
  margin-top: 24px;
  background: var(--cream);
  border-radius: 16px;
  font-size: 14px;
  text-align: center;
}

.faq-list {
  max-width: 860px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.faq-list details { border-bottom: 1px solid var(--line); }

.faq-list summary {
  position: relative;
  padding: 22px 42px 22px 0;
  cursor: pointer;
  font-size: 19px;
  font-weight: 620;
  list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 14px;
  height: 14px;
  content: "";
  background: linear-gradient(var(--ink), var(--ink)) center / 100% 2px no-repeat, linear-gradient(var(--ink), var(--ink)) center / 2px 100% no-repeat;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 180ms var(--ease-out);
}

.faq-list details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-list details p {
  max-width: 64ch;
  padding-bottom: 24px;
  margin-bottom: 0;
  color: var(--muted);
}

/* Compare */
.calculator {
  display: grid;
  padding: clamp(28px, 5vw, 58px);
  background: var(--lime);
  border-radius: var(--radius-lg);
  gap: 34px;
  grid-template-columns: 1fr 0.8fr;
}

.tool-list {
  display: grid;
  gap: 10px;
}

.tool-row {
  display: grid;
  align-items: center;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) 100px;
}

.tool-row input[type="checkbox"] {
  width: 22px;
  height: 22px;
  accent-color: var(--ink);
}

.tool-toggle {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.tool-row input[type="number"] {
  width: 100%;
  min-height: 48px;
  padding: 8px;
  border: 1px solid rgba(5, 5, 5, 0.15);
  background: #fff;
  border-radius: 7px;
  text-align: right;
}

.calculator-output {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background: var(--ink);
  border-radius: 18px;
  color: #fff;
}

.calculator-output small {
  font-family: "Geist Mono", monospace;
  letter-spacing: 0.1em;
  opacity: 0.65;
  text-transform: uppercase;
}

.calculator-total {
  margin: 10px 0 28px;
  color: var(--coral);
  font-size: clamp(46px, 6vw, 72px);
  font-weight: 620;
  letter-spacing: -0.05em;
  line-height: 1;
}

.calculator-output p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.compare-table {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 20px;
  text-align: left;
}

.compare-table th,
.compare-table td {
  padding: 14px 24px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.compare-table thead th { background: var(--ink); color: #fff; font-weight: 650; }
.compare-table tbody tr:last-child th,
.compare-table tbody tr:last-child td { border-bottom: 0; }
.compare-table th:first-child { width: 36%; }
.compare-table tbody th { font-size: 16px; }
.compare-yes { color: var(--green); font-weight: 650; }

/* Product details */
.product-hero {
  padding: clamp(64px, 9vw, 116px) 0 48px;
}

.product-hero-grid {
  display: grid;
  align-items: center;
  gap: 58px;
  grid-template-columns: 0.86fr 1.14fr;
}

.product-hero h1 {
  max-width: 11ch;
  margin-bottom: 22px;
  font-size: clamp(48px, 6.6vw, 84px);
}

.product-hero p {
  max-width: 48ch;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.product-visual-card {
  min-height: 470px;
  padding: clamp(24px, 4vw, 48px);
  overflow: hidden;
  background: var(--cream);
  border-radius: var(--radius-lg);
}

.product-visual-card.theme-lilac { background: var(--lilac); }
.product-visual-card.theme-lime { background: var(--lime); }
.product-visual-card.theme-coral { background: var(--peach); }
.product-visual-card.theme-pink { background: var(--pink); }
.product-visual-card.theme-mint { background: var(--mint); }
.product-visual-card.theme-navy { background: var(--navy); }

.abstract-product-ui {
  position: relative;
  height: 390px;
  border: 1px solid rgba(5, 5, 5, 0.08);
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 22px 52px rgba(5, 5, 5, 0.13);
}

.abstract-sidebar {
  position: absolute;
  inset: 0 auto 0 0;
  width: 24%;
  padding: 18px;
  border-right: 1px solid var(--line);
  background: var(--soft);
  border-radius: 18px 0 0 18px;
}

.abstract-sidebar i {
  display: block;
  height: 9px;
  margin-bottom: 12px;
  background: var(--line);
  border-radius: 6px;
}

.abstract-sidebar i:nth-child(1) { width: 55%; background: var(--ink); }
.abstract-main {
  position: absolute;
  inset: 0 0 0 24%;
  padding: 28px;
}

.abstract-title {
  width: 58%;
  height: 18px;
  margin-bottom: 24px;
  background: var(--ink);
  border-radius: 6px;
}

.abstract-cards {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}

.abstract-cards i {
  display: block;
  min-height: 118px;
  border: 1px solid var(--line);
  background: var(--cream);
  border-radius: 12px;
  transition: opacity 360ms var(--ease-out), transform 460ms var(--ease-out);
}

.abstract-cards i:nth-child(2) { background: var(--lilac); }
.abstract-cards i:nth-child(3) { background: var(--mint); }
.abstract-cards i:nth-child(4) { background: var(--peach); }

.feature-tiles {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.feature-tile {
  min-height: 220px;
  padding: 28px;
  background: var(--soft);
  border-radius: var(--radius-md);
}

.feature-number {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin-bottom: 42px;
  background: var(--ink);
  border-radius: 50%;
  color: #fff;
  font-family: "Geist Mono", monospace;
  font-size: 11px;
}

.feature-tile h3 {
  margin-bottom: 10px;
  font-size: 23px;
}

.feature-tile p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.workflow-strip {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  grid-template-columns: repeat(3, 1fr);
}

.workflow-step {
  position: relative;
  min-height: 250px;
  padding: 32px;
  border-right: 1px solid var(--line);
}

.workflow-step:last-child { border-right: 0; }
.workflow-step small { font-family: "Geist Mono", monospace; font-size: 11px; }
.workflow-step h3 { margin-top: 62px; font-size: 27px; }
.workflow-step:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -15px;
  display: grid;
  width: 30px;
  height: 30px;
  content: "→";
  place-items: center;
  background: var(--coral);
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  transform: translateY(-50%);
}

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

/* Offers */
.draft-banner {
  padding: 12px 20px;
  background: var(--yellow);
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.offer-hero {
  padding: clamp(70px, 10vw, 136px) 0;
  background: var(--navy);
  color: #fff;
}

.offer-hero h1 {
  max-width: 12ch;
  margin-bottom: 24px;
  font-size: clamp(54px, 8vw, 96px);
}

.offer-hero p {
  max-width: 54ch;
  color: rgba(255, 255, 255, 0.72);
  font-size: 21px;
}

.offer-lede { margin-bottom: 38px; }

.offer-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 34px 0 0;
}

.offer-price strong {
  color: var(--coral);
  font-size: clamp(54px, 7vw, 84px);
  letter-spacing: -0.06em;
  line-height: 1;
}

.benefit-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.benefit-card {
  min-height: 210px;
  padding: 28px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 18px;
}

.benefit-card h3 { margin: 46px 0 10px; font-size: 23px; }
.benefit-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.agenda {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.agenda-day {
  padding: 30px;
  border-radius: 20px;
}

.agenda-day:nth-child(1) { background: var(--lilac); }
.agenda-day:nth-child(2) { background: var(--lime); }
.agenda-day:nth-child(3) { background: var(--peach); }
.agenda-day small { font-family: "Geist Mono", monospace; text-transform: uppercase; }
.agenda-day h3 { margin: 12px 0 20px; font-size: 30px; }
.agenda-day ul { padding-left: 18px; font-size: 14px; }

.investment-grid {
  display: grid;
  align-items: stretch;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.investment-card {
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.investment-card.member { background: var(--lilac); }
.investment-card strong { display: block; margin: 20px 0 14px; font-size: 54px; line-height: 1; }

/* Editorial */
.editorial {
  max-width: 780px;
  min-width: 0;
  margin-inline: auto;
  overflow-wrap: anywhere;
}

.editorial h2 { margin: 48px 0 16px; font-size: 34px; }
.editorial h3 { margin: 32px 0 12px; font-size: 24px; }
.editorial p,
.editorial li { color: #343431; }
.editorial a { text-underline-offset: 3px; }

/* Progressive reveal */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 480ms var(--ease-out), transform var(--motion-marketing) var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
}

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

.motion-ready .reveal:not(.is-visible) {
  will-change: opacity, transform;
}

/* Taste Animation: restrained shared motion for every current site page. */
.taste-reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 420ms var(--ease-out), transform 540ms var(--ease-out);
}

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

.taste-sequence > *,
.taste-stagger > * {
  opacity: 0;
  transform: translateY(11px);
  transition: opacity 380ms var(--ease-out), transform 500ms var(--ease-out);
  transition-delay: var(--taste-delay, 0ms);
}

.taste-sequence.is-visible > *,
.taste-stagger.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready :is(.taste-reveal, .taste-sequence, .taste-stagger):not(.is-visible),
.motion-ready :is(.taste-sequence, .taste-stagger):not(.is-visible) > * {
  will-change: opacity, transform;
}

@media (hover: hover) and (pointer: fine) {
  .button:not(.button-disabled):not([aria-disabled="true"]):hover {
    box-shadow: 0 8px 22px rgba(5, 5, 5, 0.15);
    transform: translateY(-2px);
  }

  .desktop-nav > a:hover::after,
  .nav-menu-item > .nav-menu-link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  .desktop-nav .solution-links a:hover {
    color: var(--coral-dark);
  }

  .desktop-nav .mega-app:hover {
    border-color: color-mix(in srgb, var(--mega-accent) 18%, transparent);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 7px 18px rgba(5, 5, 5, 0.07);
    transform: translateX(2px);
  }

  .desktop-nav .mega-app:hover .mega-app-arrow {
    opacity: 1;
    transform: translateX(0);
  }

  .desktop-nav .mega-guide > a:first-of-type:hover {
    box-shadow: 0 8px 20px rgba(5, 5, 5, 0.16);
    transform: translateY(-2px);
  }

  .text-link:hover::after { transform: translate(2px, -2px); }

  .product-card[href]:hover {
    border-color: var(--ink);
    box-shadow: 0 18px 44px rgba(5, 5, 5, 0.09);
    transform: translateY(-4px);
  }

  .product-card[href]:hover .card-arrow { transform: translateX(4px); }
  .coming-card:hover { box-shadow: none; transform: none; }
}

@media (max-width: 1080px) {
  .desktop-nav { gap: 18px; }
  .pricing-grid.four { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .story-panel { min-height: 560px; gap: 36px; }
  .journey-card { min-width: 145px; }
}

@media (max-width: 1180px) {
  .nav-shell { width: calc(100% - 24px); grid-template-columns: 1fr auto; }
  .desktop-nav,
  .nav-login,
  .nav-actions .nav-cta { display: none; }
  .nav-toggle { display: block; }
  .mobile-nav:not([hidden]) { display: block; }
}

@media (max-width: 840px) {
  .site-wrap { width: min(var(--wrap), calc(100% - 32px)); }
  .nav-shell { width: calc(100% - 24px); grid-template-columns: 1fr auto; }
  .desktop-nav,
  .nav-login,
  .nav-actions .nav-cta { display: none; }
  .nav-toggle { display: block; }
  .mobile-nav:not([hidden]) { display: block; }
  .footer-cta,
  .footer-main,
  .story-panel,
  .problem-panel,
  .product-hero-grid,
  .calculator { grid-template-columns: 1fr; }
  .footer-cta .button-row { justify-self: start; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .story-panel.reverse .story-copy,
  .story-panel.reverse .story-visual { order: initial; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; }
  .feature-tiles,
  .workflow-strip,
  .benefit-grid,
  .agenda { grid-template-columns: 1fr; }
  .workflow-step { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--line); }
  .workflow-step:last-child { border-bottom: 0; }
  .workflow-step:not(:last-child)::after { top: auto; right: 50%; bottom: -15px; transform: translateX(50%) rotate(90deg); }
  .pagebuilder-scene { min-height: 370px; grid-template-columns: 1fr 2.2fr; }
  .editor-context { display: none; }
  .investment-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  :is(.cc-subnav-links, .pb-subnav-links, .bb-subnav-links, .cs-subnav-links, .im-subnav-links, .cg-subnav-links, .suite-subnav-links) {
    gap: 8px;
  }

  :is(.cc-subnav-links, .pb-subnav-links, .bb-subnav-links, .cs-subnav-links, .im-subnav-links, .cg-subnav-links, .suite-subnav-links) > a.product-site-link {
    display: inline-flex !important;
  }

  .product-site-link-desktop { display: none; }
  .product-site-link-mobile { display: inline; }
}

@media (max-width: 480px) {
  :is(.cc-mini-cta, .pb-mini-cta, .bb-mini-cta, .cs-mini-cta, .im-mini-cta, .cg-mini-cta, .suite-mini-cta) {
    display: none;
  }

  .product-site-link {
    min-height: 44px;
    padding: 6px 11px;
  }
}

.static-discovery-shell {
  display: grid;
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
  background: #fff;
  gap: 10px;
}

.static-discovery-shell nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.static-discovery-shell a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-size: 16px;
}

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

.product-facts {
  padding: 28px 0;
  border-block: 1px solid var(--line);
  background: var(--soft);
}

.product-facts .site-wrap {
  display: grid;
  align-items: start;
  gap: 18px 28px;
  grid-template-columns: minmax(190px, 0.65fr) minmax(0, 2fr);
}

.product-facts-heading h2 {
  max-width: 15ch;
  margin: 8px 0 0;
  font-size: clamp(24px, 2.4vw, 36px);
}

.product-facts dl {
  display: grid;
  margin: 0;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.product-facts dl > div {
  min-width: 0;
}

.product-facts dt {
  margin-bottom: 6px;
  color: var(--muted);
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-facts dd {
  margin: 0;
  font-size: 16px;
  font-weight: 620;
  line-height: 1.35;
}

.product-facts .site-wrap > p {
  grid-column: 2;
  max-width: 82ch;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 960px) {
  .product-facts .site-wrap { grid-template-columns: 1fr; }
  .product-facts dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-facts .site-wrap > p { grid-column: 1; }
}

@media (max-width: 620px) {
  .product-facts { padding: 32px 0; }
  .product-facts dl { grid-template-columns: 1fr; }
  .product-facts dl > div { padding-bottom: 12px; border-bottom: 1px solid var(--line); }
  .product-facts dt { font-size: 13px; }
  .product-facts dd,
  .product-facts .site-wrap > p { font-size: 16px; }
  .product-card p,
  .leadership-card p { font-size: 16px; line-height: 1.55; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .site-wrap { width: min(var(--wrap), calc(100% - 24px)); }
  .section { padding: 64px 0; }
  .display { font-size: clamp(46px, 15vw, 66px); }
  .section-title { font-size: 40px; }
  .home-hero { padding-top: 54px; }
  .hero-workspace { min-height: 550px; border-radius: 18px; }
  .workspace-canvas { min-height: 496px; }
  .journey-line { display: none; }
  .journey-card {
    width: calc(50% - 22px);
    min-width: 0;
    min-height: 164px;
  }
  .journey-card:nth-of-type(1) { top: 8%; left: 14px; }
  .journey-card:nth-of-type(2) { top: 12%; right: 14px; left: auto; }
  .journey-card:nth-of-type(3) { top: 43%; left: 14px; }
  .journey-card:nth-of-type(4) { top: 48%; right: 14px; left: auto; }
  .workspace-comment { right: 14px; bottom: 12px; width: calc(100% - 28px); }
  .metrics { padding: 28px; grid-template-columns: 1fr 1fr; }
  .metric strong { font-size: 38px; }
  .story-panel { min-height: auto; padding: 28px 20px; border-radius: 20px; }
  .story-copy h2 { font-size: 40px; }
  .problem-panel { padding: 28px 20px; gap: 38px; border-radius: 20px; }
  .stack-map { grid-template-columns: 1fr 1fr; }
  .stack-chip:nth-child(3n)::after { display: block; }
  .stack-chip:nth-child(2n)::after { display: none; }
  .product-grid,
  .related-grid { grid-template-columns: 1fr; }
  .catalog-head { align-items: start; flex-direction: column; }
  .brand-scene { grid-template-columns: 1fr; }
  .scene-nav { display: none; }
  .campaign-board { min-height: 440px; }
  .campaign-column { width: 42%; }
  .campaign-column:nth-child(1) { left: 4%; }
  .campaign-column:nth-child(2) { top: 190px; left: 28%; }
  .campaign-column:nth-child(3) { right: 4%; }
  .pagebuilder-scene { grid-template-columns: 1fr; }
  .editor-rail { display: none; }
  .source-flow { align-items: stretch; flex-direction: column; }
  .source-stack,
  .curriculum-tree { width: 100%; }
  .flow-arrow { align-self: center; transform: rotate(90deg); }
  .asset-collage { min-height: 280px; }
  .asset-collage img { border-radius: 10px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 8px; }
  .page-hero h1,
  .product-hero h1 { font-size: 48px; }
  .product-visual-card { min-height: 380px; padding: 20px; border-radius: 20px; }
  .abstract-product-ui { height: 340px; }
  .pricing-card { padding: 24px; }
  .pricing-grid.four { grid-template-columns: 1fr; }
  .tool-row { grid-template-columns: minmax(0, 1fr) 84px; }
  .compare-table,
  .compare-table tbody,
  .compare-table tr,
  .compare-table th,
  .compare-table td { display: block; }
  .compare-table thead {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .compare-table tbody tr { padding: 16px; border-bottom: 1px solid var(--line); }
  .compare-table tbody tr:last-child { border-bottom: 0; }
  .compare-table th,
  .compare-table td { width: 100%; padding: 8px 0; border: 0; }
  .compare-table td::before { display: block; content: attr(data-label); color: var(--muted); font-family: "Geist Mono", monospace; font-size: 10px; text-transform: uppercase; }
  .offer-hero h1 { font-size: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
  .marquee-track { animation: none; transform: none; }
  .reveal { opacity: 1; transform: none; transition: opacity 120ms ease; }
  .taste-reveal,
  .taste-sequence > *,
  .taste-stagger > * {
    opacity: 1;
    transform: none;
    transition: opacity 100ms ease;
    transition-delay: 0ms;
  }
  .mega-menu-inner {
    transform: none;
    transition: opacity 80ms ease;
  }
  .motion-ready .hero-copy:not(.is-visible) > *,
  .motion-ready .hero-workspace:not(.is-visible) :is(.workspace-topbar, .journey-line, .workspace-comment),
  .motion-ready .story-panel:not(.is-visible) .story-copy > *,
  .motion-ready .reveal:not(.is-visible) :is(.ui-window, .abstract-product-ui, .answer-line, .campaign-column, .editor-chip, .source-chip, .module-row, .abstract-cards i, .stack-chip) {
    opacity: 1;
    transform: none;
    transition-delay: 0ms;
  }
  .motion-ready .hero-workspace:not(.is-visible) .journey-card {
    opacity: 1;
    transform: rotate(var(--journey-rotate));
  }
  .motion-ready .reveal:not(.is-visible) .asset-collage img {
    opacity: 1;
    transform: rotate(var(--asset-rotate));
  }
  .button:active,
  .nav-toggle:active,
  .filter-button:active,
  .billing-toggle button:active,
  .product-card[href]:active { transform: none; }
  .button:not(.button-disabled):not([aria-disabled="true"]):hover,
  .text-link:hover::after,
  .product-card[href]:hover,
  .product-card[href]:hover .card-arrow { transform: none; }
  .mobile-nav {
    transform: none;
    transition: opacity 120ms ease;
  }
  .mobile-nav[data-state="open"] { transform: none; }
  .nav-toggle span,
  .nav-toggle::before,
  .nav-toggle::after,
  .faq-list summary::after { transition-duration: 0ms; }
}
