/* Executive Minimal theme — loaded after the core responsive styles. */
:root{--sidebar-width:236px;--bg:#f6f8fb;--section:#fff;--section-soft:#f3f7fb;--card:#fff;--text:#10223f;--muted:#64748b;--border:#dfe7f0;--accent:#159bd7;--accent-2:#19b9d2;--shadow:0 8px 24px rgba(15,35,60,.055);--shadow-strong:0 16px 40px rgba(15,35,60,.09);--radius:8px;--max:1180px}
body{background:var(--bg);color:var(--text);line-height:1.55}
.container{width:min(var(--max),calc(100% - 64px))}
.sidebar{padding:24px 20px 18px;background:linear-gradient(180deg,#0b1829,#0d1c30);border-right:0}
.profile{gap:6px}.profile__avatar{width:84px;height:84px;border:1px solid rgba(54,200,231,.85)}
.profile__name{font-size:16px;letter-spacing:-.01em}.profile__role{font-size:11px;color:#9fb0c5}
.social-links{gap:18px;margin:14px 0;padding-bottom:16px;border-color:rgba(148,163,184,.18)}
.social-links img{width:15px;height:15px;opacity:.78}.nav__link{min-height:38px;padding:7px 9px;font-size:12.5px;color:#aebed1}
.nav__link.nav__link--active::before{inset:6px auto 6px -10px;width:2px}.sidebar__tagline{border-color:rgba(148,163,184,.18);color:#758aa3;font-size:7px}
.hero{min-height:auto;padding:72px 0 62px;background:radial-gradient(circle at 82% 18%,rgba(21,155,215,.08),transparent 30%),linear-gradient(180deg,#f8fbfe,#f2f7fc);border-bottom:1px solid var(--border)}
.hero__grid{grid-template-columns:minmax(0,1fr) 290px;gap:46px;align-items:center}.eyebrow{color:#159bd7;font-size:11px;font-weight:800;letter-spacing:.12em}
.hero__title{max-width:790px;margin:12px 0 18px;font-size:clamp(42px,4.2vw,67px);line-height:.99;letter-spacing:-.055em}
.hero__summary{max-width:770px;color:#5e718c;font-size:18px;line-height:1.65}.hero__cta{margin-top:26px;gap:10px}
.btn{min-height:42px;padding:10px 17px;border-radius:6px;font-size:13px;box-shadow:none}.btn--primary{background:#129ddd}.btn--primary:hover{box-shadow:0 8px 18px rgba(18,157,221,.18)}
.btn--secondary,.btn--ghost{background:#fff;border-color:#d8e2ed}.tool-strip{margin-top:22px;gap:7px}.tool-strip span{padding:5px 10px;border-radius:999px;background:#fff;border:1px solid #dce5ef;color:#465b76;font-size:10px;font-weight:600}
.hero__panel{gap:10px}.metric{padding:20px 21px;border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow)}.metric__value{font-size:34px}.metric__label{font-size:12px;line-height:1.5}
.section{padding:64px 0;border-bottom:1px solid #e8eef5}.section--raised,.section--about{background:var(--section-soft)}.section__grid{grid-template-columns:.72fr 1.45fr;gap:62px}.section--about .section__grid{align-items:start}
.section__head{margin-bottom:26px}.section__title{margin-top:6px;font-size:clamp(27px,2.5vw,38px);line-height:1.08;letter-spacing:-.04em}.section__title::after{width:38px;height:2px;margin-top:13px}.section__intro{max-width:720px;font-size:14px}
.section--about .prose{display:grid;gap:10px}.section--about .prose p{margin:0;padding:17px 20px;border:1px solid var(--border);border-radius:7px;box-shadow:none;font-size:13px}
.card-grid{gap:14px}.card,.experience-card,.project-card,.skill-group,.education-entry,.cert-card{border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow)}
.card:hover,.project-card:hover,.experience-card:hover,.cert-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-strong)}.card{padding:20px}.expertise-card-icon{width:38px;height:38px;border-radius:7px}
.card h3,.experience-card h3{font-size:15px}.card p,.experience-card p{font-size:12px}.chips{gap:5px}.chips span,.card .chips span{padding:4px 8px;border-radius:999px;font-size:9px;background:#f1f6fb}
.experience-timeline{max-width:920px;margin-inline:auto}.experience-card{padding:22px}.experience-company-logo{width:44px;height:44px}.section--founder{background:#f4f9fc}
.founder-panel{padding:32px;border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow)}.service-grid span{border-radius:5px;box-shadow:none}
.project-grid{gap:16px}.project-card__media{aspect-ratio:16/9}.project-card__body{padding:18px}.project-card h3{font-size:17px}.case-study{font-size:11px}.toolkit-section{background:#f8fafc}
.skill-groups{gap:14px}.skill-group{padding:18px}.education-entry,.cert-card{box-shadow:none}.section--contact{background:#0c1a2d}.contact-panel{border-radius:8px}.footer{background:#081525}
@media (min-width:1101px){.card-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:1100px){:root{--sidebar-width:0px}.container{width:min(var(--max),calc(100% - 40px))}.hero__grid{grid-template-columns:1fr}.hero__panel{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:720px){
  .container{width:calc(100% - 28px)}
  .hero{padding:76px 0 48px}
  .hero__content{overflow:hidden}
  .hero .eyebrow{font-size:9px;letter-spacing:.07em;line-height:1.5;overflow-wrap:anywhere}
  .hero__title,.hero__title span{width:100%;max-width:100%;white-space:normal;overflow-wrap:anywhere}
  .hero__title{font-size:32px;line-height:1.02;letter-spacing:-.04em}
  .hero__summary{width:100%;max-width:100%;font-size:15px;line-height:1.65;overflow-wrap:anywhere}
  .hero__panel{grid-template-columns:1fr}
  .tool-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
  .section{padding:50px 0}
  .section__grid{grid-template-columns:1fr;gap:24px}
  .nav-toggle{background:#0d1c30;border-color:#26384e;box-shadow:0 8px 20px rgba(15,35,60,.15)}
}
