:root {
  --bg: #f5fbff;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-strong: #ffffff;
  --ink: #0a2133;
  --muted: #587184;
  --line: rgba(35, 95, 130, 0.14);
  --cyan: #00b7ff;
  --mint: #22e6b0;
  --violet: #7657ff;
  --rose: #ff6bb7;
  --accent: #00a4cf;
  --accent-soft: rgba(0, 183, 255, 0.12);
  --radius: 24px;
  --shadow: 0 34px 110px rgba(29, 104, 151, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  --scroll-flow: 0px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 6%, rgba(34, 230, 176, .34), transparent 22rem),
    radial-gradient(circle at 88% 3%, rgba(118, 87, 255, .24), transparent 30rem),
    radial-gradient(circle at 68% 48%, rgba(0, 183, 255, .16), transparent 34rem),
    linear-gradient(180deg, #f6fcff 0%, #eaf9ff 36%, #f8fbff 100%);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  content: "";
  opacity: .55;
  background-image:
    linear-gradient(rgba(0, 99, 130, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 99, 130, .055) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 78%);
}

body::after {
  position: fixed;
  inset: -18vh -10vw;
  z-index: -2;
  content: "";
  pointer-events: none;
  opacity: .46;
  background:
    linear-gradient(112deg, transparent 6%, rgba(0, 183, 255, .18) 19%, transparent 34%),
    linear-gradient(126deg, transparent 46%, rgba(34, 230, 176, .16) 57%, transparent 72%),
    linear-gradient(138deg, transparent 63%, rgba(118, 87, 255, .12) 75%, transparent 88%);
  filter: blur(.2px);
  transform: translate3d(calc(var(--scroll-flow) * -.24), calc(var(--scroll-flow) * .18), 0);
  transition: opacity 220ms ease;
}

.aurora-layer { position: fixed; inset: 0; z-index: -2; pointer-events: none; overflow: hidden; }
.aurora { position: absolute; display: block; border-radius: 999px; filter: blur(42px); opacity: .36; mix-blend-mode: multiply; }
.a1 { width: 420px; height: 420px; left: -90px; top: 120px; background: rgba(34, 230, 176, .45); animation: driftOne 15s ease-in-out infinite; }
.a2 { width: 520px; height: 520px; right: -120px; top: 40px; background: rgba(118, 87, 255, .28); animation: driftTwo 18s ease-in-out infinite; }
.a3 { width: 360px; height: 360px; right: 28%; bottom: 12%; background: rgba(255, 107, 183, .2); animation: driftThree 22s ease-in-out infinite; }
@keyframes driftOne { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(80px,40px,0) scale(1.12); } }
@keyframes driftTwo { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(-90px,70px,0) scale(.96); } }
@keyframes driftThree { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(70px,-60px,0) scale(1.08); } }

.signal-field { position: fixed; inset: 0; z-index: -1; width: 100vw; height: 100vh; pointer-events: none; opacity: .34; transform: translate3d(0, calc(var(--scroll-flow) * -.08), 0); }
.signal-glow { fill: url(#signalGlow); transform-origin: center; animation: signalBreath 14s ease-in-out infinite; }
.signal-glow.secondary { opacity: .72; animation-duration: 18s; animation-delay: -4s; }
.signal-nodes { fill: none; stroke: url(#signalStroke); stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; opacity: .48; }
.signal-nodes circle { fill: #ffffff; stroke-width: 1.4; filter: drop-shadow(0 8px 14px rgba(0, 183, 255, .18)); }
@keyframes signalBreath { 0%, 100% { transform: scale(1); opacity: .7; } 50% { transform: scale(1.06); opacity: .95; } }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.site-shell { width: min(1360px, calc(100% - 32px)); margin: 0 auto; }
.topbar {
  position: sticky;
  top: 14px;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 58px;
  margin-top: 14px;
  padding: 0;
  background: transparent;
  transition: min-height 220ms ease;
}
body.is-scrolled .topbar { min-height: 54px; }
.brandmark { justify-self: start; display: inline-flex; align-items: center; gap: 12px; padding: 8px 16px 8px 8px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; background: linear-gradient(135deg, rgba(255,255,255,.6), rgba(255,255,255,.3)); box-shadow: 0 16px 48px rgba(24, 92, 128, .1); backdrop-filter: blur(22px) saturate(1.22); -webkit-backdrop-filter: blur(22px) saturate(1.22); font-weight: 850; }
.brand-symbol { display: inline-grid; width: 42px; height: 42px; place-items: center; color: var(--ink); background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(222,247,255,.82)); border: 1px solid rgba(0,164,207,.18); border-radius: 14px; box-shadow: 0 14px 34px rgba(0, 124, 165, .12); transition: width 220ms ease, height 220ms ease, border-radius 220ms ease, box-shadow 220ms ease; }
.brand-symbol svg { width: 30px; height: 30px; }
.brand-symbol path { fill: currentColor; }
.brand-symbol .brand-symbol-line { fill: none; stroke: var(--accent); stroke-width: 2.4; stroke-linecap: round; opacity: .72; }
body.is-scrolled .brand-symbol { width: 36px; height: 36px; border-radius: 13px; }
.brandmark:hover .brand-symbol { box-shadow: 0 18px 44px rgba(0, 124, 165, .17); }
.brand-name { letter-spacing: -0.01em; }
.nav { justify-self: center; display: flex; justify-content: center; gap: 6px; padding: 6px; border: 1px solid rgba(255,255,255,.66); border-radius: 999px; background: linear-gradient(135deg, rgba(255,255,255,.48), rgba(255,255,255,.22)); color: var(--muted); font-size: 14px; box-shadow: 0 16px 48px rgba(24, 92, 128, .09), inset 0 1px 0 rgba(255,255,255,.62); backdrop-filter: blur(22px) saturate(1.22); -webkit-backdrop-filter: blur(22px) saturate(1.22); }
.nav a { display: inline-flex; align-items: center; min-height: 34px; padding: 0 14px; border-radius: 999px; transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease; }
.nav a:hover { color: var(--ink); background: rgba(255,255,255,.5); box-shadow: 0 8px 22px rgba(0, 124, 165, .08); }
.toolbar { justify-self: end; display: flex; gap: 10px; align-items: center; padding: 6px; border: 1px solid rgba(255,255,255,.66); border-radius: 999px; background: linear-gradient(135deg, rgba(255,255,255,.5), rgba(255,255,255,.24)); box-shadow: 0 16px 48px rgba(24, 92, 128, .09), inset 0 1px 0 rgba(255,255,255,.62); backdrop-filter: blur(22px) saturate(1.22); -webkit-backdrop-filter: blur(22px) saturate(1.22); }
.language-tabs { display: inline-flex; gap: 4px; align-items: center; }
.language-tab { min-height: 34px; padding: 0 13px; border: 0; border-radius: 999px; color: var(--muted); background: transparent; font: inherit; font-size: 13px; font-weight: 820; cursor: pointer; transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease; }
.language-tab:hover { color: var(--ink); background: rgba(255,255,255,.42); }
.language-tab.is-active { color: #063042; background: rgba(255,255,255,.82); box-shadow: 0 8px 22px rgba(0, 124, 165, .1), inset 0 1px 0 rgba(255,255,255,.86); }
.language-tab:focus-visible { outline: 2px solid rgba(0,183,255,.6); outline-offset: 2px; }
select, input, textarea { width: 100%; min-height: 42px; color: var(--ink); background: rgba(255,255,255,.78); border: 1px solid var(--line); border-radius: 13px; padding: 10px 12px; outline: none; }
select:focus, input:focus, textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(0,183,255,.14); }

.section-label { margin: 0 0 14px; color: var(--accent); font-size: 12px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.hero { display: grid; grid-template-columns: minmax(420px, .88fr) minmax(560px, 1.12fr); gap: clamp(36px, 5vw, 72px); align-items: center; min-height: calc(100dvh - 82px); padding: 48px 0 74px; }
h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(52px, 5.5vw, 82px); line-height: .96; letter-spacing: -0.034em; }
h2 { max-width: 900px; margin-bottom: 18px; font-size: clamp(34px, 4.6vw, 66px); line-height: 1; letter-spacing: -0.028em; }
h3 { margin-bottom: 10px; font-size: 24px; line-height: 1.14; }
.hero-lede, .section-intro p, .product-copy p, .partner-panel p { max-width: 720px; color: var(--muted); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 1px solid rgba(255,255,255,.75); border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.74); font-weight: 820; cursor: pointer; box-shadow: 0 14px 36px rgba(53,116,153,.12); transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 22px 50px rgba(53,116,153,.18); border-color: rgba(0,183,255,.45); }
.button.primary { color: white; border-color: transparent; background: linear-gradient(135deg, var(--cyan), var(--mint) 52%, var(--violet)); }

.hero-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(220px, .82fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
  min-height: 594px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.76), rgba(255,255,255,.48)),
    radial-gradient(circle at 84% 14%, rgba(118, 87, 255, .18), transparent 18rem),
    radial-gradient(circle at 12% 90%, rgba(34, 230, 176, .2), transparent 17rem);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px) saturate(1.2);
  transform: translate3d(0, var(--hero-shift, 0px), 0);
  transition: box-shadow 240ms ease;
}
.hero-stage::before {
  position: absolute;
  inset: 18px;
  content: "";
  border-radius: 24px;
  background-image:
    linear-gradient(rgba(10, 33, 51, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 33, 51, .045) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: radial-gradient(circle at 70% 30%, black, transparent 68%);
  pointer-events: none;
}
.stage-card { position: relative; z-index: 1; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.86); border-radius: 28px; background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(236,249,255,.76)); box-shadow: 0 22px 72px rgba(0, 124, 165, .16); }
.stage-card img { width: 100%; height: 100%; object-fit: cover; }
.stage-product img,
.stage-ux img { object-fit: cover; background: rgba(255,255,255,.64); }
.stage-comic img { filter: brightness(1.16) saturate(.96); }
.stage-product img { filter: brightness(1.08) saturate(.98); }
.stage-ux img { object-position: 50% 48%; filter: brightness(1.03) saturate(.94); }
.stage-comic { grid-row: 1 / span 2; min-height: 100%; animation: floatA 9s ease-in-out infinite; }
.stage-product { grid-column: 2; grid-row: 1; transform: translate3d(0, calc(var(--hero-shift, 0px) * -.38), 0); animation: floatB 10s ease-in-out infinite; }
.stage-ux { grid-column: 2; grid-row: 2; transform: translate3d(0, calc(var(--hero-shift, 0px) * -.22), 0); animation: floatC 11s ease-in-out infinite; }
@keyframes floatA { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes floatB { 0%,100% { transform: translateY(0); } 50% { transform: translateY(7px); } }
@keyframes floatC { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

.proof-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: hidden; border: 1px solid rgba(255,255,255,.82); border-radius: var(--radius); background: rgba(255,255,255,.62); box-shadow: 0 22px 80px rgba(0,124,165,.1); backdrop-filter: blur(18px) saturate(1.08); }
.proof-card { position: relative; display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; min-height: 116px; padding: 22px 24px; border-right: 1px solid var(--line); isolation: isolate; }
.proof-card::before { position: absolute; inset: 0; z-index: -1; content: ""; opacity: 0; background: linear-gradient(135deg, rgba(0,183,255,.08), rgba(34,230,176,.06)); transition: opacity 220ms ease; }
.proof-card:last-child { border-right: 0; }
.proof-card.linked::after { position: absolute; right: 20px; top: 18px; content: "↗"; color: var(--accent); font-size: 13px; font-weight: 900; opacity: .5; }
.proof-card:hover { background: rgba(255,255,255,.58); }
.proof-card:hover::before { opacity: 1; }
.proof-logo { display: inline-grid; width: 58px; height: 58px; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.86); border-radius: 18px; background: rgba(255,255,255,.78); box-shadow: 0 14px 34px rgba(0, 124, 165, .12); }
.proof-logo img { width: 100%; height: 100%; object-fit: cover; }
.comicgen-proof-logo { background: #f7c948; }
.comicgen-proof-logo img { width: 100%; height: 100%; }
.catalogforge-proof-logo { color: var(--ink); background: linear-gradient(135deg, #f8fdff, #dff5fb); }
.catalogforge-proof-logo span { display: inline-grid; width: 100%; height: 100%; place-items: center; color: #0a617b; background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(218,247,255,.82)); font-size: 17px; font-weight: 950; letter-spacing: -.06em; }
.axure-proof-logo { background: #ffffff; }
.axure-proof-logo img { width: 92%; height: 92%; object-fit: contain; border-radius: 14px; }
.brand-lockup { display: grid; gap: 6px; min-width: 0; }
.brand-lockup strong { font-size: clamp(18px, 1.45vw, 24px); line-height: 1; letter-spacing: -.034em; }
.brand-lockup span { max-width: 22ch; color: var(--muted); font-size: 13px; line-height: 1.35; }
.comicgen-wordmark strong,
.catalogforge-wordmark strong,
.axure-wordmark strong { color: var(--ink); }
.comicgen-wordmark.brand-pill,
.catalogforge-wordmark.brand-pill,
.axure-wordmark.brand-pill { color: var(--ink); }
.proof-card em { align-self: center; justify-self: end; color: var(--accent); font-size: 12px; font-style: normal; font-weight: 850; white-space: nowrap; }
.section { padding: 98px 0; border-bottom: 1px solid var(--line); }
.section-intro { margin-bottom: 36px; }
.section-intro.compact { display: grid; gap: 12px; margin-bottom: 30px; }
.section-intro.compact h2 { margin-bottom: 0; }
.showreel-section { overflow: hidden; }
.showreel-track { display: flex; align-items: center; gap: 16px; width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; padding: 4px 0 18px; scrollbar-width: none; }
.showreel-track::-webkit-scrollbar { display: none; }
.showreel-track img { width: auto; height: 248px; max-width: none; object-fit: contain; border: 1px solid rgba(255,255,255,.78); border-radius: 24px; box-shadow: 0 18px 60px rgba(0,124,165,.13); background: transparent; }
.showreel-track img { flex: 0 0 auto; }

.product-matrix { display: grid; gap: 22px; }
.product-card { display: grid; grid-template-columns: .72fr 1.28fr; gap: 22px; align-items: stretch; padding: 18px; border: 1px solid rgba(255,255,255,.78); border-radius: 32px; background: rgba(255,255,255,.68); box-shadow: 0 24px 90px rgba(0,124,165,.12); overflow: hidden; }
.product-copy { display: grid; align-content: center; padding: 20px; }
.product-brand-row { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; color: var(--accent); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.brand-pill { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 4px 14px 4px 6px; border: 1px solid rgba(255,255,255,.86); border-radius: 999px; background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(255,255,255,.68)); box-shadow: 0 14px 34px rgba(0, 124, 165, .12); font-weight: 950; letter-spacing: -.02em; text-transform: none; }
.brand-pill img,
.brand-pill .pill-mark { display: inline-grid; width: 30px; height: 30px; place-items: center; flex: 0 0 auto; border-radius: 10px; }
.brand-pill img { object-fit: cover; }
.brand-pill .pill-mark { color: #0a617b; background: linear-gradient(135deg, #eefbff, #d8f5fb); font-size: 11px; letter-spacing: -.04em; }
.brand-pill .comicgen-pill-mark { color: #070a0f; background: #f7c948; border: 2px solid #070a0f; font-weight: 950; }
.brand-pill .axure-pill-mark { color: #6044d8; background: #ffffff; border: 1px solid rgba(96,68,216,.18); font-weight: 950; }
.axure-wordmark.brand-pill img { object-fit: contain; background: white; }
.product-brand-row .text-link,
.product-brand-row small {
  margin-left: auto;
  padding: 7px 10px;
  border: 1px solid rgba(0, 183, 255, .18);
  border-radius: 999px;
  background: rgba(255,255,255,.56);
  color: var(--accent);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}
.product-brand-row .text-link:hover { border-color: rgba(0, 183, 255, .42); background: rgba(0, 183, 255, .08); }
.comic-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.comic-strip img, .commerce-grid img, .ux-gallery img { width: 100%; aspect-ratio: 1 / 1; height: auto; object-fit: cover; border-radius: 22px; border: 1px solid rgba(255,255,255,.78); background: rgba(255,255,255,.66); box-shadow: 0 14px 40px rgba(0,124,165,.1); }
.commerce-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.ux-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }

.capability-flow { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.capability-flow::before { position: absolute; left: 8%; right: 8%; top: 58px; height: 1px; content: ""; background: linear-gradient(90deg, rgba(0,164,207,.16), rgba(34,180,160,.2), rgba(118,87,255,.15)); transform: scaleX(var(--flow-progress, .1)); transform-origin: left; transition: transform 520ms cubic-bezier(.2,.8,.2,1); }
.capability-step { position: relative; min-height: 330px; padding: 24px; border: 1px solid rgba(255,255,255,.78); border-radius: var(--radius); background: rgba(255,255,255,.68); box-shadow: 0 18px 62px rgba(0,124,165,.08); overflow: hidden; }
.capability-step::after { position: absolute; inset: auto -34px -44px auto; width: 150px; height: 150px; content: ""; border-radius: 999px; background: radial-gradient(circle, rgba(0,183,255,.09), transparent 68%); opacity: 0; transition: opacity 260ms ease, transform 260ms ease; }
.capability-step.is-active { border-color: rgba(0,164,207,.2); background: rgba(255,255,255,.78); box-shadow: 0 24px 76px rgba(0,124,165,.1); }
.capability-step.is-active::after { opacity: 1; transform: translate(-14px, -8px); }
.step-top { display: flex; align-items: center; justify-content: space-between; min-height: 104px; margin-bottom: 28px; }
.step-number { display: inline-grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(0,164,207,.16); border-radius: 999px; color: #4d93a8; background: rgba(255,255,255,.72); font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 12px; font-weight: 900; }
.cap-illustration { width: 100px; height: 100px; fill: none; stroke-linecap: round; stroke-linejoin: round; opacity: .82; }
.cap-illustration .screen,
.cap-illustration .panel,
.cap-illustration .box-top,
.cap-illustration .box-side,
.cap-illustration .lens { fill: rgba(255,255,255,.68); stroke: #6bbbd0; stroke-width: 2.4; filter: drop-shadow(0 14px 18px rgba(0,124,165,.07)); }
.step-commerce .cap-illustration .box-top,
.step-commerce .cap-illustration .box-side,
.step-commerce .cap-illustration .lens,
.step-commerce .cap-illustration .detail,
.step-commerce .cap-illustration .check { stroke: #68c7b1; }
.step-system .cap-illustration .screen,
.step-system .cap-illustration .panel,
.step-system .cap-illustration .detail,
.step-system .cap-illustration .cursor { stroke: #8291d9; }
.step-scale .cap-illustration .route,
.step-scale .cap-illustration .node,
.step-scale .cap-illustration .launch { stroke: #8aa9d9; }
.cap-illustration .detail,
.cap-illustration .arrow,
.cap-illustration .check,
.cap-illustration .route,
.cap-illustration .launch,
.cap-illustration .cursor { stroke: #6bbbd0; stroke-width: 2.7; }
.cap-illustration .spark,
.cap-illustration .node { fill: #ffffff; stroke: #8bc9d8; stroke-width: 2.4; }
.capability-step h3 { max-width: 13ch; }
.capability-step p { color: var(--muted); margin-bottom: 0; }

.partner-panel { position: relative; overflow: hidden; padding: 44px; border: 1px solid rgba(255,255,255,.78); border-radius: 34px; background: linear-gradient(135deg, rgba(0,183,255,.14), rgba(34,230,176,.16) 42%, rgba(118,87,255,.12)), rgba(255,255,255,.74); box-shadow: var(--shadow); }
.partner-panel::after { position: absolute; right: -80px; top: -90px; width: 280px; height: 280px; content: ""; border-radius: 999px; background: conic-gradient(from 180deg, var(--cyan), var(--mint), var(--violet), var(--rose), var(--cyan)); opacity: .22; filter: blur(8px); animation: spinSlow 18s linear infinite; }
@keyframes spinSlow { to { transform: rotate(360deg); } }
.partner-list { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 30px; }
.partner-card {
  position: relative;
  display: grid;
  grid-template-rows: minmax(142px, 1fr) auto;
  min-height: 184px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.84);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.76), rgba(255,255,255,.48)),
    radial-gradient(circle at 28% 20%, rgba(255,255,255,.92), transparent 12rem);
  box-shadow: 0 18px 58px rgba(0,124,165,.1), inset 0 1px 0 rgba(255,255,255,.78);
}
.partner-card::before {
  position: absolute;
  inset: 14px;
  content: "";
  border-radius: 18px;
  background-image:
    linear-gradient(rgba(10, 33, 51, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 33, 51, .035) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 74%);
  pointer-events: none;
}
.partner-card::after {
  position: absolute;
  inset: auto -32px -52px auto;
  width: 148px;
  height: 148px;
  content: "";
  border-radius: 999px;
  opacity: .2;
  filter: blur(16px);
  background: var(--accent-soft);
}
.partner-commerce::after { background: rgba(34, 230, 176, .58); }
.partner-content::after { background: rgba(0, 183, 255, .58); }
.partner-workflow::after { background: rgba(118, 87, 255, .5); }
.partner-illustration { position: relative; z-index: 1; width: 100%; height: 100%; min-height: 146px; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.partner-plate { stroke: rgba(255,255,255,.86); stroke-width: 1.2; filter: drop-shadow(0 18px 26px rgba(0,124,165,.09)); }
.partner-commerce .partner-plate { fill: url(#partnerCommerceGlow); }
.partner-content .partner-plate { fill: url(#partnerContentGlow); }
.partner-workflow .partner-plate { fill: url(#partnerWorkflowGlow); }
.partner-window,
.partner-device,
.partner-content-card,
.partner-laptop,
.partner-canvas { fill: rgba(255,255,255,.7); stroke: rgba(35,95,130,.24); stroke-width: 1.6; filter: drop-shadow(0 10px 18px rgba(5, 80, 120, .08)); }
.partner-screen-panel { fill: rgba(0,183,255,.16); stroke: rgba(0,164,207,.24); stroke-width: 1.3; }
.partner-shelf,
.partner-laptop-base { fill: rgba(255,255,255,.76); stroke: rgba(35,95,130,.18); stroke-width: 1.2; filter: drop-shadow(0 12px 18px rgba(0,124,165,.08)); }
.partner-product { fill: url(#commerceBottle); stroke: rgba(10,33,51,.32); stroke-width: 1.9; filter: drop-shadow(0 12px 18px rgba(0,124,165,.1)); }
.partner-cap { fill: rgba(10,33,51,.72); stroke: rgba(10,33,51,.12); stroke-width: 1.2; }
.partner-label { fill: rgba(255,255,255,.86); stroke: rgba(0,164,207,.18); stroke-width: 1.1; }
.partner-product.jar { fill: rgba(255,255,255,.86); }
.partner-product.box { fill: rgba(232,250,255,.82); }
.partner-product-line,
.partner-label-line,
.partner-flow-line,
.partner-panel-lines,
.partner-story-line,
.partner-route,
.partner-ui-lines { stroke: rgba(10,33,51,.5); stroke-width: 3; }
.partner-stars { fill: rgba(255, 214, 98, .7); stroke: rgba(255, 168, 64, .28); stroke-width: 1.2; }
.partner-badge,
.partner-bubble,
.partner-avatar { fill: rgba(255,255,255,.88); stroke: rgba(255,255,255,.92); stroke-width: 1.5; filter: drop-shadow(0 10px 18px rgba(5, 80, 120, .12)); }
.partner-avatar { fill: rgba(118,87,255,.18); stroke: rgba(118,87,255,.22); }
.partner-avatar.second { fill: rgba(34,230,176,.2); stroke: rgba(34,180,160,.24); }
.partner-check,
.partner-bubble-mark { fill: none; stroke: #0a2133; stroke-width: 3.1; }
.partner-play-mark { fill: #0a2133; stroke: none; }
.partner-play-mark.large { fill: rgba(10,33,51,.72); }
.partner-card-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  padding: 0 22px 22px;
}
.partner-card-copy h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(19px, 1.55vw, 24px);
  line-height: 1.08;
  letter-spacing: -0.024em;
}
.partner-card-copy p {
  max-width: 28ch;
  margin: 0;
  color: rgba(88, 113, 132, .96);
  font-size: 14px;
  font-weight: 680;
  line-height: 1.42;
}

.contact-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 50px; align-items: start; border-bottom: 0; }
.contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 24px; border: 1px solid rgba(255,255,255,.78); border-radius: var(--radius); background: rgba(255,255,255,.72); box-shadow: 0 22px 80px rgba(0,124,165,.13); }
.contact-form label { display: grid; gap: 8px; color: var(--muted); font-size: 13px; font-weight: 780; }
.contact-form .full { grid-column: 1 / -1; }
.contact-form textarea { resize: vertical; }
.form-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.form-note { margin: 0; color: var(--muted); font-size: 13px; }
.form-status { display: none; margin: 0; padding: 13px 14px; border: 1px solid rgba(0, 164, 207, .18); border-radius: 14px; background: rgba(255,255,255,.62); color: var(--muted); font-size: 14px; font-weight: 760; }
.form-status:not(:empty) { display: block; }
.form-status[data-state="pending"] { color: #1c6d86; background: rgba(0,183,255,.08); }
.form-status[data-state="success"] { color: #08745f; background: rgba(34,230,176,.1); border-color: rgba(34,180,160,.22); }
.form-status[data-state="error"] { color: #9b2748; background: rgba(255,107,183,.1); border-color: rgba(255,107,183,.24); }
.button:disabled { cursor: wait; opacity: .66; transform: none; }

.site-footer { padding: 10px 0 32px; text-align: center; color: rgba(37, 52, 70, .66); font-size: 13px; }
.site-footer p { margin: 0; }
.site-footer a { color: inherit; font-weight: 780; text-decoration: none; }
.site-footer a:hover { color: var(--ink); }

@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translate3d(0, 34px, 0); transition: opacity 680ms ease, transform 680ms cubic-bezier(.2,.8,.2,1); transition-delay: var(--reveal-delay, 0ms); }
  .reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
  .product-card, .capability-step, .proof-card, .showreel-track img, .button { transition: transform 240ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease; }
  .product-card:hover, .capability-step:hover, .proof-card:hover, .showreel-track img:hover { transform: translateY(-4px); }
  .capability-step.is-active .cap-illustration .arrow,
  .capability-step.is-active .cap-illustration .route { stroke-dasharray: 8 10; animation: iconDash 2s linear infinite; }
  .capability-step.is-active .cap-illustration { opacity: 1; }
  .capability-step.is-active .step-number { color: #047b9e; border-color: rgba(0,164,207,.24); background: rgba(255,255,255,.9); box-shadow: 0 10px 24px rgba(0, 183, 255, .12); }
}
@keyframes iconDash { to { stroke-dashoffset: -52; } }
@keyframes iconPulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.04); opacity: .82; } }
@media (prefers-reduced-motion: reduce) { .signal-glow, .aurora, .stage-card, .showreel-track, .partner-panel::after, .cap-illustration * { animation: none !important; transition: none !important; } }

@media (max-width: 1100px) {
  .topbar { grid-template-columns: 1fr; gap: 14px; top: 8px; margin-top: 8px; }
  .nav { justify-content: flex-start; overflow-x: auto; }
  .toolbar { justify-self: start; align-items: center; flex-wrap: nowrap; }
  .hero, .product-card, .contact-section { grid-template-columns: 1fr; min-height: auto; }
  .hero-stage { min-height: 560px; }
  .proof-strip, .capability-flow, .partner-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-card { grid-template-columns: auto 1fr; }
  .proof-card em { grid-column: 2; justify-self: start; }
  .capability-flow::before { display: none; }
  .comic-strip, .commerce-grid, .ux-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .site-shell { width: min(100% - 24px, 1360px); }
  .topbar { grid-template-columns: minmax(0, 1fr) auto; gap: 8px; align-items: center; }
  .brandmark { grid-column: 1; grid-row: 1; width: auto; max-width: 218px; min-width: 0; gap: 8px; padding: 6px 10px 6px 6px; }
  .brand-symbol { width: 34px; height: 34px; border-radius: 12px; }
  .brand-symbol svg { width: 25px; height: 25px; }
  .brand-name { overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
  .toolbar { grid-column: 2; grid-row: 1; justify-self: end; padding: 4px; }
  .language-tab { min-height: 32px; padding: 0 9px; font-size: 12px; }
  .nav { grid-column: 1 / -1; grid-row: 2; justify-self: stretch; width: 100%; gap: 4px; padding: 4px; overflow-x: auto; }
  .nav a { flex: 1 0 auto; justify-content: center; min-height: 30px; padding: 0 8px; font-size: 13px; }
  .hero { padding: 38px 0 48px; }
  h1 { font-size: clamp(42px, 12.6vw, 60px); line-height: 1; }
  h2 { font-size: clamp(32px, 9.7vw, 48px); }
  .hero-lede, .section-intro p, .product-copy p, .partner-panel p { font-size: 17px; }
  .hero-stage { min-height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 12px; padding: 12px; }
  .stage-card { width: 100%; min-height: 0; animation: none; }
  .stage-comic { grid-column: 1 / -1; grid-row: 1; aspect-ratio: 4 / 3; }
  .stage-product, .stage-ux { grid-column: auto; grid-row: 2; aspect-ratio: 1 / 1; }
  .proof-strip, .capability-flow, .partner-list, .contact-form, .comic-strip, .commerce-grid, .ux-gallery { grid-template-columns: 1fr; }
  .proof-card { grid-template-columns: auto 1fr; min-height: 104px; padding: 18px; }
  .proof-logo { width: 48px; height: 48px; border-radius: 16px; }
  .proof-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-card:last-child { border-bottom: 0; }
  .section { padding: 68px 0; }
  .showreel-track img { width: auto; height: 190px; }
  .product-card, .partner-panel { padding: 16px; border-radius: 26px; }
  .form-actions { align-items: stretch; }
  .form-actions .button { width: 100%; }
}
