/* =====================================================================
   Learn Project Management - page styles
   Shared chrome (header / lead / breadcrumb / footer + globals) lives in
   main.css and the template parts; only page-unique rules remain here.
   ===================================================================== */

/* ---- animations / helpers lifted from inline <style> ---- */
.apm-row{transition:background .18s ease;}
    .apm-row:hover{background:#F4F7FC;}
    .apm-row:hover .apm-row__title{color:#C8102E;}
    .apm-row__title{transition:color .2s ease;}
    .apm-row__img{transition:transform .8s cubic-bezier(.16,1,.3,1);}
    .apm-row:hover .apm-row__img{transform:scale(1.06);}
    .apm-row__ar{transition:transform .3s cubic-bezier(.16,1,.3,1);}
    .apm-row:hover .apm-row__ar{transform:translateX(5px);}
    .apm-sc{transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s ease,border-color .25s ease;}
    .apm-sc:hover{transform:translateY(-5px);box-shadow:0 18px 36px -14px rgba(6,22,41,0.28);}
    .apm-sc:hover .apm-sc__img{transform:scale(1.06);}
    .apm-sc__img{transition:transform .8s cubic-bezier(.16,1,.3,1);}

/* ---------- Knowledge articles ---------- */

.article__box {
  background: rgb(244, 247, 252);
  border-top: 1px solid rgb(227, 231, 238);
}

.article__box-2 {
  max-width: 1280px;
  margin: 0px auto;
  padding: 46px 24px 72px;
}

.article__box-3 {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 18px;
}

.article__label {
  width: 16px;
  height: 2px;
  background: rgb(200, 16, 46);
}

.article__label-2 {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: rgb(26, 26, 26);
  letter-spacing: 0.03em;
}

.article__label-3 {
  font-family: Barlow, system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  color: rgb(107, 114, 128);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* Featured Series grid. The gap below it belongs here, not to whatever follows:
   the spacing used to come from the old hub's filter row (margin-top), and when
   the shared archive toolbar replaced that row the cards ended up flush against
   it - a white card butted against a white bar, which reads as an overlap the
   moment one of them lifts on hover. */
.article__box-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 38px;
}

.article__link {
  display: flex;
  flex-direction: column;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(227, 231, 238);
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  min-width: 0px;
}

.article__box-5 {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgb(6, 22, 41);
}

.article__img {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article__box-6 {
  position: absolute;
  inset: 0px;
  background: linear-gradient(rgba(6, 22, 41, 0.1) 0%, rgba(6, 22, 41, 0.66) 100%);
}

.article__label-4 {
  position: absolute;
  top: 11px;
  left: 11px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgb(200, 16, 46);
  color: rgb(255, 255, 255);
  font-family: Barlow, system-ui, sans-serif;
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 0.14em;
  padding: 4px 8px;
  text-transform: uppercase;
}

.article__label-5 {
  position: absolute;
  bottom: 11px;
  left: 11px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(6, 22, 41, 0.62);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 5px 10px;
  border-radius: 3px;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 700;
  font-size: 11.5px;
  color: rgb(255, 255, 255);
}

.article__label-6 {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgb(31, 138, 91);
}

.article__box-7 {
  padding: 15px 17px 16px;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
}

.article__label-7 {
  font-family: Barlow, system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  color: rgb(200, 16, 46);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.article__card-title {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: rgb(26, 26, 26);
  margin: 7px 0px 0px;
  line-height: 1.4;
}

.article__text {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  color: rgb(107, 114, 128);
  margin: 8px 0px 0px;
  line-height: 1.66;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article__box-8 {
  margin-top: auto;
  padding-top: 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  border-top: 1px solid rgb(239, 242, 247);
}

.article__label-8 {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  color: rgb(31, 138, 91);
  background: rgba(31, 138, 91, 0.08);
  border-radius: 3px;
  padding: 3px 8px;
}

.article__label-9 {
  flex: 1 1 0%;
}

.article__label-10 {
  font-family: Barlow, system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  color: rgb(12, 45, 94);
  font-variant-numeric: tabular-nums;
}

.article__label-11 {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgb(20, 59, 114);
}

.article__label-12 {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  color: rgb(20, 59, 114);
  background: rgba(20, 59, 114, 0.08);
  border-radius: 3px;
  padding: 3px 8px;
}

.article__box-9 {
  margin-top: 30px;
}

.article__link-2 {
  display: grid;
  grid-template-columns: 300px 1fr auto;
  align-items: center;
  gap: 28px;
  background: rgb(6, 22, 41);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}

.article__box-10 {
  position: relative;
  align-self: stretch;
  min-height: 150px;
  background: rgb(6, 22, 41);
}

.article__box-11 {
  padding: 20px 8px 20px 0px;
}

.article__box-12 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 11px;
}

.article__label-13 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: Barlow, system-ui, sans-serif;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgb(200, 16, 46);
  border: 1px solid rgb(200, 16, 46);
  border-radius: 2px;
  padding: 2px 7px;
}

.article__label-14 {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgb(200, 16, 46);
}

.article__label-15 {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
}

.article__box-13 {
  padding: 0px 28px 0px 0px;
}

.article__label-16 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgb(255, 255, 255);
  color: rgb(6, 22, 41);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  padding: 12px 22px;
  border-radius: 4px;
  white-space: nowrap;
}

.article__box-14 {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(227, 231, 238);
  border-radius: 6px;
  padding: 22px 24px;
  display: flex;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 38px;
}

.article__box-15 {
  min-width: 260px;
}

.article__box-16 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 9px;
}

.article__label-17 {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  color: rgb(26, 26, 26);
  letter-spacing: 0.04em;
}

.article__label-18 {
  font-family: Barlow, system-ui, sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: rgb(107, 114, 128);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.article__box-17 {
  position: relative;
}

.article__label-19 {
  flex: 1 1 0%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article__box-18 {
  display: flex;
  align-items: baseline;
  gap: 7px;
  padding-bottom: 12px;
}

.article__box-19 {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(227, 231, 238);
  border-radius: 6px;
  overflow: hidden;
  margin-top: 26px;
}

.article__link-3 {
  display: grid;
  grid-template-columns: 210px 1fr auto;
  gap: 26px;
  align-items: center;
  padding: 22px 24px;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid rgb(239, 242, 247);
}

.article__box-20 {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 5px;
  background: rgb(6, 22, 41);
}

.article__box-21 {
  min-width: 0px;
}

.article__box-22 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 11px;
  flex-wrap: wrap;
}

.article__label-23 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: rgb(31, 138, 91);
  background: rgba(31, 138, 91, 0.08);
  border-radius: 3px;
  padding: 4px 10px;
  white-space: nowrap;
}

.article__label-24 {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(31, 138, 91);
}

.article__label-25 {
  font-family: Barlow, system-ui, sans-serif;
  font-weight: 700;
  color: rgb(107, 114, 128);
  font-size: 11px;
}

/* Country pill in the guide byline. Navy rather than the series chip's green, so
   the two chips beside each other read as different axes at a glance - country
   is where the guide applies, series is what it teaches. */
.apm-row__ctry {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: rgb(12, 45, 94);
  background: rgba(12, 45, 94, 0.06);
  border: 1px solid rgba(12, 45, 94, 0.1);
  border-radius: 3px;
  padding: 3px 9px;
  white-space: nowrap;
}
.apm-row__ctry:hover {
  color: rgb(200, 16, 46);
  border-color: rgba(200, 16, 46, 0.35);
  background: rgba(200, 16, 46, 0.06);
}

/* "更新" ahead of the date, as on the park and insight cards. */
.apm-row__dlabel {
  font-family: Barlow, system-ui, sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: rgb(107, 114, 128);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.article__label-26 {
  font-family: Barlow, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: rgb(107, 114, 128);
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.article__label-27 {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: rgb(107, 114, 128);
  white-space: nowrap;
}

.article__card-title-3 {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: rgb(26, 26, 26);
  margin: 0px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article__text-3 {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  color: rgb(107, 114, 128);
  margin: 10px 0px 0px;
  line-height: 1.72;
  max-width: 760px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article__box-23 {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 13px;
}

.article__label-28 {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  color: rgb(58, 58, 58);
  border: 1px solid rgb(227, 231, 238);
  border-radius: 3px;
  padding: 3px 9px;
  white-space: nowrap;
}

.article__label-29 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgb(227, 231, 238);
  border-radius: 50%;
  flex-shrink: 0;
}

.article__link-4 {
  display: grid;
  grid-template-columns: 210px 1fr auto;
  gap: 26px;
  align-items: center;
  padding: 22px 24px;
  text-decoration: none;
  cursor: pointer;
  background: rgb(6, 22, 41);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.article__card-title-4 {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: rgb(255, 255, 255);
  margin: 0px;
  line-height: 1.4;
}

.article__text-4 {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  margin: 10px 0px 0px;
  line-height: 1.72;
  max-width: 760px;
}

.article__label-32 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgb(255, 255, 255);
  color: rgb(12, 45, 94);
  border: 1px solid rgb(12, 45, 94);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 11px 18px;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* =====================================================================
   MOBILE / RESPONSIVE
   ===================================================================== */
@media (max-width: 768px) {
  .article__box-4 { grid-template-columns: 1fr; }
  .article__link-2,
  .article__link-3,
  .article__link-4 { grid-template-columns: 1fr; }
  .article__box-15 { min-width: 0; flex: 1 1 100%; }
}
