:root {
  --green: #1a3c34;
  --green-deep: #102d29;
  --cream: #f5f5f0;
  --white: #ffffff;
  --gold: #c9a96e;
  --text: #333333;
  --muted: #6d766f;
  --line: #e1e1da;
  --placeholder: #e8e8e8;
  --shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--cream);
  font-family: "Inter", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.65;
}

body.nav-open {
  overflow: hidden;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  gap: 1.2rem;
  align-items: center;
  padding: 0.75rem clamp(1rem, 4vw, 4.25rem);
  border-bottom: 1px solid rgba(225, 225, 218, 0.8);
  background: rgba(245, 245, 240, 0.94);
  backdrop-filter: blur(16px);
  transition: box-shadow 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.brand img {
  width: 3.35rem;
  height: 3.35rem;
  object-fit: contain;
}

.footer-brand img {
  width: 4.4rem;
  height: 4.4rem;
  object-fit: contain;
}

.brand strong,
.brand small,
.footer-brand strong,
.footer-brand small {
  display: block;
}

.brand strong,
.footer-brand strong {
  font-size: 1rem;
  font-weight: 800;
}

.brand small,
.footer-brand small {
  color: var(--muted);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.85rem, 2vw, 1.6rem);
  color: #314640;
  font-size: 0.92rem;
  font-weight: 800;
}

.main-nav a {
  padding: 0.45rem 0;
}

.main-nav a:hover {
  color: var(--green);
}

.header-actions,
.hero-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.language-toggle,
.nav-cta,
.primary-button,
.secondary-button,
.global-card a,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  border-radius: 6px;
  font-weight: 800;
  white-space: nowrap;
}

.language-toggle {
  padding: 0 0.8rem;
  border: 1px solid var(--line);
  color: var(--green);
  background: rgba(255, 255, 255, 0.78);
  cursor: pointer;
}

.language-toggle:hover {
  border-color: var(--gold);
  background: var(--white);
}

.nav-cta,
.primary-button,
.contact-form button {
  border: 1px solid var(--green);
  color: var(--white);
  background: var(--green);
}

.nav-cta {
  padding: 0 1rem;
  font-size: 0.92rem;
}

.primary-button,
.secondary-button,
.global-card a {
  padding: 0 1.25rem;
}

.secondary-button {
  border: 1px solid var(--green);
  color: var(--green);
  background: transparent;
}

.menu-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 1.2rem;
  height: 2px;
  margin: 0.24rem auto;
  background: var(--green);
}

section {
  padding: clamp(3rem, 6vw, 5.6rem) clamp(1rem, 5vw, 5.4rem);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(24rem, 0.86fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: calc(92vh - 78px);
  padding-top: clamp(3.2rem, 6vw, 5.3rem);
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.85rem;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.section-kicker {
  color: var(--gold);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  max-width: 11.5em;
  margin-bottom: 1.25rem;
  color: #172820;
  font-size: clamp(2.65rem, 5vw, 5.2rem);
  font-weight: 800;
}

h2 {
  margin-bottom: 1rem;
  color: #1b2d27;
  font-size: clamp(1.8rem, 3.7vw, 3.6rem);
  font-weight: 800;
}

h3 {
  margin-bottom: 0.45rem;
  font-size: 1.08rem;
  font-weight: 800;
}

.hero-lede {
  max-width: 50rem;
  color: #57635e;
  font-size: clamp(1rem, 1.35vw, 1.22rem);
}

.hero-actions {
  flex-wrap: wrap;
  margin-top: 1.7rem;
}

.visual-line {
  margin-top: 1.65rem;
  color: var(--green);
  font-size: 0.95rem;
  font-weight: 800;
}

.hero-image {
  overflow: hidden;
  border: 1px solid #d6d6cd;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-image img {
  display: block;
  width: 100%;
  min-height: 30rem;
  object-fit: cover;
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  padding: clamp(1rem, 2vw, 1.35rem);
  background:
    linear-gradient(135deg, rgba(210, 179, 113, 0.18), transparent 42%),
    var(--green);
}

.stats-strip div {
  min-height: 9rem;
  padding: 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--white);
  text-align: center;
}

.stats-strip strong {
  display: block;
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
}

.stats-strip strong::after {
  content: "+";
}

.stats-strip div:last-child strong::after {
  content: "";
}

.stats-strip span {
  display: block;
  margin-top: 0.65rem;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.experience-section {
  background: var(--green-deep);
  color: var(--white);
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.14);
}

.experience-grid article {
  min-height: 25rem;
  padding: clamp(1.35rem, 3vw, 2.3rem);
  background: var(--green-deep);
}

.experience-grid article > span {
  color: var(--gold);
  font-weight: 900;
}

.experience-grid h2 {
  margin-top: 2.5rem;
  color: var(--white);
  font-size: clamp(1.45rem, 2.4vw, 2.45rem);
}

.experience-grid p,
.experience-grid li {
  color: rgba(255, 255, 255, 0.78);
}

.experience-grid ul {
  display: grid;
  gap: 0.5rem;
  margin: 1rem 0 0;
  padding-left: 1.1rem;
}

.services-section {
  display: grid;
  grid-template-columns: minmax(16rem, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(2rem, 5vw, 5rem);
  background: var(--white);
}

.section-intro {
  position: sticky;
  top: 6.6rem;
}

.section-intro p,
.section-heading p,
.service-row p,
.global-card p,
.contact-copy p,
.partner-note {
  color: var(--muted);
}

.service-list {
  border-top: 1px solid var(--line);
}

.service-row {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 1.1rem;
  padding: 1.45rem 0;
  border-bottom: 1px solid var(--line);
}

.service-row > span {
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 900;
}

.service-row p {
  margin-bottom: 0;
}

.partners-section {
  background: var(--cream);
}

.section-heading {
  max-width: 58rem;
  margin-bottom: 2rem;
}

.partner-block {
  margin-top: 2rem;
}

.logo-marquee {
  display: grid;
  gap: 0.9rem;
  overflow: hidden;
  margin-top: 2rem;
  padding: 0.4rem 0;
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.logo-track {
  display: flex;
  width: max-content;
  gap: 0.9rem;
  animation: logo-scroll 42s linear infinite;
}

.logo-track.reverse {
  animation-direction: reverse;
  animation-duration: 50s;
}

.logo-marquee:hover .logo-track {
  animation-play-state: paused;
}

.brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: clamp(10rem, 16vw, 14rem);
  min-height: 5.2rem;
  border: 1px solid rgba(26, 60, 52, 0.1);
  border-radius: 8px;
  color: #59645f;
  background: rgba(255, 255, 255, 0.62);
  font-family: "Inter", "Noto Sans SC", Arial, sans-serif;
  font-size: clamp(1.02rem, 1.55vw, 1.55rem);
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  filter: grayscale(1);
  opacity: 0.86;
  transition: transform 160ms ease, opacity 160ms ease, color 160ms ease, filter 160ms ease, border-color 160ms ease;
}

.brand-logo:hover {
  opacity: 1;
  filter: grayscale(0);
  border-color: rgba(201, 169, 110, 0.48);
  transform: translateY(-2px);
}

.brand-logo small {
  display: block;
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.pingan {
  color: #ef6b1e;
}

.aia {
  color: #d51235;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
}

.msh {
  color: #0c5c9f;
}

.windstone {
  color: #57615c;
}

.allianz {
  color: #00539f;
}

.healthlink {
  color: #1a6b5a;
}

.bupa {
  color: #0b64b0;
}

.cigna {
  color: #0a669f;
}

.ufh,
.amcare,
.distinct,
.pumch,
.pkuih,
.plagh {
  color: #35534b;
}

.mercedes {
  color: #1c1c1c;
  font-family: Georgia, "Times New Roman", serif;
}

.byd {
  color: #d71920;
}

@keyframes logo-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 0.45rem));
  }
}

.medical-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.medical-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.medical-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.medical-card h3,
.medical-card p {
  margin-right: 1.1rem;
  margin-left: 1.1rem;
}

.medical-card h3 {
  margin-top: 1.1rem;
}

.medical-card p {
  margin-bottom: 1.2rem;
  color: var(--muted);
}

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

.partner-note {
  margin-top: 0.8rem;
}

.global-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  background: var(--white);
}

.global-card {
  min-height: 26rem;
  padding: clamp(1.5rem, 3.4vw, 3rem);
  border-radius: 8px;
}

.global-card.domestic {
  border: 1px solid var(--line);
  background: var(--white);
}

.global-card.crossborder {
  background: var(--green);
  color: var(--white);
}

.global-card.crossborder h2,
.global-card.crossborder .eyebrow {
  color: var(--white);
}

.global-card.crossborder p {
  color: rgba(255, 255, 255, 0.82);
}

.global-card a {
  margin-top: 1rem;
  border: 1px solid var(--green);
  color: var(--white);
  background: var(--green);
}

.global-card.crossborder a {
  border-color: rgba(255, 255, 255, 0.55);
  background: transparent;
}

.process-section {
  background: var(--white);
}

.section-heading.compact {
  max-width: 46rem;
}

.workflow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.workflow li {
  min-height: 12rem;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
}

.workflow li::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  display: block;
  margin-bottom: 2.2rem;
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 900;
}

.workflow strong,
.workflow span {
  display: block;
}

.workflow span {
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.insights-section {
  background: var(--cream);
}

.insight-grid,
.blog-list,
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.insight-card,
.blog-card,
.related-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.insight-card a,
.blog-card a,
.related-card {
  display: grid;
  height: 100%;
}

.insight-card img,
.blog-card img,
.related-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.insight-card span,
.blog-card span,
.related-card span {
  margin: 1rem 1rem 0.45rem;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.insight-card h3,
.blog-card h2,
.related-card strong {
  margin: 0 1rem 0.45rem;
  color: #1b2d27;
  line-height: 1.22;
}

.blog-card h2 {
  font-size: 1.2rem;
}

.insight-card p,
.blog-card p {
  margin: 0 1rem 1.2rem;
  color: var(--muted);
}

.blog-card strong {
  align-self: end;
  margin: 0 1rem 1.2rem;
  color: var(--green);
}

.related-card strong {
  margin-bottom: 1rem;
}

.insights-link {
  margin-top: 1.3rem;
}

.blog-page,
.article-page {
  background: var(--cream);
}

.blog-hero {
  padding-bottom: 2.2rem;
  background: var(--green-deep);
  color: var(--white);
}

.blog-hero .eyebrow,
.blog-hero h1 {
  color: var(--white);
}

.blog-hero h1 {
  max-width: 11em;
}

.blog-hero p:last-child {
  max-width: 48rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.blog-list {
  padding-top: 2rem;
}

.article-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(24rem, 1.1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding-bottom: 3rem;
  background: var(--white);
}

.article-hero h1 {
  max-width: 12em;
  font-size: clamp(2.35rem, 4.5vw, 4.8rem);
}

.article-hero p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.article-hero img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.breadcrumb {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--green);
  font-weight: 900;
}

.article-body {
  max-width: 52rem;
  margin: 0 auto;
  padding-top: 3rem;
  background: var(--cream);
}

.article-body h2 {
  margin-top: 2.8rem;
  font-size: clamp(1.65rem, 2.6vw, 2.45rem);
}

.article-body h3 {
  margin-top: 2rem;
  color: #23352f;
  font-size: 1.25rem;
}

.article-body p,
.article-body li {
  color: #48554f;
  font-size: 1.02rem;
  overflow-wrap: anywhere;
}

.article-body ul {
  margin: 0 0 1.4rem;
  padding-left: 1.2rem;
}

.article-cta {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  justify-content: space-between;
  margin: 0 clamp(1rem, 5vw, 5.4rem);
  padding: clamp(1.3rem, 3vw, 2rem);
  border-radius: 8px;
  background: var(--green);
  color: var(--white);
}

.article-cta h2,
.article-cta .eyebrow {
  color: var(--white);
}

.article-cta p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.article-cta .primary-button {
  border-color: var(--gold);
  color: var(--green-deep);
  background: var(--gold);
}

.related-section {
  padding-top: 3rem;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(22rem, 1.25fr);
  gap: clamp(2rem, 5vw, 5rem);
  background: var(--green-deep);
  color: var(--white);
}

.contact-section .eyebrow,
.contact-section h2 {
  color: var(--white);
}

.contact-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.contact-stack {
  display: grid;
  gap: 1rem;
}

.contact-form {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 1.1rem;
}

.contact-form label {
  display: grid;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  padding: 0.72rem 0.78rem;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
}

.contact-form option {
  color: var(--text);
}

.message-field,
.dynamic-fields,
.contact-form button {
  grid-column: 1 / -1;
}

.dynamic-fields {
  display: grid;
}

.dynamic-field-group {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 0.85rem;
  border: 1px solid rgba(201, 169, 110, 0.22);
  border-radius: 8px;
  background: rgba(201, 169, 110, 0.08);
}

.dynamic-field-group.is-active {
  display: grid;
  animation: form-fields-in 180ms ease both;
}

@keyframes form-fields-in {
  from {
    opacity: 0;
    transform: translateY(-0.35rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact-form button {
  border-color: var(--gold);
  color: var(--green-deep);
  background: var(--gold);
  cursor: pointer;
}

.contact-form button[disabled] {
  opacity: 0.72;
  cursor: wait;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 1.4rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
}

.form-status[data-state="success"] {
  color: #dbeec5;
}

.form-status[data-state="error"] {
  color: #f6d48a;
}

.social-contact-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(210, 179, 113, 0.44);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.social-panel-label {
  margin: 0 0 0.25rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  font-weight: 800;
}

.social-panel-number {
  color: var(--gold);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 900;
  text-decoration: none;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: flex-end;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.65rem;
  padding: 0.58rem 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 7px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
  font-weight: 900;
  text-decoration: none;
}

.social-link:hover {
  border-color: var(--gold);
  background: rgba(210, 179, 113, 0.13);
}

.social-link svg {
  width: 1.45rem;
  height: 1.45rem;
  fill: currentColor;
}

.whatsapp-link {
  color: #d8c07c;
}

.facebook-link {
  color: #f6edd3;
}

.inbound-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(22rem, 0.95fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  background: var(--white);
}

.inbound-hero h1 {
  max-width: 11em;
}

.inbound-hero p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.inbound-hero img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.advantage-section {
  background: var(--cream);
}

.advantage-grid,
.patient-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.advantage-card,
.patient-service-card {
  min-height: 14rem;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.advantage-card strong {
  display: block;
  margin-bottom: 0.9rem;
  color: var(--gold);
  font-size: 2rem;
  line-height: 1;
}

.advantage-card p,
.patient-service-card p {
  color: var(--muted);
}

.patient-service-section {
  background: var(--white);
}

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

.inbound-cta {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  background: var(--green);
  color: var(--white);
}

.inbound-cta h2,
.inbound-cta .eyebrow {
  color: var(--white);
}

.inbound-cta p {
  max-width: 46rem;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(16rem, 1fr) auto minmax(10rem, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 1.4rem clamp(1rem, 5vw, 5.4rem);
  background: var(--white);
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  text-align: center;
}

.site-footer > em {
  justify-self: end;
  color: #8b681f;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: minmax(190px, 1fr) auto;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .main-nav,
  .header-actions {
    grid-column: 1 / -1;
    display: none;
  }

  .main-nav.is-open,
  .header-actions.is-open {
    display: flex;
  }

  .main-nav.is-open {
    flex-direction: column;
    align-items: stretch;
    padding: 0.7rem 0 0;
  }

  .main-nav.is-open a {
    padding: 0.85rem 0;
    border-top: 1px solid var(--line);
  }

  .header-actions.is-open {
    justify-content: flex-start;
    padding-bottom: 0.4rem;
  }

  .hero,
  .services-section,
  .article-hero,
  .contact-section,
  .inbound-hero {
    grid-template-columns: 1fr;
  }

  .section-intro {
    position: static;
  }

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

@media (max-width: 860px) {
  .hero {
    min-height: auto;
  }

  h1 {
    font-size: 2.9rem;
  }

  .hero-image img {
    min-height: auto;
  }

  .stats-strip,
  .experience-grid,
  .insight-grid,
  .blog-list,
  .related-grid,
  .medical-grid,
  .global-section,
  .advantage-grid,
  .patient-service-grid,
  .dynamic-field-group,
  .contact-form,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .brand-logo {
    width: 11rem;
  }

  .experience-grid article,
  .global-card,
  .workflow li {
    min-height: auto;
  }

  .article-hero h1 {
    font-size: 2.65rem;
  }

  .article-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .inbound-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  dl div {
    grid-template-columns: 1fr;
  }

  .site-footer {
    justify-items: start;
  }

  .site-footer p {
    text-align: left;
  }

  .site-footer > em {
    justify-self: start;
  }

  .social-contact-panel {
    align-items: stretch;
    flex-direction: column;
  }

  .social-links {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding-right: 0.85rem;
    padding-left: 0.85rem;
  }

  .brand img {
    width: 3rem;
    height: 3rem;
  }

  .brand small {
    font-size: 0.7rem;
  }

  section {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  h1 {
    font-size: 2.45rem;
  }

  .blog-hero h1,
  .article-hero h1 {
    font-size: 2.18rem;
  }

  .hero-actions,
  .header-actions.is-open {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-button,
  .secondary-button,
  .nav-cta,
  .language-toggle {
    width: 100%;
  }

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