:root {
  --jd-primary: #155eef;
  --jd-primary-dark: #0a2a66;
  --jd-primary-deep: #061d48;
  --jd-primary-light: #dce9ff;
  --jd-accent: #2f80ff;
  --jd-heading: #081b33;
  --jd-text: #344054;
  --jd-muted: #667085;
  --jd-surface: #eff5ff;
  --jd-border: #d8e5ff;
  --jd-white: #fff;
  --jd-header-height: 82px;
  --jd-radius: 18px;
  --jd-shadow: 0 24px 70px rgba(8, 27, 51, 0.12);
  --jd-font-title: "Montserrat", Arial, sans-serif;
  --jd-font-heading: "Montserrat", Arial, sans-serif;
  --jd-font-body: "Work Sans", Arial, sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--jd-header-height) + 20px);
}

body {
  margin: 0;
  color: var(--jd-text);
  background: var(--jd-white);
  font-family: var(--jd-font-body);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-is-open { overflow: hidden; }

img { max-width: 100%; height: auto; }

a { color: var(--jd-primary); text-decoration-thickness: 1px; text-underline-offset: 0.18em; }

a:hover { color: var(--jd-primary-dark); }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--jd-heading);
  font-family: var(--jd-font-title) !important;
  font-synthesis: none;
  font-weight: 600 !important;
  line-height: 1.12;
  text-wrap: balance;
}

.elementor-heading-title {
  font-family: var(--jd-font-title) !important;
  font-synthesis: none;
  font-weight: 600 !important;
}

p { margin: 0 0 1.35em; }

button,
input,
textarea,
select,
label,
.elementor-button,
.elementor-button * {
  font-family: var(--jd-font-body) !important;
}

button,
input,
textarea,
select { font-size: inherit; line-height: inherit; }

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  top: 12px;
  left: 12px;
  z-index: 100000;
  width: auto;
  height: auto;
  clip: auto;
  padding: 10px 16px;
  color: var(--jd-heading);
  background: var(--jd-white);
  border-radius: 8px;
  box-shadow: var(--jd-shadow);
}

:focus-visible { outline: 3px solid var(--jd-accent); outline-offset: 3px; }

.content-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.content-shell--narrow { width: min(900px, calc(100% - 40px)); }

.site-main { min-height: 55vh; }

.site-main--elementor { overflow: clip; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  min-height: var(--jd-header-height);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(216, 229, 255, 0.7);
  backdrop-filter: blur(16px);
  transition: box-shadow 180ms ease, background 180ms ease;
}

.site-header.is-scrolled { box-shadow: 0 10px 35px rgba(8, 27, 51, 0.08); }

.site-header__inner {
  display: flex;
  align-items: center;
  gap: 28px;
  width: min(1240px, calc(100% - 40px));
  min-height: var(--jd-header-height);
  margin-inline: auto;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 11px;
  color: var(--jd-heading);
  text-decoration: none;
}

.site-brand--header {
  width: auto;
  height: 55px;
  gap: 13px;
}

.site-brand--header .site-brand__logo {
  display: block;
  flex: 0 0 88px;
  width: 88px;
  height: 100%;
  object-fit: contain;
}

.site-brand__header-name {
  color: var(--jd-heading);
  font-family: var(--jd-font-title);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1;
  white-space: nowrap;
}

.site-brand__mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  overflow: hidden;
  border-radius: 12px;
  background: var(--jd-primary);
  box-shadow: 0 10px 24px rgba(21, 94, 239, 0.24);
}

.site-brand__image { width: 100%; height: 100%; object-fit: contain; }

.site-brand__monogram { color: var(--jd-white); font-family: var(--jd-font-heading); font-weight: 900; }

.site-brand__text { display: grid; line-height: 1.05; }

.site-brand__text strong { font-family: var(--jd-font-heading); font-size: 18px; font-weight: 900; letter-spacing: -0.02em; }

.site-brand__text small { margin-top: 5px; color: var(--jd-muted); font-size: 10px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }

.site-navigation { margin-left: auto; }

.primary-menu,
.footer-menu {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-menu a {
  position: relative;
  display: inline-flex;
  padding: 28px 0;
  color: var(--jd-heading);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
}

.primary-menu a::after {
  position: absolute;
  right: 0;
  bottom: 21px;
  left: 0;
  height: 2px;
  background: var(--jd-primary);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.primary-menu a:hover::after,
.primary-menu .current-menu-item > a::after { transform: scaleX(1); transform-origin: left; }

.header-cta,
.button,
.search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 20px;
  color: var(--jd-white);
  background: linear-gradient(135deg, var(--jd-primary), var(--jd-accent));
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: 0 12px 25px rgba(21, 94, 239, 0.18);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.header-cta:hover,
.button:hover,
.search-submit:hover {
  color: var(--jd-white);
  box-shadow: 0 16px 34px rgba(21, 94, 239, 0.28);
  transform: translateY(-2px);
}

.button--outline { color: var(--jd-primary); background: transparent; border-color: var(--jd-primary); box-shadow: none; }
.button--outline:hover { color: var(--jd-white); background: var(--jd-primary); }
.button--light { color: var(--jd-primary-dark); background: var(--jd-white); box-shadow: none; }
.button--light:hover { color: var(--jd-primary-dark); background: var(--jd-primary-light); }

.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; background: transparent; border: 1px solid var(--jd-border); border-radius: 10px; }
.site-header .menu-toggle { min-width: 46px !important; width: 46px !important; padding: 11px !important; color: var(--jd-heading) !important; background: transparent !important; border: 1px solid var(--jd-border) !important; box-shadow: none !important; transform: none !important; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--jd-heading); transition: transform 180ms ease, opacity 180ms ease; }
.menu-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-of-type(3) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }

.page-entry { padding-block: 90px; }
.page-header { margin-bottom: 44px; }
.page-header h1,
.archive-hero h1,
.single-hero h1,
.error-content h1 { margin: 0; font-size: clamp(2.5rem, 5vw, 5rem); letter-spacing: -0.045em; }

.eyebrow,
.post-categories {
  color: var(--jd-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.post-categories { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 17px; }
.post-categories a { color: inherit; text-decoration: none; }

.prose { color: var(--jd-text); font-size: clamp(1.05rem, 1.4vw, 1.18rem); }
.prose > * { max-width: 760px; margin-inline: auto; }
.prose > .alignwide { max-width: 1180px; }
.prose > .alignfull { max-width: none; }
.prose h2 { margin-top: 2.2em; font-size: clamp(1.8rem, 3.5vw, 2.8rem); }
.prose h3 { margin-top: 2em; font-size: clamp(1.35rem, 2.5vw, 2rem); }
.prose img { border-radius: 14px; }
.prose blockquote { padding: 24px 28px; margin-block: 2.2em; color: var(--jd-heading); background: var(--jd-surface); border-left: 4px solid var(--jd-primary); border-radius: 0 var(--jd-radius) var(--jd-radius) 0; font-family: var(--jd-font-heading); font-size: 1.22em; font-weight: 700; }

.single-hero,
.archive-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(72px, 9vw, 132px);
  color: rgba(255, 255, 255, 0.78);
  background: radial-gradient(circle at 82% 16%, rgba(47, 128, 255, 0.55), transparent 30%), linear-gradient(135deg, var(--jd-primary-deep), var(--jd-primary-dark));
}

.single-hero::after,
.archive-hero::after {
  position: absolute;
  right: -8vw;
  bottom: -20vw;
  width: 40vw;
  height: 40vw;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  content: "";
}

.single-hero h1,
.archive-hero h1 { position: relative; z-index: 1; max-width: 1040px; color: var(--jd-white); }
.single-hero .post-categories a,
.archive-hero .eyebrow { color: #9ec5ff; }
.single-hero .post-meta { margin-top: 28px; color: rgba(255, 255, 255, 0.72); }
.archive-hero p { max-width: 650px; margin: 22px 0 0; font-size: 19px; }

.post-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; color: var(--jd-muted); font-size: 13px; font-weight: 600; }
.post-meta span + span::before { margin-right: 22px; color: var(--jd-border); content: "•"; }

.single-featured { margin-top: -42px; position: relative; z-index: 2; }
.single-featured img { display: block; width: 100%; max-height: 650px; object-fit: cover; border: 8px solid var(--jd-white); border-radius: 24px; box-shadow: var(--jd-shadow); }
.single-layout { display: grid; grid-template-columns: minmax(0, 760px) 280px; align-items: start; justify-content: space-between; gap: 70px; padding-block: 80px; }
.single-aside { position: static; display: grid; align-content: start; padding: 26px; background: var(--jd-surface); border: 1px solid var(--jd-border); border-radius: var(--jd-radius); }
.single-aside p { margin: 12px 0 16px; font-size: 15px; line-height: 1.6; }
.single-aside a { font-size: 14px; font-weight: 700; text-decoration: none; }
.single-author-widget { padding-bottom: 24px; border-bottom: 1px solid var(--jd-border); }
.single-author-widget__photo { display: block; width: 112px; height: 112px; margin-bottom: 20px; overflow: hidden; background: linear-gradient(145deg, var(--jd-primary-light), #a8cbff); border: 4px solid var(--jd-white); border-radius: 28px; box-shadow: 0 14px 32px rgba(8, 27, 51, 0.14); }
.single-author-widget__image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.single-author-widget .eyebrow { color: var(--jd-primary); font-size: 10px; }
.single-author-widget h2 { margin: 8px 0 0; color: var(--jd-heading); font-size: 22px; line-height: 1.18; }
.single-author-widget__role { margin: 10px 0 0 !important; color: var(--jd-primary); font-size: 11px !important; font-weight: 750; letter-spacing: 0.055em; line-height: 1.45 !important; text-transform: uppercase; }
.single-author-widget__bio { margin: 13px 0 0 !important; color: var(--jd-muted); font-size: 13px !important; line-height: 1.58 !important; }
.single-author-widget__socials { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 18px; }
.single-author-widget__socials a { display: flex; align-items: center; justify-content: space-between; gap: 6px; min-width: 0; padding: 8px 10px; color: var(--jd-heading); background: var(--jd-white); border: 1px solid var(--jd-border); border-radius: 8px; font-size: 11px; }
.single-author-widget__socials a:hover { color: var(--jd-white); background: var(--jd-primary); border-color: var(--jd-primary); }
.single-author-widget + .single-archive-widget { padding-top: 24px; }

.post-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-block: 44px 80px; border-top: 1px solid var(--jd-border); }
.post-navigation > div:last-child { text-align: right; }
.post-navigation span { display: block; margin-bottom: 5px; color: var(--jd-muted); font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.post-navigation a { color: var(--jd-heading); font-family: var(--jd-font-heading); font-weight: 800; text-decoration: none; }

.archive-content { padding-block: 72px 96px; }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.post-card { overflow: hidden; background: var(--jd-white); border: 1px solid var(--jd-border); border-radius: var(--jd-radius); box-shadow: 0 12px 42px rgba(8, 27, 51, 0.06); transition: transform 220ms ease, box-shadow 220ms ease; }
.post-card:hover { box-shadow: 0 24px 58px rgba(8, 27, 51, 0.12); transform: translateY(-5px); }
.post-card__media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--jd-primary-light); }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.post-card:hover .post-card__media img { transform: scale(1.035); }
.post-card__placeholder { display: grid; place-items: center; height: 100%; color: var(--jd-primary); font-family: var(--jd-font-heading); font-size: 48px; font-weight: 900; }
.post-card__content { padding: 25px; }
.post-card h2 { margin: 0 0 14px; font-size: clamp(1.25rem, 2vw, 1.55rem); letter-spacing: -0.02em; }
.post-card h2 a { color: var(--jd-heading); text-decoration: none; }
.post-card p { margin: 18px 0; color: var(--jd-muted); font-size: 14px; line-height: 1.65; }
.post-card__link { font-size: 14px; font-weight: 750; text-decoration: none; }

.navigation.pagination { margin-top: 50px; }
.nav-links { display: flex; justify-content: center; gap: 8px; }
.page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; padding-inline: 12px; color: var(--jd-heading); border: 1px solid var(--jd-border); border-radius: 9px; text-decoration: none; }
.page-numbers.current,
.page-numbers:hover { color: var(--jd-white); background: var(--jd-primary); border-color: var(--jd-primary); }

.search-form { display: flex; max-width: 680px; margin-top: 30px; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 52px; padding: 12px 16px; color: var(--jd-heading); background: var(--jd-white); border: 1px solid var(--jd-border); border-radius: 10px 0 0 10px; }
.search-submit { min-height: 52px; border-radius: 0 10px 10px 0; cursor: pointer; }
.no-results { max-width: 720px; padding: 45px; background: var(--jd-surface); border-radius: var(--jd-radius); }

.error-main { display: grid; place-items: center; min-height: 70vh; background: linear-gradient(135deg, var(--jd-surface), var(--jd-white)); }
.error-content { max-width: 820px; padding-block: 90px; text-align: center; }
.error-code { margin: 0; color: var(--jd-primary-light); font-family: var(--jd-font-heading); font-size: clamp(8rem, 24vw, 18rem); font-weight: 900; line-height: 0.7; letter-spacing: -0.08em; }
.error-content .eyebrow { margin-top: 45px; }
.error-content h1 { font-size: clamp(2.2rem, 5vw, 4.5rem); }
.error-content > p:not(.error-code, .eyebrow) { max-width: 580px; margin: 22px auto; }
.error-actions { display: flex; justify-content: center; gap: 12px; margin-top: 30px; }

.site-footer { color: rgba(255, 255, 255, 0.72); background: var(--jd-primary-deep); }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr 0.7fr 1fr; gap: 80px; width: min(1180px, calc(100% - 40px)); margin-inline: auto; padding-block: 82px 64px; }
.site-footer .site-brand { color: var(--jd-white); }
.site-footer .site-brand__text strong { color: var(--jd-white); }
.site-footer .site-brand__text small { color: rgba(255, 255, 255, 0.55); }
.site-footer__brand > p { max-width: 420px; margin: 24px 0 0; font-size: 15px; }
.site-footer h2 { margin: 0 0 20px; color: var(--jd-white); font-size: 17px; }
.site-footer__cta p { font-size: 15px; }
.footer-menu { display: grid; gap: 9px; }
.footer-menu a { color: rgba(255, 255, 255, 0.72); font-size: 14px; text-decoration: none; }
.footer-menu a:hover { color: var(--jd-white); }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; width: min(1180px, calc(100% - 40px)); margin-inline: auto; padding-block: 22px; border-top: 1px solid rgba(255, 255, 255, 0.12); font-size: 12px; }
.site-footer__bottom p { margin: 0; }
.site-footer__bottom a { color: rgba(255, 255, 255, 0.72); text-decoration: none; }

/* Elementor compatibility and scoped visual direction. */
.elementor-kit-8,
.has-elementor-content {
  --e-global-color-primary: var(--jd-heading);
  --e-global-color-secondary: var(--jd-text);
  --e-global-color-text: var(--jd-text);
  --e-global-color-accent: var(--jd-primary);
}

.has-elementor-content #about,
.has-elementor-content #expertise,
.has-elementor-content #experience,
.has-elementor-content #vision,
.has-elementor-content #contact { scroll-margin-top: calc(var(--jd-header-height) + 18px); }

.page-id-73 .elementor-button,
.page-id-320 .elementor-button {
  background: linear-gradient(135deg, var(--jd-primary), var(--jd-accent));
  border-radius: 10px;
  box-shadow: 0 12px 25px rgba(21, 94, 239, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.page-id-73 .elementor-button:hover,
.page-id-320 .elementor-button:hover { box-shadow: 0 18px 35px rgba(21, 94, 239, 0.28); transform: translateY(-2px); }

.page-id-73 #about { background-color: var(--jd-primary-light) !important; }
.page-id-73 #expertise { padding-top: clamp(70px, 9vw, 120px) !important; }
.page-id-73 #experience,
.page-id-73 #vision { margin-block: clamp(55px, 7vw, 90px) !important; }
.page-id-73 #contact { background-color: var(--jd-surface) !important; }

.page-id-73 .jkit-icon-box-wrapper,
.page-id-73 .elementor-widget-counter .elementor-widget-container,
.page-id-73 .elementor-testimonial-wrapper {
  border-radius: 16px;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.page-id-73 .jkit-icon-box-wrapper:hover { box-shadow: var(--jd-shadow); transform: translateY(-5px); }

.page-id-73 .jkit-postblock-content { padding-left: 0.5rem; }

.wpcf7 input:not([type="submit"]),
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 13px 15px;
  color: var(--jd-heading);
  background: var(--jd-white);
  border: 1px solid var(--jd-border);
  border-radius: 9px;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus { border-color: var(--jd-primary); outline: 3px solid rgba(21, 94, 239, 0.14); }

.wpcf7 input[type="submit"] {
  min-height: 48px;
  padding: 12px 24px;
  color: var(--jd-white);
  background: var(--jd-primary);
  border: 0;
  border-radius: 9px;
  font-weight: 700;
  cursor: pointer;
}

/* Homepage — Executive Blue editorial system. */
.page-id-73 .site-main {
  overflow: clip;
  background: var(--jd-white);
}

.page-id-73 .jd-homepage {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  gap: 0 !important;
}

.page-id-73 .jd-homepage .elementor-widget { margin: 0; }
.page-id-73 .jd-homepage .elementor-widget-text-editor p:last-child { margin-bottom: 0; }

.page-id-73 .jd-shell {
  width: min(1180px, calc(100% - 40px)) !important;
  max-width: 1180px !important;
  padding: 0 !important;
  margin-inline: auto !important;
}

.page-id-73 .jd-section {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  padding: clamp(84px, 9vw, 138px) 0 !important;
  margin: 0 !important;
  background: var(--jd-white);
}

.page-id-73 .jd-section-kicker .elementor-heading-title,
.page-id-73 .jd-hero-kicker .elementor-heading-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--jd-primary);
  font-family: var(--jd-font-body);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.page-id-73 .jd-section-kicker .elementor-heading-title::before,
.page-id-73 .jd-hero-kicker .elementor-heading-title::before {
  width: 28px;
  height: 2px;
  background: currentColor;
  content: "";
}

.page-id-73 .jd-section-title .elementor-heading-title {
  max-width: 850px;
  margin: 16px 0 0;
  color: var(--jd-heading);
  font-size: clamp(2.5rem, 5.3vw, 5.3rem);
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 1.06;
}

.page-id-73 .jd-section-intro {
  max-width: 650px;
  margin-top: 24px;
  color: var(--jd-muted);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.75;
}

.page-id-73 .jd-hero {
  position: relative;
  display: block !important;
  min-height: 0;
  padding: clamp(32px, 4vw, 56px) 0 0 !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 34%, rgba(47, 128, 255, 0.13), transparent 26%),
    linear-gradient(180deg, #fff 0%, #f7faff 100%);
}

.page-id-73 .jd-hero::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 12%;
  height: 72%;
  left: auto !important;
  right: 0 !important;
  z-index: 0;
  background: linear-gradient(180deg, var(--jd-primary), #0d47be);
  content: "";
}

.page-id-73 .jd-hero::after {
  position: absolute;
  top: 9%;
  right: 5%;
  width: min(480px, 36vw);
  aspect-ratio: 1;
  border: 1px solid rgba(21, 94, 239, 0.18);
  border-radius: 50%;
  content: "";
}

.page-id-73 .jd-hero__shell {
  position: relative;
  z-index: 2;
  display: grid !important;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  align-items: center;
  gap: clamp(32px, 5vw, 75px) !important;
  min-height: min(590px, calc(100svh - 190px));
}

.page-id-73 .jd-hero__copy,
.page-id-73 .jd-hero__visual {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  width: 100% !important;
  padding: 0 !important;
  gap: 0 !important;
}

.page-id-73 .jd-display-name .elementor-heading-title {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--jd-heading);
  font-size: clamp(4.2rem, 8.5vw, 8.4rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.78;
}

.page-id-73 .jd-display-name .elementor-heading-title span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 2px var(--jd-primary);
  text-stroke: 2px var(--jd-primary);
}

.page-id-73 .jd-hero-role .elementor-heading-title {
  margin: 30px 0 0;
  color: var(--jd-primary);
  font-family: var(--jd-font-body);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.page-id-73 .jd-hero-lede {
  max-width: 620px;
  margin-top: 22px;
  color: var(--jd-text);
  font-size: clamp(1.02rem, 1.45vw, 1.17rem);
  line-height: 1.72;
}

.page-id-73 .jd-hero-actions {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px !important;
  width: 100% !important;
  margin-top: 30px;
  padding: 0 !important;
}

.page-id-73 .jd-primary-action .elementor-button,
.page-id-73 .jd-secondary-action .elementor-button {
  min-height: 52px;
  padding: 15px 23px;
  border-radius: 10px;
  font-family: var(--jd-font-body);
  font-size: 14px;
  font-weight: 750;
}

.page-id-73 .jd-secondary-action .elementor-button {
  color: var(--jd-heading);
  background: transparent;
  border: 1px solid var(--jd-border);
  box-shadow: none;
}

.page-id-73 .jd-secondary-action .elementor-button:hover {
  color: var(--jd-primary);
  background: var(--jd-white);
  border-color: var(--jd-primary);
}

.page-id-73 .jd-metrics-widget { width: 100%; margin-top: 42px; }
.page-id-73 .jd-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 650px;
  overflow: hidden;
  background: var(--jd-border);
  border: 1px solid var(--jd-border);
  border-radius: 14px;
}

.page-id-73 .jd-metric { padding: 16px 14px; background: rgba(255, 255, 255, 0.94); }
.page-id-73 .jd-metric strong { display: block; color: var(--jd-heading); font-family: var(--jd-font-heading); font-size: 22px; font-weight: 900; line-height: 1; }
.page-id-73 .jd-metric span { display: block; margin-top: 7px; color: var(--jd-muted); font-size: 9px; font-weight: 700; letter-spacing: 0.045em; line-height: 1.3; text-transform: uppercase; }

.page-id-73 .jd-hero__visual {
  position: relative;
  align-self: end;
  justify-content: flex-end;
  min-height: 570px;
  isolation: isolate;
}

.page-id-73 .jd-hero-portrait {
  position: relative;
  z-index: 2 !important;
  width: 100%;
  margin-top: auto;
}

.page-id-73 .jd-hero-portrait img {
  display: block;
  width: min(108%, 560px);
  max-width: none;
  max-height: 640px;
  margin-inline: auto;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 24px 30px rgba(8, 27, 51, 0.18));
}

.page-id-73 .jd-hero-floats { position: absolute; z-index: 3; inset: 0; pointer-events: none; }
.page-id-73 .jd-float-card {
  position: absolute;
  display: grid;
  min-width: 154px;
  padding: 14px 16px;
  color: var(--jd-heading);
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 12px;
  box-shadow: 0 18px 45px rgba(8, 27, 51, 0.16);
  backdrop-filter: blur(12px);
}

.page-id-73 .jd-float-card strong { color: var(--jd-primary); font-family: var(--jd-font-heading); font-size: 22px; line-height: 1; }
.page-id-73 .jd-float-card span { margin-top: 6px; font-size: 10px; font-weight: 750; letter-spacing: 0.07em; line-height: 1.35; text-transform: uppercase; }
.page-id-73 .jd-float-card--one { top: 18%; left: -5%; }
.page-id-73 .jd-float-card--two { right: -4%; bottom: 18%; color: var(--jd-white); background: rgba(10, 42, 102, 0.94); border-color: rgba(255, 255, 255, 0.16); }
.page-id-73 .jd-float-card--two strong { color: #9ec5ff; }

.page-id-73 .jd-hero-rail-widget { position: relative; z-index: 5; width: 100%; margin-top: 0; }
.page-id-73 .jd-hero-rail {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 30px;
  width: 100%;
  min-height: 70px;
  padding: 16px 30px;
  color: rgba(255, 255, 255, 0.72);
  background: var(--jd-primary-deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.page-id-73 .jd-hero-rail strong { color: #78adff; }
.page-id-73 .jd-hero-rail span + span::before { margin-right: 30px; color: rgba(255, 255, 255, 0.25); content: "•"; }

.page-id-73 .jd-about { padding-top: clamp(100px, 10vw, 155px) !important; background: var(--jd-surface) !important; }
.page-id-73 .jd-about::before {
  position: absolute;
  top: 0;
  left: 6%;
  width: 1px;
  height: 72px;
  background: var(--jd-primary);
  content: "";
}

.page-id-73 .jd-about__shell { display: block !important; }
.page-id-73 .jd-about__statement .elementor-heading-title { max-width: 1040px; }
.page-id-73 .jd-about__grid {
  display: grid !important;
  grid-template-columns: minmax(310px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(45px, 8vw, 110px) !important;
  margin-top: clamp(50px, 7vw, 92px) !important;
}

.page-id-73 .jd-about__media,
.page-id-73 .jd-about__copy {
  position: relative;
  display: flex !important;
  flex-direction: column;
  width: 100% !important;
  padding: 0 !important;
  gap: 0 !important;
}

.page-id-73 .jd-about-image { position: relative; z-index: 2; width: 88%; margin-left: 7%; }
.page-id-73 .jd-about-image::before {
  position: absolute;
  top: -18px;
  right: -18px;
  bottom: 18px;
  left: 18px;
  z-index: -1;
  background: var(--jd-primary);
  border-radius: 20px;
  content: "";
}
.page-id-73 .jd-about-image img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; border-radius: 20px; filter: saturate(0.86) contrast(1.04); }
.page-id-73 .jd-about-badge-widget { position: absolute; right: -2%; bottom: 6%; z-index: 3; }
.page-id-73 .jd-about-badge { display: grid; place-items: center; width: 132px; height: 132px; padding: 15px; color: var(--jd-white); background: var(--jd-primary-deep); border: 7px solid var(--jd-surface); border-radius: 50%; text-align: center; }
.page-id-73 .jd-about-badge strong { display: block; font-family: var(--jd-font-heading); font-size: 34px; font-weight: 900; line-height: 0.9; }
.page-id-73 .jd-about-badge span { display: block; margin-top: 7px; font-size: 9px; font-weight: 700; letter-spacing: 0.08em; line-height: 1.25; text-transform: uppercase; }

.page-id-73 .jd-about-title .elementor-heading-title { margin: 17px 0 0; color: var(--jd-heading); font-size: clamp(2rem, 3.7vw, 3.7rem); letter-spacing: -0.045em; line-height: 1.02; }
.page-id-73 .jd-about-copy { margin-top: 26px; color: var(--jd-text); font-size: 17px; line-height: 1.78; }
.page-id-73 .jd-about-quote { margin-top: 30px; padding: 23px 25px; color: var(--jd-heading); background: var(--jd-white); border-left: 4px solid var(--jd-primary); border-radius: 0 14px 14px 0; font-family: var(--jd-font-heading); font-size: clamp(1.18rem, 2vw, 1.5rem); font-weight: 800; line-height: 1.35; }
.page-id-73 .jd-about-tags-widget { width: 100%; margin-top: 30px; }
.page-id-73 .jd-about-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.page-id-73 .jd-about-tags span { padding: 8px 12px; color: var(--jd-primary-dark); background: var(--jd-primary-light); border-radius: 999px; font-size: 11px; font-weight: 750; letter-spacing: 0.03em; }

.page-id-73 .jd-expertise { background: var(--jd-white) !important; }
.page-id-73 .jd-expertise__header { display: grid !important; grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr); align-items: end; gap: 60px !important; }
.page-id-73 .jd-expertise__intro { justify-self: end; margin: 0 0 4px; }
.page-id-73 .jd-expertise__grid { display: grid !important; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px !important; margin-top: 65px !important; }
.page-id-73 .jd-expertise-card {
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  min-height: 255px;
  padding: 30px !important;
  overflow: hidden;
  background: var(--jd-surface);
  border: 1px solid var(--jd-border);
  border-radius: 18px;
  transition: color 220ms ease, background 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.page-id-73 .jd-expertise-card:nth-child(1),
.page-id-73 .jd-expertise-card:nth-child(4) { grid-column: span 5; }
.page-id-73 .jd-expertise-card:nth-child(2),
.page-id-73 .jd-expertise-card:nth-child(3) { grid-column: span 7; }
.page-id-73 .jd-expertise-card:nth-child(5),
.page-id-73 .jd-expertise-card:nth-child(6) { grid-column: span 6; }
.page-id-73 .jd-expertise-card:nth-child(2) { color: rgba(255, 255, 255, 0.75); background: var(--jd-primary); border-color: var(--jd-primary); }
.page-id-73 .jd-expertise-card:nth-child(4) { color: rgba(255, 255, 255, 0.72); background: var(--jd-primary-deep); border-color: var(--jd-primary-deep); }
.page-id-73 .jd-expertise-card:hover { box-shadow: var(--jd-shadow); transform: translateY(-6px); }
.page-id-73 .jd-expertise-number .elementor-heading-title { color: var(--jd-primary); font-family: var(--jd-font-body); font-size: 12px; font-weight: 800; letter-spacing: 0.14em; }
.page-id-73 .jd-expertise-card:nth-child(2) .jd-expertise-number .elementor-heading-title,
.page-id-73 .jd-expertise-card:nth-child(4) .jd-expertise-number .elementor-heading-title { color: #9ec5ff; }
.page-id-73 .jd-expertise-title .elementor-heading-title { max-width: 390px; margin: 40px 0 0; color: var(--jd-heading); font-size: clamp(1.65rem, 2.8vw, 2.65rem); letter-spacing: -0.04em; line-height: 1.02; }
.page-id-73 .jd-expertise-card:nth-child(2) .jd-expertise-title .elementor-heading-title,
.page-id-73 .jd-expertise-card:nth-child(4) .jd-expertise-title .elementor-heading-title { color: var(--jd-white); }
.page-id-73 .jd-expertise-copy { max-width: 470px; margin-top: 16px; color: var(--jd-muted); font-size: 14px; line-height: 1.65; }
.page-id-73 .jd-expertise-card:nth-child(2) .jd-expertise-copy,
.page-id-73 .jd-expertise-card:nth-child(4) .jd-expertise-copy { color: rgba(255, 255, 255, 0.72); }
.page-id-73 .jd-expertise-arrow { position: absolute; top: 26px; right: 27px; color: var(--jd-primary); font-size: 24px; font-weight: 300; transition: transform 200ms ease; }
.page-id-73 .jd-expertise-card:nth-child(2) .jd-expertise-arrow,
.page-id-73 .jd-expertise-card:nth-child(4) .jd-expertise-arrow { color: var(--jd-white); }
.page-id-73 .jd-expertise-card:hover .jd-expertise-arrow { transform: translate(4px, -4px); }

.page-id-73 .jd-experience { color: rgba(255, 255, 255, 0.75); background: var(--jd-primary-deep) !important; }
.page-id-73 .jd-experience .jd-section-kicker .elementor-heading-title { color: #78adff; }
.page-id-73 .jd-experience .jd-section-title .elementor-heading-title { max-width: 980px; color: var(--jd-white); }
.page-id-73 .jd-experience__lead { display: grid !important; grid-template-columns: 220px minmax(0, 1fr); align-items: end; gap: 65px !important; margin-top: 55px !important; }
.page-id-73 .jd-experience-big-number .elementor-heading-title { color: transparent; font-size: clamp(4.5rem, 6.5vw, 6.5rem); letter-spacing: -0.05em; line-height: 0.75; -webkit-text-stroke: 1px rgba(120, 173, 255, 0.65); }
.page-id-73 .jd-experience-lede { max-width: 720px; margin: 0 0 4px; color: rgba(255, 255, 255, 0.68); font-size: 17px; line-height: 1.75; }
.page-id-73 .jd-timeline { display: flex !important; flex-direction: column; width: 100% !important; margin-top: 70px !important; border-top: 1px solid rgba(255, 255, 255, 0.16); }
.page-id-73 .jd-timeline-row { display: grid !important; grid-template-columns: 110px minmax(230px, 0.72fr) minmax(0, 1.28fr); align-items: start; gap: 35px !important; width: 100% !important; padding: 33px 0 !important; border-bottom: 1px solid rgba(255, 255, 255, 0.16); transition: padding 180ms ease, background 180ms ease; }
.page-id-73 .jd-timeline-row:hover { padding-inline: 18px !important; background: rgba(255, 255, 255, 0.035); }
.page-id-73 .jd-timeline-index .elementor-heading-title { color: #78adff; font-family: var(--jd-font-body); font-size: 12px; font-weight: 800; letter-spacing: 0.13em; }
.page-id-73 .jd-timeline-title .elementor-heading-title { margin: 0; color: var(--jd-white); font-size: clamp(1.35rem, 2vw, 1.85rem); letter-spacing: -0.02em; }
.page-id-73 .jd-timeline-copy { color: rgba(255, 255, 255, 0.66); font-size: 14px; line-height: 1.7; }

.page-id-73 .jd-vision { padding-bottom: clamp(95px, 10vw, 150px) !important; background: var(--jd-white) !important; }
.page-id-73 .jd-vision__feature { position: relative; display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr); align-items: stretch; gap: 0 !important; margin-top: 65px !important; overflow: hidden; background: var(--jd-primary-deep); border-radius: 24px; box-shadow: var(--jd-shadow); }
.page-id-73 .jd-vision-image { min-height: 560px; }
.page-id-73 .jd-vision-image,
.page-id-73 .jd-vision-image .elementor-widget-container { height: 100%; }
.page-id-73 .jd-vision-image img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; filter: saturate(0.75) contrast(1.05); }
.page-id-73 .jd-vision__statement { display: flex !important; flex-direction: column; justify-content: center; padding: clamp(38px, 6vw, 78px) !important; background: linear-gradient(145deg, var(--jd-primary), var(--jd-primary-dark)); }
.page-id-73 .jd-vision-quote .elementor-heading-title { margin: 0; color: var(--jd-white); font-size: clamp(1.8rem, 3.2vw, 3.35rem); letter-spacing: -0.015em; line-height: 1.08; }
.page-id-73 .jd-vision-copy { margin-top: 25px; color: rgba(255, 255, 255, 0.72); font-size: 15px; line-height: 1.72; }
.page-id-73 .jd-strategy-grid { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px !important; margin-top: 18px !important; }
.page-id-73 .jd-strategy-card { display: flex !important; flex-direction: column; min-height: 210px; padding: 26px !important; background: var(--jd-surface); border: 1px solid var(--jd-border); border-radius: 16px; }
.page-id-73 .jd-strategy-index .elementor-heading-title { color: var(--jd-primary); font-family: var(--jd-font-body); font-size: 11px; font-weight: 800; letter-spacing: 0.12em; }
.page-id-73 .jd-strategy-title .elementor-heading-title { margin: 38px 0 0; color: var(--jd-heading); font-size: 19px; letter-spacing: -0.02em; }
.page-id-73 .jd-strategy-copy { margin-top: 13px; color: var(--jd-muted); font-size: 13px; line-height: 1.58; }

.page-id-73 .jd-newsroom { background: linear-gradient(180deg, var(--jd-white) 0%, #f6f9ff 100%) !important; }
.page-id-73 .jd-newsroom__header { display: grid !important; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 40px !important; }
.page-id-73 .jd-newsroom-action .elementor-button { color: var(--jd-white); background: var(--jd-primary); border: 1px solid var(--jd-primary); box-shadow: 0 12px 28px rgba(21, 94, 239, 0.18); }
.page-id-73 .jd-newsroom-action .elementor-button:hover { color: var(--jd-white); background: var(--jd-primary-dark); border-color: var(--jd-primary-dark); }
.page-id-73 .jd-newsroom-widget { width: 100%; margin-top: 44px; }
.jd-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.jd-news-card { display: grid; grid-template-rows: auto minmax(0, 1fr); min-width: 0; overflow: hidden; background: var(--jd-white); border: 1px solid rgba(21, 94, 239, 0.16); border-radius: 20px; box-shadow: 0 12px 35px rgba(8, 27, 51, 0.06); transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease; }
.jd-news-card:hover { border-color: rgba(21, 94, 239, 0.34); box-shadow: 0 22px 55px rgba(8, 27, 51, 0.11); transform: translateY(-4px); }
.jd-news-card--featured { grid-column: 1 / -1; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); grid-template-rows: auto; }
.jd-news-card__media { display: block; aspect-ratio: 4 / 3; min-height: 0; overflow: hidden; background: var(--jd-primary-light); text-decoration: none; }
.jd-news-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.jd-news-card:hover .jd-news-card__media img { transform: scale(1.035); }
.jd-news-card__media > span { display: grid; place-items: center; height: 100%; color: var(--jd-primary); font-family: var(--jd-font-heading); font-size: 50px; font-weight: 900; }
.jd-news-card__body { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; min-height: 285px; padding: 26px; }
.jd-news-card--featured .jd-news-card__body { min-height: 0; padding: clamp(30px, 3.5vw, 44px); }
.jd-news-card__meta { display: flex; flex-wrap: wrap; gap: 7px 18px; color: var(--jd-muted); font-size: 10px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; }
.jd-news-card h3 { margin: 15px 0 0; font-size: clamp(1.05rem, 1.3vw, 1.25rem); letter-spacing: -0.012em; line-height: 1.32; overflow-wrap: anywhere; text-wrap: pretty; }
.jd-news-card--featured h3 { font-size: clamp(1.7rem, 2.1vw, 2.2rem); line-height: 1.18; }
.jd-news-card h3 a { display: block; color: var(--jd-heading); text-decoration: none; }
.jd-news-card h3 a:hover { color: var(--jd-primary); }
.jd-news-card p { margin: 18px 0 0; color: var(--jd-muted); font-size: 14px; line-height: 1.65; }
.jd-news-card--featured p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.jd-news-card__link { margin-top: auto; padding-top: 22px; font-size: 11px; font-weight: 800; letter-spacing: 0.07em; text-decoration: none; text-transform: uppercase; }

.page-id-73 .jd-contact { color: rgba(255, 255, 255, 0.72); background: linear-gradient(135deg, var(--jd-primary-deep), #0b347a) !important; }
.page-id-73 .jd-contact::after { position: absolute; right: -12vw; bottom: -20vw; width: 45vw; height: 45vw; border: 1px solid rgba(255, 255, 255, 0.11); border-radius: 50%; content: ""; }
.page-id-73 .jd-contact__shell { position: relative; z-index: 2; display: grid !important; grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr); align-items: start; gap: clamp(50px, 8vw, 110px) !important; }
.page-id-73 .jd-contact__copy,
.page-id-73 .jd-contact__form { display: flex !important; flex-direction: column; width: 100% !important; padding: 0 !important; }
.page-id-73 .jd-contact .jd-section-kicker .elementor-heading-title { color: #78adff; }
.page-id-73 .jd-contact-title .elementor-heading-title { max-width: 560px; margin: 20px 0 0; color: var(--jd-white); font-size: clamp(2.2rem, 4.2vw, 4.6rem); letter-spacing: -0.015em; line-height: 1.06; }
.page-id-73 .jd-contact-copy { max-width: 520px; margin-top: 28px; color: rgba(255, 255, 255, 0.68); font-size: 16px; line-height: 1.72; }
.page-id-73 .jd-contact-links-widget { width: 100%; margin-top: 36px; }
.page-id-73 .jd-contact-email { display: inline-block; padding-bottom: 8px; color: var(--jd-white); border-bottom: 1px solid rgba(255, 255, 255, 0.35); font-family: var(--jd-font-heading); font-size: clamp(1rem, 2vw, 1.35rem); font-weight: 800; text-decoration: none; }
.page-id-73 .jd-social-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.page-id-73 .jd-social-links a { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 13px; color: rgba(255, 255, 255, 0.75); border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 9px; font-size: 11px; font-weight: 750; letter-spacing: 0.04em; text-decoration: none; text-transform: uppercase; }
.page-id-73 .jd-social-links a:hover { color: var(--jd-primary-dark); background: var(--jd-white); border-color: var(--jd-white); }
.page-id-73 .jd-contact__form { position: relative; padding: clamp(28px, 5vw, 52px) !important; color: var(--jd-text); background: var(--jd-white); border-radius: 20px; box-shadow: 0 32px 90px rgba(0, 0, 0, 0.24); }
.page-id-73 .jd-contact-form-title .elementor-heading-title { margin: 0 0 26px; color: var(--jd-heading); font-size: clamp(1.7rem, 3vw, 2.5rem); letter-spacing: -0.04em; }
.page-id-73 .jd-contact-form-widget label { color: var(--jd-heading); font-size: 12px; font-weight: 750; letter-spacing: 0.04em; text-transform: uppercase; }
.page-id-73 .jd-contact-form-widget p { margin-bottom: 15px; }
.page-id-73 .jd-contact-form-widget textarea { max-height: 125px; resize: vertical; }
.page-id-73 .jd-contact-form-widget .wpcf7-submit { width: 100%; background: linear-gradient(135deg, var(--jd-primary), var(--jd-accent)); }

/* Single article refinements and explicit archive access. */
.single-hero { padding-block: clamp(62px, 7vw, 98px); }
.single-hero .content-shell--narrow { width: min(980px, calc(100% - 40px)); }
.single-hero h1 { max-width: 920px; font-size: 42px; letter-spacing: -0.01em; line-height: 1.16; }
.page-id-320 .entry-title { letter-spacing: 0; line-height: 1.25; }
.single-back-link { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 28px; color: #b9d4ff; font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-decoration: none; text-transform: uppercase; }
.single-back-link:hover { color: var(--jd-white); }
.single-hero .post-categories { margin-bottom: 18px; }
.single-archive-widget h2 { margin: 0 0 4px; font-size: 19px; }
.single-archive-widget > p { margin: 0 0 16px; color: var(--jd-muted); font-size: 13px; }
.single-archive-widget ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.single-archive-widget li { padding: 9px 0; color: var(--jd-muted); border-top: 1px solid var(--jd-border); font-size: 12px; }
.single-archive-widget li:last-child { padding-bottom: 0; }
.single-archive-widget a { margin-right: 4px; color: var(--jd-heading); }
.single-aside__context { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--jd-border); }
.single-aside__context p { margin-bottom: 0; }
.supports-reveal .post-card,
.supports-reveal .single-aside,
.supports-reveal .error-content,
.supports-reveal .jd-reveal { opacity: 0; transform: translateY(18px); }
.supports-reveal .post-card.is-visible,
.supports-reveal .single-aside.is-visible,
.supports-reveal .error-content.is-visible,
.supports-reveal .jd-reveal.is-visible { opacity: 1; transform: none; transition: opacity 500ms ease, transform 500ms ease; }

@media (max-width: 1100px) {
  .site-header__inner { gap: 16px; }
  .site-brand__text small { display: none; }
  .primary-menu { gap: 18px; }
  .header-cta { display: none; }
  .single-layout { grid-template-columns: minmax(0, 1fr) 250px; gap: 45px; }
  .page-id-73 .jd-hero__shell { grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr); gap: 38px !important; }
  .page-id-73 .jd-display-name .elementor-heading-title { font-size: clamp(4rem, 8vw, 6.8rem); }
  .page-id-73 .jd-hero__visual { min-height: 500px; }
  .page-id-73 .jd-hero-portrait img { width: min(118%, 520px); max-height: 530px; }
  .page-id-73 .jd-float-card--two { right: 0; }
}

@media (max-width: 1024px) {
  :root { --jd-header-height: 72px; }
  .site-header__inner { min-height: var(--jd-header-height); }
  .menu-toggle { display: block; margin-left: auto; }
  .site-navigation {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - var(--jd-header-height));
    overflow-y: auto;
    padding: 18px 20px 25px;
    background: var(--jd-white);
    border-bottom: 1px solid var(--jd-border);
    box-shadow: 0 22px 42px rgba(8, 27, 51, 0.12);
  }
  .site-navigation.is-open { display: block; }
  .primary-menu { display: grid; gap: 0; }
  .primary-menu a { display: flex; padding: 14px 4px; border-bottom: 1px solid var(--jd-border); font-size: 16px; }
  .primary-menu a::after { display: none; }
  .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .single-layout { grid-template-columns: 1fr; }
  .single-hero h1 { font-size: 32px; }
  .single-aside { position: static; order: -1; grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.28fr); gap: 24px; width: 100%; max-width: 760px; }
  .single-author-widget { padding: 0 24px 0 0; border-right: 1px solid var(--jd-border); border-bottom: 0; }
  .single-author-widget + .single-archive-widget { padding-top: 0; }
  .single-aside__context { grid-column: 1 / -1; }
  .single-archive-widget ul { grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 22px; }
  .site-footer__grid { grid-template-columns: 1.3fr 0.7fr; gap: 55px; }
  .site-footer__cta { grid-column: 1 / -1; }
  .page-id-73 .jd-expertise__header { grid-template-columns: 1fr; gap: 20px !important; }
  .page-id-73 .jd-expertise__intro { justify-self: start; }
  .page-id-73 .jd-expertise-card:nth-child(n) { grid-column: span 6; }
  .page-id-73 .jd-experience__lead { grid-template-columns: 180px minmax(0, 1fr); gap: 38px !important; }
  .page-id-73 .jd-strategy-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-id-73 .jd-contact__shell { grid-template-columns: minmax(0, 0.86fr) minmax(380px, 1.14fr); gap: 45px !important; }
}

@media (max-width: 820px) {
  .page-id-73 .jd-hero { padding-top: 50px !important; }
  .page-id-73 .jd-hero::before { width: 18%; height: 45%; }
  .page-id-73 .jd-hero::after { top: 46%; right: -12%; width: 72vw; }
  .page-id-73 .jd-hero__shell { grid-template-columns: 1fr; min-height: auto; }
  .page-id-73 .jd-display-name .elementor-heading-title { max-width: 600px; font-size: clamp(5rem, 16vw, 7.2rem); }
  .page-id-73 .jd-hero__visual { width: min(540px, 94%) !important; min-height: 540px; margin: 30px auto 0 !important; }
  .page-id-73 .jd-hero-portrait img { max-height: 540px; }
  .page-id-73 .jd-about__grid { grid-template-columns: 1fr; }
  .page-id-73 .jd-about__media { width: min(520px, 88%) !important; margin-inline: auto; }
  .page-id-73 .jd-about__copy { max-width: 680px; }
  .page-id-73 .jd-experience__lead { grid-template-columns: 145px minmax(0, 1fr); }
  .page-id-73 .jd-timeline-row { grid-template-columns: 75px minmax(190px, 0.75fr) minmax(0, 1.25fr); gap: 24px !important; }
  .page-id-73 .jd-vision__feature { grid-template-columns: 1fr; }
  .page-id-73 .jd-vision-image,
  .page-id-73 .jd-vision-image img { min-height: 420px; max-height: 480px; }
  .jd-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jd-news-card--featured { grid-column: 1 / -1; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); grid-template-rows: auto; }
  .jd-news-card--featured .jd-news-card__body { padding: 24px; }
  .jd-news-card--featured h3 { font-size: 1.3rem; }
  .jd-news-card--featured p { display: none; }
  .jd-news-card--featured .jd-news-card__link { padding-top: 16px; }
  .page-id-73 .jd-contact__shell { grid-template-columns: 1fr; }
  .page-id-73 .jd-contact__copy { max-width: 650px; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .content-shell,
  .content-shell--narrow,
  .site-header__inner,
  .site-footer__grid,
  .site-footer__bottom { width: min(100% - 28px, 1180px); }
  .site-brand__mark { width: 42px; height: 42px; }
  .site-brand--header { height: 44px; gap: 8px; }
  .site-brand--header .site-brand__logo { flex-basis: 66px; width: 66px; }
  .site-brand__header-name { font-size: 15px; }
  .site-brand__text strong { font-size: 16px; }
  .single-hero,
  .archive-hero { padding-block: 64px 72px; }
  .single-featured { width: calc(100% - 20px); margin-top: -28px; }
  .single-featured img { border-width: 5px; border-radius: 16px; }
  .single-layout { padding-block: 55px; }
  .post-navigation { grid-template-columns: 1fr; }
  .post-navigation > div:last-child { text-align: left; }
  .post-grid { grid-template-columns: 1fr; }
  .archive-content { padding-block: 48px 70px; }
  .search-form { flex-direction: column; gap: 8px; }
  .search-field,
  .search-submit { width: 100%; border-radius: 9px; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 42px; padding-block: 58px 45px; }
  .site-footer__cta { grid-column: auto; }
  .site-footer__bottom { display: grid; }
  .error-actions { flex-direction: column; }
  .error-actions .button { width: 100%; }
  .single-hero h1 { font-size: 24px; }
  .single-aside { grid-template-columns: 1fr; gap: 0; padding: 22px; }
  .single-author-widget { padding: 0 0 22px; border-right: 0; border-bottom: 1px solid var(--jd-border); }
  .single-author-widget + .single-archive-widget { padding-top: 22px; }
  .single-aside__context { grid-column: auto; }
  .single-archive-widget ul { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 16px; }
  .single-back-link { margin-bottom: 22px; }
  .page-id-73 .jd-shell { width: min(100% - 28px, 1180px) !important; }
  .page-id-73 .jd-section { padding: 78px 0 !important; }
  .page-id-73 .jd-section-title .elementor-heading-title { font-size: clamp(2.35rem, 12vw, 3.7rem); }
  .page-id-73 .jd-experience .jd-section-title .elementor-heading-title { font-size: clamp(2rem, 9.5vw, 3.2rem); }
  .page-id-73 .jd-hero { padding-top: 36px !important; }
  .page-id-73 .jd-hero::before { display: none; }
  .page-id-73 .jd-hero__shell { width: min(100% - 28px, 1180px) !important; }
  .page-id-73 .jd-display-name .elementor-heading-title { margin-top: 17px; font-size: clamp(4.2rem, 23vw, 6.2rem); line-height: 0.8; }
  .page-id-73 .jd-display-name .elementor-heading-title span { -webkit-text-stroke-width: 1.5px; }
  .page-id-73 .jd-hero-role .elementor-heading-title { margin-top: 24px; font-size: 11px; }
  .page-id-73 .jd-hero-actions { display: grid !important; grid-template-columns: 1fr 1fr; }
  .page-id-73 .jd-primary-action,
  .page-id-73 .jd-secondary-action,
  .page-id-73 .jd-primary-action .elementor-button,
  .page-id-73 .jd-secondary-action .elementor-button { width: 100%; }
  .page-id-73 .jd-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-id-73 .jd-hero__visual { width: min(100%, 420px) !important; min-height: 440px; margin-top: 24px !important; }
  .page-id-73 .jd-hero-portrait img { max-height: 460px; }
  .page-id-73 .jd-float-card { min-width: 132px; padding: 12px 13px; }
  .page-id-73 .jd-float-card--one { top: 18%; left: -2%; }
  .page-id-73 .jd-float-card--two { right: -1%; bottom: 13%; }
  .page-id-73 .jd-hero-rail { justify-content: flex-start; gap: 8px 14px; padding: 18px 20px; }
  .page-id-73 .jd-hero-rail span + span::before { margin-right: 14px; }
  .page-id-73 .jd-about__statement .elementor-heading-title { font-size: clamp(2rem, 8.25vw, 3rem); }
  .page-id-73 .jd-about__grid { margin-top: 45px !important; }
  .page-id-73 .jd-about__media { width: 92% !important; }
  .page-id-73 .jd-about-badge { width: 108px; height: 108px; border-width: 5px; }
  .page-id-73 .jd-about-badge strong { font-size: 28px; }
  .page-id-73 .jd-expertise__grid { grid-template-columns: 1fr; margin-top: 42px !important; }
  .page-id-73 .jd-expertise-card:nth-child(n) { grid-column: auto; min-height: 230px; }
  .page-id-73 .jd-experience__lead { grid-template-columns: 1fr; gap: 28px !important; margin-top: 40px !important; }
  .page-id-73 .jd-experience-big-number .elementor-heading-title { font-size: 5rem; }
  .page-id-73 .jd-timeline { margin-top: 48px !important; }
  .page-id-73 .jd-timeline-row { grid-template-columns: 48px minmax(0, 1fr); gap: 16px !important; padding: 25px 0 !important; }
  .page-id-73 .jd-timeline-copy { grid-column: 2; }
  .page-id-73 .jd-vision__feature { margin-top: 42px !important; border-radius: 18px; }
  .page-id-73 .jd-vision-image,
  .page-id-73 .jd-vision-image img { min-height: 330px; max-height: 380px; }
  .page-id-73 .jd-vision__statement { padding: 34px 26px !important; }
  .page-id-73 .jd-strategy-grid { grid-template-columns: 1fr; }
  .page-id-73 .jd-strategy-card { min-height: 180px; }
  .page-id-73 .jd-newsroom__header { grid-template-columns: 1fr; }
  .page-id-73 .jd-newsroom-action { justify-self: start; }
  .page-id-73 .jd-newsroom-widget { margin-top: 34px; }
  .jd-news-grid { grid-template-columns: 1fr; gap: 18px; }
  .jd-news-card,
  .jd-news-card--featured { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: auto minmax(0, 1fr); }
  .jd-news-card--featured h3 { font-size: 1.55rem; }
  .jd-news-card__body,
  .jd-news-card--featured .jd-news-card__body { min-height: 0; padding: 24px; }
  .page-id-73 .jd-contact__form { padding: 26px 20px !important; }
  .page-id-73 .jd-contact-email { overflow-wrap: anywhere; }
}

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