:root {
  --ink: #101614;
  --muted: #64716b;
  --paper: #f4f1ea;
  --cream: #fffaf0;
  --line: rgba(16, 22, 20, 0.13);
  --teal: #0e6d72;
  --teal-dark: #082f35;
  --clay: #8d4937;
  --gold: #c89b42;
  --steel: #223338;
  --white: #ffffff;
  --shadow: 0 28px 90px rgba(11, 28, 31, 0.18);
  font-family:
    Inter, "PingFang SC", "Microsoft YaHei", system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 76px;
  padding: 0 clamp(20px, 5vw, 64px);
  color: var(--white);
  transition:
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ink);
  background: rgba(255, 250, 240, 0.9);
  box-shadow: 0 10px 30px rgba(31, 38, 34, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 38px;
  color: var(--white);
  background: var(--teal);
  border-radius: 8px;
  font-weight: 900;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  color: inherit;
  font-size: 15px;
}

.site-nav a,
.nav-cta {
  opacity: 0.92;
}

.site-nav a:hover,
.nav-cta:hover {
  opacity: 1;
}

.nav-cta {
  padding: 10px 16px;
  border: 1px solid currentColor;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  color: inherit;
}

.menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  display: grid;
  min-height: 94vh;
  padding: 132px clamp(20px, 5vw, 64px) 56px;
  overflow: hidden;
  color: var(--white);
}

.hero-premium {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  align-items: end;
  gap: clamp(28px, 5vw, 72px);
}

.hero-media,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-media {
  background:
    linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)),
    url("./assets/pharma-hero.jpg") center / cover;
  transform: scale(1.02);
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(4, 22, 25, 0.92) 0%, rgba(4, 22, 25, 0.68) 50%, rgba(4, 22, 25, 0.12) 100%),
    linear-gradient(0deg, rgba(4, 22, 25, 0.62), rgba(4, 22, 25, 0));
}

.hero-content {
  position: relative;
  z-index: 1;
  align-self: center;
  max-width: 760px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 980px;
  font-size: clamp(44px, 7.2vw, 108px);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 2.4vw, 24px);
}

.hero-copy.en {
  margin-top: 14px;
  font-size: clamp(15px, 1.8vw, 18px);
}

.hero-command {
  position: relative;
  z-index: 1;
  align-self: end;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(22px);
}

.command-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.command-header span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6ee7d8;
  box-shadow: 0 0 18px rgba(110, 231, 216, 0.9);
}

.hero-command dl {
  margin: 0;
}

.hero-command div:not(.command-header) {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-command div:last-child {
  border-bottom: 0;
}

.hero-command dt {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.hero-command dd {
  margin: 0;
  color: var(--white);
  font-weight: 900;
  text-align: right;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: var(--ink);
  background: var(--gold);
}

.button.primary.dark {
  width: 100%;
  color: var(--white);
  background: var(--teal-dark);
}

.button.ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
}

.hero-panel {
  position: relative;
  z-index: 1;
  align-self: end;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 760px;
  margin-top: 48px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(18px);
}

.hero-panel div {
  padding: 22px;
}

.hero-panel div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-panel strong,
.case-metrics dt {
  display: block;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
}

.hero-panel span,
.case-metrics dd {
  display: block;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.section {
  padding: clamp(76px, 10vw, 132px) clamp(20px, 5vw, 64px);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: start;
}

.copy-stack {
  display: grid;
  gap: 18px;
}

h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}

p {
  color: var(--muted);
}

.intro p,
.section-heading p,
.feature-copy p,
.contact-content p {
  margin: 0;
  font-size: 18px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}

.section-heading p {
  max-width: 480px;
}

.section-heading.compact {
  align-items: start;
}

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

.service-card {
  min-height: 280px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
}

.premium-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 240, 0.96));
  box-shadow: 0 18px 60px rgba(11, 28, 31, 0.08);
}

.premium-grid {
  gap: 18px;
}

.global-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  min-height: 680px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 22% 28%, rgba(110, 231, 216, 0.16), transparent 26%),
    radial-gradient(circle at 68% 58%, rgba(200, 155, 66, 0.15), transparent 30%),
    #071f24;
}

.globe-wrap {
  position: relative;
  min-height: 680px;
  cursor: grab;
  touch-action: none;
  overflow: hidden;
}

.globe-wrap:active {
  cursor: grabbing;
}

.globe-wrap::before {
  content: "";
  position: absolute;
  inset: 7%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow:
    inset 0 0 80px rgba(110, 231, 216, 0.08),
    0 0 120px rgba(110, 231, 216, 0.08);
}

.globe-wrap canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.globe-labels {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.globe-label {
  position: absolute;
  z-index: 2;
  min-width: max-content;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 8px 11px;
  color: var(--white);
  background: rgba(8, 47, 53, 0.72);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  pointer-events: auto;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.globe-label::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 14px rgba(200, 155, 66, 0.86);
}

.globe-toolbar {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.globe-toolbar button {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 9px 12px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.global-copy {
  align-self: center;
  padding: clamp(42px, 7vw, 92px);
}

.global-copy p {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.service-number {
  display: inline-block;
  margin-bottom: 74px;
  color: var(--clay);
  font-weight: 900;
}

.service-card p {
  margin-bottom: 0;
}

.feature-band {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 680px;
  background: var(--teal-dark);
  color: var(--white);
}

.feature-image {
  min-height: 460px;
}

.feature-image img,
.contact-media img {
  height: 100%;
  object-fit: cover;
}

.feature-copy {
  align-self: center;
  padding: clamp(42px, 7vw, 92px);
}

.feature-copy p {
  max-width: 580px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.8);
}

.case-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 42px 0 0;
}

.case-metrics div {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.case-metrics dd {
  color: rgba(255, 255, 255, 0.72);
}

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

.timeline article {
  position: relative;
  padding: 30px 24px 26px;
  border-top: 3px solid var(--teal);
  background: rgba(255, 255, 255, 0.58);
}

.timeline span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 46px;
  color: var(--white);
  background: var(--clay);
  border-radius: 50%;
  font-weight: 900;
}

.timeline p {
  margin-bottom: 0;
}

.trust {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(30px, 6vw, 80px);
  border-top: 1px solid var(--line);
  background: var(--cream);
}

.trust-list {
  display: grid;
  gap: 0;
}

.trust-list div {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.trust-list strong {
  font-size: 20px;
}

.trust-list span {
  color: var(--muted);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.58fr);
  min-height: 720px;
}

.contact-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 6vw, 72px);
  background: var(--white);
}

.contact-content p {
  margin-top: 18px;
}

.contact-form {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.contact-form .hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form .consent-row {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.contact-form .consent-row input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(23, 32, 28, 0.18);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fbfbf8;
  font: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(15, 118, 110, 0.2);
  border-color: var(--teal);
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--teal-dark);
  font-weight: 800;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(20px, 5vw, 64px);
  color: rgba(255, 255, 255, 0.76);
  background: #121a17;
}

.site-footer div {
  display: grid;
  gap: 4px;
}

.site-footer strong {
  color: var(--white);
  font-size: 20px;
}

.site-footer address {
  font-style: normal;
  text-align: right;
}

.admin-body {
  min-height: 100vh;
  background:
    linear-gradient(rgba(244, 241, 234, 0.93), rgba(244, 241, 234, 0.93)),
    url("./assets/healthcare-office.jpg") center / cover fixed;
}

.admin-shell {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 52px 0;
}

.admin-shell-wide {
  width: min(1480px, calc(100% - 32px));
}

.admin-login,
.admin-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.96);
  box-shadow: var(--shadow);
}

.admin-login {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 420px);
  gap: 36px;
  align-items: center;
  max-width: 860px;
  margin: 10vh auto 0;
  padding: clamp(28px, 5vw, 52px);
}

.admin-login h1,
.admin-topbar h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
}

.admin-login p {
  margin-bottom: 0;
}

.admin-token-form {
  display: grid;
  gap: 16px;
}

.admin-token-form label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

.admin-token-form input {
  width: 100%;
  border: 1px solid rgba(23, 32, 28, 0.18);
  border-radius: 8px;
  padding: 13px 14px;
  background: #fbfbf8;
  font: inherit;
}

.admin-panel {
  padding: clamp(22px, 4vw, 38px);
}

.admin-dashboard {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 0;
  padding: 0;
  overflow: hidden;
  background: rgba(255, 250, 240, 0.98);
}

.admin-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 760px;
  padding: 30px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(8, 47, 53, 0.96), rgba(16, 22, 20, 0.98)),
    url("./assets/lab-quality.jpg") center / cover;
}

.admin-sidebar h1 {
  margin: 18px 0 6px;
  font-size: 26px;
  line-height: 1.1;
}

.admin-sidebar p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.admin-sidebar nav {
  display: grid;
  gap: 8px;
  margin-top: 34px;
}

.admin-sidebar nav a {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.admin-main {
  min-width: 0;
  padding: clamp(22px, 3vw, 34px);
}

.admin-topbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button.subtle {
  min-height: 42px;
  color: var(--ink);
  border-color: rgba(23, 32, 28, 0.16);
  background: rgba(255, 255, 255, 0.72);
}

.button.danger {
  color: #8b2f24;
}

.admin-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

.admin-summary div {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.admin-summary strong {
  display: block;
  font-size: 34px;
  line-height: 1;
}

.admin-summary span,
.admin-status,
.submission-item footer {
  color: var(--muted);
  font-size: 14px;
}

.admin-status {
  min-height: 22px;
  margin-bottom: 14px;
  font-weight: 800;
}

.admin-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, 480px) 1fr;
  gap: 16px;
  align-items: end;
  margin-bottom: 16px;
}

.admin-toolbar label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.admin-toolbar input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  background: var(--white);
  font: inherit;
}

.admin-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: 16px;
  align-items: start;
}

.admin-status[data-tone="success"] {
  color: var(--teal-dark);
}

.admin-status[data-tone="error"] {
  color: #8b2f24;
}

.submission-list {
  display: grid;
  gap: 10px;
}

.submission-row,
.submission-detail,
.empty-state {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.submission-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 16px;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.submission-row.is-active {
  border-color: rgba(14, 109, 114, 0.42);
  background: rgba(14, 109, 114, 0.08);
}

.submission-row strong,
.submission-row small {
  display: block;
}

.submission-row small {
  color: var(--muted);
  margin-top: 3px;
}

.submission-row time {
  color: var(--muted);
  white-space: nowrap;
  font-size: 13px;
}

.submission-detail {
  min-height: 520px;
  padding: 24px;
}

.submission-detail header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.submission-detail h2 {
  margin: 0 0 4px;
  font-size: 30px;
}

.submission-detail a {
  color: var(--teal-dark);
  font-weight: 800;
}

.submission-detail time {
  color: var(--muted);
  white-space: nowrap;
}

.submission-detail dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0;
}

.submission-detail dl div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfbf8;
}

.submission-detail dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.submission-detail dd {
  margin: 5px 0 0;
  overflow-wrap: anywhere;
  font-weight: 800;
}

.submission-detail section {
  margin-top: 20px;
}

.submission-detail h3 {
  font-size: 18px;
}

.submission-detail p {
  margin: 18px 0;
  white-space: pre-wrap;
}

.empty-state {
  padding: 32px;
  color: var(--muted);
  text-align: center;
  font-weight: 800;
}

@media (max-width: 980px) {
  .site-nav,
  .nav-cta {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .site-header.is-open .site-nav {
    position: absolute;
    top: 76px;
    right: 18px;
    left: 18px;
    display: grid;
    gap: 4px;
    padding: 14px;
    border-radius: 8px;
    background: var(--cream);
    box-shadow: var(--shadow);
  }

  .site-header.is-open .site-nav a {
    padding: 12px 10px;
  }

  .intro-grid,
  .feature-band,
  .global-band,
  .trust,
  .contact-section {
    grid-template-columns: 1fr;
  }

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

  .service-grid,
  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-band,
  .global-band,
  .contact-section {
    min-height: 0;
  }

  .admin-dashboard {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    min-height: 0;
  }

  .admin-layout,
  .admin-toolbar {
    grid-template-columns: 1fr;
  }

  .contact-media {
    min-height: 360px;
  }
}

@media (max-width: 680px) {
  .site-header {
    height: 68px;
    padding: 0 16px;
  }

  .hero {
    min-height: 92vh;
    padding: 112px 18px 34px;
  }

  .hero-panel,
  .case-metrics,
  .service-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .hero-command div:not(.command-header) {
    grid-template-columns: 1fr;
  }

  .hero-command dd {
    text-align: left;
  }

  .hero-panel div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
  }

  .section {
    padding: 68px 18px;
  }

  .section-heading {
    display: grid;
    align-items: start;
  }

  .service-card {
    min-height: 0;
  }

  .service-number {
    margin-bottom: 38px;
  }

  .feature-copy,
  .contact-content {
    padding: 42px 18px;
  }

  .trust-list div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .site-footer {
    display: grid;
  }

  .site-footer address {
    text-align: left;
  }

  .admin-login,
  .admin-topbar,
  .submission-detail header {
    display: grid;
  }

  .admin-summary,
  .submission-detail dl {
    grid-template-columns: 1fr;
  }
}
