@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/PT_Sans/PTSans-Regular.woff') format('woff');
}

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/PT_Sans/PTSans-Bold.woff') format('woff');
}

.section-surface {
  background: linear-gradient(180deg, #f8fbfb 0%, #ffffff 100%);
}

.section-intro {
  font-size: 1.9rem;
  line-height: 1.7;
  max-width: 78rem;
  margin-bottom: 3.2rem;
}

.page-anchor-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.review-strip {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
}

.review-note {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #5f6872;
}

.service-card-grid,
.process-grid,
.page-feature-grid,
.detail-grid {
  display: grid;
  gap: 2.4rem;
}

.service-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.service-card,
.process-card,
.page-surface-card,
.page-note-card {
  background: #fff;
  border: 1px solid #e5ebef;
  border-radius: 16px;
  padding: 2.4rem;
  box-shadow: 0 1.6rem 3.2rem rgba(17, 26, 49, 0.06);
}

.service-card-title {
  font-size: 2.2rem;
  line-height: 1.25;
  margin-bottom: 1.2rem;
  color: #1d2d35;
}

.service-card-copy,
.page-copy,
.page-table td,
.page-table th,
.breadcrumb-list,
.footer-inline-links,
.consent-row label,
.top-contact-link,
.map-link-card,
.page-meta-line,
.page-faq-answer,
.page-list li {
  font-size: 1.7rem;
  line-height: 1.75;
}

.local-coverage {
  display: grid;
  gap: 2rem;
}

.pill-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.pill-list li {
  background: #eef6f1;
  color: #0f5f31;
  border: 1px solid #cfe4d6;
  border-radius: 999px;
  padding: 0.9rem 1.4rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.team-mini-grid {
  display: grid;
  gap: 2.4rem;
}

.doctor-showcase {
  display: grid;
  gap: 2.8rem;
}

.doctor-showcase-copy {
  max-width: 82rem;
  display: grid;
  gap: 1.2rem;
}

.doctor-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.4rem;
}

.doctor-service--compact {
  display: grid;
  grid-template-columns: 18rem minmax(0, 1fr);
  align-items: stretch;
  border: 1px solid #e5ebef;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfc 100%);
  box-shadow: 0 1.8rem 3.6rem rgba(17, 26, 49, 0.08);
}

.doctor-service--compact:hover {
  transform: translateY(-0.6rem);
  box-shadow: 0 2.6rem 5.2rem rgba(17, 26, 49, 0.12);
}

.doctor-service--compact .doctor-service-img {
  width: 100%;
  height: 100%;
  min-height: 21rem;
  object-fit: cover;
  object-position: center top;
}

.doctor-service--compact .doctor-service-content {
  padding: 2.2rem 2.4rem;
  display: grid;
  align-content: center;
}

.doctor-service--compact .doctor-service-title {
  margin-bottom: 0.6rem;
  font-size: 2.3rem;
  line-height: 1.2;
}

.doctor-service--compact .doctor-service-subtitle {
  margin-bottom: 1.2rem;
}

.doctor-service--compact .doctor-details {
  display: block;
  font-size: 1.55rem;
  line-height: 1.65;
  text-align: left;
  color: #52626e;
}

.consent-row {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.consent-row input {
  width: auto;
  margin-top: 0.6rem;
}

.map-link-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  text-decoration: none;
  color: #dbe6ff;
  background: linear-gradient(135deg, #13213a 0%, #1d3d5b 100%);
  border-radius: 16px;
  padding: 2.4rem;
}

.map-link-card strong {
  color: #ffffff;
  font-size: 2rem;
}

.map-embed-card {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #d9e4ea;
  background: #ffffff;
  box-shadow: 0 1.8rem 3.6rem rgba(17, 26, 49, 0.08);
}

.map-embed-frame {
  width: 100%;
  height: 34rem;
  border: 0;
  display: block;
  background: #dfe8ef;
}

.map-link-card--inline {
  min-height: auto;
  border-radius: 0;
  padding: 2rem 2.4rem;
}

.text-link {
  color: #d7e4ff;
}

.text-link:hover {
  color: #ffffff;
}

.top-contact-link {
  text-decoration: none;
}

.top-contact-link .header_i_btn {
  min-width: 7.4rem;
  padding: 0.3rem 1rem;
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}

.phone_a .header_i_btn {
  background: #3b5998;
}

.whatsapp_a .header_i_btn {
  background: #25d366;
}

.mobile-nav-label {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2c3e50;
}

.mobile-nav-close {
  display: none;
}

.nav-open .mobile-nav-open {
  display: none;
}

.nav-open .mobile-nav-close {
  display: inline;
}

.page-shell {
  background: #f7fafc;
}

:root {
  --page-header-offset: 9.2rem;
}

.page-shell-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 120;
  background: #ffffff;
  box-shadow: 0 0.8rem 2.4rem rgba(17, 26, 49, 0.08);
}

.page-shell-header .container {
  max-width: 100%;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.page-shell-header + main:not(.page-main) {
  padding-top: var(--page-header-offset);
}

.page-topbar {
  background: #13213a;
  color: #fff;
  padding: 0.25rem 0;
}

.page-topbar-row,
.page-header-row,
.page-footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.page-topbar-group,
.page-nav-list,
.page-nav-submenu,
.breadcrumb-list,
.footer-inline-links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
}

.page-topbar-group {
  align-items: center;
  gap: 1.4rem;
}

.page-topbar-right {
  justify-content: flex-end;
  margin-left: auto;
}

.page-topbar a,
.page-nav a,
.footer-inline-links a,
.breadcrumb-list a {
  color: inherit;
  text-decoration: none;
}

.page-topbar a,
.page-topbar span {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

.page-topbar-contact {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.page-topbar-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 2.7rem;
  border-radius: 999px;
  background: #4366ad;
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.page-topbar-chip--whatsapp {
  background: #22c95f;
}

.page-topbar-icon,
.page-topbar-social-icon {
  display: block;
}

.page-topbar-icon {
  width: 1.55rem;
  height: 1.55rem;
}

.page-topbar-social {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-left: 0.6rem;
  line-height: 1;
}

.page-topbar-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  color: #eef4ff;
  opacity: 0.98;
  transition: opacity 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.page-topbar-social a:hover {
  color: #ffffff;
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}

.page-topbar-social-icon {
  width: 1.45rem;
  height: 1.45rem;
}

.page-header {
  background: #ffffff;
  border-bottom: 1px solid #e5ebef;
  position: relative;
  z-index: 1;
}

.page-header-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  min-height: 5.8rem;
}

.page-brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  justify-self: start;
  gap: 1rem;
  text-decoration: none;
  color: #1d2d35;
  flex: 0 0 auto;
  min-width: 0;
}

.page-brand img {
  height: 3.9rem;
  width: auto;
  display: block;
  margin-left: 0;
  flex-shrink: 0;
}

.page-brand-text {
  display: inline-flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  color: #1f3d78;
  white-space: nowrap;
}

.page-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  gap: 1.2rem;
  width: 100%;
  flex: 1 1 auto;
  min-width: 0;
  margin-left: auto;
}

.page-nav {
  min-width: 0;
}

.page-nav-list {
  flex-wrap: nowrap;
  gap: 2rem;
  align-items: center;
}

.page-nav-item {
  position: relative;
}

.page-nav-list a {
  font-size: 1.55rem;
  font-weight: 700;
  color: #1d2d35;
  white-space: nowrap;
}

.page-nav-item--has-submenu > a {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.page-nav-item--has-submenu > a::after {
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-0.1rem);
  transition: transform 0.2s ease;
}

.page-nav-submenu {
  list-style: none;
  position: absolute;
  top: calc(100% + 0.6rem);
  left: 0;
  min-width: 26rem;
  padding: 1.4rem 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  background: #ffffff;
  border: 1px solid #e5ebef;
  border-radius: 1.6rem;
  box-shadow: 0 1.8rem 3.8rem rgba(17, 26, 49, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(1rem);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    visibility 0.22s ease;
  z-index: 20;
}

.page-nav-submenu::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -1.2rem;
  height: 1.2rem;
}

.page-nav-item--has-submenu:hover .page-nav-submenu,
.page-nav-item--has-submenu:focus-within .page-nav-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.page-nav-item--has-submenu:hover > a::after,
.page-nav-item--has-submenu:focus-within > a::after {
  transform: rotate(225deg) translateY(-0.1rem);
}

.page-nav-sublink {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1.1rem 1.8rem;
  font-size: 1.45rem !important;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.page-nav-sublink:hover {
  background: #eef6f1;
  color: #0f5f31 !important;
}

.page-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1c8d23;
  color: #fff !important;
  text-decoration: none;
  padding: 0.85rem 1.55rem;
  border-radius: 0.8rem;
  font-size: 1.5rem;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 1.2rem 2.4rem rgba(28, 141, 35, 0.2);
}

.page-nav-mobile-cta-item {
  display: none;
}

.page-nav-mobile-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
  padding: 1.1rem 1.6rem;
  border-radius: 1rem;
  background: #1c8d23;
  color: #ffffff !important;
  font-size: 1.5rem;
  font-weight: 700;
  box-shadow: 0 0.8rem 1.8rem rgba(28, 141, 35, 0.18);
}

.page-nav-toggle {
  display: none;
  border: 0;
  background: #13213a;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  padding: 1rem 1.6rem;
  border-radius: 999px;
  cursor: pointer;
}

.page-main {
  padding: calc(var(--page-header-offset) + 2.4rem) 0 6.4rem;
}

.page-breadcrumbs {
  margin: 2rem 0;
}

.breadcrumb-list {
  color: #5f6872;
}

.page-hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3.2rem;
  align-items: center;
  padding: 2.8rem 0 4rem;
}

.page-kicker {
  display: inline-block;
  margin-bottom: 1.4rem;
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  background: #eef6f1;
  color: #0f5f31;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-hero-copy .heading-primary {
  margin-bottom: 2rem;
}

.page-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  color: #5f6872;
  margin-top: 2rem;
}

.page-hero-card,
.page-photo-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e5ebef;
  box-shadow: 0 1.6rem 3.2rem rgba(17, 26, 49, 0.06);
  overflow: hidden;
}

.page-photo-card img {
  width: 100%;
  display: block;
}

.page-photo-card figcaption {
  padding: 1.6rem 2rem 2rem;
  font-size: 1.5rem;
  line-height: 1.7;
}

.page-section {
  padding: 3.2rem 0;
}

.page-section .heading-secondary {
  margin-bottom: 2.4rem;
}

.page-list {
  padding-left: 2rem;
  display: grid;
  gap: 1rem;
}

.page-table-wrap {
  overflow-x: auto;
}

.page-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1.6rem 3.2rem rgba(17, 26, 49, 0.06);
}

.page-table th,
.page-table td {
  text-align: left;
  padding: 1.6rem;
  border-bottom: 1px solid #e5ebef;
}

.page-table th {
  background: #13213a;
  color: #fff;
  font-size: 1.5rem;
}

.page-faq-list {
  display: grid;
  gap: 1.2rem;
}

.page-faq-item {
  background: #fff;
  border: 1px solid #e5ebef;
  border-radius: 14px;
  padding: 1.8rem 2rem;
}

.page-faq-item summary {
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1d2d35;
}

.page-faq-answer {
  margin-top: 1.2rem;
  color: #52626e;
}

.page-cta {
  background: linear-gradient(135deg, #13213a 0%, #1d3d5b 100%);
  color: #fff;
  border-radius: 18px;
  padding: 3.2rem;
  display: grid;
  gap: 1.6rem;
}

.page-cta .btn--full {
  justify-self: start;
}

.page-footer {
  background-image:
    linear-gradient(180deg, rgba(9, 15, 28, 0.9), rgba(9, 15, 28, 0.92)),
    url("../img/gallery/therapy-centre-hero.png");
  background-size: cover;
  background-position: center center;
  color: #d7dfea;
  padding: 5.2rem 0 3.2rem;
}

.page-footer-grid {
  align-items: flex-start;
  gap: 3.2rem;
}

.page-footer-grid--four {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(16rem, 0.72fr) minmax(18rem, 0.84fr) minmax(20rem, 1fr);
}

.page-footer h2,
.page-footer h3 {
  color: #fff;
  margin-bottom: 1.4rem;
  font-size: 2rem;
  position: relative;
  padding-bottom: 1rem;
}

.page-footer h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4.8rem;
  height: 0.2rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #f18a20 0%, #ff6f3c 100%);
}

.page-footer-copy {
  max-width: none;
  min-height: 100%;
}

.page-footer-copy--brand {
  padding-right: 2rem;
}

.page-footer-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.4rem;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.94);
  margin-bottom: 2rem;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.22);
}

.page-footer-logo {
  display: block;
  width: 22rem;
  max-width: 100%;
  height: auto;
}

.page-footer-story {
  max-width: 32rem;
  margin-bottom: 2.4rem;
  color: #eef3fb;
}

.page-footer-address {
  display: grid;
  gap: 0.4rem;
}

.page-footer-copy p,
.page-footer-copy address {
  font-size: 1.55rem;
  line-height: 1.8;
  font-style: normal;
}

.page-footer-address--compact {
  gap: 0.2rem;
}

.page-footer-contact-list {
  display: grid;
  gap: 1.8rem;
}

.page-footer-contact-row {
  display: grid;
  gap: 0.4rem;
  color: #eef3fb;
}

.page-footer-contact-label {
  color: #f18a20;
  font-size: 1.35rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.page-footer-contact-row a,
.page-footer-contact-row span,
.page-footer-contact-row address {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.7;
}

.page-footer-social {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.page-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.page-footer-social a:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.26);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 1rem 2rem rgba(8, 15, 29, 0.24);
}

.page-footer-social-icon {
  width: 1.8rem;
  height: 1.8rem;
  display: block;
}

.page-footer .footer-inline-links {
  display: grid;
  gap: 0.9rem;
}

.page-footer .footer-inline-links--stacked a {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.6;
  transition: color 0.2s ease, transform 0.2s ease;
}

.page-footer .footer-inline-links--stacked a:hover {
  color: #f9c27c;
  transform: translateX(0.3rem);
}

.page-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 3.2rem;
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  font-size: 1.4rem;
}

.is-visually-hidden {
  display: none !important;
}

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

  .page-brand {
    gap: 0.8rem;
  }

  .page-brand img {
    height: 3.5rem;
  }

  .page-brand-text {
    font-size: 1.7rem;
  }

  .page-header-actions {
    gap: 0.9rem;
  }

  .page-nav-list {
    gap: 1.6rem;
  }

  .page-nav-list a {
    font-size: 1.45rem;
  }

  .page-nav-cta {
    padding: 0.8rem 1.35rem;
    font-size: 1.4rem;
  }
}

@media (max-width: 59em) {
  :root {
    --page-header-offset: 11.8rem;
  }

  .process-grid,
  .page-feature-grid,
  .detail-grid,
  .page-hero {
    grid-template-columns: 1fr;
  }

  .page-footer-grid {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-footer-grid--four {
    grid-template-columns: 1fr;
  }

  .doctor-showcase-grid {
    grid-template-columns: 1fr;
  }

  .doctor-service--compact {
    grid-template-columns: 16rem minmax(0, 1fr);
  }

  .page-topbar-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-topbar-group {
    width: 100%;
  }

  .page-topbar-right {
    justify-content: flex-start;
    margin-left: 0;
  }

  .page-header-row {
    display: flex;
    min-height: 6.8rem;
    padding: 1rem 0;
    flex-wrap: wrap;
    align-items: center;
  }

  .page-shell-header {
    box-shadow: 0 0.6rem 1.8rem rgba(17, 26, 49, 0.08);
  }

  .page-header-actions {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 1rem;
    margin-left: auto;
  }

  .page-nav-toggle {
    display: inline-flex;
    order: 1;
    padding: 0.9rem 1.4rem;
    font-size: 1.5rem;
  }

  .page-nav {
    width: 100%;
    order: 3;
  }

  .page-nav-list {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    border-top: 1px solid #e5ebef;
    padding: 1.4rem 0 0.6rem;
    margin-top: 1rem;
    gap: 1rem;
  }

  .page-header.nav-open .page-nav-list {
    display: flex;
  }

  .page-nav-mobile-cta-item {
    display: block;
    width: 100%;
  }

  .page-nav-item {
    width: 100%;
  }

  .page-nav-item--has-submenu > a {
    justify-content: space-between;
    width: 100%;
  }

  .page-nav-submenu {
    position: static;
    min-width: 0;
    width: 100%;
    margin-top: 1rem;
    padding: 0.8rem 0 0 1.4rem;
    background: transparent;
    border: 0;
    border-left: 2px solid #dce6df;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    display: grid;
    gap: 0.4rem;
  }

  .page-nav-sublink {
    padding: 0.7rem 0;
    font-size: 1.6rem !important;
  }

  .page-nav-cta {
    display: none;
  }

  .page-brand img {
    height: 4.8rem;
  }

  .page-brand-text {
    font-size: 1.8rem;
    max-width: 20rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 44em) {
  :root {
    --page-header-offset: 10.8rem;
  }

  .service-card-grid {
    grid-template-columns: 1fr;
  }

  .doctor-service--compact {
    grid-template-columns: 1fr;
  }

  .doctor-service--compact .doctor-service-img {
    min-height: 28rem;
  }
}

@media (max-width: 34em) {
  :root {
    --page-header-offset: 10.2rem;
  }

  .page-shell-header .container {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .page-anchor-grid,
  .page-meta-line,
  .pill-list,
  .breadcrumb-list,
  .footer-inline-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-topbar {
    padding: 0.45rem 0;
  }

  .page-topbar-row {
    align-items: center;
  }

  .page-topbar-group {
    gap: 0.8rem;
  }

  .page-topbar a,
  .page-topbar span {
    font-size: 1.2rem;
  }

  .page-topbar-contact {
    gap: 0.6rem;
  }

  .page-topbar-chip {
    width: 3.4rem;
    height: 2.5rem;
  }

  .page-topbar-icon {
    width: 1.3rem;
    height: 1.3rem;
  }

  .page-topbar-social {
    gap: 0.5rem;
    margin-left: 0.3rem;
  }

  .page-topbar-social a {
    width: 2rem;
    height: 2rem;
  }

  .page-topbar-social-icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .page-header-row {
    min-height: 6.2rem;
    padding: 0.8rem 0;
  }

  .page-brand img {
    height: 4.2rem;
  }

  .page-brand {
    gap: 0.8rem;
    max-width: calc(100% - 10rem);
  }

  .page-brand-text {
    font-size: 1.55rem;
    max-width: 16rem;
  }

  .page-nav-toggle {
    padding: 0.8rem 1.2rem;
    font-size: 1.4rem;
  }
}
