/* Global Reach Health — carrier-first site
   Audience: insurers, TPAs, assistance companies, employers, government payers
   Focus: cost containment, claims visibility, network access, actuarial insight
   Palette derived from the GRH logo: three blues (navy, primary, cyan). */

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Inter:wght@400;500;600;700&display=swap");

:root {
  /* Three logo colors */
  --logo_navy: #01386b;
  --logo_blue: #0f6fb2;
  --logo_cyan: #38a8e9;

  --ink: #263844;
  --ink_soft: #4e6370;
  --muted: #728691;
  --line: #d9e3e8;
  --line_soft: #edf2f5;
  --bg: #ffffff;
  --bg_soft: #f2f6f8;
  --bg_deep: #344854;
  --brand: #526b78;
  --brand_2: #a9c2cf;
  --brand_3: #344854;
  --accent: var(--logo_cyan);
  --good: #1f9d76;
  --white: #ffffff;
  --radius: 20px;
  --radius_lg: 28px;
  --shadow: 0 22px 60px rgba(30, 49, 84, .14);
  --shadow_soft: 0 14px 38px rgba(30, 49, 84, .09);
  --container: 1200px;
  --font: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font_display: "Manrope", "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: var(--font);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
body.no_scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
h1, h2, h3 { font-family: var(--font_display); line-height: 1.12; letter-spacing: -.02em; margin: 0; }
p { margin: 0; }
:focus-visible { outline: 3px solid rgba(56,168,233,.7); outline-offset: 3px; }

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}
.skip_link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 999;
  padding: 12px 18px;
  background: var(--brand_3);
  color: #fff;
  border-radius: 999px;
}
.skip_link:focus { left: 16px; }

/* ---------- Header (logo spans two rows, contact above menu) ---------- */
.site_header {
  position: sticky;
  top: 0;
  z-index: 300;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.header_grid {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "brand utility"
    "brand nav";
  align-items: center;
  column-gap: 22px;
  row-gap: 4px;
  padding: 10px 0;
}
.brand {
  grid-area: brand;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  align-self: center;
}
.brand_logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 12px;
  background: transparent;
}
.brand_text {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 8px;
  font-family: var(--font_display);
  line-height: 1;
  white-space: nowrap;
}
.brand_text .wm { font-size: 20px; font-weight: 750; letter-spacing: -.025em; }
.brand_text .wm_1 { color: var(--logo_navy); }
.brand_text .wm_2 { color: var(--logo_cyan); }
.brand_text .wm_3 { color: var(--logo_blue); }
.header_utility {
  grid-area: utility;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
  font-size: 13.5px;
  color: var(--muted);
  border-bottom: 1px solid var(--line_soft);
  padding-bottom: 8px;
}
.header_utility strong { color: var(--ink); }
.header_utility a { color: var(--ink_soft); font-weight: 600; }
.header_utility a:hover { color: var(--brand); }
.header_nav {
  grid-area: nav;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  padding-top: 6px;
}
.nav_menu { display: flex; align-items: center; gap: 4px; }
.nav_menu a {
  padding: 9px 13px;
  color: var(--ink_soft);
  font-weight: 650;
  font-size: 14.5px;
  border-radius: 999px;
  white-space: nowrap;
}
.nav_menu a:hover, .nav_menu a.active { background: #e9f6fb; color: var(--brand); }
.nav_actions { display: flex; align-items: center; gap: 10px; margin-left: 10px; }
.lang_switch {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink_soft);
  font-weight: 750;
  background: #fff;
  font-size: 12px;
}
.lang_switch:hover { border-color: var(--brand_2); color: var(--brand); }
.nav_toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  background: #e9f6fb;
  border-radius: 14px;
  color: var(--ink);
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.nav_toggle span,
.nav_toggle::before,
.nav_toggle::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  border-radius: 999px;
  transition: .2s ease;
  pointer-events: none;
}
.nav_toggle[aria-expanded="true"] span { opacity: 0; }
.nav_toggle[aria-expanded="true"]::before { transform: translateY(7px) rotate(45deg); }
.nav_toggle[aria-expanded="true"]::after { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav backdrop (activated on small screens) */
.nav_backdrop {
  position: fixed;
  inset: 0;
  z-index: 400;
  background: rgba(6, 26, 43, .5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, visibility .22s ease;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 13px 24px;
  border-radius: 999px;
  font-weight: 750;
  font-size: 15px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn_primary { background: linear-gradient(135deg, var(--brand), var(--brand_2)); color: #fff; box-shadow: 0 16px 34px rgba(11, 111, 164, .26); }
.btn_secondary { background: #fff; color: var(--brand_3); border-color: var(--line); }
.btn_ghost { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.34); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(1100px 520px at 82% -8%, rgba(23,176,182,.16), transparent 60%),
    radial-gradient(900px 480px at 8% 4%, rgba(11,111,164,.12), transparent 55%),
    var(--bg);
  padding: 36px 0 32px;
}
.hero_grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 52px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #e9f6fb;
  color: var(--brand);
  font-weight: 750;
  font-size: 13px;
  letter-spacing: .02em;
  margin-bottom: 20px;
}
.hero h1 { font-size: clamp(28px, 3.6vw, 40px); font-weight: 850; color: var(--brand_3); }
.hero h1 span { background: linear-gradient(120deg, var(--brand), var(--brand_2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero_lead { margin-top: 22px; font-size: 19px; color: var(--ink_soft); max-width: 560px; }
.hero_actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.hero_trust { margin-top: 34px; }
.hero_trust span { display: block; font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; color: var(--muted); margin-bottom: 14px; }
.trust_logos { display: flex; flex-wrap: wrap; gap: 10px; }
.trust_logos b {
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--brand_3);
  font-weight: 750;
  font-size: 14px;
  box-shadow: var(--shadow_soft);
}

/* Hero KPI card */
.hero_panel {
  background: linear-gradient(160deg, #fff, var(--bg_soft));
  border: 1px solid var(--line);
  border-radius: var(--radius_lg);
  box-shadow: var(--shadow);
  padding: 28px;
}
.hero_panel h3 { font-size: 15px; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); font-weight: 750; }
.kpi_grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px; }
.kpi {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
}
.kpi strong { display: block; font-size: 30px; color: var(--brand); letter-spacing: -.03em; }
.kpi span { font-size: 13.5px; color: var(--muted); }
.hero_panel_foot { display: flex; align-items: center; gap: 10px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 13.5px; color: var(--ink_soft); }
.dot { width: 9px; height: 9px; border-radius: 50%; background: var(--good); box-shadow: 0 0 0 4px rgba(31,157,118,.16); }

/* ---------- Sections ---------- */
.section { padding: 38px 0; }
/* Collapse the gap between two plain (no-background) sections */
.section + .section:not(.section_soft):not(.section_deep) { padding-top: 0; }
.section_soft { background: var(--bg_soft); }
.section_deep { background: var(--bg_deep); color: #cfe6f1; }
.section_head { max-width: 720px; margin-bottom: 22px; }
/* First section right after the header shouldn't push content too far down */
main > .section:first-child { padding-top: 24px; }
.section_kicker { color: var(--brand); font-weight: 800; text-transform: uppercase; letter-spacing: .15em; font-size: 13px; margin-bottom: 12px; }
.section_title { font-size: clamp(28px, 3.6vw, 40px); font-weight: 800; color: var(--brand_3); }
.section_deep .section_title { color: #fff; }
.section_intro { margin-top: 16px; font-size: 17.5px; color: var(--ink_soft); }
.section_deep .section_intro { color: #a9cfe0; }

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: 22px; }
.grid_2 { grid-template-columns: repeat(2, 1fr); }
.grid_3 { grid-template-columns: repeat(3, 1fr); }
.grid_4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow_soft);
  transition: transform .18s ease, box-shadow .18s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.icon_badge {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--brand), var(--brand_2));
  color: #fff;
  font-weight: 800;
  margin-bottom: 16px;
}
.card h3 { font-size: 19px; color: var(--brand_3); margin-bottom: 8px; }
.card p { color: var(--ink_soft); font-size: 15px; }
.card ul { margin: 14px 0 0; padding-left: 18px; color: var(--ink_soft); font-size: 14.5px; }
.card ul li { margin-bottom: 6px; }

/* ---------- Value / split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }

/* ---------- Office media ---------- */
.office_media {
  margin: 0;
  border-radius: var(--radius_lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: linear-gradient(160deg, #fff, var(--bg_soft));
}
.office_media img { width: 100%; height: 100%; max-height: 420px; object-fit: cover; display: block; }
.office_media figcaption {
  padding: 12px 18px;
  font-size: 13.5px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}
.office_media.is_missing img { display: none; }
.office_media.is_missing {
  min-height: 300px;
  display: grid;
  place-items: center;
}
.office_media.is_missing figcaption {
  border-top: 0;
  font-weight: 650;
  color: var(--ink_soft);
  text-align: center;
}
.office_media.is_missing::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(600px 300px at 70% 0%, rgba(41,154,212,.14), transparent 60%),
    radial-gradient(500px 260px at 10% 100%, rgba(35,107,163,.12), transparent 55%);
  pointer-events: none;
}
.check_list { list-style: none; margin: 22px 0 0; padding: 0; }
.check_list li { position: relative; padding-left: 34px; margin-bottom: 14px; color: var(--ink_soft); font-size: 16px; }
.check_list li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 1px;
  width: 22px; height: 22px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: rgba(31,157,118,.14);
  color: var(--good);
  font-weight: 800;
  font-size: 13px;
}
.visual_card {
  background: linear-gradient(160deg, #fff, var(--bg_soft));
  border: 1px solid var(--line);
  border-radius: var(--radius_lg);
  padding: 34px;
  box-shadow: var(--shadow);
}
.stat_row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.stat { text-align: center; padding: 18px 10px; border-radius: 16px; background: #fff; border: 1px solid var(--line); }
.stat strong { display: block; font-size: clamp(26px, 4vw, 38px); color: var(--brand); letter-spacing: -.03em; }
.stat span { font-size: 13px; color: var(--muted); }

/* ---------- Audience pills ---------- */
.audience { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.audience span {
  padding: 9px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  font-weight: 700;
  font-size: 14px;
  color: var(--brand_3);
}

/* ---------- Timeline (company history) ---------- */
.timeline {
  position: relative;
  margin-top: 8px;
  padding-left: 34px;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: linear-gradient(var(--logo_cyan), var(--logo_blue), var(--logo_navy));
}
.timeline_item { position: relative; padding-bottom: 26px; }
.timeline_item:last-child { padding-bottom: 0; }
.timeline_item::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--brand);
  box-shadow: 0 0 0 4px rgba(41,154,212,.14);
}
.timeline_year {
  display: inline-block;
  font-family: var(--font_display);
  font-weight: 800;
  font-size: 15px;
  color: var(--brand);
  letter-spacing: .01em;
  margin-bottom: 4px;
}
.timeline_item h3 { font-size: 17px; color: var(--brand_3); margin: 0 0 4px; }
.timeline_item p { color: var(--ink_soft); font-size: 15px; margin: 0; }

/* ---------- Deep metric band ---------- */
.metric_band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.metric_band .metric strong { display: block; font-size: clamp(30px, 4.6vw, 48px); color: #fff; letter-spacing: -.03em; }
.metric_band .metric span { color: #9fc9dc; font-size: 14px; }

/* ---------- CEO quote ---------- */
.quote_card {
  background: linear-gradient(160deg, #fff, var(--bg_soft));
  border: 1px solid var(--line);
  border-left: 4px solid var(--brand_2);
  border-radius: var(--radius_lg);
  padding: 40px;
  box-shadow: var(--shadow);
}
.quote_card blockquote { margin: 0; font-size: clamp(19px, 2.4vw, 25px); color: var(--brand_3); font-weight: 600; line-height: 1.4; }
.quote_author { margin-top: 22px; display: flex; align-items: center; gap: 14px; }
.quote_author .avatar { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg, var(--brand), var(--brand_2)); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 18px; }
.quote_author b { display: block; color: var(--ink); }
.quote_author small { color: var(--muted); }

/* ---------- CTA band ---------- */
.cta_band {
  background: linear-gradient(135deg, var(--brand_3), var(--brand));
  color: #fff;
  border-radius: var(--radius_lg);
  padding: 54px;
  text-align: center;
  box-shadow: var(--shadow);
}
.cta_band h2 { font-size: clamp(26px, 3.4vw, 38px); font-weight: 800; }
.cta_band p { margin-top: 14px; color: #d7eefb; font-size: 18px; max-width: 640px; margin-inline: auto; }
.cta_band .hero_actions { justify-content: center; }

/* ---------- Footer ---------- */
.site_footer { background: var(--bg_deep); color: #a9cfe0; padding: 64px 0 30px; }
.footer_grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 34px; }
.footer_brand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer_brand img { width: 56px; height: 56px; object-fit: contain; }
.footer_brand .brand_text { gap: 6px; }
.footer_brand .wm { font-size: 18px; font-weight: 700; }
.footer_brand .wm_1 { color: #ffffff; }
.footer_brand .wm_2 { color: var(--logo_cyan); }
.footer_brand .wm_3 { color: #4aa3e0; }
.footer_col h3 { color: #fff; font-size: 15px; margin-bottom: 16px; }
.footer_col a { display: block; color: #a9cfe0; margin-bottom: 10px; font-size: 14.5px; }
.footer_col a:hover { color: #fff; }
.footer_note { color: #7fb0c8; font-size: 14.5px; max-width: 340px; }
.footer_address { display: block; line-height: 1.65; }
.footer_bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #7fb0c8; font-size: 13.5px; }

/* ---------- Interior page hero ---------- */
.page_hero {
  background:
    radial-gradient(900px 440px at 88% -10%, rgba(41,154,212,.16), transparent 58%),
    radial-gradient(760px 420px at 6% 6%, rgba(35,107,163,.12), transparent 55%),
    var(--bg_soft);
  padding: 40px 0 36px;
  border-bottom: 1px solid var(--line);
}
.breadcrumbs { font-size: 13.5px; color: var(--muted); margin-bottom: 16px; }
.breadcrumbs a { color: var(--brand); font-weight: 650; }
.page_hero h1 { font-size: clamp(26px, 3.4vw, 38px); font-weight: 800; color: var(--brand_3); }
.page_hero h1 span { color: var(--brand); }
.page_lead { margin-top: 18px; font-size: 18px; color: var(--ink_soft); max-width: 720px; }
.page_hero .hero_actions { margin-top: 26px; }
.feature_bar { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.feature_pill {
  padding: 8px 15px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--brand_3);
  font-weight: 700;
  font-size: 13.5px;
  box-shadow: var(--shadow_soft);
}

/* ---------- Contact + forms ---------- */
.contact_grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: start; }
.contact_panel {
  background: linear-gradient(160deg, #fff, var(--bg_soft));
  border: 1px solid var(--line);
  border-radius: var(--radius_lg);
  padding: 32px;
  box-shadow: var(--shadow);
}
.contact_panel h2 { font-size: 22px; color: var(--brand_3); margin-bottom: 18px; }
.contact_item { padding: 14px 0; border-top: 1px solid var(--line); }
.contact_item:first-of-type { border-top: 0; }
.contact_item strong { display: block; font-size: 12.5px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin-bottom: 4px; }
.contact_item a, .contact_item span { color: var(--ink_soft); font-size: 15px; }
.contact_item a:hover { color: var(--brand); }
.form_card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius_lg);
  padding: 32px;
  box-shadow: var(--shadow);
}
.form_card h2 { font-size: 22px; color: var(--brand_3); margin-bottom: 20px; }
.form_grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 6px; }
.field_full { grid-column: 1 / -1; }
.field label { font-size: 13.5px; font-weight: 650; color: var(--ink_soft); }
.field input, .field textarea, .field select {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
  background: var(--bg_soft);
  color: var(--ink);
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .field textarea:focus, .field select:focus {
  border-color: var(--brand_2);
  box-shadow: 0 0 0 3px rgba(41,154,212,.16);
  background: #fff;
}
.form_card .btn { margin-top: 20px; }
.form_notice { margin-top: 16px; padding: 12px 14px; border-radius: 11px; color: var(--ink_soft); background: #f4f8fc; border: 1px solid var(--line); font-size: 12.5px; }
.status_text { color: var(--brand); font-weight: 700; margin-top: 14px; }

/* ---------- Accordion ---------- */
.accordion { display: grid; gap: 14px; }
.accordion details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 6px 22px;
  box-shadow: var(--shadow_soft);
}
.accordion summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--brand_3);
  padding: 16px 0;
  list-style: none;
}
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; float: right; color: var(--brand); font-weight: 800; }
.accordion details[open] summary::after { content: "–"; }
.accordion p { padding: 0 0 18px; color: var(--ink_soft); font-size: 15px; }

/* ---------- Prose (legal pages) ---------- */
.prose { max-width: 780px; }
.prose h2 { font-size: 22px; color: var(--brand_3); margin: 34px 0 12px; }
.prose p { color: var(--ink_soft); margin-bottom: 14px; }
.prose ul { color: var(--ink_soft); padding-left: 20px; margin-bottom: 14px; }
.prose li { margin-bottom: 8px; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is_visible { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero_grid { grid-template-columns: 1fr; gap: 40px; }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .grid_4 { grid-template-columns: repeat(2, 1fr); }
  .grid_3 { grid-template-columns: repeat(2, 1fr); }
  .metric_band { grid-template-columns: repeat(2, 1fr); }
  .footer_grid { grid-template-columns: 1fr 1fr; }
  .contact_grid { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 860px) {
  /* Remove backdrop-filter on mobile: it creates a stacking context that
     traps the fixed nav panel inside the header and breaks positioning. */
  .site_header { backdrop-filter: none; background: #fff; }
  .nav_toggle { display: block; position: relative; z-index: 420; }
  .header_grid {
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "brand utility"
      "brand nav";
    column-gap: 16px;
  }
  .header_utility { border-bottom: 0; padding-bottom: 0; gap: 12px; font-size: 12.5px; }
  .header_utility .util_contact { display: none; }
  .header_nav { justify-content: flex-end; }
  .nav_menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    height: 100dvh;
    width: min(360px, 88vw);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 6px;
    background: #ffffff;
    box-shadow: -24px 0 70px rgba(8,42,63,.28);
    border-left: 1px solid var(--line);
    padding: 92px 22px 30px;
    transform: translateX(106%);
    transition: transform .22s ease;
    z-index: 410;
    overflow-y: auto;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .nav_menu a {
    color: #0f2740;
    font-weight: 700;
    border-bottom: 1px solid var(--line_soft);
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
.nav_menu a:hover, .nav_menu a.active { background: #edf2f4; color: var(--brand_3); }
  /* Anchor the open panel to an integer position so text renders sharp */
  .nav_menu.is_open { transform: none; right: 0; pointer-events: auto; }
  .nav_menu a { font-size: 17px; padding: 14px 15px; }
  .nav_backdrop.is_open { opacity: 1; visibility: visible; pointer-events: auto; }
}
@media (max-width: 620px) {
  .grid_2, .grid_3, .grid_4 { grid-template-columns: 1fr; }
  .metric_band { grid-template-columns: 1fr 1fr; }
  .footer_grid { grid-template-columns: 1fr; }
  .kpi_grid { grid-template-columns: 1fr 1fr; }
  .stat_row { grid-template-columns: 1fr; }
  .form_grid { grid-template-columns: 1fr; }
  .cta_band { padding: 38px 24px; }
  .hero_actions .btn { width: 100%; }
  .brand_logo { width: 60px; height: 60px; }
  .brand_text .wm { font-size: 19px; }
}

/* ======================================================================
   Version 1 expansion — international TPA operating model
   The visual language remains derived from the original Zeus concept,
   while dense operational modules replace oversized decorative imagery.
   ====================================================================== */

.home_hero {
  padding: 68px 0 62px;
  background:
    radial-gradient(800px 440px at 94% 4%, rgba(56,168,233,.18), transparent 65%),
    radial-gradient(780px 420px at 5% 10%, rgba(15,111,178,.1), transparent 60%),
    linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}
.home_hero .hero_grid { grid-template-columns: 1.02fr .98fr; gap: 62px; }
.home_hero h1 { max-width: 670px; font-size: clamp(38px, 5vw, 63px); line-height: 1.04; letter-spacing: -.045em; }
.home_hero .hero_lead { max-width: 670px; font-size: 18px; line-height: 1.68; }
.capability_pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.capability_pills span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  color: var(--ink_soft);
  font-size: 12.5px;
  font-weight: 700;
}
.capability_pills span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--good); box-shadow: 0 0 0 3px rgba(31,157,118,.12); }

.operation_panel {
  padding: 28px;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(420px 220px at 100% 0%, rgba(56,168,233,.32), transparent 65%),
    linear-gradient(150deg, #0a3158, #10233c 72%);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 30px 70px rgba(10,49,88,.24);
}
.panel_heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.panel_heading p { color: #89c8e9; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 800; margin-bottom: 7px; }
.panel_heading h2 { font-size: 23px; line-height: 1.18; color: #fff; }
.live_badge { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.1); color: #e9f7ff; font-size: 11.5px; font-weight: 800; white-space: nowrap; }
.live_badge i { width: 8px; height: 8px; border-radius: 50%; background: #56d4a8; box-shadow: 0 0 0 4px rgba(86,212,168,.14); }
.case_flow { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 9px; }
.case_flow li { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 12px; padding: 13px; border-radius: 14px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.08); }
.case_flow li > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: #a9dcf5; background: rgba(56,168,233,.14); font-size: 11px; font-weight: 800; }
.case_flow b, .case_flow small { display: block; }
.case_flow b { font-size: 13.5px; line-height: 1.3; }
.case_flow small { margin-top: 3px; color: #a9c8dc; font-size: 11.5px; line-height: 1.35; }
.case_flow em { color: #76deb9; font-size: 10.5px; font-style: normal; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.panel_note { margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); color: #9ec4d9; font-size: 12px; }

.signal_band { background: var(--brand_3); color: #fff; border-top: 1px solid rgba(255,255,255,.08); }
.signal_grid { display: grid; grid-template-columns: 1.45fr repeat(4, auto); align-items: center; gap: 24px; min-height: 72px; }
.signal_grid strong { font-family: var(--font_display); font-size: 14px; }
.signal_grid span { position: relative; padding-left: 14px; color: #a9d2e7; font-size: 12.5px; font-weight: 650; white-space: nowrap; }
.signal_grid span::before { content: ""; position: absolute; left: 0; top: .68em; width: 5px; height: 5px; border-radius: 50%; background: var(--brand_2); }

.section_spacious { padding: 82px 0 !important; }
.section_head_wide { max-width: none; display: grid; grid-template-columns: 1.12fr .88fr; align-items: end; gap: 64px; margin-bottom: 38px; }
.section_head_wide .section_intro { margin-top: 0; }
.journey_grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: #fff; box-shadow: var(--shadow_soft); }
.journey_step { position: relative; min-height: 235px; padding: 30px 26px; border-right: 1px solid var(--line); }
.journey_step:last-child { border-right: 0; }
.journey_step > span { display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: 26px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand_2)); font-weight: 800; font-size: 13px; }
.journey_step h3 { color: var(--brand_3); font-size: 20px; margin-bottom: 10px; }
.journey_step p { color: var(--ink_soft); font-size: 14.5px; }
.journey_step:not(:last-child)::after { content: "→"; position: absolute; top: 37px; right: -11px; z-index: 2; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: var(--brand); background: #fff; border: 1px solid var(--line); font-size: 12px; font-weight: 800; }

.service_grid { align-items: stretch; }
.service_card { display: flex; flex-direction: column; min-height: 295px; }
.service_card p { flex: 1; }
.text_link { display: inline-flex; align-items: center; gap: 7px; margin-top: 21px; color: var(--brand); font-size: 13.5px; font-weight: 800; }
.text_link span { transition: transform .15s ease; }
.text_link:hover span { transform: translateX(4px); }
.standalone_link { margin-top: 8px; }

.network_feature { display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; align-items: center; }
.network_stack { position: relative; display: grid; gap: 11px; padding: 24px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(150deg, #fff, var(--bg_soft)); box-shadow: var(--shadow); }
.network_stack article { display: grid; grid-template-columns: 58px 1fr; gap: 16px; align-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.network_stack article > span { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 15px; color: #fff; background: linear-gradient(135deg, var(--brand_3), var(--brand)); font-size: 11px; font-weight: 850; letter-spacing: .04em; }
.network_stack h3 { color: var(--brand_3); font-size: 16px; margin-bottom: 3px; }
.network_stack p { color: var(--muted); font-size: 13px; }
.network_center { padding: 13px 16px; border-radius: 14px; color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand_2)); text-align: center; font-size: 13px; font-weight: 800; }

.pathway_grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pathway_card { padding: 30px; border-radius: 20px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.065); }
.pathway_card > span { display: inline-flex; margin-bottom: 24px; padding: 6px 10px; border-radius: 999px; color: #8dd3f5; background: rgba(56,168,233,.12); text-transform: uppercase; letter-spacing: .1em; font-size: 11px; font-weight: 800; }
.pathway_card h3 { color: #fff; font-size: 21px; margin-bottom: 10px; }
.pathway_card p { min-height: 74px; color: #a9cfe0; font-size: 14.5px; }
.pathway_card a { display: inline-flex; margin-top: 18px; color: #7fd3ff; font-size: 13.5px; font-weight: 800; }
.office_split { grid-template-columns: .92fr 1.08fr; }
.office_split .office_media { aspect-ratio: 4 / 3; }
.section.office_intro { padding-bottom: 34px; background: #fff; }
.office_intro .office_split { grid-template-columns: 1fr 1fr; gap: 38px; }
.office_intro .office_media { aspect-ratio: 16 / 9; max-height: 300px; }
.office_intro .section_title { font-size: clamp(27px, 3.4vw, 38px); }
.office_intro .section_intro { font-size: 16.5px; }
.office_intro .check_list { margin-top: 17px; }
.office_intro .check_list li { font-size: 15px; }
.clinical_story { padding: 72px 0 !important; background: linear-gradient(135deg, #f2f8fd, #ffffff); border-bottom: 1px solid var(--line_soft); }
.clinical_story_grid { grid-template-columns: 1.15fr .85fr; gap: 64px; }
.clinical_photo { position: relative; margin: 0; max-width: 430px; justify-self: end; border-radius: 26px; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.clinical_photo img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.clinical_photo figcaption { position: absolute; left: 16px; right: 16px; bottom: 16px; padding: 11px 13px; border-radius: 12px; color: #fff; background: rgba(8,42,72,.82); backdrop-filter: blur(8px); font-size: 12px; font-weight: 650; }
.care_platform { padding: 78px 0 !important; background: linear-gradient(135deg, #f2f8fd, #fff); border-bottom: 1px solid var(--line_soft); }
.care_brand_grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.care_brand_card { display: grid; grid-template-rows: 250px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow_soft); }
.care_brand_card figure { position: relative; margin: 0; overflow: hidden; background: var(--bg_soft); }
.care_brand_card figure img { width: 100%; height: 100%; object-fit: cover; }
.care_brand_card figure figcaption { position: absolute; left: 16px; bottom: 16px; padding: 8px 12px; border-radius: 10px; color: #fff; background: rgba(4,49,91,.84); font-family: var(--font_display); font-size: 13px; font-weight: 750; }
.care_brand_card > div { display: flex; flex-direction: column; padding: 28px; }
.care_label { color: var(--brand); text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 850; }
.care_brand_card h3 { margin-top: 10px; color: var(--brand_3); font-size: 23px; }
.care_brand_card p { margin-top: 12px; color: var(--ink_soft); font-size: 14.5px; }
.care_brand_card ul { margin: 18px 0 0; padding-left: 18px; color: var(--ink_soft); font-size: 14px; }
.care_brand_card li { margin-bottom: 7px; }
.care_brand_card .text_link { margin-top: auto; padding-top: 20px; }
.ceo_section { padding: 76px 0 !important; }
.ceo_message { display: grid; grid-template-columns: 250px 1fr; gap: 42px; align-items: stretch; overflow: hidden; padding: 0; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg, #fff, var(--bg_soft)); box-shadow: var(--shadow); }
.ceo_message figure { margin: 0; min-height: 320px; overflow: hidden; background: #eaf2f8; }
.ceo_message figure img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.ceo_message > div { align-self: center; padding: 38px 42px 38px 0; }
.ceo_message blockquote { margin: 0; color: var(--brand_3); font-family: var(--font_display); font-size: clamp(20px, 2.4vw, 28px); font-weight: 650; line-height: 1.42; }
.ceo_message blockquote + p { margin-top: 18px; color: var(--ink_soft); }
.ceo_message strong { display: block; margin-top: 22px; color: var(--brand_3); font-size: 15px; }
.ceo_message strong + span { display: block; margin-top: 2px; color: var(--muted); font-size: 12.5px; }
.compact_list { margin-top: 20px; }
.compact_list li { margin-bottom: 10px; }
.cta_section { padding: 0 0 82px !important; }
.cta_kicker { color: #8fdcff !important; text-transform: uppercase; letter-spacing: .13em; font-size: 11.5px !important; font-weight: 800; }
.btn_light { background: #fff; color: var(--brand_3); box-shadow: 0 16px 34px rgba(4,33,63,.25); }

/* Interior information modules */
.page_hero_compact { padding: 52px 0; }
.page_hero_grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.hero_facts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.hero_fact { padding: 17px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow_soft); }
.hero_fact strong, .hero_fact span { display: block; }
.hero_fact strong { color: var(--brand_3); font-size: 14px; }
.hero_fact span { margin-top: 4px; color: var(--muted); font-size: 12.5px; }
.process_rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.process_card { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow_soft); }
.process_card > span { color: var(--brand_2); font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.process_card h3 { margin-top: 16px; color: var(--brand_3); font-size: 17px; }
.process_card p { margin-top: 8px; color: var(--ink_soft); font-size: 14px; }
.info_panel { padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow_soft); }
.info_panel h3 { color: var(--brand_3); font-size: 20px; margin-bottom: 12px; }
.info_panel p { color: var(--ink_soft); }
.info_panel .check_list { margin-top: 18px; }
.info_panel .check_list li { font-size: 14.5px; margin-bottom: 9px; }
.panel_disclaimer { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted) !important; font-size: 12.5px; }
.pathway_card a + a { margin-left: 18px; }
.contact_strip { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 30px 34px; border-radius: 22px; color: #fff; background: linear-gradient(135deg, var(--brand_3), var(--brand)); }
.contact_strip h2 { color: #fff; font-size: clamp(23px, 3vw, 31px); }
.contact_strip p { margin-top: 8px; color: #cce8f6; }

/* ---------- People, Pharmacy, Clinic and Gateway ---------- */
.people_teaser_section { padding: 76px 0 !important; background: #fff; }
.people_teaser { display: grid; grid-template-columns: 1.15fr .85fr; gap: 46px; align-items: center; }
.people_teaser figure { margin: 0; overflow: hidden; border-radius: 26px; background: var(--bg_soft); box-shadow: var(--shadow); }
.people_teaser img { width: 100%; aspect-ratio: 16 / 8.2; object-fit: cover; object-position: center; }
.people_teaser p:not(.section_kicker) { margin-top: 16px; color: var(--ink_soft); }

.service_showcase { scroll-margin-top: 120px; }
.service_showcase_grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 58px; align-items: center; }
.service_showcase_reverse { grid-template-columns: 1.08fr .92fr; }
.service_showcase_media { position: relative; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.service_showcase_media img { width: 100%; aspect-ratio: 4 / 4.6; object-fit: cover; }
#pharmacy .service_showcase_media img { object-position: center; }
#clinic .service_showcase_media img { aspect-ratio: 4 / 3.35; object-position: center; }
.service_showcase_media figcaption { position: absolute; left: 16px; right: 16px; bottom: 16px; padding: 10px 13px; border-radius: 12px; color: #fff; background: rgba(4,49,91,.86); backdrop-filter: blur(8px); font-size: 12.5px; font-weight: 700; }
.cost_lever_grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 26px; }
.cost_lever_grid article { position: relative; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.cost_lever_grid strong { position: absolute; top: 18px; left: 17px; color: var(--brand); font-family: var(--font_display); font-size: 12px; }
.cost_lever_grid h3 { color: var(--brand_3); font-size: 15px; }
.cost_lever_grid p { margin-top: 6px; color: var(--ink_soft); font-size: 12.5px; }
.pharmacy_scope { margin-top: 18px; color: var(--header_green_dark); font-size: 13px; font-weight: 700; }
.service_disclaimer { margin-top: 18px; color: var(--muted); font-size: 12px; }
.clinic_callout { display: flex; flex-direction: column; gap: 4px; margin-top: 28px; padding: 20px 22px; border-left: 4px solid var(--brand_2); border-radius: 0 14px 14px 0; background: var(--bg_soft); }
.clinic_callout strong { color: var(--brand_3); }
.clinic_callout span { color: var(--ink_soft); font-size: 13px; }

.team_page_hero { padding-bottom: 0; }
.team_hero_photo { position: relative; margin: 42px 0 0; overflow: hidden; border-radius: 28px 28px 0 0; background: #dfeaf2; box-shadow: 0 24px 60px rgba(4,49,91,.18); }
.team_hero_photo img { width: 100%; aspect-ratio: 16 / 7.2; object-fit: cover; object-position: center; }
.team_hero_photo figcaption { position: absolute; left: 22px; bottom: 20px; padding: 10px 14px; border-radius: 12px; color: #fff; background: rgba(4,49,91,.82); backdrop-filter: blur(8px); font-size: 13px; font-weight: 700; }
.founders_section { padding-top: 90px !important; }
.founder_grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.founder_card { display: grid; grid-template-columns: 210px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow_soft); }
.founder_card figure { margin: 0; min-height: 300px; overflow: hidden; background: #e9eef2; }
.founder_card img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.founder_card > div { align-self: center; padding: 30px; }
.founder_card span, .leader_card span { display: block; color: var(--brand); text-transform: uppercase; letter-spacing: .09em; font-size: 10.5px; font-weight: 850; }
.founder_card h3 { margin-top: 8px; color: var(--brand_3); font-size: 25px; }
.founder_card p { margin-top: 12px; color: var(--ink_soft); font-size: 13.5px; }
.leadership_grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.leader_card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow_soft); }
.leader_card > img { width: 100%; aspect-ratio: 5 / 4.2; object-fit: cover; object-position: center 20%; background: #e9eef2; }
.leader_card > div { padding: 22px; }
.leader_card h3 { margin-top: 7px; color: var(--brand_3); font-size: 20px; }
.leader_card p { margin-top: 10px; color: var(--ink_soft); font-size: 13px; }
.team_collage_section { overflow: hidden; }
.team_collage_layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 54px; align-items: center; }
.team_collage_copy blockquote { margin: 26px 0 0; padding: 22px 0 22px 22px; border-left: 4px solid var(--brand_2); color: var(--brand_3); font-family: var(--font_display); font-size: 19px; line-height: 1.55; }
.team_collage { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; transform: rotate(1deg); }
.team_collage figure { margin: 0; overflow: hidden; border: 5px solid #fff; border-radius: 18px; background: #e9eef2; box-shadow: var(--shadow_soft); }
.team_collage figure:nth-child(even) { transform: translateY(18px) rotate(-2deg); }
.team_collage figure:nth-child(3n) { transform: rotate(2deg); }
.team_collage img { width: 100%; aspect-ratio: .82 / 1; object-fit: cover; object-position: center top; }

.gateway_hero .page_hero_grid { align-items: center; }
.gateway_signal { display: grid; gap: 10px; padding: 26px; border: 1px solid rgba(255,255,255,.24); border-radius: 24px; background: linear-gradient(145deg, var(--brand_3), #075c9f); box-shadow: var(--shadow); }
.gateway_signal span { padding: 12px 15px; border-radius: 12px; color: #fff; background: rgba(255,255,255,.1); font-size: 13px; font-weight: 700; }
.gateway_map { display: grid; grid-template-columns: 1fr .9fr 1fr; gap: 46px; align-items: center; padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg, #fff, var(--bg_soft)); box-shadow: var(--shadow_soft); }
.gateway_column { display: grid; gap: 10px; }
.gateway_column_label { color: var(--brand); text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 850; }
.gateway_column article { padding: 15px 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.gateway_column b, .gateway_column small { display: block; }
.gateway_column b { color: var(--brand_3); font-size: 13.5px; }
.gateway_column small { margin-top: 4px; color: var(--muted); }
.gateway_core { position: relative; padding: 28px 22px; border-radius: 50%; color: #fff; background: radial-gradient(circle at 30% 25%, #24a8df, var(--brand) 48%, var(--brand_3)); text-align: center; box-shadow: 0 18px 45px rgba(4,49,91,.28); }
.gateway_core::before, .gateway_core::after { content: ''; position: absolute; top: 50%; width: 36px; border-top: 2px dashed var(--brand_2); }
.gateway_core::before { right: 100%; }
.gateway_core::after { left: 100%; }
.gateway_core > span { display: inline-grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; color: var(--brand_3); background: #fff; font-family: var(--font_display); font-size: 19px; font-weight: 850; }
.gateway_core h3 { margin-top: 12px; color: #fff; font-size: 18px; }
.gateway_core p { margin-top: 8px; color: #d9f1fc; font-size: 11.5px; }
.exchange_stack { display: grid; gap: 14px; }
.exchange_band { display: grid; grid-template-columns: 190px 1fr auto; gap: 28px; align-items: center; padding: 24px 28px; border: 1px solid var(--line); border-left: 5px solid var(--brand_2); border-radius: 18px; background: #fff; box-shadow: var(--shadow_soft); }
.exchange_band > span { color: var(--brand); text-transform: uppercase; letter-spacing: .08em; font-size: 11px; font-weight: 850; }
.exchange_band h3 { color: var(--brand_3); font-size: 18px; }
.exchange_band p { margin-top: 5px; color: var(--ink_soft); font-size: 13px; }
.exchange_band em { color: var(--brand); font-size: 11px; font-style: normal; font-weight: 800; }
.value_grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.16); border-radius: 22px; }
.value_grid article { padding: 26px; border-right: 1px solid rgba(255,255,255,.15); }
.value_grid article:last-child { border-right: 0; }
.value_grid strong { color: #fff; font-size: 17px; }
.value_grid p { margin-top: 9px; color: #cce8f6; font-size: 13px; }

@media (max-width: 1100px) {
  .nav_menu a { padding: 8px 9px; font-size: 13px; }
  .signal_grid { grid-template-columns: 1.4fr repeat(2, 1fr); padding: 18px 0; }
  .journey_grid, .process_rail { grid-template-columns: repeat(2, 1fr); }
  .journey_step:nth-child(2) { border-right: 0; }
  .journey_step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .journey_step:nth-child(2)::after { display: none; }
  .founder_card { grid-template-columns: 170px 1fr; }
  .founder_card > div { padding: 24px; }
  .leadership_grid { grid-template-columns: repeat(2, 1fr); }
  .gateway_map { gap: 26px; }
  .value_grid { grid-template-columns: 1fr 1fr; }
  .value_grid article:nth-child(2) { border-right: 0; }
  .value_grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.15); }
}
@media (max-width: 960px) {
  .home_hero .hero_grid, .page_hero_grid { grid-template-columns: 1fr; gap: 42px; }
  .home_hero h1 { max-width: 760px; }
  .section_head_wide { grid-template-columns: 1fr; gap: 18px; }
  .network_feature { grid-template-columns: 1fr; gap: 42px; }
  .pathway_grid { grid-template-columns: 1fr; }
  .pathway_card p { min-height: 0; }
  .clinical_story_grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .care_brand_grid { grid-template-columns: 1fr; }
  .care_brand_card { grid-template-columns: 240px 1fr; grid-template-rows: auto; }
  .care_brand_card figure { min-height: 320px; }
  .people_teaser { grid-template-columns: 1fr; gap: 30px; }
  .service_showcase_grid, .service_showcase_reverse { grid-template-columns: 1fr; }
  .service_showcase_reverse > figure { grid-row: 1; }
  .service_showcase_media { max-width: 720px; }
  .service_showcase_media img, #pharmacy .service_showcase_media img { aspect-ratio: 16 / 9; }
  .founder_grid { grid-template-columns: 1fr; }
  .founder_card { grid-template-columns: 220px 1fr; }
  .team_collage_layout { grid-template-columns: 1fr; }
  .gateway_map { grid-template-columns: 1fr; }
  .gateway_core { max-width: 300px; margin: 4px auto; border-radius: 26px; }
  .gateway_core::before, .gateway_core::after { display: none; }
}
@media (max-width: 860px) {
  .nav_actions { margin-left: 0; }
  .signal_grid { grid-template-columns: 1fr 1fr; }
  .signal_grid strong { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .home_hero { padding: 42px 0 46px; }
  .home_hero h1 { font-size: clamp(34px, 11vw, 47px); }
  .home_hero .hero_lead { font-size: 16.5px; }
  .operation_panel { padding: 20px; border-radius: 22px; }
  .panel_heading { display: block; }
  .live_badge { margin-top: 12px; }
  .case_flow li { grid-template-columns: 32px 1fr; }
  .case_flow em { display: none; }
  .signal_grid { grid-template-columns: 1fr; gap: 10px; padding: 20px 0; }
  .signal_grid strong { grid-column: auto; margin-bottom: 3px; }
  .section_spacious { padding: 58px 0 !important; }
  .journey_grid, .process_rail { grid-template-columns: 1fr; }
  .journey_step { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .journey_step:last-child { border-bottom: 0; }
  .journey_step::after { display: none !important; }
  .network_stack { padding: 14px; }
  .network_stack article { grid-template-columns: 50px 1fr; padding: 13px; }
  .network_stack article > span { width: 46px; height: 46px; }
  .hero_facts { grid-template-columns: 1fr; }
  .contact_strip { grid-template-columns: 1fr; padding: 28px 24px; }
  .contact_strip .btn { width: 100%; }
  .clinical_story { padding: 54px 0 !important; }
  .clinical_story_grid { grid-template-columns: 1fr; }
  .clinical_photo { max-width: none; justify-self: stretch; order: -1; }
  .care_platform { padding: 56px 0 !important; }
  .care_brand_card { display: block; }
  .care_brand_card figure { height: 260px; min-height: 0; }
  .ceo_section { padding: 56px 0 !important; }
  .ceo_message { grid-template-columns: 1fr; gap: 0; }
  .ceo_message figure { min-height: 0; height: 280px; }
  .ceo_message > div { padding: 30px 24px; }
  .people_teaser_section { padding: 54px 0 !important; }
  .people_teaser img { aspect-ratio: 16 / 10; }
  .cost_lever_grid { grid-template-columns: 1fr; }
  .team_hero_photo { margin-top: 30px; border-radius: 20px 20px 0 0; }
  .team_hero_photo img { aspect-ratio: 16 / 10; }
  .team_hero_photo figcaption { left: 12px; bottom: 12px; }
  .founders_section { padding-top: 60px !important; }
  .founder_card { display: block; }
  .founder_card figure { height: 340px; min-height: 0; }
  .leadership_grid { grid-template-columns: 1fr; }
  .leader_card { display: grid; grid-template-columns: 130px 1fr; }
  .leader_card > img { width: 100%; height: 100%; min-height: 210px; aspect-ratio: auto; }
  .team_collage { gap: 7px; }
  .team_collage figure { border-width: 3px; border-radius: 12px; }
  .exchange_band { grid-template-columns: 1fr; gap: 10px; padding: 22px; }
  .value_grid { grid-template-columns: 1fr; }
  .value_grid article, .value_grid article:nth-child(2) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .value_grid article:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ======================================================================
   2026 neutral identity refinement
   Light gray-blue surfaces, medical-green status accents, and a dedicated
   navigation row keep the GRH experience distinct and easy to scan.
   ====================================================================== */
:root {
  --ink: #0d3551;
  --ink_soft: #405f73;
  --muted: #6c8290;
  --line: #d8e2e7;
  --line_soft: #edf2f4;
  --bg_soft: #f1f5f7;
  --bg_deep: #0d3551;
  --brand: #247fa6;
  --brand_2: #8fc4d3;
  --brand_3: #0d3551;
  --good: #2d8b72;
  --accent_blue: #187ca5;
  --accent_green: #238168;
  --brand_teal: #197ca7;
  --header_green: #237b62;
  --header_green_dark: #185d4c;
  --header_green_soft: #e8f4ef;
  --shadow: 0 20px 52px rgba(38, 56, 68, .12);
  --shadow_soft: 0 12px 30px rgba(38, 56, 68, .08);
}

/* Brand and navigation occupy separate rows; they can never overlap. */
.site_header {
  background: rgba(250,253,252,.96);
  border-bottom-color: #d6e7e0;
}
.header_grid {
  grid-template-columns: minmax(288px, auto) 1fr;
  grid-template-areas:
    "utility utility"
    "brand nav";
  column-gap: 24px;
  row-gap: 3px;
  padding: 4px 0 7px;
}
.brand { min-width: 0; }
.brand_logo { width: 70px; height: 70px; margin-block: -11px; position: relative; z-index: 1; }
.header_utility {
  align-self: start;
  min-height: 24px;
  padding-bottom: 3px;
  gap: 12px;
  color: #5f746d;
  border-bottom: 0;
  font-size: 12.5px;
}
.header_utility strong,
.header_utility a:hover { color: var(--header_green); }
.header_nav {
  justify-content: flex-end;
  padding-top: 0;
  border-top: 0;
}
.nav_menu { gap: 2px; }
.nav_menu a { padding: 8px 9px; color: #344f48; }
.nav_menu a:hover,
.nav_menu a.active { background: var(--header_green_soft); color: var(--header_green_dark); }
.nav_item { position: relative; display: inline-flex; align-items: center; }
.has_submenu > a { padding-right: 26px; }
.submenu_toggle {
  position: absolute;
  right: 4px;
  top: 50%;
  width: 22px;
  height: 28px;
  padding: 0;
  border: 0;
  color: #557269;
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
}
.submenu_toggle::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: -3px auto 0;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform .16s ease;
}
.has_submenu.is_open .submenu_toggle::after { transform: translateY(3px) rotate(225deg); }
.nav_submenu {
  position: absolute;
  left: auto;
  right: 0;
  top: 100%;
  z-index: 500;
  display: grid;
  width: 290px;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  border: 1px solid #d8e7e3;
  border-radius: 16px;
  box-shadow: 0 20px 46px rgba(13,53,81,.14);
  transform: translateY(7px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.has_submenu:hover > .nav_submenu,
.has_submenu:focus-within > .nav_submenu,
.has_submenu.is_open > .nav_submenu { visibility: visible; opacity: 1; transform: none; }
.nav_menu .nav_submenu a {
  display: block;
  padding: 10px 12px;
  color: var(--ink_soft);
  border-radius: 9px;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
}
.nav_menu .nav_submenu a:hover,
.nav_menu .nav_submenu a:focus-visible { color: var(--header_green_dark); background: var(--header_green_soft); }
.site_header .brand { transform: translateY(-7px); }
.site_header .brand_logo,
.site_header .brand_text { transform: translateY(-2px); }
.lang_switch { border-color: #cfe2da; color: var(--header_green_dark); }

/* Headline emphasis stays typographic, never a copied mixed-color device. */
.hero_copy h1 span,
.page_hero h1 span { color: inherit; }

.btn_primary {
  background: var(--accent_blue);
  color: #fff;
  box-shadow: 0 14px 30px rgba(24, 124, 165, .20);
}
.btn_primary:hover { background: #126b8f; }
.section_kicker,
.breadcrumbs a,
.text_link { color: var(--accent_blue); }
.section_soft { background: #f0f7f9; }
.home_hero {
  background:
    radial-gradient(760px 420px at 94% 4%, rgba(36,127,166,.17), transparent 64%),
    radial-gradient(700px 390px at 8% 98%, rgba(35,129,104,.10), transparent 62%),
    linear-gradient(180deg, #fff 0%, #f4faf9 100%);
}
.home_hero h1 {
  max-width: 650px;
  font-size: clamp(27px, 3.4vw, 38px);
  line-height: 1.12;
  letter-spacing: -.02em;
}
.office_intro .section_title { color: var(--brand_teal); }
.icon_badge {
  color: var(--accent_blue);
  background: #e7f3f7;
  border: 1px solid #c7e0ea;
}
.card:nth-child(3n+2) { background: #f7fbfd; }
.card:nth-child(3n) { background: #f6fbf9; }
.card:hover { border-color: #b7d9e5; }

/* The operating model is a clean, light working surface. */
.operation_panel {
  color: var(--ink);
  padding: 18px 0 12px 18px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.panel_heading p { color: var(--brand); }
.panel_heading h2 { color: var(--brand_3); }
.live_badge {
  color: #246d5b;
  padding-inline: 0;
  background: transparent;
  border: 0;
}
.live_badge i { background: var(--good); box-shadow: 0 0 0 4px rgba(45,139,114,.13); }
.case_flow {
  counter-reset: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 34px;
  margin-top: 34px;
}
.case_flow li {
  display: block;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.case_flow li > span { display: none; }
.case_flow b { color: var(--brand_3); }
.case_flow small { color: var(--muted); }
.case_flow em { display: block; margin-top: 8px; color: #2b7865; }
.panel_note { margin-top: 30px; padding-top: 0; color: var(--muted); border: 0; }

/* Numberless care journey. */
.journey_step { min-height: 205px; padding: 36px 28px 30px; }
.journey_step > span { display: none; }
.journey_step::before {
  content: none;
  display: none;
}
.journey_step:nth-child(even)::before { background: transparent; }
.journey_grid {
  gap: 38px;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.journey_step {
  min-height: 0;
  padding: 0 12px 0 0;
  border: 0;
}
.journey_step:not(:last-child)::after { display: none; }

/* Open, editorial Why GRH section — no numbered or boxed cards. */
.why_gr_section {
  padding: 84px 0;
  background:
    radial-gradient(620px 340px at 4% 10%, rgba(33,132,166,.10), transparent 66%),
    radial-gradient(560px 320px at 96% 90%, rgba(35,129,104,.09), transparent 68%),
    #fff;
}
.why_gr_layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 74px; align-items: start; }
.why_gr_intro { max-width: 460px; }
.why_gr_result { margin-top: 18px; color: var(--header_green_dark); font-size: 14px; font-weight: 700; }
.why_gr_reasons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 46px; }
.why_gr_reasons article { position: relative; padding-left: 20px; }
.why_gr_reasons article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 5px;
  height: 34px;
  border-radius: 999px;
  background: var(--accent_green);
}
.why_gr_reasons article:nth-child(even)::before { background: var(--accent_blue); }
.why_gr_reasons h3 { color: var(--brand_3); font-size: 20px; margin-bottom: 9px; }
.why_gr_reasons p { color: var(--ink_soft); font-size: 14.5px; }
.journey_step:not(:last-child)::after { top: 50%; transform: translateY(-50%); }

/* Audience-specific solutions: open editorial rows rather than card stacks. */
.partner_solutions_section { background: #fff; }
.partner_solution_index {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 40px 0 20px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.partner_solution_index a {
  color: var(--accent_blue);
  font-size: 13px;
  font-weight: 800;
}
.partner_solution_index a:hover { color: var(--header_green_dark); }
.partner_solution_list { margin-top: 18px; }
.partner_solution {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 72px;
  padding: 52px 0;
  scroll-margin-top: 122px;
  border-bottom: 1px solid var(--line);
}
.partner_solution:last-child { border-bottom: 0; }
.partner_solution h3 { max-width: 520px; color: var(--brand_3); font-size: clamp(25px, 2.8vw, 36px); }
.partner_solution > div:first-child > p:not(.section_kicker) { max-width: 560px; margin-top: 16px; color: var(--ink_soft); }
.partner_solution .partner_distinction {
  max-width: 590px;
  margin-top: 18px;
  color: var(--header_green_dark);
  font-size: 13.5px;
  line-height: 1.55;
}
.partner_distinction strong { color: var(--brand_3); }
.partner_value { position: relative; padding-left: 24px; }
.partner_value::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  border-radius: 999px;
  background: var(--accent_green);
}
.partner_solution:nth-child(even) .partner_value::before { background: var(--accent_blue); }
.partner_value > strong {
  display: block;
  color: var(--accent_green);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.partner_subhead {
  display: block;
  margin-top: 24px;
  color: var(--accent_blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.partner_solution:nth-child(even) .partner_value > strong { color: var(--accent_blue); }
.partner_value ul { margin: 15px 0 0; padding: 0; list-style: none; }
.partner_value li { position: relative; padding: 8px 0 8px 20px; color: var(--ink_soft); }
.partner_value li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7caa9e;
}

/* Light gray-blue replaces dark blue blocks everywhere except the footer. */
.section_deep {
  color: var(--ink);
  background: linear-gradient(135deg, #edf7fa, #f1f8f5 58%, #ffffff);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section_deep .section_title { color: var(--brand_3); }
.section_deep .section_intro { color: var(--ink_soft); }
.pathway_card {
  background: #fff;
  border-color: var(--line);
  box-shadow: var(--shadow_soft);
}
.pathway_card > span { color: #2b7865; background: #e7f3ef; }
.pathway_card h3 { color: var(--brand_3); }
.pathway_card p { color: var(--ink_soft); }
.pathway_card a { color: var(--brand_3); }
.metric_band .metric strong { color: var(--brand_3); }
.metric_band .metric span { color: var(--muted); }
.value_grid { border-color: var(--line); background: rgba(255,255,255,.55); }
.value_grid article { border-color: var(--line); }
.value_grid strong { color: var(--brand_3); }
.value_grid p { color: var(--ink_soft); }

.network_stack article > span {
  color: var(--brand_3);
  background: #e6edf0;
  border: 1px solid #cbd8de;
}
.network_center {
  color: var(--header_green_dark);
  background: #e5f3ee;
  border: 1px solid #c5e4d9;
}
.contact_strip,
.cta_band {
  color: var(--ink);
  background: linear-gradient(140deg, #edf3f5, #f8fafb);
  border: 1px solid var(--line);
  box-shadow: var(--shadow_soft);
}
.contact_strip h2,
.cta_band h2 { color: var(--brand_3); }
.contact_strip p,
.cta_band p { color: var(--ink_soft); }
.cta_band .btn_light { color: #fff; background: var(--brand_3); box-shadow: none; }
.cta_band .btn_ghost { color: var(--brand_3); background: #fff; border-color: #cbd8de; }

/* Cleaner, technical gateway composition without the heavy blue oval. */
.gateway_signal {
  padding: 22px;
  background: #eef3f5;
  border-color: #ccd9df;
  box-shadow: var(--shadow_soft);
}
.gateway_signal span {
  color: var(--brand_3);
  background: #fff;
  border: 1px solid var(--line);
}
.gateway_map {
  border-radius: 18px;
  background:
    linear-gradient(rgba(83,108,120,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83,108,120,.045) 1px, transparent 1px),
    #f7f9fa;
  background-size: 28px 28px;
}
.gateway_column article { border-radius: 10px; }
.gateway_core {
  padding: 30px 24px;
  border-radius: 18px;
  color: var(--brand_3);
  background: #e8eef1;
  border: 1px solid #c6d4da;
  box-shadow: 0 16px 36px rgba(38,56,68,.13);
}
.gateway_core::before,
.gateway_core::after { border-top-color: #91aab5; }
.gateway_core > span { color: #fff; background: var(--brand_3); }
.gateway_core > span { background: var(--accent_blue); }
.gateway_core h3 { color: var(--brand_3); }
.gateway_core p { color: var(--ink_soft); }

/* Better framing and explicit full-image affordance. */
.care_brand_card figure img { object-position: center 22%; }
.care_brand_card:nth-child(2) figure img { object-position: center 32%; }
.service_showcase_media img,
#clinic .service_showcase_media img { object-position: center 28%; }
.care_brand_card figure figcaption,
.clinical_photo figcaption,
.team_hero_photo figcaption { background: rgba(52,72,84,.88); }
.is_zoomable { cursor: zoom-in; }
.is_zoomable:focus-visible { outline-offset: -4px; }
.image_lightbox[hidden] { display: none; }
.image_lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 34px;
  background: rgba(29, 43, 51, .91);
  backdrop-filter: blur(9px);
}
.image_lightbox figure { margin: 0; max-width: min(1180px, 94vw); text-align: center; }
.image_lightbox img {
  width: auto;
  max-width: 100%;
  max-height: 82vh;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0,0,0,.36);
}
.image_lightbox figcaption { margin-top: 13px; color: #fff; font-size: 14px; }
.lightbox_close {
  position: fixed;
  top: 18px;
  right: 22px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.10);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

/* The footer is the site's only continuous dark surface. */
.site_footer { background: var(--bg_deep); }
.footer_brand .wm_1,
.footer_brand .wm_2,
.footer_brand .wm_3 { color: #fff; }

@media (min-width: 861px) and (max-width: 1320px) {
  .header_grid { grid-template-columns: minmax(280px, auto) 1fr; column-gap: 18px; }
  .header_utility { gap: 9px; font-size: 12px; }
  .nav_menu { gap: 1px; }
  .nav_menu > a,
  .nav_item > a { padding: 8px 7px; font-size: 12.5px; }
  .has_submenu > a { padding-right: 24px; }
}

@media (max-width: 860px) {
  .header_grid {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "brand utility"
      "brand nav";
    row-gap: 2px;
  }
  .site_header .brand { transform: translateY(-4px); }
  .site_header .brand_logo,
  .site_header .brand_text { transform: translateY(-3px); }
  .brand_logo { width: 64px; height: 64px; margin-block: -8px; }
  .brand_text { gap: 6px; }
  .brand_text .wm { font-size: 18px; }
  .header_nav { border-top: 0; padding-top: 0; }
  .nav_item { display: block; width: 100%; }
  .has_submenu > a { display: block; padding-right: 54px; }
  .submenu_toggle {
    top: 8px;
    right: 7px;
    width: 44px;
    height: 44px;
    color: var(--header_green_dark);
    background: var(--header_green_soft);
    border-radius: 10px;
    transform: none;
  }
  .nav_submenu {
    position: static;
    display: none;
    width: auto;
    margin: 2px 0 8px 16px;
    padding: 3px 0 4px 10px;
    visibility: visible;
    opacity: 1;
    background: transparent;
    border: 0;
    border-left: 2px solid #cfe4dc;
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }
  .has_submenu.is_open > .nav_submenu { display: grid; }
  .nav_menu .nav_submenu a { padding: 10px 12px; border: 0; font-size: 14px; }
  .office_intro .office_split { grid-template-columns: 1fr; gap: 28px; }
  .office_intro .office_media { width: 100%; max-height: none; }
  .why_gr_layout { grid-template-columns: 1fr; gap: 42px; }
  .why_gr_intro { max-width: 680px; }
  .partner_solution { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 620px) {
  .header_grid { column-gap: 10px; }
  .brand { gap: 8px; }
  .brand_logo { width: 62px; height: 62px; margin-block: -7px; }
  .brand_text { gap: 4px; }
  .brand_text .wm { font-size: 15px; }
  .header_utility > a:not(.lang_switch),
  .header_utility > strong,
  .header_utility > span { display: none; }
  .header_utility { min-height: 0; padding: 0; border: 0; }
  .operation_panel { padding: 10px 0 4px; }
  .case_flow { grid-template-columns: 1fr; gap: 24px; }
  .case_flow li { grid-template-columns: 1fr; }
  .case_flow em { display: block; margin-top: 2px; }
  .journey_step { padding: 30px 24px; }
  .why_gr_section { padding: 60px 0; }
  .why_gr_reasons { grid-template-columns: 1fr; gap: 30px; }
  .partner_solution_index { display: grid; gap: 9px; }
  .partner_solution { padding: 40px 0; }
  .partner_value { padding-left: 19px; }
  .image_lightbox { padding: 18px; }
  .image_lightbox img { max-height: 78vh; border-radius: 8px; }
  .lightbox_close { top: 10px; right: 10px; }
  .value_grid article,
  .value_grid article:nth-child(2) { border-bottom-color: var(--line); }
}
