/* ===== About page — layers on styles.css ===== */

.page-head { min-height: auto; }
.page-head .page-shell { padding-bottom: 40px; }
.page-head .brand { margin-left: 0; min-width: 0; }

.page-title { margin: 12px 0 0; max-width: 760px; }
.page-title .eyebrow svg { height: 16px; width: auto; fill: currentColor; }
.page-title .eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: "Anton", Impact, sans-serif; text-transform: uppercase;
  letter-spacing: 2px; font-size: 14px; color: var(--green-dark);
  background: rgba(255,255,255,.55); padding: 7px 13px; border-radius: 999px;
}
.page-title h1 {
  margin: 16px 0 12px;
  font-family: "Anton", Impact, Haettenschweiler, sans-serif;
  font-size: clamp(40px, 5vw, 64px); line-height: .98; letter-spacing: 3px; text-transform: uppercase;
}
.page-title .lead { margin: 0; font-size: 19px; color: #1c2a31; line-height: 1.5; max-width: 60ch; }

.section-pad { padding: 54px 0; }
.section-pad.alt { background: var(--blue-soft); border-top: 1px solid #dbeaf1; border-bottom: 1px solid #dbeaf1; }

.about-copy { max-width: 760px; margin: 0 auto; }
.about-copy p { margin: 0 0 16px; font-size: 17px; line-height: 1.62; color: #2a3640; }
.about-copy p:last-child { margin-bottom: 0; }
.about-copy strong { color: var(--ink); }

/* ===== Featured certificate ===== */
.cert-section { background: #fff; }
.cert-row { display: grid; grid-template-columns: 1.15fr 1fr; gap: 46px; align-items: center; }
.cert-frame { margin: 0; padding: 16px; background: #fbfaf4; border: 1px solid #e6dfce;
  border-radius: 10px; box-shadow: 0 16px 40px rgba(30,45,55,.18); }
.cert-frame img { display: block; width: 100%; border: 1px solid #d9d2c0; border-radius: 3px; }
.cert-frame figcaption { margin-top: 11px; text-align: center; font-family: "Anton", Impact, sans-serif;
  text-transform: uppercase; letter-spacing: 1.4px; font-size: 12.5px; color: #7a6f52; }
.cert-copy .kicker { font-family: "Anton", Impact, sans-serif; text-transform: uppercase;
  letter-spacing: 3px; color: var(--green-dark); font-size: 14px; }
.cert-copy h2 { margin: 10px 0 14px; font-family: "Anton", Impact, Haettenschweiler, sans-serif;
  text-transform: uppercase; letter-spacing: 1.5px; font-size: clamp(26px, 3vw, 38px); line-height: 1.02; }
.cert-copy p { margin: 0 0 14px; color: #2a3640; font-size: 16.5px; line-height: 1.6; }
.cert-copy em { font-style: italic; }
.cert-copy .btn { margin-top: 6px; font-size: 16px; min-height: 48px; padding: 0 24px; }
@media (max-width: 900px) {
  .cert-row { grid-template-columns: 1fr; gap: 24px; }
  .cert-frame { max-width: 560px; margin: 0 auto; }
}

@media (max-width: 460px) {
  .page-head .page-shell { padding-bottom: 28px; }
  .page-title h1 { font-size: 38px; letter-spacing: 2px; }
  .page-title .lead { font-size: 17px; }
  .section-pad { padding: 38px 0; }
  .about-copy p { font-size: 16px; line-height: 1.58; }
  .cert-frame { padding: 10px; }
  .cert-copy .kicker { letter-spacing: 2px; font-size: 12px; }
}
