/* ─── Resources hub (AEO content) — light/paper theme matching brand.css ─── */

.res-shell {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 24px;
}

.res-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0 0;
}

.res-topbar__wordmark {
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 15px;
  color: var(--ink);
}

.res-topbar__cta {
  font-size: 14px;
  color: var(--jade);
  transition: color 300ms var(--ease);
}

.res-topbar__cta:hover { color: var(--ink); }

.res-header { padding: 56px 0 36px; }

.res-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--muted);
  margin-bottom: 22px;
}

.res-pill::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--jade);
}

.res-header h1 {
  font-family: var(--display);
  font-size: clamp(32px, 5vw, 46px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.05;
  color: var(--ink);
}

.res-header__meta {
  margin-top: 18px;
  font-size: 14px;
  color: var(--muted);
}

.res-body { padding-bottom: 32px; }

.res-body p {
  margin-bottom: 21px;
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink);
}

.res-lede p {
  font-size: 19px;
  color: var(--ink);
}

.res-body h2 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 46px 0 16px;
}

.res-takeaways {
  margin: 36px 0;
  padding: 26px 28px;
  background: rgba(7, 118, 104, 0.05);
  border: 1px solid rgba(7, 118, 104, 0.25);
  border-radius: 14px;
}

.res-takeaways h2 {
  margin: 0 0 14px;
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 400;
  color: var(--jade);
}

.res-takeaways ul { list-style: none; }

.res-takeaways li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 11px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
}

.res-takeaways li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--jade);
}

.res-bullets { margin: 0 0 24px; }

.res-bullets > div {
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.res-bullets > div:last-child { border-bottom: 1px solid var(--line); }

.res-bullets dt {
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 5px;
}

.res-bullets dd {
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--muted);
}

.res-faq { margin-top: 52px; }

.res-faq__item {
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.res-faq__item h3 {
  font-size: 17.5px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 10px;
}

.res-faq__item p {
  margin-bottom: 0;
  font-size: 16px;
  color: var(--muted);
}

.res-about {
  margin: 56px 0 0;
  padding: 26px 28px;
  background: var(--night);
  border-radius: 14px;
}

.res-about h2 {
  margin: 0 0 13px;
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 400;
  color: #4EC6B0;
}

.res-about p {
  margin-bottom: 0;
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--cream);
}

.res-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin: 40px 0 64px;
}

.res-cta a {
  display: inline-flex;
  align-items: center;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  transition: all 300ms var(--ease);
}

.res-cta__primary {
  background: var(--jade);
  color: var(--cream);
}

.res-cta__primary:hover { background: var(--night); }

.res-cta__secondary {
  border: 1px solid var(--line);
  color: var(--muted);
}

.res-cta__secondary:hover {
  color: var(--ink);
  border-color: var(--jade);
}

/* ─── Index ─── */

.res-index-header { padding: 64px 0 8px; }

.res-index-header h1 {
  font-family: var(--display);
  font-size: clamp(34px, 5vw, 50px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.02;
  color: var(--ink);
}

.res-index-header p {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 56ch;
}

.res-group { margin-top: 44px; }

.res-group > h2 {
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 400;
  color: var(--jade);
  margin-bottom: 16px;
}

.res-card {
  display: block;
  padding: 24px 26px;
  margin-bottom: 14px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--line);
  border-radius: 14px;
  transition: border-color 300ms var(--ease), transform 300ms var(--ease);
}

.res-card:hover {
  border-color: var(--jade);
  transform: translateY(-1px);
}

.res-card h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 7px;
}

.res-card p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
  margin-bottom: 9px;
}

.res-card span {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--muted);
}

.res-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 28px 0 40px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  color: var(--muted);
}

.res-footer a { color: var(--jade); }

@media (max-width: 640px) {
  .res-header { padding-top: 40px; }
  .res-body p { font-size: 16px; }
}
