/*
Theme Name: Jeffrey Hathaway Modern
Theme URI: https://www.jeffreyhathaway.com/
Author: OpenAI
Description: A modern executive personal-brand theme for Jeffrey Hathaway, focused on technology, entrepreneurship, ventures, and community leadership.
Version: 2.0.1
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: jeffrey-hathaway-modern
*/

:root {
  --jh-ink: #0b1220;
  --jh-navy: #101b2d;
  --jh-panel: #15233a;
  --jh-blue: #3b82f6;
  --jh-blue-2: #60a5fa;
  --jh-cyan: #67e8f9;
  --jh-white: #f8fafc;
  --jh-paper: #f2f5f9;
  --jh-muted: #9aa8bb;
  --jh-line: rgba(148, 163, 184, .20);
  --jh-shadow: 0 24px 70px rgba(2, 8, 23, .18);
  --jh-radius: 24px;
  --jh-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--jh-ink);
  background: var(--jh-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
::selection { background: #bfdbfe; color: #0b1220; }

.jh-container { width: 100%; max-width: calc(var(--jh-container) + 64px); margin-inline: auto; padding-inline: 32px; }
.jh-skip-link { position: absolute; left: -9999px; top: auto; }
.jh-skip-link:focus { left: 16px; top: 16px; z-index: 9999; padding: 10px 14px; background: #fff; border-radius: 10px; }

/* Header */
.jh-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(148,163,184,.14);
  background: rgba(11,18,32,.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.admin-bar .jh-site-header { top: 32px; }
.jh-nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.jh-brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; }
.jh-brand-mark {
  display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px;
  background: linear-gradient(145deg, var(--jh-blue), #2563eb);
  color: #fff; font-size: 14px; font-weight: 900; letter-spacing: .08em;
  box-shadow: 0 10px 30px rgba(37,99,235,.32);
}
.jh-brand-copy strong { display: block; font-size: 15px; line-height: 1.05; letter-spacing: .12em; text-transform: uppercase; }
.jh-brand-copy span { display: block; margin-top: 4px; color: #90a0b7; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.custom-logo { max-height: 44px; width: auto; }
.jh-main-nav { display: flex; align-items: center; gap: 26px; }
.jh-main-nav ul { display: flex; align-items: center; gap: 26px; list-style: none; padding: 0; margin: 0; }
.jh-main-nav a { color: #dbe5f1; text-decoration: none; font-size: 14px; font-weight: 700; transition: .2s ease; }
.jh-main-nav a:hover, .jh-main-nav .current-menu-item > a { color: #fff; }
.jh-nav-cta { padding: 10px 16px; border: 1px solid rgba(96,165,250,.45); border-radius: 999px; background: rgba(59,130,246,.10); }
.jh-menu-toggle { display: none; border: 0; background: transparent; color: #fff; padding: 8px; cursor: pointer; }
.jh-menu-toggle span { display:block; width: 26px; height: 2px; margin: 5px 0; background: currentColor; border-radius: 99px; }

/* Hero */
.jh-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 35%, rgba(59,130,246,.24), transparent 30%),
    radial-gradient(circle at 12% 72%, rgba(103,232,249,.08), transparent 26%),
    linear-gradient(135deg, #09111f 0%, #101c31 52%, #0d1829 100%);
}
.jh-hero::before {
  content:""; position:absolute; inset:0; opacity:.35; pointer-events:none;
  background-image:
    linear-gradient(rgba(148,163,184,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148,163,184,.07) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}
.jh-hero-inner { position: relative; min-height: 710px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); align-items: center; gap: 54px; }
.jh-hero-copy { min-width:0; position:relative; z-index:5; }
.jh-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 24px; color: #9cc7ff; font-size: 13px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.jh-eyebrow::before { content:""; width: 34px; height: 2px; background: linear-gradient(90deg, var(--jh-blue), var(--jh-cyan)); }
.jh-hero h1 { margin: 0; max-width: 780px; font-size: clamp(48px, 6.7vw, 88px); line-height: .98; letter-spacing: -.055em; font-weight: 850; }
.jh-hero h1 .accent { color: #7db5ff; }
.jh-hero-copy > p { max-width: 680px; margin: 28px 0 0; color: #b7c4d5; font-size: clamp(18px, 2vw, 21px); line-height: 1.65; }
.jh-hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top: 36px; }
.jh-button { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height: 50px; padding: 0 21px; border-radius: 13px; font-weight: 800; text-decoration:none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.jh-button:hover { transform: translateY(-2px); }
.jh-button-primary { color:#fff; background: linear-gradient(135deg, #3b82f6, #2563eb); box-shadow: 0 14px 35px rgba(37,99,235,.28); }
.jh-button-secondary { color:#e5edf7; border:1px solid rgba(148,163,184,.28); background: rgba(255,255,255,.04); }
.jh-button svg { width: 17px; height: 17px; }
.jh-hero-photo-wrap { position:relative; align-self:end; display:flex; justify-content:center; align-items:flex-end; min-width:0; min-height: 620px; }
.jh-hero-photo-halo { position:absolute; width: 420px; height: 420px; border-radius:50%; bottom: 82px; background: radial-gradient(circle, rgba(59,130,246,.35), rgba(59,130,246,.08) 52%, transparent 72%); filter: blur(2px); }
.jh-hero-photo { position:relative; z-index:2; display:block; max-height: 640px; max-width:100%; width:auto; height:auto; align-self:end; filter: drop-shadow(0 25px 34px rgba(0,0,0,.34)); }
.jh-photo-fallback { position:relative; z-index:2; display:none; place-items:center; align-content:center; align-self:center; width:330px; height:430px; border:1px solid rgba(125,181,255,.22); border-radius:48% 48% 32px 32px; background:linear-gradient(160deg,rgba(59,130,246,.22),rgba(15,23,42,.88)); box-shadow:0 30px 80px rgba(0,0,0,.22); color:#fff; text-align:center; }
.jh-photo-fallback span { display:block; font-size:86px; line-height:1; font-weight:900; letter-spacing:-.06em; }
.jh-photo-fallback small { display:block; margin-top:12px; color:#a9bdd7; font-size:12px; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
.jh-orbit { position:absolute; z-index:1; width: 460px; height:460px; bottom:58px; border:1px solid rgba(96,165,250,.15); border-radius:50%; }
.jh-orbit::before, .jh-orbit::after { content:""; position:absolute; border:1px solid rgba(96,165,250,.10); border-radius:50%; }
.jh-orbit::before { inset: 42px; } .jh-orbit::after { inset: 94px; }
.jh-hero-label { position:absolute; z-index:4; max-width:220px; padding:11px 15px; border:1px solid rgba(148,163,184,.22); border-radius:14px; background:rgba(15,23,42,.78); backdrop-filter:blur(12px); color:#dbeafe; font-size:11px; font-weight:800; line-height:1.25; letter-spacing:.09em; text-transform:uppercase; box-shadow:var(--jh-shadow); }
.jh-hero-label-one { right:0; top:31%; }
.jh-hero-label-two { left:0; top:52%; }

.jh-credibility { position:relative; z-index:4; margin-top:-1px; border-top:1px solid rgba(148,163,184,.12); background:#0b1424; color:#aab8ca; }
.jh-credibility-inner { min-height: 80px; display:grid; grid-template-columns: repeat(4, 1fr); align-items:center; }
.jh-credibility-item { padding: 10px 18px; text-align:center; font-size:12px; font-weight:800; letter-spacing:.11em; text-transform:uppercase; border-right:1px solid rgba(148,163,184,.13); }
.jh-credibility-item:last-child { border-right:0; }

/* Generic sections */
.jh-section { padding: 104px 0; }
.jh-section-soft { background: var(--jh-paper); }
.jh-section-dark { color:#fff; background: linear-gradient(145deg, #0b1424, #101b2d); }
.jh-section-head { display:grid; grid-template-columns: .75fr 1.25fr; align-items:end; gap: 50px; margin-bottom: 48px; }
.jh-kicker { color: #2563eb; font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.jh-section-title { margin:10px 0 0; font-size: clamp(38px, 5vw, 58px); line-height:1.02; letter-spacing:-.045em; }
.jh-section-intro { margin:0; color:#637083; font-size:18px; }
.jh-section-dark .jh-section-intro { color:#aab8ca; }

.jh-ventures { display:grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.jh-venture-card { position:relative; overflow:hidden; min-height: 350px; padding: 30px; border:1px solid #dce4ee; border-radius: var(--jh-radius); background:#fff; box-shadow: 0 14px 50px rgba(15,23,42,.06); text-decoration:none; transition:.25s ease; }
.jh-venture-card:hover { transform:translateY(-5px); border-color:#b6cced; box-shadow: 0 24px 65px rgba(15,23,42,.11); }
.jh-venture-icon { display:grid; place-items:center; width:52px; height:52px; margin-bottom:56px; border-radius:15px; color:#1d4ed8; background:#eaf2ff; }
.jh-venture-icon svg { width:25px; height:25px; }
.jh-venture-card h3 { margin:0; font-size:26px; letter-spacing:-.03em; }
.jh-venture-tag { margin-top:8px; color:#3b82f6; font-size:12px; font-weight:900; letter-spacing:.10em; text-transform:uppercase; }
.jh-venture-card p { margin:20px 0 0; color:#657285; font-size:15px; }
.jh-card-link { position:absolute; left:30px; bottom:28px; display:inline-flex; align-items:center; gap:8px; color:#1e4ca1; font-size:14px; font-weight:850; }
.jh-card-link::after { content:"→"; transition:transform .2s ease; }
.jh-venture-card:hover .jh-card-link::after { transform:translateX(4px); }

.jh-profile-grid { display:grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items:center; }
.jh-profile-panel { position:relative; min-height: 510px; border-radius: 32px; overflow:hidden; background: linear-gradient(160deg, #e9f1fc, #dfe7f2); }
.jh-profile-panel::before { content:""; position:absolute; inset:0; background-image: radial-gradient(#7aa7dc 1px, transparent 1px); background-size: 20px 20px; opacity:.25; mask-image: linear-gradient(135deg, black, transparent 70%); }
.jh-profile-panel img { position:absolute; z-index:2; bottom:0; left:50%; transform:translateX(-50%); max-height: 480px; width:auto; }
.jh-stat-badge { position:absolute; z-index:3; right:24px; top:28px; max-width:190px; padding:18px; border-radius:18px; background:rgba(255,255,255,.88); backdrop-filter:blur(8px); box-shadow:0 16px 45px rgba(15,23,42,.12); }
.jh-stat-badge strong { display:block; font-size:29px; line-height:1; color:#0f2340; }
.jh-stat-badge span { display:block; margin-top:8px; color:#6c7b90; font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.jh-profile-copy h2 { margin:10px 0 24px; font-size:clamp(40px,5vw,62px); line-height:1.03; letter-spacing:-.05em; }
.jh-profile-copy p { color:#637083; font-size:17px; }
.jh-pill-row { display:flex; flex-wrap:wrap; gap:10px; margin:28px 0; }
.jh-pill { padding:9px 12px; border:1px solid #dce5ef; border-radius:999px; background:#f8fafc; color:#42536a; font-size:12px; font-weight:850; }

.jh-community-grid { display:grid; grid-template-columns: 1.1fr .9fr; gap:24px; }
.jh-community-main { padding:44px; border:1px solid rgba(148,163,184,.15); border-radius:30px; background:rgba(255,255,255,.045); }
.jh-community-main h2 { margin:10px 0 18px; max-width:620px; font-size:clamp(38px,5vw,60px); line-height:1.04; letter-spacing:-.05em; }
.jh-community-main p { max-width:720px; color:#aab8ca; font-size:17px; }
.jh-community-cards { display:grid; gap:16px; }
.jh-mini-card { padding:26px; border:1px solid rgba(148,163,184,.15); border-radius:22px; background:rgba(255,255,255,.04); }
.jh-mini-card .jh-mini-label { color:#8ab9ff; font-size:11px; font-weight:900; text-transform:uppercase; letter-spacing:.13em; }
.jh-mini-card h3 { margin:8px 0 5px; font-size:21px; }
.jh-mini-card p { margin:0; color:#97a6ba; font-size:14px; }

.jh-testimonials { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.jh-quote { padding:34px; border:1px solid #dce4ee; border-radius:24px; background:#fff; }
.jh-quote-mark { color:#93b8ee; font-size:50px; font-weight:900; line-height:.8; }
.jh-quote p { color:#4b5a6f; font-size:17px; }
.jh-quote cite { display:block; margin-top:24px; color:#0f2038; font-style:normal; font-weight:850; }
.jh-quote cite span { display:block; margin-top:3px; color:#7c899b; font-size:13px; font-weight:600; }

.jh-cta { padding: 0 0 104px; background:var(--jh-paper); }
.jh-cta-panel { position:relative; overflow:hidden; display:grid; grid-template-columns:1.35fr .65fr; align-items:center; gap:24px; padding:52px; border-radius:32px; color:#fff; background:linear-gradient(125deg,#0c1b32,#173a68); box-shadow:var(--jh-shadow); }
.jh-cta-panel::after { content:""; position:absolute; width:360px;height:360px; right:-110px; top:-170px; border:1px solid rgba(125,181,255,.22); border-radius:50%; box-shadow:0 0 0 54px rgba(125,181,255,.04), 0 0 0 108px rgba(125,181,255,.03); }
.jh-cta-panel h2 { position:relative; z-index:2; margin:0; font-size:clamp(34px,4vw,52px); line-height:1.05; letter-spacing:-.04em; }
.jh-cta-panel p { position:relative; z-index:2; margin:14px 0 0; color:#b9c9db; }
.jh-cta-actions { position:relative; z-index:2; display:flex; justify-content:flex-end; }

/* Content templates */
.jh-page-hero { padding:100px 0 76px; color:#fff; background:linear-gradient(135deg,#0a1322,#13233b); }
.jh-page-hero .jh-kicker { color:#7db5ff; }
.jh-page-hero h1 { max-width:880px; margin:10px 0 0; font-size:clamp(46px,7vw,76px); line-height:1; letter-spacing:-.055em; }
.jh-content-wrap { width:min(900px, calc(100% - 40px)); margin:0 auto; padding:84px 0 110px; }
.jh-entry-content { font-size:17px; }
.jh-entry-content h2 { margin-top:2.2em; font-size:36px; line-height:1.1; letter-spacing:-.035em; }
.jh-entry-content h3 { margin-top:1.9em; font-size:27px; letter-spacing:-.025em; }
.jh-entry-content h4 { color:#335d96; }
.jh-entry-content p, .jh-entry-content li { color:#526176; }
.jh-entry-content a { color:#1e5aac; font-weight:750; text-decoration-thickness:1px; text-underline-offset:3px; }
.jh-entry-content blockquote { margin:34px 0; padding:26px 30px; border-left:4px solid #3b82f6; border-radius:0 18px 18px 0; background:#eef5ff; }
.jh-entry-content img { border-radius:18px; }
.jh-post-card-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.jh-post-card { border:1px solid #dce4ee; border-radius:20px; overflow:hidden; background:#fff; }
.jh-post-card-body { padding:24px; }
.jh-post-card h2 { margin:0; font-size:24px; line-height:1.15; }
.jh-post-card h2 a { text-decoration:none; }
.jh-post-card p { color:#68778a; }
.jh-meta { color:#8390a2; font-size:12px; font-weight:800; letter-spacing:.07em; text-transform:uppercase; }

/* Footer */
.jh-site-footer { padding:56px 0 28px; color:#99a8bb; background:#08111f; }
.jh-footer-top { display:flex; justify-content:space-between; gap:30px; padding-bottom:34px; border-bottom:1px solid rgba(148,163,184,.12); }
.jh-footer-brand { max-width:460px; }
.jh-footer-brand .jh-brand { margin-bottom:15px; }
.jh-footer-brand p { margin:0; font-size:14px; }
.jh-footer-nav ul { display:flex; gap:20px; list-style:none; padding:0; margin:10px 0 0; }
.jh-footer-nav a { color:#b9c5d4; text-decoration:none; font-size:13px; font-weight:700; }
.jh-footer-bottom { display:flex; justify-content:space-between; gap:20px; padding-top:24px; font-size:12px; }


/* About Jeffrey */
.jh-about-hero { position:relative; overflow:hidden; color:#fff; background:radial-gradient(circle at 78% 38%,rgba(59,130,246,.23),transparent 28%),linear-gradient(135deg,#09111f,#101c31 56%,#0d1829); }
.jh-about-hero::before { content:""; position:absolute; inset:0; opacity:.27; background-image:linear-gradient(rgba(148,163,184,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.07) 1px,transparent 1px); background-size:46px 46px; mask-image:linear-gradient(to bottom,black,transparent 92%); }
.jh-about-hero-grid { position:relative; z-index:1; min-height:660px; display:grid; grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr); gap:64px; align-items:center; }
.jh-about-hero-copy h1 { max-width:760px; margin:0; font-size:clamp(50px,6.5vw,86px); line-height:.98; letter-spacing:-.055em; }
.jh-about-hero-copy h1 .accent { color:#7db5ff; }
.jh-about-hero-copy > p { max-width:720px; margin:28px 0 0; color:#b7c4d5; font-size:19px; }
.jh-about-portrait-card { position:relative; min-height:560px; display:flex; align-items:flex-end; justify-content:center; }
.jh-about-portrait-orbit { position:absolute; width:430px; height:430px; bottom:60px; border:1px solid rgba(96,165,250,.15); border-radius:50%; box-shadow:0 0 0 55px rgba(96,165,250,.025),0 0 0 110px rgba(96,165,250,.02); }
.jh-about-portrait { position:relative; z-index:2; display:block; max-height:570px; max-width:100%; width:auto; height:auto; filter:drop-shadow(0 25px 34px rgba(0,0,0,.34)); }
.jh-about-portrait-card .jh-photo-fallback { height:400px; align-self:flex-end; margin-bottom:30px; }
.jh-about-card-note { position:absolute; z-index:4; right:0; bottom:40px; max-width:260px; padding:18px 20px; border:1px solid rgba(148,163,184,.22); border-radius:18px; background:rgba(15,23,42,.82); backdrop-filter:blur(12px); box-shadow:var(--jh-shadow); }
.jh-about-card-note strong { display:block; color:#fff; font-size:14px; }
.jh-about-card-note span { display:block; margin-top:5px; color:#aebdd0; font-size:12px; line-height:1.45; }
.jh-about-intro-grid { display:grid; grid-template-columns:.95fr 1.05fr; gap:70px; align-items:start; }
.jh-about-prose p { margin-top:0; color:#5b697d; font-size:18px; }
.jh-about-venture-stack { border-top:1px solid #d9e2ed; }
.jh-about-venture-row { display:grid; grid-template-columns:70px minmax(0,1fr) auto; gap:30px; align-items:center; padding:34px 0; border-bottom:1px solid #d9e2ed; }
.jh-about-venture-number { color:#91a1b5; font-size:14px; font-weight:900; letter-spacing:.12em; }
.jh-about-venture-copy h3 { margin:5px 0 8px; font-size:32px; line-height:1.05; letter-spacing:-.035em; }
.jh-about-venture-copy p { max-width:780px; margin:0; color:#637083; }
.jh-button-outline { min-width:210px; color:#153765; border:1px solid #cad8ea; background:#f8fbff; }
.jh-button-outline:hover { border-color:#9bb9e2; background:#eef5ff; }
.jh-about-community-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.jh-about-community-card { padding:30px; border:1px solid rgba(148,163,184,.15); border-radius:24px; background:rgba(255,255,255,.04); }
.jh-about-community-card > span { color:#8ab9ff; font-size:11px; font-weight:900; text-transform:uppercase; letter-spacing:.13em; }
.jh-about-community-card h3 { margin:10px 0 12px; font-size:25px; line-height:1.1; }
.jh-about-community-card p { color:#a5b4c7; font-size:15px; }
.jh-about-community-card a { display:inline-block; margin-top:8px; color:#9cc7ff; font-weight:800; text-decoration:none; }
.jh-about-tech-grid { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:center; }
.jh-about-tech-list { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.jh-about-tech-list span { padding:16px 18px; border:1px solid #dce5ef; border-radius:14px; background:#fff; color:#3f5067; font-size:13px; font-weight:850; }
.jh-about-editor-content { background:#fff; }

@media (max-width: 1100px) {
  .jh-hero-inner, .jh-about-hero-grid { grid-template-columns:minmax(0,1fr) minmax(320px,.8fr); gap:28px; }
  .jh-hero-label { display:none; }
}

@media (max-width: 960px) {
  .admin-bar .jh-site-header { top:46px; }
  .jh-menu-toggle { display:block; }
  .jh-main-nav { display:none; position:absolute; top:100%; left:0; right:0; padding:20px; background:#0b1424; border-top:1px solid rgba(148,163,184,.12); }
  .jh-main-nav.is-open { display:block; }
  .jh-main-nav ul { flex-direction:column; align-items:stretch; gap:8px; }
  .jh-main-nav a { display:block; padding:11px 0; }
  .jh-hero-inner { min-height:auto; grid-template-columns:1fr; padding-top:86px; }
  .jh-hero-copy { position:relative; z-index:5; }
  .jh-hero-photo-wrap { min-height:480px; }
  .jh-hero-photo { max-height:500px; }
  .jh-hero-label { display:none; }
  .jh-credibility-inner { grid-template-columns:repeat(2,1fr); }
  .jh-credibility-item:nth-child(2) { border-right:0; }
  .jh-credibility-item:nth-child(-n+2) { border-bottom:1px solid rgba(148,163,184,.13); }
  .jh-section-head, .jh-profile-grid, .jh-community-grid, .jh-cta-panel { grid-template-columns:1fr; }
  .jh-ventures, .jh-post-card-grid { grid-template-columns:1fr; }
  .jh-venture-card { min-height:310px; }
  .jh-testimonials { grid-template-columns:1fr; }
  .jh-cta-actions { justify-content:flex-start; }
  .jh-about-hero-grid { min-height:auto; grid-template-columns:1fr; padding-top:82px; }
  .jh-about-portrait-card { min-height:470px; }
  .jh-about-intro-grid, .jh-about-tech-grid { grid-template-columns:1fr; gap:28px; }
  .jh-about-venture-row { grid-template-columns:54px minmax(0,1fr); }
  .jh-about-venture-row .jh-button { grid-column:2; justify-self:start; }
  .jh-about-community-grid { grid-template-columns:1fr; }
}
@media (max-width: 640px) {
  .jh-about-hero-copy h1 { font-size:clamp(44px,14vw,64px); }
  .jh-about-portrait-card { min-height:420px; }
  .jh-about-card-note { right:4px; bottom:18px; max-width:220px; }
  .jh-about-venture-row { grid-template-columns:1fr; gap:12px; }
  .jh-about-venture-row .jh-button { grid-column:1; }
  .jh-about-tech-list { grid-template-columns:1fr; }
  .jh-container { padding-inline:18px; }
  .jh-brand-copy span { display:none; }
  .jh-nav { min-height:68px; }
  .jh-hero-inner { padding-top:64px; }
  .jh-hero h1 { font-size:clamp(44px,14vw,64px); }
  .jh-hero-photo-wrap { min-height:400px; }
  .jh-hero-photo { max-height:410px; }
  .jh-orbit { width:330px;height:330px; bottom:45px; }
  .jh-credibility-item { padding:15px 8px; font-size:10px; }
  .jh-section { padding:76px 0; }
  .jh-section-head { gap:22px; margin-bottom:34px; }
  .jh-profile-panel { min-height:430px; }
  .jh-community-main, .jh-cta-panel { padding:30px; }
  .jh-footer-top, .jh-footer-bottom { flex-direction:column; }
  .jh-footer-nav ul { flex-wrap:wrap; }
}


/* ==========================================================================\n   v1.3 — Network Engineering / Razzle & Dazzle\n   ========================================================================== */
:root {
  --jh-glow: rgba(96,165,250,.38);
  --jh-electric: #67e8f9;
  --jh-surface: #ffffff;
  --jh-surface-2: #f2f5f9;
  --jh-text: #0b1220;
  --jh-text-soft: #5b697d;
}
html[data-jh-theme="light"] {
  --jh-ink:#10203a; --jh-paper:#edf3f9; --jh-white:#fff; --jh-surface:#fff; --jh-surface-2:#edf3f9; --jh-text:#10203a; --jh-text-soft:#53657b;
}
html[data-jh-theme="dark"] {
  --jh-ink:#edf6ff; --jh-paper:#0d1727; --jh-white:#101b2d; --jh-surface:#111f34; --jh-surface-2:#0b1525; --jh-text:#e9f3ff; --jh-text-soft:#a9b8ca;
}
html[data-jh-theme="dark"] body { color:var(--jh-text); background:#0b1423; }
html[data-jh-theme="dark"] .jh-section:not(.jh-section-dark),
html[data-jh-theme="dark"] .jh-section-soft,
html[data-jh-theme="dark"] .jh-cta { background:#0d1727; }
html[data-jh-theme="dark"] .jh-section-title, html[data-jh-theme="dark"] .jh-profile-copy h2 { color:#f5f9ff; }
html[data-jh-theme="dark"] .jh-section-intro, html[data-jh-theme="dark"] .jh-profile-copy p, html[data-jh-theme="dark"] .jh-about-prose p { color:#a8b7c9; }
html[data-jh-theme="dark"] .jh-venture-card, html[data-jh-theme="dark"] .jh-quote, html[data-jh-theme="dark"] .jh-skill-card, html[data-jh-theme="dark"] .jh-case-card { background:#111f34; border-color:rgba(148,163,184,.15); color:#f3f7fc; }
html[data-jh-theme="dark"] .jh-case-card p, html[data-jh-theme="dark"] .jh-skill-card p, html[data-jh-theme="dark"] .jh-venture-card p { color:#a7b5c6; }
html[data-jh-theme="light"] .jh-site-header { background:rgba(245,249,253,.92); border-bottom-color:rgba(40,67,102,.12); }
html[data-jh-theme="light"] .jh-brand, html[data-jh-theme="light"] .jh-main-nav a { color:#10203a; }
html[data-jh-theme="light"] .jh-brand-copy span { color:#66768a; }
html[data-jh-theme="light"] .jh-icon-button, html[data-jh-theme="light"] .jh-menu-toggle { color:#163355; border-color:rgba(40,67,102,.16); background:rgba(16,32,58,.04); }

/* Navigation tools */
.jh-nav-tools { display:flex; align-items:center; gap:8px; }
.jh-icon-button { display:inline-flex; align-items:center; justify-content:center; min-width:42px; height:42px; padding:0 10px; color:#dce9f7; border:1px solid rgba(148,163,184,.18); border-radius:12px; background:rgba(255,255,255,.035); cursor:pointer; transition:.2s ease; }
.jh-icon-button:hover { color:#fff; border-color:rgba(96,165,250,.42); background:rgba(59,130,246,.10); }
.jh-theme-icon { font-size:17px; line-height:1; }

/* Telemetry */
.jh-telemetry { position:relative; z-index:5; color:#dce9f7; background:#08111f; border-top:1px solid rgba(148,163,184,.13); border-bottom:1px solid rgba(148,163,184,.13); }
.jh-telemetry-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.jh-telemetry-item { position:relative; min-height:74px; display:flex; flex-direction:column; justify-content:center; padding:11px 24px; border-right:1px solid rgba(148,163,184,.12); }
.jh-telemetry-item:last-child { border-right:0; }.jh-telemetry-item span { color:#5f7897; font:800 9px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing:.16em; }.jh-telemetry-item strong { margin-top:6px; color:#cfe8ff; font:800 11px/1.25 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing:.07em; }
.jh-telemetry-item:first-child strong::before { content:""; display:inline-block; width:7px; height:7px; margin-right:8px; border-radius:50%; background:#36e6a7; box-shadow:0 0 14px rgba(54,230,167,.8); }

/* Engineering feature */
.jh-engineering-feature { position:relative; background:linear-gradient(180deg,#f6f9fc,#eef4fa); }
.jh-engineering-feature::before { content:""; position:absolute; inset:0; pointer-events:none; opacity:.35; background-image:radial-gradient(circle at 2px 2px,rgba(38,85,140,.13) 1px,transparent 0); background-size:28px 28px; mask-image:linear-gradient(90deg,transparent,black 35%,black 65%,transparent); }
.jh-engineering-grid { position:relative; display:grid; grid-template-columns:.9fr 1.1fr; gap:64px; align-items:center; }
.jh-engineering-copy .jh-section-intro { margin:22px 0 26px; }
.jh-engineering-principles { display:grid; gap:9px; margin:0 0 29px; }
.jh-engineering-principles span { color:#476078; font-size:13px; font-weight:750; }.jh-engineering-principles i { display:inline-block; width:8px; height:8px; margin-right:10px; border:2px solid #3b82f6; border-radius:50%; box-shadow:0 0 0 4px rgba(59,130,246,.08); }
.jh-architecture-card { overflow:hidden; border:1px solid #d7e3ef; border-radius:26px; background:linear-gradient(160deg,#0d1a2d,#0a1423); box-shadow:0 30px 90px rgba(9,30,66,.16); }
.jh-architecture-card-head,.jh-architecture-card-foot { display:flex; align-items:center; justify-content:space-between; gap:18px; padding:15px 18px; color:#6f87a3; border-bottom:1px solid rgba(148,163,184,.12); font:800 9px/1.3 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing:.1em; }
.jh-architecture-card-head strong { color:#c7d9ec; font-size:9px; }.jh-architecture-card .jh-topology { display:block; padding:9px 10px 2px; }.jh-architecture-card-foot { border-top:1px solid rgba(148,163,184,.12); border-bottom:0; justify-content:flex-start; flex-wrap:wrap; }.jh-architecture-card-foot span i { display:inline-block; width:5px; height:5px; margin-right:5px; border-radius:50%; background:#67e8f9; }

/* Skill matrix */
.jh-skills-section { position:relative; overflow:hidden; }
.jh-skills-section::after { content:""; position:absolute; width:620px; height:620px; right:-220px; bottom:-280px; border:1px solid rgba(96,165,250,.12); border-radius:50%; box-shadow:0 0 0 70px rgba(96,165,250,.025),0 0 0 140px rgba(96,165,250,.018); }
.jh-skill-matrix { position:relative; z-index:2; display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.jh-skill-card { min-height:200px; padding:24px; border:1px solid rgba(148,163,184,.14); border-radius:20px; background:rgba(255,255,255,.035); transition:.24s ease; }
.jh-skill-card:hover { transform:translateY(-5px); border-color:rgba(103,232,249,.32); background:rgba(59,130,246,.07); box-shadow:0 20px 50px rgba(0,0,0,.18),0 0 35px rgba(59,130,246,.06); }
.jh-skill-node { display:flex; gap:4px; margin-bottom:26px; }.jh-skill-node span { width:7px; height:7px; border-radius:50%; background:#2f5e91; }.jh-skill-node span:first-child { background:#67e8f9; box-shadow:0 0 12px #67e8f9; }
.jh-skill-card h3 { margin:0 0 10px; color:#f2f7fd; font-size:17px; }.jh-skill-card p { margin:0; color:#92a3b8; font-size:13px; line-height:1.6; }
.jh-platform-rail { position:relative; z-index:2; display:grid; grid-template-columns:170px 1fr; gap:24px; align-items:center; margin-top:28px; padding-top:22px; border-top:1px solid rgba(148,163,184,.12); }.jh-platform-rail > strong { color:#6583a6; font-size:10px; letter-spacing:.13em; text-transform:uppercase; }.jh-platform-rail > div { display:flex; flex-wrap:wrap; gap:9px; }.jh-platform-rail span { padding:8px 11px; color:#b9c9db; border:1px solid rgba(148,163,184,.14); border-radius:9px; background:rgba(255,255,255,.03); font:700 10px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace; }

/* Case studies */
.jh-case-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.jh-case-card { position:relative; overflow:hidden; min-height:390px; padding:30px; border:1px solid #dce5ef; border-radius:22px; background:#fff; box-shadow:0 12px 36px rgba(23,45,72,.06); transition:.25s ease; }
.jh-case-card::after { content:""; position:absolute; width:190px; height:190px; right:-105px; top:-110px; border:1px solid rgba(59,130,246,.15); border-radius:50%; box-shadow:0 0 0 34px rgba(59,130,246,.025); transition:.25s ease; }.jh-case-card:hover { transform:translateY(-6px); border-color:#a9c8ed; box-shadow:0 24px 65px rgba(24,60,105,.12); }.jh-case-card:hover::after { transform:scale(1.08); }
.jh-case-index { color:#a2b2c5; font:900 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace; }.jh-case-tag { margin-top:55px; color:#2d69b5; font-size:10px; font-weight:900; text-transform:uppercase; letter-spacing:.12em; }.jh-case-card h3 { margin:10px 0 14px; font-size:26px; line-height:1.1; letter-spacing:-.035em; }.jh-case-card p { color:#617186; font-size:14px; }.jh-case-outcome { position:absolute; left:30px; right:30px; bottom:28px; padding-top:16px; color:#365a83; border-top:1px solid #e1e8f0; font-size:11px; font-weight:800; line-height:1.55; }

/* Stat band */
.jh-stats-band { padding:52px 0; color:#ddecfb; background:linear-gradient(120deg,#0a1424,#102641 55%,#0b1727); border-block:1px solid rgba(148,163,184,.12); }
.jh-stats-grid { display:grid; grid-template-columns:repeat(4,1fr); }.jh-big-stat { padding:8px 30px; border-right:1px solid rgba(148,163,184,.13); }.jh-big-stat:last-child{border-right:0}.jh-big-stat strong { display:block; color:#fff; font-size:clamp(32px,4vw,50px); line-height:1; letter-spacing:-.05em; }.jh-big-stat span { display:block; margin-top:9px; color:#8097b2; font-size:10px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }

/* Reveal/micro-interaction */
.jh-reveal { opacity:0; transform:translateY(16px); transition:opacity .6s ease,transform .65s cubic-bezier(.2,.7,.2,1); }.jh-reveal.is-visible { opacity:1; transform:none; }
@media (prefers-reduced-motion:reduce){.jh-reveal{opacity:1;transform:none;transition:none}.jh-terminal-cursor,.jh-console-blink{animation:none}.jh-packets{display:none}}

/* About timeline */
.jh-about-topology { position:absolute; inset:40px -180px 90px 20px; opacity:.22; z-index:0; }.jh-about-portrait-card > *:not(.jh-about-topology) { z-index:2; }
.jh-about-timeline-section { background:#fff; }
.jh-timeline { max-width:900px; margin:18px auto 0; }.jh-timeline-item { display:grid; grid-template-columns:36px 140px 1fr; gap:22px; min-height:150px; }.jh-timeline-rail { position:relative; }.jh-timeline-rail::before { content:""; position:absolute; left:17px; top:18px; bottom:-18px; width:1px; background:linear-gradient(#64b5ff,#d6e5f5); }.jh-timeline-item:last-child .jh-timeline-rail::before { display:none; }.jh-timeline-rail span { position:absolute; top:8px; left:9px; width:17px; height:17px; border:4px solid #edf5ff; border-radius:50%; background:#3b82f6; box-shadow:0 0 0 1px #84b8f4,0 0 18px rgba(59,130,246,.25); }.jh-timeline-when { padding-top:4px; color:#4e78aa; font:900 10px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing:.1em; text-transform:uppercase; }.jh-timeline-item h3 { margin:0 0 8px; font-size:23px; line-height:1.15; }.jh-timeline-item p { margin:0; color:#637286; font-size:15px; }

/* Network Engineering page */
.jh-network-hero { position:relative; overflow:hidden; padding:110px 0 90px; color:#fff; background:radial-gradient(circle at 75% 30%,rgba(46,139,255,.22),transparent 28%),linear-gradient(135deg,#07101c,#0d1d32 58%,#07111f); }
.jh-network-hero::before { content:""; position:absolute; inset:0; opacity:.24; background-image:linear-gradient(rgba(148,163,184,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.07) 1px,transparent 1px); background-size:40px 40px; mask-image:linear-gradient(90deg,black,transparent 65%); }
.jh-network-hero-grid { position:relative; display:grid; grid-template-columns:1.08fr .92fr; gap:60px; align-items:center; }.jh-network-hero h1 { max-width:760px; margin:0; font-size:clamp(50px,6.7vw,88px); line-height:.98; letter-spacing:-.055em; }.jh-network-hero-copy > p { max-width:720px; color:#afc1d5; font-size:19px; }
.jh-network-console { overflow:hidden; border:1px solid rgba(125,181,255,.18); border-radius:20px; background:rgba(3,11,22,.78); box-shadow:0 30px 100px rgba(0,0,0,.35),0 0 70px rgba(59,130,246,.08); }.jh-console-top { display:flex; align-items:center; gap:6px; padding:13px 15px; border-bottom:1px solid rgba(148,163,184,.12); }.jh-console-top > span { width:8px;height:8px;border-radius:50%;background:#315274}.jh-console-top > span:first-child{background:#ef6c6c}.jh-console-top > span:nth-child(2){background:#e7b95c}.jh-console-top > span:nth-child(3){background:#50c58a}.jh-console-top strong{margin-left:8px;color:#758aa4;font:700 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em}.jh-console-body{display:grid;gap:10px;padding:24px}.jh-console-body code{color:#8da2bc;font:500 12px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace}.jh-console-body code:first-child{color:#bfd5ed}.jh-console-body code span{color:#67e8f9}.jh-console-body b{color:#79f2bd;font-weight:800}.jh-console-blink{color:#67e8f9!important;animation:jhBlink 1s steps(1) infinite}
.jh-network-architecture { overflow:hidden; border:1px solid #d4e2f0; border-radius:28px; background:linear-gradient(160deg,#0b1728,#0a1422); box-shadow:0 30px 90px rgba(16,42,72,.18); }.jh-network-architecture .jh-topology-large { display:block; width:min(1040px,96%); margin:0 auto; }.jh-network-architecture-toolbar { display:flex; justify-content:space-between; gap:20px; padding:15px 20px; color:#6f89a7; border-bottom:1px solid rgba(148,163,184,.12); font:800 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing:.12em; }.jh-network-architecture-toolbar div i { display:inline-block;width:6px;height:6px;margin-right:7px;border-radius:50%;background:#67e8f9;box-shadow:0 0 10px #67e8f9}.jh-network-architecture-legend { display:flex; justify-content:center; flex-wrap:wrap; gap:10px; padding:15px; border-top:1px solid rgba(148,163,184,.12); }.jh-network-architecture-legend span { padding:6px 9px; color:#8ba0b9; border:1px solid rgba(148,163,184,.12); border-radius:8px; font:700 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace; }
.jh-focus-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }.jh-focus-card { min-height:280px; padding:28px; border:1px solid rgba(148,163,184,.14); border-radius:20px; background:rgba(255,255,255,.035); }.jh-focus-card > span { color:#4774a6; font:900 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace; }.jh-focus-card h3 { margin:62px 0 11px; color:#fff; font-size:23px; }.jh-focus-card p { color:#99aabd; font-size:14px; }.jh-principles-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:70px; align-items:start; }.jh-principle-list { border-top:1px solid #d8e2ec; }.jh-principle-list > div { display:grid; grid-template-columns:55px 1fr; gap:12px; align-items:center; padding:19px 5px; border-bottom:1px solid #d8e2ec; }.jh-principle-list span { color:#9aabba; font:900 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace; }.jh-principle-list strong { color:#263f5b; font-size:15px; }

/* 404 route */
.jh-route-404 { min-height:72vh; display:grid; place-items:center; color:#ddecfb; text-align:center; background:radial-gradient(circle at 50% 45%,rgba(59,130,246,.15),transparent 28%),#07111f; }.jh-route-404 .jh-route-code { color:#4b77aa; font:900 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing:.18em; }.jh-route-404 h1 { margin:18px 0 8px; font-size:clamp(58px,10vw,112px); line-height:.9; letter-spacing:-.07em; }.jh-route-404 p { color:#8fa3bb; }.jh-route-map { width:210px; height:80px; margin:25px auto; position:relative; }.jh-route-map::before { content:""; position:absolute; top:39px; left:10px; right:10px; height:2px; background:linear-gradient(90deg,#5da7f8 0 45%,transparent 45% 55%,#5da7f8 55%); }.jh-route-map span { position:absolute; top:30px; width:20px;height:20px;border-radius:50%;border:2px solid #67e8f9;background:#0a1727;box-shadow:0 0 16px rgba(103,232,249,.35)}.jh-route-map span:first-child{left:0}.jh-route-map span:nth-child(2){left:95px;border-color:#ef7184;box-shadow:0 0 16px rgba(239,113,132,.3)}.jh-route-map span:last-child{right:0}

.jh-footer-route { display:flex; align-items:center; gap:7px; font:700 9px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing:.07em; }.jh-footer-route i { width:6px;height:6px;border-radius:50%;background:#3ce0a4;box-shadow:0 0 9px #3ce0a4}.jh-footer-route button { padding:0; color:#86baff; border:0; background:transparent; font:inherit; cursor:pointer; }

/* Responsive v1.3 */
@media (max-width:1100px){
  .jh-skill-matrix{grid-template-columns:repeat(2,1fr)}.jh-focus-grid{grid-template-columns:repeat(2,1fr)}.jh-hero-topology{right:-250px;opacity:.5}.jh-network-hero-grid{grid-template-columns:1fr .8fr;gap:32px}.jh-terminal-line strong{display:none}.jh-terminal-line{grid-template-columns:auto auto 8px}
}
@media (max-width:960px){
  .jh-nav-tools{margin-left:auto}.jh-engineering-grid,.jh-network-hero-grid,.jh-principles-grid{grid-template-columns:1fr}.jh-case-grid{grid-template-columns:1fr}.jh-case-card{min-height:330px}.jh-telemetry-grid,.jh-stats-grid{grid-template-columns:repeat(2,1fr)}.jh-telemetry-item:nth-child(2),.jh-big-stat:nth-child(2){border-right:0}.jh-telemetry-item:nth-child(-n+2){border-bottom:1px solid rgba(148,163,184,.12)}.jh-big-stat:nth-child(-n+2){margin-bottom:22px}.jh-network-console{max-width:620px}.jh-about-topology{display:none}
}
@media (max-width:640px){
  .jh-icon-button{min-width:34px;height:34px;padding:0 8px}.jh-hero-v13{min-height:0}.jh-hero-network-stage{min-height:420px}.jh-hero-topology{width:620px;right:-280px;top:20px;opacity:.44}.jh-terminal-line{margin-top:20px}.jh-telemetry-item{padding:11px 12px}.jh-telemetry-item strong{font-size:9px}.jh-engineering-grid{gap:34px}.jh-architecture-card-head{align-items:flex-start;flex-direction:column}.jh-skill-matrix,.jh-focus-grid{grid-template-columns:1fr}.jh-platform-rail{grid-template-columns:1fr}.jh-case-card{padding:24px}.jh-case-outcome{left:24px;right:24px;bottom:22px}.jh-stats-grid{grid-template-columns:1fr 1fr}.jh-big-stat{padding:12px 16px}.jh-timeline-item{grid-template-columns:30px 1fr;gap:12px}.jh-timeline-when{grid-column:2}.jh-timeline-item>div:last-child{grid-column:2}.jh-timeline-rail{grid-row:1/span 2}.jh-network-hero{padding:78px 0 60px}.jh-network-hero h1{font-size:clamp(44px,13vw,64px)}.jh-network-architecture-toolbar{flex-direction:column}.jh-footer-route{display:none}
}


/* ==========================================================================
   v1.4 — Lighter hero network motion + recommendation provenance
   ========================================================================== */
.jh-brand-copy { min-width:0; }
.jh-brand-copy strong { white-space:nowrap; }
.jh-brand-copy span { max-width:330px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }

.jh-hero-network-stage { isolation:isolate; }
.jh-hero-network-stage::before {
  content:"";
  position:absolute;
  z-index:0;
  width:610px;
  height:610px;
  right:-54px;
  bottom:4px;
  border-radius:50%;
  background:
    radial-gradient(circle at 48% 46%, rgba(205,238,255,.21), rgba(112,183,255,.10) 36%, rgba(59,130,246,.035) 58%, transparent 72%);
  filter:blur(1px);
  pointer-events:none;
}
.jh-hero-topology {
  position:absolute;
  z-index:1;
  width:840px;
  max-width:none;
  right:-146px;
  top:-4px;
  opacity:.92;
  pointer-events:none;
  transform:translate3d(var(--jh-net-x,0px),var(--jh-net-y,0px),0);
  transition:transform .28s cubic-bezier(.2,.75,.25,1);
  will-change:transform;
}
.jh-hero-net-v14 { display:block; width:100%; height:auto; overflow:visible; }
.jh-hnet-aura { animation:jhAuraBreath 8s ease-in-out infinite; transform-origin:center; }
.jh-hnet-orbits ellipse { stroke:#b4dfff; stroke-width:1; opacity:.16; }
.jh-hnet-orbits ellipse:nth-child(2) { opacity:.11; stroke-dasharray:5 12; animation:jhOrbitSpin 26s linear infinite; transform-origin:488px 314px; }
.jh-hnet-orbits ellipse:nth-child(3) { opacity:.12; stroke-dasharray:2 10; animation:jhOrbitSpinReverse 19s linear infinite; transform-origin:488px 314px; }
.jh-hnet-grid path { fill:none; stroke:#c7e8ff; stroke-width:.7; stroke-dasharray:1 11; stroke-linecap:round; }
.jh-hnet-route { stroke:url(#jhHeroRoute); stroke-width:1.65; stroke-linecap:round; opacity:.56; }
.jh-hnet-route-a,.jh-hnet-route-c { stroke-dasharray:7 14; animation:jhRouteFlow 15s linear infinite; }
.jh-hnet-route-b,.jh-hnet-route-d { stroke:url(#jhHeroRouteSoft); stroke-dasharray:3 16; animation:jhRouteFlowReverse 18s linear infinite; }
.jh-hnet-route-e { stroke-width:1.1; opacity:.33; stroke-dasharray:2 10; animation:jhRouteFlow 12s linear infinite; }
.jh-hnet-node { filter:drop-shadow(0 0 9px rgba(113,199,255,.28)); }
.jh-hnet-ring { fill:rgba(12,28,49,.65); stroke:#a9e4ff; stroke-width:1.35; }
.jh-hnet-core { fill:#eaf8ff; stroke:#7bcfff; stroke-width:1.2; filter:url(#jhHeroGlow); }
.jh-hnet-pulse { fill:none; stroke:#8ed9ff; stroke-width:1; opacity:.22; transform-box:fill-box; transform-origin:center; animation:jhNodePulse 3.7s ease-out infinite; }
.jh-hnet-node:nth-child(2n) .jh-hnet-pulse { animation-delay:-1.5s; }
.jh-hnet-node:nth-child(3n) .jh-hnet-pulse { animation-delay:-2.6s; }
.jh-node-core .jh-hnet-ring { stroke:#d5f4ff; stroke-width:1.7; }
.jh-node-firewall .jh-hnet-ring { stroke:#93c8ff; }
.jh-hnet-packet { fill:#f3fcff; stroke:#7fd8ff; stroke-width:1; }
.jh-hnet-labels rect { fill:rgba(9,25,45,.68); stroke:rgba(167,222,255,.28); stroke-width:.8; }
.jh-hnet-labels text { fill:#ccecff; font:800 8px/1 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing:.12em; }

.jh-quote-source { margin-top:16px; padding-top:14px; border-top:1px solid #e6edf5; font-size:11px; font-weight:850; letter-spacing:.06em; text-transform:uppercase; }
.jh-quote-source a { color:#4475b7; text-decoration:none; }
.jh-quote-source a:hover { color:#1f5faa; text-decoration:underline; text-underline-offset:3px; }
html[data-jh-theme="dark"] .jh-quote-source { border-top-color:rgba(148,163,184,.14); }
html[data-jh-theme="dark"] .jh-quote-source a { color:#8dbfff; }

@keyframes jhRouteFlow { to { stroke-dashoffset:-84; } }
@keyframes jhRouteFlowReverse { to { stroke-dashoffset:92; } }
@keyframes jhNodePulse { 0%{opacity:.34;transform:scale(.78)} 68%,100%{opacity:0;transform:scale(1.7)} }
@keyframes jhAuraBreath { 0%,100%{opacity:.72;transform:scale(.98)} 50%{opacity:1;transform:scale(1.035)} }
@keyframes jhOrbitSpin { to { transform:rotate(360deg); } }
@keyframes jhOrbitSpinReverse { to { transform:rotate(-360deg); } }

@media (max-width:1100px) {
  .jh-hero-topology { width:760px; right:-210px; top:6px; opacity:.76; }
}
@media (max-width:640px) {
  .jh-brand-copy span { max-width:210px; }
  .jh-hero-network-stage::before { width:480px; height:480px; right:-165px; bottom:12px; }
  .jh-hero-topology { width:650px; right:-290px; top:2px; opacity:.62; }
  .jh-hnet-labels { display:none; }
}
@media (prefers-reduced-motion:reduce) {
  .jh-hnet-aura,.jh-hnet-orbits ellipse,.jh-hnet-route,.jh-hnet-pulse { animation:none !important; }
  .jh-hnet-packets { display:none; }
  .jh-hero-topology { transform:none !important; transition:none !important; }
}

/* ==========================================================================
   v1.5 — Resume / Experience
   ========================================================================== */
.jh-resume-page { background:#f7f9fc; }
.jh-resume-hero { position:relative; overflow:hidden; padding:112px 0 84px; color:#e9f3ff; background:linear-gradient(135deg,#081421 0%,#0d1d30 54%,#102a49 100%); }
.jh-resume-grid-bg { position:absolute; inset:0; opacity:.26; pointer-events:none; background-image:linear-gradient(rgba(125,174,224,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(125,174,224,.08) 1px,transparent 1px),radial-gradient(circle at 78% 32%,rgba(59,130,246,.2),transparent 24%); background-size:42px 42px,42px 42px,auto; mask-image:linear-gradient(to bottom,#000,transparent 92%); }
.jh-resume-hero-grid { position:relative; display:grid; grid-template-columns:minmax(0,1.12fr) minmax(340px,.72fr); gap:72px; align-items:center; }
.jh-resume-hero .jh-kicker { color:#83c9ff; }
.jh-resume-hero h1 { max-width:850px; margin:14px 0 20px; color:#fff; font-size:clamp(50px,6.4vw,86px); line-height:.96; letter-spacing:-.055em; }
.jh-resume-lede { max-width:760px; margin:0 0 24px; color:#afc2d8; font-size:18px; line-height:1.72; }
.jh-resume-contact-row { display:flex; flex-wrap:wrap; gap:12px 26px; margin:0 0 28px; color:#8fa8c2; font:750 11px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing:.04em; }
.jh-resume-contact-row span,.jh-resume-contact-row a { display:inline-flex; align-items:center; gap:8px; text-decoration:none; }
.jh-resume-contact-row i { width:6px; height:6px; border-radius:50%; background:#67e8f9; box-shadow:0 0 12px rgba(103,232,249,.6); }
.jh-resume-credential-panel { border:1px solid rgba(160,194,230,.16); border-radius:22px; background:rgba(8,22,38,.7); box-shadow:0 30px 90px rgba(0,0,0,.26); backdrop-filter:blur(14px); overflow:hidden; }
.jh-resume-panel-head { display:flex; justify-content:space-between; align-items:center; padding:15px 18px; border-bottom:1px solid rgba(160,194,230,.12); color:#6f8aa7; font:800 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing:.14em; }
.jh-resume-panel-head i { width:7px; height:7px; border-radius:50%; background:#3ce0a4; box-shadow:0 0 10px #3ce0a4; }
.jh-resume-cert-stack { padding:7px 18px 12px; }
.jh-resume-cert { display:grid; grid-template-columns:34px 1fr; gap:12px; padding:14px 0; border-bottom:1px solid rgba(160,194,230,.1); }
.jh-resume-cert:last-child { border-bottom:0; }
.jh-resume-cert span { color:#4f80b8; font:900 9px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace; }
.jh-resume-cert strong { color:#d9e9f9; font-size:13px; line-height:1.45; }
.jh-resume-summary { background:#fff; }
.jh-resume-summary-grid { display:grid; grid-template-columns:.82fr 1.18fr; gap:82px; align-items:start; }
.jh-resume-summary-copy > p { margin:0 0 30px; color:#536a82; font-size:17px; line-height:1.8; }
.jh-resume-proof-grid { display:grid; grid-template-columns:repeat(2,1fr); border:1px solid #dbe5ef; border-radius:18px; overflow:hidden; }
.jh-resume-proof-grid > div { min-height:118px; padding:22px; border-right:1px solid #dbe5ef; border-bottom:1px solid #dbe5ef; background:#f8fbff; }
.jh-resume-proof-grid > div:nth-child(2n) { border-right:0; }
.jh-resume-proof-grid > div:nth-last-child(-n+2) { border-bottom:0; }
.jh-resume-proof-grid strong { display:block; margin-bottom:5px; color:#0b2440; font-size:30px; letter-spacing:-.04em; }
.jh-resume-proof-grid span { display:block; color:#71869c; font-size:12px; line-height:1.45; }
.jh-resume-capabilities { background:#eef4fa; }
.jh-resume-skill-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:15px; margin-top:34px; }
.jh-resume-skill-card { min-height:230px; padding:26px; border:1px solid #d5e1ed; border-radius:19px; background:#fff; box-shadow:0 12px 38px rgba(15,38,62,.045); transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease; }
.jh-resume-skill-card:hover { transform:translateY(-4px); border-color:#b8d5f3; box-shadow:0 20px 50px rgba(15,38,62,.08); }
.jh-resume-skill-icon { display:flex; align-items:flex-end; gap:4px; width:38px; height:34px; margin-bottom:40px; }
.jh-resume-skill-icon span { display:block; width:8px; border-radius:4px 4px 1px 1px; background:linear-gradient(#6bb9ff,#2f73c7); }
.jh-resume-skill-icon span:first-child { height:14px; }.jh-resume-skill-icon span:nth-child(2){height:27px}.jh-resume-skill-icon span:last-child{height:20px}
.jh-resume-skill-card h3 { margin:0 0 9px; color:#102a48; font-size:19px; }
.jh-resume-skill-card p { margin:0; color:#70849a; font-size:13px; line-height:1.62; }
.jh-resume-experience { padding:110px 0; color:#dbe9f8; background:#07121f; }
.jh-resume-experience .jh-kicker { color:#72b8f3; }
.jh-resume-experience-head { display:grid; grid-template-columns:.55fr 1.25fr; gap:14px 70px; align-items:end; margin-bottom:52px; }
.jh-resume-experience-head .jh-kicker { grid-column:1/-1; }
.jh-resume-experience-head h2 { margin:0; color:#fff; font-size:clamp(36px,4vw,58px); line-height:1.03; letter-spacing:-.04em; }
.jh-resume-experience-head p { margin:0 0 4px; color:#8ea4bc; font-size:15px; line-height:1.72; }
.jh-resume-timeline { border-top:1px solid rgba(148,163,184,.16); }
.jh-resume-job { position:relative; display:grid; grid-template-columns:36px 220px 1fr; gap:0 26px; padding:36px 0 38px; border-bottom:1px solid rgba(148,163,184,.14); }
.jh-resume-job-rail { position:relative; }
.jh-resume-job-rail::after { content:""; position:absolute; left:8px; top:17px; bottom:-56px; width:1px; background:linear-gradient(#3c78b4,rgba(60,120,180,.06)); }
.jh-resume-job:last-child .jh-resume-job-rail::after { display:none; }
.jh-resume-job-rail span { position:absolute; top:5px; left:2px; z-index:1; width:13px; height:13px; border:2px solid #79c9ff; border-radius:50%; background:#081522; box-shadow:0 0 0 6px rgba(71,150,218,.08),0 0 20px rgba(86,181,255,.26); }
.jh-resume-job-meta { color:#7d96af; font:750 11px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace; }
.jh-resume-job-number { display:block; margin-bottom:14px; color:#4e79a8; font-weight:900; }
.jh-resume-job-meta small { display:block; margin-top:5px; color:#58718b; font-size:10px; }
.jh-resume-job-body h3 { margin:0 0 3px; color:#fff; font-size:25px; letter-spacing:-.025em; }
.jh-resume-job-body > strong { display:block; margin-bottom:16px; color:#73b8f0; font-size:14px; }
.jh-resume-job-body ul { margin:0; padding:0; list-style:none; }
.jh-resume-job-body li { position:relative; padding:0 0 10px 19px; color:#9db0c4; font-size:14px; line-height:1.65; }
.jh-resume-job-body li::before { content:""; position:absolute; left:0; top:.72em; width:6px; height:2px; background:#5eaaf0; }
.jh-resume-education { background:#fff; }
.jh-resume-education-grid { display:grid; grid-template-columns:1.25fr .58fr; gap:90px; align-items:start; }
.jh-resume-school-list { margin-top:30px; border-top:1px solid #dce6ef; }
.jh-resume-school { display:grid; grid-template-columns:1fr 1.25fr 110px; gap:20px; align-items:center; padding:20px 0; border-bottom:1px solid #dce6ef; }
.jh-resume-school h3 { margin:0; color:#18334f; font-size:15px; }
.jh-resume-school p { margin:0; color:#6d8196; font-size:13px; }
.jh-resume-school span { color:#8a9aac; font:800 10px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace; text-align:right; }
.jh-resume-recognition { position:relative; min-height:390px; padding:30px; overflow:hidden; border-radius:22px; color:#d9ebfa; background:linear-gradient(145deg,#0c2037,#102d4c); box-shadow:0 24px 70px rgba(15,38,62,.12); }
.jh-resume-recognition > span { display:block; color:#7eb7e8; font:850 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing:.13em; text-transform:uppercase; }
.jh-resume-recognition > strong { display:block; max-width:260px; margin-top:25px; color:#fff; font-size:23px; line-height:1.25; }
.jh-resume-radio-mark { position:absolute; right:-38px; bottom:-40px; width:250px; height:250px; }
.jh-resume-radio-mark i { position:absolute; inset:0; border:1px solid rgba(100,199,255,.15); border-radius:50%; }
.jh-resume-radio-mark i:nth-child(2){inset:36px}.jh-resume-radio-mark i:nth-child(3){inset:72px}
.jh-resume-radio-mark b { position:absolute; inset:0; display:grid; place-items:center; color:#94d7ff; font:900 28px/1 ui-monospace,SFMono-Regular,Menlo,monospace; }
.jh-resume-download { padding:0 0 90px; background:#fff; }
.jh-resume-download-card { display:flex; align-items:center; justify-content:space-between; gap:42px; padding:40px 44px; border:1px solid #d5e2ef; border-radius:24px; background:linear-gradient(135deg,#f5f9fd,#eaf4ff); }
.jh-resume-download-card h2 { margin:8px 0 6px; color:#102a48; font-size:30px; letter-spacing:-.03em; }
.jh-resume-download-card p { max-width:720px; margin:0; color:#6e8298; }
.jh-nav-resume { display:inline-flex; align-items:center; min-height:36px; padding:0 13px; border:1px solid rgba(148,163,184,.24); border-radius:999px; color:#466783; text-decoration:none; font-size:11px; font-weight:850; letter-spacing:.04em; transition:.2s ease; }
.jh-nav-resume:hover { color:#1e5f9f; border-color:#8fc4ef; background:#eff7ff; }
html[data-jh-theme="dark"] .jh-nav-resume { color:#9fc2e1; border-color:rgba(148,163,184,.18); background:rgba(255,255,255,.02); }
html[data-jh-theme="dark"] .jh-nav-resume:hover { color:#d9f2ff; border-color:#5b93c7; background:rgba(80,150,215,.08); }

@media (max-width:1000px){
  .jh-resume-hero-grid,.jh-resume-summary-grid,.jh-resume-education-grid{grid-template-columns:1fr;gap:48px}.jh-resume-skill-grid{grid-template-columns:repeat(2,1fr)}.jh-resume-job{grid-template-columns:30px 170px 1fr}.jh-resume-experience-head{grid-template-columns:1fr;gap:18px}.jh-resume-school{grid-template-columns:1fr}.jh-resume-school span{text-align:left}.jh-resume-recognition{min-height:300px}.jh-resume-download-card{align-items:flex-start;flex-direction:column}
}
@media (max-width:700px){
  .jh-resume-hero{padding:78px 0 60px}.jh-resume-hero-grid{gap:34px}.jh-resume-hero h1{font-size:clamp(44px,13vw,64px)}.jh-resume-lede{font-size:15px}.jh-resume-skill-grid{grid-template-columns:1fr}.jh-resume-proof-grid{grid-template-columns:1fr}.jh-resume-proof-grid>div{border-right:0}.jh-resume-proof-grid>div:nth-last-child(-n+2){border-bottom:1px solid #dbe5ef}.jh-resume-proof-grid>div:last-child{border-bottom:0}.jh-resume-experience{padding:78px 0}.jh-resume-job{grid-template-columns:24px 1fr;gap:0 12px}.jh-resume-job-meta{grid-column:2;margin-bottom:12px}.jh-resume-job-body{grid-column:2}.jh-resume-job-number{display:inline-block;margin:0 12px 0 0}.jh-resume-job-rail{grid-row:1/span 2}.jh-resume-download-card{padding:28px}.jh-nav-resume{display:none}
}

html[data-jh-theme="dark"] .jh-resume-page { background:#091321; }
html[data-jh-theme="dark"] .jh-resume-summary,
html[data-jh-theme="dark"] .jh-resume-education,
html[data-jh-theme="dark"] .jh-resume-download { background:#0d1727; }
html[data-jh-theme="dark"] .jh-resume-capabilities { background:#0a1422; }
html[data-jh-theme="dark"] .jh-resume-summary-copy > p,
html[data-jh-theme="dark"] .jh-resume-skill-card p,
html[data-jh-theme="dark"] .jh-resume-school p,
html[data-jh-theme="dark"] .jh-resume-download-card p { color:#9fb0c3; }
html[data-jh-theme="dark"] .jh-resume-proof-grid { border-color:rgba(148,163,184,.16); }
html[data-jh-theme="dark"] .jh-resume-proof-grid > div { border-color:rgba(148,163,184,.14); background:#111f34; }
html[data-jh-theme="dark"] .jh-resume-proof-grid strong,
html[data-jh-theme="dark"] .jh-resume-skill-card h3,
html[data-jh-theme="dark"] .jh-resume-school h3,
html[data-jh-theme="dark"] .jh-resume-download-card h2 { color:#f2f7fd; }
html[data-jh-theme="dark"] .jh-resume-skill-card { border-color:rgba(148,163,184,.14); background:#111f34; box-shadow:none; }
html[data-jh-theme="dark"] .jh-resume-school-list,
html[data-jh-theme="dark"] .jh-resume-school { border-color:rgba(148,163,184,.14); }
html[data-jh-theme="dark"] .jh-resume-school span { color:#71859c; }
html[data-jh-theme="dark"] .jh-resume-download-card { border-color:rgba(148,163,184,.16); background:linear-gradient(135deg,#111f34,#0d1d30); }


/* v1.6 topology refresh */
.jh-architecture-card .jh-topology { display:block; padding:0; }
.jh-topology {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  line-height: 0;
}
.jh-topology-base { display:block; width:100%; height:auto; }
.jh-topology-flow { position:absolute; inset:0; width:100%; height:100%; pointer-events:none; }
.jh-topology-flow .jh-flow-path { fill:none; stroke: rgba(134, 217, 255, .16); stroke-width: 18; stroke-linecap: round; }
.jh-topology-flow .jh-flow-path.thin { stroke-width: 12; opacity: .9; }
.jh-topology-flow .jh-flow-dot { fill: #d9fbff; filter: drop-shadow(0 0 14px rgba(112, 220, 255, .9)); }
.jh-topology-flow .jh-flow-dot.alt { fill: #8ee4ff; }
.jh-topology-flow .jh-flow-dot.soft { fill: rgba(255,255,255,.92); }
.jh-about-topology .jh-topology-flow { opacity: .62; }
.jh-about-topology .jh-topology-base { opacity: .72; }
.jh-network-architecture .jh-topology-large,
.jh-architecture-card .jh-topology-card,
.jh-about-topology .jh-topology-about { display:block; width:100%; }
.jh-network-architecture .jh-topology-large { margin:0; }
.jh-about-topology { position:absolute; inset:42px -180px 76px 10px; opacity:.18; z-index:0; }
@media (max-width: 900px){ .jh-about-topology { display:none; } }


/* =========================================================
   v1.7 responsive navigation, current community, EMS + projects
   ========================================================= */
.jh-nav { position:relative; }
.jh-brand { flex:0 1 340px; min-width:220px; }
.jh-brand-copy { min-width:0; }
.jh-brand-copy strong,
.jh-brand-copy span { max-width:280px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.jh-main-nav { min-width:0; margin-left:auto; }
.jh-nav-tools { flex:0 0 auto; }

/* Venture card links stay in document flow at every resolution. */
.jh-ventures { align-items:stretch; }
.jh-venture-card { display:flex; flex-direction:column; min-height:0; height:100%; }
.jh-venture-card p { margin-bottom:0; }
.jh-card-link { position:static; left:auto; bottom:auto; margin-top:auto; padding-top:22px; }

.jh-mini-link { display:inline-flex; margin-top:12px; color:#9cc7ff; text-decoration:none; font-size:13px; font-weight:800; }
.jh-mini-link:hover { color:#d8ebff; }

/* Collapse the full nav before it can collide with brand/tools. */
@media (max-width: 1240px) {
  .jh-menu-toggle { display:block; }
  .jh-main-nav { display:none; position:absolute; top:100%; left:0; right:0; margin:0; padding:20px 32px; background:#0b1424; border-top:1px solid rgba(148,163,184,.12); box-shadow:0 22px 50px rgba(2,8,23,.25); }
  .jh-main-nav.is-open { display:block; }
  .jh-main-nav ul { flex-direction:column; align-items:stretch; gap:8px; }
  .jh-main-nav a { display:block; padding:11px 0; }
  .jh-nav-tools { margin-left:auto; }
  html[data-jh-theme="light"] .jh-main-nav { background:#f8fbff; }
}
@media (min-width:1241px) and (max-width:1440px) {
  .jh-main-nav ul { gap:17px; }
  .jh-main-nav a { font-size:13px; }
  .jh-brand-copy span { max-width:220px; }
}
@media (max-width:700px) {
  .jh-brand { min-width:0; flex:1 1 auto; }
  .jh-brand-copy span { display:none; }
  .jh-nav-resume { display:inline-flex; }
  .jh-main-nav { padding-inline:20px; }
}
@media (max-width:480px) {
  .jh-brand-copy strong { max-width:150px; font-size:12px; }
  .jh-nav-resume { padding:0 10px; font-size:10px; }
  .jh-nav-tools { gap:5px; }
}

/* EMS page */
.jh-ems-page { background:#fff; }
.jh-ems-hero { position:relative; overflow:hidden; padding:96px 0 82px; color:#eaf3fb; background:radial-gradient(circle at 80% 30%,rgba(46,125,205,.22),transparent 30%),linear-gradient(145deg,#081626,#0e2946); }
.jh-ems-hero::before { content:""; position:absolute; inset:0; opacity:.15; background-image:linear-gradient(rgba(120,190,245,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(120,190,245,.18) 1px,transparent 1px); background-size:42px 42px; mask-image:linear-gradient(to bottom,#000,transparent 85%); }
.jh-ems-hero-grid { position:relative; z-index:1; display:grid; grid-template-columns:minmax(0,1.25fr) minmax(280px,.55fr); gap:70px; align-items:center; }
.jh-ems-hero h1 { max-width:850px; margin:12px 0 18px; color:#fff; font-size:clamp(48px,6vw,82px); line-height:.98; letter-spacing:-.055em; }
.jh-ems-lede { max-width:760px; color:#b7c8d9; font-size:18px; }
.jh-ems-badge { min-height:360px; padding:34px; display:flex; flex-direction:column; justify-content:flex-end; border:1px solid rgba(135,196,240,.22); border-radius:28px; background:linear-gradient(160deg,rgba(255,255,255,.08),rgba(61,135,205,.07)); box-shadow:0 30px 80px rgba(2,8,23,.25); }
.jh-ems-star { width:86px; height:86px; margin-bottom:auto; display:grid; place-items:center; border:1px solid rgba(112,202,255,.36); border-radius:24px; background:rgba(100,190,255,.08); box-shadow:inset 0 0 30px rgba(100,190,255,.06); }
.jh-ems-star span { color:#9ddcff; font-size:42px; line-height:1; }
.jh-ems-badge > strong { color:#fff; font-size:48px; letter-spacing:-.04em; }
.jh-ems-badge > small { color:#8fb0cc; font:800 11px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace; text-transform:uppercase; letter-spacing:.12em; }
.jh-ems-status { margin-top:22px; padding-top:18px; border-top:1px solid rgba(148,163,184,.16); color:#abc4d9; font-size:12px; font-weight:700; }
.jh-ems-status i { display:inline-block; width:7px; height:7px; margin-right:8px; border-radius:50%; background:#67e8f9; box-shadow:0 0 12px #67e8f9; }
.jh-ems-summary-grid,.jh-ems-credential-grid,.jh-ems-training-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:80px; align-items:start; }
.jh-ems-summary-text { margin:0; color:#5f7083; font-size:19px; line-height:1.8; }
.jh-ems-role-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; margin-top:34px; }
.jh-ems-role { display:grid; grid-template-columns:54px 1fr; gap:18px; padding:28px; border:1px solid #dce6ef; border-radius:22px; background:#fff; box-shadow:0 14px 45px rgba(15,23,42,.05); }
.jh-ems-role-index { color:#8da0b4; font:900 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing:.12em; padding-top:5px; }
.jh-ems-role-copy > span { color:#6b8eaa; font:800 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace; text-transform:uppercase; letter-spacing:.1em; }
.jh-ems-role h3 { margin:8px 0 3px; color:#15314d; font-size:23px; letter-spacing:-.025em; }
.jh-ems-role strong { display:block; color:#2c6da8; }
.jh-ems-role p { margin:6px 0 0; color:#6b7d90; }
.jh-ems-role small { display:block; margin-top:12px; color:#8293a5; }
.jh-ems-list,.jh-ems-training { border-top:1px solid rgba(148,163,184,.18); }
.jh-ems-list > div,.jh-ems-training > div { display:flex; justify-content:space-between; gap:28px; padding:18px 0; border-bottom:1px solid rgba(148,163,184,.16); }
.jh-ems-list strong { color:#e7f1fa; }
.jh-ems-list span { color:#8ea5ba; text-align:right; }
.jh-ems-training strong { color:#173551; }
.jh-ems-training span { color:#71879b; text-align:right; }
.jh-ems-bridge { display:grid; grid-template-columns:.9fr 1.1fr; gap:70px; padding:40px; border:1px solid #d9e6f0; border-radius:26px; background:linear-gradient(135deg,#f6fbff,#eef6fd); }
.jh-ems-bridge h2 { margin:8px 0 0; color:#112e4b; font-size:36px; line-height:1.05; letter-spacing:-.035em; }
.jh-ems-bridge p { margin:0; color:#64778a; font-size:17px; }
@media(max-width:960px){ .jh-ems-hero-grid,.jh-ems-summary-grid,.jh-ems-credential-grid,.jh-ems-training-grid,.jh-ems-bridge{grid-template-columns:1fr;gap:32px}.jh-ems-role-grid{grid-template-columns:1fr}.jh-ems-badge{min-height:280px}.jh-ems-hero{padding-top:82px} }
@media(max-width:600px){ .jh-ems-hero h1{font-size:clamp(42px,12vw,62px)}.jh-ems-role{grid-template-columns:1fr}.jh-ems-list>div,.jh-ems-training>div{display:block}.jh-ems-list span,.jh-ems-training span{display:block;margin-top:6px;text-align:left}.jh-ems-bridge{padding:28px} }

/* Project Blog - hidden by PHP until a published project exists. */
.jh-project-hero { padding:96px 0 70px; color:#e8f1fa; background:linear-gradient(145deg,#091625,#102c4a); }
.jh-project-hero h1 { margin:10px 0 12px; color:#fff; font-size:clamp(52px,8vw,86px); line-height:.96; letter-spacing:-.055em; }
.jh-project-hero p { max-width:760px; color:#a9bfd2; font-size:18px; }
.jh-project-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.jh-project-card { overflow:hidden; display:flex; flex-direction:column; min-height:100%; border:1px solid #d9e4ee; border-radius:24px; background:#fff; box-shadow:0 16px 55px rgba(15,23,42,.06); }
.jh-project-card-image { display:block; aspect-ratio:16/9; overflow:hidden; background:#0d2138; }
.jh-project-card-image img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.jh-project-card:hover .jh-project-card-image img { transform:scale(1.035); }
.jh-project-card-body { display:flex; flex:1; flex-direction:column; padding:25px; }
.jh-project-meta { display:flex; align-items:center; justify-content:space-between; gap:16px; color:#8393a4; font:800 9px/1.3 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing:.08em; text-transform:uppercase; }
.jh-project-meta span { color:#2873ba; }
.jh-project-card h2,.jh-project-card h3 { margin:14px 0 10px; font-size:26px; line-height:1.05; letter-spacing:-.035em; }
.jh-project-card h2 a,.jh-project-card h3 a { color:#112c48; text-decoration:none; }
.jh-project-card p { margin:0; color:#67798a; }
.jh-project-tech { display:flex; flex-wrap:wrap; gap:7px; margin-top:18px; }
.jh-project-tech span { padding:6px 8px; border:1px solid #d7e5f1; border-radius:999px; color:#52718d; background:#f7fbff; font-size:10px; font-weight:800; }
.jh-project-read { margin-top:auto; padding-top:22px; color:#1f64a4; text-decoration:none; font-weight:850; font-size:13px; }
.jh-home-projects { background:#f8fbfe; }
.jh-home-projects-more { margin-top:28px; text-align:center; }
.jh-project-pagination { margin-top:36px; }
.jh-project-pagination .nav-links { display:flex; gap:10px; justify-content:center; }
.jh-project-pagination a,.jh-project-pagination span { padding:8px 12px; border:1px solid #d4e1ed; border-radius:10px; text-decoration:none; }
.jh-project-single-hero { padding:92px 0 70px; color:#eaf2fa; background:linear-gradient(145deg,#081625,#0d2845); }
.jh-project-single-head { display:grid; grid-template-columns:minmax(0,1fr) minmax(320px,.7fr); gap:60px; align-items:center; }
.jh-project-single-hero h1 { max-width:850px; margin:10px 0 18px; color:#fff; font-size:clamp(48px,7vw,78px); line-height:.98; letter-spacing:-.05em; }
.jh-project-single-hero p { color:#aec1d2; font-size:18px; }
.jh-project-single-meta { display:flex; flex-wrap:wrap; gap:8px; margin-top:18px; }
.jh-project-single-meta time,.jh-project-single-meta span { padding:7px 9px; border:1px solid rgba(148,163,184,.17); border-radius:999px; color:#a9c1d6; font-size:10px; font-weight:800; }
.jh-project-single-image { overflow:hidden; border:1px solid rgba(148,163,184,.15); border-radius:24px; background:#0d2138; }
.jh-project-single-image img { display:block; width:100%; aspect-ratio:4/3; object-fit:cover; }
.jh-project-content-wrap { background:#fff; }
.jh-project-content { max-width:860px; }
.jh-project-content .entry-content { color:#34495e; font-size:17px; line-height:1.85; }
.jh-project-content .entry-content h2,.jh-project-content .entry-content h3 { color:#112e4b; line-height:1.1; }
.jh-project-back { margin-top:50px; padding-top:24px; border-top:1px solid #dce5ee; }
.jh-project-back a { color:#2a67a0; text-decoration:none; font-weight:800; }
@media(max-width:960px){ .jh-project-grid{grid-template-columns:1fr 1fr}.jh-project-single-head{grid-template-columns:1fr;gap:32px} }
@media(max-width:650px){ .jh-project-grid{grid-template-columns:1fr} }

/* Admin project list + responsive tabs */
.jh-editor-tabs { flex-wrap:wrap; }
.jh-project-admin-list { padding:0 22px 10px; }
.jh-project-admin-row { display:flex; align-items:center; justify-content:space-between; gap:18px; padding:15px 0; border-bottom:1px solid #edf0f2; }
.jh-project-admin-row strong { display:block; }
.jh-project-admin-row span { display:block; margin-top:3px; color:#6b7280; font-size:12px; }
@media(max-width:700px){ .jh-project-admin-row{align-items:flex-start;flex-direction:column}.jh-editor-tabs a{font-size:12px} }

html[data-jh-theme="dark"] .jh-ems-page,
html[data-jh-theme="dark"] .jh-project-content-wrap { background:#091321; }
html[data-jh-theme="dark"] .jh-ems-role,
html[data-jh-theme="dark"] .jh-project-card { background:#111f34; border-color:rgba(148,163,184,.16); }
html[data-jh-theme="dark"] .jh-ems-role h3,
html[data-jh-theme="dark"] .jh-project-card h2 a,
html[data-jh-theme="dark"] .jh-project-card h3 a,
html[data-jh-theme="dark"] .jh-ems-training strong,
html[data-jh-theme="dark"] .jh-project-content .entry-content h2,
html[data-jh-theme="dark"] .jh-project-content .entry-content h3 { color:#eff6fd; }
html[data-jh-theme="dark"] .jh-ems-role p,
html[data-jh-theme="dark"] .jh-project-card p,
html[data-jh-theme="dark"] .jh-project-content .entry-content { color:#9fb0c3; }


/* v1.7.1 shell prompt + work arrangement badges */
.jh-shell-prompt {
  width:min(100%,720px);
  margin-top:22px;
  padding:15px 18px;
  border:1px solid rgba(99,179,237,.23);
  border-radius:12px;
  background:rgba(4,12,23,.74);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 15px 40px rgba(2,8,23,.18);
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;
}
.jh-shell-command-line { display:flex; align-items:center; min-height:22px; gap:9px; white-space:nowrap; }
.jh-shell-user { color:#67e8f9; font-size:12px; font-weight:800; letter-spacing:.02em; }
.jh-shell-command-line code { min-width:1ch; color:#f2f8ff; font-size:12px; font-weight:700; background:none; padding:0; }
.jh-shell-cursor { display:inline-block; width:8px; height:16px; margin-left:-4px; background:#8ddcff; box-shadow:0 0 8px rgba(103,232,249,.58); animation:jhShellBlink .8s steps(1,end) infinite; }
.jh-shell-response { min-height:22px; margin-top:8px; padding-left:0; color:#8ea9c7; font-size:12px; line-height:1.55; letter-spacing:.015em; }
.jh-shell-response.is-ready::before { content:"> "; color:#5faaff; font-weight:900; }
@keyframes jhShellBlink { 0%,48%{opacity:1} 49%,100%{opacity:0} }

.jh-resume-job-heading { display:flex; align-items:center; flex-wrap:wrap; gap:10px 14px; margin-bottom:3px; }
.jh-resume-job-heading h3 { margin:0; }
.jh-work-mode { display:inline-flex; align-items:center; gap:7px; padding:5px 9px; border:1px solid rgba(126,169,211,.24); border-radius:999px; color:#acc4dd; background:rgba(90,151,211,.08); font:800 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing:.09em; text-transform:uppercase; }
.jh-work-mode i { width:6px; height:6px; border-radius:50%; background:#79b8ef; box-shadow:0 0 8px rgba(121,184,239,.48); }
.jh-work-mode-hybrid { color:#b8dfdf; border-color:rgba(84,199,199,.25); background:rgba(63,181,181,.08); }
.jh-work-mode-hybrid i { background:#67e8d1; box-shadow:0 0 8px rgba(103,232,209,.5); }
.jh-work-mode-remote { color:#cabfe9; border-color:rgba(155,133,214,.26); background:rgba(129,100,196,.09); }
.jh-work-mode-remote i { background:#b6a1f4; box-shadow:0 0 8px rgba(182,161,244,.45); }
@media(max-width:640px){ .jh-shell-prompt{padding:13px 14px}.jh-shell-user,.jh-shell-command-line code,.jh-shell-response{font-size:10.5px}.jh-resume-job-heading{align-items:flex-start;flex-direction:column;gap:8px} }
@media(prefers-reduced-motion:reduce){ .jh-shell-cursor{animation:none;opacity:1} }

/* v1.8.2 — Featured Certifications (content addition; existing visual system preserved) */
.jh-featured-certifications { background:#f8fbff; }
.jh-featured-cert-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; margin-top:34px; }
.jh-featured-cert-card { display:flex; min-width:0; flex-direction:column; overflow:hidden; border:1px solid #d7e3ef; border-radius:19px; background:#fff; box-shadow:0 12px 38px rgba(15,38,62,.045); }
.jh-credly-embed { min-height:286px; display:grid; place-items:center; padding:10px 8px 0; background:linear-gradient(180deg,#f5f9fd,#fff); overflow:hidden; }
.jh-credly-embed iframe { max-width:100%; }
.jh-featured-cert-copy { display:flex; flex:1; flex-direction:column; padding:20px 20px 22px; border-top:1px solid #e2eaf2; }
.jh-featured-cert-copy > span { display:block; margin-bottom:10px; color:#4f80b8; font:850 9px/1.35 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing:.11em; text-transform:uppercase; }
.jh-featured-cert-copy h3 { margin:0 0 18px; color:#102a48; font-size:16px; line-height:1.35; }
.jh-featured-cert-copy a { margin-top:auto; color:#2769b4; font-size:12px; font-weight:800; text-decoration:none; }
.jh-featured-cert-copy a:hover { text-decoration:underline; }
.jh-credly-more { margin-top:22px; text-align:right; }
.jh-credly-more a { color:#2769b4; font-size:13px; font-weight:800; text-decoration:none; }
.jh-credly-more a:hover { text-decoration:underline; }
html[data-jh-theme="dark"] .jh-featured-certifications { background:#0d1727; }
html[data-jh-theme="dark"] .jh-featured-cert-card { border-color:rgba(148,163,184,.14); background:#111f34; box-shadow:none; }
html[data-jh-theme="dark"] .jh-credly-embed { background:linear-gradient(180deg,#0d1b2e,#111f34); }
html[data-jh-theme="dark"] .jh-featured-cert-copy { border-top-color:rgba(148,163,184,.14); }
html[data-jh-theme="dark"] .jh-featured-cert-copy h3 { color:#f2f7fd; }
html[data-jh-theme="dark"] .jh-featured-cert-copy a,
html[data-jh-theme="dark"] .jh-credly-more a { color:#72b8f3; }
@media(max-width:1100px){ .jh-featured-cert-grid{grid-template-columns:repeat(2,minmax(0,1fr));} }
@media(max-width:640px){ .jh-featured-cert-grid{grid-template-columns:1fr;} .jh-credly-more{text-align:left;} }


/* ==========================================================================
   v1.8.3 — QA polish: contrast, breakpoints, focus, zoom, balanced grids
   ========================================================================== */
/* Header gets a little more horizontal room without changing page content width. */
.jh-site-header .jh-container { max-width:1540px; }
.jh-nav { gap:18px; }
.jh-brand { flex:0 1 330px; }
.jh-brand-copy .jh-brand-tagline { display:block; margin-top:4px; color:#9fb0c4; font-size:10.5px; letter-spacing:.12em; text-transform:uppercase; white-space:nowrap; }
.jh-brand-tagline-full { display:none; }
.jh-brand-tagline-short { display:inline; }

/* Balance six focus cards as a true 3 × 2 desktop grid. */
.jh-skill-matrix { grid-template-columns:repeat(3,minmax(0,1fr)); }

/* Outcome content remains part of normal card flow so intermediate widths cannot collide. */
.jh-case-card { display:flex; flex-direction:column; min-height:390px; }
.jh-case-card p { margin-bottom:22px; }
.jh-case-outcome { position:static; left:auto; right:auto; bottom:auto; margin-top:auto; color:#274f7b; font-size:12px; line-height:1.6; }

/* Secondary text is still subordinate, but it should never disappear into navy surfaces. */
html[data-jh-theme="dark"] .jh-quote p { color:#c6d3e2; }
html[data-jh-theme="dark"] .jh-quote cite span { color:#a9b9ca; }
html[data-jh-theme="dark"] .jh-quote-source a { color:#9dccff; }
html[data-jh-theme="dark"] .jh-case-outcome { color:#a8d2ff; border-top-color:rgba(170,210,255,.22); }
html[data-jh-theme="dark"] .jh-card-link { color:#9dccff; }
html[data-jh-theme="dark"] .jh-venture-tag { color:#75b5ff; }
html[data-jh-theme="dark"] .jh-mini-card p { color:#b1bfd0; }
html[data-jh-theme="dark"] .jh-mini-card .jh-mini-label { color:#9bc9ff; }
html[data-jh-theme="dark"] .jh-platform-rail > strong { color:#8ea7c3; }
html[data-jh-theme="dark"] .jh-telemetry-item span { color:#8299b5; }

/* Recommendation cards: quote copy is more prominent than attribution metadata. */
.jh-quote p { line-height:1.72; }
.jh-quote-source { color:#64748b; }

/* Whole venture cards are links; make that interaction obvious but restrained. */
.jh-venture-card:focus-visible { transform:translateY(-3px); }
.jh-venture-card[target="_blank"] .jh-card-link::after { content:"↗"; }

/* Universal keyboard focus that fits the existing blue/cyan visual language. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline:3px solid #67e8f9;
  outline-offset:3px;
  box-shadow:0 0 0 5px rgba(59,130,246,.22);
}
.jh-site-header a:focus-visible,.jh-site-header button:focus-visible { border-radius:10px; }

/* Slightly tighter exit from the portrait/about block while preserving the light visual break. */
.jh-home-profile-section { padding-bottom:82px; }

/* Full desktop header from 1440 up; collapse earlier below that instead of squeezing. */
@media (max-width:1375px) {
  .jh-menu-toggle { display:block; }
  .jh-main-nav { display:none; position:absolute; top:100%; left:0; right:0; margin:0; padding:20px 32px; background:#0b1424; border-top:1px solid rgba(148,163,184,.12); box-shadow:0 22px 50px rgba(2,8,23,.25); }
  .jh-main-nav.is-open { display:block; }
  .jh-main-nav ul { flex-direction:column; align-items:stretch; gap:8px; }
  .jh-main-nav a { display:block; padding:11px 0; }
  .jh-nav-tools { margin-left:auto; }
  html[data-jh-theme="light"] .jh-main-nav { background:#f8fbff; }
}
@media (min-width:1376px) and (max-width:1599px) {
  .jh-menu-toggle { display:none; }
  .jh-main-nav { display:flex; position:static; padding:0; background:none; border:0; box-shadow:none; }
  .jh-main-nav ul { flex-direction:row; align-items:center; gap:14px; }
  .jh-main-nav a { padding:0; font-size:12.5px; }
  .jh-brand { flex-basis:300px; min-width:270px; }
}
@media (min-width:1600px) {
  .jh-brand { flex-basis:410px; }
  .jh-brand-tagline-short { display:none; }
  .jh-brand-tagline-full { display:inline; }
  .jh-main-nav ul { gap:22px; }
  .jh-main-nav a { font-size:13.5px; }
}
@media (max-width:1100px) {
  .jh-skill-matrix { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:700px) {
  .jh-brand-copy .jh-brand-tagline { display:none; }
}
@media (max-width:640px) {
  .jh-skill-matrix { grid-template-columns:1fr; }
  .jh-case-card { min-height:0; }
  .jh-case-outcome { margin-top:16px; }
  .jh-hero h1,.jh-about-hero-copy h1,.jh-network-hero h1,.jh-resume-hero h1,.jh-ems-hero h1 { word-break:normal; overflow-wrap:normal; hyphens:none; }
}
@media (max-width:480px) {
  .jh-hero h1 { font-size:clamp(42px,13vw,58px); line-height:.98; }
  .jh-section-title { font-size:clamp(34px,11vw,48px); }
}

/* Prevent legacy generic span truncation rules from clipping the intentional header tagline. */
.jh-brand-copy .jh-brand-tagline,
.jh-brand-copy .jh-brand-tagline-short,
.jh-brand-copy .jh-brand-tagline-full { max-width:none; overflow:visible; text-overflow:clip; }


/* v1.8.9 EMS page polish — preserves the shared site design system. */
.jh-ems-page .jh-section { padding-top:78px; padding-bottom:78px; }
.jh-ems-page .jh-ems-summary-section { padding-top:76px; padding-bottom:54px; }
.jh-ems-page .jh-ems-experience { padding-top:54px; padding-bottom:78px; }
.jh-ems-page .jh-ems-credentials-section { padding-top:80px; padding-bottom:80px; }
.jh-ems-page .jh-ems-training-section { padding-top:78px; padding-bottom:70px; }
.jh-ems-page .jh-ems-bridge-section { padding-top:66px; padding-bottom:66px; }
.jh-ems-page .jh-ems-cta-section { padding-top:66px; padding-bottom:78px; }

.jh-ems-summary-text { color:#455c72; line-height:1.72; }
.jh-ems-experience .jh-section-head { margin-bottom:34px; }
.jh-ems-experience .jh-section-title,
.jh-ems-credentials-section .jh-section-title,
.jh-ems-training-section .jh-section-title {
  max-width:620px;
  font-size:clamp(34px,4.15vw,50px);
  line-height:1.04;
}

.jh-ems-role-copy > span { color:#547b99; font-size:10.5px; }
.jh-ems-role strong { color:#205f99; font-size:15px; }
.jh-ems-role p { color:#50687e; font-size:14.5px; font-weight:650; }
.jh-ems-role small { color:#637b91; font-size:13px; line-height:1.5; }

.jh-ems-list,.jh-ems-training { border-top-color:rgba(148,163,184,.25); }
.jh-ems-list > div,.jh-ems-training > div { align-items:center; padding:19px 0; border-bottom-color:rgba(148,163,184,.22); }
.jh-ems-list strong,.jh-ems-training strong { font-size:15.5px; line-height:1.45; font-weight:850; }
.jh-ems-list span,.jh-ems-training span {
  flex:0 0 auto;
  color:#617d96;
  font-size:12px;
  font-weight:750;
  line-height:1.4;
}
.jh-ems-credentials-section .jh-ems-list strong { color:#f4f8fc; }
.jh-ems-credentials-section .jh-ems-list span { color:#b8cadb; }

.jh-ems-training-groups { display:grid; gap:34px; }
.jh-ems-training-group-title {
  margin:0 0 6px;
  color:#245f93;
  font:850 11px/1.3 ui-monospace,SFMono-Regular,Menlo,monospace;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.jh-ems-training-group + .jh-ems-training-group { padding-top:4px; }

.jh-ems-bridge { gap:54px; padding:34px 38px; align-items:center; }
.jh-ems-bridge h2 { font-size:clamp(30px,3.2vw,38px); }
.jh-ems-bridge p { color:#4f667b; line-height:1.65; }
.jh-ems-cta-section .jh-cta-panel p { max-width:680px; color:#c1cfde; }

html[data-jh-theme="dark"] .jh-ems-summary-text { color:#c3d0de; }
html[data-jh-theme="dark"] .jh-ems-role-copy > span { color:#90b3ce; }
html[data-jh-theme="dark"] .jh-ems-role strong { color:#8bc2f4; }
html[data-jh-theme="dark"] .jh-ems-role p { color:#c0cfdd; }
html[data-jh-theme="dark"] .jh-ems-role small { color:#9fb3c7; }
html[data-jh-theme="dark"] .jh-ems-training span { color:#9fb4c8; }
html[data-jh-theme="dark"] .jh-ems-training-group-title { color:#83c7ff; }
html[data-jh-theme="dark"] .jh-ems-bridge p { color:#536b80; }

@media(max-width:960px){
  .jh-ems-page .jh-section { padding-top:64px; padding-bottom:64px; }
  .jh-ems-page .jh-ems-summary-section { padding-bottom:44px; }
  .jh-ems-page .jh-ems-experience { padding-top:44px; }
  .jh-ems-experience .jh-section-title,
  .jh-ems-credentials-section .jh-section-title,
  .jh-ems-training-section .jh-section-title { max-width:760px; }
  .jh-ems-bridge { gap:28px; }
}
@media(max-width:600px){
  .jh-ems-page .jh-section { padding-top:54px; padding-bottom:54px; }
  .jh-ems-role { padding:24px; }
  .jh-ems-list > div,.jh-ems-training > div { padding:16px 0; }
  .jh-ems-list span,.jh-ems-training span { font-size:12.5px; }
  .jh-ems-bridge { padding:26px; }
}

/* v2.0 targeted punch-list: Engineering Principles readability only. */
html[data-jh-theme="dark"] .jh-principle-list strong { color:#aebfd2; }
