:root {
  --paper: #f6f2e8;
  --paper-strong: #fffdf6;
  --ink: #17211c;
  --muted: #5d695f;
  --line: rgba(23, 33, 28, 0.16);
  --line-strong: rgba(23, 33, 28, 0.28);
  --green: #214f3c;
  --green-2: #2f6f56;
  --blue: #315d78;
  --coral: #b65b4b;
  --gold: #b58a35;
  --red: #913f3c;
  --soft-green: rgba(47, 111, 86, 0.12);
  --soft-blue: rgba(49, 93, 120, 0.13);
  --soft-coral: rgba(182, 91, 75, 0.14);
  --soft-gold: rgba(181, 138, 53, 0.16);
  --shadow: 0 20px 44px rgba(16, 22, 18, 0.18);
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  color: var(--ink);
  background: #e9efe8;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(33, 79, 60, 0.08), transparent 28%, rgba(49, 93, 120, 0.08)),
    var(--paper);
  font-family: "Avenir Next", "Gill Sans", "Trebuchet MS", system-ui, sans-serif;
  font-size: 1.06rem;
  line-height: 1.55;
}

body,
button,
textarea,
input {
  font: inherit;
}

#title-block-header {
  display: none;
}

a {
  color: inherit;
}

button,
a.primary-action,
a.secondary-action,
a.text-btn {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 8px;
}

button {
  color: inherit;
}

button:focus-visible,
a:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(181, 138, 53, 0.65);
  outline-offset: 3px;
}

.hidden {
  display: none !important;
}

.site-top {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 20px;
  border-bottom: 1px solid var(--line);
  background: rgba(246, 242, 232, 0.9);
  backdrop-filter: blur(14px);
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: max-content;
  color: var(--green);
  text-decoration: none;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
}

.brand-wordmark {
  color: var(--green);
  font-family: "Helvetica Neue", "Arial Narrow", "Franklin Gothic Medium", Arial, sans-serif;
  font-size: 2.15rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
}

.reverse-card {
  position: relative;
  display: block;
  width: 40px;
  height: 56px;
}

.reverse-symbol {
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 8px 14px rgba(23, 33, 28, 0.2));
  transform: rotate(2deg);
}

.reverse-card-shell {
  fill: #f8f5e9;
  stroke: #17211c;
  stroke-width: 2.4;
}

.reverse-card-inner {
  fill: #1d63b6;
  stroke: #17211c;
  stroke-width: 1.1;
}

.reverse-block-arrow {
  fill: #fffdf6;
  stroke: #17211c;
  stroke-linejoin: round;
  stroke-width: 0.9;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.nav-link {
  padding: 7px 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--muted);
  text-decoration: none;
}

.nav-link:hover,
.nav-link.is-active {
  border-color: var(--line);
  background: var(--paper-strong);
  color: var(--ink);
}

.hero-section {
  min-height: 74vh;
  display: grid;
  align-items: center;
  padding: 72px 24px 96px;
  background:
    linear-gradient(90deg, rgba(9, 20, 16, 0.88) 0%, rgba(9, 20, 16, 0.62) 42%, rgba(9, 20, 16, 0.12) 76%),
    url("/static/img/field-guide-hero.png") center / cover no-repeat;
  color: #fffdf6;
}

.hero-copy {
  width: min(620px, 100%);
  margin-left: max(0px, calc((100vw - var(--max)) / 2));
}

.eyebrow,
.scale-label {
  margin: 0 0 8px;
  color: var(--coral);
  font-size: 0.98rem;
  font-weight: 800;
}

.hero-section .eyebrow,
.hero-section .privacy-line {
  color: #f1cc7c;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.1;
}

h1 {
  font-family: Georgia, "Iowan Old Style", serif;
  font-size: 3rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.15rem;
}

.hero-lede {
  max-width: 430px;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.05;
}

.hero-kicker {
  margin: 14px 0 0;
  color: #f6e7bd;
  font-size: 1.02rem;
  font-weight: 700;
}

.gateway-panel p,
.page-hero p,
.result-hero p,
.type-hero p,
.quiz-head p,
.plain-section > .section-inner > p,
.plain-section .two-col > div > p:first-of-type {
  font-size: 1.14rem;
}

.hero-actions,
.inline-actions,
.quiz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}

.primary-action,
.secondary-action,
.text-btn,
.option-btn,
.front-option,
.mood-btn,
.dive-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid var(--line-strong);
  background: var(--paper-strong);
  color: var(--ink);
  text-decoration: none;
  cursor: pointer;
}

.primary-action {
  border-color: var(--green);
  background: var(--green);
  color: white;
  font-weight: 800;
}

.secondary-action {
  background: rgba(255, 253, 246, 0.78);
}

.text-btn {
  min-height: 32px;
  padding: 5px 9px;
  border: 0;
  background: transparent;
  color: var(--green);
  font-weight: 700;
}

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

.secondary-action:hover,
.secondary-action:focus-visible,
.text-btn:hover,
.text-btn:focus-visible,
.front-option:hover,
.front-option:focus-visible,
.option-btn:hover,
.option-btn:focus-visible,
.mood-btn:hover,
.mood-btn:focus-visible {
  background: white;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.section-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.gateway-section,
.learn-strip,
.plain-section,
.path-section,
.page-hero {
  padding: 44px 0;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.gateway-panel {
  display: grid;
  gap: 14px;
}

.front-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.front-option {
  justify-content: flex-start;
  min-height: 46px;
  text-align: left;
}

.saved-choice {
  padding: 10px 12px;
  border-left: 4px solid var(--gold);
  background: var(--soft-gold);
}

.learn-strip {
  background:
    linear-gradient(90deg, rgba(33, 79, 60, 0.92), rgba(49, 93, 120, 0.92)),
    #214f3c;
  color: white;
}

.learn-strip .term-card {
  background: rgba(255, 253, 246, 0.9);
  color: var(--ink);
  border-color: rgba(23, 33, 28, 0.12);
}

.learn-strip .term-card h3 {
  color: var(--green);
}

.term-grid,
.path-grid,
.deep-dive-grid,
.domain-grid,
.blend-grid,
.next-grid,
.share-grid,
.type-grid,
.story-grid,
.rights-grid,
.pattern-grid {
  display: grid;
  gap: 14px;
}

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

.path-grid,
.deep-dive-grid,
.domain-grid,
.type-grid,
.rights-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.principles-domain-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.principles-domain-grid .domain-card {
  grid-column: span 2;
}

.principles-domain-grid .domain-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.principles-domain-grid .domain-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.blend-grid,
.next-grid,
.share-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.story-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pattern-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.term-card,
.path-item,
.domain-card,
.blend-card,
.next-card,
.share-card,
.type-mini,
.story-card,
.right-card,
.pattern-item,
.list-block,
.done-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 246, 0.82);
  padding: 16px;
  box-shadow: 0 8px 22px rgba(23, 33, 28, 0.06);
}

.path-item span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: var(--soft-blue);
  color: var(--blue);
  font-weight: 900;
}

.quiz-page {
  min-height: calc(100vh - 58px);
  display: grid;
  place-items: start center;
  padding: 32px 16px 54px;
  background:
    linear-gradient(135deg, rgba(33, 79, 60, 0.1), rgba(182, 91, 75, 0.08)),
    var(--paper);
}

.quiz-shell {
  width: min(820px, 100%);
}

.quiz-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 18px;
  margin-bottom: 20px;
}

.progress-row {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr) max-content;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
  color: var(--muted);
  font-weight: 700;
}

meter {
  width: 100%;
  height: 12px;
}

.question-panel {
  padding: 24px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: rgba(255, 253, 246, 0.92);
  box-shadow: var(--shadow);
}

.question-panel h2 {
  margin-bottom: 22px;
}

.option-grid {
  display: grid;
  gap: 10px;
}

.option-btn {
  width: 100%;
  justify-content: flex-start;
  min-height: 50px;
  text-align: left;
}

.option-btn.is-selected,
.mood-btn.is-selected,
.dive-tab.is-active {
  border-color: var(--green);
  background: var(--soft-green);
  font-weight: 800;
}

.done-panel {
  margin-bottom: 16px;
  border-color: rgba(47, 111, 86, 0.35);
  background: rgba(47, 111, 86, 0.1);
}

.result-page {
  padding-bottom: 48px;
}

.result-hero,
.type-hero,
.page-hero {
  margin-top: 28px;
  border-radius: 8px;
}

.result-hero,
.type-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 28px;
  color: white;
  background:
    linear-gradient(135deg, rgba(33, 79, 60, 0.95), rgba(49, 93, 120, 0.9)),
    var(--green);
}

.result-hero.tier-C,
.type-hero.tier-C {
  background: linear-gradient(135deg, #5f5530, #315d78);
}

.result-hero.tier-D,
.type-hero.tier-D,
.result-hero.tier-F,
.type-hero.tier-F {
  background: linear-gradient(135deg, #653534, #263341);
}

.core-feel {
  margin: 14px 0 0;
  font-family: Georgia, serif;
  font-size: 1.45rem;
}

.type-hero-art {
  width: min(100%, 280px);
  aspect-ratio: 4 / 3;
  justify-self: end;
  overflow: hidden;
  border-radius: 6px;
  background: rgba(255, 248, 226, 0.82);
  box-shadow: 0 12px 28px rgba(16, 22, 18, 0.22);
}

.type-hero-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.primary-type-mark {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 150px;
}

.animal-badge {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 50%;
  background: var(--paper-strong);
  color: var(--ink);
  font-size: 2rem;
  box-shadow: 0 8px 22px rgba(16, 22, 18, 0.16);
}

.animal-badge.small {
  width: 36px;
  height: 36px;
  font-size: 1.28rem;
  box-shadow: none;
}

.score-ring {
  display: inline-grid;
  place-items: center;
  width: 112px;
  height: 112px;
  margin-top: 18px;
  border: 8px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: white;
  font-size: 2rem;
  font-weight: 900;
}

.score-ring span {
  font-size: 0.82rem;
}

.blend-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.blend-card strong,
.domain-card strong {
  color: var(--green);
  font-size: 1.45rem;
}

.domain-card small,
.tier-chip small {
  color: var(--muted);
}

.reflection-section {
  background: rgba(49, 93, 120, 0.08);
}

.mood-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0;
}

.note-label {
  display: block;
  margin: 12px 0 6px;
  font-weight: 800;
}

.note-box {
  width: 100%;
  resize: vertical;
  min-height: 140px;
  padding: 12px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: var(--paper-strong);
  color: var(--ink);
}

.publish-panel {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft-gold);
}

.check-row {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 8px 0;
}

.public-preview {
  max-height: 220px;
  overflow: auto;
  padding: 12px;
  border-radius: 8px;
  background: #10201a;
  color: #f8f2df;
}

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

.tier-row {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
}

.tier-label {
  display: grid;
  place-items: center;
  min-height: 54px;
  border-radius: 8px;
  color: white;
  font-weight: 900;
  font-size: 1.4rem;
}

.tier-S { background: #24583d; }
.tier-A { background: #315d78; }
.tier-B { background: #806727; }
.tier-C { background: #9a6540; }
.tier-D { background: #913f3c; }
.tier-F { background: #42283a; }

.tier-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 246, 0.74);
}

.tier-chip {
  display: inline-grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  column-gap: 8px;
  align-items: center;
  min-height: 44px;
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-strong);
  text-decoration: none;
}

.tier-chip .animal-badge {
  grid-row: 1 / 3;
}

.type-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.type-card {
  --type-accent: var(--green);
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  gap: 10px;
  min-height: 470px;
  padding: 12px;
  border: 1px solid rgba(23, 33, 28, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 246, 0.86);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 14px 24px rgba(23, 33, 28, 0.08);
}

.type-card:hover,
.type-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(23, 33, 28, 0.28);
  background: rgba(255, 253, 246, 0.96);
  box-shadow: 0 22px 34px rgba(23, 33, 28, 0.12);
}

.type-card-tier-S { --type-accent: #24583d; }
.type-card-tier-A { --type-accent: #315d78; }
.type-card-tier-B { --type-accent: #806727; }
.type-card-tier-C { --type-accent: #9a6540; }
.type-card-tier-D { --type-accent: #913f3c; }
.type-card-tier-F { --type-accent: #42283a; }

.type-card-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.type-card-title {
  font-family: Georgia, "Iowan Old Style", serif;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.05;
}

.type-card-tier {
  color: var(--type-accent);
  font-size: 0.98rem;
  font-weight: 800;
  white-space: nowrap;
}

.type-card-subhead {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--type-accent);
  font-size: 1rem;
  font-weight: 800;
}

.type-card-icon.animal-badge {
  width: 32px;
  height: 32px;
  font-size: 1.12rem;
  box-shadow: none;
}

.type-card-art {
  display: block;
  overflow: hidden;
  width: min(100%, 260px);
  margin: 2px auto 0;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  background: #efe3c6;
}

.type-card-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.type-card-text {
  display: grid;
  gap: 8px;
  align-self: start;
}

.type-card-core {
  font-family: Georgia, "Iowan Old Style", serif;
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.15;
}

.type-card-field {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.35;
}

.list-block ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.library-hero {
  padding: 74px 0 92px;
  color: white;
  background:
    linear-gradient(90deg, rgba(8, 18, 16, 0.86), rgba(8, 18, 16, 0.38)),
    url("/static/img/secret-library.png") center / cover no-repeat;
}

.library-hero p {
  max-width: 620px;
  font-size: 1.18rem;
}

.lore-section h2 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.lore-question {
  margin: 0 0 20px;
  max-width: 760px;
  color: var(--ink);
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.2;
}

.deep-dive-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 14px;
  row-gap: 2px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 246, 0.86);
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(23, 33, 28, 0.06);
}

.deep-dive-card:hover,
.deep-dive-card:focus-visible {
  border-color: var(--green);
  background: white;
}

.deep-dive-icon {
  display: grid;
  grid-row: 1 / 3;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: var(--soft-green);
  color: var(--green);
  font-size: 1.8rem;
  font-weight: 900;
}

.deep-dive-name {
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.1;
}

.deep-dive-count {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.story-card {
  background:
    linear-gradient(180deg, rgba(49, 93, 120, 0.08), rgba(255, 253, 246, 0.92)),
    var(--paper-strong);
}

.story-animals {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
}

details {
  margin-top: 10px;
}

summary {
  color: var(--green);
  cursor: pointer;
  font-weight: 800;
}

.dive-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.dive-tab {
  min-height: 34px;
  padding: 6px 10px;
  text-decoration: none;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  max-width: min(360px, calc(100vw - 36px));
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  background: rgba(23, 33, 28, 0.95);
  color: white;
  box-shadow: var(--shadow);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 24px 20px;
  border-top: 1px solid var(--line);
  background: rgba(255, 253, 246, 0.84);
  color: var(--muted);
}

.site-footer-note {
  min-width: 0;
}

.footer-link {
  justify-self: center;
  padding: 5px 9px;
  color: var(--green);
  font-weight: 800;
  text-decoration: none;
}

.footer-link:hover,
.footer-link:focus-visible {
  text-decoration: underline;
}

.site-footer .text-btn {
  justify-self: end;
}

.faq-page .page-hero {
  max-width: 760px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 246, 0.78);
}

.faq-item h2 {
  margin-bottom: 8px;
  font-size: 1.42rem;
}

.faq-item p {
  margin: 0;
  font-size: 1.12rem;
}

@media (max-width: 960px) {
  .path-grid,
  .deep-dive-grid,
  .domain-grid,
  .type-grid,
  .rights-grid,
  .story-grid,
  .pattern-grid,
  .blend-grid,
  .next-grid,
  .share-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .principles-domain-grid .domain-card,
  .principles-domain-grid .domain-card:nth-child(4),
  .principles-domain-grid .domain-card:nth-child(5) {
    grid-column: auto;
  }

  .term-grid,
  .two-col {
    grid-template-columns: minmax(0, 1fr);
  }

  h1 {
    font-size: 2.45rem;
  }

  .brand-wordmark {
    font-size: 1.85rem;
  }
}

@media (max-width: 640px) {
  .site-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .brand-wordmark {
    font-size: 1.5rem;
  }

  .brand-mark {
    width: 46px;
    height: 56px;
  }

  .reverse-card {
    width: 36px;
    height: 50px;
  }

  .hero-section {
    min-height: 46vh;
    padding: 32px 16px 40px;
    background-position: 58% center;
  }

  h1 {
    font-size: 2.05rem;
  }

  h2 {
    font-size: 1.55rem;
  }

  .front-options,
  .term-grid,
  .deep-dive-grid,
  .path-grid,
  .domain-grid,
  .type-grid,
  .rights-grid,
  .story-grid,
  .pattern-grid,
  .blend-grid,
  .next-grid,
  .share-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .progress-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-footer {
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
  }

  .footer-link,
  .site-footer .text-btn {
    justify-self: start;
  }

  .result-hero,
  .type-hero,
  .blend-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .question-panel {
    padding: 18px;
  }

  .tier-row {
    grid-template-columns: minmax(0, 1fr);
  }
}
