:root {
  --ink: #102a43;
  --ink-soft: #486581;
  --teal: #167d79;
  --teal-bright: #57c5b6;
  --mint: #e1f5f1;
  --cream: #f7f4ed;
  --white: #fffdf8;
  --warm: #d6a84b;
  --line: rgba(16, 42, 67, .14);
  --shadow: 0 28px 72px rgba(16, 42, 67, .14);
}

.brand-logo { width: 43px; height: 43px; flex: 0 0 auto; }
.brand-copy b { font-family: "Newsreader", Georgia, serif; font-size: 22px; font-weight: 500; letter-spacing: -.025em; }
.brand-copy small { color: #627d98; font-size: 7.5px; letter-spacing: .18em; }
.site-header { border-top: 3px solid var(--warm); }
nav { gap: 21px; }
.hero-photo { filter: saturate(.76) contrast(.96); }
.hero-photo-overlay {
  background:
    linear-gradient(90deg, rgba(247,244,237,.99) 0%, rgba(247,244,237,.93) 44%, rgba(247,244,237,.48) 70%, rgba(16,42,67,.16) 100%),
    linear-gradient(0deg, rgba(247,244,237,.84), transparent 45%);
}
.global-line::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  margin: 0 12px 3px 0;
  background: var(--warm);
}
h1 em { color: var(--teal); }
.button.primary, .header-cta { background: var(--ink); }
.button.primary:hover, .header-cta:hover { background: #163f60; }
.hero-lead { max-width: 680px; font-size: 18px; line-height: 1.95; }
.trust-row {
  max-width: 735px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding-top: 5px;
  border-top: 1px solid rgba(16,42,67,.15);
}
.trust-row > span { min-height: 52px; padding: 16px 18px 0 0; align-items: flex-start; line-height: 1.5; }
.trust-row i {
  min-width: 22px;
  height: auto;
  color: var(--warm);
  background: none;
  border-radius: 0;
  font-size: 8px;
  font-style: normal;
  letter-spacing: .08em;
}
.human-care {
  max-width: 1280px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(55px, 8vw, 135px);
  margin: 0 auto;
  padding: 125px 7vw 110px;
  align-items: end;
}
.human-care-index {
  display: block;
  margin-bottom: 30px;
  color: var(--warm);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
}
.human-care h2 {
  margin: 0;
  font-family: "Newsreader", Georgia, "Noto Sans SC", serif;
  font-size: clamp(42px, 4.6vw, 66px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.045em;
}
body:not(.lang-mode-en) .human-care h2 {
  font-family: "Noto Sans SC", sans-serif;
  font-size: clamp(38px, 4.1vw, 58px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -.045em;
}
.human-care-copy > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 2;
}
.care-signature {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 16px;
  font-weight: 400;
}
.care-signature > span { width: 40px; height: 1px; background: var(--warm); }
.care-standard { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.care-standard > div { min-height: 165px; padding: 32px 30px; align-items: start; background: #fffdf8; }
.care-standard b { font-size: 15px; line-height: 1.35; }
.care-standard small { max-width: 230px; font-size: 12px; line-height: 1.65; }
.care-standard span, .section-index { color: var(--warm); }
.route-tag { border-color: rgba(214,168,75,.45); }
.source-section { background: #102a43; }
.footer-brand .brand-logo { width: 32px; height: 32px; }
.section-heading h2, .visa-copy h2, .intake-intro h2, .source-section h2 {
  line-height: 1.08;
  letter-spacing: -.035em;
}
.pathway-intro > p, .offer-grid p, details p, .intake-intro > p:not(.eyebrow-text) {
  font-size: 14px;
  line-height: 1.85;
}
.steps p { font-size: 13.5px; line-height: 1.75; }

@media (max-width: 1100px) {
  nav { gap: 14px; }
  nav a { font-size: 12px; }
}

@media (max-width: 680px) {
  .brand-logo { width: 36px; height: 36px; }
  .brand-copy b { font-size: 17px; }
  h1, body:not(.lang-mode-en) h1 { font-size: 39px; line-height: 1.12; letter-spacing: -.045em; }
  .hero-lead { font-size: 16px; line-height: 1.85; }
  .trust-row { display: grid; grid-template-columns: 1fr; border-top: 0; }
  .trust-row > span { min-height: 36px; padding: 0; }
  .human-care { grid-template-columns: 1fr; gap: 34px; padding: 76px 24px 62px; }
  body:not(.lang-mode-en) .human-care h2, .human-care h2 { font-size: 36px; }
  .human-care-copy > p { font-size: 15px; line-height: 1.9; }
  .care-standard > div { min-height: 126px; padding: 25px 22px; }
}
