.guide-page {
  margin: 0;
  background: #f8faf5;
  color: #263e36;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  line-height: 1.7;
}
.guide-page *,
.map-fallback * {
  box-sizing: border-box;
}
.guide-page a,
.map-fallback a {
  color: #215944;
  text-underline-offset: 4px;
}
.guide-page a:focus-visible,
.map-fallback a:focus-visible {
  outline: 3px solid #b99b50;
  outline-offset: 5px;
}
.guide-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1120px;
  margin: auto;
  padding: 28px 32px;
  border-bottom: 1px solid #dfe7dc;
}
.guide-logo {
  display: block;
  max-width: 260px;
  flex-shrink: 1;
}
.guide-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.guide-map-link {
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
  text-decoration: none;
}
.guide-main {
  max-width: 800px;
  margin: auto;
  padding: 32px 32px 64px;
}
.guide-languages {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  font-size: 13px;
  margin-bottom: 45px;
}
.guide-languages a {
  color: #5f7065;
  text-decoration: none;
}
.guide-languages a[aria-current='page'] {
  color: #215944;
  text-decoration: underline;
  font-weight: 700;
}
.guide-eyebrow {
  color: #677a6c;
  font-size: 13px;
  letter-spacing: 0.025em;
  margin-bottom: 12px;
}
.guide-main h1 {
  font-size: clamp(30px, 4.6vw, 48px);
  line-height: 1.18;
  letter-spacing: -0.035em;
  max-width: 720px;
  margin: 0 0 24px;
  font-weight: 750;
}
.guide-lead {
  font-size: 19px;
  line-height: 1.75;
  color: #4f6558;
}
.guide-cta {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  background: #215944;
  color: #fff !important;
  padding: 12px 20px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 650;
  margin: 12px 0 16px;
}
.guide-cta:hover {
  background: #2f6b51;
}
.guide-main article section {
  margin-top: 40px;
}
.guide-main h2 {
  font-size: 23px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}
.guide-main p {
  margin: 0 0 18px;
}
.guide-main .guide-eyebrow {
  margin-bottom: 12px;
}
.guide-main .guide-lead {
  margin-bottom: 20px;
}
.guide-related {
  margin: 48px 0 24px;
  padding: 28px;
  background: #edf3e9;
  border: 1px solid #dce7d6;
  border-radius: 18px;
}
.guide-related nav,
.map-fallback nav,
.guide-main > nav:not(.guide-languages) {
  display: grid;
  gap: 12px;
}
.guide-related a {
  text-decoration: none;
}
.guide-related a:hover {
  text-decoration: underline;
}
.guide-related h3 {
  margin: 28px 0 14px;
  font-size: 17px;
}
.study-page .guide-main {
  max-width: 900px;
}
.study-page .guide-main h1 {
  max-width: 820px;
}
.study-date,
.study-note,
.study-source-line {
  font-size: 13px;
  color: #657467;
}
.study-figures {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0;
}
.study-figures > div {
  display: grid;
  align-content: start;
  gap: 4px;
  padding: 20px;
  border: 1px solid #dce7d6;
  border-radius: 16px;
  background: #eef4e9;
}
.study-figures strong {
  font-size: 28px;
  letter-spacing: -0.03em;
  color: #215944;
}
.study-figures span {
  font-size: 13px;
  color: #526657;
}
.study-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  padding: 18px 0;
  border-block: 1px solid #dfe7dc;
  font-size: 14px;
}
.study-measure {
  color: #526657;
}
.study-table-wrap {
  overflow-x: auto;
  border: 1px solid #dce7d6;
  border-radius: 16px;
  background: #fff;
  margin: 20px 0 14px;
}
.study-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 15px;
}
.study-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.study-table th,
.study-table td {
  padding: 14px 18px;
  border-bottom: 1px solid #e9eee5;
}
.study-table thead th {
  background: #edf3e9;
  font-size: 12px;
  font-weight: 650;
  color: #526657;
}
.study-table tbody tr:last-child > * {
  border-bottom: 0;
}
.study-table tbody tr:hover {
  background: #f5f8f2;
}
.study-table th a {
  text-decoration: none;
}
.study-table th a:hover {
  text-decoration: underline;
}
.study-table th small {
  display: block;
  margin-top: 1px;
  font-weight: 400;
  font-size: 12px;
  color: #6d7e70;
}
.study-rank {
  width: 40px;
  color: #718175;
  font-size: 13px;
}
.study-value {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  font-weight: 650;
  color: #215944;
}
.study-map-arrow {
  font-size: 12px;
  font-weight: 400;
}
.study-method {
  padding: 28px;
  background: #eff3ee;
  border: 1px solid #dce5d9;
  border-radius: 18px;
}
.study-method h3 {
  font-size: 17px;
  margin-top: 28px;
}
.study-method ul {
  padding-left: 20px;
  font-size: 14px;
}
.study-method li {
  margin-bottom: 10px;
  overflow-wrap: anywhere;
}
.study-download {
  display: inline-block;
  font-weight: 650;
  font-size: 14px;
}
.study-page section {
  scroll-margin-top: 20px;
}
@media (max-width: 600px) {
  .study-figures {
    gap: 7px;
  }
  .study-figures > div {
    padding: 13px 10px;
  }
  .study-figures strong {
    font-size: 23px;
  }
  .study-figures span {
    font-size: 11px;
  }
  .study-table {
    font-size: 13px;
  }
  .study-table th,
  .study-table td {
    padding: 12px 9px;
  }
  .study-rank {
    width: 26px;
  }
  .study-table th small {
    font-size: 11px;
  }
  .study-method {
    padding: 20px;
  }
}
.guide-footer {
  border-top: 1px solid #dfe7dc;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 32px;
  padding: 28px;
  font-size: 13px;
  color: #5c7163;
}
.skip-content {
  position: absolute;
  top: -100px;
  left: 16px;
  padding: 10px;
  background: white;
  z-index: 5;
}
.skip-content:focus {
  top: 12px;
}
.map-fallback {
  font-family: system-ui, sans-serif;
  max-width: 700px;
  margin: auto;
  padding: 48px 24px;
  color: #263e36;
  line-height: 1.7;
}
.map-fallback .guide-logo {
  margin-bottom: 32px;
}
.map-fallback h1 {
  line-height: 1.25;
  font-size: 30px;
}
.map-fallback nav {
  margin: 24px 0;
}
@media (max-width: 600px) {
  .guide-header {
    padding: 22px 20px;
    gap: 16px;
  }
  .guide-logo {
    max-width: 190px;
  }
  .guide-map-link {
    font-size: 12px;
    white-space: normal;
    flex-shrink: 0;
    max-width: 96px;
    text-align: right;
  }
  .guide-main {
    padding: 24px 22px 48px;
  }
  .guide-languages {
    margin-bottom: 32px;
  }
  .guide-lead {
    font-size: 17px;
  }
  .guide-main h2 {
    font-size: 21px;
  }
  .guide-related {
    padding: 22px;
  }
  .guide-footer {
    flex-direction: column;
    align-items: center;
  }
}
