:root {
  color-scheme: dark;
  --black: #050506;
  --black-soft: #0a090b;
  --panel: #0e0c0e;
  --paper: #f1eadf;
  --muted: rgba(241, 234, 223, 0.64);
  --faint: rgba(241, 234, 223, 0.39);
  --gold: #d7b66f;
  --gold-bright: #efd79a;
  --violet: #8b78a0;
  --line: rgba(241, 234, 223, 0.13);
  --line-strong: rgba(215, 182, 111, 0.3);
  --danger: #d79b8d;
  --edge: clamp(1.1rem, 3.6vw, 4.5rem);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Segoe UI", Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

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

html {
  min-width: 320px;
  background: var(--black);
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 76% 8%, rgba(120, 101, 142, 0.1), transparent 30rem),
    radial-gradient(circle at 18% 58%, rgba(215, 182, 111, 0.05), transparent 34rem),
    var(--black);
  font-family: var(--sans);
  line-height: 1.55;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.21;
  background-image: linear-gradient(rgba(255, 255, 255, 0.014) 1px, transparent 1px);
  background-size: 100% 6px;
  pointer-events: none;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  color: inherit;
}

[aria-disabled="true"] {
  cursor: not-allowed;
}

a[aria-disabled="true"] {
  color: var(--muted);
  border-color: rgba(240, 231, 209, 0.18);
  opacity: 0.72;
}

button:not(:disabled),
a {
  cursor: pointer;
}

:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 4px;
}

::selection {
  color: var(--black);
  background: var(--gold-bright);
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.65rem 0.85rem;
  color: var(--black);
  background: var(--gold-bright);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.workspace-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 5rem;
  margin-inline: var(--edge);
  border-bottom: 1px solid var(--line);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
}

.workspace-header > p {
  margin: 0;
  color: var(--gold);
}

.workspace-wordmark,
.header-identity {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.workspace-wordmark {
  width: max-content;
  font-weight: 800;
  letter-spacing: 0.23em;
  text-decoration: none;
}

.wordmark-mark {
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
}

.header-identity {
  justify-self: end;
  color: var(--muted);
  letter-spacing: 0.1em;
}

.identity-state {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: var(--faint);
}

.header-identity.is-connected .identity-state {
  background: var(--gold);
  box-shadow: 0 0 0.8rem rgba(215, 182, 111, 0.45);
}

.workspace-notice,
.workspace-error {
  margin: 1rem var(--edge) 0;
  padding: 0.8rem 1rem;
  border-left: 2px solid var(--gold);
  background: rgba(215, 182, 111, 0.07);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.workspace-error {
  border-left-color: var(--danger);
  background: rgba(215, 155, 141, 0.07);
}

.section-index {
  margin: 0 0 1.4rem;
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.signed-out {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.92fr);
  align-items: center;
  min-height: calc(100vh - 9.5rem);
  padding: clamp(3.5rem, 8vh, 7rem) var(--edge);
}

.signed-out-copy {
  max-width: 53rem;
}

.signed-out h1,
.view-heading h1 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.signed-out h1 {
  font-size: clamp(3.4rem, 6.4vw, 7.4rem);
}

.signed-out h1 span,
.view-heading h1 span {
  color: var(--gold-bright);
  font-style: italic;
}

.signed-out-lede {
  max-width: 43rem;
  margin: 2rem 0 1.7rem;
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
}

.primary-action,
.secondary-action,
.destructive-action,
.text-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 3.25rem;
  border: 1px solid var(--gold);
  border-radius: 0;
  padding: 0.8rem 1rem;
  background: transparent;
  color: var(--paper);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
}

.primary-action {
  min-width: min(100%, 19rem);
  color: var(--black);
  background: var(--gold-bright);
}

.primary-action:hover,
.primary-action:focus-visible {
  background: var(--paper);
}

.secondary-action:hover,
.secondary-action:focus-visible,
.text-action:hover,
.text-action:focus-visible {
  border-color: var(--paper);
}

.compact-action {
  min-width: 0;
}

.auth-boundary,
.view-boundary {
  max-width: 43rem;
  color: var(--faint);
  font-size: 0.76rem;
}

.auth-boundary {
  margin-top: 1.2rem;
}

.signed-out-trace {
  position: relative;
  min-height: 25rem;
}

.signed-out-trace span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(12rem, 20vw, 20rem);
  height: clamp(12rem, 20vw, 20rem);
  border: 1px solid rgba(215, 182, 111, 0.26);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(18deg) scaleY(0.46);
}

.signed-out-trace span:nth-child(2) {
  border-color: rgba(139, 120, 160, 0.32);
  transform: translate(-50%, -50%) rotate(-52deg) scaleY(0.63);
}

.signed-out-trace span:nth-child(3) {
  width: clamp(4rem, 8vw, 7rem);
  height: clamp(4rem, 8vw, 7rem);
  border-color: var(--gold);
  transform: translate(-50%, -50%) rotate(36deg) scaleY(0.78);
}

.signed-out-trace p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  color: var(--faint);
  font-family: var(--mono);
  font-size: 0.61rem;
  letter-spacing: 0.11em;
  line-height: 1.9;
  text-align: right;
}

.workspace-layout {
  display: grid;
  grid-template-columns: clamp(12rem, 17vw, 17rem) minmax(0, 1fr);
  min-height: calc(100vh - 5rem);
  padding-inline: var(--edge);
}

.workspace-sidebar {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 2.1rem 1.4rem 2rem 0;
  border-right: 1px solid var(--line);
}

.sidebar-identity {
  min-height: 6rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}

.identity-lockup {
  display: grid;
  grid-template-columns: 2.7rem minmax(0, 1fr);
  align-items: center;
  gap: 0.8rem;
}

.identity-lockup img {
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
}

.identity-lockup strong,
.identity-lockup span {
  display: block;
  overflow-wrap: anywhere;
}

.identity-lockup strong {
  font-family: var(--mono);
  font-size: 0.76rem;
}

.identity-lockup span {
  color: var(--faint);
  font-size: 0.63rem;
  letter-spacing: 0.08em;
}

.workspace-sidebar nav {
  display: grid;
  margin-top: 1.4rem;
}

.nav-item {
  min-height: 2.9rem;
  border: 0;
  border-left: 1px solid transparent;
  padding: 0 0 0 1rem;
  background: transparent;
  color: var(--muted);
  font-size: 0.73rem;
  letter-spacing: 0.08em;
  text-align: left;
}

.nav-item:hover,
.nav-item.is-active {
  border-left-color: var(--gold);
  color: var(--paper);
  background: linear-gradient(90deg, rgba(215, 182, 111, 0.08), transparent 72%);
}

.public-instrument-link {
  margin-top: auto;
  color: var(--faint);
  font-size: 0.61rem;
  letter-spacing: 0.09em;
  text-decoration: none;
}

.workspace-content {
  min-width: 0;
  padding: clamp(2.8rem, 6vw, 6rem) 0 5rem clamp(2rem, 5vw, 6rem);
}

.workspace-view {
  max-width: 95rem;
}

.view-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: clamp(2.5rem, 5vw, 5rem);
  border-bottom: 1px solid var(--line);
}

.view-heading h1 {
  font-size: clamp(3rem, 5vw, 6.4rem);
}

.view-heading.compact {
  padding-bottom: 2rem;
}

.view-heading.compact h1 {
  max-width: 18ch;
  font-size: clamp(2.6rem, 4.2vw, 5rem);
}

.overview-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border-bottom: 1px solid var(--line);
}

.overview-facts div {
  min-width: 0;
  padding: 1.35rem 1rem 1.35rem 0;
  border-right: 1px solid var(--line);
}

.overview-facts div + div {
  padding-left: 1rem;
}

.overview-facts div:last-child {
  border-right: 0;
}

.overview-facts dt,
.source-facts dt,
.receipt-meta dt {
  color: var(--faint);
  font-size: 0.59rem;
  letter-spacing: 0.13em;
}

.overview-facts dd {
  margin: 0.35rem 0 0;
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 3.6rem);
  overflow-wrap: anywhere;
}

.overview-facts dd.gate-value {
  color: var(--gold-bright);
  font-family: var(--sans);
  font-size: clamp(1.2rem, 2vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.overview-latest {
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
}

.latest-trace {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(16rem, 0.85fr);
  align-items: center;
  min-height: 25rem;
}

.latest-copy h2,
.repository-name,
.timeline-entry h2,
.receipt-entry h2 {
  margin: 0;
  overflow-wrap: anywhere;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.03em;
}

.latest-copy h2 {
  max-width: 18ch;
  font-size: clamp(2.2rem, 4.2vw, 5rem);
  line-height: 1;
}

.latest-score-line {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-top: 1.6rem;
}

.latest-score-line strong {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: clamp(3.8rem, 7vw, 8rem);
  font-weight: 400;
  line-height: 0.8;
}

.latest-score-line span {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.gate-label,
.privacy-label,
.connection-label {
  display: inline-block;
  border: 1px solid var(--line-strong);
  padding: 0.35rem 0.5rem;
  color: var(--gold-bright);
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.privacy-label {
  color: var(--muted);
  border-color: var(--line);
}

.workspace-sigil {
  width: min(100%, 29rem);
  margin-inline: auto;
}

.workspace-sigil svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.evidence-sigil__trace {
  opacity: var(--trace-opacity, 0.5);
  stroke-dasharray: var(--final-dash, none);
}

.evidence-sigil__glow {
  opacity: var(--trace-opacity, 0.08);
}

.evidence-sigil__anchor {
  opacity: var(--trace-opacity, 0.5);
}

.empty-state {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
  min-height: 16rem;
  border-bottom: 1px solid var(--line);
  padding: 3rem 0;
}

.empty-state h2 {
  max-width: 24ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  font-weight: 400;
  line-height: 1.08;
}

.empty-state p {
  max-width: 43rem;
  color: var(--muted);
}

.repository-list,
.progression-list,
.receipt-list {
  margin-top: 2.4rem;
  border-top: 1px solid var(--line);
}

.repository-entry {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(13rem, 0.7fr) auto;
  align-items: center;
  gap: 2rem;
  padding: 1.7rem 0;
  border-bottom: 1px solid var(--line);
}

.repository-name {
  font-size: clamp(1.65rem, 2.6vw, 2.8rem);
  line-height: 1.06;
}

.repository-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.75rem;
}

.repository-meta,
.source-facts,
.receipt-meta {
  margin: 0;
}

.repository-meta div,
.source-facts div,
.receipt-meta div {
  display: grid;
  grid-template-columns: 7rem minmax(0, 1fr);
  gap: 0.7rem;
  padding: 0.22rem 0;
}

.repository-meta dt,
.repository-meta dd,
.source-facts dd,
.receipt-meta dd {
  margin: 0;
  font-size: 0.68rem;
}

.repository-meta dt {
  color: var(--faint);
  letter-spacing: 0.08em;
}

.repository-meta dd,
.source-facts dd,
.receipt-meta dd {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--muted);
  font-family: var(--mono);
}

.repository-actions {
  display: grid;
  gap: 0.6rem;
  min-width: 9.5rem;
}

.repository-actions button,
.receipt-entry button,
.filter-button {
  min-height: 2.7rem;
  border: 1px solid var(--line-strong);
  border-radius: 0;
  padding: 0.6rem 0.75rem;
  background: transparent;
  color: var(--paper);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.repository-actions button:first-child {
  color: var(--black);
  background: var(--gold-bright);
}

.run-status {
  margin-top: 0.65rem;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 0.62rem;
}

.progression-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 2rem;
}

.filter-button.is-active {
  border-color: var(--gold);
  color: var(--gold-bright);
}

.timeline-entry,
.receipt-entry {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(15rem, 0.85fr);
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--line);
}

.timeline-entry h2,
.receipt-entry h2 {
  font-size: clamp(1.5rem, 2.2vw, 2.35rem);
  line-height: 1.08;
}

.timeline-score {
  margin: 0.7rem 0;
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 2.6rem;
}

.timeline-score span {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.delta-list,
.evidence-change-list {
  margin: 0.7rem 0 0;
  padding: 0;
  list-style: none;
}

.delta-list li,
.evidence-change-list li {
  padding: 0.2rem 0;
  color: var(--muted);
  font-size: 0.69rem;
}

.delta-list code,
.evidence-change-list code,
.hash-value {
  color: var(--paper);
  font-family: var(--mono);
  overflow-wrap: anywhere;
}

.receipt-entry button {
  width: max-content;
  margin-top: 1rem;
}

.receipt-boundary {
  padding-left: 1rem;
  border-left: 1px solid var(--gold);
  color: var(--muted);
  font-family: var(--serif);
}

.receipt-detail {
  margin-top: 2.5rem;
  border: 1px solid var(--line-strong);
  padding: clamp(1.2rem, 3vw, 2.5rem);
}

.receipt-detail-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}

.receipt-detail h2 {
  margin: 0;
  overflow-wrap: anywhere;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: 400;
}

.receipt-detail pre {
  max-height: 26rem;
  overflow: auto;
  margin: 1.5rem 0 0;
  padding: 1rem;
  background: #070708;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.68rem;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.missing-evidence {
  margin-top: 1.5rem;
  padding-top: 1.3rem;
  border-top: 1px solid var(--line);
}

.missing-evidence h3 {
  margin: 0;
  color: var(--gold);
  font-size: 0.64rem;
  letter-spacing: 0.14em;
}

.account-section {
  padding: 2.2rem 0;
  border-bottom: 1px solid var(--line);
}

.account-section h2 {
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: 0.67rem;
  letter-spacing: 0.14em;
}

.account-section > p,
.installation-entry p {
  max-width: 46rem;
  color: var(--muted);
  font-size: 0.76rem;
}

.account-section-heading,
.installation-entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.text-action {
  min-height: 2.6rem;
  padding: 0.5rem 0.7rem;
}

.installation-entry {
  padding: 1rem 0;
  border-top: 1px solid var(--line);
}

.installation-entry strong,
.installation-entry span {
  display: block;
}

.installation-entry strong {
  font-family: var(--mono);
  font-size: 0.78rem;
  overflow-wrap: anywhere;
}

.installation-entry span {
  color: var(--faint);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
}

.destructive-zone {
  margin-top: 2rem;
  border: 1px solid rgba(215, 155, 141, 0.28);
  padding: 1.4rem;
}

.destructive-action {
  border-color: rgba(215, 155, 141, 0.55);
  color: var(--danger);
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  min-height: 5rem;
  margin-inline: var(--edge);
  border-top: 1px solid var(--line);
  padding-top: 1.5rem;
  color: var(--faint);
  font-size: 0.59rem;
  letter-spacing: 0.12em;
}

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

footer a {
  color: var(--muted);
  text-decoration: none;
}

footer a:hover,
footer a:focus-visible {
  color: var(--paper);
}

a.primary-action[aria-disabled="true"],
a.text-action[aria-disabled="true"] {
  background: transparent;
  color: var(--muted);
  border-color: rgba(240, 231, 209, 0.18);
  opacity: 0.72;
  pointer-events: none;
}

.noscript-message {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 10;
  border: 1px solid var(--danger);
  padding: 1rem;
  background: var(--black);
}

@media (max-width: 920px) {
  .workspace-header {
    grid-template-columns: 1fr auto;
  }

  .workspace-header > p {
    display: none;
  }

  .signed-out {
    grid-template-columns: 1fr;
  }

  .signed-out-trace {
    min-height: 18rem;
  }

  .workspace-layout {
    grid-template-columns: 1fr;
  }

  .workspace-sidebar {
    position: static;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-right: 0;
  }

  .workspace-sidebar nav {
    display: flex;
    overflow-x: auto;
    padding-bottom: 0.4rem;
  }

  .nav-item {
    min-width: max-content;
    border-bottom: 1px solid transparent;
    border-left: 0;
    padding: 0 1rem;
  }

  .nav-item:hover,
  .nav-item.is-active {
    border-bottom-color: var(--gold);
    background: linear-gradient(0deg, rgba(215, 182, 111, 0.08), transparent 72%);
  }

  .public-instrument-link {
    display: none;
  }

  .workspace-content {
    padding-left: 0;
  }

  .latest-trace {
    grid-template-columns: 1fr 18rem;
  }

  .repository-entry {
    grid-template-columns: minmax(0, 1fr) minmax(12rem, 0.7fr);
  }

  .repository-actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 660px) {
  .workspace-header {
    min-height: 4.4rem;
  }

  .header-identity {
    max-width: 9.5rem;
    letter-spacing: 0.05em;
  }

  .signed-out {
    min-height: auto;
    padding-top: 3.2rem;
  }

  .signed-out h1 {
    font-size: clamp(3rem, 14.5vw, 4.5rem);
  }

  .signed-out-trace {
    min-height: 14rem;
  }

  .workspace-sidebar {
    padding-top: 1.4rem;
  }

  .sidebar-identity {
    min-height: 0;
    padding-bottom: 1rem;
  }

  .workspace-content {
    padding-top: 2.8rem;
  }

  .view-heading,
  .view-heading.compact {
    display: grid;
    align-items: start;
    padding-bottom: 1.7rem;
  }

  .view-heading h1,
  .view-heading.compact h1 {
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

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

  .overview-facts div:nth-child(2) {
    border-right: 0;
  }

  .overview-facts div:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .latest-trace,
  .empty-state,
  .repository-entry,
  .timeline-entry,
  .receipt-entry {
    grid-template-columns: 1fr;
  }

  .workspace-sigil {
    width: min(88vw, 23rem);
  }

  .repository-meta div,
  .source-facts div,
  .receipt-meta div {
    grid-template-columns: 6.2rem minmax(0, 1fr);
  }

  .account-section-heading,
  .installation-entry,
  .receipt-detail-header {
    align-items: start;
    flex-direction: column;
  }

  footer {
    display: grid;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .workspace-header {
    min-height: 3.6rem;
  }

  .signed-out {
    min-height: auto;
    grid-template-columns: 1.25fr 0.75fr;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .signed-out h1 {
    font-size: clamp(2.8rem, 8vw, 4.5rem);
  }

  .signed-out-lede {
    margin: 1rem 0;
    font-size: 0.95rem;
  }

  .signed-out-trace {
    min-height: 15rem;
  }

  .workspace-sidebar {
    padding: 0.4rem 0;
  }

  .sidebar-identity {
    display: none;
  }

  .workspace-sidebar nav {
    margin-top: 0;
  }

  .workspace-content {
    padding-top: 1.25rem;
    padding-bottom: 2rem;
  }

  .section-index {
    margin-bottom: 0.7rem;
  }

  .view-heading,
  .view-heading.compact {
    padding-bottom: 1rem;
  }

  .view-heading h1,
  .view-heading.compact h1 {
    font-size: clamp(2.4rem, 7vw, 3.5rem);
  }
}

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