/* =========================================================
   GLOBAL
========================================================= */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: #ffffff !important;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: #172033;
}

a {
  -webkit-tap-highlight-color: transparent;
}


/* =========================================================
   SHARED HEADER
========================================================= */

.hr-site-header {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #e4e8ee;
  position: sticky;
  top: 0;
  z-index: 30;
}

.hr-site-header-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 55px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
}

.hr-site-brand {
  color: #141b2d;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.hr-site-nav {
  display: flex;
  justify-content: flex-end;
  gap: 26px;
}

.hr-site-nav-link {
  color: #52647d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.hr-site-nav-link:hover,
.hr-site-nav-link.active {
  color: #141b2d;
}

.hr-header-icon {
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #52647d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hr-header-icon:hover {
  color: #141b2d;
}

.hr-header-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hr-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
}

.hr-menu-toggle span {
  width: 19px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.hr-header-search {
  display: none;
  width: min(100% - 48px, 1200px);
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}

.hr-header-search.open {
  display: block;
}

.hr-header-search-box {
  min-height: 29px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #d7dee9;
  border-radius: 8px;
  padding: 0 14px;
  background: #ffffff;
}

.hr-header-search-box svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: #52647d;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hr-header-search-box input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #172033;
  font: inherit;
  font-size: 14px;
}

.hr-header-search-results {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  max-height: min(420px, 62vh);
  overflow-y: auto;
  padding: 8px;
  border: 1px solid #d7dee9;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 22px 50px rgba(30, 45, 70, 0.14);
  z-index: 40;
}

.hr-header-search-results.open {
  display: block;
}

.hr-search-result-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border-radius: 10px;
  color: #141b2d;
  text-decoration: none;
}

.hr-search-result-item:hover,
.hr-search-result-item:focus {
  background: #eef5f8;
}

.hr-search-result-item img,
.hr-search-result-mark {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  object-fit: cover;
  background: #e7edf4;
}

.hr-search-result-item strong,
.hr-search-result-item small {
  display: block;
}

.hr-search-result-item strong {
  margin-bottom: 4px;
  font-size: 18px;
}

.hr-search-result-item small,
.hr-search-empty {
  color: #657082;
  font-size: 15px;
  line-height: 1.4;
}

.hr-search-empty {
  padding: 16px;
}

.hr-menu-overlay {
  display: none;
}

.hr-mobile-drawer {
  display: none;
}


/* =========================================================
   HOME PAGE
========================================================= */

.hr-home {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px 70px;
  background: #ffffff;
}

.hr-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: center;
  padding: 45px 0 85px;
}

.hr-eyebrow {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #31749a;
  margin-bottom: 18px;
  letter-spacing: 0.3px;
}

.hr-title {
  font-size: clamp(48px, 6vw, 82px);
  line-height: 0.98;
  letter-spacing: -4px;
  font-weight: 700;
  color: #141b2d;
  margin-bottom: 28px;
}

.hr-title span {
  color: #31749a;
}

.hr-subtitle {
  font-size: 22px;
  line-height: 1.55;
  color: #596274;
  max-width: 650px;
  margin-bottom: 32px;
}

.hr-role {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}

.hr-pill {
  padding: 9px 14px;
  border: 1px solid #d7dee9;
  border-radius: 999px;
  background: #ffffff;
  color: #283449;
  font-size: 14px;
  font-weight: 600;
}

.hr-about-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 21px;
  border-radius: 999px;
  background: #31749a;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.hr-about-button:hover {
  background: #285f7e;
  transform: translateY(-2px);
}

.hr-about-button span {
  margin-left: 8px;
  font-size: 16px;
}

.hr-photo-wrap {
  position: relative;
}

.hr-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 28px;
  display: block;
  background: #dfe8ef;
  box-shadow: 0 25px 60px rgba(30, 45, 70, 0.14);
}

.hr-photo-note {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  padding: 13px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 13px;
  color: #445067;
}

.hr-intro {
  padding: 40px 0 85px;
  border-top: 1px solid #e4e8ee;
}

.hr-section-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #31749a;
  margin-bottom: 16px;
}

.hr-intro h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -1.8px;
  margin-bottom: 22px;
  color: #141b2d;
}

.hr-intro p {
  max-width: 850px;
  font-size: 19px;
  line-height: 1.8;
  color: #5b6577;
}

.hr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-bottom: 85px;
}

.hr-card {
  background: #ffffff;
  border: 1px solid #e3e8ef;
  border-radius: 24px;
  padding: 30px;
  min-height: 220px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hr-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(30, 45, 70, 0.09);
}

.hr-card-number {
  font-size: 13px;
  color: #8290a3;
  margin-bottom: 28px;
  font-weight: 700;
}

.hr-card h3 {
  font-size: 25px;
  margin-bottom: 12px;
  color: #182034;
  letter-spacing: -0.6px;
}

.hr-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #657082;
}

.hr-articles {
  padding: 55px 0 85px;
  border-top: 1px solid #e4e8ee;
}

.hr-articles-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 25px;
  margin-bottom: 28px;
}

.hr-articles-title {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -1.8px;
  color: #141b2d;
}

.hr-all-articles {
  color: #31749a;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.hr-all-articles:hover {
  color: #285f7e;
}

.hr-article-card {
  display: block;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #e3e8ef;
  border-radius: 24px;
  padding: 28px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hr-article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(30, 45, 70, 0.09);
}

.hr-article-category {
  margin-bottom: 12px;
  color: #31749a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.hr-article-card h3 {
  margin-bottom: 12px;
  color: #182034;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.8px;
}

.hr-article-card p {
  max-width: 850px;
  color: #657082;
  font-size: 16px;
  line-height: 1.75;
}

.hr-article-date {
  display: block;
  margin-top: 18px;
  color: #8993a2;
  font-size: 13px;
}

.hr-statement {
  padding: 60px 0 85px;
  border-top: 1px solid #e4e8ee;
}

.hr-statement p {
  max-width: 980px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.2;
  letter-spacing: -1.8px;
  color: #202a3c;
  font-weight: 600;
}

.hr-statement span {
  color: #31749a;
}


/* =========================================================
   SHARED FOOTER
========================================================= */

.hr-footer {
  width: 100%;
  margin-top: 70px;
  padding: 28px 0 48px;
  border-top: 1px solid #e4e8ee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.hr-footer-left {
  font-size: 14px;
  color: #737e90;
}

.hr-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.hr-links a {
  text-decoration: none;
  color: #283449;
  font-size: 14px;
  font-weight: 600;
}

.hr-links a:hover {
  color: #31749a;
}


/* =========================================================
   ABOUT PAGE
========================================================= */

.hr-about-page {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 72px 60px 0;
  background: #ffffff;
}

.hr-about-hero {
  padding: 0 0 65px;
}

.hr-about-eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: #31749a;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hr-about-title {
  max-width: 920px;
  margin: 0 0 20px;
  color: #141b2d;
  font-size: clamp(44px, 6vw, 66px);
  line-height: 1.04;
  letter-spacing: -3.2px;
  font-weight: 700;
}

.hr-about-intro {
  max-width: 900px;
  font-size: 18px;
  line-height: 1.85;
  color: #52647d;
  font-weight: 400;
}

.hr-about-intro + .hr-about-intro {
  margin-top: 16px;
}

.hr-story {
  border-top: 1px solid #e4e8ee;
}

.hr-story-section {
  padding: 68px 0 12px;
}

.hr-story-label {
  margin-bottom: 14px;
  color: #31749a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hr-story-section h2 {
  max-width: 900px;
  margin: 0 0 22px;
  color: #141b2d;
  font-size: clamp(30px, 3.8vw, 40px);
  line-height: 1.12;
  letter-spacing: -1.5px;
  font-weight: 700;
}

.hr-story-section p {
  max-width: 880px;
  margin: 0 0 26px;
  color: #52647d;
  font-size: 18px;
  line-height: 1.85;
  font-weight: 400;
}

.hr-story-section p:last-child {
  margin-bottom: 0;
}

.hr-do-section {
  padding: 72px 0 0;
  border-top: 1px solid #e4e8ee;
  margin-top: 70px;
}

.hr-do-intro {
  max-width: 850px;
  margin-bottom: 34px;
}

.hr-do-intro h2 {
  margin: 0 0 18px;
  color: #141b2d;
  font-size: clamp(30px, 3.8vw, 42px);
  line-height: 1.1;
  letter-spacing: -1.5px;
  font-weight: 700;
}

.hr-do-intro p {
  margin: 0;
  color: #5b6577;
  font-size: 18px;
  line-height: 1.8;
}

.hr-do-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.hr-do-card {
  padding: 30px;
  background: #ffffff;
  border: 1px solid #e3e8ef;
  border-radius: 24px;
}

.hr-do-number {
  margin-bottom: 24px;
  color: #8290a3;
  font-size: 13px;
  font-weight: 700;
}

.hr-do-card h3 {
  margin: 0 0 12px;
  color: #182034;
  font-size: 25px;
  line-height: 1.25;
  letter-spacing: -0.6px;
  font-weight: 700;
}

.hr-do-card p {
  margin: 0 0 20px;
  color: #657082;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

.hr-do-card p:last-child {
  margin-bottom: 0;
}

.hr-do-link {
  display: inline-flex;
  margin-top: 4px;
  color: #31749a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.hr-do-link:hover {
  color: #141b2d;
}


/* =========================================================
   ARTICLES INDEX PAGE
========================================================= */

.hr-articles-page {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 72px 60px 0;
  background: #ffffff;
}

.hr-articles-page .hr-about-hero {
  padding-bottom: 65px;
}

.hr-articles-list {
  border-top: 1px solid #e4e8ee;
  padding-top: 60px;
}

.hr-articles-list-section {
  padding-bottom: 75px;
}

.hr-articles-list-section h2 {
  max-width: 880px;
  margin-bottom: 24px;
  color: #141b2d;
  font-size: clamp(30px, 3.8vw, 40px);
  line-height: 1.12;
  letter-spacing: -1.5px;
  font-weight: 700;
}


/* =========================================================
   INDIVIDUAL ARTICLE PAGE
========================================================= */

.hr-article-page {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  background: #ffffff;
}

.hr-article-container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 72px 60px 0;
}

.hr-article-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
  padding: 10px 16px;
  border: 1px solid #d7dee9;
  border-radius: 999px;
  background: #ffffff;
  color: #283449;
  text-decoration: none;
  font-size: 13px;
  font-weight: 650;
  transition: all 0.2s ease;
}

.hr-article-back:hover {
  color: #31749a;
  border-color: #31749a;
  transform: translateY(-1px);
}

.hr-article-back.bottom {
  margin-top: 52px;
  margin-bottom: 0;
}

.hr-article-category {
  display: inline-block;
  margin-bottom: 16px;
  color: #31749a;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hr-article-title {
  max-width: 920px;
  margin: 0 0 20px;
  color: #141b2d;
  font-size: clamp(44px, 6vw, 66px);
  line-height: 1.04;
  letter-spacing: -3.2px;
  font-weight: 700;
}

.hr-article-date {
  margin-bottom: 38px;
  color: #7b8798;
  font-size: 14px;
  line-height: 1.5;
}

.hr-article-intro {
  max-width: 900px;
  margin-bottom: 52px;
  color: #52647d;
  font-size: 21px;
  line-height: 1.75;
  font-weight: 400;
}

.hr-article-body {
  max-width: 900px;
  color: #3f4e63;
  font-size: 18px;
  line-height: 1.85;
  font-weight: 400;
}

.hr-article-body p {
  margin: 0 0 28px;
}

.hr-article-body h2 {
  margin: 62px 0 20px;
  color: #141b2d;
  font-size: clamp(28px, 3.5vw, 38px);
  line-height: 1.14;
  letter-spacing: -1.4px;
  font-weight: 700;
}

.hr-article-body h3 {
  margin: 48px 0 18px;
  color: #141b2d;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}

.hr-article-body strong {
  color: #1c2d43;
  font-weight: 700;
}

.hr-article-image-placeholder {
  width: 100%;
  margin: 42px 0 48px;
}

.hr-article-ending {
  margin-top: 60px;
  padding-top: 38px;
  border-top: 1px solid #e3e8ef;
}

.hr-article-ending p {
  color: #52647d;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 850px) {

  /* HEADER */

  .hr-site-header-inner {
    height: 55px;
    min-height: 0;
    grid-template-columns: 28px 1fr 28px;
    gap: 8px;
    padding: 0 12px;
  }

  .hr-menu-toggle {
    display: inline-flex;
  }

  .hr-site-brand {
    justify-self: start;
    font-size: 16px;
  }

  .hr-header-icon svg {
    width: 22px;
    height: 22px;
  }

  .hr-site-nav {
    display: none;
  }

  .hr-header-search {
    width: calc(100% - 24px);
  }

  .hr-header-search-box {
    min-height: 29px;
    border-radius: 8px;
    padding: 0 10px;
    gap: 10px;
  }

  .hr-header-search-results {
    top: calc(100% + 7px);
  }

  .hr-menu-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.58);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 60;
  }

  .hr-mobile-drawer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: min(74vw, 320px);
    height: 100vh;
    padding: 34px 28px;
    background: #ffffff;
    transform: translateX(-100%);
    transition: transform 0.22s ease;
    z-index: 70;
  }

  .hr-site-header.menu-open .hr-menu-overlay {
    opacity: 1;
    pointer-events: auto;
  }

  .hr-site-header.menu-open .hr-mobile-drawer {
    transform: translateX(0);
  }

  .hr-drawer-close {
    width: 32px;
    height: 32px;
    margin-bottom: 54px;
    border: 0;
    background: transparent;
    color: #52647d;
    cursor: pointer;
    position: relative;
  }

  .hr-drawer-close span {
    position: absolute;
    top: 15px;
    left: 4px;
    width: 26px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
  }

  .hr-drawer-close span:first-child {
    transform: rotate(45deg);
  }

  .hr-drawer-close span:last-child {
    transform: rotate(-45deg);
  }

  .hr-drawer-nav {
    display: grid;
    gap: 38px;
  }

  .hr-drawer-link {
    color: #52647d;
    font-size: 28px;
    font-weight: 300;
    text-decoration: none;
  }

  .hr-drawer-link.active {
    color: #141b2d;
    font-weight: 800;
  }

  /* HOME */

  .hr-home {
    padding: 22px 18px 50px;
  }

  .hr-hero {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 35px 0 55px;
  }

  .hr-title {
    font-size: clamp(45px, 12vw, 70px);
    letter-spacing: -3px;
  }

  .hr-subtitle {
    font-size: 18px;
  }

  .hr-photo-wrap {
    max-width: 520px;
  }

  .hr-grid {
    grid-template-columns: 1fr;
    padding-bottom: 55px;
  }

  .hr-intro,
  .hr-statement {
    padding-bottom: 55px;
  }

  .hr-articles {
    padding-bottom: 55px;
  }

  .hr-articles-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  /* ABOUT / ARTICLES / ARTICLE */

  .hr-about-page,
  .hr-articles-page {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hr-article-container {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hr-about-title,
  .hr-article-title {
    letter-spacing: -2.5px;
  }

  .hr-about-intro {
    font-size: 18px;
    line-height: 1.75;
  }

  .hr-story-section {
    padding-top: 55px;
  }

  .hr-story-section p {
    font-size: 17px;
    line-height: 1.8;
  }

  .hr-do-section {
    padding-top: 60px;
  }

  .hr-do-grid {
    grid-template-columns: 1fr;
  }

  .hr-article-intro {
    font-size: 19px;
    line-height: 1.7;
  }

  .hr-article-body {
    font-size: 17px;
    line-height: 1.8;
  }

  .hr-article-body h2 {
    margin-top: 50px;
  }

  .hr-article-image-placeholder {
    margin: 36px 0 42px;
  }

  /* FOOTER */

  .hr-footer {
    padding-bottom: 54px;
  }
}


@media (max-width: 520px) {

  /* HEADER */

  .hr-site-brand {
    font-size: 15px;
  }

  .hr-site-nav-link {
    font-size: 15px;
  }

  .hr-header-search-box input {
    font-size: 13px;
  }

  .hr-header-search-box svg {
    width: 16px;
    height: 16px;
  }

  .hr-mobile-drawer {
    width: min(78vw, 300px);
    padding: 30px 24px;
  }

  .hr-drawer-link {
    font-size: 25px;
  }

  .hr-search-result-item {
    grid-template-columns: 48px 1fr;
    gap: 12px;
    padding: 10px;
  }

  .hr-search-result-item img,
  .hr-search-result-mark {
    width: 48px;
    height: 48px;
  }

  .hr-search-result-item strong {
    font-size: 16px;
  }

  /* HOME */

  .hr-title {
    font-size: 46px;
    line-height: 1.02;
  }

  .hr-subtitle {
    font-size: 17px;
    line-height: 1.65;
  }

  .hr-about-button {
    font-size: 13px;
    padding: 11px 17px;
  }

  .hr-intro p {
    font-size: 17px;
    line-height: 1.75;
  }

  .hr-card {
    padding: 24px;
  }

  .hr-articles-title {
    font-size: 32px;
  }

  .hr-article-card {
    padding: 24px;
  }

  .hr-article-card h3 {
    font-size: 24px;
  }

  .hr-article-card p {
    font-size: 15px;
    line-height: 1.7;
  }

  .hr-statement p {
    font-size: 30px;
  }

  /* ABOUT / ARTICLES / ARTICLE */

  .hr-about-page,
  .hr-articles-page {
    padding: 42px 18px 0;
  }

  .hr-article-container {
    padding: 42px 18px 0;
  }

  .hr-about-title,
  .hr-article-title {
    font-size: 42px;
    line-height: 1.04;
    letter-spacing: -2.2px;
  }

  .hr-about-intro {
    font-size: 17px;
    line-height: 1.72;
  }

  .hr-story-section h2 {
    font-size: 30px;
    letter-spacing: -1.2px;
  }

  .hr-story-section p {
    font-size: 16.5px;
    line-height: 1.8;
  }

  .hr-do-intro h2 {
    font-size: 32px;
  }

  .hr-do-card {
    padding: 24px;
  }

  .hr-article-title {
    font-size: 40px;
  }

  .hr-article-intro {
    font-size: 18px;
    line-height: 1.7;
  }

  .hr-article-body {
    font-size: 16.5px;
    line-height: 1.8;
  }

  .hr-article-body h2 {
    font-size: 29px;
    letter-spacing: -1px;
  }

  .hr-article-back {
    font-size: 12px;
    padding: 9px 14px;
  }

  .hr-article-image-placeholder {
    margin: 32px 0 38px;
  }

  /* FOOTER */

  .hr-footer {
    margin-top: 55px;
    padding-top: 22px;
    padding-bottom: 60px;
    align-items: center;
    text-align: center;
  }

  .hr-links {
    justify-content: center;
    gap: 14px;
  }

  .hr-footer-left,
  .hr-links a {
    font-size: 12px;
  }
}

/* =========================================================
   ARTICLE IMAGES
========================================================= */

.hr-article-image {
  width: 100%;
  max-width: 900px;
  margin: 0;
}

.hr-article-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 22px;
  object-fit: contain;
}


/* =========================================================
   ARTICLE IMAGE RESPONSIVE
========================================================= */

@media (max-width: 850px) {

  .hr-article-image {
    max-width: 100%;
  }

  .hr-article-image img {
    max-width: 100%;
  }

}


@media (max-width: 520px) {

  .hr-article-image {
    width: 100%;
    max-width: 100%;
  }

  .hr-article-image img {
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
  }

}
