/* startups.gallery — ported from the Claude Design source (Startup Gallery.dc.html).
   Inline styles in the source become classes here; every hover state that was
   JS-driven there is plain :hover now. */

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

body {
  margin: 0;
  background: #fff;
  color: #1d1d1f;
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, 'SF Pro Display', 'SF Pro Text', 'Helvetica Neue', Helvetica, sans-serif;
}
[dir="rtl"] body {
  font-family: 'SF Arabic', 'Geeza Pro', -apple-system, 'Segoe UI', Tahoma, sans-serif;
}

a { color: #2b2c30; text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2 { letter-spacing: -0.03em; }
[dir="rtl"] h1, [dir="rtl"] h2 { letter-spacing: normal; }

button { font-family: inherit; }

.root { min-height: 100vh; background: #fff; color: #1d1d1f; }

/* ---------- shared ---------- */

.btn {
  font-size: 15px; padding: 12px 24px; border-radius: 999px; border: none;
  cursor: pointer; white-space: nowrap;
}
.btn-dark { background: #2b2c30; color: #fff; }
.btn-dark:hover { background: #43454b; }
.btn-ghost {
  font-size: 13.5px; padding: 9px 18px; border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.14); background: rgba(255,255,255,0.6);
  color: #1d1d1f; cursor: pointer; white-space: nowrap;
}
.btn-ghost:hover { background: rgba(0,0,0,0.05); }
.btn-link {
  font-size: 13.5px; border: none; background: none; padding: 0;
  cursor: pointer; color: #6e6e73;
}
.btn-soft {
  font-size: 13px; padding: 6px 12px; border-radius: 999px; border: none;
  background: rgba(0,0,0,0.05); color: #1d1d1f; cursor: pointer; white-space: nowrap;
}
.btn-soft:hover { background: rgba(0,0,0,0.09); }
.btn-apply {
  font-size: 13.5px; padding: 8px 16px; border-radius: 999px; border: none;
  background: #fff; color: #2b2c30; cursor: pointer; white-space: nowrap;
  transition: background 160ms ease, color 160ms ease;
}
.btn-apply:hover { background: #2b2c30; color: #fff; }

.num { font-variant-numeric: tabular-nums; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.mark {
  border-radius: 19px; flex: 0 0 auto; display: grid; place-items: center;
  color: #fff; font-weight: 600;
}

/* ---------- animations ---------- */

@keyframes fundscroll { from { transform: translate3d(0,0,0); } to { transform: translate3d(-50%,0,0); } }
@keyframes fundscrollrtl { from { transform: translate3d(0,0,0); } to { transform: translate3d(50%,0,0); } }
@keyframes logofade { 0% { transform: scale(0.94); opacity: 0 } 22% { transform: scale(1); opacity: 1 } 100% { transform: scale(1); opacity: 1 } }
@keyframes drift1 { 0% { transform: translate3d(0,0,0) rotate(-7deg) } 50% { transform: translate3d(0,-9px,0) rotate(-4deg) } 100% { transform: translate3d(0,0,0) rotate(-7deg) } }
@keyframes drift2 { 0% { transform: translate3d(0,-4px,0) rotate(-2deg) } 50% { transform: translate3d(0,7px,0) rotate(1deg) } 100% { transform: translate3d(0,-4px,0) rotate(-2deg) } }
@keyframes drift3 { 0% { transform: translate3d(0,3px,0) rotate(3deg) } 50% { transform: translate3d(0,-7px,0) rotate(6deg) } 100% { transform: translate3d(0,3px,0) rotate(3deg) } }
@keyframes drift4 { 0% { transform: translate3d(0,-2px,0) rotate(8deg) } 50% { transform: translate3d(0,8px,0) rotate(11deg) } 100% { transform: translate3d(0,-2px,0) rotate(8deg) } }
@keyframes blobmorph {
  0% { border-radius: 46% 54% 38% 62% / 58% 42% 58% 42%; transform: translate3d(-2%,-1%,0) scale(1) rotate(0deg) }
  34% { border-radius: 62% 38% 58% 42% / 40% 62% 38% 60%; transform: translate3d(3%,2%,0) scale(1.09) rotate(4deg) }
  68% { border-radius: 38% 62% 46% 54% / 62% 38% 56% 44%; transform: translate3d(-1%,3%,0) scale(1.05) rotate(-3deg) }
  100% { border-radius: 46% 54% 38% 62% / 58% 42% 58% 42%; transform: translate3d(-2%,-1%,0) scale(1) rotate(0deg) }
}
@keyframes blobmorph2 {
  0% { border-radius: 62% 38% 56% 44% / 44% 60% 40% 56%; transform: translate3d(2%,2%,0) scale(1.04) rotate(0deg) }
  50% { border-radius: 40% 60% 42% 58% / 58% 40% 60% 42%; transform: translate3d(-3%,-2%,0) scale(1.12) rotate(-5deg) }
  100% { border-radius: 62% 38% 56% 44% / 44% 60% 40% 56%; transform: translate3d(2%,2%,0) scale(1.04) rotate(0deg) }
}

@media (prefers-reduced-motion: reduce) {
  .ticker, .wl-blob, .popper-tile, .popper, .popper-aura { animation: none !important; }
}

/* ---------- waitlist ---------- */

.wl {
  position: relative; min-height: 100vh; overflow: hidden; background: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 64px 22px;
}
.wl-blob { position: absolute; pointer-events: none; }
.wl-blob1 {
  inset: -14%; filter: blur(26px); opacity: 0.9;
  animation: blobmorph 24s ease-in-out infinite;
  border-radius: 46% 54% 38% 62% / 58% 42% 58% 42%;
  background:
    radial-gradient(60% 62% at 34% 32%, #b4bbc6 0%, rgba(180,187,198,0) 72%),
    radial-gradient(54% 58% at 74% 26%, #dfe3e8 0%, rgba(223,227,232,0) 70%),
    radial-gradient(58% 60% at 66% 78%, #8b919b 0%, rgba(139,145,155,0) 72%),
    radial-gradient(50% 54% at 22% 76%, #cbcfd6 0%, rgba(203,207,214,0) 70%);
}
.wl-blob2 {
  inset: -18%; filter: blur(38px); opacity: 0.72;
  animation: blobmorph2 31s ease-in-out infinite;
  border-radius: 62% 38% 56% 44% / 44% 60% 40% 56%;
  background:
    radial-gradient(56% 58% at 62% 40%, #9aa1ab 0%, rgba(154,161,171,0) 70%),
    radial-gradient(50% 52% at 28% 60%, #e7eaee 0%, rgba(231,234,238,0) 68%);
}
.wl-grain {
  position: absolute; inset: 0; width: 100%; height: 100%;
  pointer-events: none; opacity: 0.4; mix-blend-mode: multiply;
}
.wl-veil {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(46% 40% at 50% 44%, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.5) 58%, rgba(255,255,255,0) 100%);
}
.wl-inner {
  position: relative; width: 100%; max-width: 640px;
  display: flex; flex-direction: column; align-items: center; gap: 26px; text-align: center;
}
/* The mark is a wide wordmark-shaped swoosh, so it sits on the page directly —
   no chip, no fixed square. Height drives it; width follows. */
.logo-lg { height: 54px; width: auto; display: block;
  filter: drop-shadow(0 2px 6px rgba(40, 48, 66, 0.22)); }

.wl-copy { display: flex; flex-direction: column; gap: 16px; align-items: center; }
.wl-badge { font-size: 12.5px; letter-spacing: 0.08em; text-transform: uppercase; color: #86868b; }
.wl-title { margin: 0; font-size: clamp(40px, 6.4vw, 74px); line-height: 1.03; font-weight: 600; color: #1d1d1f; text-wrap: balance; }
[dir="rtl"] .wl-title { text-wrap: pretty; }
.wl-sub { margin: 0; max-width: 460px; font-size: 18px; line-height: 1.5; color: #6e6e73; text-wrap: pretty; }
.wl-count { font-size: 13px; color: #86868b; }
.wl-form { width: 100%; max-width: 470px; display: flex; flex-direction: column; gap: 12px; align-items: center; }
.wl-fine { font-size: 12.5px; color: #86868b; }
.wl-actions { display: flex; align-items: center; gap: 16px; padding-top: 14px; }

.field {
  width: 100%; display: flex; gap: 8px; padding: 7px; border-radius: 999px;
  background: rgba(255,255,255,0.72);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.09), 0 10px 30px rgba(20,22,28,0.1);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); flex-wrap: wrap;
}
.field input {
  flex: 1 1 200px; min-width: 0; font-family: inherit; font-size: 15.5px;
  padding: 11px 16px; border-radius: 999px; border: none; background: transparent;
  color: #1d1d1f; outline: none;
}
.field .btn { font-size: 15px; font-weight: 500; padding: 12px 24px; flex: 0 0 auto; }

/* ---------- poppers ---------- */

.poppers { display: flex; align-items: center; }
.popper { position: relative; }
.popper + .popper { margin-inline-start: -11px; }
.popper-tile {
  position: relative; width: 100%; height: 100%; display: grid; place-items: center;
  color: #fff; font-weight: 600;
}
.popper-aura {
  position: absolute; inset: -34%; border-radius: 26px; pointer-events: none;
  filter: blur(13px); opacity: 0.85;
}

.poppers-wl { padding: 10px 0 2px; }
.poppers-wl .popper { width: 54px; height: 54px; }
.poppers-wl .popper-tile { border-radius: 15px; font-size: 18px; }

.poppers-more .popper { width: 40px; height: 40px; animation: none; }
.poppers-more .popper-aura { display: none; }
.poppers-more .popper-tile {
  border-radius: 11px; border: 2px solid #fff; font-size: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.14);
}

/* ---------- header ---------- */

.hdr {
  position: sticky; top: 0; z-index: 40; height: 48px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.72);
  backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.hdr-in {
  width: 100%; max-width: 1280px; padding: 0 22px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px;
}
.brand {
  display: flex; align-items: center; gap: 8px; border: none; background: none;
  padding: 0; cursor: pointer; justify-self: start;
}
.logo-sm { height: 24px; width: auto; flex: 0 0 auto; display: block;
  filter: drop-shadow(0 1px 2px rgba(40, 48, 66, 0.20)); }

.nav { display: flex; align-items: center; justify-content: center; gap: 30px; font-size: 12px; white-space: nowrap; }
.nav button {
  font-size: 12px; border: none; background: none; padding: 0; cursor: pointer;
  color: #1d1d1f; transition: opacity 200ms ease; opacity: 0.6;
}
.nav button:hover { opacity: 0.85; }
.nav button[aria-current="page"] { opacity: 1; font-weight: 500; }
.hdr-right { display: flex; align-items: center; justify-content: flex-end; gap: 10px; justify-self: end; }
.hdr-right .lang {
  font-size: 12px; padding: 6px 11px; border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.14); background: transparent; color: #1d1d1f;
  cursor: pointer; white-space: nowrap; flex: 0 0 auto;
}
.hdr-right .lang:hover { background: rgba(0,0,0,0.05); }
.hdr-right .cta { font-size: 12px; padding: 6px 13px; flex: 0 0 auto; }

/* ---------- hero + sections ---------- */

.hero { max-width: 900px; margin: 0 auto; padding: 82px 22px 34px; text-align: center; }
.eyebrow { font-size: 19px; font-weight: 600; color: #6e6e73; letter-spacing: -0.01em; }
.hero h1 { margin: 10px 0 0; font-size: clamp(44px, 6.4vw, 80px); line-height: 1.04; font-weight: 600; text-wrap: balance; }
[dir="rtl"] .hero h1 { text-wrap: pretty; }
.hero p { margin: 22px auto 0; max-width: 600px; font-size: 21px; line-height: 1.45; color: #1d1d1f; text-wrap: pretty; }

.page { max-width: 1024px; margin: 0 auto; padding: 82px 22px 0; }
.page > h1 { margin: 0; font-size: clamp(40px, 5.2vw, 64px); line-height: 1.05; font-weight: 600; text-align: center; }
.page > .lede { margin: 20px auto 46px; max-width: 520px; font-size: 19px; line-height: 1.45; color: #6e6e73; text-align: center; text-wrap: pretty; }

.sec { max-width: 1280px; margin: 0 auto; padding: 6px 22px 42px; }
.sec-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-bottom: 14px; }
.sec-head h2 { margin: 0; font-size: 19px; font-weight: 600; }
.sec-head button { font-size: 13.5px; border: none; background: none; padding: 0; cursor: pointer; color: #2b2c30; }

/* ---------- funding ticker ---------- */

.ticker-mask {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 3%, #000 97%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 3%, #000 97%, transparent);
}
/* The strip is the rounds listed twice, and the animation shifts it by exactly
   -50%. That only lands seamlessly if half the strip is a whole number of
   cards — a flex `gap` breaks it, because 18 cards carry 17 gaps and half of
   that is 8.5. The spacing lives on the card instead, so each copy is exactly
   9 x (216 + 12) and the loop point is invisible. */
.ticker {
  display: flex; width: max-content; padding: 6px 0;
  animation: fundscroll 46s linear infinite;
}
[dir="rtl"] .ticker { animation-name: fundscrollrtl; }
.ticker:hover { animation-play-state: paused; }
.round-card {
  flex: 0 0 auto; width: 216px; margin-inline-end: 12px;
  background: #f5f5f7; border-radius: 16px;
  padding: 15px 17px; display: flex; flex-direction: column; gap: 9px;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms ease, background 260ms ease;
}
.round-card:hover {
  transform: scale(1.045);
  background: #fff;
  box-shadow: 0 10px 26px rgba(30, 32, 38, 0.13);
}
@media (prefers-reduced-motion: reduce) { .round-card { transition: none; } }
.round-card .top { display: flex; align-items: center; gap: 9px; }
.round-card .swatch { width: 22px; height: 22px; border-radius: 6px; flex: 0 0 auto; }
.round-card .name { font-size: 13.5px; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.round-card .amount { font-size: 25px; font-weight: 600; letter-spacing: -0.025em; }
.round-card .sub { font-size: 12px; color: #6e6e73; }

/* ---------- filter bar ---------- */

.filters {
  position: sticky; top: 48px; z-index: 30;
  background: rgba(255,255,255,0.82);
  backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
.filters-in {
  max-width: 1280px; margin: 0 auto; padding: 12px 22px;
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
}
.menus { display: flex; gap: 8px; flex-wrap: wrap; }
.menu { position: relative; }
.chip {
  font-size: 13px; padding: 7px 14px; border-radius: 999px; cursor: pointer;
  white-space: nowrap; display: flex; align-items: center; gap: 7px;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
  border: 1px solid rgba(0,0,0,0.16); background: transparent; color: #1d1d1f;
}
.chip:hover { background: rgba(0,0,0,0.04); }
.chip[aria-pressed="true"] { background: #1d1d1f; color: #fff; border-color: #1d1d1f; }
.chip .caret { font-size: 9px; opacity: 0.6; }
.menu-pop {
  position: absolute; top: calc(100% + 8px); z-index: 60; min-width: 190px; padding: 6px;
  inset-inline-start: 0; background: rgba(255,255,255,0.98);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(0,0,0,0.08); border-radius: 14px;
  box-shadow: 0 12px 34px rgba(0,0,0,0.16);
  display: flex; flex-direction: column; gap: 1px;
}
.menu-opt {
  font-size: 13.5px; text-align: start; padding: 8px 11px; border-radius: 8px;
  border: none; background: transparent; color: #1d1d1f; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 12px; white-space: nowrap;
}
.menu-opt:hover { background: rgba(0,0,0,0.05); }
.menu-opt[aria-checked="true"] { font-weight: 500; }
.menu-opt .tick { color: #2b2c30; opacity: 0; }
.menu-opt[aria-checked="true"] .tick { opacity: 1; }
.count { font-size: 13px; color: #86868b; white-space: nowrap; }

/* ---------- gallery grid ---------- */

.gallery { max-width: 1280px; margin: 0 auto; padding: 34px 22px 0; }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); gap: 44px 34px; }
.card {
  display: flex; flex-direction: column; gap: 13px; cursor: pointer;
  border: none; background: none; padding: 0; text-align: inherit; font: inherit; color: inherit;
}
.card .shot {
  position: relative; aspect-ratio: 16 / 9; border-radius: 14px; overflow: hidden;
  background: #f5f5f7; box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  transition: transform 420ms cubic-bezier(0.28,0.11,0.32,1), box-shadow 420ms ease;
}
.card:hover .shot, .card:focus-visible .shot {
  transform: scale(1.012);
  box-shadow: 0 18px 40px rgba(0,0,0,0.16);
}
.card-body {
  display: flex; flex-direction: column; align-items: center; gap: 9px;
  padding: 12px 6px 0; text-align: center;
}
.card-name { font-size: 15px; font-weight: 600; letter-spacing: -0.01em; color: #1d1d1f; }
.card-pitch { font-size: 15px; line-height: 1.4; color: #1d1d1f; }
.card-meta { font-size: 14px; line-height: 1.4; color: #86868b; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* Product shot: a real <img> when one is supplied, otherwise the company
   initial tinted into the grey plate (the design's slots ship empty). */
.shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.shot-empty {
  width: 100%; height: 100%; display: grid; place-items: center;
  font-size: clamp(34px, 9vw, 56px); font-weight: 600; letter-spacing: -0.04em;
  color: currentColor; opacity: 0.16; user-select: none;
}

.empty { padding: 90px 0; text-align: center; }
.empty .msg { font-size: 21px; font-weight: 500; letter-spacing: -0.01em; }
.empty .btn-soft { font-size: 15px; margin-top: 16px; padding: 10px 22px; }

.more {
  position: relative; width: 100%; margin-top: 64px; height: 84px; padding: 0;
  display: grid; place-items: center; cursor: pointer; border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.12); overflow: hidden; background: transparent;
  transition: background 300ms ease, border-color 300ms ease;
}
.more:hover, .more:focus-visible { background: rgba(0,0,0,0.035); border-color: rgba(0,0,0,0.2); }
.more .poppers {
  grid-area: 1 / 1;
  transition: opacity 260ms ease, transform 320ms cubic-bezier(0.28,0.11,0.32,1);
  opacity: 1; transform: scale(1);
}
.more .more-label {
  grid-area: 1 / 1; font-size: 15px; color: #1d1d1f;
  transition: opacity 260ms ease, transform 320ms cubic-bezier(0.28,0.11,0.32,1);
  opacity: 0; transform: translateY(8px);
}
.more:hover .poppers, .more:focus-visible .poppers { opacity: 0; transform: scale(0.86) translateY(-6px); }
.more:hover .more-label, .more:focus-visible .more-label { opacity: 1; transform: translateY(0); }
.count-foot { display: flex; justify-content: center; padding: 14px 0 0; }
.count-foot span { font-size: 12.5px; color: #86868b; }

/* ---------- detail ---------- */

.detail { max-width: 1024px; margin: 0 auto; padding: 26px 22px 0; }
.back { font-size: 13.5px; padding: 7px 14px 7px 11px; display: flex; align-items: center; gap: 6px; }
.detail-head { display: flex; align-items: flex-end; gap: 20px; padding: 30px 0 22px; flex-wrap: wrap; }
.detail-head .mark { width: 76px; height: 76px; font-size: 32px; }
.detail-title { flex: 1 1 300px; min-width: 260px; display: flex; flex-direction: column; gap: 7px; }
.detail-title h1 { margin: 0; font-size: clamp(34px, 4.4vw, 52px); line-height: 1.03; font-weight: 600; letter-spacing: -0.032em; }
.detail-title p { margin: 0; font-size: 19px; line-height: 1.4; color: #6e6e73; text-wrap: pretty; }
.detail-actions { display: flex; gap: 10px; padding-bottom: 4px; }
.detail-actions .btn { font-size: 14.5px; padding: 11px 22px; }
.detail-shot { aspect-ratio: 16 / 7; border-radius: 24px; overflow: hidden; background: #f5f5f7; }
.detail-cols { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 46px; padding: 46px 0 0; }
.detail-main { display: flex; flex-direction: column; gap: 34px; }
.block { display: flex; flex-direction: column; gap: 12px; }
.block h2 { margin: 0; font-size: 21px; font-weight: 600; }
.block p { margin: 0; font-size: 16.5px; line-height: 1.55; color: #424245; text-wrap: pretty; }
.hist-row {
  display: grid; grid-template-columns: 92px minmax(0, 1fr) 84px; align-items: center;
  gap: 16px; padding: 13px 2px; border-bottom: 1px solid rgba(0,0,0,0.08);
}
.hist-row .stage { font-size: 13.5px; font-weight: 500; }
.hist-row .who { font-size: 13.5px; color: #6e6e73; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hist-row .amt { font-size: 14px; font-weight: 500; text-align: end; }
.role-row {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px 18px; border-radius: 14px; background: #f5f5f7;
}
.role-row .who { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.role-row .title { font-size: 15px; font-weight: 500; letter-spacing: -0.01em; }
.role-row .meta { font-size: 13px; color: #6e6e73; }
.aside { display: flex; flex-direction: column; gap: 12px; }
.panel { background: #f5f5f7; border-radius: 18px; padding: 22px 24px; display: flex; flex-direction: column; gap: 14px; }
.spec-row { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.spec-row .label { font-size: 13.5px; color: #6e6e73; }
.spec-row .value { font-size: 13.5px; font-weight: 500; text-align: end; }
.panel .label { font-size: 13.5px; color: #6e6e73; }
.chipset { display: flex; flex-wrap: wrap; gap: 6px; }
.chipset span { font-size: 12.5px; color: #1d1d1f; background: #fff; padding: 5px 11px; border-radius: 7px; white-space: nowrap; }
.similar { padding: 62px 0 0; }
.similar h2 { margin: 0 0 16px; font-size: 21px; font-weight: 600; }

/* ---------- jobs ---------- */

.job-row {
  display: grid; grid-template-columns: 44px minmax(0, 1.4fr) minmax(0, 1fr) auto;
  align-items: center; gap: 18px; padding: 16px 20px; border-radius: 16px; background: #f5f5f7;
}
.job-row .swatch { width: 44px; height: 44px; border-radius: 10px; }
.job-row .who { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.job-row .role { font-size: 15.5px; font-weight: 500; letter-spacing: -0.01em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.job-row .company { font-size: 13.5px; color: #6e6e73; }
.facts { display: flex; flex-wrap: wrap; gap: 6px; }
.facts span { font-size: 12px; color: #424245; background: rgba(0,0,0,0.05); padding: 4px 9px; border-radius: 6px; white-space: nowrap; }
.rows { display: flex; flex-direction: column; gap: 10px; }

/* ---------- news ---------- */

.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding-bottom: 44px; }
.stat { background: #f5f5f7; border-radius: 18px; padding: 24px 26px; display: flex; flex-direction: column; gap: 6px; }
.stat .value { font-size: 34px; font-weight: 600; letter-spacing: -0.028em; }
.stat .label { font-size: 13.5px; color: #6e6e73; }
.round-row {
  display: grid; grid-template-columns: 34px minmax(0, 1fr) minmax(0, 1.1fr) 120px 96px;
  align-items: center; gap: 18px; padding: 15px 6px; border-bottom: 1px solid rgba(0,0,0,0.08);
}
.round-row .swatch { width: 30px; height: 30px; border-radius: 8px; }
.round-row .name { font-size: 15px; font-weight: 500; letter-spacing: -0.01em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.round-row .lead { font-size: 13.5px; color: #6e6e73; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.round-row .when { font-size: 13px; color: #86868b; white-space: nowrap; }
.round-row .amt { font-size: 15px; font-weight: 500; text-align: end; white-space: nowrap; }

/* ---------- investors ---------- */

.inv-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 14px; }
.inv { background: #f5f5f7; border-radius: 18px; padding: 22px 24px; display: flex; flex-direction: column; gap: 10px; }
.inv .top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.inv .name { font-size: 17px; font-weight: 600; letter-spacing: -0.015em; }
.inv .stage { font-size: 12px; color: #6e6e73; white-space: nowrap; }
.inv .thesis { font-size: 14px; line-height: 1.4; color: #424245; text-wrap: pretty; }
.inv .tags { display: flex; gap: 6px; padding-top: 2px; }
.inv .tags span { font-size: 12px; color: #424245; background: rgba(0,0,0,0.06); padding: 4px 9px; border-radius: 6px; white-space: nowrap; }

/* ---------- about ---------- */

.about { max-width: 760px; padding-top: 88px; }
.about > p.lede { margin: 22px auto 0; max-width: 560px; font-size: 19px; line-height: 1.5; }
.about .stats { padding: 48px 0 44px; }
.about .stat .value { font-size: 32px; }
.about-sections { display: flex; flex-direction: column; gap: 30px; }
.about-sections .block { gap: 9px; }
.people { display: flex; gap: 14px; padding: 48px 0 0; flex-wrap: wrap; }
.person { flex: 1 1 260px; display: flex; align-items: center; gap: 14px; padding: 18px 20px; border-radius: 18px; background: #f5f5f7; }
.person .mark { width: 46px; height: 46px; border-radius: 13px; font-size: 18px; }
.person .who { display: flex; flex-direction: column; gap: 2px; }
.person .name { font-size: 15px; font-weight: 500; }
.person .role { font-size: 13px; color: #6e6e73; }

/* ---------- sponsor ---------- */

.sponsor { padding-top: 88px; }
.sponsor > p.lede { margin: 22px auto 46px; max-width: 560px; line-height: 1.5; }
.aud { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding-bottom: 44px; }
.aud .stat .value { font-size: 28px; letter-spacing: -0.026em; }
.aud .stat .label { font-size: 13px; }
.pkgs { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 14px; }
.pkg { border-radius: 20px; padding: 26px 28px; display: flex; flex-direction: column; gap: 14px; }
.pkg .name { font-size: 13px; letter-spacing: 0.04em; text-transform: uppercase; opacity: 0.6; }
.pkg .price { font-size: 34px; font-weight: 600; letter-spacing: -0.028em; }
.pkg .items { display: flex; flex-direction: column; gap: 8px; padding-top: 2px; }
.pkg .items span { font-size: 14px; line-height: 1.4; opacity: 0.85; }
.pkg .btn { font-size: 14.5px; margin-top: 6px; padding: 11px 20px; }

/* ---------- submit ---------- */

.submit { max-width: 720px; padding-top: 88px; }
.submit > p.lede { margin: 22px auto 44px; line-height: 1.5; }
.form { display: flex; flex-direction: column; gap: 16px; }
.form label { display: flex; flex-direction: column; gap: 7px; }
.form label > span { font-size: 13.5px; font-weight: 500; }
.form input, .form textarea {
  font-family: inherit; font-size: 15px; padding: 12px 15px; border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.14); background: #fff; color: #1d1d1f; outline: none;
}
.form textarea { resize: vertical; }
.form input:focus, .form textarea:focus { border-color: rgba(0,0,0,0.4); }
.form input[type="file"] { padding: 11px 13px; background: #f5f5f7; border-style: dashed; cursor: pointer; }
.form .hint { font-size: 12.5px; font-weight: 400; color: #86868b; }
.form-actions { display: flex; align-items: center; gap: 14px; padding-top: 6px; }
.form-actions .btn { padding: 12px 26px; }
.form-actions span { font-size: 13px; color: #86868b; }

/* ---------- subscribe + footer ---------- */

#subscribe { background: #f5f5f7; margin-top: 96px; padding: 68px 22px 72px; }
#subscribe .inner { max-width: 620px; margin: 0 auto; text-align: center; }
#subscribe h2 { margin: 0 0 12px; font-size: clamp(26px, 3vw, 36px); font-weight: 600; }
#subscribe p { margin: 0 0 26px; font-size: 17px; line-height: 1.45; color: #6e6e73; text-wrap: pretty; }
#subscribe .row { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
#subscribe input {
  font-family: inherit; font-size: 15px; padding: 12px 18px; border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.14); background: #fff; color: #1d1d1f; width: 260px; outline: none;
}

.foot { max-width: 1024px; margin: 0 auto; padding: 26px 22px 60px; }
.foot p { margin: 0 0 18px; font-size: 12px; line-height: 1.5; color: #86868b; max-width: 720px; }
.foot .bar {
  border-top: 1px solid rgba(0,0,0,0.1); padding-top: 18px;
  display: flex; align-items: center; justify-content: space-between; gap: 22px;
  flex-wrap: wrap; font-size: 12px; color: #86868b;
}
.foot .links { display: flex; gap: 20px; }
.foot .links button { font-size: 12px; border: none; background: none; padding: 0; cursor: pointer; color: #424245; }
.foot .links button:hover { text-decoration: underline; }

/* ---------- narrow ---------- */

@media (max-width: 860px) {
  .detail-cols { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .aud { grid-template-columns: repeat(2, 1fr); }
  .round-row { grid-template-columns: 30px minmax(0, 1fr) 96px; }
  .round-row .lead, .round-row .when { display: none; }
  .job-row { grid-template-columns: 44px minmax(0, 1fr) auto; }
  .job-row .facts { display: none; }
  .nav { gap: 18px; }
}
@media (max-width: 560px) {
  .stats, .about .stats { grid-template-columns: 1fr; }
  .nav { display: none; }
}

:focus-visible { outline: 2px solid #2b2c30; outline-offset: 3px; border-radius: 6px; }

/* Company logo centred on a tinted plate — used when a company publishes no
   16:9 banner. Contained, never cropped: a wordmark loses its meaning if the
   edges are cut off. */
.shot-logo {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

/* Inset via the image, not container padding: percentage padding resolves
   against the PARENT's width, so on a small square it silently eats the whole
   box. max-width/max-height resolve against this element, which is what we
   actually mean. */
.shot-logo img {
  max-width: 62%;
  max-height: 62%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Real company marks in place of the design's coloured squares. Contained on a
   white plate — a logo cropped to fill loses its shape, and most brand marks
   assume a light background. */
.swatch.has-logo,
.mark.has-logo,
.popper-tile.has-logo {
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: transparent;
}

/* No container padding — see the note on .shot-logo. The inset comes from the
   image's own max dimensions, which resolve against the swatch itself. */
.swatch.has-logo img,
.mark.has-logo img,
.popper-tile.has-logo img {
  max-width: 76%;
  max-height: 76%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Launch form: keep the wordmark and controls within small screens. */
.wl { min-height: 100svh; }
.wl .logo-lg { width: min(380px, 100%); height: auto; }
.wl-fine { max-width: 410px; line-height: 1.6; color: #59595f; }
.wl-fine a { text-decoration: underline; overflow-wrap: anywhere; }
.wl-status { margin: 0; min-height: 1.5em; font-size: 14px; line-height: 1.5; }
.wl-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.field:focus-within { outline: 2px solid #52645a; outline-offset: 4px; }
.btn:disabled { opacity: .6; cursor: wait; }
@media (max-width: 480px) {
  .wl { padding: 40px 22px; }
  .wl-inner { gap: 22px; }
  .wl .field { border-radius: 24px; }
  .wl .field input { flex-basis: 100%; text-align: start; font-size: 16px; }
  .wl .field .btn { width: 100%; }
  .wl-sub { font-size: 17px; }
}

/* A quiet, warm surface lets the silver identity stand apart from the artwork. */
body, .root { background: #faf9f6; }
.wl { background: #faf9f6; }
.wl-blob, .wl-grain, .wl-veil { display: none; }
.logo-lg, .logo-sm { filter: brightness(.72); }
.hdr { background: rgba(250,249,246,.96); }
.wl-badge, .wl-count { color: #686963; }
.wl .field { background: #fff; box-shadow: inset 0 0 0 1px #deded6, 0 6px 20px rgba(30,35,28,.04); }
