.page-shell {
  padding: 46px 0 20px;
}

.institutional-page,
.standard-page {
  width: min(920px, 100%);
  margin: 0 auto;
}

.page-hero {
  padding-bottom: 26px;
  border-bottom: 1px solid var(--color-border);
}

.page-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--color-muted);
  font-size: 14px;
  font-weight: 700;
}

.page-breadcrumbs a {
  color: var(--color-primary);
}

.page-hero__brand {
  margin: 0 0 8px;
  color: var(--color-primary);
  font-size: 15px;
  font-weight: 900;
}

.page-hero__title {
  max-width: 18ch;
  margin: 0;
  color: #171719;
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.page-hero__excerpt {
  max-width: 68ch;
  margin: 18px 0 0;
  color: #55585e;
  font-size: 20px;
  line-height: 1.75;
}

.page-content {
  padding: 34px 0 20px;
  color: #27272b;
  font-size: 19px;
  line-height: 1.85;
}

.page-content > *:first-child {
  margin-top: 0;
}

.page-content h2 {
  margin: 46px 0 14px;
  padding-left: 14px;
  color: #171719;
  font-size: 30px;
  line-height: 1.35;
  border-left: 5px solid var(--color-primary);
}

.page-content h3 {
  margin: 30px 0 8px;
  color: #242428;
  font-size: 22px;
  line-height: 1.45;
}

.page-content p,
.page-content ul,
.page-content ol,
.page-content blockquote {
  margin-top: 0;
  margin-bottom: 20px;
}

.page-content ul,
.page-content ol {
  padding-left: 28px;
}

.page-content li + li {
  margin-top: 8px;
}

.page-content a {
  color: #9f1118;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.page-content blockquote {
  padding: 22px 24px;
  color: #2b2b30;
  font-size: 22px;
  font-weight: 700;
  background: #f7f4f1;
  border-left: 5px solid var(--color-primary);
}

.yk-policy-lead {
  padding: 24px;
  color: #202024;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.75;
  background: #faf7f4;
  border: 1px solid #eadfd6;
  border-radius: 10px;
}

.yk-policy-lead p:last-child {
  margin-bottom: 0;
}

.yk-policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0 32px;
}

.yk-policy-grid section {
  padding: 22px;
  background: #fafafa;
  border: 1px solid #e2e2e5;
  border-radius: 9px;
}

.yk-policy-grid h3 {
  margin-top: 0;
}

.yk-policy-grid p:last-child {
  margin-bottom: 0;
}

.yk-policy-columns {
  columns: 2;
  column-gap: 40px;
}

.yk-policy-notice {
  margin: 22px 0;
  padding: 18px 20px;
  color: #3a2b1e;
  background: #fff8e8;
  border: 1px solid #edd29b;
  border-radius: 8px;
}

.yk-epaper-status {
  margin: 28px 0;
  padding: 42px 28px;
  text-align: center;
  background: #f7f7f8;
  border: 1px dashed #b8b8bf;
  border-radius: 12px;
}

.yk-epaper-status > span {
  display: block;
  margin-bottom: 10px;
  font-size: 46px;
}

.yk-epaper-status h2 {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
}

.yk-epaper-status p:last-child {
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .page-shell {
    padding-top: 28px;
  }

  .page-hero__title {
    font-size: 40px;
  }

  .page-hero__excerpt,
  .page-content {
    font-size: 18px;
  }

  .page-content h2 {
    margin-top: 38px;
    font-size: 26px;
  }

  .yk-policy-grid {
    grid-template-columns: 1fr;
  }

  .yk-policy-columns {
    columns: 1;
  }

  .yk-policy-lead {
    padding: 20px;
    font-size: 20px;
  }
}
