/*
 * Awards & Certifications. Values transcribed from "Awards.dc.html".
 */

@keyframes awRise { from { opacity: 0; transform: translateY(22px) } to { opacity: 1; transform: translateY(0) } }

/* ========================================================== 1 · MASTHEAD */

.aw-head {
  position: relative;
  padding: 150px 48px 54px;
  text-align: center;
  background: radial-gradient(120% 92% at 50% 22%, #1E3C87 0%, var(--blue-deep) 58%, #0C1B4A 100%);
  overflow: hidden;
}

.aw-head-bird {
  position: absolute;
  top: 96px;
  right: 9%;
  width: 160px;
  opacity: .14;
  transform: rotate(-8deg);
  pointer-events: none;
}

.aw-head-copy { max-width: 900px; margin: 0 auto; animation: awRise .7s ease both; position: relative; z-index: 2; }

.aw-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Bricolage Grotesque';
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: .34em;
  color: var(--gold-lite);
}

.aw-kicker-rule { width: 30px; height: 1px; background: var(--gold-lite); }

.aw-h1 {
  font-family: 'Bricolage Grotesque';
  font-weight: 800;
  font-size: clamp(46px, 6.6vw, 92px);
  line-height: 1.02;
  letter-spacing: -.01em;
  color: #fff;
  margin: 22px 0 0;
}

.aw-lede {
  font-family: 'Bricolage Grotesque';
  font-weight: 500;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
  color: rgba(255, 255, 255, .82);
  max-width: 640px;
  margin: 20px auto 0;
}

.aw-trust {
  position: relative;
  z-index: 2;
  max-width: calc(1120px * var(--container-scale));
  margin: 44px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  list-style: none;
  padding: 0;
}

.aw-trust-card {
  flex: 1 1 180px;
  max-width: 210px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(230, 204, 134, .28);
  border-radius: 14px;
  padding: 16px 16px 15px;
  text-align: left;
}

.aw-trust-name { font-family: 'Bricolage Grotesque'; font-weight: 800; font-size: 13.5px; color: #fff; letter-spacing: .01em; }
.aw-trust-tag { font-family: 'Bricolage Grotesque'; font-weight: 500; font-size: 11.5px; line-height: 1.4; color: var(--gold-lite); margin-top: 5px; }

/* ================================================= 2 · TABS + CERTIFICATE */

.aw-sec { position: relative; padding: 34px 48px 90px; background: var(--cream); }
.aw-sec-inner { max-width: calc(1180px * var(--container-scale)); margin: 0 auto; }

.aw-tabs { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; padding-bottom: 44px; }

.aw-tab {
  font-family: 'Bricolage Grotesque';
  font-weight: 700;
  font-size: 14.5px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(201, 162, 75, .4);
  padding: 12px 26px;
  border-radius: 999px;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.aw-tab:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(22, 48, 127, .24); }
.aw-tab.is-on { background: var(--blue-deep); color: #fff; border-color: var(--blue-deep); box-shadow: 0 12px 26px rgba(22, 48, 127, .28); }

.aw-content { display: none; grid-template-columns: 1fr 480px; gap: 64px; align-items: start; }
.aw-content.is-on { display: grid; }

/* ------------------------------------------------------------------ copy */

.aw-copy { padding-top: 6px; }

.aw-copy-kicker {
  font-family: 'Bricolage Grotesque';
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--gold-text);
}

.aw-copy-h2 {
  font-family: 'Bricolage Grotesque';
  font-weight: 700;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.05;
  color: var(--blue-deep);
  margin: 14px 0 0;
}

.aw-copy-rule { display: block; width: 52px; height: 3px; background: var(--gold-dark); border-radius: 2px; margin: 22px 0 24px; }

.aw-copy-body {
  font-family: 'Bricolage Grotesque';
  font-weight: 500;
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink-soft);
  margin: 0;
  max-width: 520px;
}

.aw-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 40px; margin: 34px 0 0; max-width: 520px; }
.aw-fact { border-top: 1px solid rgba(201, 162, 75, .4); padding-top: 12px; margin: 0; }

.aw-fact dt {
  font-family: 'Bricolage Grotesque';
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold-text);
}

.aw-fact dd { font-family: 'Bricolage Grotesque'; font-weight: 600; font-size: 15px; color: var(--ink); margin: 4px 0 0; }

.aw-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 28px 0 0;
  font-family: 'Bricolage Grotesque';
  font-weight: 600;
  font-size: 13.5px;
  color: var(--gold-text);
  background: rgba(239, 156, 46, .1);
  border: 1px solid rgba(239, 156, 46, .32);
  padding: 11px 18px;
  border-radius: 999px;
}

.aw-note-dot { width: 9px; height: 9px; border-radius: 50%; background: currentColor; flex: none; }

/* -------------------------------------------------------------- document */

.aw-doc-frame {
  display: block;
  width: 100%;
  padding: 14px;
  border-radius: 16px;
  background: linear-gradient(150deg, #fffdf8, #f4e9d4);
  box-shadow: 0 24px 52px rgba(36, 28, 18, .2);
  transition: transform .2s ease, box-shadow .2s ease;
}

.aw-doc-frame:hover { transform: translateY(-3px); box-shadow: 0 34px 64px rgba(36, 28, 18, .26); }

.aw-doc-sheet {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.32;
  background: #fff;
  border: 1px solid rgba(201, 162, 75, .5);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .6);
}

.aw-doc-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; background: #fff; }

.aw-doc-pdf {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.aw-doc-pdf-mark {
  font-family: 'Bricolage Grotesque';
  font-weight: 800;
  font-size: 15px;
  letter-spacing: .18em;
  color: #fff;
  background: var(--blue-deep);
  padding: 12px 20px;
  border-radius: 10px;
}

.aw-doc-pdf-label { font-family: 'Bricolage Grotesque'; font-weight: 700; font-size: 16px; color: var(--blue-deep); }

.aw-doc-caption { text-align: center; margin-top: 16px; }
.aw-doc-title { font-family: 'Bricolage Grotesque'; font-weight: 700; font-size: 17px; color: var(--blue-deep); }
.aw-doc-sub { font-family: 'Bricolage Grotesque'; font-weight: 500; font-size: 13px; color: var(--ink-soft); margin-top: 3px; }

.aw-thumbs { display: flex; gap: 12px; justify-content: center; margin-top: 20px; flex-wrap: wrap; }

.aw-thumb {
  padding: 3px;
  background: #fff;
  border: 2px solid rgba(201, 162, 75, .35);
  border-radius: 8px;
  cursor: pointer;
  transition: border-color .18s ease, transform .18s ease;
}

.aw-thumb:hover { transform: translateY(-2px); }
.aw-thumb.is-on { border-color: var(--gold-dark); }

.aw-thumb-sheet { position: relative; display: block; width: 58px; height: 78px; border-radius: 5px; overflow: hidden; background: #f4efe4; }
.aw-thumb-sheet img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; }

.aw-dl-wrap { text-align: center; margin-top: 24px; }

.aw-dl {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: 'Bricolage Grotesque';
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  color: var(--blue-deep);
  background: #ef9c2e;
  padding: 13px 28px;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(239, 156, 46, .42);
  transition: transform .2s ease, box-shadow .2s ease;
}

.aw-dl:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(239, 156, 46, .5); }

.aw-doc-pending {
  border: 2px dashed rgba(201, 162, 75, .55);
  border-radius: 16px;
  background: rgba(201, 162, 75, .06);
  aspect-ratio: 1 / 1.24;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.aw-doc-pending-mark {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: rgba(201, 162, 75, .12);
  border: 2px dashed rgba(201, 162, 75, .6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--gold-dark);
}

.aw-doc-pending-title { font-family: 'Bricolage Grotesque'; font-weight: 700; font-size: 19px; color: var(--blue-deep); margin-top: 18px; }
.aw-doc-pending-body { font-family: 'Bricolage Grotesque'; font-weight: 500; font-size: 13.5px; line-height: 1.6; color: var(--ink-soft); margin: 8px auto 0; max-width: 300px; }

/* ------------------------------------------------------------ responsive */

@media (max-width: 1100px) {
  .aw-head { padding: 124px 30px 46px; }
  .aw-head-bird { display: none; }
  .aw-sec { padding: 28px 30px 70px; }
  .aw-content.is-on { grid-template-columns: 1fr; gap: 40px; }
  .aw-doc-wrap { max-width: 480px; margin: 0 auto; }
}

@media (max-width: 640px) {
  .aw-head { padding: 110px 20px 40px; }
  .aw-sec { padding: 24px 20px 56px; }
  .aw-kicker { font-size: 10.5px; letter-spacing: .22em; }
  .aw-facts { grid-template-columns: 1fr; gap: 14px; }
  .aw-tabs { padding-bottom: 30px; }
  .aw-tab { font-size: 13px; padding: 10px 18px; }
}
