:root {
  color-scheme: light;
  --bg: #f4f6f8;
  --panel: #ffffff;
  --ink: #1f2329;
  --muted: #5c6673;
  --line: #d9dee6;
  --soft: #eef1f5;
  --red: #d82920;
  --red-dark: #9d161c;
  --blue: #1f5b89;
  --green: #147247;
  --shadow: 0 18px 55px rgba(20, 29, 41, 0.11);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
}

a {
  color: inherit;
}

.leadership-site {
  min-height: 100vh;
  padding-left: 286px;
}

.side-menu {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  width: 286px;
  border-right: 1px solid var(--line);
  background: #fff;
  overflow-y: auto;
  padding: 22px 18px;
}

.side-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 860;
  text-decoration: none;
}

.current-panel {
  margin: 28px 0 16px;
  border: 1px solid rgba(216, 41, 32, 0.28);
  border-radius: 8px;
  background: #fff6f5;
  padding: 14px;
}

.current-panel span,
.side-actions span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 860;
  letter-spacing: 0;
  text-transform: none;
}

.current-panel strong {
  display: block;
  color: var(--red-dark);
  font-size: 21px;
  line-height: 1.12;
}

.side-links,
.side-actions {
  display: grid;
  gap: 8px;
}

.side-link,
.side-actions a {
  display: flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--muted);
  padding: 0 12px;
  font-size: 14px;
  font-weight: 820;
  text-decoration: none;
}

.side-link:hover,
.side-link:focus-visible,
.side-actions a:hover,
.side-actions a:focus-visible {
  border-color: var(--line);
  color: var(--ink);
  outline: 0;
}

.side-link.active {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}

.side-actions {
  margin-top: 22px;
  border-top: 1px solid var(--soft);
  padding-top: 16px;
}

.side-actions a {
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
}

.side-actions a:last-child {
  border-color: rgba(216, 41, 32, 0.28);
  background: #fff6f5;
  color: var(--red-dark);
}

.leadership-hero {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.leadership-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0;
}

.leadership-nav a,
.demo-menu a,
.screen-menu a,
.side-menu a {
  text-decoration: none;
}

.leadership-nav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.nav-links a {
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  border-color: var(--red);
  color: var(--ink);
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-link span:last-child {
  color: var(--ink);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 2px solid var(--red);
  color: var(--red);
  font-size: 27px;
  font-weight: 900;
  line-height: 1;
}

.demo-menu {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  border-top: 1px solid var(--soft);
  padding: 12px 0 18px;
}

.demo-menu span {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 13px;
  font-weight: 860;
}

.demo-menu span strong {
  color: var(--red-dark);
}

.demo-menu a,
.screen-menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  padding: 0 12px;
  font-size: 13px;
  font-weight: 820;
}

.demo-menu a:nth-last-child(-n + 3),
.screen-menu a:first-child {
  border-color: rgba(216, 41, 32, 0.28);
  background: #fff6f5;
  color: var(--red-dark);
}

.demo-menu a:hover,
.demo-menu a:focus-visible,
.screen-menu a:hover,
.screen-menu a:focus-visible {
  border-color: var(--red);
  outline: 0;
}

.hero-grid,
.science-section,
.mockup-section,
.registry-section,
.recommendation-section {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.hero-grid {
  display: block;
  padding: 64px 0 60px;
}

.hero-copy {
  max-width: 1040px;
}

.eyebrow {
  margin: 0 0 9px;
  color: var(--red-dark);
  font-size: 12px;
  font-weight: 860;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 880px;
  margin-bottom: 22px;
  font-size: clamp(42px, 7vw, 84px);
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.12;
}

.hero-lede,
.section-intro p {
  max-width: 770px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
  overflow-wrap: break-word;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.primary-link,
.secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 840;
  text-decoration: none;
}

.primary-link {
  background: var(--red);
  color: #fff;
}

.secondary-link {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
}

.hero-proof {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) repeat(2, minmax(180px, 0.85fr));
  gap: 12px;
  max-width: 1000px;
  margin-top: 24px;
}

.hero-proof div,
.mockup-card,
.registry-panel,
.recommendation-grid div,
.language-rank {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.hero-proof div {
  padding: 18px;
}

.hero-proof div:first-child {
  border-color: rgba(216, 41, 32, 0.32);
  background: #fff;
  padding: 22px;
}

.hero-proof strong {
  display: block;
  color: var(--red);
  font-size: 44px;
  line-height: 1;
}

.hero-proof div:first-child strong {
  font-size: clamp(56px, 8vw, 76px);
}

.hero-proof span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.35;
}

.science-section,
.mockup-section,
.registry-section,
.recommendation-section {
  padding: 70px 0;
  scroll-margin-top: 24px;
}

.section-intro {
  margin-bottom: 24px;
}

.language-rank {
  overflow: hidden;
}

.rank-row {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) 180px;
  gap: 12px;
  align-items: center;
  min-height: 48px;
  border-bottom: 1px solid var(--soft);
  padding: 0 18px;
}

.rank-row:last-child {
  border-bottom: 0;
}

.rank-row.header {
  background: #fbfbfc;
  color: var(--muted);
  font-size: 12px;
  font-weight: 860;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.rank-row span:last-child {
  color: var(--muted);
  font-weight: 760;
}

.mockup-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: 22px;
  align-items: start;
}

.mockup-card {
  overflow: hidden;
  padding: 18px;
  scroll-margin-top: 24px;
}

.mockup-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.mockup-heading a {
  color: var(--red-dark);
  font-size: 14px;
  font-weight: 820;
  text-decoration: none;
}

.screen-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -2px 0 14px;
  padding-bottom: 2px;
}

.desktop-frame,
.phone-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.desktop-frame {
  height: 720px;
  border-radius: 8px;
}

.phone-frame {
  width: 390px;
  max-width: 100%;
  height: 760px;
  margin: 0 auto;
  border: 10px solid #111;
  border-radius: 38px;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.2);
}

iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

.registry-panel {
  overflow: hidden;
}

.registry-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding: 18px;
}

.registry-toolbar strong,
.registry-toolbar span,
.registry-toolbar em {
  display: block;
}

.registry-toolbar strong {
  margin-bottom: 4px;
  font-size: 18px;
}

.registry-toolbar span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.registry-toolbar em {
  margin-top: 4px;
  color: var(--green);
  font-size: 13px;
  font-style: normal;
  font-weight: 760;
}

.registry-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.registry-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid rgba(216, 41, 32, 0.28);
  border-radius: 8px;
  background: #fff6f5;
  color: var(--red-dark);
  padding: 0 14px;
  font-size: 14px;
  font-weight: 840;
  font-family: inherit;
  white-space: nowrap;
  cursor: pointer;
}

.registry-action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid rgba(216, 41, 32, 0.28);
  border-radius: 8px;
  background: #fff6f5;
  color: var(--red-dark);
  padding: 0 14px;
  font-size: 14px;
  font-weight: 840;
  text-decoration: none;
  white-space: nowrap;
}

.registry-actions button:last-child {
  border-color: var(--line);
  background: #fff;
  color: var(--muted);
}

.registry-actions .danger-trigger {
  border-color: var(--line);
  background: #fff;
  color: var(--muted);
}

.registry-actions .danger-trigger:hover {
  border-color: rgba(216, 41, 32, 0.35);
  color: var(--red-dark);
}

.danger-dialog {
  width: min(460px, calc(100vw - 32px));
  border: 1px solid rgba(216, 41, 32, 0.28);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(20, 24, 33, 0.24);
  padding: 0;
}

.danger-dialog::backdrop {
  background: rgba(20, 24, 33, 0.38);
}

.danger-dialog form {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.danger-dialog h3 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.15;
}

.danger-dialog p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.danger-dialog label {
  color: var(--ink);
  font-size: 14px;
  font-weight: 780;
}

.danger-dialog input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  font: inherit;
}

.danger-dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 4px;
}

.danger-dialog-actions button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  padding: 0 16px;
  font: inherit;
  font-weight: 820;
  cursor: pointer;
}

.danger-dialog-actions .danger-confirm {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}

.danger-dialog-actions .danger-confirm:disabled {
  border-color: var(--line);
  background: #eef1f4;
  color: var(--muted);
  cursor: not-allowed;
}

.registry-table-wrap {
  max-height: 520px;
  overflow: auto;
  position: relative;
}

.registry-table {
  width: max-content;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 13px;
}

.registry-table th,
.registry-table td {
  min-width: 180px;
  max-width: 420px;
  border-right: 1px solid var(--soft);
  border-bottom: 1px solid var(--soft);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.registry-table thead th {
  position: sticky;
  top: 0;
  z-index: 3;
  background: #fbfbfc;
  color: var(--muted);
  font-size: 11px;
  font-weight: 860;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.registry-table thead th:first-child {
  left: 0;
  z-index: 5;
  background: #fff;
  box-shadow: 8px 0 12px -12px rgba(20, 24, 33, 0.42);
}

.registry-table tbody th {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #fff;
  color: var(--red-dark);
  font-weight: 840;
  box-shadow: 8px 0 12px -12px rgba(20, 24, 33, 0.42);
}

.registry-table select,
.registry-table input,
.registry-table textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  padding: 8px;
  font: inherit;
  font-size: 13px;
}

.registry-table textarea {
  min-height: 56px;
  resize: vertical;
}

.registry-table .source-cell strong {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
}

.registry-table .risk-high {
  color: var(--red-dark);
  font-weight: 860;
}

.registry-table .risk-medium {
  color: #8a5a00;
  font-weight: 860;
}

.registry-table .risk-low {
  color: var(--green);
  font-weight: 860;
}

.registry-table tbody tr:nth-child(even) td,
.registry-table tbody tr:nth-child(even) th {
  background: #fcfdff;
}

.recommendation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.recommendation-grid div {
  padding: 18px;
}

.recommendation-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
}

.recommendation-grid span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.review-packet-page {
  background: #f5f6f8;
}

.review-packet-shell {
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
  padding: 32px 0 48px;
}

.review-packet-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.review-packet-header h1 {
  max-width: 780px;
  margin: 6px 0 10px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.95;
  letter-spacing: 0;
}

.review-packet-header p {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

.review-packet-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.review-packet-actions button,
.review-packet-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  padding: 0 16px;
  font: inherit;
  font-weight: 820;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.review-packet-actions button {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}

.review-packet-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.review-packet-summary div,
.review-packet-certification,
.review-phrase-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.review-packet-summary div {
  padding: 18px;
}

.review-packet-summary strong,
.review-packet-summary span {
  display: block;
}

.review-packet-summary strong {
  color: var(--red);
  font-size: 34px;
  line-height: 1;
}

.review-packet-summary span {
  margin-top: 6px;
  color: var(--muted);
  font-weight: 760;
}

.review-packet-certification {
  margin-bottom: 16px;
  padding: 20px;
}

.review-packet-certification h2,
.review-phrase-heading h2,
.review-source h3 {
  margin: 0;
}

.signature-grid,
.review-fields {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.signature-grid {
  margin-top: 18px;
}

.signature-grid label,
.review-fields label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.signature-grid span,
.review-fields span,
.review-note-cell span {
  display: block;
  min-height: 34px;
  margin-top: 8px;
  border-bottom: 1px solid var(--line);
}

.signature-wide {
  grid-column: span 4;
}

.review-packet-rows {
  display: grid;
  gap: 18px;
}

.review-phrase-card {
  break-inside: avoid;
  overflow: hidden;
}

.review-phrase-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 18px 20px;
}

.review-phrase-number {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 840;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-phrase-heading h2 {
  font-size: 28px;
  line-height: 1.1;
}

.review-phrase-heading p {
  margin: 7px 0 0;
  color: var(--muted);
  font-weight: 760;
}

.review-risk {
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.review-risk-high {
  background: #fff1ef;
  color: var(--red-dark);
}

.review-risk-medium {
  background: #fff7df;
  color: #8a5a00;
}

.review-risk-low {
  background: #ecf8ef;
  color: var(--green);
}

.review-fields,
.review-source {
  border-bottom: 1px solid var(--line);
  padding: 16px 20px;
}

.review-source h3 {
  color: var(--muted);
  font-size: 12px;
  font-weight: 860;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.review-source p {
  margin: 7px 0 16px;
  color: var(--ink);
  line-height: 1.45;
}

.review-source p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.review-translation-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.review-translation-table th,
.review-translation-table td {
  border-bottom: 1px solid var(--soft);
  padding: 9px 12px;
  text-align: left;
  vertical-align: top;
}

.review-translation-table thead th {
  background: #fbfbfc;
  color: var(--muted);
  font-size: 11px;
  font-weight: 860;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.review-translation-table tbody th {
  width: 170px;
  color: var(--ink);
  font-weight: 820;
}

.review-note-cell {
  width: 32%;
}

@media print {
  body,
  .review-packet-page {
    background: #fff;
  }

  .review-packet-shell {
    width: 100%;
    padding: 0;
  }

  .review-packet-actions {
    display: none;
  }

  .review-packet-header {
    margin-bottom: 14px;
  }

  .review-packet-header h1 {
    font-size: 34px;
  }

  .review-packet-header p {
    font-size: 12px;
  }

  .review-packet-summary div,
  .review-packet-certification,
  .review-phrase-card {
    box-shadow: none;
  }

  .review-phrase-card {
    page-break-inside: avoid;
  }

  .review-phrase-heading h2 {
    font-size: 20px;
  }
}

@media (max-width: 950px) {
  .leadership-site {
    padding-left: 0;
  }

  .side-menu {
    display: none;
  }

  .hero-grid,
  .mockup-grid,
  .recommendation-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-top: 48px;
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }

  .desktop-frame {
    height: 620px;
  }
}

@media (min-width: 951px) {
  .mobile-nav {
    display: none;
  }
}

@media (max-width: 680px) {
  .leadership-hero {
    overflow: visible;
    padding-top: 121px;
  }

  .leadership-nav {
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 60;
    width: 100%;
    border-bottom: 1px solid var(--line);
    background: #fff;
    padding: 18px 0 12px;
  }

  .brand-link {
    width: min(100vw - 28px, 1200px);
    margin: 0 auto;
  }

  .nav-links {
    display: none;
  }

  .demo-menu {
    position: fixed;
    top: 69px;
    left: 0;
    z-index: 55;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    gap: 6px;
    border-top: 0;
    border-bottom: 1px solid var(--line);
    background: #fff;
    padding: 8px 14px 10px;
    -webkit-overflow-scrolling: touch;
  }

  .demo-menu span {
    position: sticky;
    left: 0;
    z-index: 1;
    align-self: stretch;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    margin-right: 2px;
    background: #fff;
    padding-right: 8px;
    white-space: nowrap;
  }

  .demo-menu a,
  .screen-menu a {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 10px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    overflow-wrap: anywhere;
  }

  .hero-actions a {
    width: 100%;
  }

  .hero-grid {
    padding: 34px 0 42px;
  }

  .eyebrow {
    margin-bottom: 8px;
    font-size: 11px;
  }

  h1 {
    margin-bottom: 18px;
    font-size: clamp(38px, 10.5vw, 48px);
    line-height: 1;
  }

  .hero-lede,
  .section-intro p {
    font-size: 17px;
    line-height: 1.48;
  }

  .hero-proof {
    gap: 8px;
    margin-top: 18px;
  }

  .hero-proof div,
  .hero-proof div:first-child {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 14px;
    padding: 16px;
  }

  .hero-proof strong,
  .hero-proof div:first-child strong {
    font-size: 44px;
  }

  .hero-proof span {
    max-width: 30ch;
    margin-top: 0;
    font-size: 15px;
    line-height: 1.3;
  }

  .mockup-heading {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .screen-menu {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }

  .mockup-card {
    scroll-margin-top: 128px;
  }

  .hero-grid,
  .science-section,
  .mockup-section,
  .registry-section,
  .recommendation-section {
    width: min(100vw - 28px, 1200px);
    scroll-margin-top: 128px;
  }

  .registry-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .registry-actions,
  .registry-actions button,
  .registry-action-link {
    width: 100%;
  }

  .review-packet-header,
  .review-packet-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .review-packet-actions a,
  .review-packet-actions button {
    width: 100%;
  }

  .review-packet-summary,
  .signature-grid,
  .review-fields {
    grid-template-columns: 1fr;
  }

  .signature-wide {
    grid-column: span 1;
  }

  .rank-row.header {
    display: none;
  }

  .rank-row {
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: start;
    min-height: 0;
    padding: 13px 16px;
  }

  .rank-row > span:first-child {
    padding-top: 2px;
  }

  .rank-row strong {
    line-height: 1.18;
  }

  .rank-row span:last-child {
    grid-column: 2;
    margin-top: 4px;
  }

  .desktop-frame {
    width: min(390px, 100%);
    height: 720px;
    margin: 0 auto;
    border: 10px solid #111;
    border-radius: 38px;
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.2);
  }

  .phone-frame {
    height: 720px;
    border-width: 10px;
    border-radius: 38px;
  }
}
