.grogu-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(2.15in, 0.85fr);
  align-items: stretch;
  gap: 0.1in;
}

.grogu-intro .problem-setup,
.grogu-intro .problem-figure {
  margin: 0;
}

.grogu-intro .problem-setup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.1in 0.12in;
}

.grogu-intro .problem-setup p + p {
  margin-top: 0.045in;
}

.problem-content .grogu-intro .problem-setup p {
  font-size: 0.155in;
  line-height: 1.32;
}

.grogu-figure {
  overflow: hidden;
  min-height: 0.95in;
  border: 2px solid #b8a65a;
  border-radius: 0.1in;
  background: #1c292d;
}

.grogu-figure img {
  width: 100%;
  height: 100%;
  min-height: 0.95in;
  object-fit: cover;
  object-position: 61% center;
}

.clue-panel {
  margin-block: 0.04in;
  padding: 0.055in 0.09in 0.06in;
  background: linear-gradient(135deg, #f3f7ed, #e8f1e2);
  border-color: #9caf8d;
  font-size: 0.14in;
  line-height: 1.3;
}

.clue-panel p {
  margin-bottom: 0.04in;
}

.clue-list {
  display: grid;
  margin: 0;
  padding-left: 0.23in;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.02in 0.18in;
}

.clue-list li {
  padding-left: 0.02in;
  break-inside: avoid;
}

.clue-list li::marker {
  color: #5d6f3e;
  font-weight: 900;
}

.logic-workspace {
  margin-top: 0.04in;
  padding: 0.055in 0.09in 0.06in;
  background: #f8faf7;
  border-color: #a9b5a0;
}

.logic-workspace > p {
  margin-bottom: 0.045in;
  font-size: 0.125in;
  line-height: 1.25;
}

.logic-grid {
  table-layout: fixed;
}

.logic-grid caption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
}

.logic-grid {
  font-size: 0.125in;
  line-height: 1.18;
}

.logic-grid :is(th, td) {
  padding: 0.025in 0.045in;
}

.logic-grid :is(th, td):first-child {
  width: 31%;
}

.logic-grid th:not(:first-child),
.logic-grid td {
  text-align: center;
}

.logic-grid tbody td {
  height: 0.2in;
  background: #fff;
}

.position-number,
.position-word {
  display: block;
}

.position-number {
  font-size: 0.125in;
}

.position-word {
  color: #53615d;
  font-size: 0.125in;
  font-weight: 750;
}

.landing-answer {
  display: grid;
  grid-template-columns: 1.45in 1fr;
  align-items: center;
  gap: 0.075in;
  margin-top: 0.055in;
}

.landing-answer h3 {
  margin: 0;
  color: #40553f;
  font-size: 0.125in;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.landing-strip {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.06in;
  list-style: none;
}

.problem-content .landing-strip {
  margin: 0;
}

.landing-strip li {
  position: relative;
  min-height: 0.27in;
  padding: 0.045in 0.04in 0.03in 0.21in;
  background: #fff;
  border: 2px solid #80937a;
  border-radius: 999px;
}

.landing-strip li span {
  position: absolute;
  top: 50%;
  left: 0.06in;
  color: #5d6f3e;
  font-size: 0.125in;
  font-weight: 900;
  transform: translateY(-50%);
}

.landing-strip li::after {
  position: absolute;
  right: 0.1in;
  bottom: 0.075in;
  left: 0.21in;
  border-bottom: 1px solid #87918b;
  content: "";
}

.claim-choice {
  margin: 0.06in 0 -0.015in 1.52in;
  color: #263d39;
  font-size: 0.125in;
}

.claim-choice span {
  display: inline-block;
  padding: 0.012in 0.045in;
  border: 1px solid #9aa69f;
  border-radius: 999px;
  background: #fff;
  font-weight: 800;
}

.problem-content .problem-question {
  margin: 0.045in 0 0.035in;
  padding: 0.055in 0.08in 0.06in;
}

.problem-content .problem-question-header {
  margin-bottom: 0.035in;
}

.problem-content .problem-question .problem-paper-note {
  font-size: 0.125in;
}

.problem-content .problem-question .problem-part {
  padding: 0.04in 0 0.045in 0.01in;
}

.problem-content .problem-question .problem-part + .problem-part {
  margin-top: 0.025in;
}

.problem-content .problem-question .problem-part-copy p {
  font-size: 0.14in;
  line-height: 1.3;
}

.problem-content :is(.grogu-intro, .clue-panel, .problem-question, .logic-workspace) .problem-section-label {
  margin-bottom: 0.035in;
  font-size: 0.125in;
}

@media (max-width: 620px) {
  .grogu-intro,
  .clue-list {
    grid-template-columns: 1fr;
  }

  .landing-answer {
    grid-template-columns: 1fr;
  }

  .claim-choice {
    margin-left: 0;
  }
}
