@font-face {
  font-family: "Mikro";
  src: url("mikro-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mikro";
  src: url("mikro-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #07090d;
  --panel: #10151d;
  --panel-light: #171d26;
  --paper: #fbfbfc;
  --silver: #f1f1f4;
  --silver-deep: #dedee4;
  --white: #fff;
  --ink-on-light: #231f20;
  --muted: #aeb6c2;
  --muted-on-light: #5e5558;
  --line: rgba(255, 255, 255, .16);
  --line-strong: rgba(255, 255, 255, .3);
  --line-dark: rgba(35, 31, 32, .18);
  --accent: #ef2e24;
  --accent-deep: #b51c14;
  --accent-soft: rgba(239, 46, 36, .11);
  --flowvision-blue: #3148a0;
  --flowvision-soft: rgba(49, 72, 160, .2);
  --header-height: 84px;
  --max: 1540px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 1rem); }
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: "Mikro", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
picture { display: block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.032em; }
h1, h2 { text-wrap: balance; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.desktop-break { display: inline; }

.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-link {
  position: fixed;
  z-index: 1100;
  left: 1rem;
  top: 1rem;
  padding: .75rem 1rem;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 900;
  inset: 0 0 auto;
  width: 100%;
  min-height: var(--header-height);
  padding: 0 clamp(1.25rem, 4vw, 4.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(7, 9, 13, .88);
  border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.site-header.is-scrolled { background: rgba(7, 9, 13, .97); }
.brand-group { display: flex; align-items: center; gap: .9rem; }
.brand { width: clamp(150px, 13vw, 190px); }
.brand img { width: 100%; height: auto; }
.brand-descriptor {
  width: 205px;
  padding-left: .9rem;
  color: var(--muted);
  border-left: 1px solid var(--line);
  font-size: .72rem;
  line-height: 1.3;
}
.site-nav { display: flex; align-items: center; gap: clamp(.95rem, 1.5vw, 1.65rem); }
.site-nav a {
  color: rgba(255, 255, 255, .8);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .065em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-nav a:hover { color: var(--white); }
.site-nav .external-link { padding-left: 1.35rem; color: var(--white); border-left: 2px solid var(--flowvision-blue); }
.site-nav .nav-cta { padding: .78rem 1rem; border: 1px solid var(--white); color: var(--white); }
.site-nav .nav-cta:hover { color: var(--ink); background: var(--white); }
.menu-toggle { display: none; }

.section-shell, .site-footer {
  width: min(var(--max), calc(100% - clamp(2.5rem, 8vw, 9rem)));
  margin: 0 auto;
}
.section-shell { padding: clamp(5.5rem, 8vw, 8.5rem) 0; border-bottom: 1px solid var(--line); }

.section-kicker, .category-marker {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: .75rem;
  color: var(--white);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.section-kicker::before, .category-marker::before {
  width: 2.25rem;
  height: 2px;
  flex: 0 0 auto;
  content: "";
  background: var(--accent);
}
.section-heading { max-width: 1320px; margin-bottom: clamp(2.8rem, 5vw, 4.75rem); }
.section-heading h2, .pathway h2, .credibility h2, .contact h2 {
  margin-bottom: 1.3rem;
  font-size: clamp(2.3rem, 3.15vw, 3.75rem);
  font-weight: 400;
  line-height: 1.04;
}
.section-purpose { max-width: 800px; margin-bottom: 0; color: var(--muted); font-size: clamp(1rem, 1.15vw, 1.14rem); }

.hero {
  overflow: hidden;
  background: var(--ink);
}
.hero-stage {
  position: relative;
  min-height: clamp(690px, 78svh, 830px);
  padding: calc(var(--header-height) + clamp(4.5rem, 8vh, 7rem)) clamp(1.25rem, 4vw, 4.5rem) clamp(4rem, 8vh, 6rem);
  display: flex;
  align-items: center;
  isolation: isolate;
}
.hero-stage::after {
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 28%;
  content: "";
  background: linear-gradient(transparent, var(--ink));
  pointer-events: none;
}
.hero-visual {
  position: absolute;
  z-index: -2;
  inset: 0;
  overflow: hidden;
}
.hero-visual, .hero-visual img { width: 100%; height: 100%; }
.hero-visual img {
  max-width: none;
  object-fit: cover;
  object-position: center top;
}
.hero-intro, .route-choices { width: min(var(--max), 100%); margin-inline: auto; }
.hero-intro {
  position: relative;
  z-index: 1;
}
.hero-copy { max-width: 1160px; }
.hero-copy h1 {
  max-width: 1140px;
  margin-bottom: 1.4rem;
  color: rgba(255, 255, 255, .94);
  font-size: clamp(2.8rem, 3.3vw, 3.6rem);
  font-weight: 400;
  line-height: 1.02;
}
.hero-support { max-width: 790px; margin-bottom: 0; color: var(--muted); font-size: clamp(1.05rem, 1.2vw, 1.22rem); }
.hero-context {
  max-width: 650px;
  margin-top: clamp(2rem, 4vh, 3rem);
  padding: 1.25rem 1.35rem;
  background: rgba(7, 9, 13, .58);
  border-left: 2px solid var(--accent);
}
.hero-context p { margin-bottom: 1.15rem; color: rgba(255, 255, 255, .74); font-size: 1rem; }
.hero-context a { font-size: .9rem; font-weight: 700; text-underline-offset: .3em; }

.route-choices {
  margin-top: 0;
  margin-bottom: clamp(3.5rem, 7vh, 6rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line-strong);
}
.route-card {
  min-height: 275px;
  padding: clamp(1.4rem, 2.2vw, 2.2rem);
  display: grid;
  grid-template-columns: 54px 1fr;
  align-content: start;
  text-decoration: none;
  border-bottom: 1px solid var(--line-strong);
  transition: background 180ms ease;
}
.route-card + .route-card { border-left: 1px solid var(--line-strong); }
.route-card:hover { background: rgba(255, 255, 255, .055); }
.route-medividia { box-shadow: inset 0 3px var(--accent); }
.route-medividia:hover { background: var(--accent-soft); }
.route-flowvision { box-shadow: inset 0 3px var(--flowvision-blue); }
.route-flowvision:hover { background: var(--flowvision-soft); }
.route-number { grid-row: 1 / span 4; color: rgba(255, 255, 255, .58); font-size: .78rem; }
.route-type { margin-bottom: 1rem; color: var(--muted); font-size: .78rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.route-card strong { margin-bottom: .75rem; font-size: clamp(1.55rem, 2.2vw, 2rem); line-height: 1.08; }
.route-detail { max-width: 600px; color: var(--muted); font-size: .96rem; }
.route-action { margin-top: 1.8rem; color: var(--white); font-size: .9rem; font-weight: 700; }
.route-actions { margin-top: 1.8rem; display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; }
.route-actions .route-action { margin-top: 0; text-decoration: none; }
.route-actions .route-action:hover { text-decoration: underline; text-underline-offset: .25em; }

.overview {
  width: 100%;
  max-width: none;
  padding-inline: max(1.25rem, calc((100% - var(--max)) / 2));
  color: var(--ink-on-light);
  background: linear-gradient(135deg, var(--paper) 0%, var(--silver) 64%, var(--silver-deep) 100%);
  border-bottom: 0;
}
.overview .section-kicker { color: var(--accent-deep); }
.overview .section-kicker::before { background: var(--accent-deep); }
.overview .section-purpose, .overview .content-card p { color: var(--muted-on-light); }
.overview .outcome-grid { border-color: var(--line-dark); }
.overview .content-card { border-color: var(--line-dark); }
.overview .content-card + .content-card { border-left-color: var(--line-dark); }
.overview .card-number { color: var(--accent-deep); }
.overview-workflow {
  margin: 0 0 clamp(3rem, 5vw, 4.75rem);
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(35, 31, 32, .28);
  box-shadow: 0 24px 60px rgba(35, 31, 32, .14);
}
.overview-workflow > a, .overview-workflow img { display: block; width: 100%; }
.overview-workflow img { height: auto; }
.overview-workflow figcaption { padding: .7rem 1rem; border-top: 1px solid var(--line-dark); text-align: right; font-size: .875rem; }
.overview-workflow figcaption a { text-underline-offset: .2em; }

.outcome-grid, .engagement-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}
.content-card { min-height: 300px; padding: 1.6rem; border-bottom: 1px solid var(--line); }
.content-card + .content-card { border-left: 1px solid var(--line); }
.card-number { display: block; color: rgba(255, 255, 255, .58); font-size: .8rem; }
.content-card h3 { margin: 4.75rem 0 .9rem; font-size: clamp(1.45rem, 1.75vw, 1.8rem); font-weight: 400; line-height: 1.15; }
.content-card p { margin: 0; color: var(--muted); }
.outcome-card { display: flex; flex-direction: column; padding: 1.5rem; min-width: 0; }
.outcome-card h3 { min-height: 2.3em; }
.outcome-card > p { margin-bottom: 2rem; }
.outcome-visual { margin: auto 0 0; width: 100%; }
.outcome-visual > img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: contain; background: transparent; border: 1px solid var(--line-dark); }
.outcome-visual-patient > img { background: #07090d; object-fit: cover; object-position: center; }
.outcome-visual-cohort > img { background: #07090d; object-fit: contain; }
.outcome-visual figcaption { min-height: 52px; padding-top: .65rem; font-size: .875rem; color: var(--muted-on-light); }
.capability-strip { margin-top: 3.5rem; display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--line-dark); }
.capability-strip span { min-height: 88px; padding: 1rem; display: flex; align-items: center; justify-content: center; color: var(--ink-on-light); text-align: center; font-size: .82rem; }
.capability-strip span + span { border-left: 1px solid var(--line-dark); }

.pathway { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(4rem, 8vw, 9rem); align-items: end; }
.pathway-copy .section-purpose { margin-bottom: 0; }
.pathway h2 { font-size: clamp(2.3rem, 2.9vw, 3.45rem); }
.pathway-stages { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.pathway-stages li {
  min-height: 84px;
  padding: 1rem 0;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: .85rem;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.pathway-stages span { padding-left: .6rem; color: var(--white); border-left: 2px solid var(--accent); font-size: .76rem; }
.pathway-stages strong { font-size: 1rem; line-height: 1.35; }

.compact-heading { margin-bottom: 3rem; }
.application-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.application-card {
  min-height: 580px;
  padding: clamp(1.7rem, 3vw, 3rem);
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
}
.heart-card { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(2rem, 4vw, 4rem); align-items: center; min-height: 0; }
.application-copy, .supporting-card { display: flex; flex-direction: column; }
.application-copy { min-width: 0; container-type: inline-size; }
.application-label {
  margin: 0 0 auto;
  padding-left: .7rem;
  color: var(--white);
  border-left: 2px solid var(--accent);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.application-card h3 { margin: auto 0 1.15rem; font-size: clamp(2.15rem, 3.25vw, 3.55rem); font-weight: 400; line-height: 1.02; }
.heart-card .application-label { margin-bottom: 2.5rem; }
.heart-card .valve-system-title { margin-top: 0; font-size: clamp(1.2rem, 3.05vw, 2.7rem); line-height: 1.12; }
@supports (font-size: 1cqi) {
  .heart-card .valve-system-title { font-size: clamp(1.2rem, 6.4cqi, 2.7rem); }
}
.valve-system-title span { display: block; }
.application-card p:not(.application-label) { color: var(--muted); }
.application-cta { width: fit-content; margin-top: 1.4rem; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: .32em; }
.application-visual {
  margin: 0;
  min-height: 0;
  overflow: hidden;
  background: #ededed;
  border: 1px solid var(--line);
}
.application-visual-video { background: #fff; }
.application-visual-video video { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; background: #fff; }
.application-visual figcaption { margin: 0; padding: .75rem 1rem; color: var(--muted-on-light); background: #fafafb; font-size: .875rem; }
.supporting-card { min-height: 0; display: grid; grid-template-columns: .7fr 1.3fr; gap: 1rem 3rem; background: linear-gradient(155deg, #161c25, #0d1117); }
.supporting-card .application-label { grid-column: 1; grid-row: 1 / 4; margin: .3rem 0 0; }
.supporting-card h3, .supporting-card > p:not(.application-label), .supporting-card .application-cta { grid-column: 2; margin: 0; }
.supporting-card h3 { font-size: clamp(1.8rem, 2.2vw, 2.3rem); }

.working-model {
  width: 100%;
  max-width: none;
  padding-inline: max(1.25rem, calc((100% - var(--max)) / 2));
  background: linear-gradient(135deg, #0d1118, var(--panel));
}
.engagement-card { min-height: 360px; }

.credibility { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: clamp(4rem, 8vw, 9rem); align-items: start; }
.credibility-intro > p:not(.section-kicker) { max-width: 640px; margin: 0; color: var(--muted); }
.proof-grid { border-top: 1px solid var(--line); }
.proof-grid article {
  min-height: 190px;
  padding: 1.6rem 0;
  display: grid;
  grid-template-columns: minmax(180px, .62fr) 1fr;
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: start;
  border-bottom: 1px solid var(--line);
}
.proof-grid h3 { margin: 0; font-size: clamp(1.2rem, 1.5vw, 1.45rem); line-height: 1.2; }
.proof-grid p { margin: 0; color: var(--muted); }
.proof-grid a { display: inline-block; margin-top: 1.15rem; font-size: .9rem; font-weight: 700; text-underline-offset: .32em; }

.contact {
  width: 100%;
  padding: clamp(5.5rem, 8vw, 8.5rem) max(1.25rem, calc((100% - var(--max)) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: clamp(4rem, 8vw, 9rem);
  align-items: end;
  color: var(--ink-on-light);
  background: linear-gradient(135deg, var(--paper) 0%, var(--silver) 58%, var(--silver-deep) 100%);
}
.contact h2 { color: var(--ink-on-light); }
.contact :focus-visible { outline-color: var(--accent-deep); }
.contact .section-kicker { color: var(--accent-deep); }
.contact .section-kicker::before { background: var(--accent-deep); }
.contact-copy > p:last-child { max-width: 760px; margin: 0; color: var(--muted-on-light); font-size: 1.08rem; }
.contact-actions { padding-top: 1.5rem; display: flex; flex-wrap: wrap; gap: .85rem; align-items: center; border-top: 1px solid var(--line-dark); }
.contact-actions a { min-height: 48px; padding: .85rem 1.15rem; display: inline-flex; align-items: center; justify-content: center; gap: .8rem; font-size: .95rem; font-weight: 700; text-decoration: none; }
.button-primary { color: var(--white); background: var(--accent-deep); border: 1px solid var(--accent-deep); }
.button-primary:hover { background: #8f120c; border-color: #8f120c; }
.button-secondary { color: var(--ink-on-light); border: 1px solid var(--ink-on-light); }
.button-secondary:hover { color: var(--white); background: var(--ink-on-light); }

.site-footer {
  min-height: 280px;
  padding: clamp(3.5rem, 6vw, 6rem) 0 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: clamp(2rem, 6vw, 7rem);
  align-items: start;
}
.footer-brand img { width: min(205px, 100%); height: auto; margin-bottom: 1.7rem; }
.footer-brand p, .footer-meta p { margin: .3rem 0; color: var(--muted); font-size: .9rem; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: .8rem; }
.footer-links a { color: var(--muted); font-size: .9rem; text-underline-offset: .3em; }
.footer-links a:hover { color: var(--white); }
.footer-meta { text-align: right; }

@media (max-width: 1280px) {
  .site-header {
    background: rgba(7, 9, 13, .99);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .brand-group, .menu-toggle { position: relative; z-index: 2; }
  .menu-toggle {
    width: 46px;
    height: 46px;
    padding: 11px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    color: var(--white);
    background: transparent;
    border: 1px solid var(--line);
  }
  .menu-toggle > span:not(.sr-only) { width: 100%; height: 1px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  body.menu-open .menu-toggle > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  body.menu-open .menu-toggle > span:nth-child(2) { opacity: 0; }
  body.menu-open .menu-toggle > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    z-index: 1;
    inset: 0;
    width: 100%;
    min-height: 100vh;
    height: 100dvh;
    padding: calc(var(--header-height) + 1.5rem) max(1.25rem, env(safe-area-inset-right)) max(2rem, env(safe-area-inset-bottom)) max(1.25rem, env(safe-area-inset-left));
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: var(--ink);
    border: 0;
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { width: min(100%, 760px); margin-inline: auto; padding: 1rem 0; font-size: clamp(.95rem, 2.5vw, 1.15rem); border-bottom: 1px solid var(--line); }
  .site-nav .external-link { padding-left: .9rem; border-left: 2px solid var(--flowvision-blue); }
  .site-nav .nav-cta { margin: 1.5rem auto 0; padding: 1rem; text-align: center; border: 1px solid var(--white); }
  .application-grid { grid-template-columns: 1fr; }
  .application-card { min-height: 0; }
}

@media (max-width: 1100px) {
  .heart-card { grid-template-columns: 1fr; }
  .application-visual-volume { width: min(100%, 780px); margin-inline: auto; }
}

@media (max-width: 900px) {
  :root { --header-height: 74px; }
  .brand-descriptor { display: none; }
  .desktop-break { display: none; }
  .section-shell { padding-block: 5.5rem; }
  .hero-stage {
    min-height: auto;
    padding: calc(var(--header-height) + 4rem) 1.25rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .hero-stage::after {
    inset: 0;
    height: auto;
    background:
      linear-gradient(180deg, rgba(7, 9, 13, .15) 0%, transparent 40%, var(--ink) 100%),
      linear-gradient(90deg, rgba(7, 9, 13, .84) 0%, rgba(7, 9, 13, .7) 48%, rgba(7, 9, 13, .52) 100%);
  }
  .hero-visual {
    position: absolute;
    z-index: -2;
    /* Keep the complete valve compact beside the mobile headline. */
    inset: calc(var(--header-height) + 7rem) -1rem auto auto;
    width: auto;
    height: 45%;
    aspect-ratio: 1350 / 1010;
  }
  .hero-visual img { object-fit: contain; object-position: right top; }
  .hero-intro { z-index: 1; width: 100%; }
  .hero-copy { max-width: 760px; }
  .hero-support { color: rgba(255, 255, 255, .88); }
  .hero-context { max-width: 680px; background: rgba(7, 9, 13, .65); }
  .route-choices { width: calc(100% - 2.5rem); }
  .pathway, .credibility, .contact { grid-template-columns: 1fr; }
  .route-choices, .outcome-grid, .engagement-grid { grid-template-columns: 1fr; }
  .route-card + .route-card, .content-card + .content-card { border-left: 0; }
  .route-card { min-height: 245px; }
  .content-card { min-height: 240px; }
  .content-card h3 { margin-top: 3.25rem; }
  .outcome-card h3 { min-height: 0; }
  .outcome-visual { max-width: 680px; }
  .capability-strip { grid-template-columns: repeat(3, 1fr); }
  .capability-strip span:nth-child(4) { border-left: 0; border-top: 1px solid var(--line-dark); }
  .capability-strip span:nth-child(n + 5) { border-top: 1px solid var(--line-dark); }
  .pathway { gap: 3.5rem; }
  .heart-card { grid-template-columns: 1fr; }
  .supporting-card { display: flex; gap: 1.25rem; }
  .proof-grid article { min-height: 0; }
  .contact { gap: 3rem; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-meta { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 560px) {
  .section-shell, .site-footer { width: calc(100% - 2rem); }
  .site-header { padding-inline: 1rem; }
  .brand { width: 148px; }
  .hero-stage { padding-inline: 1rem; }
  .route-choices { width: calc(100% - 2rem); }
  .hero-copy h1 { font-size: clamp(2.4rem, 9.6vw, 3rem); line-height: 1.03; }
  .hero-support { font-size: 1rem; }
  .hero-context { padding: 1.15rem 0 1.15rem 1rem; }
  .route-card { grid-template-columns: 42px 1fr; padding: 1.25rem 1rem; }
  .section-heading h2, .pathway h2, .credibility h2, .contact h2 { font-size: clamp(2.15rem, 9vw, 2.85rem); }
  .capability-strip { grid-template-columns: 1fr 1fr; }
  .capability-strip span:nth-child(odd) { border-left: 0; }
  .capability-strip span:nth-child(n + 3) { border-top: 1px solid var(--line-dark); }
  .application-card { min-height: 0; padding: 1.15rem; }
  .application-card h3 { font-size: clamp(2.05rem, 10vw, 3rem); }
  .heart-card { gap: 2rem; }
  .proof-grid article { grid-template-columns: 1fr; gap: 1rem; }
  .contact { padding-inline: 1rem; }
  .contact-actions { align-items: stretch; }
  .contact-actions a { width: 100%; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-meta { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
