:root {
  --blue: #36a9e1;
  --deep: #0c2c66;
  --text: #222;
  --muted: #666;
  --line: #dedede;
  --max: 1250px;
  --article-width: var(--max);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  background: #f4f4f4;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .14);
  position: relative;
  z-index: 3;
}

.top-wrap {
  align-items: center;
  display: flex;
  gap: 48px;
  height: 122px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
}

.logo img {
  height: auto;
  width: 360px;
}

.recruit {
  flex: 0 1 730px;
}

.recruit img {
  height: 90px;
  object-fit: cover;
  width: 100%;
}

.menu-toggle {
  display: none;
}

.mobile-nav-head,
.nav-backdrop {
  display: none;
}

.main-nav {
  background: #f4f4f4;
  border-top: 1px solid #efefef;
}

.nav-inner {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: center;
  margin: 0 auto;
  max-width: var(--max);
  min-height: 46px;
}

.nav-inner a {
  color: #222;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .15px;
  line-height: 46px;
  padding: 0 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-inner a:hover {
  color: var(--blue);
}

.nav-dropdown {
  position: relative;
}

.nav-inner b {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #333;
  height: 0;
  margin: 20px 0 0 5px;
  width: 0;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .14);
  display: none;
  left: 0;
  min-width: 270px;
  padding: 8px 0;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
  display: block;
}

.dropdown-menu a {
  display: block;
  font-size: 14px;
  line-height: 1.35;
  padding: 9px 14px;
  text-transform: none;
  white-space: normal;
}

.dropdown-menu a:hover {
  background: #f2f8fc;
}

.hero-news {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
  margin: 18px auto 32px;
  max-width: var(--max);
}

.feature-side {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}

.feature-card {
  background: #123;
  min-height: 158px;
  overflow: hidden;
  position: relative;
}

.feature-card-large {
  min-height: 489px;
}

.feature-card-wide {
  grid-column: 1 / -1;
  min-height: 321px;
}

.feature-card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.feature-card::after {
  background: linear-gradient(180deg, transparent 44%, rgba(0, 0, 0, .82));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.feature-card a {
  bottom: 24px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  left: 16px;
  line-height: 1.2;
  position: absolute;
  right: 18px;
  z-index: 1;
}

.feature-card-large a {
  bottom: 25px;
  font-size: 20px;
}

.feature-card a strong,
.feature-card a span {
  display: block;
}

.feature-card a span {
  display: -webkit-box;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 6px;
  opacity: .92;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.content-wrap {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 2fr) 367px;
  margin: 0 auto;
  max-width: var(--max);
}

.wide-section {
  margin: 34px auto 0;
  max-width: var(--max);
}

.section-title {
  border-bottom: 2px solid #58b5dd;
  height: 35px;
  margin-bottom: 28px;
}

.section-title span {
  background: var(--blue);
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 35px;
  padding: 0 12px;
}

.experience-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}

.lead-article img {
  height: 264px;
  object-fit: cover;
  width: 100%;
}

.lead-article h1,
.post-card h2 {
  color: #17366f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  margin: 24px 0 16px;
}

.lead-article p,
.post-card p {
  border-top: 1px solid var(--line);
  color: #5d5d5d;
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
  padding-top: 13px;
}

.mini-list {
  display: grid;
  gap: 20px;
}

.mini-list article {
  display: grid;
  gap: 24px;
  grid-template-columns: 122px 1fr;
}

.mini-list img {
  height: 86px;
  object-fit: cover;
  width: 122px;
}

.mini-list h3 {
  color: #222;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
  margin: 0 0 7px;
}

.mini-list p {
  color: #666;
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
}

.home-excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.article-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 28px;
}

.procedure-grid {
  display: grid;
  gap: 22px 24px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 28px;
}

.post-card img {
  aspect-ratio: 487 / 304;
  object-fit: cover;
  width: 100%;
}

.post-card h2 {
  font-size: 20px;
}

.compact .post-card h2 {
  font-size: 17px;
  margin-top: 14px;
}

.service-grid {
  display: grid;
  gap: 22px 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
}

.service-grid .post-card img {
  aspect-ratio: 244 / 150;
}

.gpkd-section .service-grid .post-card img {
  aspect-ratio: 1200 / 630;
  height: auto;
}

.about-related .service-grid .post-card img {
  aspect-ratio: 1200 / 630;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.service-grid .post-card h2 {
  border-bottom: 1px solid #e5e5e5;
  color: #17366f;
  font-size: 16px;
  line-height: 1.35;
  margin: 12px 0 0;
  padding-bottom: 12px;
}

.procedure-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 2fr) 367px;
}

.procedure-card a {
  display: block;
}

.procedure-card-large img {
  aspect-ratio: 1200 / 630;
  height: auto;
}

.procedure-card-small a {
  border-top: 1px solid #e5e5e5;
  display: grid;
  gap: 14px;
  grid-template-columns: 112px 1fr;
  padding-top: 14px;
}

.procedure-card-small img {
  aspect-ratio: 4 / 3;
  height: 84px;
}

.procedure-card-small h2 {
  font-size: 16px;
  line-height: 1.35;
  margin: 0;
}

.procedure-card-small p {
  border: 0;
  display: -webkit-box;
  font-size: 13px;
  line-height: 1.4;
  margin: 5px 0 0;
  overflow: hidden;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.side-feature {
  height: 207px;
  overflow: hidden;
  position: relative;
}

.side-feature img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.side-feature::after {
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, .75));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.side-feature a {
  bottom: 25px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  left: 17px;
  line-height: 1.25;
  position: absolute;
  right: 16px;
  z-index: 1;
}

.side-feature a strong,
.side-feature a span {
  display: block;
}

.side-feature a span {
  display: -webkit-box;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 6px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.side-two {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
  margin-top: 18px;
}

.side-two img {
  height: 140px;
  object-fit: cover;
  width: 100%;
}

.side-two a {
  color: #17366f;
  display: block;
  font-size: 15px;
  line-height: 1.35;
  margin-top: 8px;
}

.side-two a strong,
.side-two a span {
  display: block;
}

.side-two a span {
  color: #666;
  display: -webkit-box;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 5px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.popular-title {
  margin-top: 62px;
}

.popular-list article {
  border-bottom: 1px solid #e5e5e5;
  display: grid;
  gap: 20px;
  grid-template-columns: 122px 1fr;
  min-height: 95px;
  padding: 14px 0;
}

.popular-list article:not(:has(img)) {
  display: block;
  padding-left: 145px;
}

.popular-list img {
  height: 75px;
  object-fit: cover;
  width: 122px;
}

.popular-list a {
  color: #222;
  font-size: 16px;
  line-height: 1.45;
}

.popular-list p {
  color: #666;
  font-size: 13px;
  line-height: 1.4;
  margin: 5px 0 0;
  -webkit-line-clamp: 2;
}

.lead-article .home-excerpt,
.procedure-card-large .home-excerpt {
  -webkit-line-clamp: 3;
}

.gpkd-section .service-grid .post-card h2 {
  border-bottom: 0;
  padding-bottom: 5px;
}

.gpkd-section .service-grid .post-card p {
  border: 0;
  color: #666;
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
  padding: 0;
}

.footer {
  background: linear-gradient(135deg, #0c2c66 0%, #0b438a 100%);
  border-top: 4px solid #d9a72e;
  color: #fff;
  margin-top: 48px;
  padding: 34px 0 42px;
}

.footer-inner {
  margin: 0 auto;
  max-width: var(--max);
}

.footer h2 {
  color: #fff;
  font-size: 24px;
  margin: 0 0 24px;
}

.branch-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}

.branch-grid section {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .16);
  border-left: 4px solid #d9a72e;
  border-radius: 3px;
  padding: 18px;
}

.branch-grid h3 {
  color: #fff;
  font-size: 15px;
  margin: 0 0 10px;
}

.branch-grid p {
  color: rgba(255, 255, 255, .88);
  line-height: 1.5;
  margin: 0 0 10px;
}

.branch-grid a {
  color: #f5c652;
  font-weight: 700;
}

.branch-grid a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-hotlines {
  display: grid;
  gap: 7px;
}

.desktop-hotline {
  align-items: center;
  background: #284793;
  border: 0;
  border-radius: 999px;
  bottom: 28px;
  box-shadow: 0 6px 18px rgba(19, 42, 89, .26);
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  gap: 7px;
  min-height: 48px;
  justify-content: center;
  left: 24px;
  padding: 0 18px;
  position: fixed;
  z-index: 5;
}

.desktop-hotline span {
  font-size: 21px;
}

.to-top {
  background: #dc3545;
  border: 0;
  border-radius: 8px;
  bottom: 28px;
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  font-weight: 700;
  height: 50px;
  opacity: 0;
  position: fixed;
  right: 35px;
  transform: translateY(12px);
  transition: .2s ease;
  width: 50px;
  z-index: 5;
}

.to-top.show {
  opacity: 1;
  transform: translateY(0);
}

.mobile-contact {
  display: none;
}

@media (max-width: 900px) {
  body {
    padding-bottom: 61px;
  }

  body.nav-open {
    overflow: hidden;
  }

  body.nav-open .site-header {
    z-index: 50;
  }

  body.nav-open .mobile-contact {
    transform: translateY(100%);
  }

  .site-header {
    background: #f5f5f5;
    box-shadow: 0 1px 12px rgba(18, 31, 53, .10);
  }

  .top-wrap {
    height: 92px;
    padding: 0 20px;
  }

  .logo img {
    width: 260px;
  }

  .recruit {
    display: none;
  }

  .menu-toggle {
    align-items: center;
    background: #fff;
    border: 1px solid #d9e0e7;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(18, 31, 53, .07);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 3px;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 42px;
  }

  .menu-toggle span {
    background: #263241;
    display: block;
    height: 2px;
    transition: .18s ease;
    width: 19px;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }

  .main-nav {
    background: #fff;
    border-top: 0;
    bottom: 0;
    box-shadow: -18px 0 40px rgba(18, 31, 53, .22);
    display: block;
    max-width: 390px;
    overflow-y: auto;
    padding: 0 0 86px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(105%);
    transition: transform .22s ease;
    width: min(88vw, 390px);
    z-index: 40;
  }

  .main-nav.open {
    transform: translateX(0);
  }

  .nav-backdrop {
    background: rgba(10, 18, 32, .46);
    border: 0;
    bottom: 0;
    cursor: pointer;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .2s ease;
    z-index: 35;
  }

  .nav-backdrop.open {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  .nav-inner {
    align-items: stretch;
    display: grid;
    gap: 8px;
    justify-content: stretch;
    max-width: none;
    min-height: 0;
    padding: 18px;
  }

  .mobile-nav-head {
    align-items: center;
    border-bottom: 1px solid #e8edf3;
    display: flex;
    justify-content: space-between;
    margin: -18px -18px 8px;
    min-height: 70px;
    padding: 0 18px;
  }

  .mobile-nav-head strong {
    color: #12233c;
    font-size: 21px;
  }

  .menu-close {
    align-items: center;
    background: #f3f6f9;
    border: 1px solid #d9e0e7;
    border-radius: 10px;
    color: #263241;
    cursor: pointer;
    display: inline-flex;
    font-size: 30px;
    height: 44px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 44px;
  }

  .nav-dropdown {
    border: 0;
  }

  .nav-inner a {
    align-items: center;
    background: #f7f9fb;
    border: 1px solid #e5ebf1;
    border-radius: 10px;
    color: #1f2937;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    justify-content: space-between;
    line-height: 1.25;
    min-height: 48px;
    padding: 0 14px;
  }

  .nav-dropdown > a {
    border-top: 1px solid #e5ebf1;
  }

  .nav-inner a:hover {
    color: #176b87;
  }

  .nav-inner b {
    border-top-color: #176b87;
    margin: 0 0 0 9px;
    transition: transform .18s ease;
  }

  .nav-dropdown.open > a {
    background: #eef8fc;
    border-color: #bde3f3;
    color: #0d5974;
  }

  .nav-dropdown.open > a b {
    transform: rotate(180deg);
  }

  .dropdown-menu {
    background: #fff;
    border: 0;
    border-left: 3px solid #36a9e1;
    box-shadow: 0 8px 22px rgba(18, 31, 53, .07);
    display: none;
    min-width: 0;
    margin: 8px 0 2px 12px;
    padding: 8px 0;
    position: static;
    width: auto;
  }

  .nav-dropdown:hover .dropdown-menu,
  .nav-dropdown:focus-within .dropdown-menu {
    display: none;
  }

  .nav-dropdown.open .dropdown-menu {
    display: grid;
  }

  .dropdown-menu a {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #4b5563;
    font-size: 14px;
    font-weight: 500;
    justify-content: flex-start;
    line-height: 1.35;
    min-height: 42px;
    padding: 0 16px;
    text-transform: none;
    white-space: normal;
  }

  .dropdown-menu a:hover {
    background: #f2f8fc;
  }

  .hero-news {
    display: block;
    margin: 16px 13px 39px;
    max-width: none;
  }

  .feature-side {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .feature-side::-webkit-scrollbar {
    height: 8px;
  }

  .feature-side::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 10px;
  }

  .feature-card,
  .feature-card-wide {
    flex: 0 0 263px;
    height: 150px;
    min-height: 150px;
    scroll-snap-align: start;
  }

  .feature-card-large {
    height: 303px;
    min-height: 303px;
    width: 100%;
  }

  .feature-card a,
  .feature-card-large a {
    bottom: 13px;
    font-size: 18px;
    left: 14px;
    right: 12px;
  }

  .content-wrap {
    display: block;
    margin: 0 13px;
    max-width: none;
  }

  .wide-section {
    margin: 34px 13px 0;
    max-width: none;
  }

  .section-title {
    height: 35px;
    margin-bottom: 28px;
  }

  .experience-grid {
    display: block;
  }

  .article-grid,
  .procedure-grid {
    display: block;
  }

  .service-grid {
    display: grid;
    gap: 18px 14px;
    grid-template-columns: 1fr 1fr;
  }

  .procedure-layout {
    display: block;
  }

  .lead-article img {
    height: auto;
    width: 100%;
  }

  .lead-article h1,
  .post-card h2 {
    font-size: 20px;
    line-height: 1.25;
    margin: 24px 0 14px;
  }

  .lead-article p,
  .post-card p {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .mini-list {
    gap: 14px;
    margin-top: 22px;
  }

  .mini-list article {
    gap: 24px;
    grid-template-columns: 117px 1fr;
  }

  .mini-list img {
    height: 82px;
    width: 117px;
  }

  .mini-list h3 {
    font-size: 16px;
  }

  .post-card {
    margin-bottom: 25px;
  }

  .procedure-card-small a {
    grid-template-columns: 117px 1fr;
  }

  .procedure-card-small img {
    height: 82px;
  }

  .procedure-card-small h2 {
    font-size: 16px;
    line-height: 1.35;
    margin: 0 0 5px;
  }

  .procedure-card-small p {
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
  }

  .service-grid .post-card {
    margin-bottom: 0;
  }

  .service-grid .post-card h2 {
    font-size: 15px;
    margin-top: 10px;
  }

  .procedure-sidebar {
    display: none;
  }

  .sidebar {
    display: none;
  }

  .footer {
    margin-top: 38px;
    padding: 28px 13px;
  }

  .footer h2 {
    font-size: 21px;
  }

  .branch-grid {
    grid-template-columns: 1fr;
  }

  .desktop-hotline {
    display: none;
  }

  .to-top {
    bottom: 82px;
    right: 14px;
  }

  .mobile-contact {
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 61px;
    left: 0;
    position: fixed;
    right: 0;
    transition: transform .2s ease;
    z-index: 10;
  }

  .mobile-contact a {
    align-items: center;
    color: #fff;
    display: flex;
    font-weight: 700;
    gap: 7px;
    justify-content: center;
  }

  .mobile-contact a span {
    font-size: 13px;
    font-weight: 600;
  }

  .mobile-contact a strong {
    font-size: 15px;
  }

  .mobile-contact .phone {
    background: #284793;
  }

  .mobile-contact .zalo {
    background: #ef3e22;
  }
}

.category-service-card {
  background: #fff;
  border: 1px solid #e2e7ec;
  box-shadow: 0 5px 18px rgba(13, 41, 74, 0.06);
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.category-service-card:hover {
  box-shadow: 0 10px 26px rgba(13, 41, 74, 0.13);
  transform: translateY(-3px);
}

.category-service-card > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.category-service-card img {
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.category-service-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 18px 20px;
}

.category-service-body h2 {
  color: var(--deep);
  font-size: 20px;
  line-height: 1.3;
  margin: 8px 0 10px;
}

.category-service-body p {
  color: var(--muted);
  display: -webkit-box;
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 16px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.category-service-link {
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
  margin-top: auto;
}

@media (max-width: 900px) {
  .card-grid.category-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .card-grid.category-service-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .top-wrap {
    padding-right: 27px;
  }

  .logo img {
    width: 244px;
  }

  .hero-news {
    margin-top: 16px;
  }

  .feature-card {
    flex-basis: 263px;
  }

  .feature-card.feature-card-large {
    width: 100%;
  }
}

.skip-link {
  background: var(--deep);
  color: #fff;
  left: -999px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  z-index: 20;
}

.skip-link:focus {
  left: 8px;
}

.page-wrap,
.container {
  margin: 0 auto;
  max-width: var(--max);
  width: min(var(--max), calc(100% - 26px));
}

.narrow {
  max-width: 860px;
}

.section {
  margin: 34px auto 0;
  max-width: var(--max);
}

.page-hero {
  background: #f7f7f7;
  border-bottom: 1px solid #e5e5e5;
  padding: 42px 0;
}

.page-hero h1,
.article-header h1 {
  color: var(--deep);
  font-size: 34px;
  line-height: 1.18;
  margin: 0 0 14px;
}

.page-hero p,
.article-header p,
.article-list p,
.content p,
.service-card p,
.info-panel p {
  color: var(--muted);
  line-height: 1.58;
}

.breadcrumbs {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 18px;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs li + li::before {
  color: #999;
  content: "/";
  margin-right: 8px;
}

.article-list {
  display: grid;
  gap: 0;
}

.article-list article {
  border-bottom: 1px solid #e5e5e5;
  padding: 18px 0;
}

.article-list h2,
.service-card h2,
.content h2,
.content h3,
.article-header h2 {
  color: var(--deep);
  line-height: 1.25;
}

.article-list h2,
.service-card h2 {
  font-size: 22px;
  margin: 0 0 10px;
}

.article-list time,
.article-header time,
.eyebrow,
.card-kicker {
  color: #db3a24;
  font-size: 14px;
  font-weight: 700;
}

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

.service-card,
.form-card,
.info-panel,
.cta-strip {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 22px;
}

.service-card {
  min-height: 190px;
}

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

.content a {
  color: var(--blue);
  text-decoration: underline;
}

.article-page {
  max-width: none;
}

.article-page > .container.narrow {
  max-width: var(--max);
}

.article-page .breadcrumbs,
.article-page .article-header,
.article-page .content,
.article-page .cta-strip,
.article-page .about-hero-image {
  max-width: var(--article-width);
}

.article-header {
  margin-bottom: 30px;
}

.about-header {
  text-align: left;
}

.about-hero-image {
  border: 1px solid #e5e5e5;
  margin: 0 0 30px;
}

.about-hero-image img {
  aspect-ratio: 16 / 6;
  object-fit: cover;
  width: 100%;
}

.about-content blockquote {
  border-left: 4px solid var(--blue);
  color: #444;
  margin: 24px 0;
  padding-left: 18px;
}

.about-content ul {
  padding-left: 22px;
}

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

.about-contact .cta-strip {
  margin-top: 0;
}

.cta-strip {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-top: 34px;
}

.contact-layout {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 360px;
}

.job-list {
  display: grid;
  gap: 18px;
}

.job-card {
  align-items: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 22px;
}

.job-card h2 {
  color: var(--deep);
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 10px;
}

.job-card p {
  color: var(--muted);
  line-height: 1.58;
  margin: 0;
}

.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 16px 0 0;
}

.job-meta div {
  border-left: 3px solid var(--blue);
  padding-left: 10px;
}

.job-meta dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.job-meta dd {
  color: var(--deep);
  font-weight: 700;
  margin: 2px 0 0;
}

.hero-job-meta {
  margin-top: 22px;
}

.job-detail-layout {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 380px;
}

.job-content {
  display: grid;
  gap: 24px;
}

.job-content section {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}

.apply-panel {
  position: sticky;
  top: 18px;
}

.button {
  align-items: center;
  background: #fff;
  border: 1px solid #d8d8d8;
  color: var(--deep);
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
}

.button.primary {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

label {
  display: grid;
  font-weight: 700;
  gap: 7px;
  margin-bottom: 14px;
}

input,
textarea,
select {
  border: 1px solid #d8d8d8;
  font: inherit;
  min-height: 44px;
  padding: 10px 12px;
  width: 100%;
}

textarea {
  resize: vertical;
}

.hp {
  left: -9999px;
  position: absolute;
}

.form-error {
  color: #b42318;
  font-weight: 700;
}

.flash {
  background: #e9f8f0;
  border: 1px solid #bde7ce;
  color: #11633c;
  margin: 18px 0 0;
  padding: 12px 14px;
}

.search-form {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

@media (max-width: 900px) {
  .page-wrap,
  .container,
  .section {
    max-width: none;
    width: auto;
  }

  .section {
    margin-left: 13px;
    margin-right: 13px;
  }

  .page-hero {
    padding: 34px 13px;
  }

  .page-hero h1,
  .article-header h1 {
    font-size: 27px;
  }

  .card-grid,
  .contact-layout,
  .job-card,
  .job-detail-layout {
    grid-template-columns: 1fr;
  }

  .apply-panel {
    position: static;
  }

  .cta-strip,
  .search-form {
    align-items: stretch;
    display: grid;
  }
}
