/* Helps Armenia public theme styles. */

:root {
  --blue: #02578c;
  --blue-dark: #01436d;
  --navy: #102a3a;
  --navy-deep: #0a1e2b;
  --yellow: #f4c10d;
  --ink: #172a35;
  --muted: #61727d;
  --line: #dce5ea;
  --soft-blue: #eef6fb;
  --soft-gray: #f6f8f9;
  --white: #ffffff;
  --container: 1120px;
  --font-ui: "Noto Sans Armenian", "Plus Jakarta Sans", Arial, sans-serif;
  --font-display: "Noto Serif Armenian", "Lora", Georgia, serif;
  --font-label: "Plus Jakarta Sans", "Noto Sans Armenian", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--font-display); }
svg {
  width: 18px;
  height: 18px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.site-shell { min-width: 320px; overflow: hidden; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 104px 0; }
.eyebrow {
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--blue);
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.4;
}
.eyebrow::before { content: ""; width: 28px; height: 3px; background: var(--yellow); }
.eyebrow-light { color: rgba(255, 255, 255, .72); }

.topbar { background: var(--navy-deep); color: rgba(255, 255, 255, .65); }
.topbar-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .09em;
}
.topbar-inner > div { display: flex; align-items: center; gap: 26px; }
.topbar-inner a { color: #fff; letter-spacing: 0; }

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  border-bottom: 1px solid rgba(16, 42, 58, .1);
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 4px 20px rgba(21, 51, 68, .035);
  backdrop-filter: blur(14px);
}
.navigation { min-height: 78px; display: flex; align-items: center; gap: 32px; }
.logo-link { display: inline-flex; align-items: center; }
.brand-lockup { display: inline-flex; align-items: center; gap: 12px; }
.wordmark {
  display: inline-flex;
  align-items: baseline;
  color: #05080a;
  font-family: var(--font-label);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.095em;
  line-height: 1;
}
.wordmark b { color: var(--blue); font: inherit; }
.wordmark i { margin-left: 2px; color: var(--yellow); font-size: 25px; font-style: normal; }
.brand-divider { width: 1px; height: 28px; background: var(--line); }

/* Custom logo image uploaded via Customizer */
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { display: block; max-height: 52px; width: auto; }
.site-footer .custom-logo { filter: brightness(0) invert(1); max-height: 44px; }
.brand-descriptor {
  color: #70808a;
  font-family: var(--font-label);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.35;
}
.navigation > nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.navigation > nav a {
  position: relative;
  padding: 11px 0;
  color: #3d5360;
  font-size: 13px;
  font-weight: 600;
}
.navigation > nav a::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--yellow);
  transition: right .2s ease;
}
.navigation > nav a:hover::after { right: 0; }
.language-switch {
  display: inline-flex;
  align-items: center;
  padding: 3px;
  border: 1px solid #cbd9e1;
  border-radius: 8px;
  background: #f7fafb;
}
.language-switch button {
  min-width: 39px;
  height: 34px;
  padding: 0 9px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #74858e;
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}
.language-switch button.active { background: var(--blue); color: #fff; box-shadow: 0 4px 12px rgba(2, 87, 140, .18); }
.language-switch button:focus-visible { outline: 3px solid rgba(244, 193, 13, .5); outline-offset: 2px; }

.header-cta, .button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 12px 19px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.header-cta { background: var(--blue); color: #fff; box-shadow: 0 7px 18px rgba(2, 87, 140, .17); }
.header-cta:hover, .button-primary:hover { transform: translateY(-2px); box-shadow: 0 13px 28px rgba(2, 87, 140, .22); }
.mobile-menu { display: none; position: relative; margin-left: auto; }
.mobile-menu summary {
  width: 46px;
  height: 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 7px;
  background: var(--navy);
  cursor: pointer;
  list-style: none;
}
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 20px; height: 2px; background: #fff; }
.mobile-menu-panel {
  position: fixed;
  inset: 112px 0 auto;
  padding: 18px 24px 24px;
  display: flex;
  flex-direction: column;
  border-bottom: 4px solid var(--yellow);
  background: #fff;
  box-shadow: 0 20px 45px rgba(16, 42, 58, .15);
}
.mobile-menu-panel a { padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--blue); font-size: 16px; font-weight: 700; }

.site-shell[data-language="en"] { font-family: "Plus Jakarta Sans", "Noto Sans Armenian", Arial, sans-serif; }
.site-shell[data-language="en"] h1,
.site-shell[data-language="en"] h2 { font-family: "Lora", "Noto Serif Armenian", Georgia, serif; }

.hero {
  position: relative;
  padding: 86px 0 82px;
  overflow: hidden;
  background: linear-gradient(115deg, #f9fbfc 0%, #edf6fb 100%);
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 47%;
  height: 100%;
  opacity: .45;
  background-image: linear-gradient(rgba(2, 87, 140, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(2, 87, 140, .07) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000 40%);
}
.hero::after {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -230px;
  width: 460px;
  height: 460px;
  border: 62px solid rgba(244, 193, 13, .18);
  border-radius: 50%;
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.hero-copy { padding-top: 2px; }
.hero h1 {
  max-width: 680px;
  margin-bottom: 25px;
  color: var(--blue-dark);
  font-size: clamp(47px, 4.65vw, 64px);
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: -.025em;
}
.hero-lead { max-width: 665px; margin-bottom: 0; color: #536a78; font-size: 17px; line-height: 1.85; }
.hero-actions { margin-top: 31px; display: flex; flex-wrap: wrap; gap: 12px; }
.button-primary { background: var(--blue); color: #fff; box-shadow: 0 8px 20px rgba(2, 87, 140, .16); }
.button-secondary { border: 1px solid #bfd1dc; background: rgba(255, 255, 255, .72); color: var(--blue); }
.button-secondary:hover { background: #fff; box-shadow: 0 8px 20px rgba(16, 42, 58, .07); }
.hero-note {
  max-width: 610px;
  margin-top: 39px;
  padding-top: 22px;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 14px;
  border-top: 1px solid #d4e1e8;
}
.hero-note .note-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: var(--yellow);
  color: var(--navy);
  font-family: var(--font-label);
  font-size: 15px;
  font-weight: 800;
}
.hero-note p { margin: 0; color: #667985; font-size: 13px; line-height: 1.7; }
.hero-note strong { color: var(--ink); }

.outcome-card {
  position: relative;
  padding: 31px;
  border: 1px solid rgba(2, 87, 140, .13);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 65px rgba(17, 54, 75, .14);
}
.outcome-card::before {
  content: "";
  position: absolute;
  inset: -1px 25px auto;
  height: 5px;
  border-radius: 0 0 5px 5px;
  background: var(--yellow);
}
.outcome-card-head, .deliverable-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #85949c;
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}
.outcome-card-head i { color: var(--blue); font-style: normal; }
.outcome-card h2 { margin: 24px 0 25px; color: var(--navy); font-size: 28px; font-weight: 600; line-height: 1.38; letter-spacing: -.01em; }
.outcome-list { border-top: 1px solid var(--line); }
.outcome-list > div {
  min-height: 80px;
  padding: 16px 0;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid var(--line);
}
.outcome-list > div > span { color: var(--yellow); font-family: var(--font-label); font-size: 11px; font-weight: 800; }
.outcome-list p { margin: 0; display: flex; flex-direction: column; gap: 4px; }
.outcome-list strong { color: #284452; font-size: 15px; font-weight: 700; }
.outcome-list small { color: #7b8b94; font-size: 12px; line-height: 1.55; }
.outcome-footer {
  margin-top: 22px;
  display: flex;
  align-items: center;
  color: #80919a;
  font-family: var(--font-label);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}
.outcome-footer i { width: 32px; height: 1px; margin: 0 10px; background: #d1dce2; }

.trust-strip { border-block: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid article {
  min-height: 132px;
  padding: 29px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--line);
}
.trust-grid article:first-child { padding-left: 0; }
.trust-grid article:last-child { border-right: 0; padding-right: 0; }
.trust-grid strong { margin-bottom: 7px; color: var(--blue); font-family: var(--font-label); font-size: 22px; font-weight: 800; }
.trust-grid span { max-width: 320px; color: #71818a; font-size: 13px; line-height: 1.65; }

.services { background: #fff; }
.section-intro { margin-bottom: 49px; display: grid; grid-template-columns: 1.14fr .86fr; align-items: end; gap: 70px; }
.section-intro h2, .approach-copy h2, .deliverables-copy h2, .about-copy h2, .faq-intro h2, .contact-copy h2 {
  margin-bottom: 0;
  color: var(--blue-dark);
  font-size: clamp(38px, 3.95vw, 52px);
  font-weight: 600;
  line-height: 1.27;
  letter-spacing: -.02em;
}
.section-intro > p { max-width: 475px; margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.service-card {
  min-height: 336px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(16, 42, 58, .035);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.service-card:hover { transform: translateY(-5px); border-color: #b6cfdd; box-shadow: 0 18px 36px rgba(16, 42, 58, .09); }
.service-card-top { display: flex; align-items: center; justify-content: space-between; }
.service-card-top span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: var(--soft-blue);
  color: var(--blue);
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 800;
}
.service-card-top b { color: #8a989f; font-family: var(--font-label); font-size: 9px; font-weight: 800; letter-spacing: .09em; }
.service-card h3 { max-width: 310px; margin: 43px 0 15px; color: var(--navy); font-size: 21px; font-weight: 700; line-height: 1.42; }
.service-card p { margin-bottom: 22px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.service-card > a, .text-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}
.service-card > a svg, .text-link svg { width: 15px; }

.approach { border-block: 1px solid #e5ecef; background: var(--soft-gray); }
.approach-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 90px; }
.approach-copy { position: sticky; top: 120px; }
.approach-copy > p:not(.eyebrow) { max-width: 460px; margin: 24px 0 27px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.steps-list { display: flex; flex-direction: column; gap: 12px; }
.steps-list article {
  min-height: 132px;
  padding: 25px 27px;
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: start;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.steps-list article > span { color: var(--yellow); font-family: var(--font-label); font-size: 12px; font-weight: 800; }
.steps-list h3 { margin: -4px 0 8px; color: var(--navy); font-size: 18px; font-weight: 700; line-height: 1.5; }
.steps-list p { max-width: 540px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.deliverables { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.deliverables::before {
  content: "";
  position: absolute;
  top: -260px;
  left: -250px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  box-shadow: 0 0 0 75px rgba(255, 255, 255, .018), 0 0 0 150px rgba(255, 255, 255, .012);
}
.deliverables-grid { position: relative; display: grid; grid-template-columns: 1fr .86fr; align-items: center; gap: 92px; }
.deliverables-copy h2 { color: #fff; }
.deliverables-copy > p:not(.eyebrow) { max-width: 600px; margin: 25px 0 0; color: rgba(255, 255, 255, .65); font-size: 15px; line-height: 1.85; }
.deliverable-card { padding: 31px; border-radius: 15px; background: #fff; color: var(--ink); box-shadow: 0 30px 65px rgba(2, 13, 20, .3); }
.deliverable-card-head b { color: var(--blue); }
.deliverable-card ul { margin: 20px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.deliverable-card li { min-height: 75px; padding: 15px 0; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); }
.deliverable-card li > svg { width: 28px; height: 28px; padding: 6px; border-radius: 50%; background: rgba(244, 193, 13, .19); color: var(--blue); stroke-width: 2.2; }
.deliverable-card li > span { display: flex; flex-direction: column; gap: 3px; }
.deliverable-card strong { color: var(--navy); font-size: 14px; font-weight: 700; }
.deliverable-card small { color: #74858e; font-size: 11px; line-height: 1.55; }
.deliverable-card footer { margin-top: 20px; display: flex; align-items: center; color: #829099; font-family: var(--font-label); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.deliverable-card footer i { width: 25px; height: 1px; margin: 0 8px; background: #d3dee3; }

.situations { background: #fff; }
.section-intro.compact { margin-bottom: 41px; }
.situations-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.situations-grid article {
  position: relative;
  min-height: 292px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #f9fbfc;
}
.situations-grid article::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--yellow); }
.situations-grid article > span { color: var(--blue); font-family: var(--font-label); font-size: 10px; font-weight: 800; }
.situations-grid h3 { max-width: 290px; margin: 48px 0 16px; color: var(--navy); font-size: 21px; font-weight: 700; line-height: 1.42; }
.situations-grid p { max-width: 305px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.situations-grid a {
  position: absolute;
  right: 24px;
  bottom: 23px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid #cddae1;
  border-radius: 50%;
  color: var(--blue);
  transition: background .2s ease, color .2s ease;
}
.situations-grid a:hover { background: var(--blue); color: #fff; }
.situations-grid a svg { width: 15px; }

.about { border-top: 1px solid #e7edef; background: var(--soft-gray); }
.about-grid { display: grid; grid-template-columns: 1fr .84fr; align-items: center; gap: 92px; }
.about-copy > p:not(.eyebrow) { max-width: 640px; margin: 23px 0 0; color: var(--muted); font-size: 15px; line-height: 1.85; }
.principles-card { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 18px 48px rgba(16, 42, 58, .08); }
.principles-card::before { content: ""; position: absolute; inset: -1px 28px auto; height: 4px; border-radius: 0 0 4px 4px; background: var(--yellow); }
.principles-label { display: block; margin-bottom: 19px; color: var(--blue); font-family: var(--font-label); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.principles-card > div { min-height: 75px; padding: 14px 0; display: grid; grid-template-columns: 33px 1fr; align-items: center; gap: 13px; border-top: 1px solid var(--line); }
.principles-card b { color: var(--yellow); font-family: var(--font-label); font-size: 10px; }
.principles-card p { margin: 0; display: flex; flex-direction: column; gap: 3px; }
.principles-card strong { color: var(--navy); font-size: 14px; }
.principles-card small { color: #788891; font-size: 11px; line-height: 1.55; }

.academy-banner { padding: 34px 0; border-bottom: 1px solid var(--line); background: #fff; }
.academy-card {
  padding: 28px 30px;
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 25px;
  border: 1px solid #cadde8;
  border-radius: 13px;
  background: var(--soft-blue);
}
.academy-badge { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 10px; background: var(--blue); color: var(--yellow); font-family: var(--font-label); font-size: 19px; font-weight: 800; }
.academy-card > div:nth-child(2) > span { color: var(--blue); font-family: var(--font-label); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.academy-card h2 { margin: 4px 0 4px; color: var(--navy); font-family: var(--font-ui); font-size: 21px; font-weight: 700; }
.academy-card p { margin: 0; color: #667984; font-size: 13px; }
.academy-card > a { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: 12px; font-weight: 800; white-space: nowrap; }
.academy-card > a svg { width: 15px; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 95px; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro > p:last-child { max-width: 380px; margin: 22px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: var(--navy); font-size: 16px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid #cad7de; border-radius: 50%; color: var(--blue); font-size: 17px; font-style: normal; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); background: var(--soft-blue); }
.faq-list details > p { max-width: 680px; margin: -5px 45px 27px 0; color: var(--muted); font-size: 13px; line-height: 1.8; }

.contact { position: relative; padding: 102px 0; overflow: hidden; background: var(--blue); color: #fff; }
.contact::before {
  content: "";
  position: absolute;
  right: -170px;
  top: -230px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, .025), 0 0 0 140px rgba(255, 255, 255, .018);
}
.contact-grid { position: relative; display: grid; grid-template-columns: 1fr .68fr; align-items: center; gap: 90px; }
.contact-copy h2 { max-width: 680px; color: #fff; }
.contact-card { padding: 31px; border-radius: 14px; background: #fff; color: var(--ink); box-shadow: 0 25px 60px rgba(0, 38, 62, .25); }
.contact-card > span { color: var(--blue); font-family: var(--font-label); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.contact-card > p { margin: 17px 0 22px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.contact-card a { padding: 16px 0; display: grid; grid-template-columns: 1fr 22px; gap: 3px 12px; border-top: 1px solid var(--line); }
.contact-card a small { grid-column: 1; color: #8b989f; font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.contact-card a strong { grid-column: 1; color: var(--blue); font-family: var(--font-label); font-size: 17px; }
.contact-card a svg { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--blue); }
.contact-card em { display: block; margin-top: 17px; color: #7e8e96; font-size: 11px; font-style: normal; }

.site-footer { padding: 59px 0 20px; background: var(--navy-deep); color: #fff; }
.site-footer .wordmark { color: #fff; }
.site-footer .brand-descriptor { color: rgba(255, 255, 255, .55); }
.site-footer .brand-divider { background: rgba(255, 255, 255, .16); }
.footer-main { padding-bottom: 48px; display: grid; grid-template-columns: 1.4fr .65fr .75fr; gap: 70px; }
.footer-main > div > p { max-width: 330px; margin: 17px 0 0; color: rgba(255, 255, 255, .5); font-size: 12px; line-height: 1.75; }
.footer-main nav { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-main nav span { margin-bottom: 5px; color: var(--yellow); font-family: var(--font-label); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.footer-main nav a { color: rgba(255, 255, 255, .68); font-size: 12px; }
.footer-main nav a:hover { color: #fff; }
.footer-bottom { min-height: 48px; padding-top: 18px; display: grid; grid-template-columns: 1fr auto auto; gap: 35px; border-top: 1px solid rgba(255, 255, 255, .1); color: rgba(255, 255, 255, .43); font-size: 10px; }
.footer-bottom a { color: var(--yellow); }

@media (max-width: 1040px) {
  .navigation > nav { gap: 18px; }
  .navigation > nav a { font-size: 12px; }
  .hero-grid { gap: 42px; }
  .hero h1 { font-size: 49px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .approach-grid, .about-grid { gap: 55px; }
  .deliverables-grid, .contact-grid { gap: 60px; }
}

@media (max-width: 860px) {
  .container { width: min(calc(100% - 40px), var(--container)); }
  .navigation > nav, .header-cta { display: none; }
  .language-switch { margin-left: auto; }
  .mobile-menu { display: block; }
  .mobile-menu { margin-left: 0; }
  .hero { padding: 68px 0; }
  .hero-grid, .section-intro, .approach-grid, .deliverables-grid, .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 50px; }
  .hero-copy { max-width: 730px; }
  .outcome-card { width: min(100%, 600px); }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article, .trust-grid article:first-child, .trust-grid article:last-child { min-height: 100px; padding: 21px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid article:last-child { border-bottom: 0; }
  .section-intro { gap: 25px; }
  .section-intro > p { max-width: 650px; }
  .approach-grid, .deliverables-grid, .about-grid, .faq-grid, .contact-grid { gap: 48px; }
  .approach-copy, .faq-intro { position: static; }
  .approach-copy > p:not(.eyebrow) { max-width: 650px; }
  .deliverables-copy > p:not(.eyebrow) { max-width: 680px; }
  .deliverable-card, .principles-card, .contact-card { width: min(100%, 620px); }
  .situations-grid { grid-template-columns: 1fr; }
  .situations-grid article { min-height: 245px; }
  .situations-grid h3 { margin-top: 40px; }
  .academy-card { grid-template-columns: 54px 1fr; }
  .academy-card > a { grid-column: 2; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > div { grid-column: 1 / -1; }
}

@media (max-width: 590px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .topbar-inner { justify-content: center; font-size: 9px; }
  .topbar-inner > div { display: none; }
  .navigation { min-height: 70px; }
  .wordmark { font-size: 28px; }
  .brand-descriptor, .brand-divider { display: none; }
  .mobile-menu-panel { inset: 104px 0 auto; }
  .hero { padding: 54px 0 58px; }
  .hero::before { width: 100%; opacity: .28; }
  .hero h1 { font-size: 41px; line-height: 1.22; }
  .hero-lead { font-size: 15px; line-height: 1.8; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-note { margin-top: 30px; }
  .outcome-card { padding: 24px; border-radius: 13px; }
  .outcome-card h2 { font-size: 22px; }
  .outcome-list > div { grid-template-columns: 28px 1fr; }
  .outcome-footer i { width: 18px; margin-inline: 6px; }
  .section { padding: 74px 0; }
  .section-intro h2, .approach-copy h2, .deliverables-copy h2, .about-copy h2, .faq-intro h2, .contact-copy h2 { font-size: 34px; line-height: 1.3; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 310px; }
  .service-card h3 { margin-top: 40px; }
  .steps-list article { padding: 22px; grid-template-columns: 33px 1fr; gap: 13px; }
  .deliverable-card, .principles-card, .contact-card { padding: 24px; }
  .deliverable-card footer i { width: 14px; margin-inline: 5px; }
  .academy-card { padding: 24px; grid-template-columns: 1fr; gap: 15px; }
  .academy-card > a { grid-column: 1; margin-top: 5px; }
  .faq-list summary { min-height: 76px; font-size: 15px; }
  .faq-list details > p { margin-right: 0; }
  .contact { padding: 75px 0; }
  .footer-main { grid-template-columns: 1fr; gap: 32px; }
  .footer-main > div { grid-column: auto; }
  .footer-bottom { grid-template-columns: 1fr; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

/* WordPress integration */
.admin-bar .site-header { top: 32px; }

/* Standard page / post navigation */
.standard-navigation { justify-content: space-between; }
.standard-navigation .header-cta { margin-left: auto; }
.nav-primary { margin-left: auto; }
.nav-primary ul { margin: 0; padding: 0; list-style: none; display: flex; align-items: center; gap: 28px; }
.nav-primary ul li { position: relative; }
.nav-primary ul a {
  position: relative;
  padding: 11px 0;
  color: #3d5360;
  font-size: 13px;
  font-weight: 600;
}
.nav-primary ul a::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--yellow);
  transition: right .2s ease;
}
.nav-primary ul a:hover::after { right: 0; }
.nav-primary ul li li a::after { display: none; }

/* Dropdown submenu */
.nav-primary ul ul {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 190px;
  padding: 6px 0;
  flex-direction: column;
  gap: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(16, 42, 58, .1);
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
  z-index: 50;
  display: flex;
}
.nav-primary ul li:hover > ul,
.nav-primary ul li:focus-within > ul { opacity: 1; visibility: visible; }
.nav-primary ul ul a { padding: 10px 18px; display: block; color: var(--navy); font-size: 13px; }
.nav-primary ul ul a:hover { color: var(--blue); }

/* Standard content area */
.standard-content { min-height: 62vh; padding-top: 80px; padding-bottom: 100px; }
.standard-article { max-width: 820px; margin: 0 auto 56px; }

/* Headings */
.standard-article h1,
.standard-article h2 { color: var(--blue-dark); line-height: 1.25; }
.standard-article h1 { font-size: clamp(38px, 5vw, 58px); margin-bottom: 28px; }
.standard-article h2 { font-size: clamp(28px, 4vw, 42px); margin-top: 56px; margin-bottom: 20px; }
.standard-article h3 {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 600;
  line-height: 1.3;
  color: var(--navy);
  margin-top: 48px;
  margin-bottom: 16px;
  letter-spacing: -.015em;
}
.standard-article h4 {
  font-family: var(--font-label);
  font-size: clamp(17px, 2.5vw, 21px);
  font-weight: 700;
  line-height: 1.38;
  color: var(--navy);
  margin-top: 36px;
  margin-bottom: 12px;
}
.standard-article h5 {
  font-family: var(--font-label);
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin-top: 28px;
  margin-bottom: 10px;
}
.standard-article h6 {
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 800;
  color: var(--muted);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 8px;
}

/* Body text */
.standard-article p { margin-bottom: 24px; font-size: 16px; line-height: 1.8; color: var(--ink); }
.standard-article a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.standard-article a:hover { color: var(--blue-dark); }

/* Lists */
.standard-article ul,
.standard-article ol { margin: 0 0 24px 24px; padding: 0; }
.standard-article li { margin-bottom: 10px; line-height: 1.75; color: var(--ink); font-size: 16px; }
.standard-article ul li { list-style-type: disc; }
.standard-article ol li { list-style-type: decimal; }
.standard-article li ul,
.standard-article li ol { margin-top: 8px; margin-bottom: 0; }

/* Blockquote */
.standard-article blockquote {
  margin: 36px 0;
  padding: 20px 28px;
  border-left: 4px solid var(--yellow);
  background: var(--soft-blue);
  border-radius: 0 10px 10px 0;
}
.standard-article blockquote p {
  margin: 0;
  color: var(--navy);
  font-size: 17px;
  font-style: italic;
  line-height: 1.7;
}

/* Code and pre */
.standard-article pre {
  background: var(--navy);
  color: #dce8ed;
  padding: 24px;
  border-radius: 10px;
  overflow-x: auto;
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 1.65;
}
.standard-article code { font-family: 'Courier New', Courier, monospace; font-size: 14px; }
.standard-article pre code { color: inherit; background: none; padding: 0; }
.standard-article :not(pre) > code {
  background: var(--soft-blue);
  color: var(--blue);
  padding: 2px 7px;
  border-radius: 4px;
  font-size: 13px;
}

/* Table */
.standard-article table { width: 100%; border-collapse: collapse; margin-bottom: 32px; font-size: 14px; }
.standard-article th {
  background: var(--soft-blue);
  color: var(--blue-dark);
  font-family: var(--font-label);
  font-weight: 700;
  padding: 12px 16px;
  border: 1px solid var(--line);
  text-align: left;
  font-size: 12px;
  letter-spacing: .04em;
}
.standard-article td { padding: 12px 16px; border: 1px solid var(--line); color: var(--ink); line-height: 1.6; }
.standard-article tr:nth-child(even) td { background: var(--soft-gray); }

/* Divider and media */
.standard-article hr { border: 0; border-top: 1px solid var(--line); margin: 44px 0; }
.standard-article img { max-width: 100%; height: auto; border-radius: 8px; }
.standard-article figure { margin: 32px 0; }
.standard-article figcaption { text-align: center; color: var(--muted); font-size: 13px; margin-top: 10px; line-height: 1.5; }

/* Post metadata (single.php) */
.post-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  font-family: var(--font-label);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--muted);
}
.post-meta .post-cat {
  background: var(--soft-blue);
  color: var(--blue);
  padding: 3px 10px;
  border-radius: 100px;
}

/* Post navigation (single.php) */
.post-navigation { margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--line); }
.post-navigation .nav-links { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: var(--ink);
}
.post-navigation .nav-next a { align-items: flex-end; text-align: right; }
.post-navigation .nav-direction {
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  color: var(--muted);
}
.post-navigation .nav-title { font-size: 15px; font-weight: 700; color: var(--blue); }

/* 404 */
.error-404 .button { margin-top: 16px; display: inline-flex; text-decoration: none; }

/* Accessibility */
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.skip-link:focus { position: fixed; top: 10px; left: 10px; width: auto; height: auto; padding: 10px 18px; background: var(--blue); color: #fff; border-radius: 6px; font-weight: 700; z-index: 9999; }

/* Responsive adjustments for standard pages */
@media (max-width: 1040px) {
  .nav-primary ul { gap: 18px; }
  .nav-primary ul a { font-size: 12px; }
}

@media (max-width: 860px) {
  .nav-primary { display: none; }
  .standard-navigation .header-cta { margin-left: auto; }
}

@media (max-width: 590px) {
  .standard-article h1 { font-size: 34px; }
  .standard-article h2 { font-size: 26px; }
  .standard-article h3 { font-size: 21px; }
  .standard-article h4 { font-size: 17px; }
  .post-navigation .nav-links { grid-template-columns: 1fr; }
  .post-navigation .nav-next a { align-items: flex-start; text-align: left; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

