:root {
  --ink: #174f4a;
  --muted: #71847d;
  --paper: #fffdf6;
  --sand: #f0d6a2;
  --sand-deep: #c98a49;
  --line: #ddd0ac;
  --green: #4ba47d;
  --green-dark: #28765d;
  --gold: #dfa84d;
  --red: #da6c61;
  --purple: #7a678e;
  font-family: Inter, ui-rounded, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #f7f3e7;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(238, 204, 128, .22), transparent 26%),
    radial-gradient(circle at 88% 20%, rgba(91, 164, 138, .15), transparent 28%),
    linear-gradient(180deg, #fbf8ed, #f2f5e8 52%, #f7f0df);
}

button,
a {
  font: inherit;
}

button {
  color: inherit;
}

button:focus-visible,
a:focus-visible {
  outline: 4px solid rgba(61, 141, 119, .28);
  outline-offset: 3px;
}

.app {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 64px;
}

@media (min-width: 1280px) {
  .app {
    width: min(1280px, calc(100% - 32px));
  }
}

.topbar {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  place-items: center;
  border: 2px solid #f0dfb9;
  border-radius: 18px;
  background: #fffaf0;
  box-shadow: 0 5px 0 #d7c8a5;
  font-size: 28px;
}

.brand b,
.brand small {
  display: block;
}

.brand b {
  font-family: Georgia, serif;
  font-size: 14px;
  letter-spacing: .12em;
}

.brand small {
  margin-top: 3px;
  color: #8e7650;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.sound-button,
.secondary-button,
.quiet-button,
.hint-button,
.route-button {
  min-height: 48px;
  padding: 0 18px;
  border: 2px solid var(--line);
  border-radius: 16px;
  color: var(--ink);
  background: rgba(255, 253, 246, .9);
  font-weight: 900;
  cursor: pointer;
}

.sound-button:hover,
.secondary-button:hover,
.quiet-button:hover,
.route-button:hover {
  border-color: #bfae81;
  background: #fff9e9;
  box-shadow: 0 4px 0 rgba(154, 127, 69, .14);
}

.panel {
  border: 3px solid var(--line);
  border-radius: 34px;
  background: rgba(255, 253, 247, .94);
  box-shadow: 0 20px 45px rgba(56, 70, 59, .1);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  min-height: 550px;
  overflow: hidden;
}

.hero-copy {
  display: flex;
  padding: 58px 18px 52px 54px;
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  margin: 0 0 9px;
  color: #927044;
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  margin-bottom: 12px;
  line-height: 1.04;
}

h1 {
  font-size: clamp(42px, 5vw, 69px);
  letter-spacing: -.045em;
}

h2 {
  font-size: clamp(30px, 3.4vw, 45px);
  letter-spacing: -.035em;
}

h3 {
  font-size: 28px;
  letter-spacing: -.025em;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 19px;
  font-weight: 750;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.primary-button {
  min-height: 56px;
  padding: 0 24px;
  border: 0;
  border-radius: 17px;
  color: white;
  background: var(--green);
  box-shadow: 0 8px 0 var(--green-dark);
  font-weight: 950;
  cursor: pointer;
}

.primary-button:hover {
  background: #409873;
  box-shadow: 0 8px 0 #22664f, 0 0 0 4px rgba(75, 164, 125, .12);
}

.primary-button:active {
  box-shadow: 0 3px 0 var(--green-dark);
}

.care-note {
  display: grid;
  max-width: 570px;
  grid-template-columns: 28px auto;
  margin-top: 30px;
  color: #746c56;
  font-size: 14px;
  line-height: 1.45;
}

.care-note span {
  grid-row: span 2;
  color: var(--green-dark);
  font-size: 25px;
}

.care-note b {
  color: var(--ink);
}

.hero-art {
  display: grid;
  min-width: 0;
  padding: 26px;
  place-items: center;
  background:
    linear-gradient(130deg, rgba(225, 179, 97, .15), rgba(75, 164, 125, .14)),
    #f8f2df;
}

.hero-svg {
  width: 100%;
  max-height: 470px;
  filter: drop-shadow(0 17px 16px rgba(73, 59, 38, .14));
}

.hero-svg .sky {
  fill: #dfeadf;
  stroke: #fff;
  stroke-width: 8;
}

.hero-svg .sun {
  fill: #f5cc68;
}

.hero-svg .horizon {
  fill: #d8bd80;
}

.hero-svg .trench {
  fill: #b97842;
  stroke: #835b37;
  stroke-width: 6;
}

.hero-svg .grid {
  fill: none;
  stroke: #e8bd7e;
  stroke-width: 4;
  stroke-dasharray: 9 8;
}

.hero-svg .pot {
  fill: #cf6f43;
  stroke: #74432c;
  stroke-width: 7;
  stroke-linecap: round;
}

.hero-svg .trowel,
.hero-svg .brush {
  fill: #63847a;
  stroke: #315d58;
  stroke-width: 6;
  stroke-linejoin: round;
}

.hero-svg .brush {
  fill: #bf7a43;
}

.hero-svg .marker {
  fill: #fff8df;
  stroke: #5a746c;
  stroke-width: 5;
}

.hero-svg text {
  fill: var(--ink);
  font-size: 19px;
  font-weight: 950;
  text-anchor: middle;
}

.routes {
  padding: 72px 0;
}

.section-heading,
.journal-heading,
.game-heading,
.block-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.section-heading > p {
  max-width: 370px;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.5;
  text-align: right;
}

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

.route-card {
  position: relative;
  display: flex;
  min-height: 430px;
  padding: 28px;
  overflow: hidden;
  flex-direction: column;
  border: 3px solid #ded3b8;
  border-radius: 30px;
  background: #fffdf8;
  box-shadow: 0 12px 0 #d9cfb4;
}

.route-card::after {
  position: absolute;
  right: -52px;
  bottom: 47px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--route) 17%, transparent);
  content: "";
}

.route-icon {
  display: grid;
  width: 67px;
  height: 67px;
  margin-bottom: 25px;
  place-items: center;
  border: 4px solid rgba(255, 255, 255, .6);
  border-radius: 21px;
  color: white;
  background: var(--route);
  box-shadow: 0 7px 0 color-mix(in srgb, var(--route) 70%, #463724);
  font-size: 32px;
}

.route-card > p:not(.eyebrow) {
  margin-bottom: 20px;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.5;
}

.route-meta {
  display: flex;
  margin-top: auto;
  margin-bottom: 18px;
  justify-content: space-between;
  gap: 12px;
  color: #806d4c;
  font-size: 13px;
  font-weight: 850;
}

.route-button {
  position: relative;
  z-index: 1;
  width: 100%;
  border-color: var(--route);
  color: var(--route);
  background: #fffdf8;
}

.journal {
  padding: 40px;
}

.journal-heading {
  margin-bottom: 22px;
}

.journal-heading strong {
  padding: 10px 16px;
  border-radius: 15px;
  color: white;
  background: var(--green);
  font-size: 23px;
}

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

.journal-item {
  display: grid;
  min-height: 96px;
  padding: 12px;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 4px 9px;
  border: 2px dashed #d9d2bd;
  border-radius: 16px;
  color: #8b8c7d;
  background: #faf8f1;
}

.journal-item > span {
  display: grid;
  width: 34px;
  height: 34px;
  grid-row: span 2;
  place-items: center;
  border-radius: 11px;
  background: #e7e2d4;
  font-weight: 900;
}

.journal-item small {
  overflow: hidden;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .04em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.journal-item b {
  font-size: 12px;
  line-height: 1.2;
}

.journal-item.is-open {
  border-style: solid;
  border-color: #aad0b7;
  color: var(--ink);
  background: #eff8ef;
}

.journal-item.is-open > span {
  color: white;
  background: var(--green);
}

.game-panel {
  padding: 34px;
}

.game-heading {
  margin-bottom: 22px;
}

.game-heading h1 {
  margin-bottom: 0;
  font-size: clamp(37px, 4vw, 58px);
}

.progress-box {
  display: grid;
  width: min(390px, 42%);
  grid-template-columns: 1fr 54px;
  align-items: center;
  gap: 13px;
}

.progress-box > div {
  height: 15px;
  overflow: hidden;
  border-radius: 99px;
  background: #e3e0d2;
}

.progress-box i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--green);
}

.mission-note {
  display: flex;
  min-height: 86px;
  margin-bottom: 22px;
  padding: 17px 21px;
  align-items: center;
  gap: 14px;
  border: 2px solid #e0bd68;
  border-radius: 21px;
  color: #735719;
  background: #fff5cf;
}

.mission-note > span {
  font-size: 29px;
}

.mission-note small,
.mission-note b {
  display: block;
}

.mission-note small {
  margin-bottom: 4px;
  color: #997427;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mission-note b {
  font-size: 18px;
  line-height: 1.4;
}

.workbench {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(310px, .75fr);
  align-items: stretch;
  gap: 20px;
}

.dig-site,
.study-panel {
  min-width: 0;
  border: 3px solid #d9ceb0;
  border-radius: 27px;
  background: #fbfaf4;
}

.dig-site {
  padding: 23px;
}

.block-heading {
  margin-bottom: 17px;
}

.block-heading h2 {
  margin-bottom: 0;
  font-size: 31px;
}

.block-heading > span {
  padding: 7px 11px;
  border-radius: 12px;
  color: #806f51;
  background: #eee6d2;
  font-size: 12px;
  font-weight: 900;
}

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

.dig-card {
  position: relative;
  min-width: 0;
  min-height: 190px;
  padding: 9px 9px 13px;
  overflow: hidden;
  border: 3px solid #cba975;
  border-radius: 20px;
  color: #6d5539;
  background:
    radial-gradient(circle at 22% 28%, rgba(118, 77, 41, .16) 0 3px, transparent 4px),
    radial-gradient(circle at 72% 68%, rgba(118, 77, 41, .13) 0 4px, transparent 5px),
    #e9c78f;
  cursor: pointer;
}

.dig-card:hover:not(:disabled) {
  border-color: #9d6d38;
  box-shadow: 0 0 0 5px rgba(203, 169, 117, .22);
  background-color: #efd19f;
}

.dig-card:disabled {
  cursor: default;
}

.plot-number {
  position: absolute;
  z-index: 4;
  top: 9px;
  left: 9px;
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 10px;
  color: white;
  background: #805a32;
  font-size: 12px;
  font-weight: 950;
}

.artifact-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  height: 139px;
  place-items: center;
}

.artifact-svg {
  width: 94%;
  height: 125px;
  overflow: visible;
  filter: drop-shadow(0 6px 3px rgba(74, 51, 32, .2));
}

.artifact-svg g {
  fill: color-mix(in srgb, var(--artifact) 30%, #f3d8a5);
  stroke: var(--artifact);
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.artifact-svg .accent {
  fill: var(--artifact);
  stroke-width: 4;
}

.soil-lines::before,
.soil-lines::after {
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  border-top: 2px dashed rgba(111, 74, 40, .24);
  content: "";
}

.soil-lines::before {
  top: 58px;
}

.soil-lines::after {
  top: 107px;
}

.soil-ridge {
  position: absolute;
  z-index: 2;
  right: -15px;
  bottom: 28px;
  left: -15px;
  height: 45px;
  border-radius: 50% 45% 0 0;
  background: rgba(193, 137, 75, .38);
}

.dig-card small {
  position: relative;
  z-index: 4;
  display: block;
  min-height: 28px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.25;
}

.dig-card.is-wrong {
  border-color: #df8c82;
  background-color: #f4c4aa;
}

.dig-card.is-found {
  border-color: #62a884;
  background-color: #cce6cc;
  box-shadow: 0 0 0 5px rgba(75, 164, 125, .18);
}

.dig-card.is-hinted {
  border-color: var(--gold);
  box-shadow: 0 0 0 6px rgba(223, 168, 77, .28), inset 0 0 28px rgba(255, 247, 177, .7);
}

.study-panel {
  display: flex;
  padding: 24px;
  flex-direction: column;
}

.study-empty {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.study-empty > span {
  display: grid;
  width: 76px;
  height: 76px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 24px;
  color: white;
  background: var(--green);
  box-shadow: 0 8px 0 var(--green-dark);
  font-size: 41px;
}

.study-empty h2,
.study-found h2 {
  font-size: 31px;
}

.study-empty p,
.study-found > p:not(.eyebrow) {
  color: var(--muted);
  font-weight: 750;
  line-height: 1.45;
}

.study-empty ol {
  width: 100%;
  margin: 10px 0 0;
  padding: 15px 15px 15px 38px;
  border-radius: 17px;
  color: #786b4f;
  background: #f2eddf;
  text-align: left;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.8;
}

.study-found {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.artifact-showcase {
  display: grid;
  min-height: 156px;
  margin-bottom: 16px;
  place-items: center;
  border: 2px solid #dccb9f;
  border-radius: 23px;
  background:
    radial-gradient(circle, rgba(222, 187, 115, .22) 0 2px, transparent 3px) 0 0 / 22px 22px,
    #fff8e8;
}

.artifact-showcase .artifact-svg {
  width: 170px;
  height: 140px;
}

.answer-list {
  display: grid;
  gap: 9px;
  margin-top: auto;
}

.answer-button {
  min-height: 58px;
  padding: 11px 14px;
  border: 3px solid #ddd5c3;
  border-radius: 17px;
  color: var(--ink);
  background: white;
  font-weight: 900;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
}

.answer-button:hover:not(:disabled) {
  border-color: #7cac92;
  background: #f0f8ef;
  box-shadow: 0 0 0 4px rgba(75, 164, 125, .1);
}

.answer-button.is-wrong {
  border-color: #df8c82;
  color: #923f38;
  background: #fff0ed;
}

.answer-button.is-hinted {
  border-color: var(--gold);
  background: #fff6ce;
  box-shadow: 0 0 0 4px rgba(223, 168, 77, .18);
}

.answer-button.is-correct {
  border-color: #64aa85;
  color: #24644f;
  background: #e9f7ec;
}

.feedback-zone {
  min-height: 102px;
  margin-top: 18px;
}

.feedback-zone:not(:empty) {
  min-height: 0;
  margin-bottom: 18px;
}

.feedback {
  display: flex;
  min-height: 98px;
  padding: 17px 19px;
  align-items: center;
  gap: 15px;
  border: 3px solid #d8d0bb;
  border-radius: 22px;
  background: #fbfaf4;
}

.feedback.error {
  border-color: #df9289;
  background: #fff0ed;
}

.feedback.hint {
  border-color: #deb95e;
  background: #fff7d7;
}

.feedback.found,
.feedback.success {
  border-color: #8fc1a1;
  background: #ebf7ed;
}

.feedback-icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border-radius: 15px;
  color: white;
  background: var(--green);
  font-size: 25px;
  font-weight: 950;
}

.feedback.error .feedback-icon {
  background: var(--red);
}

.feedback.hint .feedback-icon {
  color: #735314;
  background: #f0c65d;
}

.feedback > div {
  min-width: 0;
  flex: 1;
}

.feedback strong,
.feedback p,
.feedback small {
  display: block;
}

.feedback strong {
  margin-bottom: 4px;
  font-size: 17px;
}

.feedback p {
  margin-bottom: 4px;
  color: #5e706a;
  font-weight: 800;
  line-height: 1.4;
}

.feedback small {
  color: #6e7259;
  font-weight: 800;
}

.feedback .primary-button {
  flex: 0 0 auto;
}

.game-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.hint-button {
  border-color: #ddb95f;
  color: #755416;
  background: #fff7d8;
}

.hint-button:hover:not(:disabled) {
  background: #ffefb9;
  box-shadow: 0 0 0 4px rgba(221, 185, 95, .14);
}

button:disabled {
  cursor: default;
}

.result {
  padding: 72px 50px;
  text-align: center;
}

.result-icon {
  display: grid;
  width: 90px;
  height: 90px;
  margin: 0 auto 28px;
  place-items: center;
  border-radius: 28px;
  color: white;
  background: var(--green);
  box-shadow: 0 10px 0 var(--green-dark);
  font-size: 42px;
}

.result h1 {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}

.result > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 20px;
  font-weight: 800;
}

.stars {
  margin: 35px 0;
  color: #e5aa38;
  font-size: 63px;
  letter-spacing: .12em;
}

.result-stats {
  display: grid;
  max-width: 900px;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 auto 34px;
}

.result-stats div {
  padding: 21px;
  border: 2px solid #ceddc9;
  border-radius: 20px;
  background: #eff6eb;
}

.result-stats strong,
.result-stats span {
  display: block;
}

.result-stats strong {
  margin-bottom: 5px;
  font-size: 34px;
}

.result-stats span {
  color: var(--muted);
  font-weight: 850;
}

.result-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 48px;
  }

  .hero-art {
    min-height: 390px;
  }

  .hero-svg {
    max-width: 640px;
  }

  .route-grid {
    grid-template-columns: 1fr;
  }

  .route-card {
    min-height: 330px;
  }

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

  .workbench {
    grid-template-columns: 1fr;
  }

  .study-panel {
    min-height: 390px;
  }

  .study-found {
    display: grid;
    grid-template-columns: 190px 1fr;
    align-items: center;
    column-gap: 22px;
  }

  .study-found .eyebrow,
  .study-found h2,
  .study-found > p {
    grid-column: 2;
  }

  .artifact-showcase {
    grid-row: 1 / span 4;
  }

  .answer-list {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 17px;
  }
}

@media (max-width: 720px) {
  .app {
    width: min(1120px, calc(100% - 20px));
    padding-top: 11px;
  }

  .topbar {
    align-items: flex-start;
  }

  .brand b {
    max-width: 190px;
    font-size: 11px;
  }

  .brand small {
    display: none;
  }

  .sound-button {
    width: 50px;
    padding: 0;
    overflow: hidden;
    color: transparent;
    white-space: nowrap;
  }

  .sound-button::first-letter {
    color: var(--ink);
  }

  .panel {
    border-radius: 25px;
  }

  .hero-copy {
    padding: 37px 25px;
  }

  .hero-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .hero-actions,
  .hero-actions button {
    width: 100%;
  }

  .hero-art {
    min-height: 300px;
    padding: 12px;
  }

  .routes {
    padding: 55px 0;
  }

  .section-heading,
  .game-heading,
  .block-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-heading > p {
    text-align: left;
  }

  .route-card {
    min-height: 370px;
    padding: 24px;
  }

  .journal {
    padding: 24px 18px;
  }

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

  .game-panel {
    padding: 21px 15px 25px;
  }

  .progress-box {
    width: 100%;
  }

  .mission-note {
    align-items: flex-start;
  }

  .mission-note b {
    font-size: 15px;
  }

  .dig-site,
  .study-panel {
    padding: 15px;
    border-radius: 22px;
  }

  .dig-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .dig-card {
    min-height: 165px;
    padding: 7px 7px 10px;
  }

  .artifact-wrap {
    height: 117px;
  }

  .artifact-svg {
    height: 105px;
  }

  .soil-ridge {
    bottom: 25px;
    height: 35px;
  }

  .study-panel {
    min-height: 350px;
  }

  .study-found {
    display: flex;
  }

  .study-found .eyebrow,
  .study-found h2,
  .study-found > p,
  .answer-list {
    width: 100%;
  }

  .artifact-showcase {
    width: 100%;
  }

  .answer-list {
    display: grid;
    grid-template-columns: 1fr;
  }

  .feedback {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .feedback .primary-button {
    width: 100%;
  }

  .game-actions {
    flex-direction: column-reverse;
  }

  .game-actions button {
    width: 100%;
  }

  .result {
    padding: 51px 20px;
  }

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

  .result-actions {
    flex-direction: column;
  }

  .result-actions button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .brand-mark {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    border-radius: 15px;
    font-size: 23px;
  }

  h1 {
    font-size: 39px;
  }

  .journal-grid {
    grid-template-columns: 1fr;
  }

  .dig-card {
    min-height: 153px;
  }

  .artifact-wrap {
    height: 105px;
  }

  .artifact-svg {
    height: 94px;
  }

  .plot-number {
    width: 25px;
    height: 25px;
  }

  .block-heading h2,
  .study-empty h2,
  .study-found h2 {
    font-size: 27px;
  }

  .stars {
    font-size: 45px;
  }
}
