:root {
  --ink: #000000;
  --paper: #ffffff;
  --yellow: #f6c843;
  --muted: #aaaaaa;
  --line: 1px solid var(--ink);
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

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

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

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

.platform-bar {
  position: relative;
  z-index: 5;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 28px;
  color: var(--paper);
  background: var(--ink);
}

.platform-name,
.take-button,
.owner-cta,
.domain-form button,
.dock-intro strong,
.stats-section h2,
.proof-points,
.owner-identity strong,
.owner-card strong,
.owner-card span,
.previous-footer a,
.dialog-header,
.preview-form label,
.dialog-submit button,
.eyebrow,
.simple-header,
.result-page > span {
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
}

.platform-name {
  flex: 0 0 auto;
  font-size: 15px;
  line-height: 18px;
}

.platform-status,
.current-price {
  font-size: 12px;
  line-height: 16px;
}

.platform-status {
  color: #cccccc;
  text-align: center;
}

.platform-action {
  display: flex;
  align-items: center;
  gap: 18px;
}

.take-button {
  min-height: 36px;
  padding: 0 14px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 11px;
  line-height: 14px;
}

.take-button:hover,
.domain-form button:hover,
.dialog-submit button:hover {
  background: #ffda63;
}

.takeover {
  height: 842px;
  display: flex;
  flex-direction: column;
  background: var(--yellow);
}

.takeover-main {
  min-height: 0;
  flex: 1;
  display: flex;
}

.owner-copy,
.owner-visual {
  width: 50%;
  padding: 48px 42px 42px;
}

.owner-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: var(--line);
}

.owner-identity {
  display: flex;
  align-items: center;
  gap: 14px;
}

.owner-identity > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.owner-identity strong {
  font-size: 19px;
  line-height: 23px;
}

.owner-identity span {
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.08em;
}

.owner-logo,
.card-logo {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
}

.owner-logo {
  width: 48px;
  height: 48px;
  padding: 7px;
  font-size: 20px;
}

.owner-logo.large {
  width: 76px;
  height: 76px;
  color: var(--yellow);
  font-size: 28px;
}

.image-logo {
  background: var(--paper);
  border: var(--line);
}

.image-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.owner-message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.owner-message h1 {
  max-width: 680px;
  margin: 0;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(48px, 4.45vw, 64px);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.95;
  text-wrap: balance;
}

.is-empty .owner-message h1 {
  max-width: 620px;
  font-size: clamp(58px, 5.3vw, 76px);
}

.owner-message p {
  max-width: 590px;
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
}

.owner-cta {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: var(--ink);
  color: var(--paper);
  font-size: 13px;
  line-height: 17px;
}

.owner-cta:hover {
  color: var(--yellow);
}

.proof-points {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.06em;
}

.owner-visual {
  display: flex;
  flex-direction: column;
}

.screenshot-frame {
  min-height: 0;
  flex: 1;
  overflow: hidden;
  background: var(--paper);
  border: 2px solid var(--ink);
}

.screenshot-frame > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.screenshot-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 28px;
  text-align: center;
}

.screenshot-placeholder strong {
  max-width: 90%;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 25px;
  line-height: 1.2;
}

.screenshot-placeholder span {
  font-size: 13px;
  line-height: 19px;
}

.takeover-dock {
  position: relative;
  min-height: 110px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 28px;
  background: var(--ink);
  color: var(--paper);
}

.dock-intro {
  width: 260px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 6px;
}

.dock-intro strong {
  color: var(--yellow);
  font-size: 12px;
  line-height: 16px;
}

.dock-intro span {
  color: var(--muted);
  font-size: 11px;
  line-height: 15px;
}

.domain-form {
  height: 58px;
  flex: 1;
  display: flex;
  background: var(--paper);
  border: 2px solid var(--paper);
}

.domain-form input {
  min-width: 0;
  flex: 1;
  padding: 0 18px;
  color: var(--ink);
  background: var(--paper);
  border: 0;
  border-radius: 0;
  outline: 0;
  font-size: 17px;
}

.domain-form input:focus {
  box-shadow: inset 0 0 0 2px var(--yellow);
}

.domain-form button {
  width: 250px;
  flex: 0 0 auto;
  color: var(--ink);
  background: var(--yellow);
  font-size: 12px;
  line-height: 16px;
}

.domain-form button:disabled,
.dialog-submit button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.form-message {
  position: absolute;
  right: 28px;
  bottom: 5px;
  margin: 0;
  color: #ff8686;
  font-size: 11px;
}

.stats-section {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  padding: 24px 28px 18px;
  background: var(--paper);
}

.stats-heading {
  min-height: 28px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: var(--line);
}

.stats-section h2 {
  margin: 0;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.12em;
}

.stats-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 6px;
}

.stats-actions a,
.share-reign {
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  padding: 0;
  color: var(--ink);
  background: transparent;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 0.04em;
}

.share-reign {
  border-left: var(--line);
  padding-left: 18px;
}

.stats-actions a:hover,
.share-reign:hover {
  text-decoration: underline;
}

.stats-overview {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(260px, 1.6fr) minmax(0, 3.4fr);
  border-bottom: var(--line);
}

.stat {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 16px 20px;
}

.stat-primary {
  position: relative;
  align-items: flex-start;
  padding-left: 0;
  border-right: var(--line);
}

.stat-live {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.stat-live i {
  width: 8px;
  height: 8px;
  display: block;
  background: var(--yellow);
  border: 1px solid var(--ink);
  border-radius: 50%;
}

.stats-supporting {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stats-supporting .stat {
  border-right: var(--line);
}

.stats-supporting .stat:last-child {
  border-right: 0;
}

.stat strong {
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.035em;
}

.stat-primary strong {
  font-size: clamp(48px, 5vw, 68px);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.stat span {
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.02em;
}

.stats-footnote {
  margin: 8px 0 0;
  color: #666666;
  font-size: 8px;
  line-height: 11px;
  letter-spacing: 0.06em;
}

.previous-section {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  padding: 24px 28px;
  border-top: var(--line);
}

.section-heading {
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(36px, 3.1vw, 44px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.1;
}

.section-heading a {
  padding-top: 14px;
  font-size: 11px;
  line-height: 15px;
}

.owner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: var(--line);
  border-left: var(--line);
}

.owner-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  background: var(--paper);
  border-right: var(--line);
  border-bottom: var(--line);
}

.owner-card:hover {
  background: #fff9e9;
}

.card-identity {
  display: flex;
  align-items: center;
  gap: 16px;
}

.card-logo {
  width: 52px;
  height: 52px;
  padding: 5px;
  font-size: 19px;
}

.card-identity > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.card-identity strong {
  font-size: 18px;
  line-height: 22px;
}

.card-identity span {
  color: #555555;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
}

.card-rule {
  height: 1px;
  background: var(--ink);
}

.card-stats {
  display: flex;
}

.card-stats > div {
  width: 33.333%;
  display: flex;
  flex-direction: column;
}

.card-stats span {
  font-size: 9px;
  line-height: 12px;
}

.card-stats strong {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.previous-footer {
  min-height: 64px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  line-height: 15px;
}

.empty-history {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 28px;
  border: var(--line);
}

.empty-history strong {
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 22px;
}

.empty-history span {
  font-size: 14px;
}

.site-footer {
  min-height: 180px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 34px 48px;
  color: var(--paper);
  background: var(--ink);
}

.site-footer > div {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.site-footer strong {
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 22px;
}

.site-footer span {
  color: var(--muted);
  font-size: 12px;
}

.site-footer .builder-link {
  width: max-content;
  color: var(--yellow);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.site-footer .builder-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-footer nav {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  font-size: 11px;
}

.preview-dialog {
  width: min(1100px, calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  padding: 0;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--ink);
}

.preview-dialog::backdrop {
  background: rgba(0, 0, 0, 0.78);
}

.dialog-shell {
  display: flex;
  flex-direction: column;
}

.dialog-header {
  min-height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 18px 24px;
  background: var(--yellow);
  border-bottom: 2px solid var(--ink);
}

.dialog-header > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.dialog-header span {
  font-size: 10px;
  letter-spacing: 0.12em;
}

.dialog-header h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1;
}

.dialog-header button {
  padding: 12px;
  background: transparent;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 11px;
}

.preview-form {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(380px, 1.05fr);
  max-height: calc(100dvh - 134px);
  overflow: auto;
}

.preview-image {
  position: sticky;
  top: 0;
  min-height: 560px;
  align-self: start;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f4f4f4;
  border-right: var(--line);
}

.preview-image > img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: contain;
  object-position: center;
}

.preview-image span {
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 14px;
}

.edit-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}

.preview-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.preview-form input,
.preview-form textarea {
  width: 100%;
  padding: 11px 12px;
  color: var(--ink);
  background: var(--paper);
  border: var(--line);
  border-radius: 0;
  outline: 0;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  resize: vertical;
}

.preview-form input:focus,
.preview-form textarea:focus {
  box-shadow: 0 0 0 2px var(--yellow);
}

.field-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.dialog-submit {
  grid-column: 1 / -1;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 24px;
  color: var(--paper);
  background: var(--ink);
}

.dialog-submit p {
  margin: 0;
  font-size: 13px;
}

.dialog-submit button {
  min-height: 50px;
  padding: 0 22px;
  color: var(--ink);
  background: var(--yellow);
  font-size: 11px;
}

.dialog-message {
  grid-column: 1 / -1;
  min-height: 0;
  margin: 0;
  padding: 0 24px;
  color: #b50000;
  font-size: 12px;
}

.simple-header {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 34px;
  border-bottom: var(--line);
  font-size: 14px;
}

.simple-header nav {
  display: flex;
  gap: 28px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.history-page,
.owner-page,
.legal-page {
  padding: 64px 48px 90px;
}

.history-page > h1,
.owner-page h1,
.legal-page h1,
.result-page h1 {
  margin: 0;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(54px, 8vw, 120px);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 10px;
  letter-spacing: 0.14em;
}

.page-intro {
  max-width: 620px;
  margin: 28px 0 56px;
  font-size: 20px;
  line-height: 1.5;
}

.history-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: var(--line);
  border-left: var(--line);
}

.empty-history.large {
  min-height: 260px;
  margin-top: 54px;
}

.empty-history.large a {
  width: max-content;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 13px;
  text-decoration: underline;
}

.owner-page {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 0;
}

.owner-page-copy,
.owner-page-record {
  min-height: 520px;
  padding: 44px;
  border: var(--line);
}

.owner-page-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background: var(--yellow);
}

.owner-page-copy h1 {
  font-size: clamp(52px, 6.2vw, 92px);
}

.owner-page-description {
  max-width: 650px;
  font-size: 20px;
  line-height: 1.5;
}

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

.owner-page-actions a,
.owner-page-actions button {
  padding: 18px 22px;
  color: var(--paper);
  background: var(--ink);
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 12px;
}

.owner-page-actions button {
  color: var(--ink);
  background: var(--paper);
  border: var(--line);
}

.owner-page-record {
  border-left: 0;
}

.owner-page-record dl {
  margin: 0;
}

.owner-page-record dl > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  border-bottom: var(--line);
}

.owner-page-record dt {
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 9px;
}

.owner-page-record dd {
  margin: 0;
  font-size: 18px;
  text-align: right;
}

.owner-page-image {
  grid-column: 1 / -1;
  overflow: hidden;
  border: var(--line);
  border-top: 0;
}

.owner-page-image img {
  width: 100%;
  max-height: 760px;
  object-fit: cover;
  object-position: top;
}

.result-page {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 28px;
  padding: 8vw;
  background: var(--yellow);
}

.result-page > span {
  font-size: 12px;
  letter-spacing: 0.14em;
}

.result-page p {
  max-width: 580px;
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}

.result-page a {
  padding: 18px 22px;
  color: var(--paper);
  background: var(--ink);
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 12px;
}

.legal-page {
  max-width: 900px;
}

.legal-page h1 {
  margin-bottom: 48px;
  font-size: clamp(54px, 7vw, 96px);
}

.legal-page h2 {
  margin: 40px 0 12px;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 18px;
}

.legal-page p,
.legal-page li {
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 960px) {
  .platform-status,
  .current-price {
    display: none;
  }

  .takeover {
    height: auto;
    min-height: calc(100dvh - 58px);
  }

  .takeover-main {
    flex-direction: column;
  }

  .owner-copy,
  .owner-visual {
    width: 100%;
  }

  .owner-copy {
    min-height: 650px;
    border-right: 0;
    border-bottom: var(--line);
  }

  .owner-visual {
    min-height: 590px;
  }

  .takeover-dock {
    min-height: 170px;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
  }

  .dock-intro {
    width: 100%;
  }

  .domain-form {
    min-height: 58px;
    flex: 0 0 auto;
  }

  .stats-section {
    height: auto;
  }

  .stats-overview {
    grid-template-columns: minmax(220px, 1.1fr) minmax(0, 2fr);
  }

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

  .stats-supporting .stat {
    min-height: 80px;
    border-bottom: var(--line);
  }

  .stats-supporting .stat:nth-child(2n) { border-right: 0; }
  .stats-supporting .stat:nth-last-child(-n + 2) { border-bottom: 0; }

  .owner-grid,
  .history-list {
    grid-template-columns: 1fr 1fr;
  }

  .preview-form {
    display: flex;
    flex-direction: column;
  }

  .preview-image {
    position: static;
    min-height: 360px;
    border-right: 0;
    border-bottom: var(--line);
  }

  .preview-image > img {
    min-height: 360px;
    max-height: 500px;
  }

  .owner-page {
    grid-template-columns: 1fr;
  }

  .owner-page-record {
    border-top: 0;
    border-left: var(--line);
  }
}

@media (max-width: 640px) {
  .platform-bar {
    height: 54px;
    padding: 0 16px;
  }

  .platform-name {
    font-size: 13px;
  }

  .take-button {
    min-height: 34px;
    padding: 0 10px;
    font-size: 9px;
  }

  .owner-copy,
  .owner-visual {
    padding: 28px 20px;
  }

  .owner-copy {
    min-height: 580px;
  }

  .owner-message h1,
  .is-empty .owner-message h1 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .owner-message p {
    font-size: 17px;
  }

  .proof-points {
    gap: 14px;
    font-size: 9px;
  }

  .owner-visual {
    min-height: 0;
  }

  .screenshot-frame {
    width: 100%;
    aspect-ratio: 16 / 10;
    flex: none;
  }

  .screenshot-placeholder strong {
    font-size: 19px;
  }

  .takeover-dock {
    min-height: 210px;
    padding: 22px 16px;
  }

  .domain-form {
    height: auto;
    flex-direction: column;
  }

  .domain-form input,
  .domain-form button {
    width: 100%;
    min-height: 54px;
  }

  .form-message {
    position: static;
  }

  .stats-section {
    min-height: 0;
    padding: 20px 16px 14px;
  }

  .stats-heading {
    min-height: 58px;
    align-items: flex-start;
  }

  .stats-actions {
    align-items: flex-end;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 8px;
  }

  .share-reign {
    min-height: 18px;
    border-left: 0;
    padding-left: 0;
  }

  .stats-overview {
    grid-template-columns: 1fr;
  }

  .stat-primary {
    min-height: 130px;
    padding: 20px 0;
    border-right: 0;
    border-bottom: var(--line);
  }

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

  .stats-supporting .stat {
    min-height: 82px;
    padding: 14px 12px;
  }

  .stats-supporting .stat:nth-child(odd) {
    padding-left: 0;
  }

  .owner-page-actions {
    width: 100%;
    flex-direction: column;
  }

  .owner-page-actions a,
  .owner-page-actions button {
    width: 100%;
    text-align: center;
  }

  .previous-section {
    padding: 22px 16px;
  }

  .section-heading {
    min-height: 100px;
    flex-direction: column;
  }

  .section-heading h2 {
    font-size: 38px;
  }

  .section-heading a {
    padding: 0 0 16px;
  }

  .owner-grid,
  .history-list {
    grid-template-columns: 1fr;
  }

  .previous-footer {
    min-height: 88px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
  }

  .site-footer {
    flex-direction: column;
    padding: 30px 20px;
  }

  .site-footer nav {
    flex-wrap: wrap;
    gap: 18px;
  }

  .dialog-header {
    min-height: 84px;
    padding: 14px 16px;
  }

  .dialog-header h2 {
    font-size: 24px;
  }

  .dialog-header button {
    padding: 6px;
    font-size: 9px;
  }

  .edit-fields {
    padding: 18px 16px;
  }

  .field-pair {
    grid-template-columns: 1fr;
  }

  .dialog-submit {
    align-items: stretch;
    flex-direction: column;
    padding: 18px 16px;
  }

  .dialog-submit button {
    width: 100%;
  }

  .simple-header {
    padding: 0 18px;
  }

  .simple-header nav a:first-child {
    display: none;
  }

  .history-page,
  .owner-page,
  .legal-page {
    padding: 42px 16px 64px;
  }

  .owner-page-copy,
  .owner-page-record {
    min-height: 440px;
    padding: 28px 20px;
  }

  .result-page {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
