:root {
  --bg: #0A0E0B;
  --bg-warm: #0E1310;
  --surface: #131815;
  --surface-2: #1A211D;
  --border: rgba(255,255,255,0.08);
  --border-strong: rgba(255,255,255,0.16);
  --text: #F4F7F2;
  --text-dim: #A9B1A8;
  --text-faint: #6A726B;
  --lime: #C7F564;
  --lime-soft: rgba(199,245,100,0.11);
  --peach: #FFB28C;
  --mint: #7DD3C0;
  --display: 'Fraunces', Georgia, serif;
  --body: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  font-family: var(--body);
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.36;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.04 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
a { color: var(--lime); text-decoration: none; }
a:hover { text-decoration: underline; }
.site-pill {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: calc(100vw - 32px);
  padding: 10px 18px 10px 12px;
  background: rgba(19,24,21,0.78);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid rgba(255,178,140,0.20);
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 14px 34px rgba(0,0,0,0.22), 0 0 34px rgba(255,178,140,0.06);
}
.site-pill-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--text);
}
.site-pill-brand:hover { text-decoration: none; }
.site-pill-brand img {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  box-shadow: 0 0 24px rgba(199,245,100,0.12);
}
.site-pill-brand img.brand-logo-wide {
  width: 46px;
  height: 34px;
  object-fit: contain;
  border-radius: 8px;
  background: rgba(255,255,255,0.02);
}
.site-pill > img {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  box-shadow: 0 0 24px rgba(199,245,100,0.12);
}
.site-pill-brand span {
  font-family: var(--display);
  font-weight: 600;
  font-size: 17px;
  color: var(--text);
}
.site-pill-title {
  font-family: var(--display);
  font-weight: 600;
  font-size: 17px;
  color: var(--text);
}
.site-pill-links {
  display: flex;
  align-items: center;
  gap: 16px;
}
.site-pill-links a {
  color: var(--text-dim);
  font-size: 13px;
  font-weight: 800;
}
.site-pill-links .developer-link {
  color: var(--bg);
  background: var(--lime);
  border-radius: 999px;
  padding: 8px 12px;
}
.site-pill-links .developer-link:hover { text-decoration: none; }
main, footer {
  position: relative;
  z-index: 2;
}
.page-wrap {
  width: min(100%, 860px);
  margin: 0 auto;
  padding: 116px 24px 80px;
}
.wide-wrap {
  width: min(100%, 1120px);
}
.home-wrap {
  padding-bottom: 72px;
}
.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  align-items: start;
  gap: 30px;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 42px;
}
.hero-copy {
  max-width: 720px;
}
.hero-mark {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  margin-bottom: 22px;
}
.app-icon {
  width: 76px;
  height: 76px;
  border-radius: 20px;
  border: 1px solid var(--border-strong);
  box-shadow: 0 18px 52px rgba(0,0,0,0.35), 0 0 44px rgba(199,245,100,0.12);
}
.hero-logo {
  display: block;
  width: min(220px, 42vw);
  height: auto;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid var(--border-strong);
  background: rgba(5,7,5,0.72);
  box-shadow: 0 18px 52px rgba(0,0,0,0.35), 0 0 44px rgba(199,245,100,0.12);
}
.eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--peach);
  margin-bottom: 8px;
}
.subtitle {
  color: var(--text-dim);
  font-size: 14px;
  font-weight: 800;
}
.tagline-small {
  color: var(--text-dim);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  margin-top: -4px;
  margin-bottom: 18px;
}
h1 {
  font-family: var(--display);
  font-size: clamp(36px, 3.6rem, 58px);
  line-height: 1.04;
  font-weight: 600;
  letter-spacing: 0;
  max-width: 760px;
  margin-bottom: 12px;
}
h2 {
  font-family: var(--body);
  font-size: 17px;
  font-weight: 800;
  color: var(--text);
  margin-top: 40px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}
h3 {
  font-size: 15px;
  font-weight: 800;
  color: var(--text);
  margin-top: 20px;
  margin-bottom: 8px;
}
.lede, .section-heading p, p {
  color: var(--text-dim);
  line-height: 1.75;
}
.lede {
  font-size: clamp(16px, 1.25rem, 20px);
  max-width: 720px;
  margin-bottom: 26px;
}
strong { color: var(--text); }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--bg);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(199,245,100,0.15);
}
.button.secondary {
  background: rgba(255,255,255,0.08);
  color: var(--text);
  border: 1px solid var(--border-strong);
}
.button:hover { text-decoration: none; }
.warning {
  border: 1px solid var(--border-strong);
  border-left: 3px solid var(--peach);
  border-radius: 14px;
  padding: 18px 20px;
  margin: 28px 0 38px;
  background: rgba(255,178,140,0.08);
}
.compact-warning {
  max-width: 720px;
  margin: 0;
}
.hero-wide-warning {
  width: 100%;
  max-width: none;
  margin: 6px 0 40px;
}
.warning p { margin: 0; color: var(--text); }
.hero-showcase {
  align-self: end;
  position: relative;
  min-height: 500px;
  perspective: 1200px;
  padding-top: 0;
}
.hero-preview {
  position: absolute;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
  border-radius: 18px;
  background: #050705;
  border: 1px solid rgba(199,245,100,0.14);
  box-shadow: 0 24px 70px rgba(0,0,0,0.28);
  transform-style: preserve-3d;
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease;
}
.hero-preview::before,
.evidence-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(
    120deg,
    transparent 20%,
    rgba(255,255,255,0.16) 42%,
    rgba(199,245,100,0.24) 50%,
    transparent 68%
  );
  transform: translateX(-115%);
  transition: opacity 220ms ease, transform 520ms ease;
}
.hero-showcase:hover .hero-preview::before,
.evidence-card:hover::before {
  opacity: 1;
  transform: translateX(115%);
}
.hero-showcase:hover .hero-preview-graph {
  transform: translateY(-8px) rotateY(-4deg) rotateZ(1deg);
  border-color: rgba(199,245,100,0.48);
  box-shadow: 0 40px 100px rgba(0,0,0,0.45), 0 0 54px rgba(199,245,100,0.18);
}
.hero-showcase:hover .hero-preview-entry {
  transform: translateY(8px) rotateY(6deg) rotateZ(-2deg);
  border-color: rgba(125,211,192,0.32);
  box-shadow: 0 34px 88px rgba(0,0,0,0.38), 0 0 38px rgba(125,211,192,0.12);
}
.hero-showcase:hover .hero-preview-support {
  transform: translateY(-4px) translateZ(-70px) rotateY(4deg) rotateZ(-0.5deg);
  border-color: rgba(255,178,140,0.28);
}
.hero-preview-graph {
  z-index: 3;
  top: 22px;
  right: 0;
  width: 58%;
  height: 430px;
  transform: rotateY(-7deg) rotateZ(1.5deg);
  border-color: rgba(199,245,100,0.28);
  box-shadow: 0 34px 92px rgba(0,0,0,0.38), 0 0 46px rgba(199,245,100,0.10);
}
.hero-preview-entry {
  z-index: 2;
  top: 98px;
  left: 0;
  width: 50%;
  height: 382px;
  transform: rotateY(9deg) rotateZ(-2.5deg);
}
.hero-preview-support {
  z-index: 1;
  top: 0;
  left: 92px;
  width: 42%;
  height: 300px;
  opacity: 0.88;
  transform: translateZ(-80px) rotateY(6deg) rotateZ(-1deg);
}
.hero-preview img {
  display: block;
  width: 100%;
  min-height: 0;
  flex: 1 1 auto;
  height: 100%;
  padding: 10px;
  object-fit: contain;
  object-position: center center;
  background: #050705;
}
.hero-preview figcaption {
  flex: 0 0 auto;
  padding: 10px 12px 12px;
  color: var(--text-dim);
  font-size: 12px;
  line-height: 1.45;
}
.video-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  border-radius: 16px;
  background: #050705;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 22px 58px rgba(0,0,0,0.28);
}
.video-card::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-link {
  max-width: 920px;
  margin: 14px auto 0;
  font-size: 14px;
  font-weight: 800;
}
.small-lede {
  font-size: 16px;
  margin-top: -14px;
}
.page-section {
  width: 100%;
  margin: 0 auto;
  padding: 22px 0 44px;
  scroll-margin-top: 110px;
}
.section-heading {
  max-width: 760px;
  margin-bottom: 22px;
}
.flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}
.flow-card, .report-tile, .card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
}
.flow-card {
  min-height: 180px;
  padding: 18px;
}
.marketing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.marketing-card {
  position: relative;
  overflow: hidden;
  min-height: 214px;
  padding: 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(19,24,21,0.96), rgba(26,33,29,0.74));
  border: 1px solid rgba(199,245,100,0.16);
  box-shadow: 0 20px 50px rgba(0,0,0,0.22);
}
.marketing-card span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--lime);
  color: var(--bg);
  font-weight: 900;
  font-size: 13px;
}
.marketing-card h3 {
  margin-top: 0;
  font-size: 17px;
}
.marketing-card p {
  margin: 0;
}
.flow-card:nth-child(even), .card:nth-child(even) {
  border-color: rgba(255,178,140,0.16);
}
.flow-number {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--lime);
  color: var(--bg);
  font-weight: 900;
}
.phone-card {
  overflow: hidden;
  border-radius: 18px;
  background: #050705;
  border: 1px solid var(--border);
  box-shadow: 0 22px 58px rgba(0,0,0,0.28);
}
.phone-card:nth-child(2n) { transform: none; }
.phone-card img, .evidence-card img, .large-report img {
  display: block;
  width: 100%;
}
.phone-card figcaption, .evidence-card figcaption, .large-report figcaption {
  padding: 11px 12px 13px;
  color: var(--text-dim);
  font-size: 12px;
  line-height: 1.45;
}
.graph-section {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  background: transparent;
}
.graph-section .section-heading, .report-grid {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.evidence-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  perspective: 1200px;
}
.evidence-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: 0 20px 50px rgba(0,0,0,0.22);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}
.evidence-card:hover {
  transform: translateY(-6px) rotateX(1.5deg) rotateY(-1.5deg);
  border-color: rgba(199,245,100,0.42);
  box-shadow: 0 28px 72px rgba(0,0,0,0.34), 0 0 34px rgba(199,245,100,0.12);
}
.evidence-card.graph-card {
  grid-column: span 3;
}
.evidence-card.graph-card img {
  height: 560px;
  padding: 18px;
  object-fit: contain;
  object-position: center top;
  background: #050705;
}
.evidence-card.graph-card figcaption,
.evidence-card.report-preview figcaption {
  padding: 14px 16px 16px;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
}
.evidence-card.report-preview {
  grid-column: 1 / -1;
  background: #050705;
}
.evidence-card.feature-report {
  border-color: rgba(199,245,100,0.30);
  box-shadow: 0 32px 90px rgba(0,0,0,0.34), 0 0 48px rgba(199,245,100,0.10);
}
.evidence-card.report-preview img {
  height: 840px;
  padding: 28px;
  object-fit: contain;
  object-position: center center;
  background: #050705;
}
.evidence-card.report-strip {
  grid-column: span 3;
}
.evidence-card.report-strip img {
  height: 300px;
  padding: 12px;
  object-fit: contain;
  object-position: center center;
  background: #050705;
}
.report-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding-top: 20px;
}
.report-tile {
  min-height: 128px;
  padding: 20px;
  background: var(--lime-soft);
  border-color: rgba(199,245,100,0.18);
}
.report-tile strong {
  display: block;
  margin-bottom: 8px;
  color: var(--lime);
  font-family: var(--display);
  font-size: clamp(26px, 2.35rem, 38px);
  line-height: 1;
}
.report-tile span {
  color: var(--text-dim);
  font-size: 14px;
  line-height: 1.45;
}
.records-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 24px;
  align-items: stretch;
  padding-top: 52px;
}
.flat-list {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px;
  background: var(--surface);
}
.flat-list p:last-child { margin-bottom: 0; }
.large-report {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  border-radius: 24px;
  background: var(--surface);
  border: 1px solid var(--border-strong);
  box-shadow: 0 24px 70px rgba(0,0,0,0.28);
}
.large-report img {
  flex: 1 1 auto;
  min-height: 0;
  max-height: 560px;
  padding: 18px;
  object-fit: contain;
  object-position: center top;
  background: #050705;
}
.large-report figcaption {
  flex: 0 0 auto;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}
.card {
  padding: 18px;
}
.label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 8px;
}
.card:nth-child(even) .label { color: var(--peach); }
.shot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.home-shot-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.fresh-shot-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.fresh-section .phone-card {
  border-color: rgba(199,245,100,0.16);
}
.shot-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.22);
}
.shot-card img {
  display: block;
  width: 100%;
  height: auto;
}
.shot-caption {
  padding: 10px 11px 12px;
  color: var(--text-dim);
  font-size: 12px;
  line-height: 1.45;
}
.mockup {
  width: 100%;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: var(--surface);
  margin: 18px 0;
}
.hero-mockup {
  border-color: rgba(255,178,140,0.18);
  box-shadow: 0 26px 70px rgba(0,0,0,0.30), 0 0 44px rgba(199,245,100,0.08);
}
.principles-band {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 28px;
  align-items: start;
  margin: 30px 0;
  padding: 26px;
  border: 1px solid rgba(255,178,140,0.18);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(19,24,21,0.92), rgba(26,33,29,0.72));
  box-shadow: 0 20px 60px rgba(0,0,0,0.22);
}
.principles-band h2 { margin-top: 0; }
.principle-list {
  border-left: 1px solid var(--border);
  padding-left: 22px;
}
.principle-list p { margin-bottom: 14px; }
.principle-list p:last-child { margin-bottom: 0; }
.contact-block {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 24px 28px;
  margin-top: 28px;
}
.contact-block p { margin: 0 0 6px; }
footer {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 34px 24px 44px;
  border-top: 1px solid var(--border);
  color: var(--text-faint);
  font-size: 13px;
  line-height: 1.7;
}
.footer-brand {
  font-family: var(--display);
  font-size: 22px;
  color: var(--text);
  margin-bottom: 6px;
}
footer .tagline-small {
  margin: 0 0 8px;
}
@media (max-width: 1020px) {
  .hero-section, .records-section {
    grid-template-columns: 1fr;
  }
  .hero-section {
    max-width: 760px;
    text-align: center;
  }
  .hero-copy {
    max-width: none;
  }
  .hero-mark, .hero-actions {
    justify-content: center;
  }
  .compact-warning {
    margin: 0 auto;
    text-align: left;
  }
  .hero-showcase {
    align-self: auto;
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
    min-height: 520px;
    padding-top: 0;
  }
  .hero-preview-graph {
    right: 2%;
    width: 56%;
  }
  .hero-preview-entry {
    left: 2%;
    width: 50%;
  }
  .hero-preview-support {
    left: 24%;
    width: 42%;
  }
  .flow-grid, .marketing-grid, .home-shot-grid, .fresh-shot-grid, .evidence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .evidence-card.graph-card,
  .evidence-card.report-preview,
  .evidence-card.report-strip {
    grid-column: span 2;
  }
  .evidence-card.report-preview img {
    height: 700px;
  }
  .report-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 860px) {
  .site-pill {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    align-items: center;
    flex-direction: column;
    width: calc(100% - 32px);
    margin: 16px auto 0;
    border-radius: 22px;
    white-space: normal;
  }
  .site-pill-brand {
    justify-content: center;
  }
  .site-pill-links {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 14px;
  }
  .grid { grid-template-columns: 1fr; }
  .principles-band { grid-template-columns: 1fr; }
  .principle-list {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid var(--border);
    padding-top: 16px;
  }
  .shot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  body { width: 100%; max-width: 100vw; }
  .page-wrap {
    width: 100%;
    max-width: 100vw;
    padding: 34px 18px 64px;
  }
  .home-wrap { overflow: hidden; }
  .page-section { padding: 22px 0 36px; }
  .hero-section {
    width: 100%;
    max-width: 100%;
    margin-bottom: 26px;
    overflow: hidden;
  }
  .hero-copy {
    width: min(100%, 300px);
    min-width: 0;
    margin: 0 auto;
  }
  .hero-mark {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 18px;
  }
  .hero-logo {
    width: min(210px, 72vw);
  }
  h1 {
    width: 100%;
    font-size: clamp(34px, 10vw, 39px);
    line-height: 1.08;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: break-word;
  }
  .lede {
    font-size: 16px;
    line-height: 1.65;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .button {
    width: 100%;
    min-height: 48px;
  }
  .flow-grid, .marketing-grid, .home-shot-grid, .fresh-shot-grid, .report-grid, .shot-grid, .evidence-grid {
    grid-template-columns: 1fr;
  }
  .evidence-card.graph-card,
  .evidence-card.report-preview,
  .evidence-card.report-strip { grid-column: span 1; }
  .evidence-card.graph-card img,
  .evidence-card.report-preview img,
  .evidence-card.report-strip img {
    height: auto;
    max-height: 560px;
    object-fit: contain;
    padding: 10px;
    background: #050705;
  }
  .app-icon { width: 64px; height: 64px; border-radius: 17px; }
  .site-pill {
    width: calc(100% - 28px);
    max-width: calc(100vw - 28px);
    padding: 10px 12px 12px;
    overflow: hidden;
  }
  .site-pill-brand span { font-size: 15px; }
  .site-pill-brand img,
  .site-pill-brand img.brand-logo-wide {
    width: 34px;
    height: 26px;
  }
  .site-pill-links {
    max-width: 100%;
    overflow: hidden;
    gap: 8px 12px;
  }
  .site-pill-links a {
    font-size: 12px;
  }
  .site-pill-links a:not(.developer-link) {
    flex: 0 1 auto;
  }
  .site-pill-links .developer-link {
    flex-basis: 100%;
    width: max-content;
    max-width: 100%;
    margin: 2px auto 0;
    padding: 7px 12px;
  }
  .hero-showcase {
    width: 100%;
    min-height: 720px;
    max-width: min(100%, 340px);
    overflow: hidden;
  }
  .hero-preview {
    max-width: 100%;
  }
  .hero-preview-graph {
    top: 0;
    right: 0;
    width: 76%;
    height: 390px;
    transform: rotateZ(1deg);
  }
  .hero-preview-entry {
    top: 264px;
    left: 0;
    width: 78%;
    height: 390px;
    transform: rotateZ(-1.5deg);
  }
  .hero-preview-support {
    top: 170px;
    left: 34%;
    width: 58%;
    height: 280px;
    transform: rotateZ(1.5deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-preview,
  .evidence-card,
  .hero-preview::before,
  .evidence-card::before {
    transition: none;
  }
  .hero-showcase:hover .hero-preview,
  .evidence-card:hover {
    transform: none;
  }
}
