:root {
  color-scheme: light;
  --background: #141c29;
  --foreground: #f8f4eb;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  background: var(--background);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--foreground);
  font-family: Georgia, "Times New Roman", serif;
}

.home-body {
  overflow: hidden;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 76px;
  padding: 14px clamp(18px, 3vw, 52px);
  pointer-events: none;
}

.site-header--inner {
  position: relative;
  justify-content: space-between;
  background: rgba(15, 23, 36, 0.96);
  border-bottom: 1px solid rgba(183, 136, 66, 0.45);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
}

.site-brand,
.site-nav,
.nav-dropdown {
  pointer-events: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(8px, 1.4vw, 22px);
}

.site-nav__link {
  padding: 12px 5px;
  color: #fff8e9;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-decoration: none;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}

.site-nav__link:hover,
.site-nav__link:focus-visible,
.site-nav__link[aria-current="page"] {
  color: #e4bd79;
  outline: none;
}

.site-nav__link--mobile,
.mobile-scroll-sections {
  display: none;
}

.site-brand {
  color: #f2e7d0;
  text-decoration: none;
  font-size: clamp(1rem, 2vw, 1.25rem);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-brand:hover,
.site-brand:focus-visible {
  color: #d9ad66;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown__toggle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 10px 18px;
  border: 1px solid rgba(218, 177, 108, 0.72);
  border-radius: 8px;
  color: #fff8e9;
  background: rgba(15, 23, 36, 0.84);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
  font: 700 0.95rem/1 Georgia, "Times New Roman", serif;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.nav-dropdown__toggle:hover,
.nav-dropdown__toggle:focus-visible,
.nav-dropdown__toggle[aria-expanded="true"] {
  color: #fff;
  border-color: #e4bd79;
  background: rgba(31, 43, 61, 0.95);
  outline: none;
}

.nav-dropdown__toggle:focus-visible,
.nav-dropdown__menu a:focus-visible,
.site-brand:focus-visible,
.survey-back:focus-visible {
  outline: 3px solid rgba(228, 189, 121, 0.65);
  outline-offset: 3px;
}

.nav-dropdown__chevron {
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.nav-dropdown__toggle[aria-expanded="true"] .nav-dropdown__chevron {
  transform: translateY(2px) rotate(225deg);
}

.nav-dropdown__menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: min(310px, calc(100vw - 36px));
  padding: 8px;
  border: 1px solid rgba(218, 177, 108, 0.62);
  border-radius: 8px;
  background: rgba(15, 23, 36, 0.97);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.nav-dropdown__menu[hidden] {
  display: none;
}

.nav-dropdown__menu a {
  display: block;
  padding: 14px 16px;
  border-radius: 5px;
  color: #fff8e9;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.045em;
}

.nav-dropdown__menu a:hover,
.nav-dropdown__menu a:focus-visible {
  color: #141c29;
  background: #d9ad66;
}

.cover {
  position: relative;
  display: grid;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #141c29;
}

.cover__blur {
  position: absolute;
  inset: -32px;
  z-index: -2;
  background-image: url("/assets/giustizia-futuro-hero.jpg?v=5");
  background-image: image-set(
    url("/assets/giustizia-futuro-hero.webp?v=5") type("image/webp"),
    url("/assets/giustizia-futuro-hero.jpg?v=5") type("image/jpeg")
  );
  background-position: center;
  background-size: cover;
  filter: blur(24px) saturate(0.86) brightness(0.55);
  transform: scale(1.08);
}

.cover__picture,
.cover__image {
  width: 100%;
  height: 100%;
}

.cover__picture {
  display: block;
}

.cover__image {
  display: block;
  object-fit: contain;
  object-position: center center;
  user-select: none;
  -webkit-user-drag: none;
}

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

.survey-body {
  min-height: 100vh;
  min-height: 100svh;
  overflow-x: hidden;
  background: #141c29;
}

.survey-page {
  position: relative;
  display: grid;
  place-items: center;
  min-height: calc(100vh - 76px);
  min-height: calc(100svh - 76px);
  padding: clamp(34px, 6vw, 88px) 20px;
  isolation: isolate;
}

.survey-page::before,
.survey-page::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
}

.survey-page::before {
  background-image: url("/assets/giustizia-futuro-hero.jpg?v=5");
  background-image: image-set(
    url("/assets/giustizia-futuro-hero.webp?v=5") type("image/webp"),
    url("/assets/giustizia-futuro-hero.jpg?v=5") type("image/jpeg")
  );
  background-position: center;
  background-size: cover;
}

.survey-page::after {
  z-index: -1;
  background: linear-gradient(120deg, rgba(10, 17, 28, 0.9), rgba(17, 27, 43, 0.72));
}

.survey-card {
  width: min(760px, 100%);
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(218, 177, 108, 0.58);
  border-radius: 14px;
  color: #1d2532;
  background: rgba(255, 252, 246, 0.95);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.survey-eyebrow {
  margin: 0 0 12px;
  color: #855f2c;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.survey-card h1 {
  margin: 0;
  color: #111b2a;
  font-size: clamp(2rem, 5vw, 3.65rem);
  line-height: 1.04;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.survey-rule {
  width: 92px;
  height: 3px;
  margin: 24px 0;
  border: 0;
  background: #b78842;
}

.survey-description,
.survey-status {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.7;
}

.survey-status {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 28px 0 0;
  padding: 16px 18px;
  border-left: 4px solid #b78842;
  color: #253044;
  background: #f2eadb;
}

.survey-back {
  display: inline-block;
  margin-top: 30px;
  color: #755120;
  font-weight: 700;
  text-underline-offset: 4px;
}

.survey-back:hover {
  color: #111b2a;
}

.survey-question {
  margin: 24px 0;
  color: #111b2a;
  font: 700 clamp(1.35rem, 3vw, 2rem)/1.35 Georgia, "Times New Roman", serif;
}

.survey-status--error,
.form-message--error {
  border-color: #a83a36;
  color: #6f1f1c;
  background: #f8e3e1;
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 7px;
  font: 700 0.94rem/1.2 Arial, Helvetica, sans-serif;
  text-decoration: none;
  cursor: pointer;
}

.button--primary { color: #fff; background: #7b5724; }
.button--primary:hover,
.button--primary:focus-visible { background: #523811; }
.button--secondary { color: #1d2532; border-color: #9b825b; background: transparent; }

.vote-form fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0;
  padding: 0;
  border: 0;
}

.vote-choice { position: relative; cursor: pointer; }
.vote-choice input { position: absolute; opacity: 0; }
.vote-choice span {
  display: grid;
  place-items: center;
  min-height: 92px;
  border: 2px solid #b9a585;
  border-radius: 10px;
  color: #273248;
  background: #fff;
  font: 700 1.35rem/1 Arial, Helvetica, sans-serif;
  transition: 150ms ease;
}
.vote-choice input:checked + span {
  color: #fff;
  border-color: #7b5724;
  background: #7b5724;
  box-shadow: 0 0 0 4px rgba(183, 136, 66, 0.22);
}
.vote-choice input:focus-visible + span { outline: 3px solid rgba(123, 87, 36, 0.45); outline-offset: 3px; }
.button--submit { width: 100%; }
.privacy-note { margin: 20px 0 0; color: #5a6473; font: 0.9rem/1.55 Arial, Helvetica, sans-serif; }

.survey-page--wide .survey-card--wide {
  width: min(980px, 100%);
}

.survey-introduction {
  color: #384457;
  font: 1.05rem/1.75 Arial, Helvetica, sans-serif;
}

.vote-form--three fieldset {
  grid-template-columns: 1fr;
}

.vote-choice--long span {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  min-height: 82px;
  padding: 20px;
  text-align: left;
  font-size: 1rem;
  line-height: 1.55;
}

.vote-choice--long span strong {
  display: grid;
  flex: 0 0 34px;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: #7b5724;
}

.vote-choice--long input:checked + span strong {
  color: #7b5724;
  background: #fff;
}

.motivation-box {
  margin: 26px 0;
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid #c7af88;
  border-radius: 10px;
  background: #f6efe3;
}

.motivation-box[hidden] {
  display: none;
}

.motivation-box__notice {
  margin-bottom: 20px;
  color: #384457;
  font: 1rem/1.65 Arial, Helvetica, sans-serif;
}

.motivation-box label {
  display: block;
  margin-bottom: 8px;
  color: #273248;
  font: 700 0.95rem/1.3 Arial, Helvetica, sans-serif;
}

.motivation-box textarea {
  width: 100%;
  min-height: 150px;
  resize: vertical;
  padding: 13px;
  border: 1px solid #7f8998;
  border-radius: 7px;
  color: #111827;
  background: #fff;
  font: 1rem/1.55 Arial, Helvetica, sans-serif;
  color-scheme: light;
}

.motivation-box textarea:focus {
  border-color: #8b6126;
  outline: 3px solid rgba(183, 136, 66, 0.25);
}

.registration-form {
  display: grid;
  gap: 20px;
  margin-top: 26px;
  font-family: Arial, Helvetica, sans-serif;
}

.secondary-form {
  margin-top: 12px;
}

.registration-form > label:not(.checkbox-row) {
  display: grid;
  gap: 8px;
  color: #273248;
  font-weight: 700;
}

.registration-form input[type="text"],
.registration-form select,
.search-form input {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  border: 1px solid #7f8998;
  border-radius: 7px;
  color: #111827;
  background: #fff;
  font: 1rem/1.2 Arial, Helvetica, sans-serif;
  color-scheme: light;
}

.registration-form input:focus,
.registration-form select:focus,
.search-form input:focus {
  border-color: #8b6126;
  outline: 3px solid rgba(183, 136, 66, 0.25);
}

.uppercase-input {
  text-transform: uppercase;
}

.cf-input {
  letter-spacing: 0.11em;
  font-weight: 700 !important;
}

.checkbox-row {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 11px;
  align-items: start;
  color: #4a5566;
  font-size: 0.9rem;
  line-height: 1.5;
}

.checkbox-row input {
  width: 19px;
  height: 19px;
  margin-top: 2px;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}
.result-card { display: grid; gap: 8px; padding: 22px; border-radius: 10px; font-family: Arial, Helvetica, sans-serif; }
.result-card--yes { color: #174d38; background: #e1f3e9; }
.result-card--no { color: #702b28; background: #f8e5e3; }
.result-card strong { font-size: clamp(2rem, 6vw, 3.5rem); }
.result-card__label { font-weight: 700; text-transform: uppercase; }
.results-total { margin: 22px 0 0; color: #374154; font-family: Arial, Helvetica, sans-serif; }

.admin-access-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid #d2bea0;
  border-radius: 9px;
  color: #243147;
  background: #f7f0e4;
  font-family: Arial, Helvetica, sans-serif;
}

.admin-access-panel div,
.admin-access-panel span { display: block; }
.admin-access-panel span { margin-top: 5px; color: #5a6473; font-size: 0.9rem; }
.admin-access-panel .button { flex: 0 0 auto; }

.results-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.result-card--option {
  align-content: start;
  color: #243147;
  border: 1px solid #d2bea0;
  background: #f7f0e4;
}

.result-card--option p {
  margin: 4px 0 10px;
  font-size: 0.94rem;
  line-height: 1.5;
}

.result-card--option strong {
  color: #7b5724;
}

.development-page {
  display: grid;
  place-items: center;
  min-height: calc(100vh - 76px);
  padding: clamp(36px, 6vw, 82px) 20px;
  background: linear-gradient(135deg, #0d1522, #202c3e);
}

.development-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  width: min(1080px, 100%);
  overflow: hidden;
  border: 1px solid rgba(218, 177, 108, 0.62);
  border-radius: 16px;
  color: #1b2432;
  background: #fffaf1;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.36);
}

.development-card picture,
.development-card img {
  width: 100%;
  height: 100%;
}

.development-card img {
  display: block;
  min-height: 390px;
  object-fit: cover;
}

.development-card__content {
  align-self: center;
  padding: clamp(30px, 5vw, 58px);
}

.development-card h1 {
  margin: 0;
  color: #111b2a;
  font-size: clamp(2rem, 4vw, 3.4rem);
  text-transform: uppercase;
}

.development-card p:not(.survey-eyebrow) {
  color: #465164;
  font: 1.05rem/1.7 Arial, Helvetica, sans-serif;
}

.admin-body {
  position: relative;
  min-height: 100vh;
  color: #172132;
  background: #101827 url("/assets/giustizia-futuro-hero.jpg?v=5") center / cover fixed no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  isolation: isolate;
}

.admin-body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: linear-gradient(130deg, rgba(8, 14, 24, 0.94), rgba(20, 30, 46, 0.84));
}

.admin-login-page { display: grid; place-items: center; min-height: 100vh; padding: 24px; }
.admin-card { padding: clamp(22px, 4vw, 36px); border: 1px solid rgba(191, 145, 76, 0.7); border-radius: 12px; color: #172132; background: rgba(255, 250, 241, 0.97); box-shadow: 0 22px 58px rgba(0, 0, 0, 0.34); }
.admin-card--login { width: min(470px, 100%); }
.admin-card h1,
.admin-card h2,
.admin-page h1 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; }
.admin-form { display: grid; gap: 18px; margin-top: 24px; }
.admin-form label { display: grid; gap: 8px; font-weight: 700; }
.admin-form input { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #7f8998; border-radius: 6px; color: #111827; background: #fff; font: inherit; color-scheme: light; }
.admin-form input:focus { border-color: #8b6126; outline: 3px solid rgba(183, 136, 66, 0.27); }
.form-message { padding: 13px 15px; border-left: 4px solid; border-radius: 4px; }
.form-message--success { border-color: #2e7a56; color: #174d38; background: #e1f3e9; }
.admin-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 70px; padding: 14px clamp(18px, 4vw, 52px); border-bottom: 1px solid rgba(218, 177, 108, 0.52); background: rgba(9, 16, 27, 0.94); box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28); }
.admin-header nav { display: flex; gap: 18px; }
.admin-header nav a { color: #f6e9d4; font-weight: 700; text-decoration: none; }
.admin-page { width: min(1100px, calc(100% - 36px)); margin: 0 auto; padding: 42px 0 70px; }
.admin-page__title { color: #fff8e9; }
.admin-page__title .survey-eyebrow { color: #e4bd79; }
.admin-page__title { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.admin-page__title h1 { margin-bottom: 0; }
.admin-surveys,
.admin-page--users { display: grid; gap: 24px; }
.status-badge { float: right; padding: 6px 9px; border-radius: 999px; color: #fff; background: #56647a; font-size: 0.76rem; font-weight: 700; text-transform: uppercase; }
.results-grid--compact { max-width: none; }
.results-grid--compact .result-card strong { font-size: 2rem; }
.admin-form--inline { grid-template-columns: repeat(3, minmax(0, 1fr)) auto; align-items: end; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th,
td { padding: 13px 12px; border-bottom: 1px solid #dfe2e7; text-align: left; white-space: nowrap; }

.admin-cf-form {
  display: flex;
  gap: 8px;
  min-width: 330px;
}

.admin-cf-form input {
  min-width: 185px;
  padding: 9px 10px;
  border: 1px solid #7f8998;
  border-radius: 6px;
  background: #fff;
  font: inherit;
  letter-spacing: 0.05em;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.stat-box {
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid rgba(191, 145, 76, 0.65);
  border-radius: 10px;
  color: #172132;
  background: rgba(255, 250, 241, 0.97);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.stat-box span {
  color: #5b6472;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.stat-box strong {
  color: #7b5724;
  font: 700 2.2rem/1 Georgia, "Times New Roman", serif;
}

.search-form {
  display: grid;
  gap: 9px;
  margin-bottom: 24px;
}

.search-form > label {
  font-weight: 700;
}

.search-form > div {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  gap: 10px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 24px;
}

.admin-question {
  color: #273248;
  font: 700 1.15rem/1.5 Georgia, "Times New Roman", serif;
}

.export-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.anonymous-motivations {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid #d7c6a9;
}

.anonymous-motivations h3 {
  margin: 0 0 8px;
  color: #172132;
  font: 700 1.4rem/1.2 Georgia, "Times New Roman", serif;
}

.anonymous-motivations > p {
  color: #5a6473;
}

.motivation-item {
  margin-top: 16px;
  padding: 17px 19px;
  border-left: 4px solid #b78842;
  border-radius: 5px;
  background: #f5eee2;
}

.motivation-item span {
  display: block;
  color: #755120;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.motivation-item strong {
  display: block;
  margin-top: 5px;
  color: #273248;
  font-size: 0.9rem;
}

.motivation-item p {
  margin: 13px 0 0;
  color: #273248;
  line-height: 1.6;
  white-space: normal;
}

.empty-message {
  padding: 14px;
  border-radius: 6px;
  background: #f1f2f4;
}

@media (max-width: 700px) {
  html {
    scroll-padding-top: 126px;
  }

  .home-body {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .site-header {
    position: fixed;
    inset: 0 0 auto 0;
    min-height: 68px;
    padding: 11px 14px;
    border-bottom: 1px solid rgba(218, 177, 108, 0.45);
    background: rgba(9, 16, 27, 0.94);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .site-header--inner {
    position: fixed;
    gap: 12px;
    align-items: stretch;
    flex-direction: column;
  }

  .site-brand {
    max-width: 46vw;
    font-size: 0.78rem;
  }

  .site-header--home {
    align-items: flex-start;
  }

  .site-nav {
    flex-wrap: wrap;
    gap: 2px 10px;
  }

  .site-header--inner .site-nav {
    justify-content: flex-start;
  }

  .site-nav__link {
    padding: 8px 2px;
    font-size: 0.72rem;
  }

  .site-nav__link--desktop {
    display: none;
  }

  .site-nav__link--mobile {
    display: inline-flex;
  }

  .nav-dropdown__toggle {
    min-height: 43px;
    padding: 9px 12px;
    font-size: 0.78rem;
  }

  .survey-page {
    min-height: 100svh;
    padding-top: 150px;
  }

  .development-page {
    padding-top: 150px;
  }

  .mobile-scroll-sections {
    display: grid;
    color: #172132;
    background: #101827;
  }

  .mobile-scroll-section {
    display: grid;
    align-content: start;
    min-height: calc(100svh - 112px);
    scroll-margin-top: 112px;
    border-top: 1px solid rgba(218, 177, 108, 0.52);
    background: #fffaf1;
  }

  .mobile-scroll-section picture,
  .mobile-scroll-section img {
    display: block;
    width: 100%;
  }

  .mobile-scroll-section img {
    height: min(42svh, 360px);
    object-fit: cover;
  }

  .mobile-scroll-section > div {
    padding: 30px 22px 52px;
  }

  .mobile-scroll-section h2 {
    margin: 0 0 18px;
    color: #111b2a;
    font: 700 clamp(2rem, 11vw, 3rem)/1.05 Georgia, "Times New Roman", serif;
    text-transform: uppercase;
  }

  .mobile-scroll-section p:not(.survey-eyebrow) {
    color: #465164;
    font: 1rem/1.7 Arial, Helvetica, sans-serif;
  }

  .vote-form fieldset,
  .results-grid,
  .admin-form--inline,
  .stats-row,
  .search-form > div { grid-template-columns: 1fr; }

  .admin-header,
  .admin-page__title { align-items: flex-start; flex-direction: column; }

  .admin-access-panel { align-items: stretch; flex-direction: column; }
  .admin-access-panel .button { width: 100%; text-align: center; }
  .export-actions { display: grid; grid-template-columns: 1fr; }
  .export-actions .button { width: 100%; text-align: center; }

  .development-card { grid-template-columns: 1fr; }
  .development-card img { min-height: 230px; max-height: 320px; }
}

@media (max-aspect-ratio: 4 / 5) {
  .cover__blur {
    opacity: 0.95;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
