
*{box-sizing:border-box}
html,body{width:100%!important;min-width:0!important;max-width:none!important;overflow-x:hidden!important}
body{margin:0;background:#020813;color:#edf8ff;font-family:Arial,Helvetica,sans-serif}
body>header,header.aurora-uhd,.site-footer{width:100%!important;min-width:0!important;max-width:none!important}
header.aurora-uhd{position:sticky;top:0;z-index:9990;display:flex;flex-wrap:wrap;align-items:center;gap:.55rem .85rem;justify-content:center;max-width:1850px;margin:0 auto;padding:.85rem 18px;border-bottom:1px solid rgba(112,203,255,.28);background:linear-gradient(180deg,rgba(3,12,24,.97),rgba(3,12,24,.88));backdrop-filter:blur(12px);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
header.aurora-uhd .uhd-brand{display:flex;align-items:center;gap:.7rem;color:#eaf6ff;text-decoration:none;flex:0 0 auto;margin-right:.35rem}
header.aurora-uhd .uhd-brand img{width:44px;height:44px}
header.aurora-uhd .uhd-title{font-weight:900;letter-spacing:.10em;font-size:1.02rem;color:#eaf6ff;line-height:1.1}
header.aurora-uhd .uhd-sub{display:block;font-size:.68rem;color:#b8d8ef;margin-top:.18rem;letter-spacing:.12em;text-transform:uppercase}
header.aurora-uhd .uhd-search{flex:0 1 360px;max-width:420px;display:flex;margin:0}
header.aurora-uhd .uhd-search input{width:100%;border:1px solid rgba(112,203,255,.36);border-radius:10px;background:rgba(5,22,42,.6);color:#d8f3ff;padding:.52rem .8rem;font:inherit}
header.aurora-uhd .uhd-nav{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:.45rem;justify-content:center;align-items:center;margin-top:.25rem}
header.aurora-uhd .uhd-nav a{display:inline-block;border:1px solid rgba(112,203,255,.36);border-radius:10px;padding:.48rem .68rem;background:rgba(5,22,42,.46);color:#d8f3ff;text-decoration:none;font-weight:800;font-size:.84rem;white-space:nowrap;line-height:1}
header.aurora-uhd .uhd-nav a:hover{border-color:rgba(24,218,255,.86);background:rgba(0,155,220,.16);color:#18e5ff}
header.aurora-uhd .uhd-contact-btn{flex:0 0 auto;display:inline-block;border:1px solid rgba(24,218,255,.85);background:rgba(24,218,255,.16);color:#9eeeff;border-radius:10px;padding:.5rem .95rem;font-weight:900;font-size:.84rem;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;white-space:nowrap;line-height:1}
.aurora-executive-banner{display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap;width:100%;padding:10px 22px;border-bottom:1px solid rgba(91,206,255,.34);background:linear-gradient(90deg,rgba(4,20,36,.98),rgba(8,40,66,.96),rgba(4,20,36,.98));color:#eaf8ff}
.aurora-executive-banner .exec-brand{font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:#63ddff}
.aurora-executive-banner .exec-person{display:flex;align-items:baseline;gap:8px}
.aurora-executive-banner .exec-person span{font-size:11px;color:#bcd7e8}
.portfolio-shell{width:min(1760px,calc(100% - 32px));max-width:1760px;margin:0 auto;padding:18px 0 34px}
.kicker{font-size:12px;font-weight:900;letter-spacing:.20em;text-transform:uppercase;color:#00e7ff}
.hero-panel{display:grid;grid-template-columns:620px minmax(0,1fr);min-height:360px;border:1px solid rgba(0,231,255,.50);border-radius:18px;overflow:hidden;background:#020813;box-shadow:0 0 40px rgba(0,180,255,.08)}
.hero-panel .copy{padding:38px 40px 34px;background:linear-gradient(90deg,rgba(2,8,19,.99),rgba(3,18,34,.96))}
.hero-panel h1{font-size:58px;line-height:1.01;margin:12px 0;color:#fff;letter-spacing:-1.5px}
.hero-panel p{font-size:16px;line-height:1.55;color:#d7e9f7;margin:0 0 18px}
.hero-panel .art{position:relative;background-position:center;background-size:cover;background-repeat:no-repeat}
.hero-panel .art:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,8,19,.16),rgba(2,8,19,.03))}
.capability-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}
.cap{display:flex;gap:14px;align-items:flex-start;padding:16px 14px;border-top:1px solid rgba(0,231,255,.2)}
.cap .icon{width:48px;height:48px;border:1px solid rgba(0,231,255,.55);border-radius:999px;display:flex;align-items:center;justify-content:center;color:#00e7ff;font-size:24px}
.cap strong{display:block;color:#f3fbff;font-size:14px;margin-bottom:5px}
.cap span{display:block;color:#c8ddec;font-size:12px;line-height:1.45}
.section-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:20px 0 10px;padding:0 4px;border-bottom:1px solid rgba(0,231,255,.25)}
.section-bar h2{margin:0 0 8px;font-size:30px;line-height:1.06}
.section-bar .right-link{margin-bottom:8px;color:#71e8ff;text-decoration:none;font-size:15px;font-weight:800}
.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.project-card{display:flex;flex-direction:column;border:1px solid rgba(0,231,255,.40);border-radius:13px;overflow:hidden;background:linear-gradient(180deg,rgba(5,24,45,.96),rgba(2,12,25,.98));min-height:435px;box-shadow:0 6px 24px rgba(0,0,0,.22)}
.project-card img{display:block;width:100%;height:230px;object-fit:cover;background:#071522}
.project-card .body{padding:18px 20px 20px;display:flex;flex-direction:column;gap:10px;flex:1}
.project-card .num{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px solid rgba(0,231,255,.55);color:#00e7ff;font-weight:900;font-size:20px;background:rgba(0,231,255,.07)}
.project-card h3{font-size:23px;line-height:1.08;margin:4px 0 2px;color:#fff}
.project-card p{font-size:14px;line-height:1.52;color:#d5e7f4;margin:0;flex:1}
.project-card a{display:inline-flex;align-items:center;gap:7px;color:#00e7ff;text-decoration:none;font-weight:900;letter-spacing:.03em;text-transform:uppercase;font-size:13px}
.project-card a:hover{color:#fff}
.discipline-row{display:flex;flex-wrap:wrap;gap:7px}.discipline-row span{border:1px solid rgba(0,231,255,.27);border-radius:999px;padding:6px 9px;color:#bfefff;background:rgba(0,231,255,.05);font-size:10px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}
.additional{margin-top:18px;border:1px solid rgba(0,231,255,.35);border-radius:13px;padding:20px 22px;background:rgba(5,24,45,.72)}
.additional h2{font-size:22px;margin:0 0 10px}.additional .chips{display:flex;flex-wrap:wrap;gap:8px}.additional .chips span{border:1px solid rgba(0,231,255,.24);border-radius:999px;padding:7px 10px;color:#d6f4ff;background:rgba(0,231,255,.045);font-size:11px;font-weight:800}
.legal-note{margin-top:18px;padding:15px 20px;border-top:1px solid rgba(0,231,255,.22);color:#8eacbf;font-size:11px;line-height:1.55;text-align:center}
.back-row{display:flex;justify-content:flex-end;margin-top:14px}.back-btn{display:inline-flex;padding:10px 14px;border:1px solid rgba(0,231,255,.55);border-radius:8px;color:#00e7ff;text-decoration:none;font-weight:900;font-size:12px}
.site-footer{padding:18px 26px;border-top:1px solid rgba(0,231,255,.24);color:#bcd6e6;background:#020813;text-align:center;font-size:12px}
.detail-hero{display:grid;grid-template-columns:580px minmax(0,1fr);min-height:340px;border:1px solid rgba(0,231,255,.50);border-radius:18px;overflow:hidden;background:#020813;box-shadow:0 0 40px rgba(0,180,255,.08)}
.detail-hero .copy{padding:38px 40px 34px;background:linear-gradient(90deg,rgba(2,8,19,.99),rgba(3,18,34,.96))}
.detail-hero h1{font-size:48px;line-height:1.02;margin:12px 0;color:#fff;letter-spacing:-1px}
.detail-hero p{font-size:16px;line-height:1.55;color:#d7e9f7;margin:0 0 18px}
.detail-hero .art{position:relative;background-position:center;background-size:cover;background-repeat:no-repeat}
.detail-hero .art:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,8,19,.16),rgba(2,8,19,.03))}
.meta-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;margin-top:18px}
.panel{border:1px solid rgba(0,231,255,.35);border-radius:14px;background:rgba(5,24,45,.72);padding:22px}
.panel h2{font-size:22px;margin:0 0 12px}
.panel ul{margin:0;padding-left:18px;color:#d5e7f4;line-height:1.65;font-size:14px}
.gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px}
.gallery figure{margin:0;border:1px solid rgba(0,231,255,.30);border-radius:13px;overflow:hidden;background:rgba(5,24,45,.72)}
.gallery img{display:block;width:100%;height:300px;object-fit:cover;background:#081520}
.gallery figcaption{padding:12px 14px;color:#cbe2f1;font-size:12px;line-height:1.45}
.breadcrumbs{padding:10px 4px 16px;color:#9ec6db;font-size:12px}
.breadcrumbs a{color:#75e7ff;text-decoration:none}
.small-note{color:#9ab7ca;font-size:12px;line-height:1.55;margin-top:14px}

/* ADS 43.9 — Expanded career portfolio */
.program-priority{
  margin:22px 0 18px;
  padding:18px 20px;
  border:1px solid rgba(226,187,70,.58);
  border-radius:14px;
  background:linear-gradient(120deg,rgba(67,47,9,.46),rgba(5,24,45,.86) 58%,rgba(2,12,25,.96));
}
.program-priority h2{margin:0 0 8px;font-size:24px;color:#fff}
.program-priority p{margin:0;color:#d8e8f3;font-size:13.5px;line-height:1.58;max-width:1200px}
.program-priority .discipline-row{margin-top:12px}
.project-card.lockheed-priority{border-color:rgba(226,187,70,.68);box-shadow:0 0 28px rgba(226,187,70,.09)}
.project-card.lockheed-priority .num{border-color:rgba(226,187,70,.75);color:#ffe28d;background:rgba(226,187,70,.08)}
.project-card.lockheed-priority .kicker{color:#ffe28d}
.detail-emphasis{
  margin-top:18px;
  padding:18px 21px;
  border-left:4px solid #00e7ff;
  border-radius:0 12px 12px 0;
  background:linear-gradient(90deg,rgba(0,141,190,.18),rgba(5,24,45,.72));
}
.detail-emphasis strong{color:#fff}
.detail-emphasis p{margin:6px 0 0;color:#cde3f1;font-size:13.5px;line-height:1.58}
.responsibility-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}
.responsibility-grid article{border:1px solid rgba(0,231,255,.28);border-radius:12px;padding:17px 18px;background:rgba(5,24,45,.72)}
.responsibility-grid h3{margin:0 0 7px;font-size:17px;color:#fff}
.responsibility-grid p{margin:0;color:#c8deec;font-size:12.5px;line-height:1.55}
@media(max-width:1320px){.responsibility-grid{grid-template-columns:1fr}}
@media(max-width:1100px){
  .card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .meta-grid,.detail-hero{grid-template-columns:1fr}
  .detail-hero .art{min-height:360px}
  .gallery{grid-template-columns:1fr}
}
@media(max-width:700px){
  .portfolio-shell{width:min(100% - 20px,1760px)}
  .card-grid{grid-template-columns:1fr}
  .hero-panel,.hero-panel.phase5-hero{grid-template-columns:1fr}
  .hero-panel h1,.hero-panel.phase5-hero h1,.detail-hero h1{font-size:38px}
  .hero-panel .copy,.hero-panel.phase5-hero .copy,.detail-hero .copy{padding:26px 22px}
  .placement-panel{padding:26px 22px}
  .detail-hero .art{min-height:260px}
  .project-card{min-height:0}
  .gallery img{height:auto}
}

.defense-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.defense-grid .project-card{min-height:430px}.defense-grid .project-card img{height:250px}


/* ADS 43.8 - Digital Work Portfolio Phase 5 */
.portfolio-shell.phase5{padding-bottom:48px}.hero-panel.phase5-hero{grid-template-columns:650px minmax(0,1fr);min-height:400px}.hero-panel.phase5-hero .copy{padding:42px 42px 32px}.hero-panel.phase5-hero h1{font-size:64px}.hero-panel.phase5-hero .art{background-color:#f5f5f0;background-size:cover;background-position:center}.hero-panel.phase5-hero .art:after{background:linear-gradient(90deg,rgba(2,8,19,.04),rgba(2,8,19,0))}
.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.hero-actions a{display:inline-flex;align-items:center;gap:7px;padding:10px 14px;border:1px solid rgba(0,231,255,.62);border-radius:8px;background:linear-gradient(180deg,rgba(8,80,126,.44),rgba(3,31,57,.78));color:#00e7ff;text-decoration:none;font-size:13px;font-weight:900}.hero-actions a.secondary{border-color:rgba(226,187,70,.72);color:#ffe28d;background:linear-gradient(180deg,rgba(104,76,20,.43),rgba(47,34,10,.72))}.hero-actions a:hover{color:#fff;border-color:#fff}
.discipline-section{margin-top:18px}.discipline-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.discipline-card{border:1px solid rgba(0,231,255,.42);border-radius:14px;overflow:hidden;background:linear-gradient(180deg,rgba(5,24,45,.96),rgba(2,12,25,.98));box-shadow:0 7px 24px rgba(0,0,0,.22)}.discipline-card .visual{height:245px;background:#f5f4ef;overflow:hidden}.discipline-card .visual img{display:block;width:100%;height:100%;object-fit:cover;filter:brightness(1.05) saturate(1.04)}.discipline-card .body{padding:20px 21px 22px}.discipline-card h3{font-size:25px;line-height:1.08;margin:7px 0 10px;color:#fff}.discipline-card p{font-size:13.5px;line-height:1.52;color:#d5e7f4;margin:0 0 12px}.discipline-card ul{margin:0;padding-left:18px;color:#bed5e6;font-size:12.5px;line-height:1.55}.discipline-card .micro{font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:900;color:#00e7ff}
.profile-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px}.profile-tile{border:1px solid rgba(0,231,255,.28);border-radius:12px;padding:17px 18px;background:linear-gradient(180deg,rgba(6,27,48,.86),rgba(2,13,25,.92))}.profile-tile strong{display:block;font-size:15px;color:#fff;margin-bottom:7px}.profile-tile p{margin:0;color:#bdd5e5;font-size:12.5px;line-height:1.5}
.phase5-section{margin-top:24px}.phase5-section>.section-bar{margin-top:0}.tech-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.tech-card{border:1px solid rgba(0,231,255,.29);border-radius:12px;background:rgba(5,24,45,.74);padding:18px}.tech-card h3{font-size:17px;margin:0 0 10px;color:#fff}.tech-card p{margin:0;color:#c7ddec;font-size:12.5px;line-height:1.55}
.education-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.edu-card{border:1px solid rgba(226,187,70,.35);border-radius:12px;background:linear-gradient(180deg,rgba(38,31,14,.47),rgba(5,21,36,.78));padding:20px}.edu-card .degree{font-size:20px;font-weight:900;color:#fff;line-height:1.16}.edu-card .school{margin-top:7px;color:#ffe19a;font-weight:800;font-size:13px}.edu-card .date{margin-top:5px;color:#b9d2e2;font-size:12px}
.recruiter-cta{margin-top:18px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;border:1px solid rgba(0,231,255,.42);border-radius:14px;padding:22px 24px;background:linear-gradient(90deg,rgba(4,27,49,.94),rgba(4,18,34,.86))}.recruiter-cta h2{margin:0 0 6px;font-size:23px}.recruiter-cta p{margin:0;color:#c6dceb;font-size:13px;line-height:1.5}.recruiter-cta .actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.recruiter-cta a{display:inline-flex;padding:10px 14px;border:1px solid rgba(0,231,255,.55);border-radius:8px;color:#00e7ff;text-decoration:none;font-weight:900;font-size:12px}.recruiter-cta a.gold{border-color:rgba(226,187,70,.70);color:#ffe28b}.project-card .body .project-role{font-size:11px;line-height:1.45;color:#9ec8de;margin:-4px 0 2px}.project-card a{margin-top:4px}
@media(max-width:1320px){.discipline-grid{grid-template-columns:1fr}.profile-strip,.tech-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.education-grid{grid-template-columns:1fr}.recruiter-cta{grid-template-columns:1fr}.recruiter-cta .actions{justify-content:flex-start}}


/* ADS 43.8 R2 — Digital Work Portfolio focused expansion */
.summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}
.summary-card{border:1px solid rgba(0,231,255,.29);border-radius:12px;padding:18px 19px;background:linear-gradient(180deg,rgba(6,27,48,.88),rgba(2,13,25,.94))}
.summary-card h3{font-size:17px;line-height:1.15;margin:0 0 8px;color:#fff}
.summary-card p{margin:0;color:#c6dceb;font-size:12.5px;line-height:1.55}
.summary-card .micro{font-size:9.5px;letter-spacing:.13em;text-transform:uppercase;font-weight:900;color:#00e7ff;margin-bottom:7px}
.snapshot-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.snapshot-card{border:1px solid rgba(0,231,255,.34);border-radius:13px;overflow:hidden;background:linear-gradient(180deg,rgba(5,24,45,.96),rgba(2,12,25,.98));box-shadow:0 6px 24px rgba(0,0,0,.20)}
.snapshot-card img{display:block;width:100%;height:235px;object-fit:cover;background:#f3f5f6}
.snapshot-card .body{padding:16px 17px 18px}
.snapshot-card .micro{font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;font-weight:900;color:#00e7ff}
.snapshot-card h3{font-size:20px;line-height:1.08;margin:7px 0;color:#fff}
.snapshot-card p{font-size:12.5px;line-height:1.5;color:#cbddeb;margin:0}
.snapshot-card .snapshot-label{display:inline-flex;margin-top:12px;border:1px solid rgba(226,187,70,.45);border-radius:999px;padding:5px 8px;color:#ffe19a;font-size:9.5px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.detail-hero .art.art-contain{background-size:contain;background-position:center;background-color:#061522}
.gallery.single{grid-template-columns:1fr}
.gallery.single img{height:auto;max-height:760px;object-fit:contain;background:#f5f5f2}
@media(max-width:1320px){.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.snapshot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* ADS 43.8 R3 — Cabling/harness feature and expanded resume content */
.cabling-feature{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(440px,.75fr);margin-top:16px;border:1px solid rgba(0,231,255,.42);border-radius:14px;overflow:hidden;background:linear-gradient(180deg,rgba(5,24,45,.97),rgba(2,12,25,.99));box-shadow:0 8px 28px rgba(0,0,0,.22)}
.cabling-feature .visual{background:#f6f7f4;min-height:335px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-right:1px solid rgba(0,231,255,.22)}
.cabling-feature .visual img{display:block;width:100%;height:100%;min-height:335px;object-fit:cover;object-position:center}
.cabling-feature .body{padding:28px 30px;align-self:center}
.cabling-feature .micro{font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:900;color:#00e7ff;margin-bottom:8px}
.cabling-feature h3{font-size:28px;line-height:1.08;margin:0 0 12px;color:#fff}
.cabling-feature p{font-size:13.5px;line-height:1.58;color:#d3e5f2;margin:0 0 15px}
.feature-chips{display:flex;flex-wrap:wrap;gap:7px}.feature-chips span{border:1px solid rgba(0,231,255,.30);border-radius:999px;padding:6px 8px;color:#bfefff;background:rgba(0,231,255,.05);font-size:9px;font-weight:900;letter-spacing:.055em}
.cabling-feature .visual-note{margin-top:14px;color:#8fb4cd;font-size:10.5px;line-height:1.45}
@media(max-width:1320px){.cabling-feature{grid-template-columns:1fr}.cabling-feature .visual{border-right:0;border-bottom:1px solid rgba(0,231,255,.22)}}


/* ADS 43.8 R4 — Main-page consolidation */
.professional-cluster{
  margin-top:24px;
  padding:18px 18px 20px;
  border:1px solid rgba(0,231,255,.36);
  border-radius:16px;
  background:linear-gradient(180deg,rgba(4,20,38,.78),rgba(2,10,21,.68));
  box-shadow:0 8px 28px rgba(0,0,0,.18);
}
.professional-cluster .cluster-title{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:18px;
  padding:0 4px 10px;
  border-bottom:1px solid rgba(0,231,255,.28);
}
.professional-cluster .cluster-title h2{margin:0;color:#fff;font-size:30px;line-height:1.05}
.professional-cluster .cluster-title span{color:#71e8ff;font-size:13px;font-weight:800}
.professional-cluster .phase5-section{margin-top:18px}
.professional-cluster .additional{margin-top:18px}
.professional-cluster + .phase5-section{margin-top:28px}
.portfolio-static-label{
  display:inline-flex;
  align-items:center;
  width:max-content;
  margin-top:4px;
  color:#00e7ff;
  font-weight:900;
  letter-spacing:.03em;
  text-transform:uppercase;
  font-size:13px;
}
.portfolio-snapshot{min-height:435px}
.portfolio-snapshot img{height:230px}
@media(max-width:1320px){
  .professional-cluster .cluster-title{align-items:flex-start;flex-direction:column}
}


/* ADS 43.8 R5 — Employer-facing title page */
.phase5-hero{
  grid-template-columns:minmax(0,1fr) minmax(430px,.86fr);
  align-items:stretch;
}
.phase5-hero .copy{
  padding:44px 46px;
}
.phase5-hero .copy p{
  max-width:760px;
}
.placement-panel{
  padding:34px 38px;
  border-left:1px solid rgba(0,231,255,.34);
  background:
    radial-gradient(circle at 85% 8%,rgba(0,231,255,.10),transparent 34%),
    linear-gradient(145deg,#071728 0%,#03101c 58%,#020b14 100%);
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:100%;
}
.placement-kicker{
  color:#00e7ff;
  font-size:13px;
  line-height:1.2;
  letter-spacing:.16em;
  font-weight:900;
  margin-bottom:9px;
}
.placement-panel h2{
  margin:0 0 12px;
  color:#fff;
  font-size:30px;
  line-height:1.08;
}
.placement-panel>p{
  margin:0 0 14px;
  color:#c8d9e8;
  line-height:1.55;
}
.placement-modes{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:4px 0 17px;
}
.placement-modes span{
  border:1px solid rgba(0,231,255,.52);
  border-radius:999px;
  padding:7px 10px;
  color:#8ff1ff;
  font-weight:900;
  font-size:11px;
  letter-spacing:.06em;
}
.placement-skills{
  margin:0 0 15px;
  padding-left:20px;
  color:#fff;
  line-height:1.55;
}
.placement-note{
  color:#91abc0!important;
  font-size:13px;
}
.placement-contact{
  margin:3px 0 15px;
  color:#fff;
  font-weight:800;
}
.placement-button{
  display:inline-flex;
  align-self:flex-start;
  text-decoration:none;
  border:1px solid #00e7ff;
  border-radius:9px;
  padding:10px 14px;
  color:#00e7ff;
  font-weight:900;
}
.professional-cluster{
  margin-top:22px;
}
@media(max-width:980px){
  .phase5-hero{grid-template-columns:1fr}
  .placement-panel{border-left:0;border-top:1px solid rgba(0,231,255,.34)}
}


/* R8 MAIN PORTFOLIO CARD ART — TALLER, NO STRETCH */
.cards-tall-r8 #projects .card-grid{align-items:stretch}
.cards-tall-r8 #projects .project-card{min-height:600px}
.cards-tall-r8 #projects .project-card>img{
  display:block;
  width:100%;
  height:375px;
  object-fit:contain;
  object-position:center center;
  box-sizing:border-box;
  padding:8px;
  background:linear-gradient(180deg,#eef2f3 0%,#e3e9ec 100%);
}
.cards-tall-r8 #projects .project-card .body{padding-top:16px}

/* ADS 43.22 — restore the complete approved Aurora header on every portfolio page */
header.aurora-uhd .uhd-search{display:flex!important}
.aurora-executive-banner{display:flex!important}
header.aurora-uhd{min-height:0!important}
.detail-hero .art.art-contain{background-size:contain!important;background-repeat:no-repeat!important}
@media(max-width:700px){
  header.aurora-uhd{position:relative;padding:.7rem 10px}
  header.aurora-uhd .uhd-brand{max-width:none;flex:1 1 220px}
  header.aurora-uhd .uhd-brand img{width:36px;height:36px}
  header.aurora-uhd .uhd-title{font-size:.85rem}
  header.aurora-uhd .uhd-sub{display:none!important}
  html body header.site-header.aurora-uhd a.uhd-contact-btn{display:none!important}
  html body header.site-header.aurora-uhd nav.uhd-nav[class]{display:none!important}
  .hero-panel h1,.hero-panel.phase5-hero h1,.detail-hero h1{font-size:34px!important;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important}
  .section-bar{align-items:flex-start;flex-direction:column;gap:2px}
  .section-bar .right-link{margin-top:-4px}
  .detail-hero .art{min-height:240px}
  .panel{padding:18px}
}

/* ADS 43.17 — Full-width daughter-page heroes with responsive text overlay */
.detail-hero{
  position:relative;
  display:grid;
  grid-template-columns:1fr;
  grid-template-rows:1fr;
  min-height:clamp(560px,58vw,840px);
  isolation:isolate;
}
.detail-hero .art{
  grid-column:1;
  grid-row:1;
  z-index:0;
  min-width:0;
  min-height:100%;
  background-position:center;
  background-size:cover;
}
.detail-hero .art:after{
  background:
    linear-gradient(90deg,rgba(2,8,19,.94) 0%,rgba(2,8,19,.76) 28%,rgba(2,8,19,.22) 57%,rgba(2,8,19,.04) 100%),
    linear-gradient(0deg,rgba(2,8,19,.76) 0%,rgba(2,8,19,0) 55%);
}
.detail-hero .copy{
  grid-column:1;
  grid-row:1;
  align-self:end;
  z-index:2;
  width:min(760px,68%);
  padding:42px 44px 38px;
  background:transparent;
  text-shadow:0 2px 12px rgba(0,0,0,.85);
}
.detail-hero .copy p{max-width:680px}
.detail-hero .art.art-contain{
  background-size:contain!important;
  background-position:center!important;
  background-color:#061522;
}
@media(max-width:900px){
  .detail-hero{min-height:clamp(620px,82vw,780px)}
  .detail-hero .copy{width:min(720px,88%);padding:34px 30px 30px}
  .detail-hero .art:after{
    background:
      linear-gradient(0deg,rgba(2,8,19,.98) 0%,rgba(2,8,19,.82) 34%,rgba(2,8,19,.18) 72%,rgba(2,8,19,.03) 100%);
  }
}
@media(max-width:700px){
  .detail-hero{min-height:680px}
  .detail-hero .art{min-height:100%;background-position:center top}
  .detail-hero .copy{width:100%;padding:28px 22px 24px}
  .detail-hero h1{font-size:clamp(30px,9vw,38px)!important;line-height:1.03}
  .detail-hero p{font-size:15px;line-height:1.45;margin-bottom:14px}
  .detail-hero .discipline-row span{font-size:9px;padding:5px 8px}
  .detail-hero .art.art-contain{background-position:center 10%!important}
}

/* ADS 43.17 final directory-art height — wins over legacy card rules */
.cards-tall-r8 .project-card{min-height:600px!important}
.cards-tall-r8 .project-card>img{
  width:100%!important;
  height:375px!important;
  object-fit:contain!important;
  object-position:center!important;
}
html body main.cards-tall-r8 #projects .portfolio-domain .card-grid .project-card>img{
  height:375px!important;
}
@media(max-width:700px){
  .cards-tall-r8 .project-card{min-height:0!important}
  .cards-tall-r8 .project-card>img{height:330px!important}
  html body main.cards-tall-r8 #projects .portfolio-domain .card-grid .project-card>img{height:330px!important}
}

/* ADS 43.18 — professional background integration */
.placement-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.placement-actions .placement-button{margin-top:0}
.placement-actions .placement-button.secondary{background:transparent;color:#bdefff;border-color:rgba(0,231,255,.55)}
.career-proof{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(520px,1.6fr);gap:24px;margin:22px 0 30px;padding:28px;border:1px solid rgba(0,231,255,.44);border-radius:16px;background:linear-gradient(135deg,rgba(4,26,47,.98),rgba(2,12,25,.98));box-shadow:0 18px 42px rgba(0,0,0,.28)}
.career-proof-intro h2{margin:6px 0 10px;font-size:clamp(26px,2.2vw,38px);line-height:1.08}
.career-proof-intro p{margin:0 0 16px;color:#d7e7f0;font-size:16px;line-height:1.55}
.career-proof-intro a{display:inline-block;color:#00e7ff;font-weight:800;text-decoration:none}
.career-proof-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.career-proof-grid div{display:flex;flex-direction:column;justify-content:center;min-height:112px;padding:18px;border:1px solid rgba(0,231,255,.25);border-radius:12px;background:rgba(4,18,34,.78)}
.career-proof-grid strong{color:#fff;font-size:22px;line-height:1.15}
.career-proof-grid span{margin-top:7px;color:#a9c9d8;font-size:14px;line-height:1.4}
.profile-page{max-width:1500px}
.profile-hero{margin:18px 0 28px;padding:clamp(30px,5vw,72px);border:1px solid rgba(0,231,255,.48);border-radius:18px;background:radial-gradient(circle at 88% 12%,rgba(0,166,255,.2),transparent 33%),linear-gradient(135deg,#061a30 0%,#020a14 72%);box-shadow:0 22px 56px rgba(0,0,0,.34)}
.profile-hero h1{max-width:1050px;margin:8px 0 18px;font-size:clamp(38px,5vw,70px);line-height:1.02}
.profile-hero>p{max-width:1080px;margin:0 0 22px;color:#d9e8f0;font-size:clamp(17px,1.5vw,21px);line-height:1.55}
.profile-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.profile-actions a,.profile-contact>a{display:inline-block;padding:12px 18px;border:1px solid #00e7ff;border-radius:9px;color:#00101a;background:#00e7ff;font-weight:900;text-decoration:none}
.profile-actions a+ a{color:#c9f7ff;background:transparent}
.profile-section{margin:0 0 28px;padding:24px;border:1px solid rgba(0,231,255,.25);border-radius:15px;background:rgba(3,17,32,.86)}
.professional-lead{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:20px 22px;border:1px solid rgba(0,231,255,.30);border-radius:13px;background:linear-gradient(135deg,rgba(5,34,58,.92),rgba(2,14,27,.96))}
.professional-lead p{margin:0;color:#d7e9f5;font-size:15px;line-height:1.65}
.standards-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px}
.standards-grid article{border:1px solid rgba(226,187,70,.38);border-radius:12px;padding:18px;background:linear-gradient(180deg,rgba(42,33,12,.44),rgba(4,20,36,.88))}
.standards-grid .micro{margin:0 0 7px;color:#ffe18a;font-size:10px;font-weight:900;letter-spacing:.12em}
.standards-grid h3{margin:0 0 8px;color:#fff;font-size:17px;line-height:1.2}
.standards-grid p{margin:0;color:#c7dceb;font-size:12.5px;line-height:1.55}
.profile-value-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.profile-value-grid article{padding:20px;border:1px solid rgba(0,231,255,.28);border-radius:12px;background:#061729}
.profile-value-grid h3{margin:7px 0 10px;font-size:21px;line-height:1.18}
.profile-value-grid p{margin:0;color:#bdd2dd;font-size:15px;line-height:1.5}
.profile-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.profile-contact{display:flex;align-items:center;justify-content:space-between;gap:28px;margin:30px 0;padding:28px;border:1px solid rgba(255,204,0,.56);border-radius:15px;background:linear-gradient(120deg,rgba(30,24,3,.76),rgba(4,20,35,.96))}
.profile-contact h2{margin:6px 0 8px}.profile-contact p{max-width:800px;margin:0;color:#d7e7f0}
@media(max-width:1320px){.professional-lead{grid-template-columns:1fr}.standards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:980px){.career-proof{grid-template-columns:1fr}.profile-value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.career-proof{padding:20px}.career-proof-grid,.profile-value-grid,.profile-summary-grid,.professional-lead,.standards-grid{grid-template-columns:1fr}.career-proof-grid div{min-height:0}.profile-hero{padding:28px 22px}.profile-contact{align-items:flex-start;flex-direction:column}.placement-actions{flex-direction:column}.placement-actions a{width:100%;text-align:center}}

/* ADS 43.19 — desktop/browser-zoom freeze without sacrificing phone layout */
@media (hover:hover) and (pointer:fine){
  html,body{
    width:auto!important;
    min-width:1380px!important;
    max-width:none!important;
    overflow-x:auto!important;
  }
  body>header,
  header.aurora-uhd,
  .site-header.aurora-uhd,
  .aurora-uhd.site-header,
  .site-footer{
    width:100%!important;
    min-width:1380px!important;
    max-width:none!important;
  }
  .portfolio-shell{
    width:calc(100% - 32px)!important;
    min-width:1348px!important;
    max-width:1760px!important;
  }
  .hero-panel.phase5-hero{
    grid-template-columns:minmax(0,1fr) minmax(430px,.86fr)!important;
  }
  #projects .card-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .discipline-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .profile-strip{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .professional-cluster .summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .tech-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .standards-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .education-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .snapshot-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .cabling-feature{grid-template-columns:minmax(0,1.25fr) minmax(440px,.75fr)!important}
}

/* Preserve the complete composition of every portfolio graphic. */
.cards-tall-r8 #projects .project-card>img,
html body main.cards-tall-r8 #projects .portfolio-domain .card-grid .project-card>img{
  width:100%!important;
  height:375px!important;
  object-fit:contain!important;
  object-position:center!important;
}
.discipline-card .visual img,
.snapshot-card img{
  object-fit:contain!important;
  object-position:center!important;
}
.detail-hero .art,
.detail-hero .art.art-contain{
  background-size:contain!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-color:#061522!important;
}
.detail-hero .art>img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#061522!important;
}
.gallery img,
.gallery.single img{
  width:100%!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
}
@media (hover:none), (pointer:coarse){
  html,body{width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}
  .portfolio-shell{width:min(100% - 20px,1760px)!important;min-width:0!important}
  .professional-lead,.standards-grid{grid-template-columns:1fr!important}
}
