@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../assets/fonts/inter-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../assets/fonts/space-grotesk-latin.woff2") format("woff2");
}

:root {
  --ink: #0b0f14;
  --ink-2: #111820;
  --ink-3: #18222c;
  --teal: #2fd8c4;
  --teal-deep: #17998c;
  --teal-dim: #1e9e92;
  --text: #e9f1f5;
  --text-muted: #8a98a5;
  --text-dark: #0b0f14;
  --text-dark-muted: #5c6b78;
  --paper: #f4f7f8;
  --paper-2: #ffffff;
  --step--1: clamp(0.83rem, 0.8rem + 0.15vw, 0.9rem);
  --step-0: clamp(1rem, 0.96rem + 0.2vw, 1.125rem);
  --step-1: clamp(1.25rem, 1.15rem + 0.5vw, 1.5rem);
  --step-2: clamp(1.6rem, 1.4rem + 1vw, 2.2rem);
  --step-3: clamp(2rem, 1.6rem + 2vw, 3rem);
  --step-4: clamp(2.6rem, 1.9rem + 3.4vw, 4.8rem);
  --header-h: 4.5rem;
  --radius: 14px;
  --ease: 200ms ease;
}

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

html {
  color-scheme: dark;
  overflow-x: clip;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: var(--step-0);
  font-weight: 400;
  line-height: 1.65;
  color: var(--text);
  background: var(--ink);
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--teal);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: #7ee8db;
}

h1,
h2,
h3 {
  font-family: "Space Grotesk", Inter, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 0.6em;
}

h1 {
  font-size: var(--step-4);
}

h2 {
  font-size: var(--step-3);
}

h3 {
  font-size: var(--step-2);
}

p {
  margin: 0 0 1em;
  max-width: 68ch;
}

p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

button,
input {
  font: inherit;
}

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 200;
  padding: 0.6rem 1rem;
  background: var(--teal);
  color: var(--text-dark);
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
}

.skip-link:focus {
  top: 1rem;
  color: var(--text-dark);
}

.page-hairline {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ink), var(--teal-dim) 55%, var(--teal));
  z-index: 80;
  pointer-events: none;
}

.container {
  width: min(1200px, 100%);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
}

.section {
  padding-block: clamp(72px, 10vw, 140px);
  scroll-margin-top: var(--header-h);
  position: relative;
}

.section-head {
  margin-bottom: clamp(2rem, 4vw, 3.2rem);
}

.lead {
  font-size: var(--step-1);
  color: var(--text-muted);
  max-width: 62ch;
}

.eyebrow {
  display: block;
  font-size: var(--step--1);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.85rem;
}

.eyebrow::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin-top: 0.7rem;
  background: var(--teal);
  border-radius: 2px;
}

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

/* Header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: transparent;
  transition: background var(--ease), backdrop-filter var(--ease);
}

.site-header.is-scrolled {
  background: rgba(11, 15, 20, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--ink-3);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}

.brand:hover {
  color: inherit;
}

.mark {
  width: 36px;
  height: 36px;
  display: block;
  color: var(--text);
}

.wordmark {
  font-family: Inter, system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: 0.04em;
  font-size: 1.05rem;
}

.wordmark-ai {
  color: var(--teal);
}

.nav-desktop {
  display: none;
  align-items: center;
  gap: 1.5rem;
}

.nav-desktop a {
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}

.nav-desktop a:hover,
.nav-desktop a.is-active:not(.btn) {
  color: var(--teal);
}

.nav-desktop .btn-primary,
.nav-desktop .btn-primary:hover,
.nav-desktop .btn-primary.is-active {
  color: var(--text-dark);
}

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-toggle-bar {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--text);
  border-radius: 2px;
  transition: transform var(--ease), opacity var(--ease);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 40;
  background: var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem clamp(20px, 5vw, 48px) 2rem;
  gap: 0.35rem;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.nav-overlay.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.nav-overlay a {
  color: var(--text);
  text-decoration: none;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: var(--step-2);
  font-weight: 700;
  padding: 0.4rem 0;
}

.nav-overlay a.is-active:not(.btn),
.nav-overlay a:hover:not(.btn) {
  color: var(--teal);
}

.nav-overlay .btn-primary,
.nav-overlay .btn-primary:hover,
.nav-overlay .btn-primary.is-active {
  color: var(--text-dark);
}

.nav-overlay .btn {
  margin-top: 1.2rem;
  align-self: flex-start;
  font-family: Inter, sans-serif;
  font-size: var(--step-0);
}

/* Buttons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.8rem 1.35rem;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: 1.2;
  transition: background var(--ease), border-color var(--ease), transform var(--ease), color var(--ease);
}

.btn-primary {
  background: var(--teal);
  color: var(--text-dark);
}

.btn-primary:hover {
  background: #5ee0d0;
  color: var(--text-dark);
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--ink-3);
}

.btn-ghost:hover {
  border-color: rgba(47, 216, 196, 0.45);
  color: var(--text);
}

.btn-lg {
  padding: 1.05rem 1.7rem;
  font-size: var(--step-1);
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

/* Cards */

.card {
  background: var(--ink-2);
  border: 1px solid var(--ink-3);
  border-radius: var(--radius);
  padding: 1.6rem 1.5rem;
  position: relative;
  transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease);
}

.card:hover,
.card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(47, 216, 196, 0.4);
  box-shadow: 0 14px 40px rgba(47, 216, 196, 0.12);
}

.card-index {
  position: absolute;
  top: 1.1rem;
  right: 1.2rem;
  font-family: "Space Grotesk", ui-monospace, monospace;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--teal);
  opacity: 0.4;
}

.icon {
  width: 24px;
  height: 24px;
  color: var(--teal);
  margin-bottom: 1rem;
  display: block;
}

/* Reveal */

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 500ms ease, transform 500ms ease;
  transition-delay: calc(var(--i, 0) * 60ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Hero */

.hero {
  position: relative;
  padding-top: clamp(4.5rem, 12vw, 8rem);
  padding-bottom: clamp(4.5rem, 12vw, 8rem);
  overflow: hidden;
  min-height: min(92vh, 860px);
  display: flex;
  align-items: center;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero h1 {
  max-width: 16ch;
  margin-bottom: 0.7em;
}

.hero .lead {
  margin-bottom: 2rem;
  color: var(--text-muted);
}

.glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(40px);
}

.glow-a {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(47, 216, 196, 0.16), transparent 70%);
  top: -200px;
  left: -180px;
}

.glow-b {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(47, 216, 196, 0.16), transparent 70%);
  right: -80px;
  bottom: -60px;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse at center, #000 15%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 15%, transparent 72%);
  pointer-events: none;
  z-index: 0;
}

.hero-watermark {
  position: absolute;
  right: -6%;
  top: 8%;
  width: min(58vw, 620px);
  opacity: 0.07;
  pointer-events: none;
  z-index: 0;
  color: var(--text);
}

.hero-watermark .mark {
  width: 100%;
  height: auto;
}

.trust-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  list-style: none;
  margin-top: 2.2rem;
}

.trust-strip li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--ink-2);
  border: 1px solid var(--ink-3);
  border-radius: var(--radius);
  padding: 1.15rem 1.2rem;
}

.trust-figure {
  display: block;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: var(--step-2);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--teal);
  line-height: 1.1;
  margin-bottom: 0.35rem;
}

.trust-label {
  color: var(--text-muted);
  font-size: var(--step--1);
  line-height: 1.35;
}

/* Problem / stats */

.stat-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2.5rem;
}

.stat-card {
  padding: 1.6rem 1.4rem;
}

.stat-number {
  display: block;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: var(--step-3);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--teal);
  line-height: 1.1;
  margin-bottom: 0.45rem;
}

.stat-card p {
  color: var(--text-muted);
  margin: 0;
}

.prose p {
  color: var(--text-muted);
}

/* Services */

.card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
}

.card h3 {
  font-size: var(--step-1);
  margin-bottom: 0.55em;
}

.card p {
  color: var(--text-muted);
}

/* How we work */

.theme-light {
  background: var(--paper);
  color: var(--text-dark);
}

.theme-paper {
  background: var(--paper-2);
  color: var(--text-dark);
}

.theme-light h2,
.theme-light h3,
.theme-paper h2,
.theme-paper h3 {
  color: var(--text-dark);
}

.theme-light .lead,
.theme-paper .lead {
  color: var(--text-dark-muted);
}

.theme-light .prose p,
.theme-paper .prose p {
  color: var(--text-dark);
}

.theme-light .card,
.theme-paper .card {
  background: var(--paper-2);
  border-color: rgba(11, 15, 20, 0.08);
}

.theme-light .closing,
.theme-paper .muted {
  color: var(--text-dark-muted);
}

.steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
  list-style: none;
  position: relative;
}

.step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 1rem;
  padding: 0.2rem 0 1.2rem 0;
  position: relative;
}

.step::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 40px;
  bottom: -4px;
  width: 1px;
  background: rgba(11, 15, 20, 0.12);
}

.step:last-child::before {
  display: none;
}

.step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--teal);
  color: var(--text-dark);
  font-family: "Space Grotesk", ui-monospace, monospace;
  font-weight: 700;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-row: 1 / span 2;
}

.step h3 {
  font-size: var(--step-1);
  margin: 0.25rem 0 0.4rem;
}

.step p {
  color: var(--text-dark-muted);
}

.closing {
  text-align: center;
  margin-top: 2.4rem;
  color: var(--text-muted);
  font-size: var(--step-0);
}

/* Partnership */

.compare {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
  margin: 2rem 0 1.6rem;
}

.partner-card {
  padding-top: 1.8rem;
}

.partner-card h3 {
  font-size: var(--step-1);
}

.partner-card ul {
  list-style: none;
  margin-top: 1rem;
}

.partner-card li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.65rem;
  color: var(--text-muted);
}

.partner-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
}

.partner-bose {
  border-top: 3px solid var(--teal);
}

.partner-cd {
  border-top: 3px solid var(--text);
}

.partner-cd li::before {
  background: var(--text);
}

.partner-link {
  display: inline-block;
  margin-top: 0.8rem;
  font-weight: 600;
}

/* People */

.person--primary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  align-items: start;
}

.person--secondary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
  align-items: start;
}

.person h3 {
  font-size: var(--step-2);
  margin-bottom: 0.45rem;
}

.person__role {
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: var(--step--1);
  font-weight: 700;
  margin: 0;
}

.person--primary .person__role {
  margin-bottom: 1.4rem;
}

.person__rel {
  color: var(--text-dark-muted);
  font-size: var(--step--1);
  margin: 4px 0 1rem;
}

.person--secondary .person__body > p:not(.person__role):not(.person__rel) {
  font-size: var(--step-0);
  color: var(--text-dark-muted);
  max-width: 62ch;
  margin: 0;
}

.person-divider {
  border: none;
  border-top: 1px solid rgba(11, 15, 20, 0.08);
  margin: clamp(40px, 5vw, 64px) 0;
}

.founder-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  align-items: start;
}

.founder-photo {
  position: relative;
  max-width: 200px;
  margin-inline: auto;
}

.founder-photo::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  right: -12px;
  bottom: -12px;
  border: 2px solid var(--teal);
  border-radius: var(--radius);
  z-index: 0;
}

.founder-photo img {
  position: relative;
  z-index: 1;
  border-radius: var(--radius);
  width: 100%;
}

.role-line {
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: var(--step--1);
  font-weight: 700;
  margin-bottom: 1.4rem;
}

.icon-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  list-style: none;
  margin-top: 1.6rem;
}

.icon-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--text-dark);
  font-weight: 600;
  text-decoration: none;
  font-size: var(--step--1);
}

.icon-links a:hover {
  color: var(--teal-deep);
}

.icon-links svg {
  width: 18px;
  height: 18px;
}

/* Sectors */

.sector-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}

.sector-card h3 {
  font-size: var(--step-0);
  margin-bottom: 0.4em;
}

/* FAQ */

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  max-width: 820px;
}

.faq-item {
  border: 1px solid var(--ink-3);
  border-radius: var(--radius);
  background: var(--ink-2);
  overflow: hidden;
}

.faq-item h3 {
  margin: 0;
  font-size: var(--step-0);
  font-family: Inter, sans-serif;
  letter-spacing: 0;
  font-weight: 600;
}

.faq-item button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-align: left;
  background: transparent;
  border: 0;
  color: var(--text);
  padding: 1.1rem 1.2rem;
  cursor: pointer;
}

.chevron {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--teal);
  transition: transform 280ms ease;
}

.faq-item button[aria-expanded="true"] .chevron {
  transform: rotate(180deg);
}

.faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 320ms ease;
}

.faq-panel p {
  padding: 0 1.2rem 1.2rem;
  color: var(--text-muted);
}

/* Contact */

.contact {
  overflow: hidden;
}

.contact .lead {
  margin-bottom: 2rem;
}

.contact-note {
  margin-top: 1.4rem;
  color: var(--text-muted);
  font-size: var(--step--1);
}

.contact-note + .contact-note {
  margin-top: 0.45rem;
}

/* Footer */

.site-footer {
  border-top: 1px solid var(--ink-3);
  padding: 3.5rem 0 1.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.2rem;
  margin-bottom: 2.5rem;
}

.footer-brand p {
  color: var(--text-muted);
  margin-top: 0.9rem;
  font-size: var(--step--1);
}

.footer-grid h2 {
  font-size: var(--step--1);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-family: Inter, sans-serif;
  font-weight: 700;
  margin-bottom: 0.9rem;
}

.footer-grid ul {
  list-style: none;
}

.footer-grid li {
  margin-bottom: 0.45rem;
}

.footer-grid a {
  color: var(--text);
  text-decoration: none;
  font-weight: 500;
}

.footer-grid a:hover {
  color: var(--teal);
}

.footer-bottom {
  border-top: 1px solid var(--ink-3);
  padding-top: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.footer-bottom p {
  color: var(--text-muted);
  font-size: var(--step--1);
  max-width: none;
  margin: 0;
}

.placeholder {
  display: inline;
  background: rgba(47, 216, 196, 0.12);
  color: var(--teal);
  padding: 0.05em 0.35em;
  border-radius: 4px;
  font-weight: 600;
}

.legal-links {
  display: flex;
  gap: 1.2rem;
}

.legal-links a {
  color: var(--text-muted);
  font-size: var(--step--1);
  text-decoration: none;
}

.legal-links a:hover {
  color: var(--teal);
}

/* Legal pages */

.legal-main {
  padding-top: clamp(4rem, 8vw, 6rem);
  padding-bottom: clamp(4rem, 8vw, 6rem);
}

.legal-main h1 {
  font-size: var(--step-3);
}

.legal-main .prose {
  margin-top: 1.5rem;
}

.legal-main .prose p,
.legal-main .prose li {
  color: var(--text-muted);
}

/* Breakpoints */

@media (min-width: 640px) {
  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .card-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .sector-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media (min-width: 900px) {
  .trust-strip {
    grid-template-columns: repeat(4, 1fr);
  }

  .nav-desktop {
    display: flex;
  }

  .nav-toggle {
    display: none;
  }

  .nav-overlay {
    display: none;
  }

  .compare {
    grid-template-columns: 1fr 1fr;
  }

  .founder-grid,
  .person--primary,
  .person--secondary {
    grid-template-columns: 200px 1fr;
    gap: 2rem;
  }

  .founder-photo {
    margin-inline: 0;
  }

  .steps {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.4rem;
  }

  .step {
    display: block;
    padding: 0;
  }

  .step::before {
    display: none;
  }

  .step-num {
    margin-bottom: 1rem;
  }

  .sector-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .hero h1 {
    max-width: 14ch;
  }
}

@media (max-width: 639px) {
  .hero h1 {
    font-size: var(--step-3);
  }

  .founder-photo {
    width: 160px;
    max-width: 160px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .card:hover,
  .card:focus-within {
    transform: none;
  }
}
