/*
Theme Name: Hello Elementor Child
Description: Modern executive resume styling for justenhoffer.com
Template: hello-elementor
Version: 1.0.0
*/

:root {
  --ink: #0b1220;
  --ink-2: #0e1729;
  --ink-soft: #2b3a4f;
  --slate: #55647a;
  --paper: #f4f6fb;
  --paper-deep: #e9edf6;
  --card: #ffffff;
  --card-line: #dde4ef;
  --azure: #2f6bff;
  --azure-soft: #5b8bff;
  --cyan: #38bdf8;
  --font-display: 'Sora', 'Helvetica Neue', Arial, sans-serif;
  --font-body: 'Inter', 'Helvetica Neue', Arial, sans-serif;
}

body {
  background: var(--paper);
  font-family: var(--font-body);
  color: var(--ink-soft);
}

::selection { background: var(--azure); color: #fff; }

/* ---------- shared ---------- */

.jh-grain { position: relative; }
.jh-grain::after {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/><feColorMatrix type='saturate' values='0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/></svg>");
  mix-blend-mode: overlay; opacity: .10; pointer-events: none; z-index: 0;
}
.jh-grain > .elementor-container { position: relative; z-index: 1; }

.jh-h2 .elementor-heading-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(31px, 4vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.jh-h2 .elementor-heading-title::after {
  content: ""; display: block;
  width: 56px; height: 3px; margin-top: 18px;
  background: linear-gradient(90deg, var(--azure), var(--cyan));
}
.jh-h2--center .elementor-heading-title { text-align: center; }
.jh-h2--center .elementor-heading-title::after { margin-left: auto; margin-right: auto; }
.jh-h2--light .elementor-heading-title { color: #fff; }

.jh-btn .elementor-button {
  background: var(--azure);
  color: #fff;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 18px 38px;
  border-radius: 8px;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.jh-btn .elementor-button:hover {
  background: var(--azure-soft);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -12px rgba(47, 107, 255, .6);
}

.jh-chip {
  display: inline-block;
  margin: 0 6px 8px 0;
  padding: 7px 14px;
  font-size: 13px;
  line-height: 1;
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .88);
  transition: border-color .2s ease, background .2s ease;
}
.jh-chip:hover { border-color: var(--azure-soft); background: rgba(47, 107, 255, .18); }
.jh-chip--lt {
  background: rgba(11, 18, 32, .04);
  border-color: rgba(11, 18, 32, .12);
  color: var(--ink-soft);
}
.jh-chip--lt:hover { border-color: var(--azure); background: rgba(47, 107, 255, .08); }

/* ---------- hero ---------- */

.jh-hero {
  background:
    radial-gradient(1100px 600px at 85% -10%, rgba(47, 107, 255, .22), transparent 60%),
    radial-gradient(800px 500px at -10% 110%, rgba(56, 189, 248, .16), transparent 55%),
    var(--ink);
  padding: 130px 0 170px;
  overflow: hidden;
}
.jh-hero::before {
  content: "JH";
  position: absolute;
  right: -4%; top: -14%;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(280px, 34vw, 560px);
  line-height: 1;
  color: rgba(255, 255, 255, .03);
  pointer-events: none;
  z-index: 0;
}

.jh-overline .elementor-heading-title {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--cyan);
}
.jh-name .elementor-heading-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(54px, 7.4vw, 88px);
  line-height: .98;
  letter-spacing: -0.035em;
  color: #fff;
}
.jh-name .elementor-heading-title em {
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(90deg, var(--azure-soft), var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.jh-role .elementor-heading-title {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: clamp(18px, 2vw, 21px);
  letter-spacing: .01em;
  color: rgba(255, 255, 255, .8);
}
.jh-intro { max-width: 560px; }
.jh-intro p {
  font-size: 16.5px;
  line-height: 1.75;
  color: rgba(255, 255, 255, .72);
}

.jh-contact-strip .elementor-icon-list-items { gap: 10px 14px; }
.jh-contact-strip .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  padding: 12px 22px !important;
  margin: 0 8px 10px 0 !important;
  display: inline-flex;
  align-items: center;
  transition: border-color .2s ease;
}
.jh-contact-strip .elementor-icon-list-item:hover { border-color: var(--azure-soft); }
.jh-contact-strip .elementor-inline-items .elementor-icon-list-icon {
  margin-right: 11px !important;
  padding-right: 0 !important;
}
.jh-contact-strip .elementor-icon-list-icon i { color: var(--cyan); font-size: 14px; }
.jh-contact-strip .elementor-icon-list-text,
.jh-contact-strip a { color: rgba(255, 255, 255, .85); font-size: 14.5px; }

.jh-hero-card { display: flex; }
.jh-hero-card > .elementor-widget-wrap {
  background: linear-gradient(160deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .03));
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  padding: 32px 30px !important;
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .6);
  transform: rotate(-1.2deg);
  transition: transform .35s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.jh-hero-card > .elementor-widget-wrap:hover { transform: rotate(0deg); }
.jh-card-title .elementor-heading-title {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--cyan);
}
.jh-card-lead p {
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.6;
  margin: 12px 0 4px;
}
.jh-hero-facts .elementor-icon-list-items { display: block; }
.jh-hero-facts .elementor-icon-list-item {
  padding: 11px 0;
  align-items: flex-start;
}
.jh-hero-facts .elementor-icon-list-item:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, .09);
}
.jh-hero-facts .elementor-icon-list-icon { margin-top: 3px; }
.jh-hero-facts .elementor-icon-list-icon i { color: var(--cyan); font-size: 16px; }
.jh-hero-facts .elementor-icon-list-text {
  color: rgba(255, 255, 255, .92);
  font-size: 15.5px;
  line-height: 1.42;
}
.jh-hero-facts .elementor-icon-list-text b { color: #fff; font-weight: 700; }
.jh-card-tags { margin-top: 18px; }
.jh-card-tags p { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; }
.jh-card-tags span {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--cyan);
  background: rgba(56, 189, 248, .10);
  border: 1px solid rgba(56, 189, 248, .28);
  border-radius: 999px;
  padding: 6px 12px;
}

/* small section labels: Details / Certifications */
.jh-details-h .elementor-heading-title {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--slate);
}

/* hero load animation */
@keyframes jhUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
.jh-hero .elementor-widget { animation: jhUp .7s cubic-bezier(.22, .8, .3, 1) both; }
.jh-hero .elementor-widget:nth-child(1) { animation-delay: .05s; }
.jh-hero .elementor-widget:nth-child(2) { animation-delay: .13s; }
.jh-hero .elementor-widget:nth-child(3) { animation-delay: .21s; }
.jh-hero .elementor-widget:nth-child(4) { animation-delay: .29s; }
.jh-hero .elementor-widget:nth-child(5) { animation-delay: .37s; }
.jh-hero .elementor-widget:nth-child(6) { animation-delay: .45s; }
.jh-hero .elementor-widget:nth-child(7) { animation-delay: .53s; }
.jh-hero-card { animation: jhUp .8s cubic-bezier(.22, .8, .3, 1) .35s both; }

/* ---------- stats (overlapping card row) ---------- */

.jh-stats > .elementor-container {
  margin-top: -84px;
  background: var(--card);
  border: 1px solid var(--card-line);
  border-radius: 18px;
  box-shadow: 0 40px 80px -40px rgba(11, 18, 32, .4);
  overflow: hidden;
}
.jh-stat > .elementor-widget-wrap { padding: 40px 24px 34px !important; text-align: center; }
.jh-stat:not(:first-child) { border-left: 1px solid var(--card-line); }
.jh-stat-num .elementor-heading-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(30px, 3.4vw, 42px);
  color: var(--azure);
  letter-spacing: -0.03em;
}
.jh-stat-label p {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--slate);
  line-height: 1.55;
}

/* ---------- about ---------- */

.jh-about { padding: 100px 0 90px; }
.jh-body p { font-size: 16.5px; line-height: 1.8; color: var(--slate); }
.jh-quote p {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(21px, 2.6vw, 27px);
  line-height: 1.4;
  color: var(--ink);
  border-left: 3px solid var(--azure);
  padding-left: 24px;
  letter-spacing: -0.01em;
}
.jh-details .elementor-icon-list-item { padding: 10px 0; }
.jh-details .elementor-icon-list-item:not(:first-child) { border-top: 1px solid var(--card-line); }
.jh-details .elementor-icon-list-icon i { color: var(--azure); font-size: 16px; width: 22px; }
.jh-details .elementor-icon-list-text,
.jh-details a { color: var(--ink-soft); font-size: 15.5px; }

/* ---------- experience timeline ---------- */

.jh-experience { background: var(--paper-deep); padding: 100px 0; }
.jh-timeline > .elementor-widget-wrap { position: relative; }
.jh-timeline > .elementor-widget-wrap::before {
  content: "";
  position: absolute;
  left: 9px; top: 130px; bottom: 30px;
  width: 2px;
  background: linear-gradient(to bottom, var(--azure) 0%, rgba(11, 18, 32, .12) 32%);
}
.jh-job {
  margin-left: 44px;
  width: calc(100% - 44px);
  position: relative;
  background: var(--card);
  border: 1px solid var(--card-line);
  border-radius: 14px;
  box-shadow: 0 18px 40px -28px rgba(11, 18, 32, .3);
  margin-bottom: 26px;
  transition: transform .3s ease, box-shadow .3s ease;
}
.jh-job:hover {
  transform: translateX(4px);
  box-shadow: 0 24px 50px -28px rgba(11, 18, 32, .42);
}
.jh-job::before {
  content: "";
  position: absolute;
  left: -41px; top: 40px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--azure);
  box-shadow: 0 0 0 4px var(--paper-deep), 0 0 0 6px rgba(47, 107, 255, .35);
}
.jh-job > .elementor-container > .elementor-column > .elementor-widget-wrap {
  padding: 32px 38px 26px !important;
}
.jh-job-title .elementor-heading-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.jh-job-meta p {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--azure);
}
.jh-job-body ul { padding-left: 1.15em; margin: 0; }
.jh-job-body li {
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--slate);
  margin-bottom: 7px;
}
.jh-job-body li::marker { color: var(--azure); }

/* ---------- skills ---------- */

.jh-skills-head, .jh-skills-row { background: var(--ink); }
.jh-skills-head { padding: 100px 0 30px; }
.jh-skills-row { padding: 12px 0; }
.jh-skills-row.jh-skills-row--last { padding-bottom: 110px; }
.jh-skills-sub p { text-align: center; color: rgba(255, 255, 255, .6); font-size: 16px; }
.jh-skill-card > .elementor-widget-wrap {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 14px;
  padding: 28px 26px 20px !important;
  margin: 0 8px;
  height: 100%;
  transition: transform .3s ease, border-color .3s ease;
}
.jh-skill-card > .elementor-widget-wrap:hover {
  transform: translateY(-5px);
  border-color: rgba(47, 107, 255, .6);
}
.jh-skill-title .elementor-heading-title {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--cyan);
}

/* ---------- highlights / signature work cards ---------- */

.jh-work { padding: 100px 0; }
.jh-work-card > .elementor-widget-wrap {
  background: var(--card);
  border: 1px solid var(--card-line);
  border-top: 3px solid var(--azure);
  border-radius: 12px;
  padding: 30px 30px 24px !important;
  height: 100%;
  margin: 0 8px;
  transition: transform .3s ease, box-shadow .3s ease;
}
.jh-work-card > .elementor-widget-wrap:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 50px -28px rgba(11, 18, 32, .38);
}
.jh-work-title .elementor-heading-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 19px;
  line-height: 1.3;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.jh-work-metric .elementor-heading-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .06em;
  color: var(--azure);
  text-transform: uppercase;
}
.jh-work-body p { font-size: 15px; line-height: 1.7; color: var(--slate); }

/* ---------- education / certifications ---------- */

.jh-edu { padding: 100px 0; background: var(--paper-deep); }
.jh-degree-title .elementor-heading-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 21px;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.jh-degree-meta p { font-size: 15px; color: var(--slate); }
.jh-edu-body ul { padding-left: 1.15em; margin: 0; }
.jh-edu-body li { font-size: 15.5px; line-height: 1.75; color: var(--slate); margin-bottom: 7px; }
.jh-edu-body li::marker { color: var(--azure); }
.jh-cert-card > .elementor-widget-wrap {
  background: var(--card);
  border: 1px solid var(--card-line);
  border-left: 3px solid var(--azure);
  border-radius: 10px;
  padding: 20px 24px !important;
  margin-bottom: 14px;
  transition: transform .3s ease, box-shadow .3s ease;
}
.jh-cert-card > .elementor-widget-wrap:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -26px rgba(11, 18, 32, .35);
}
.jh-cert-title .elementor-heading-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 16px;
  color: var(--ink);
}
.jh-cert-meta p {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--azure);
  margin-top: 5px;
}

/* ---------- contact ---------- */

.jh-contact {
  background:
    radial-gradient(900px 500px at 50% 130%, rgba(47, 107, 255, .26), transparent 60%),
    var(--ink);
  padding: 110px 0 46px;
}
.jh-contact-title .elementor-heading-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(36px, 5vw, 54px);
  letter-spacing: -0.03em;
  color: #fff;
  text-align: center;
}
.jh-contact-sub p { text-align: center; color: rgba(255, 255, 255, .7); font-size: 17px; }
.jh-footer p { text-align: center; color: rgba(255, 255, 255, .38); font-size: 13px; letter-spacing: .06em; }

/* ---------- responsive ---------- */

@media (max-width: 1024px) {
  .jh-hero { padding: 100px 0 140px; }
  .jh-hero-card > .elementor-widget-wrap { transform: none; margin-top: 30px; }
}
@media (max-width: 767px) {
  .jh-hero { padding: 80px 0 120px; }
  .jh-stats > .elementor-container { margin-top: -60px; }
  .jh-stat:not(:first-child) { border-left: none; border-top: 1px solid var(--card-line); }
  .jh-stat > .elementor-widget-wrap { padding: 26px 20px 20px !important; }
  .jh-timeline > .elementor-widget-wrap::before { display: none; }
  .jh-job { margin-left: 0; width: 100%; }
  .jh-job::before { display: none; }
  .jh-job > .elementor-container > .elementor-column > .elementor-widget-wrap { padding: 26px 24px 20px !important; }
  .jh-skill-card > .elementor-widget-wrap,
  .jh-work-card > .elementor-widget-wrap { margin: 0 0 14px; }
  .jh-about, .jh-experience, .jh-edu, .jh-work { padding: 70px 0; }
  .jh-skills-head { padding: 70px 0 20px; }
}

/* ---------- cascade guard vs Elementor kit defaults ---------- */

.jh-h2 .elementor-heading-title,
.jh-job-title .elementor-heading-title,
.jh-degree-title .elementor-heading-title,
.jh-stat-num .elementor-heading-title,
.jh-name .elementor-heading-title,
.jh-work-title .elementor-heading-title,
.jh-work-metric .elementor-heading-title,
.jh-contact-title .elementor-heading-title {
  font-family: var(--font-display) !important;
}
.jh-overline .elementor-heading-title,
.jh-role .elementor-heading-title,
.jh-card-title .elementor-heading-title,
.jh-skill-title .elementor-heading-title,
.jh-cert-meta p, .jh-job-meta p {
  font-family: var(--font-body) !important;
}

.jh-h2 .elementor-heading-title { color: var(--ink) !important; }
.jh-h2--light .elementor-heading-title { color: #fff !important; }
.jh-name .elementor-heading-title { color: #fff !important; }
.jh-role .elementor-heading-title { color: rgba(255,255,255,.8) !important; }
.jh-overline .elementor-heading-title,
.jh-card-title .elementor-heading-title,
.jh-skill-title .elementor-heading-title { color: var(--cyan) !important; }
.jh-job-title .elementor-heading-title,
.jh-degree-title .elementor-heading-title,
.jh-work-title .elementor-heading-title { color: var(--ink) !important; }
.jh-stat-num .elementor-heading-title,
.jh-work-metric .elementor-heading-title { color: var(--azure) !important; }
.jh-contact-title .elementor-heading-title { color: #fff !important; }

.jh-btn .elementor-button {
  background-color: var(--azure) !important;
  color: #fff !important;
  font-family: var(--font-body) !important;
}
.jh-btn .elementor-button:hover { background-color: var(--azure-soft) !important; }

.jh-contact-strip .elementor-icon-list-text,
.jh-contact-strip a,
.jh-hero-facts .elementor-icon-list-text,
.jh-hero-facts a { color: rgba(255,255,255,.88) !important; font-family: var(--font-body) !important; }
.jh-contact-strip .elementor-icon-list-icon i,
.jh-hero-facts .elementor-icon-list-icon i { color: var(--cyan) !important; }
.jh-details .elementor-icon-list-text,
.jh-details a { color: var(--ink-soft) !important; font-family: var(--font-body) !important; }
.jh-details .elementor-icon-list-icon i { color: var(--azure) !important; }

.jh-intro p { color: rgba(255,255,255,.72) !important; font-family: var(--font-body) !important; }
.jh-skills-sub p { color: rgba(255,255,255,.6) !important; font-family: var(--font-body) !important; }
.jh-contact-sub p { color: rgba(255,255,255,.7) !important; font-family: var(--font-body) !important; }
.jh-footer p { color: rgba(255,255,255,.38) !important; font-family: var(--font-body) !important; }
.jh-stat-label p { color: var(--slate) !important; font-family: var(--font-body) !important; }
.jh-body p, .jh-degree-meta p, .jh-work-body p { color: var(--slate) !important; font-family: var(--font-body) !important; }
.jh-quote p { color: var(--ink) !important; font-family: var(--font-display) !important; }
.jh-job-meta p { color: var(--azure) !important; font-family: var(--font-body) !important; }
.jh-job-body li, .jh-edu-body li { color: var(--slate) !important; font-family: var(--font-body) !important; }
.jh-chip { color: rgba(255,255,255,.88) !important; font-family: var(--font-body) !important; }
.jh-chip--lt { color: var(--ink-soft) !important; }
.jh-cert-title .elementor-heading-title { font-family: var(--font-display) !important; color: var(--ink) !important; }
.jh-cert-meta p { color: var(--azure) !important; font-family: var(--font-body) !important; }

/* ---------- ghost / PDF button ---------- */

/* Lay the two hero buttons as a clean horizontal row (they are separate
   Elementor widgets stacked in one column by default). */
.jh-hero-btns .elementor-widget-wrap {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.jh-hero-btns .elementor-widget { width: auto !important; margin: 0 !important; }
.jh-btn-ghost .elementor-button {
  background: transparent !important;
  color: #fff !important;
  font-family: var(--font-body) !important;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 17px 34px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 8px;
  transition: border-color .25s ease, transform .25s ease, background .25s ease;
}
.jh-btn-ghost .elementor-button:hover {
  border-color: var(--azure-soft);
  background: rgba(47, 107, 255, .16) !important;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .jh-hero-btns .elementor-widget-wrap { flex-direction: column; align-items: flex-start; }
}

/* ---------- How I Lead ---------- */

.jh-lead { background: linear-gradient(180deg, #f6f9ff, #eef3fb); }
.jh-lead-sub p {
  color: var(--slate) !important;
  font-family: var(--font-body) !important;
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
  font-size: 16px;
}
.jh-lead-row { padding-top: 0 !important; }
.jh-lead-card > .elementor-widget-wrap {
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e6ecf5;
  border-radius: 18px;
  padding: 30px 40px !important;
  box-shadow: 0 26px 60px -34px rgba(11, 18, 32, .38);
}
.jh-lead-list .elementor-icon-list-item {
  padding: 14px 0;
  align-items: flex-start;
  border-bottom: 1px solid rgba(11, 18, 32, .07);
}
.jh-lead-list .elementor-icon-list-item:last-child { border-bottom: none; }
.jh-lead-list .elementor-icon-list-icon { margin-top: 3px; min-width: 26px; }
.jh-lead-list .elementor-icon-list-icon i { color: var(--azure) !important; font-size: 18px; }
.jh-lead-list .elementor-icon-list-text {
  color: var(--slate) !important;
  font-family: var(--font-body) !important;
  font-size: 15.5px;
  line-height: 1.55;
}
.jh-lead-list .elementor-icon-list-text b { color: var(--ink) !important; }
.jh-lead-note p {
  color: var(--slate) !important;
  font-family: var(--font-body) !important;
  font-style: italic;
  font-size: 14px;
  line-height: 1.6;
  border-top: 1px dashed rgba(11, 18, 32, .14);
  padding-top: 16px;
  margin: 0;
}

/* ============================================================
   PDF RESUME  —  dedicated compact executive document.
   Navy small-caps section heads with azure divider bars and a
   sharp azure corner block. Hidden on screen; on print the site
   is hidden and only this .jpr-doc prints.
   ============================================================ */

.jpr-doc { display: none; }

@media print {
  @page { size: A4; margin: 11mm 13mm; }

  :root {
    --jpr-blue: #2f6bff;
    --jpr-blue-deep: #17408b;
    --jpr-ink: #12202f;
    --jpr-slate: #4c5b6b;
  }

  * { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }
  html, body { background: #fff !important; }

  body > *:not(.jpr-doc) { display: none !important; }
  #wpadminbar { display: none !important; }
  a[href]::after, a[href]::before { content: "" !important; }

  .jpr-doc {
    display: block !important;
    position: relative;
    font-family: var(--font-body);
    color: var(--jpr-ink);
    font-size: 9.2px;
    line-height: 1.4;
  }
  .jpr-doc a { color: var(--jpr-ink); text-decoration: none; }

  /* signature corner block (top-left) */
  .jpr-doc::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 15mm; height: 15mm;
    background: linear-gradient(135deg, var(--jpr-blue), var(--jpr-blue-deep));
    border-radius: 0 0 100% 0;
    z-index: 0;
  }

  /* header */
  .jpr-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 4mm 0 8px 17mm;
    position: relative;
    z-index: 1;
  }
  .jpr-head-left { max-width: 68%; }
  .jpr-name {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 21px;
    letter-spacing: -0.02em;
    line-height: 1;
    color: var(--jpr-ink);
    margin: 0;
  }
  .jpr-role {
    font-weight: 700;
    font-size: 10px;
    color: var(--jpr-blue-deep);
    margin-top: 3px;
    letter-spacing: .01em;
  }
  .jpr-brand {
    font-size: 8.2px;
    color: var(--jpr-slate);
    margin-top: 3px;
    letter-spacing: .02em;
  }
  .jpr-contact { text-align: right; font-size: 8.6px; line-height: 1.65; color: var(--jpr-slate); }
  .jpr-contact a { color: var(--jpr-blue-deep); }

  /* section: azure divider bar above, small-caps head */
  .jpr-sec { margin-top: 8px; break-inside: avoid; }
  .jpr-sec--top { margin-top: 4px; }
  .jpr-sec-bar { border-top: 2.2px solid var(--jpr-blue); padding-top: 5px; }
  .jpr-sec-h {
    font-family: var(--font-display);
    font-weight: 700;
    font-variant: small-caps;
    text-transform: lowercase;
    font-size: 12.5px;
    letter-spacing: .03em;
    color: var(--jpr-blue-deep);
    margin: 0 0 4px;
  }

  .jpr-summary { margin: 0; text-align: justify; color: var(--jpr-ink); }

  /* bullet lists (achievements + experience) */
  .jpr-doc ul { margin: 0; padding-left: 14px; }
  .jpr-doc li { margin-bottom: 2.5px; }
  .jpr-doc li::marker { color: var(--jpr-blue); }
  .jpr-lead { font-weight: 700; color: var(--jpr-ink); }

  /* core competencies — grouped lines */
  .jpr-skill { margin-bottom: 3px; }
  .jpr-skill b { color: var(--jpr-blue-deep); font-weight: 700; }

  /* experience entries */
  .jpr-job { margin-bottom: 7px; break-inside: avoid; }
  .jpr-job:last-child { margin-bottom: 0; }
  .jpr-job-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
  .jpr-job-title { font-weight: 700; font-size: 9.8px; color: var(--jpr-ink); }
  .jpr-job-title span { font-weight: 400; color: var(--jpr-slate); }
  .jpr-job-dates { font-size: 8.6px; font-weight: 700; color: var(--jpr-ink); white-space: nowrap; }

  /* education */
  .jpr-edu-row { display: flex; justify-content: space-between; align-items: baseline; }
  .jpr-edu-school { font-weight: 700; color: var(--jpr-ink); }
  .jpr-edu-date { font-weight: 700; font-size: 8.6px; color: var(--jpr-ink); white-space: nowrap; }
  .jpr-edu-deg { color: var(--jpr-slate); margin-bottom: 3px; }
  .jpr-cert-row { margin-top: 3px; color: var(--jpr-slate); }
  .jpr-cert-row b { color: var(--jpr-ink); }
}
