body.page-id-2 .hw-docs {
  width: 100%; padding: 96px 0; background: #f4f7f8; color: #0f2238;
  font-family: "HWGHP Poppins", "Helvetica Neue", Arial, sans-serif;
}
.hw-docs, .hw-docs * { box-sizing: border-box; }
.hw-docs .hw-docs__wrap { width: min(1240px, calc(100% - 80px)); margin: 0 auto; text-align: center; }
.hw-docs .hw-docs__eyebrow { margin: 0 0 20px; color: #80501f; font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.hw-docs h2 { margin: 0; color: #0f2238; font-family: inherit; font-size: clamp(32px, 3.2vw, 46px); font-weight: 500; line-height: 1.15; letter-spacing: -.04em; }
.hw-docs .hw-docs__intro { max-width: 740px; margin: 24px auto 0; color: #5f6d7b; font-size: 17px; line-height: 1.75; }
.hw-docs .hw-docs__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; max-width: 1040px; margin: 48px auto 0; }
.hw-docs .hw-docs__item { min-width: 0; margin: 0; }
.hw-docs .hw-docs__document { display: block; color: #062c5b; text-decoration: none; border-radius: 2px; }
.hw-docs .hw-docs__paper { display: flex; align-items: center; justify-content: center; height: 360px; padding: 14px; background: #fff; border: 1px solid #d4dce2; transition: border-color 180ms ease, box-shadow 180ms ease; }
.hw-docs .hw-docs__paper img { display: block; width: 100%; height: 100%; object-fit: contain; }
.hw-docs .hw-docs__label { display: block; margin-top: 22px; font-size: 22px; font-weight: 500; line-height: 1.3; }
.hw-docs .hw-docs__view { display: inline-block; padding: 12px 4px; font-size: 14px; line-height: 1.5; text-decoration: underline; text-underline-offset: 5px; }
.hw-docs .hw-docs__document:hover .hw-docs__paper { border-color: #062c5b; box-shadow: 0 5px 18px #0f22380c; }
.hw-docs a:focus-visible, .hw-docs button:focus-visible { outline: 3px solid #80501f; outline-offset: 5px; }
.hw-docs .hw-docs__scope { max-width: 860px; margin: 30px auto 0; font-size: 13px; line-height: 1.7; color: #5f6d7b; }
.hw-docs .hw-docs__dialog { width: min(860px, calc(100vw - 32px)); max-width: none; max-height: calc(100dvh - 32px); margin: auto; padding: 24px; overflow: auto; overscroll-behavior: contain; border: 1px solid #d4dce2; border-radius: 4px; color: #0f2238; background: #fff; font: 14px/1.65 "HWGHP Poppins", Arial, sans-serif; }
.hw-docs .hw-docs__dialog:not([open]) { display: none; }
.hw-docs .hw-docs__dialog::backdrop { background: #0f2238c9; }
.hw-docs .hw-docs__dialog-header { display: flex; gap: 16px; justify-content: space-between; align-items: center; }
.hw-docs .hw-docs__dialog h3 { margin: 0; color: #0f2238; font: 500 22px/1.3 "HWGHP Poppins", Arial, sans-serif; }
.hw-docs .hw-docs__close { flex-shrink: 0; min-width: 84px; min-height: 44px; padding: 8px 12px; border: 1px solid #b5c1cc; border-radius: 2px; background: #fff; color: #062c5b; font: inherit; cursor: pointer; }
.hw-docs .hw-docs__close:hover { background: #f4f7f8; }
.hw-docs .hw-docs__metadata { margin: 16px 0 8px; overflow-wrap: anywhere; }
.hw-docs #hw-docs-dialog-scope { margin: 0 0 12px; font-size: 13px; color: #5f6d7b; }
.hw-docs .hw-docs__original { display: inline-block; color: #062c5b; margin-bottom: 20px; text-decoration: underline; text-underline-offset: 4px; }
.hw-docs .hw-docs__full { display: block; width: 100%; height: auto; margin: 0 auto; }
@media (max-width: 1023px) {
  .hw-docs .hw-docs__grid { gap: 24px; }
  .hw-docs .hw-docs__paper { height: 300px; padding: 10px; }
}
@media (max-width: 767px) {
  body.page-id-2 .hw-docs { padding: 64px 0; }
  .hw-docs .hw-docs__wrap { width: calc(100% - 40px); }
  .hw-docs .hw-docs__grid { grid-template-columns: minmax(0, 1fr); gap: 36px; max-width: 340px; margin-top: 32px; }
  .hw-docs .hw-docs__paper { height: 390px; padding: 14px; }
  .hw-docs .hw-docs__intro { font-size: 16px; margin-top: 20px; }
  .hw-docs .hw-docs__label { margin-top: 18px; }
  .hw-docs .hw-docs__dialog { padding: 16px; }
  .hw-docs .hw-docs__dialog h3 { font-size: 19px; }
}
@media (prefers-reduced-motion: reduce) { .hw-docs .hw-docs__paper { transition: none; } }
