/* Morton Digital Storefront v2
   Cold operator commerce — conversion-first
   Type: Plus Jakarta Sans + JetBrains Mono
   Accent: signal emerald on near-black
*/

@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;1,500&display=swap');

:root {
  color-scheme: dark;
  --bg: #07080a;
  --bg-2: #0c0e12;
  --surface: #10131a;
  --surface-2: #151922;
  --surface-3: #1b2030;
  --line: rgba(255, 255, 255, 0.07);
  --line-2: rgba(255, 255, 255, 0.12);
  --ink: #f2f4f8;
  --muted: #9aa3b5;
  --faint: #6b7385;
  --accent: #3dd68c;
  --accent-2: #6aefad;
  --accent-dim: rgba(61, 214, 140, 0.12);
  --accent-ink: #04140c;
  --warm: #e8b86d;
  --danger: #f07178;
  --ease: cubic-bezier(0.32, 0.72, 0, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --max: 1180px;
  --r: 16px;
  --r-lg: 24px;
  --font: 'Plus Jakarta Sans', system-ui, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;
  --shadow: 0 28px 60px -36px rgba(0, 0, 0, 0.85);
  --glow: 0 12px 40px -14px rgba(61, 214, 140, 0.35);
}

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

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  min-height: 100dvh;
  line-height: 1.55;
  font-size: 16px;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
ul, ol, dl { list-style: none; }

::selection { background: var(--accent); color: var(--accent-ink); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

.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;
}

.skip {
  position: absolute; left: -999px; top: 0.75rem; z-index: 100;
  padding: 0.6rem 1rem; border-radius: 999px;
  background: var(--accent); color: var(--accent-ink); font-weight: 600;
}
.skip:focus { left: 0.75rem; }

/* Atmosphere */
.fx { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.fx-grain {
  position: absolute; inset: 0; opacity: 0.028;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.fx-grid {
  position: absolute; inset: 0; opacity: 0.035;
  background-image:
    linear-gradient(rgba(255,255,255,0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.5) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse at 50% 0%, black 0%, transparent 70%);
}
.fx-glow {
  position: absolute; border-radius: 50%; filter: blur(90px);
}
.fx-glow-a {
  width: min(55vw, 560px); height: min(55vw, 560px);
  top: -12vw; right: -8vw;
  background: radial-gradient(circle, rgba(61,214,140,0.16), transparent 68%);
}
.fx-glow-b {
  width: min(40vw, 400px); height: min(40vw, 400px);
  bottom: 15%; left: -10vw;
  background: radial-gradient(circle, rgba(232,184,109,0.07), transparent 70%);
}

.shell {
  position: relative; z-index: 1;
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* Topbar */
.topbar {
  position: sticky; top: 0; z-index: 50;
  padding: 0.85rem 0 0;
  transition: padding 220ms var(--ease);
}
.topbar.is-scrolled { padding-top: 0.55rem; }

.topbar-inner {
  width: min(100% - 1.5rem, var(--max));
  margin-inline: auto;
  min-height: 58px;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 0.4rem 0.45rem 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--line-2);
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)), rgba(12, 14, 18, 0.88);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), var(--shadow);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.logo { display: flex; align-items: center; gap: 0.65rem; min-width: 0; }
.logo-mark {
  width: 32px; height: 32px; border-radius: 10px; flex-shrink: 0;
  display: grid; place-items: center;
  background: linear-gradient(145deg, var(--accent-2), #1f9a5c);
  color: var(--accent-ink);
  font-weight: 700; font-size: 0.95rem; letter-spacing: -0.03em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.35);
}
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-text strong { font-size: 0.9rem; font-weight: 650; letter-spacing: -0.02em; }
.logo-text small {
  font-size: 0.62rem; font-weight: 500; color: var(--faint);
  letter-spacing: 0.12em; text-transform: uppercase; font-family: var(--mono);
}

.desk-nav { display: none; align-items: center; gap: 0.15rem; }
.desk-nav a {
  padding: 0.45rem 0.8rem; border-radius: 999px;
  font-size: 0.875rem; color: var(--muted);
  transition: color 160ms var(--ease), background 160ms var(--ease);
}
.desk-nav a:hover { color: var(--ink); background: rgba(255,255,255,0.04); }

.topbar-cta { display: flex; align-items: center; gap: 0.45rem; }
.link-quiet {
  display: none; font-size: 0.84rem; color: var(--muted); padding: 0.35rem 0.5rem;
}
.link-quiet:hover { color: var(--ink); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  min-height: 44px; padding: 0.7rem 1.15rem; border-radius: 999px;
  font-size: 0.9rem; font-weight: 600; letter-spacing: -0.01em;
  transition: transform 160ms var(--ease), background 180ms var(--ease),
    border-color 180ms var(--ease), color 180ms var(--ease), box-shadow 180ms var(--ease);
  white-space: nowrap; touch-action: manipulation;
}
.btn:active { transform: scale(0.98); }
.btn-lg { min-height: 50px; padding: 0.8rem 1.35rem; font-size: 0.95rem; }
.btn-solid {
  background: var(--accent); color: var(--accent-ink);
  box-shadow: 0 0 0 1px rgba(61,214,140,0.25), var(--glow);
}
.btn-solid:hover {
  background: var(--accent-2);
  box-shadow: 0 0 0 1px rgba(61,214,140,0.4), 0 16px 44px -12px rgba(61,214,140,0.45);
}
.btn-end {
  width: 24px; height: 24px; border-radius: 999px;
  display: grid; place-items: center;
  background: rgba(0,0,0,0.14); font-size: 0.85rem;
  transition: transform 280ms var(--ease);
}
.btn-solid:hover .btn-end { transform: translateX(2px); }
.btn-line {
  border: 1px solid var(--line-2); color: var(--ink);
  background: rgba(255,255,255,0.02);
}
.btn-line:hover {
  border-color: rgba(61,214,140,0.45); color: var(--accent-2);
  background: var(--accent-dim);
}

.burger {
  width: 40px; height: 40px; border-radius: 999px;
  border: 1px solid var(--line); display: inline-flex;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.burger span {
  display: block; width: 15px; height: 1.5px; background: var(--ink);
  border-radius: 2px; transition: transform 240ms var(--ease), opacity 160ms ease;
}
.burger[aria-expanded="true"] span:first-child { transform: translateY(3.25px) rotate(45deg); }
.burger[aria-expanded="true"] span:last-child { transform: translateY(-3.25px) rotate(-45deg); }

@media (min-width: 900px) {
  .desk-nav { display: flex; }
  .link-quiet { display: inline; }
  .burger { display: none; }
}

/* Drawer */
.drawer {
  display: none; position: fixed; inset: 0; z-index: 40;
  background: rgba(7,8,10,0.94);
  backdrop-filter: blur(20px);
  padding: 5.5rem 1.25rem 2rem;
}
.drawer.is-open { display: block; }
.drawer-nav {
  max-width: 400px; margin-inline: auto;
  display: flex; flex-direction: column; gap: 0.35rem;
}
.drawer-nav a:not(.btn) {
  padding: 1rem 0.2rem; border-bottom: 1px solid var(--line);
  font-size: 1.2rem; font-weight: 550; color: var(--muted);
}
.drawer-nav a:not(.btn):hover { color: var(--ink); }
.drawer-nav .btn { width: 100%; margin-top: 0.5rem; }

/* Hero */
.hero { position: relative; z-index: 1; padding: 1.5rem 0 2.5rem; }
.hero-shell {
  display: grid; gap: 1.75rem; align-items: stretch;
}
@media (min-width: 960px) {
  .hero-shell {
    grid-template-columns: 1.15fr 0.95fr;
    gap: 2.25rem; align-items: center;
    min-height: min(68dvh, 640px);
  }
}

.status-chip {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.35rem 0.75rem 0.35rem 0.55rem;
  border-radius: 999px; margin-bottom: 1.15rem;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.03);
  font-family: var(--mono); font-size: 0.68rem;
  letter-spacing: 0.04em; color: var(--muted); text-transform: uppercase;
}
.pulse {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-dim);
  animation: pulse 2.2s var(--ease) infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

.hero h1 {
  font-size: clamp(2.4rem, 5.4vw, 3.9rem);
  font-weight: 650; letter-spacing: -0.045em;
  line-height: 1.02; max-width: 12ch; margin-bottom: 1rem;
}
.grad {
  background: linear-gradient(120deg, var(--accent-2), #a8f0c8 45%, var(--warm));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lede {
  color: var(--muted); font-size: clamp(1.02rem, 1.5vw, 1.15rem);
  max-width: 36ch; margin-bottom: 1.5rem; line-height: 1.55;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-bottom: 1.75rem; }

.metric-row {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem;
}
@media (min-width: 520px) {
  .metric-row { grid-template-columns: repeat(4, 1fr); }
}
.metric-row div {
  padding: 0.75rem 0.85rem; border-radius: 12px;
  border: 1px solid var(--line); background: rgba(255,255,255,0.02);
}
.metric-row dt {
  font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--faint); margin-bottom: 0.25rem;
}
.metric-row dd {
  font-size: 1.05rem; font-weight: 650; letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}

/* Shell cards (double bezel) */
.shell-card {
  padding: 5px; border-radius: calc(var(--r-lg) + 4px);
  background: rgba(255,255,255,0.035);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.shell-card-inner {
  border-radius: var(--r-lg);
  background:
    radial-gradient(circle at 90% 0%, rgba(61,214,140,0.12), transparent 42%),
    linear-gradient(165deg, var(--surface-2), var(--surface));
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.06);
  padding: 1.35rem 1.3rem 1.4rem;
  min-height: 300px;
  display: flex; flex-direction: column;
}

.featured-kicker {
  font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--faint); margin-bottom: 0.85rem;
}
.featured-top {
  display: flex; justify-content: space-between; align-items: center;
  gap: 0.75rem; margin-bottom: 0.85rem;
}
.pill {
  display: inline-flex; align-items: center;
  padding: 0.28rem 0.7rem; border-radius: 999px;
  font-size: 0.72rem; font-weight: 600;
  background: var(--accent-dim); color: var(--accent-2);
  border: 1px solid rgba(61,214,140,0.28);
}
.price-xl {
  font-size: 1.7rem; font-weight: 700; letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}
.shell-card-inner h2 {
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.2; letter-spacing: -0.025em; font-weight: 650;
  margin-bottom: 0.65rem;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.shell-card-inner p {
  color: var(--muted); font-size: 0.92rem; line-height: 1.5; flex: 1;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
  margin-bottom: 1rem;
}
.shell-card-inner .btn { width: 100%; margin-top: auto; }

.featured-outcomes {
  display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 1rem;
}
.featured-outcomes span {
  font-size: 0.72rem; color: var(--muted);
  padding: 0.25rem 0.55rem; border-radius: 999px;
  border: 1px solid var(--line); background: rgba(0,0,0,0.2);
}

/* Sections */
.block { position: relative; z-index: 1; padding: clamp(3rem, 7vw, 5.25rem) 0; }
.block-tint {
  background: linear-gradient(180deg, rgba(255,255,255,0.015), transparent);
  border-block: 1px solid var(--line);
}
.block-head { max-width: 40rem; margin-bottom: 1.75rem; }
.block-head h2 {
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  letter-spacing: -0.035em; font-weight: 650; line-height: 1.12;
  margin-bottom: 0.5rem;
}
.block-head p { color: var(--muted); max-width: 44ch; }

/* Value strip */
.value-strip {
  position: relative; z-index: 1;
  padding: 0 0 1rem;
}
.value-grid {
  display: grid; gap: 0.65rem;
  border-top: 1px solid var(--line);
  padding-top: 1.25rem;
}
@media (min-width: 720px) {
  .value-grid { grid-template-columns: repeat(4, 1fr); gap: 0; }
  .value-grid article {
    border-right: 1px solid var(--line);
    padding: 0.25rem 1.15rem 0.5rem 0;
  }
  .value-grid article:not(:first-child) { padding-left: 1.15rem; }
  .value-grid article:last-child { border-right: 0; padding-right: 0; }
}
.value-grid h3 {
  font-size: 0.95rem; font-weight: 650; letter-spacing: -0.02em;
  margin-bottom: 0.35rem;
}
.value-grid p { color: var(--muted); font-size: 0.86rem; max-width: 28ch; }

/* Paths */
.path-grid {
  display: grid; gap: 0.75rem;
}
@media (min-width: 640px) { .path-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .path-grid { grid-template-columns: repeat(4, 1fr); } }

.path-card {
  text-align: left; padding: 1.2rem 1.15rem;
  border-radius: var(--r); border: 1px solid var(--line);
  background: var(--surface); min-height: 168px;
  display: flex; flex-direction: column; gap: 0.4rem;
  transition: transform 280ms var(--ease), border-color 200ms var(--ease),
    box-shadow 280ms var(--ease), background 200ms var(--ease);
  position: relative; overflow: hidden;
}
.path-card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(61,214,140,0.1), transparent 50%);
  opacity: 0; transition: opacity 240ms var(--ease); pointer-events: none;
}
.path-card:hover, .path-card.is-active {
  transform: translateY(-3px);
  border-color: rgba(61,214,140,0.4);
  box-shadow: var(--glow);
}
.path-card:hover::before, .path-card.is-active::before { opacity: 1; }
.path-card .num {
  font-family: var(--mono); font-size: 0.68rem; color: var(--faint);
  letter-spacing: 0.1em; position: relative; z-index: 1;
}
.path-card h3 {
  font-size: 1.08rem; font-weight: 650; letter-spacing: -0.02em;
  position: relative; z-index: 1;
}
.path-card p {
  color: var(--muted); font-size: 0.86rem; line-height: 1.45; flex: 1;
  position: relative; z-index: 1;
}
.path-card .count {
  font-size: 0.75rem; color: var(--accent); font-family: var(--mono);
  position: relative; z-index: 1;
}

/* Spotlight (high leverage kits) */
.spotlight-grid {
  display: grid; gap: 0.85rem;
}
@media (min-width: 720px) {
  .spotlight-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1000px) {
  .spotlight-grid { grid-template-columns: repeat(3, 1fr); }
}

.spot {
  display: flex; flex-direction: column;
  border-radius: calc(var(--r) + 4px);
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.03);
  padding: 4px;
  transition: transform 300ms var(--ease), border-color 200ms var(--ease), box-shadow 300ms var(--ease);
  min-height: 100%;
}
.spot:hover {
  transform: translateY(-4px);
  border-color: rgba(61,214,140,0.35);
  box-shadow: var(--glow);
}
.spot-core {
  flex: 1; display: flex; flex-direction: column;
  border-radius: var(--r);
  background: var(--surface);
  border: 1px solid rgba(255,255,255,0.05);
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}
.spot-vis {
  aspect-ratio: 16 / 10; position: relative;
  display: grid; place-items: center;
  background:
    radial-gradient(circle at 30% 20%, rgba(61,214,140,0.18), transparent 48%),
    linear-gradient(145deg, #141a16, #0d1012 60%, #0a0c0e);
}
.spot-vis[data-cat="it-consulting"] {
  background:
    radial-gradient(circle at 70% 20%, rgba(61,214,140,0.16), transparent 45%),
    linear-gradient(145deg, #101814, #0c100e 60%, #090c0a);
}
.spot-vis[data-cat="saas-ui"] {
  background:
    radial-gradient(circle at 30% 20%, rgba(232,184,109,0.16), transparent 45%),
    linear-gradient(145deg, #181410, #100e0c 60%, #0c0a09);
}
.spot-vis[data-cat="ai-agents"] {
  background:
    radial-gradient(circle at 40% 30%, rgba(120,160,255,0.14), transparent 50%),
    linear-gradient(145deg, #12161e, #0c0e14 60%, #090a10);
}
.spot-vis::after {
  content: attr(data-initials);
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 650; letter-spacing: -0.04em;
  color: rgba(242,244,248,0.1);
}
.spot-vis img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 1;
}
.spot-body {
  padding: 1.05rem 1.1rem 1.15rem;
  display: flex; flex-direction: column; gap: 0.5rem; flex: 1;
}
.spot-meta {
  display: flex; justify-content: space-between; align-items: flex-start; gap: 0.5rem;
}
.spot-cat {
  font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--faint);
}
.spot-price {
  font-weight: 700; color: var(--accent-2);
  font-variant-numeric: tabular-nums; letter-spacing: -0.01em;
}
.spot h3 {
  font-size: 1.08rem; line-height: 1.25; letter-spacing: -0.02em; font-weight: 650;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.spot p {
  color: var(--muted); font-size: 0.875rem; line-height: 1.45; flex: 1;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.spot-actions { display: flex; gap: 0.4rem; margin-top: 0.25rem; }
.spot-actions .btn { flex: 1; min-height: 40px; font-size: 0.84rem; }

.badge {
  position: absolute; top: 0.65rem; left: 0.65rem; z-index: 2;
  background: rgba(7,8,10,0.8); border: 1px solid rgba(61,214,140,0.35);
  color: var(--accent-2); font-size: 0.65rem; padding: 0.25rem 0.55rem;
  border-radius: 999px; backdrop-filter: blur(8px);
  font-family: var(--mono); letter-spacing: 0.04em; font-weight: 500;
}

/* Catalog */
.catalog {
  border-radius: calc(var(--r-lg) + 2px);
  border: 1px solid var(--line);
  background: rgba(16, 19, 26, 0.55);
  padding: 0.85rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}
@media (min-width: 768px) { .catalog { padding: 1rem; } }

.toolbar {
  position: sticky; top: 5.1rem; z-index: 25;
  margin: -0.15rem -0.15rem 1rem;
  padding: 0.75rem 0.7rem 0.65rem;
  border-radius: var(--r);
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(10, 12, 16, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 12px 32px -20px rgba(0,0,0,0.85);
}

.toolbar-row {
  display: flex; flex-direction: column; gap: 0.75rem;
}
@media (min-width: 900px) {
  .toolbar-row {
    flex-direction: row; align-items: center; justify-content: space-between;
  }
}

.chips { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.chip {
  min-height: 36px; padding: 0.35rem 0.85rem; border-radius: 999px;
  border: 1px solid var(--line); color: var(--muted); font-size: 0.82rem;
  background: rgba(255,255,255,0.02);
  transition: background 160ms var(--ease), color 160ms var(--ease), border-color 160ms var(--ease);
}
.chip:hover { color: var(--ink); border-color: var(--line-2); }
.chip.is-on {
  background: var(--accent); color: var(--accent-ink);
  border-color: var(--accent); font-weight: 650;
}
.chip .n {
  opacity: 0.7; margin-left: 0.15rem;
  font-family: var(--mono); font-size: 0.72rem;
}
.chip.is-on .n { opacity: 0.85; }

.toolbar-right {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.45rem;
}
.field {
  position: relative; display: inline-flex; align-items: center;
}
.search-field { flex: 1 1 180px; min-width: min(100%, 180px); max-width: 260px; }
.search-field svg {
  position: absolute; left: 0.85rem; color: var(--faint); pointer-events: none;
}
.search-field input {
  width: 100%; min-height: 40px; border-radius: 999px;
  border: 1px solid var(--line); background: var(--surface); color: var(--ink);
  padding: 0.5rem 0.9rem 0.5rem 2.3rem; font-size: 0.88rem;
}
.search-field input:focus { outline: none; border-color: rgba(61,214,140,0.45); }
.search-field input::placeholder { color: var(--faint); }

.field select {
  min-height: 40px; border-radius: 999px; border: 1px solid var(--line);
  background: var(--surface); color: var(--ink);
  padding: 0.45rem 2rem 0.45rem 0.9rem; font-size: 0.84rem;
  appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239aa3b5' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 0.75rem center;
}

.seg {
  display: inline-flex; padding: 3px; border-radius: 999px;
  border: 1px solid var(--line); background: var(--surface); gap: 2px;
}
.seg-btn {
  width: 34px; height: 34px; border-radius: 999px;
  display: grid; place-items: center; color: var(--faint);
}
.seg-btn:hover { color: var(--ink); }
.seg-btn.is-on { background: var(--surface-3); color: var(--accent-2); }

.toolbar-meta {
  display: flex; align-items: center; justify-content: space-between;
  gap: 0.75rem; margin-top: 0.65rem; padding-top: 0.55rem;
  border-top: 1px solid var(--line);
}
.meta-count {
  font-size: 0.8rem; color: var(--faint); font-family: var(--mono);
}
.meta-clear {
  font-size: 0.8rem; color: var(--accent-2); font-weight: 600;
  padding: 0.25rem 0.4rem; border-radius: 6px;
}
.meta-clear:hover { background: var(--accent-dim); }
.meta-clear[hidden] { display: none; }

/* Product grid */
.product-grid { display: grid; gap: 0.85rem; }
.product-grid.density-comfortable { grid-template-columns: 1fr; }
@media (min-width: 560px) {
  .product-grid.density-comfortable { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 980px) {
  .product-grid.density-comfortable { grid-template-columns: repeat(3, 1fr); }
}
.product-grid.density-compact {
  gap: 0.65rem; grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 640px) {
  .product-grid.density-compact { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 900px) {
  .product-grid.density-compact { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 1200px) {
  .product-grid.density-compact { grid-template-columns: repeat(5, 1fr); }
}

.card {
  display: flex; flex-direction: column;
  border-radius: calc(var(--r) + 2px);
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line); padding: 4px;
  transition: transform 300ms var(--ease), border-color 200ms var(--ease), box-shadow 300ms var(--ease);
  min-height: 100%; contain: layout style;
}
.card:hover {
  transform: translateY(-4px);
  border-color: rgba(61,214,140,0.32);
  box-shadow: 0 0 0 1px rgba(61,214,140,0.1), 0 20px 40px -20px rgba(0,0,0,0.75);
}
.card-core {
  flex: 1; display: flex; flex-direction: column;
  border-radius: calc(var(--r) - 2px);
  background: var(--surface);
  border: 1px solid rgba(255,255,255,0.05);
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}
.card-vis {
  aspect-ratio: 16 / 10; position: relative;
  display: grid; place-items: center;
  background:
    radial-gradient(circle at 28% 18%, rgba(61,214,140,0.16), transparent 48%),
    linear-gradient(145deg, #141820, #0e1014 62%, #0a0c10);
}
.card-vis[data-cat="it-consulting"] {
  background:
    radial-gradient(circle at 70% 20%, rgba(61,214,140,0.14), transparent 45%),
    linear-gradient(145deg, #101814, #0c100e 60%, #090c0a);
}
.card-vis[data-cat="saas-ui"] {
  background:
    radial-gradient(circle at 30% 20%, rgba(232,184,109,0.18), transparent 45%),
    linear-gradient(145deg, #181410, #100e0c 60%, #0c0a09);
}
.card-vis[data-cat="ai-agents"] {
  background:
    radial-gradient(circle at 40% 30%, rgba(120,160,255,0.14), transparent 50%),
    linear-gradient(145deg, #12161e, #0c0e14 60%, #090a10);
}
.card-vis[data-cat="ops"] {
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.07), transparent 50%),
    linear-gradient(145deg, #16181c, #0e1012 60%, #0a0b0d);
}
.card-vis::after {
  content: attr(data-initials);
  font-size: clamp(1.7rem, 3.2vw, 2.3rem);
  font-weight: 650; letter-spacing: -0.04em;
  color: rgba(242,244,248,0.1);
}
.density-compact .card-vis { aspect-ratio: 16 / 9; }
.density-compact .card-vis::after { font-size: 1.3rem; }
.card-vis img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 1;
}
.card-body {
  padding: 1rem 1.05rem 1.1rem;
  display: flex; flex-direction: column; gap: 0.5rem; flex: 1;
}
.density-compact .card-body { padding: 0.75rem 0.8rem 0.85rem; gap: 0.35rem; }
.card-top {
  display: flex; justify-content: space-between; align-items: flex-start; gap: 0.5rem;
}
.card-cat {
  font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--faint);
}
.card-price {
  font-weight: 700; color: var(--accent-2);
  font-variant-numeric: tabular-nums; font-size: 0.92rem;
}
.card h3 {
  font-size: 1.02rem; line-height: 1.25; letter-spacing: -0.02em; font-weight: 650;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.density-compact .card h3 { font-size: 0.9rem; }
.card p {
  color: var(--muted); font-size: 0.875rem; line-height: 1.45; flex: 1;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.density-compact .card p { display: none; }
.card-actions { display: flex; gap: 0.4rem; margin-top: 0.3rem; }
.card-actions .btn {
  flex: 1; min-height: 40px; font-size: 0.84rem; padding-inline: 0.7rem;
}
.density-compact .card-actions .btn { min-height: 36px; font-size: 0.78rem; }
.density-compact .card-actions .btn-line { display: none; }

.empty {
  grid-column: 1 / -1; text-align: center;
  padding: 3.5rem 1.25rem; color: var(--muted);
  border: 1px dashed var(--line); border-radius: var(--r);
  background: rgba(0,0,0,0.15);
}
.empty strong { display: block; color: var(--ink); margin-bottom: 0.35rem; font-weight: 650; }

/* Pagination */
.pager {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 0.4rem; margin-top: 1.25rem;
}
.pager[hidden] { display: none; }
.page-btn {
  min-width: 40px; min-height: 40px; padding: 0.4rem 0.7rem;
  border-radius: 999px; border: 1px solid var(--line);
  color: var(--muted); font-size: 0.85rem;
  font-variant-numeric: tabular-nums;
}
.page-btn:hover:not(:disabled) { color: var(--ink); border-color: var(--line-2); }
.page-btn.is-on {
  background: var(--accent); color: var(--accent-ink);
  border-color: var(--accent); font-weight: 650;
}
.page-btn:disabled { opacity: 0.35; cursor: not-allowed; }
.page-ellipsis { color: var(--faint); padding: 0 0.25rem; font-family: var(--mono); font-size: 0.8rem; }

/* Steps */
.steps {
  display: grid; gap: 0; border-top: 1px solid var(--line);
}
@media (min-width: 800px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.steps li {
  padding: 1.5rem 1.25rem 1.5rem 0;
  border-bottom: 1px solid var(--line);
}
@media (min-width: 800px) {
  .steps li {
    border-bottom: 0; border-right: 1px solid var(--line);
    padding: 1.75rem 1.5rem 1.5rem 0;
  }
  .steps li:last-child { border-right: 0; padding-right: 0; }
  .steps li:not(:first-child) { padding-left: 1.5rem; }
}
.step-k {
  display: block; font-family: var(--mono); font-size: 0.72rem;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 0.7rem; font-weight: 500;
}
.steps h3 {
  font-size: 1.2rem; font-weight: 650; letter-spacing: -0.02em;
  margin-bottom: 0.4rem;
}
.steps p { color: var(--muted); font-size: 0.92rem; max-width: 32ch; }

/* Proof */
.proof-layout {
  display: grid; gap: 1.5rem;
  border-radius: calc(var(--r-lg) + 2px);
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.025);
  padding: 5px;
}
@media (min-width: 860px) {
  .proof-layout { grid-template-columns: 1.25fr 1fr; }
}
.proof-copy {
  padding: clamp(1.4rem, 3.5vw, 2.1rem);
  background:
    radial-gradient(circle at 0% 0%, rgba(61,214,140,0.1), transparent 42%),
    var(--surface);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: var(--r-lg);
}
.proof-copy h2 {
  font-size: clamp(1.45rem, 2.6vw, 1.9rem);
  letter-spacing: -0.03em; font-weight: 650;
  margin-bottom: 0.75rem; line-height: 1.15;
}
.proof-copy > p { color: var(--muted); max-width: 48ch; margin-bottom: 1rem; }
.proof-list {
  display: grid; gap: 0.45rem; margin-bottom: 1.35rem;
}
.proof-list li {
  color: var(--muted); font-size: 0.92rem;
  padding-left: 1rem; position: relative;
}
.proof-list li::before {
  content: ''; position: absolute; left: 0; top: 0.55em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--accent);
}
.proof-panel {
  display: grid; grid-template-columns: 1fr 1fr; gap: 5px;
}
.proof-stat {
  padding: 1.15rem 1rem; background: var(--surface);
  border: 1px solid rgba(255,255,255,0.05);
  display: flex; flex-direction: column; gap: 0.25rem;
}
.proof-stat:first-child { border-radius: var(--r-lg) 0 0 0; }
.proof-stat:nth-child(2) { border-radius: 0 var(--r-lg) 0 0; }
.proof-stat:nth-child(3) { border-radius: 0 0 0 var(--r-lg); }
.proof-stat:last-child { border-radius: 0 0 var(--r-lg) 0; }
.proof-stat strong {
  font-size: 1.2rem; letter-spacing: -0.03em; color: var(--accent-2); font-weight: 650;
}
.proof-stat span { font-size: 0.8rem; color: var(--muted); }

/* Closer */
.closer {
  position: relative; z-index: 1;
  text-align: center; padding: clamp(3.5rem, 8vw, 6rem) 0;
}
.closer-inner {
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 0%, rgba(61,214,140,0.1), transparent 50%),
    var(--surface);
  padding: clamp(2rem, 5vw, 3rem) 1.5rem;
}
.closer h2 {
  font-size: clamp(1.85rem, 3.8vw, 2.7rem);
  letter-spacing: -0.04em; font-weight: 650;
  max-width: 16ch; margin: 0 auto 0.85rem; line-height: 1.08;
}
.closer p {
  color: var(--muted); max-width: 40ch; margin: 0 auto 1.5rem;
}
.closer .hero-actions { justify-content: center; margin-bottom: 0; }

/* Footer */
.foot {
  position: relative; z-index: 1;
  border-top: 1px solid var(--line);
  padding: 1.75rem 0 2.25rem;
  color: var(--faint); font-size: 0.84rem;
}
.foot-inner {
  display: flex; flex-wrap: wrap; gap: 1rem;
  justify-content: space-between; align-items: center;
}
.foot-links { display: flex; flex-wrap: wrap; gap: 0.85rem 1.15rem; }
.foot-links a:hover { color: var(--muted); }

/* Skeletons */
.sk {
  background: linear-gradient(90deg, rgba(255,255,255,0.04), rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  background-size: 200% 100%;
  animation: shimmer 1.4s ease infinite;
  border-radius: 8px;
}
.sk-w40 { height: 14px; width: 40%; margin-bottom: 0.6rem; }
.sk-w80 { height: 22px; width: 80%; margin-bottom: 0.6rem; }
.sk-w60 { height: 12px; width: 60%; margin-bottom: 0.6rem; }
.sk-btn { height: 44px; width: 100%; border-radius: 999px; margin-top: 1rem; }
.sk-vis { aspect-ratio: 16/10; width: 100%; border-radius: 12px 12px 0 0; }
.sk-card { pointer-events: none; }
@keyframes shimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

/* Reveal */
[data-reveal] {
  opacity: 0; transform: translateY(18px);
  transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-out);
}
[data-reveal].in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .card, .spot, .path-card, .btn, [data-reveal], .pulse { transition: none !important; animation: none !important; }
  .card:hover, .spot:hover, .path-card:hover { transform: none; }
  [data-reveal] { opacity: 1; transform: none; }
  .sk { animation: none; }
}

@media (prefers-reduced-transparency: reduce) {
  .topbar-inner, .toolbar, .drawer {
    backdrop-filter: none; -webkit-backdrop-filter: none;
    background: #0c0e12;
  }
}
