/*
 * HPM Experience Platform 3.0 — Client Experience System
 * Loaded after the legacy client styles so the public experience can evolve
 * without disturbing Portal Studio or WordPress administration screens.
 */

:where(.hpm-v3-portal,.hpm-client-shell,.hpm-native-shell,.hpm-team-shell){
  --hpm-v3-ink:#14212a;
  --hpm-v3-ink-soft:#43525d;
  --hpm-v3-muted:#6d7a83;
  --hpm-v3-line:rgba(18,34,43,.13);
  --hpm-v3-line-strong:rgba(18,34,43,.22);
  --hpm-v3-paper:#f4f3ef;
  --hpm-v3-surface:#fff;
  --hpm-v3-surface-soft:#eeefec;
  --hpm-v3-dark:#071219;
  --hpm-v3-width:1240px;
  --hpm-v3-narrow:850px;
  --hpm-v3-radius:22px;
  --hpm-v3-radius-sm:14px;
  --hpm-v3-shadow:0 22px 60px rgba(10,24,31,.10);
  --hpm-v3-shadow-soft:0 10px 32px rgba(10,24,31,.07);
  --hpm-v3-font:"Aptos","Segoe UI Variable Text","Segoe UI",Inter,Arial,sans-serif;
  --hpm-v3-display:"Aptos Display","Segoe UI Variable Display","Segoe UI",Inter,Arial,sans-serif;
  color:var(--hpm-v3-ink);
  font-family:var(--hpm-v3-font);
}

html:has(.hpm-v3-portal),html:has(.hpm-client-shell),html:has(.hpm-native-shell),html:has(.hpm-team-shell){margin-top:0!important;background:var(--hpm-v3-paper)}
body:has(.hpm-v3-portal),body:has(.hpm-client-shell),body:has(.hpm-native-shell),body:has(.hpm-team-shell){margin:0!important;background:var(--hpm-v3-paper)!important;color:var(--hpm-v3-ink)}
body:has(.hpm-v3-portal) #wpadminbar,body:has(.hpm-client-shell) #wpadminbar,body:has(.hpm-native-shell) #wpadminbar,body:has(.hpm-team-shell) #wpadminbar{display:none!important}

.hpm-v3-portal *,.hpm-client-shell *,.hpm-native-shell *,.hpm-team-shell *{box-sizing:border-box}
.hpm-v3-portal a,.hpm-client-shell a,.hpm-native-shell a,.hpm-team-shell a{text-underline-offset:3px}
.hpm-v3-portal :focus-visible,.hpm-client-shell :focus-visible,.hpm-native-shell :focus-visible,.hpm-team-shell :focus-visible{outline:3px solid color-mix(in srgb,var(--hpm-accent) 75%,#fff 25%);outline-offset:3px}

/* Universal client navigation */
.hpm-v3-portal>.hpm-portal-nav,
.hpm-client-shell>.hpm-portal-nav,
.hpm-native-shell>.hpm-portal-nav,
.hpm-team-shell>.hpm-portal-nav{
  position:sticky!important;
  top:0!important;
  z-index:100;
  width:100%!important;
  min-height:76px;
  margin:0!important;
  padding:0 max(28px,calc((100vw - var(--hpm-v3-width))/2));
  display:flex;
  align-items:center;
  gap:24px;
  background:rgba(255,255,255,.95)!important;
  color:var(--hpm-v3-ink)!important;
  border-bottom:1px solid var(--hpm-v3-line)!important;
  box-shadow:0 1px 0 rgba(255,255,255,.65);
  backdrop-filter:blur(18px);
}
.hpm-portal-nav .hpm-nav-brand{min-width:0;display:flex;align-items:center;gap:12px;color:var(--hpm-v3-ink)!important;text-decoration:none}
.hpm-portal-nav .hpm-nav-brand-mark{width:42px;height:42px;border:1px solid var(--hpm-v3-line)!important;border-radius:12px;background:var(--hpm-brand-primary)!important;color:#fff!important;display:grid;place-items:center;overflow:hidden;font-size:15px;font-weight:800;box-shadow:none!important}
.hpm-portal-nav .hpm-nav-brand-mark img{width:100%;height:100%;object-fit:contain;padding:5px;background:#fff}
.hpm-portal-nav .hpm-nav-brand-copy{min-width:0;display:grid;line-height:1.1}
.hpm-portal-nav .hpm-nav-brand-copy strong{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:760;color:var(--hpm-v3-ink)}
.hpm-portal-nav .hpm-nav-brand-copy span{margin-top:4px;color:var(--hpm-v3-muted)!important;font-size:10px;letter-spacing:.08em;text-transform:uppercase}
.hpm-portal-nav .hpm-nav-links{margin-left:auto;display:flex;align-items:center;gap:4px}
.hpm-portal-nav .hpm-nav-item>a,.hpm-portal-nav .hpm-nav-all,.hpm-portal-nav .hpm-nav-group{min-height:40px;padding:9px 11px;border:0;border-radius:10px;background:transparent;color:var(--hpm-v3-ink-soft)!important;font-size:13px;font-weight:660;text-decoration:none;transition:background .18s ease,color .18s ease}
.hpm-portal-nav .hpm-nav-item>a:hover,.hpm-portal-nav .hpm-nav-all:hover,.hpm-portal-nav .hpm-nav-group:hover,.hpm-portal-nav .hpm-nav-item.is-active>a,.hpm-portal-nav .hpm-nav-all.is-active{background:color-mix(in srgb,var(--hpm-brand-primary) 8%,#fff 92%)!important;color:var(--hpm-brand-primary)!important}
.hpm-portal-nav .hpm-nav-divider{width:1px;height:26px;margin:0 5px;background:var(--hpm-v3-line)!important}
.hpm-portal-nav .hpm-nav-all-portals{border:1px solid var(--hpm-v3-line)!important;background:#fff!important}
.hpm-portal-nav .hpm-nav-toggle{display:none;width:42px;height:42px;margin-left:auto;border:1px solid var(--hpm-v3-line)!important;border-radius:11px;background:#fff!important;color:var(--hpm-v3-ink)!important}
.hpm-portal-nav .hpm-nav-toggle svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.8}
.hpm-portal-nav .hpm-nav-submenu{border:1px solid var(--hpm-v3-line)!important;border-radius:12px;background:#fff!important;box-shadow:var(--hpm-v3-shadow-soft)!important}
.hpm-portal-nav .hpm-nav-submenu a{color:var(--hpm-v3-ink-soft)!important}

.hpm-v3-eyebrow{margin:0 0 12px!important;color:var(--hpm-accent)!important;font-size:11px!important;font-weight:800!important;letter-spacing:.17em!important;text-transform:uppercase!important}
.hpm-v3-section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,.48fr);gap:36px;align-items:end;margin-bottom:26px}
.hpm-v3-section-heading h2{margin:0;font-family:var(--hpm-v3-display);font-size:clamp(30px,3.2vw,44px);font-weight:720;line-height:1.05;letter-spacing:-.035em;color:var(--hpm-v3-ink)}
.hpm-v3-section-heading>p{margin:0;color:var(--hpm-v3-muted);font-size:15px;line-height:1.7}

/* Portal home */
.hpm-v3-portal{min-height:100vh;background:var(--hpm-v3-paper)!important;color:var(--hpm-v3-ink)}
.hpm-v3-portal .hpm-xp-overlay,.hpm-v3-portal>.hpm-xp-topbar{display:none!important}
.hpm-v3-portal-hero{position:relative;isolation:isolate;overflow:hidden;background:var(--hpm-v3-dark);color:#fff}
.hpm-v3-portal-hero__backdrop{position:absolute;inset:0;z-index:-2;background-image:linear-gradient(90deg,rgba(3,12,17,.97) 0%,rgba(3,12,17,.88) 44%,rgba(3,12,17,.50) 100%),var(--hpm-hero,none),linear-gradient(135deg,var(--hpm-brand-secondary),var(--hpm-brand-primary));background-size:cover;background-position:center}
.hpm-v3-portal-hero__backdrop::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 16%,color-mix(in srgb,var(--hpm-accent) 26%,transparent),transparent 36%),linear-gradient(180deg,transparent 62%,rgba(4,13,18,.34));mix-blend-mode:screen;opacity:.8}
.hpm-v3-portal-hero__inner{width:min(calc(100% - 56px),var(--hpm-v3-width));min-height:500px;margin:0 auto;padding:58px 0 62px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.68fr);gap:58px;align-items:center}
.hpm-v3-portal-hero__copy{max-width:690px}
.hpm-v3-brand-pair{display:flex;align-items:center;gap:16px;margin-bottom:28px}
.hpm-v3-brand-pair span{display:grid;place-items:center;min-width:64px;height:38px}
.hpm-v3-brand-pair img{max-width:120px;max-height:36px;object-fit:contain;filter:brightness(0) invert(1)}
.hpm-v3-brand-pair i{display:block;width:1px;height:28px;background:rgba(255,255,255,.28)}
.hpm-v3-portal-hero h1{max-width:14ch;margin:0;color:#fff;font-family:var(--hpm-v3-display);font-size:clamp(44px,5vw,70px);font-weight:760;line-height:.98;letter-spacing:-.055em;text-wrap:balance}
.hpm-v3-portal-subheadline{max-width:620px;margin:18px 0 0;color:rgba(255,255,255,.84);font-size:clamp(17px,1.45vw,21px);line-height:1.48}
.hpm-v3-portal-intro{max-width:650px;margin-top:20px;color:rgba(255,255,255,.68);font-size:15px;line-height:1.7}
.hpm-v3-portal-intro>:first-child{margin-top:0}.hpm-v3-portal-intro>:last-child{margin-bottom:0}
.hpm-v3-portal-meta{display:flex;gap:18px;flex-wrap:wrap;margin-top:24px;color:rgba(255,255,255,.62);font-size:11px;font-weight:700;letter-spacing:.10em;text-transform:uppercase}
.hpm-v3-portal-meta span+span::before{content:"•";margin-right:18px;color:var(--hpm-accent)}
.hpm-v3-portal-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.hpm-v3-primary-button,.hpm-v3-secondary-button{min-height:48px;padding:13px 18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:14px;font-size:13px;font-weight:760;text-decoration:none!important;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}
.hpm-v3-primary-button{background:#fff;color:var(--hpm-brand-primary)!important;box-shadow:0 16px 35px rgba(0,0,0,.22)}
.hpm-v3-secondary-button{border:1px solid rgba(255,255,255,.30);background:rgba(255,255,255,.07);color:#fff!important;backdrop-filter:blur(12px)}
.hpm-v3-primary-button:hover,.hpm-v3-secondary-button:hover{transform:translateY(-2px)}
.hpm-v3-hero-experience{overflow:hidden;display:grid;grid-template-rows:210px auto;border:1px solid rgba(255,255,255,.24);border-radius:24px;background:rgba(255,255,255,.98);color:var(--hpm-v3-ink)!important;text-decoration:none!important;box-shadow:0 26px 68px rgba(0,0,0,.30);transform:rotate(.35deg);transition:transform .22s ease,box-shadow .22s ease}
.hpm-v3-hero-experience:hover{transform:translateY(-5px) rotate(0);box-shadow:0 36px 95px rgba(0,0,0,.40)}
.hpm-v3-hero-experience__visual{position:relative;display:flex;justify-content:space-between;align-items:flex-start;padding:20px;background-size:cover;background-position:center}
.hpm-v3-hero-experience__visual.is-fallback{background:radial-gradient(circle at 76% 22%,rgba(255,255,255,.20),transparent 23%),radial-gradient(circle at 18% 82%,rgba(255,255,255,.10),transparent 26%),linear-gradient(135deg,color-mix(in srgb,var(--hpm-brand-primary) 92%,#000 8%),color-mix(in srgb,var(--hpm-accent) 58%,var(--hpm-brand-secondary) 42%))}
.hpm-v3-hero-experience__visual::after{content:"";position:absolute;inset:auto 20px 18px 20px;height:1px;background:rgba(255,255,255,.28)}
.hpm-v3-hero-experience__visual span{position:relative;z-index:1;padding:6px 10px;border-radius:999px;background:rgba(4,13,18,.64);color:#fff;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(8px)}
.hpm-v3-hero-experience__visual b{position:relative;z-index:1;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--hpm-brand-primary);font-size:18px}
.hpm-v3-hero-experience__copy{display:grid;gap:9px;padding:22px 24px 21px}
.hpm-v3-hero-experience__copy small{color:var(--hpm-accent);font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.hpm-v3-hero-experience__copy>strong{font-family:var(--hpm-v3-display);font-size:27px;font-weight:720;line-height:1.1;letter-spacing:-.03em}
.hpm-v3-hero-experience__copy p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;margin:0;color:var(--hpm-v3-muted);font-size:14px;line-height:1.55}
.hpm-v3-hero-experience__copy>span{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-top:10px;border-top:1px solid var(--hpm-v3-line);color:var(--hpm-v3-muted);font-size:11px}
.hpm-v3-hero-experience__copy>span b{color:var(--hpm-brand-primary);font-size:12px}
.hpm-v3-hero-summary{align-self:center;padding:36px;border:1px solid rgba(255,255,255,.18);border-radius:26px;background:rgba(255,255,255,.07);backdrop-filter:blur(18px);box-shadow:0 28px 70px rgba(0,0,0,.22)}
.hpm-v3-hero-summary h2{margin:0;color:#fff;font-family:var(--hpm-v3-display);font-size:38px;font-weight:500;line-height:1.08}
.hpm-v3-hero-summary>div{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:30px}
.hpm-v3-hero-summary>div span{display:grid;gap:4px;color:rgba(255,255,255,.62);font-size:10px;text-transform:uppercase;letter-spacing:.09em}
.hpm-v3-hero-summary>div strong{color:#fff;font-size:30px;letter-spacing:-.04em}

.hpm-v3-home-main{width:min(calc(100% - 56px),var(--hpm-v3-width));margin:0 auto;padding:48px 0 82px}
.hpm-v3-home-main>.hpm-client-freshness{width:100%;margin:0 0 30px;padding:22px 24px;border:1px solid color-mix(in srgb,var(--hpm-accent) 32%,var(--hpm-v3-line) 68%);border-radius:18px;background:color-mix(in srgb,var(--hpm-accent) 7%,#fff 93%);box-shadow:none}
.hpm-v3-workspace-overview{display:grid;grid-template-columns:minmax(340px,.82fr) minmax(0,1.18fr);gap:24px;align-items:stretch;margin-bottom:60px}
.hpm-v3-workspace-overview .hpm-home-activity-panel{margin:0;padding:28px;border:1px solid var(--hpm-v3-line);border-radius:var(--hpm-v3-radius);background:#fff;box-shadow:var(--hpm-v3-shadow-soft)}
.hpm-v3-workspace-overview .hpm-home-activity-head{margin-bottom:16px}
.hpm-v3-workspace-overview .hpm-home-activity-head h3{font-family:var(--hpm-v3-display);font-size:28px;font-weight:500}
.hpm-v3-workspace-overview .hpm-home-activity-list{display:grid;gap:0}
.hpm-v3-workspace-overview .hpm-home-activity-item{min-height:72px;padding:12px 2px;border:0;border-top:1px solid var(--hpm-v3-line);border-radius:0;background:transparent;box-shadow:none}
.hpm-v3-workspace-overview .hpm-home-activity-item:hover{transform:none;background:transparent;color:var(--hpm-brand-primary)}
.hpm-v3-workspace-links{padding:30px;border-radius:var(--hpm-v3-radius);background:linear-gradient(135deg,color-mix(in srgb,var(--hpm-brand-primary) 94%,#000 6%),color-mix(in srgb,var(--hpm-brand-secondary) 80%,#000 20%));color:#fff;box-shadow:var(--hpm-v3-shadow)}
.hpm-v3-workspace-links .hpm-v3-eyebrow{color:color-mix(in srgb,var(--hpm-accent) 70%,#fff 30%)!important}
.hpm-v3-workspace-links__heading h2{max-width:560px;margin:0;color:#fff;font-family:var(--hpm-v3-display);font-size:clamp(29px,3.2vw,41px);font-weight:720;line-height:1.06;letter-spacing:-.04em}
.hpm-v3-workspace-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:34px}
.hpm-v3-workspace-link-grid a{position:relative;min-height:118px;padding:20px;border:1px solid rgba(255,255,255,.15);border-radius:16px;background:rgba(255,255,255,.07);color:#fff!important;text-decoration:none!important;transition:background .18s ease,transform .18s ease}
.hpm-v3-workspace-link-grid a:hover{transform:translateY(-2px);background:rgba(255,255,255,.12)}
.hpm-v3-workspace-link-grid span{display:block;color:rgba(255,255,255,.64);font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.hpm-v3-workspace-link-grid strong{display:block;margin-top:11px;font-family:var(--hpm-v3-display);font-size:25px;font-weight:720;line-height:1.05;letter-spacing:-.025em}
.hpm-v3-workspace-link-grid b{position:absolute;right:18px;bottom:16px;font-size:18px;font-weight:500}
.hpm-v3-more-experiences,.hpm-v3-home-main>.hpm-home-documents,.hpm-v3-home-main>.hpm-project-home,.hpm-v3-home-main>.hpm-team-home,.hpm-v3-home-main>.hpm-xp-native{width:100%;margin:0;padding:64px 0;border:0;border-top:1px solid var(--hpm-v3-line);border-radius:0;background:transparent;box-shadow:none}
.hpm-v3-more-experiences .hpm-home-secondary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.hpm-v3-more-experiences .hpm-xp-card{overflow:hidden;min-height:360px;display:grid;grid-template-rows:190px auto;border:1px solid var(--hpm-v3-line);border-radius:20px;background:#fff;color:var(--hpm-v3-ink)!important;box-shadow:var(--hpm-v3-shadow-soft);transition:transform .2s ease,box-shadow .2s ease}
.hpm-v3-more-experiences .hpm-xp-card:hover{transform:translateY(-4px);box-shadow:var(--hpm-v3-shadow)}
.hpm-v3-more-experiences .hpm-xp-thumb,.hpm-v3-more-experiences .hpm-xp-card-visual{min-height:0;background-size:cover;background-position:center}
.hpm-v3-more-experiences .hpm-xp-card-visual{background:linear-gradient(135deg,var(--hpm-brand-secondary),var(--hpm-brand-primary))}
.hpm-v3-more-experiences .hpm-xp-card-body{padding:22px}
.hpm-v3-more-experiences .hpm-xp-card-visual-copy>strong{font-family:var(--hpm-v3-display);font-size:22px;font-weight:720}

/* Home documents and project/team previews */
.hpm-v3-home-main .hpm-home-section-head,.hpm-v3-home-main .hpm-project-home-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:30px;align-items:end;margin-bottom:28px}
.hpm-v3-home-main .hpm-home-section-head h2,.hpm-v3-home-main .hpm-project-home-head h2{margin:0;font-family:var(--hpm-v3-display);font-size:clamp(30px,3.2vw,43px);font-weight:720;line-height:1.06;letter-spacing:-.035em}
.hpm-v3-home-main .hpm-home-section-head p:last-child,.hpm-v3-home-main .hpm-project-home-head p:last-child{max-width:620px;margin:10px 0 0;color:var(--hpm-v3-muted);font-size:15px;line-height:1.65}
.hpm-v3-home-main .hpm-home-view-all,.hpm-v3-home-main .hpm-project-home-head>a{align-self:end;color:var(--hpm-brand-primary);font-size:13px;font-weight:760;text-decoration:none}
.hpm-v3-home-main .hpm-home-document-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.hpm-v3-home-main .hpm-home-document-card{min-height:230px;padding:24px;border:1px solid var(--hpm-v3-line);border-radius:18px;background:#fff;color:var(--hpm-v3-ink)!important;box-shadow:var(--hpm-v3-shadow-soft)}
.hpm-v3-home-main .hpm-home-document-card:hover{transform:translateY(-3px);box-shadow:var(--hpm-v3-shadow)}
.hpm-v3-home-main .hpm-project-home-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;padding:0}
.hpm-v3-home-main .hpm-project-home-grid.is-single{grid-template-columns:1fr}
.hpm-v3-home-main .hpm-team-grid{margin-top:0}

/* Shared Project directory */
.hpm-client-shell{min-height:100vh;background:var(--hpm-v3-paper)}
.hpm-client-shell>main{padding:0!important}
.hpm-v3-page-hero{background:linear-gradient(125deg,color-mix(in srgb,var(--hpm-brand-primary) 94%,#000 6%),color-mix(in srgb,var(--hpm-brand-secondary) 82%,#000 18%));color:#fff}
.hpm-v3-page-hero__inner{position:relative;width:min(calc(100% - 56px),var(--hpm-v3-width));min-height:270px;margin:0 auto;padding:42px 0 46px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:40px;align-items:end}
.hpm-client-breadcrumb{grid-column:1/-1;display:flex;align-items:center;gap:9px;color:rgba(255,255,255,.64);font-size:12px}
.hpm-client-breadcrumb a{color:rgba(255,255,255,.86)!important;text-decoration:none}
.hpm-v3-page-hero__copy{max-width:760px}
.hpm-v3-page-hero__copy h1{margin:0;color:#fff;font-family:var(--hpm-v3-display);font-size:clamp(42px,4.8vw,62px);font-weight:760;line-height:.98;letter-spacing:-.05em}
.hpm-v3-page-hero__copy>p:last-child{max-width:690px;margin:18px 0 0;color:rgba(255,255,255,.74);font-size:17px;line-height:1.62}
.hpm-v3-page-count{align-self:end;display:grid;justify-items:end;gap:3px;color:rgba(255,255,255,.62);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.hpm-v3-page-count strong{color:#fff;font-family:var(--hpm-v3-display);font-size:38px;font-weight:720;letter-spacing:-.04em}
.hpm-v3-page-body{width:min(calc(100% - 56px),var(--hpm-v3-width));margin:0 auto;padding:38px 0 82px}
.hpm-client-filter-bar{display:grid;grid-template-columns:minmax(0,1fr) 220px auto;gap:10px;margin:0 0 28px;padding:10px;border:1px solid var(--hpm-v3-line);border-radius:17px;background:#fff;box-shadow:var(--hpm-v3-shadow-soft)}
.hpm-client-filter-bar label{display:block}
.hpm-client-filter-bar input,.hpm-client-filter-bar select{width:100%;height:46px;margin:0;border:1px solid transparent;border-radius:11px;background:var(--hpm-v3-paper);color:var(--hpm-v3-ink);font:inherit;font-size:14px;padding:0 14px}
.hpm-client-filter-reset{min-width:78px;border:0;border-radius:11px;background:var(--hpm-brand-primary);color:#fff;font-size:13px;font-weight:760;cursor:pointer}
.hpm-v3-project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.hpm-v3-project-grid.is-single{grid-template-columns:1fr}
.hpm-v3-project-card{overflow:hidden;min-height:450px;display:grid;grid-template-rows:215px auto;border:1px solid var(--hpm-v3-line);border-radius:22px;background:#fff;color:var(--hpm-v3-ink)!important;text-decoration:none!important;box-shadow:var(--hpm-v3-shadow-soft);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.hpm-v3-project-card:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--hpm-brand-primary) 28%,var(--hpm-v3-line) 72%);box-shadow:var(--hpm-v3-shadow)}
.hpm-v3-project-grid.is-single .hpm-v3-project-card,.hpm-project-home-grid.is-single .hpm-v3-project-card{min-height:330px;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);grid-template-rows:1fr}
.hpm-v3-project-card__visual{position:relative;display:flex;align-items:flex-start;justify-content:space-between;padding:20px;background-size:cover;background-position:center}
.hpm-v3-project-card__visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,12,17,.05),rgba(4,12,17,.57));z-index:0}
.hpm-v3-project-card__visual.is-fallback{background:radial-gradient(circle at 80% 20%,color-mix(in srgb,var(--hpm-accent) 45%,transparent),transparent 35%),linear-gradient(135deg,var(--hpm-brand-secondary),var(--hpm-brand-primary))}
.hpm-v3-project-card__visual>*{position:relative;z-index:1}
.hpm-v3-project-card__number{align-self:flex-end;color:#fff;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.hpm-v3-project-card__body{display:flex;flex-direction:column;padding:25px 27px 23px}
.hpm-v3-project-card__location{display:flex;gap:8px;flex-wrap:wrap;color:var(--hpm-accent);font-size:10px;font-weight:800;letter-spacing:.10em;text-transform:uppercase}
.hpm-v3-project-card__location i{font-style:normal}
.hpm-v3-project-card__body>strong{margin-top:11px;font-family:var(--hpm-v3-display);font-size:clamp(27px,2.6vw,36px);font-weight:720;line-height:1.08;letter-spacing:-.035em}
.hpm-v3-project-card__body>p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;margin:13px 0 0;color:var(--hpm-v3-ink-soft);font-size:15px;line-height:1.58}
.hpm-v3-project-card__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-top:auto;padding-top:18px}
.hpm-v3-project-card__counts{display:flex;gap:10px;flex-wrap:wrap}
.hpm-v3-project-card__counts span{display:grid;gap:2px;color:var(--hpm-v3-muted);font-size:9px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}
.hpm-v3-project-card__counts strong{color:var(--hpm-v3-ink);font-size:16px;letter-spacing:0}
.hpm-v3-project-card__footer>b{flex:0 0 auto;min-height:38px;padding:10px 14px;border-radius:999px;background:color-mix(in srgb,var(--hpm-brand-primary) 9%,#fff 91%);color:var(--hpm-brand-primary);font-size:12px;font-weight:780}
.hpm-project-status{position:relative;z-index:1;padding:6px 10px;border:1px solid rgba(255,255,255,.45);background:rgba(255,255,255,.90);color:#46545d;font-size:9px;box-shadow:0 4px 14px rgba(0,0,0,.09)}

/* Project detail */
.hpm-v3-project-hero{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);min-height:520px;background:linear-gradient(135deg,color-mix(in srgb,var(--hpm-brand-primary) 96%,#000 4%),color-mix(in srgb,var(--hpm-brand-secondary) 78%,#000 22%));color:#fff}
.hpm-v3-project-hero__copy{padding:52px 44px 50px max(28px,calc((100vw - var(--hpm-v3-width))/2));display:flex;flex-direction:column;justify-content:center}
.hpm-v3-project-hero .hpm-client-breadcrumb{margin-bottom:34px}
.hpm-v3-project-hero__identity{display:flex;align-items:center;gap:12px;margin-bottom:20px}
.hpm-v3-project-code{color:rgba(255,255,255,.65);font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.hpm-v3-project-hero h1{max-width:14ch;margin:0;color:#fff;font-family:var(--hpm-v3-display);font-size:clamp(42px,4.8vw,64px);font-weight:760;line-height:.98;letter-spacing:-.05em;text-wrap:balance}
.hpm-v3-project-summary{max-width:720px;margin:20px 0 0;color:rgba(255,255,255,.80);font-size:16px;line-height:1.62}
.hpm-v3-project-primary-action{width:max-content;min-height:44px;margin-top:24px;padding:11px 16px;border:1px solid rgba(255,255,255,.20);border-radius:999px;background:#fff;color:var(--hpm-brand-primary)!important;font-size:13px;font-weight:780;text-decoration:none!important;box-shadow:0 12px 28px rgba(0,0,0,.16);transition:transform .18s ease,box-shadow .18s ease}
.hpm-v3-project-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:32px 0 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.18)}
.hpm-v3-project-facts div{min-width:0}
.hpm-v3-project-facts dt{color:rgba(255,255,255,.48);font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.hpm-v3-project-facts dd{margin:7px 0 0;color:#fff;font-size:13px;font-weight:680;line-height:1.4}
.hpm-v3-project-hero__visual{position:relative;overflow:hidden;background-size:cover;background-position:center;min-height:520px}
.hpm-v3-project-hero__visual::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,12,17,.35),transparent 30%),linear-gradient(180deg,transparent 60%,rgba(4,12,17,.48))}
.hpm-v3-project-hero__visual.is-fallback{background:radial-gradient(circle at 70% 20%,color-mix(in srgb,var(--hpm-accent) 55%,transparent),transparent 35%),linear-gradient(150deg,color-mix(in srgb,var(--hpm-brand-primary) 65%,#000 35%),color-mix(in srgb,var(--hpm-brand-secondary) 90%,#fff 10%))}
.hpm-v3-project-hero__visual>span{position:absolute;right:30px;bottom:26px;color:rgba(255,255,255,.74);font-family:var(--hpm-v3-display);font-size:28px;font-weight:720;letter-spacing:-.035em}
.hpm-v3-project-body{width:min(calc(100% - 56px),var(--hpm-v3-width));margin:0 auto;padding:0 0 96px}
.hpm-v3-project-body>section{padding:66px 0;border-bottom:1px solid var(--hpm-v3-line)}
.hpm-v3-project-body>section:last-child{border-bottom:0}
.hpm-v3-project-experiences{padding-top:58px!important}
.hpm-v3-featured-experience{overflow:hidden;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);min-height:380px;border:1px solid var(--hpm-v3-line);border-radius:24px;background:#fff;color:var(--hpm-v3-ink)!important;text-decoration:none!important;box-shadow:var(--hpm-v3-shadow);transition:transform .22s ease,box-shadow .22s ease}
.hpm-v3-featured-experience:hover{transform:translateY(-4px);box-shadow:0 32px 82px rgba(10,24,31,.14)}
.hpm-v3-featured-experience__visual{position:relative;display:flex;justify-content:space-between;align-items:flex-start;padding:24px;background-size:cover;background-position:center}
.hpm-v3-featured-experience__visual.is-fallback{background:radial-gradient(circle at 78% 22%,rgba(255,255,255,.20),transparent 24%),radial-gradient(circle at 18% 80%,rgba(255,255,255,.10),transparent 28%),linear-gradient(135deg,var(--hpm-brand-secondary),var(--hpm-brand-primary))}
.hpm-v3-featured-experience__visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,12,17,.05),rgba(4,12,17,.58))}
.hpm-v3-featured-experience__visual>*{position:relative;z-index:1}
.hpm-v3-featured-experience__visual span{padding:7px 11px;border-radius:999px;background:rgba(4,12,17,.62);color:#fff;font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;backdrop-filter:blur(8px)}
.hpm-v3-featured-experience__visual>b{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--hpm-brand-primary);font-size:20px}
.hpm-v3-featured-experience__copy{display:flex;flex-direction:column;padding:34px 32px}
.hpm-v3-featured-experience__copy>small{color:var(--hpm-accent);font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.hpm-v3-featured-experience__copy>strong{margin-top:12px;font-family:var(--hpm-v3-display);font-size:clamp(29px,3vw,42px);font-weight:720;line-height:1.06;letter-spacing:-.04em}
.hpm-v3-featured-experience__copy>p{margin:17px 0 0;color:var(--hpm-v3-muted);font-size:15px;line-height:1.62}
.hpm-v3-featured-experience__meta{margin-top:auto;padding-top:22px;color:var(--hpm-v3-muted);font-size:11px}
.hpm-v3-featured-experience__action{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding-top:17px;border-top:1px solid var(--hpm-v3-line);color:var(--hpm-brand-primary);font-size:14px;font-weight:780}
.hpm-v3-secondary-experiences{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}
.hpm-v3-secondary-experiences a{min-height:160px;padding:22px;border:1px solid var(--hpm-v3-line);border-radius:17px;background:#fff;color:var(--hpm-v3-ink)!important;text-decoration:none!important;box-shadow:var(--hpm-v3-shadow-soft)}
.hpm-v3-secondary-experiences small{display:block;color:var(--hpm-accent);font-size:9px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.hpm-v3-secondary-experiences strong{display:block;margin-top:12px;font-family:var(--hpm-v3-display);font-size:22px;font-weight:720;line-height:1.1}
.hpm-v3-secondary-experiences span{display:block;margin-top:24px;color:var(--hpm-brand-primary);font-size:12px;font-weight:760}
.hpm-v3-reading{max-width:var(--hpm-v3-narrow);color:var(--hpm-v3-ink-soft);font-family:var(--hpm-v3-font);font-size:17px;line-height:1.75}
.hpm-v3-reading>:first-child{margin-top:0}.hpm-v3-reading>:last-child{margin-bottom:0}
.hpm-v3-project-resources__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.hpm-v3-project-resource-column{padding:28px;border:1px solid var(--hpm-v3-line);border-radius:22px;background:#fff;box-shadow:var(--hpm-v3-shadow-soft)}
.hpm-v3-project-resource-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.hpm-v3-project-resource-head h3{margin:0;font-family:var(--hpm-v3-display);font-size:24px;font-weight:720}
.hpm-v3-project-resource-head>span{min-width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--hpm-v3-paper);font-size:12px;font-weight:760}
.hpm-v3-project-resource-column .hpm-project-document-list{display:grid;gap:0}
.hpm-v3-project-resource-column .hpm-project-document-list a{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;padding:18px 0;border:0;border-top:1px solid var(--hpm-v3-line);border-radius:0;background:transparent;color:var(--hpm-v3-ink)!important;text-decoration:none!important}
.hpm-v3-project-resource-column .hpm-project-document-list small{display:block;color:var(--hpm-accent);font-size:9px;font-weight:800;letter-spacing:.10em;text-transform:uppercase}
.hpm-v3-project-resource-column .hpm-project-document-list strong{display:block;margin-top:4px;font-size:15px}
.hpm-v3-project-resource-column .hpm-project-document-list b{color:var(--hpm-brand-primary);font-size:11px}
.hpm-v3-project-resource-column .hpm-project-update-list{display:grid;gap:0}
.hpm-v3-project-resource-column .hpm-project-update-list article{padding:18px 0;border:0;border-top:1px solid var(--hpm-v3-line);background:transparent}
.hpm-v3-project-resource-column .hpm-project-update-list time{color:var(--hpm-accent);font-size:9px;font-weight:800;letter-spacing:.10em;text-transform:uppercase}
.hpm-v3-project-resource-column .hpm-project-update-list h3{margin:7px 0 5px;font-size:16px}
.hpm-v3-project-resource-column .hpm-project-update-list article div{color:var(--hpm-v3-muted);font-size:13px;line-height:1.55}
.hpm-v3-project-resource-column .hpm-project-update-list article div>:first-child{margin-top:0}.hpm-v3-project-resource-column .hpm-project-update-list article div>:last-child{margin-bottom:0}

/* Project Team embedded section */
.hpm-v3-project-body>.hpm-project-team{width:100%!important;margin:0!important;padding:66px 0!important;background:transparent!important}
.hpm-v3-project-body>.hpm-project-team>div:first-child,.hpm-v3-project-body>.hpm-project-team>.hpm-team-grid,.hpm-v3-project-body>.hpm-project-team>.hpm-team-back{width:100%!important;margin-left:0!important;margin-right:0!important}
.hpm-v3-project-body>.hpm-project-team>div:first-child p{margin:0 0 12px;color:var(--hpm-accent);font-size:11px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}
.hpm-v3-project-body>.hpm-project-team>div:first-child h2{max-width:700px;margin:0;font-family:var(--hpm-v3-display);font-size:clamp(30px,3.2vw,43px);font-weight:720;line-height:1.06;letter-spacing:-.035em}
.hpm-v3-project-body>.hpm-project-team .hpm-team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:28px}
.hpm-v3-project-body>.hpm-project-team>.hpm-team-back{display:inline-flex;width:auto!important;margin-top:22px;color:var(--hpm-brand-primary);font-size:13px;font-weight:760;text-decoration:none}

/* Team cards and team directory */
.hpm-team-card{border:1px solid var(--hpm-v3-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:var(--hpm-v3-shadow-soft)!important}
.hpm-team-card h3{font-family:var(--hpm-v3-display);font-size:20px!important;font-weight:720!important;letter-spacing:-.02em}
.hpm-team-card__role{color:var(--hpm-v3-ink-soft)!important}
.hpm-team-card__category{color:var(--hpm-accent)!important}
.hpm-team-card__actions a{color:var(--hpm-brand-primary)!important}
.hpm-team-home .hpm-team-grid--primary{grid-template-columns:repeat(2,minmax(0,1fr))}
.hpm-team-shell{min-height:100vh;background:var(--hpm-v3-paper)!important}
.hpm-team-shell main{padding-top:0!important}
.hpm-team-shell .hpm-team-hero{padding:58px max(28px,calc((100vw - var(--hpm-v3-width))/2)) 62px;background:linear-gradient(125deg,color-mix(in srgb,var(--hpm-brand-primary) 94%,#000 6%),color-mix(in srgb,var(--hpm-brand-secondary) 82%,#000 18%));color:#fff}
.hpm-team-shell .hpm-team-hero>p{margin:44px 0 10px;color:var(--hpm-accent)}
.hpm-team-shell .hpm-team-hero h1{font-family:var(--hpm-v3-display);font-size:clamp(42px,4.8vw,62px);font-weight:760;letter-spacing:-.05em}
.hpm-team-shell .hpm-team-groups{width:min(calc(100% - 56px),var(--hpm-v3-width));max-width:none;margin:0 auto;padding:66px 0 90px}
.hpm-team-shell .hpm-team-group{padding-bottom:62px}
.hpm-team-shell .hpm-team-group+.hpm-team-group{padding-top:62px;border-top:1px solid var(--hpm-v3-line)}
.hpm-team-shell .hpm-team-group__heading h2{font-family:var(--hpm-v3-display);font-size:clamp(30px,3.2vw,43px);font-weight:720;letter-spacing:-.035em}
.hpm-team-shell .hpm-team-grid{gap:18px}

/* Documents and updates */
.hpm-native-shell{min-height:100vh;background:var(--hpm-v3-paper)!important}
.hpm-native-content,.hpm-platform-content{width:min(calc(100% - 56px),var(--hpm-v3-width))!important;margin:0 auto!important;padding:64px 0 90px!important}
.hpm-content-page-head{grid-template-columns:minmax(0,1fr) minmax(280px,.52fr);gap:50px;margin-bottom:36px}
.hpm-content-page-head h1{font-family:var(--hpm-v3-display)!important;font-size:clamp(42px,4.8vw,62px)!important;font-weight:760!important;letter-spacing:-.05em!important}
.hpm-content-page-head>p:last-child{font-size:16px;line-height:1.7}
.hpm-content-summary{overflow:hidden;border:1px solid var(--hpm-v3-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:var(--hpm-v3-shadow-soft)!important}
.hpm-content-summary>div{padding:20px 24px!important;border-color:var(--hpm-v3-line)!important}
.hpm-content-summary strong{font-family:var(--hpm-v3-display)!important;font-size:24px!important;font-weight:720!important}
.hpm-document-toolbar{margin-top:32px;border-color:var(--hpm-v3-line)!important;border-radius:17px!important;background:#fff!important;box-shadow:var(--hpm-v3-shadow-soft)!important}
.hpm-document-row,.hpm-update-card,.hpm-featured-document{border-color:var(--hpm-v3-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:var(--hpm-v3-shadow-soft)!important}
.hpm-document-row{padding:20px!important}
.hpm-document-copy h2,.hpm-update-card h2{font-family:var(--hpm-v3-display)!important;font-size:22px!important;font-weight:720!important}
.hpm-document-download,.hpm-update-actions a:first-child{background:var(--hpm-brand-primary)!important}
.hpm-activity-filter button.is-active{background:var(--hpm-brand-primary)!important;color:#fff!important}
.hpm-update-marker,.hpm-update-card.is-document .hpm-update-marker{background:var(--hpm-accent)!important}

/* Project hero behavior and fallback composition */
.hpm-v3-project-primary-action:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(0,0,0,.21)}
.hpm-v3-project-hero:not(.has-image){grid-template-columns:1fr;min-height:auto;position:relative;overflow:hidden}
.hpm-v3-project-hero:not(.has-image)::after{content:"";position:absolute;inset:-28% -8% auto auto;width:54vw;height:54vw;max-width:760px;max-height:760px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--hpm-accent) 22%,transparent),transparent 66%);pointer-events:none}
.hpm-v3-project-hero:not(.has-image) .hpm-v3-project-hero__copy{position:relative;z-index:1;padding-right:max(28px,calc((100vw - var(--hpm-v3-width))/2));min-height:500px}
.hpm-v3-project-hero:not(.has-image) .hpm-v3-project-hero__visual{display:none}
.hpm-v3-project-hero:not(.has-image) h1{max-width:17ch}
.hpm-v3-project-hero.has-image .hpm-v3-project-summary{max-width:620px}

/* Experience viewer */
.hpm-experience-page{margin:0!important;background:#02070a!important;display:grid;grid-template-rows:54px minmax(0,1fr);height:100svh!important;overflow:hidden!important;font-family:var(--hpm-v3-font,"Aptos","Segoe UI",Inter,Arial,sans-serif)}
.hpm-experience-page #wpadminbar{display:none!important}
.hpm-experience-chrome{position:relative;z-index:20;min-width:0;height:54px;padding:0 14px;display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,auto) minmax(0,1fr);align-items:center;gap:16px;border-bottom:1px solid rgba(255,255,255,.11);background:rgba(4,10,14,.96);color:#fff;box-shadow:0 8px 26px rgba(0,0,0,.18)}
.hpm-experience-nav{position:static!important;justify-self:start;display:flex;gap:4px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none}
.hpm-experience-nav a{min-height:36px;padding:8px 10px;border-radius:9px;color:rgba(255,255,255,.88)!important;text-decoration:none!important;font-size:12px;font-weight:700}
.hpm-experience-nav a:hover{background:rgba(255,255,255,.10);color:#fff!important}
.hpm-experience-nav svg{width:14px;height:14px}
.hpm-experience-chrome__title{min-width:0;display:grid;justify-items:center;line-height:1.1;text-align:center}
.hpm-experience-chrome__title span{color:rgba(255,255,255,.48);font-size:8px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.hpm-experience-chrome__title strong{max-width:min(42vw,520px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;color:#fff;font-size:12px;font-weight:680}
.hpm-experience-chrome__status{justify-self:end;color:rgba(255,255,255,.48);font-size:9px;font-weight:750;letter-spacing:.10em;text-transform:uppercase}
.hpm-experience-frame{width:100%;height:100%!important;min-height:0;border:0;display:block;background:#fff}
.hpm-experience-loading{inset:54px 0 0!important;background:linear-gradient(145deg,color-mix(in srgb,var(--hpm-brand-primary) 92%,#000 8%),#03090d)!important}

/* Empty states */
.hpm-client-empty{padding:58px 28px;border:1px dashed var(--hpm-v3-line-strong);border-radius:22px;background:rgba(255,255,255,.55);text-align:center}
.hpm-client-empty h2{margin:8px 0 10px;font-family:var(--hpm-v3-display);font-size:30px;font-weight:720}
.hpm-client-empty p{margin:0 auto 20px;max-width:560px;color:var(--hpm-v3-muted);line-height:1.6}
.hpm-client-empty a{color:var(--hpm-brand-primary);font-weight:760}

@media(max-width:1080px){
  .hpm-v3-portal-hero__inner{grid-template-columns:minmax(0,1fr) 360px;gap:42px}
  .hpm-v3-project-hero{grid-template-columns:minmax(0,1fr) 42%}
  .hpm-v3-project-hero__copy{padding-right:38px}
  .hpm-v3-featured-experience{grid-template-columns:minmax(0,1fr) 360px}
  .hpm-v3-more-experiences .hpm-home-secondary-grid,.hpm-v3-home-main .hpm-home-document-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hpm-v3-project-body>.hpm-project-team .hpm-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:860px){
  .hpm-v3-portal>.hpm-portal-nav,.hpm-client-shell>.hpm-portal-nav,.hpm-native-shell>.hpm-portal-nav,.hpm-team-shell>.hpm-portal-nav{min-height:68px;padding:0 18px}
  .hpm-portal-nav .hpm-nav-toggle{display:grid;place-items:center}
  .hpm-portal-nav .hpm-nav-links{display:none;position:absolute;top:60px;left:14px;right:14px;max-height:calc(100svh - 84px);overflow:auto;margin:0;padding:10px;border:1px solid var(--hpm-v3-line);border-radius:16px;background:#fff!important;box-shadow:var(--hpm-v3-shadow)}
  .hpm-portal-nav.is-open .hpm-nav-links{display:block}
  .hpm-portal-nav .hpm-nav-item>a,.hpm-portal-nav .hpm-nav-all,.hpm-portal-nav .hpm-nav-group{width:100%;justify-content:space-between;color:var(--hpm-v3-ink)!important}
  .hpm-portal-nav .hpm-nav-divider{width:100%;height:1px;margin:7px 0}
  .hpm-v3-portal-hero__inner{width:min(calc(100% - 36px),var(--hpm-v3-width));min-height:auto;padding:56px 0 60px;grid-template-columns:1fr;gap:38px}
  .hpm-v3-portal-hero h1{font-size:clamp(42px,9vw,60px)}
  .hpm-v3-hero-experience{grid-template-columns:minmax(0,1fr) minmax(270px,.65fr);grid-template-rows:none;transform:none}
  .hpm-v3-hero-experience__visual{min-height:260px}
  .hpm-v3-home-main,.hpm-v3-page-hero__inner,.hpm-v3-page-body,.hpm-v3-project-body,.hpm-team-shell .hpm-team-groups,.hpm-native-content,.hpm-platform-content{width:min(calc(100% - 36px),var(--hpm-v3-width))!important}
  .hpm-v3-workspace-overview{grid-template-columns:1fr}
  .hpm-v3-project-grid{grid-template-columns:1fr}
  .hpm-v3-project-card,.hpm-v3-project-grid.is-single .hpm-v3-project-card,.hpm-project-home-grid.is-single .hpm-v3-project-card{min-height:410px;grid-template-columns:300px minmax(0,1fr);grid-template-rows:1fr}
  .hpm-v3-project-hero{grid-template-columns:1fr}
  .hpm-v3-project-hero__copy{padding:48px 24px 50px}
  .hpm-v3-project-hero__visual{min-height:340px}
  .hpm-v3-project-hero:not(.has-image) .hpm-v3-project-hero__copy{min-height:440px;padding-right:24px}
  .hpm-v3-featured-experience{grid-template-columns:1fr;min-height:0}
  .hpm-v3-featured-experience__visual{min-height:300px}
  .hpm-v3-secondary-experiences{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hpm-v3-project-resources__grid{grid-template-columns:1fr}
  .hpm-v3-section-heading,.hpm-content-page-head{grid-template-columns:1fr;gap:16px}
  .hpm-v3-home-main .hpm-project-home-grid{grid-template-columns:1fr}
}

@media(max-width:620px){
  .hpm-portal-nav .hpm-nav-brand-copy strong{max-width:150px}
  .hpm-v3-portal-hero__inner{width:calc(100% - 28px);padding:44px 0 46px}
  .hpm-v3-brand-pair{margin-bottom:26px}
  .hpm-v3-portal-hero h1{font-size:clamp(38px,12vw,54px)}
  .hpm-v3-portal-subheadline{font-size:18px}
  .hpm-v3-portal-actions{display:grid;grid-template-columns:1fr}
  .hpm-v3-primary-button,.hpm-v3-secondary-button{width:100%}
  .hpm-v3-hero-experience{grid-template-columns:1fr;grid-template-rows:220px auto}
  .hpm-v3-home-main,.hpm-v3-page-hero__inner,.hpm-v3-page-body,.hpm-v3-project-body,.hpm-team-shell .hpm-team-groups,.hpm-native-content,.hpm-platform-content{width:calc(100% - 28px)!important}
  .hpm-v3-home-main{padding-top:34px}
  .hpm-v3-workspace-links{padding:26px 20px}
  .hpm-v3-workspace-link-grid{grid-template-columns:1fr}
  .hpm-v3-workspace-link-grid a{min-height:92px}
  .hpm-v3-more-experiences .hpm-home-secondary-grid,.hpm-v3-home-main .hpm-home-document-grid{grid-template-columns:1fr}
  .hpm-v3-home-main .hpm-home-section-head,.hpm-v3-home-main .hpm-project-home-head{grid-template-columns:1fr;gap:14px}
  .hpm-v3-page-hero__inner{min-height:270px;padding:38px 0 42px;grid-template-columns:1fr}
  .hpm-v3-page-count{justify-items:start}
  .hpm-client-filter-bar{grid-template-columns:1fr}
  .hpm-v3-project-card,.hpm-v3-project-grid.is-single .hpm-v3-project-card,.hpm-project-home-grid.is-single .hpm-v3-project-card{min-height:0;grid-template-columns:1fr;grid-template-rows:210px auto}
  .hpm-v3-project-card__footer{align-items:flex-start;flex-direction:column}
  .hpm-v3-project-hero h1{font-size:clamp(38px,11vw,52px)}
  .hpm-v3-project-facts{grid-template-columns:1fr 1fr}
  .hpm-v3-project-facts div:first-child{grid-column:1/-1}
  .hpm-v3-project-hero__visual{min-height:280px}
  .hpm-v3-project-body>section,.hpm-v3-project-body>.hpm-project-team{padding:48px 0!important}
  .hpm-v3-featured-experience__visual{min-height:200px}
  .hpm-v3-featured-experience__copy{padding:28px 24px}
  .hpm-v3-secondary-experiences{grid-template-columns:1fr}
  .hpm-v3-project-body>.hpm-project-team .hpm-team-grid{grid-template-columns:1fr}
  .hpm-team-home .hpm-team-grid--primary{grid-template-columns:1fr}
  .hpm-content-summary{grid-template-columns:1fr!important}
  .hpm-document-row{grid-template-columns:auto 1fr!important}
  .hpm-document-download{grid-column:1/-1;width:100%;justify-content:center}
  .hpm-experience-page{grid-template-rows:50px minmax(0,1fr)}
  .hpm-experience-chrome{height:50px;padding:0 8px;grid-template-columns:auto minmax(0,1fr) auto;gap:6px}
  .hpm-experience-nav a{min-height:34px;padding:7px 9px}
  .hpm-experience-nav a span{display:none}
  .hpm-experience-chrome__title strong{max-width:44vw;font-size:11px}
  .hpm-experience-chrome__status{display:none}
  .hpm-experience-loading{inset:50px 0 0!important}
}

@media(prefers-reduced-motion:reduce){
  .hpm-v3-portal *,.hpm-client-shell *,.hpm-native-shell *,.hpm-team-shell *{scroll-behavior:auto!important;animation:none!important;transition:none!important}
}

/* ========================================================================
 * 3.0.2 — Liquid Glass & Proportion Refinement
 * Keeps the v3 information architecture while restoring material depth,
 * compact directory introductions, and contrast-safe client identity.
 * ===================================================================== */
:where(.hpm-v3-portal,.hpm-client-shell,.hpm-native-shell,.hpm-team-shell){
  --hpm-v3-glass:rgba(255,255,255,.72);
  --hpm-v3-glass-strong:rgba(255,255,255,.86);
  --hpm-v3-glass-line:rgba(255,255,255,.78);
  --hpm-v3-glass-shadow:0 22px 64px rgba(10,24,31,.10),inset 0 1px 0 rgba(255,255,255,.88);
  --hpm-v3-glass-shadow-soft:0 12px 38px rgba(10,24,31,.075),inset 0 1px 0 rgba(255,255,255,.82);
  --hpm-v3-glass-blur:blur(28px) saturate(145%);
  background:
    radial-gradient(circle at 8% 8%,color-mix(in srgb,var(--hpm-brand-primary) 7%,transparent),transparent 27%),
    radial-gradient(circle at 91% 18%,color-mix(in srgb,var(--hpm-accent) 6%,transparent),transparent 25%),
    var(--hpm-v3-paper)!important;
}

/* Floating liquid-glass navigation */
.hpm-v3-portal>.hpm-portal-nav,
.hpm-client-shell>.hpm-portal-nav,
.hpm-native-shell>.hpm-portal-nav,
.hpm-team-shell>.hpm-portal-nav{
  top:10px!important;
  width:min(calc(100% - 28px),calc(var(--hpm-v3-width) + 64px))!important;
  min-height:66px;
  margin:10px auto 20px!important;
  padding:0 14px;
  gap:18px;
  border:1px solid rgba(255,255,255,.82)!important;
  border-radius:20px;
  background:rgba(250,250,248,.72)!important;
  box-shadow:0 18px 54px rgba(7,18,25,.11),inset 0 1px 0 rgba(255,255,255,.92);
  backdrop-filter:var(--hpm-v3-glass-blur);
  -webkit-backdrop-filter:var(--hpm-v3-glass-blur);
}
.hpm-portal-nav .hpm-nav-brand{gap:11px;padding:5px 7px 5px 4px;border-radius:15px;transition:background .18s ease,transform .18s ease}
.hpm-portal-nav .hpm-nav-brand:hover{background:rgba(255,255,255,.58);transform:translateY(-1px)}
.hpm-portal-nav .hpm-nav-brand-mark{
  position:relative;
  width:44px;
  height:44px;
  border:1px solid rgba(255,255,255,.52)!important;
  border-radius:14px;
  background:
    radial-gradient(circle at 28% 20%,rgba(255,255,255,.22),transparent 38%),
    linear-gradient(145deg,color-mix(in srgb,var(--hpm-brand-primary) 92%,#061018 8%),color-mix(in srgb,var(--hpm-brand-secondary) 78%,#071018 22%))!important;
  color:#fff!important;
  box-shadow:0 10px 24px color-mix(in srgb,var(--hpm-brand-primary) 20%,rgba(7,18,25,.14) 80%),inset 0 1px 0 rgba(255,255,255,.24)!important;
}
.hpm-portal-nav .hpm-nav-brand-mark::after{content:"";position:absolute;inset:1px;border-radius:12px;border:1px solid rgba(255,255,255,.10);pointer-events:none}
.hpm-portal-nav .hpm-nav-brand-mark img{
  position:relative;
  z-index:1;
  width:100%;
  height:100%;
  padding:8px;
  object-fit:contain;
  background:transparent!important;
  filter:brightness(0) invert(1) drop-shadow(0 1px 2px rgba(0,0,0,.14));
}
.hpm-portal-nav .hpm-nav-item>a,.hpm-portal-nav .hpm-nav-all,.hpm-portal-nav .hpm-nav-group{min-height:38px;padding:8px 11px;border:1px solid transparent;border-radius:12px}
.hpm-portal-nav .hpm-nav-item>a:hover,.hpm-portal-nav .hpm-nav-all:hover,.hpm-portal-nav .hpm-nav-group:hover,.hpm-portal-nav .hpm-nav-item.is-active>a,.hpm-portal-nav .hpm-nav-all.is-active{
  border-color:rgba(255,255,255,.76)!important;
  background:rgba(255,255,255,.68)!important;
  color:var(--hpm-brand-primary)!important;
  box-shadow:0 8px 20px rgba(10,24,31,.07),inset 0 1px 0 rgba(255,255,255,.92);
}
.hpm-portal-nav .hpm-nav-all-portals,.hpm-portal-nav .hpm-nav-toggle{
  border-color:rgba(255,255,255,.78)!important;
  background:rgba(255,255,255,.62)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 7px 18px rgba(10,24,31,.06);
}

/* Portal destination remains immersive, but slightly more disciplined. */
.hpm-v3-portal-hero__inner{min-height:470px;padding:48px 0 54px}
.hpm-v3-portal-hero h1{font-size:clamp(42px,4.7vw,66px)}
.hpm-v3-hero-experience{
  grid-template-rows:190px auto;
  border-color:rgba(255,255,255,.52);
  background:rgba(255,255,255,.84);
  box-shadow:0 28px 80px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.84);
  backdrop-filter:blur(24px) saturate(135%);
  -webkit-backdrop-filter:blur(24px) saturate(135%);
}
.hpm-v3-workspace-overview .hpm-home-activity-panel,
.hpm-v3-home-main .hpm-home-document-card,
.hpm-v3-more-experiences .hpm-xp-card{
  border-color:var(--hpm-v3-glass-line);
  background:var(--hpm-v3-glass);
  box-shadow:var(--hpm-v3-glass-shadow-soft);
  backdrop-filter:blur(20px) saturate(130%);
  -webkit-backdrop-filter:blur(20px) saturate(130%);
}
.hpm-v3-workspace-links{
  border:1px solid rgba(255,255,255,.16);
  background:
    radial-gradient(circle at 84% 14%,color-mix(in srgb,var(--hpm-accent) 18%,transparent),transparent 34%),
    linear-gradient(135deg,color-mix(in srgb,var(--hpm-brand-primary) 93%,#000 7%),color-mix(in srgb,var(--hpm-brand-secondary) 78%,#000 22%));
  box-shadow:0 28px 72px color-mix(in srgb,var(--hpm-brand-primary) 18%,rgba(7,18,25,.18) 82%),inset 0 1px 0 rgba(255,255,255,.12);
}
.hpm-v3-workspace-link-grid a{background:rgba(255,255,255,.09);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}

/* Compact glass introductions for utility/directory pages. */
.hpm-v3-page-hero{
  padding:4px 0 0;
  background:transparent;
  color:var(--hpm-v3-ink);
}
.hpm-v3-page-hero__inner{
  position:relative;
  overflow:hidden;
  width:min(calc(100% - 56px),var(--hpm-v3-width));
  min-height:0;
  margin:0 auto;
  padding:22px 26px 24px;
  gap:22px 34px;
  align-items:end;
  border:1px solid var(--hpm-v3-glass-line);
  border-radius:26px;
  background:
    linear-gradient(125deg,rgba(255,255,255,.84),color-mix(in srgb,var(--hpm-brand-primary) 7%,rgba(255,255,255,.72) 93%));
  color:var(--hpm-v3-ink);
  box-shadow:var(--hpm-v3-glass-shadow);
  backdrop-filter:var(--hpm-v3-glass-blur);
  -webkit-backdrop-filter:var(--hpm-v3-glass-blur);
}
.hpm-v3-page-hero__inner::after{
  content:"";
  position:absolute;
  right:-90px;
  top:-130px;
  width:300px;
  height:300px;
  border-radius:50%;
  background:radial-gradient(circle,color-mix(in srgb,var(--hpm-brand-primary) 13%,transparent),transparent 66%);
  pointer-events:none;
}
.hpm-v3-page-hero .hpm-client-breadcrumb{position:relative;z-index:1;color:var(--hpm-v3-muted);font-size:11px}
.hpm-v3-page-hero .hpm-client-breadcrumb a{color:var(--hpm-v3-ink-soft)!important}
.hpm-v3-page-hero__copy{position:relative;z-index:1;max-width:760px}
.hpm-v3-page-hero__copy .hpm-v3-eyebrow{margin-bottom:7px!important;font-size:9px!important}
.hpm-v3-page-hero__copy h1{color:var(--hpm-v3-ink);font-size:clamp(34px,3.6vw,48px);line-height:1;letter-spacing:-.045em}
.hpm-v3-page-hero__copy>p:last-child{max-width:680px;margin:10px 0 0;color:var(--hpm-v3-ink-soft);font-size:14px;line-height:1.55}
.hpm-v3-page-count{position:relative;z-index:1;align-self:end;color:var(--hpm-v3-muted);font-size:9px}
.hpm-v3-page-count strong{color:var(--hpm-v3-ink);font-size:29px}
.hpm-v3-page-body{padding:26px 0 78px}

/* Projects: featured, not oversized; glass material instead of flat card stock. */
.hpm-v3-project-card{
  border-color:var(--hpm-v3-glass-line);
  background:var(--hpm-v3-glass);
  box-shadow:var(--hpm-v3-glass-shadow);
  backdrop-filter:blur(22px) saturate(135%);
  -webkit-backdrop-filter:blur(22px) saturate(135%);
}
.hpm-v3-project-grid.is-single .hpm-v3-project-card,.hpm-project-home-grid.is-single .hpm-v3-project-card{
  min-height:286px;
  grid-template-columns:minmax(280px,.64fr) minmax(0,1.36fr);
}
.hpm-v3-project-card__body{padding:23px 26px 21px}
.hpm-v3-project-card__body>strong{font-size:clamp(27px,2.3vw,34px)}
.hpm-v3-project-card__body>p{margin-top:10px;font-size:14px;line-height:1.55}
.hpm-v3-project-card__footer{padding-top:14px}
.hpm-v3-project-card__footer>b{
  border:1px solid rgba(255,255,255,.78);
  background:rgba(255,255,255,.68);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 8px 18px rgba(10,24,31,.06);
}

/* Team directory: compact arrival, richer relationship cards. */
.hpm-team-shell .hpm-team-hero{
  position:relative;
  overflow:hidden;
  width:min(calc(100% - 56px),var(--hpm-v3-width));
  margin:0 auto;
  padding:22px 26px 24px;
  border:1px solid var(--hpm-v3-glass-line);
  border-radius:26px;
  background:linear-gradient(125deg,rgba(255,255,255,.84),color-mix(in srgb,var(--hpm-brand-primary) 7%,rgba(255,255,255,.72) 93%));
  color:var(--hpm-v3-ink);
  box-shadow:var(--hpm-v3-glass-shadow);
  backdrop-filter:var(--hpm-v3-glass-blur);
  -webkit-backdrop-filter:var(--hpm-v3-glass-blur);
}
.hpm-team-shell .hpm-team-hero::after{content:"";position:absolute;right:-95px;top:-135px;width:310px;height:310px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--hpm-brand-primary) 13%,transparent),transparent 66%);pointer-events:none}
.hpm-team-shell .hpm-team-hero nav{position:relative;z-index:1;color:var(--hpm-v3-muted);font-size:11px}
.hpm-team-shell .hpm-team-hero nav a{color:var(--hpm-v3-ink-soft)!important}
.hpm-team-shell .hpm-team-hero>p{position:relative;z-index:1;margin:14px 0 7px;color:var(--hpm-accent);font-size:9px}
.hpm-team-shell .hpm-team-hero h1{position:relative;z-index:1;margin:0;color:var(--hpm-v3-ink);font-size:clamp(34px,3.6vw,48px);line-height:1;letter-spacing:-.045em}
.hpm-team-shell .hpm-team-hero>span{position:relative;z-index:1;max-width:680px;margin-top:10px;color:var(--hpm-v3-ink-soft);font-size:14px;line-height:1.55}
.hpm-team-shell .hpm-team-groups{padding:34px 0 82px}
.hpm-team-shell .hpm-team-group{padding-bottom:44px}
.hpm-team-shell .hpm-team-group+.hpm-team-group{padding-top:44px}
.hpm-team-shell .hpm-team-group__heading{margin-bottom:18px}
.hpm-team-shell .hpm-team-group__heading h2{font-size:clamp(28px,2.8vw,38px)}
.hpm-team-card{
  border-color:var(--hpm-v3-glass-line)!important;
  background:var(--hpm-v3-glass)!important;
  box-shadow:var(--hpm-v3-glass-shadow-soft)!important;
  backdrop-filter:blur(20px) saturate(135%);
  -webkit-backdrop-filter:blur(20px) saturate(135%);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.hpm-team-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--hpm-brand-primary) 20%,rgba(255,255,255,.78) 80%)!important;box-shadow:var(--hpm-v3-glass-shadow)!important}
.hpm-team-card .hpm-person-avatar{box-shadow:0 10px 24px rgba(10,24,31,.12),inset 0 1px 0 rgba(255,255,255,.22)}
.hpm-team-card__actions a{display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;border:1px solid rgba(255,255,255,.76);border-radius:999px;background:rgba(255,255,255,.56);box-shadow:inset 0 1px 0 rgba(255,255,255,.92)}

/* Documents and Updates: compact glass page header and material content surfaces. */
.hpm-native-content,.hpm-platform-content{padding:4px 0 84px!important}
.hpm-content-page-head{
  position:relative;
  overflow:hidden;
  padding:22px 26px 24px;
  margin:0 0 26px;
  gap:24px 40px;
  align-items:end;
  border:1px solid var(--hpm-v3-glass-line);
  border-radius:26px;
  background:linear-gradient(125deg,rgba(255,255,255,.84),color-mix(in srgb,var(--hpm-brand-primary) 7%,rgba(255,255,255,.72) 93%));
  box-shadow:var(--hpm-v3-glass-shadow);
  backdrop-filter:var(--hpm-v3-glass-blur);
  -webkit-backdrop-filter:var(--hpm-v3-glass-blur);
}
.hpm-content-page-head::after{content:"";position:absolute;right:-90px;top:-135px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--hpm-brand-primary) 13%,transparent),transparent 66%);pointer-events:none}
.hpm-content-page-head>div,.hpm-content-page-head>p{position:relative;z-index:1}
.hpm-content-page-head .hpm-xp-kicker{margin:0 0 7px!important;font-size:9px!important}
.hpm-content-page-head h1{font-size:clamp(34px,3.6vw,48px)!important;line-height:1!important;letter-spacing:-.045em!important}
.hpm-content-page-head>p:last-child{margin:0;color:var(--hpm-v3-ink-soft);font-size:14px;line-height:1.55}
.hpm-content-summary,.hpm-document-toolbar,.hpm-document-row,.hpm-update-card,.hpm-featured-document{
  border-color:var(--hpm-v3-glass-line)!important;
  background:var(--hpm-v3-glass)!important;
  box-shadow:var(--hpm-v3-glass-shadow-soft)!important;
  backdrop-filter:blur(20px) saturate(130%);
  -webkit-backdrop-filter:blur(20px) saturate(130%);
}
.hpm-document-toolbar{margin-top:24px}

/* Project detail remains a destination, but no longer consumes the viewport. */
.hpm-v3-project-hero{min-height:450px}
.hpm-v3-project-hero__copy{padding-top:40px;padding-bottom:40px}
.hpm-v3-project-hero .hpm-client-breadcrumb{margin-bottom:24px}
.hpm-v3-project-hero__identity{margin-bottom:15px}
.hpm-v3-project-hero h1{font-size:clamp(39px,4.3vw,58px);line-height:1;max-width:15ch}
.hpm-v3-project-summary{margin-top:16px;font-size:15px;line-height:1.58}
.hpm-v3-project-primary-action{min-height:42px;margin-top:20px;padding:10px 15px}
.hpm-v3-project-facts{
  gap:8px;
  margin-top:24px;
  padding:8px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:18px;
  background:rgba(255,255,255,.075);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10);
  backdrop-filter:blur(14px) saturate(130%);
  -webkit-backdrop-filter:blur(14px) saturate(130%);
}
.hpm-v3-project-facts div{padding:9px 11px;border-radius:12px}
.hpm-v3-project-hero__visual{min-height:450px}
.hpm-v3-project-hero:not(.has-image) .hpm-v3-project-hero__copy{min-height:420px}
.hpm-v3-project-body>section{padding:52px 0}
.hpm-v3-project-experiences{padding-top:44px!important}
.hpm-v3-featured-experience,.hpm-v3-secondary-experiences a,.hpm-v3-project-resource-column{
  border-color:var(--hpm-v3-glass-line);
  background:var(--hpm-v3-glass);
  box-shadow:var(--hpm-v3-glass-shadow);
  backdrop-filter:blur(22px) saturate(135%);
  -webkit-backdrop-filter:blur(22px) saturate(135%);
}
.hpm-v3-featured-experience{min-height:344px}
.hpm-v3-featured-experience__copy{padding:30px 30px}
.hpm-v3-project-body>.hpm-project-team{padding:52px 0!important}

/* Graceful fallback for browsers without backdrop-filter. */
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){
  .hpm-v3-portal>.hpm-portal-nav,.hpm-client-shell>.hpm-portal-nav,.hpm-native-shell>.hpm-portal-nav,.hpm-team-shell>.hpm-portal-nav,
  .hpm-v3-page-hero__inner,.hpm-team-shell .hpm-team-hero,.hpm-content-page-head,
  .hpm-v3-project-card,.hpm-team-card,.hpm-document-row,.hpm-update-card,.hpm-featured-document,
  .hpm-v3-workspace-overview .hpm-home-activity-panel,.hpm-v3-home-main .hpm-home-document-card{
    background:#fff!important;
  }
}

@media(max-width:860px){
  .hpm-v3-portal>.hpm-portal-nav,.hpm-client-shell>.hpm-portal-nav,.hpm-native-shell>.hpm-portal-nav,.hpm-team-shell>.hpm-portal-nav{top:7px!important;width:calc(100% - 16px)!important;min-height:62px;margin:7px auto 14px!important;padding:0 10px;border-radius:17px}
  .hpm-portal-nav .hpm-nav-brand-mark{width:40px;height:40px;border-radius:12px}
  .hpm-portal-nav .hpm-nav-links{top:66px;left:8px;right:8px;border-color:rgba(255,255,255,.8);background:rgba(250,250,248,.90)!important;backdrop-filter:blur(24px) saturate(140%);-webkit-backdrop-filter:blur(24px) saturate(140%)}
  .hpm-v3-page-hero__inner,.hpm-team-shell .hpm-team-hero{width:min(calc(100% - 36px),var(--hpm-v3-width));padding:20px 22px 22px}
  .hpm-v3-page-hero__inner{grid-template-columns:minmax(0,1fr) auto}
  .hpm-v3-page-body{padding-top:22px}
  .hpm-v3-project-grid.is-single .hpm-v3-project-card,.hpm-project-home-grid.is-single .hpm-v3-project-card{min-height:330px;grid-template-columns:260px minmax(0,1fr)}
  .hpm-v3-project-hero{min-height:0}
  .hpm-v3-project-hero__visual{min-height:300px}
  .hpm-v3-project-hero:not(.has-image) .hpm-v3-project-hero__copy{min-height:390px}
  .hpm-content-page-head{padding:20px 22px 22px}
}

@media(max-width:620px){
  .hpm-v3-portal>.hpm-portal-nav,.hpm-client-shell>.hpm-portal-nav,.hpm-native-shell>.hpm-portal-nav,.hpm-team-shell>.hpm-portal-nav{width:calc(100% - 12px)!important;margin:6px auto 12px!important}
  .hpm-portal-nav .hpm-nav-brand-copy span{display:none}
  .hpm-v3-portal-hero__inner{padding:38px 0 42px}
  .hpm-v3-page-hero__inner,.hpm-team-shell .hpm-team-hero{width:calc(100% - 28px);padding:18px 18px 20px;border-radius:21px}
  .hpm-v3-page-hero__inner{grid-template-columns:1fr;gap:13px}
  .hpm-v3-page-count{justify-items:start;grid-auto-flow:column;align-items:baseline;justify-content:start;gap:7px}
  .hpm-v3-page-count strong{font-size:24px}
  .hpm-v3-page-body{padding:18px 0 62px}
  .hpm-v3-project-grid.is-single .hpm-v3-project-card,.hpm-project-home-grid.is-single .hpm-v3-project-card{min-height:0;grid-template-columns:1fr;grid-template-rows:190px auto}
  .hpm-v3-project-card__body{padding:21px 20px}
  .hpm-team-shell .hpm-team-groups{padding:28px 0 64px}
  .hpm-team-shell .hpm-team-group{padding-bottom:36px}
  .hpm-team-shell .hpm-team-group+.hpm-team-group{padding-top:36px}
  .hpm-native-content,.hpm-platform-content{padding-top:0!important}
  .hpm-content-page-head{padding:18px 18px 20px;border-radius:21px}
  .hpm-v3-project-hero__copy{padding-top:34px;padding-bottom:34px}
  .hpm-v3-project-hero:not(.has-image) .hpm-v3-project-hero__copy{min-height:360px}
  .hpm-v3-project-facts{grid-template-columns:1fr;gap:2px}
  .hpm-v3-project-body>section{padding:42px 0}
}

/* Destination hero sits as a composed material object beneath the glass nav. */
.hpm-v3-project-hero{
  width:min(calc(100% - 28px),calc(var(--hpm-v3-width) + 64px));
  margin:0 auto;
  border:1px solid rgba(255,255,255,.13);
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 30px 84px color-mix(in srgb,var(--hpm-brand-primary) 18%,rgba(7,18,25,.20) 82%),inset 0 1px 0 rgba(255,255,255,.12);
}
.hpm-v3-project-hero__copy{padding-left:46px;padding-right:42px}
.hpm-v3-project-hero:not(.has-image) .hpm-v3-project-hero__copy{padding-left:46px;padding-right:46px}
@media(max-width:860px){
  .hpm-v3-project-hero{width:calc(100% - 16px);border-radius:23px}
  .hpm-v3-project-hero__copy,.hpm-v3-project-hero:not(.has-image) .hpm-v3-project-hero__copy{padding-left:24px;padding-right:24px}
}
@media(max-width:620px){
  .hpm-v3-project-hero{width:calc(100% - 12px);border-radius:20px}
  .hpm-v3-project-hero__copy,.hpm-v3-project-hero:not(.has-image) .hpm-v3-project-hero__copy{padding-left:20px;padding-right:20px}
}

/*
 * 3.0.3 — Hierarchy, Consistency & Client Language
 * One level-two header system across Projects, Team, Documents, and Updates.
 */
.hpm-v3-section-header{
  position:relative;
  overflow:hidden;
  width:min(calc(100% - 56px),var(--hpm-v3-width));
  margin:4px auto 0;
  padding:20px 24px 22px;
  border:1px solid var(--hpm-v3-glass-line,rgba(255,255,255,.72));
  border-radius:26px;
  background:linear-gradient(125deg,rgba(255,255,255,.86),color-mix(in srgb,var(--hpm-brand-primary) 6%,rgba(255,255,255,.74) 94%));
  box-shadow:var(--hpm-v3-glass-shadow,0 22px 64px rgba(10,24,31,.11));
  backdrop-filter:blur(24px) saturate(135%);
  -webkit-backdrop-filter:blur(24px) saturate(135%);
}
.hpm-v3-section-header::after{
  content:"";
  position:absolute;
  right:-92px;
  top:-142px;
  width:310px;
  height:310px;
  border-radius:50%;
  background:radial-gradient(circle,color-mix(in srgb,var(--hpm-brand-primary) 13%,transparent),transparent 67%);
  pointer-events:none;
}
.hpm-v3-section-header>.hpm-client-breadcrumb{
  position:relative;
  z-index:1;
  display:flex;
  gap:10px;
  align-items:center;
  margin:0 0 16px;
  color:var(--hpm-v3-muted);
  font-size:11px;
}
.hpm-v3-section-header>.hpm-client-breadcrumb a{color:var(--hpm-v3-ink-soft)!important;text-decoration:none}
.hpm-v3-section-header__row{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:end;
}
.hpm-v3-section-header__copy{max-width:760px}
.hpm-v3-section-header__copy .hpm-v3-eyebrow{margin-bottom:7px!important;font-size:9px!important}
.hpm-v3-section-header__copy h1{
  margin:0;
  color:var(--hpm-v3-ink);
  font-family:var(--hpm-v3-display);
  font-size:clamp(34px,3.6vw,48px);
  font-weight:760;
  line-height:1;
  letter-spacing:-.045em;
}
.hpm-v3-section-header__copy>p:last-child{
  max-width:700px;
  margin:10px 0 0;
  color:var(--hpm-v3-ink-soft);
  font-size:14px;
  line-height:1.55;
}
.hpm-v3-section-header__chips{
  display:flex;
  justify-content:flex-end;
  align-items:stretch;
  gap:8px;
  flex-wrap:wrap;
}
.hpm-v3-section-header__chips>span{
  min-width:92px;
  min-height:58px;
  padding:10px 13px;
  display:grid;
  align-content:center;
  gap:3px;
  border:1px solid rgba(255,255,255,.78);
  border-radius:15px;
  background:rgba(255,255,255,.56);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.94),0 8px 20px rgba(10,24,31,.055);
}
.hpm-v3-section-header__chips strong{color:var(--hpm-v3-ink);font-size:19px;font-weight:760;line-height:1}
.hpm-v3-section-header__chips small{color:var(--hpm-v3-muted);font-size:9px;font-weight:760;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap}

/* The old per-page hero implementations are retired in favor of the shared header. */
.hpm-team-shell .hpm-team-groups{padding-top:30px}
.hpm-v3-project-directory{padding-top:26px}
.hpm-native-content,.hpm-platform-content{padding-top:4px!important}
.hpm-content-page>.hpm-v3-section-header{width:100%;margin-top:0}
.hpm-document-toolbar{margin-top:26px}
.hpm-activity-filter{margin-top:24px;gap:8px}
.hpm-activity-filter button{min-height:38px;padding:8px 13px;font-size:13px}
.hpm-update-card{padding:18px 20px!important;margin-bottom:11px!important}
.hpm-update-card h2{margin-top:3px!important}
.hpm-update-card>p,.hpm-update-body{max-width:850px}
.hpm-document-empty[hidden],.hpm-update-empty[hidden]{display:none!important}

@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){
  .hpm-v3-section-header{background:#fff}
}
@media(max-width:860px){
  .hpm-v3-section-header{width:min(calc(100% - 36px),var(--hpm-v3-width));padding:20px 22px 22px}
  .hpm-v3-section-header__row{grid-template-columns:minmax(0,1fr) auto;gap:18px}
  .hpm-v3-section-header__chips>span{min-width:82px}
}
@media(max-width:620px){
  .hpm-v3-section-header{width:calc(100% - 28px);padding:18px;border-radius:21px}
  .hpm-content-page>.hpm-v3-section-header{width:100%}
  .hpm-v3-section-header__row{grid-template-columns:1fr;gap:15px}
  .hpm-v3-section-header__chips{justify-content:flex-start}
  .hpm-v3-section-header__chips>span{min-width:0;min-height:52px;flex:1 1 92px}
  .hpm-v3-section-header__copy h1{font-size:34px}
}


/*
 * 3.0.4 — Client Experience Refinement
 * Quiet hierarchy, progressive complexity, and a clearer material system.
 */
.hpm-v3-section-header{
  min-height:142px;
  padding:17px 22px 19px;
  border-radius:24px;
  box-shadow:0 18px 48px rgba(10,24,31,.085),inset 0 1px 0 rgba(255,255,255,.88);
}
.hpm-v3-section-header>.hpm-client-breadcrumb{margin-bottom:11px;font-size:10px}
.hpm-v3-section-header__row{gap:22px;align-items:center}
.hpm-v3-section-header__copy{max-width:720px}
.hpm-v3-section-header__copy .hpm-v3-eyebrow{margin-bottom:5px!important;letter-spacing:.14em!important}
.hpm-v3-section-header__copy h1{font-size:clamp(31px,3.15vw,42px);letter-spacing:-.04em}
.hpm-v3-section-header__copy>p:last-child{max-width:660px;margin-top:8px;font-size:13px;line-height:1.5}
.hpm-v3-section-header__chips>span{min-width:82px;min-height:50px;padding:8px 12px;border-radius:14px}
.hpm-v3-section-header__chips strong{font-size:17px}
.hpm-v3-section-header__chips small{font-size:8px}

/* Content should arrive immediately after the section identity. */
.hpm-v3-project-directory{padding-top:18px}
.hpm-team-shell .hpm-team-groups{padding:24px 0 64px}
.hpm-team-shell .hpm-team-group{padding-bottom:30px}
.hpm-team-shell .hpm-team-group+.hpm-team-group{padding-top:30px}
.hpm-team-shell .hpm-team-group__heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:14px}
.hpm-team-shell .hpm-team-group__heading h2{font-size:clamp(25px,2.45vw,34px)}
.hpm-team-shell .hpm-team-group__heading p{order:2;max-width:380px;margin:0;color:var(--hpm-v3-muted);font-size:13px;font-weight:500;line-height:1.45;letter-spacing:0;text-transform:none}
.hpm-team-project-group{padding:18px 0}
.hpm-team-project-group>header{margin-bottom:12px}
.hpm-team-project-group h3{font-size:21px}

/* Content surfaces remain readable and more opaque than navigation glass. */
.hpm-v3-project-card,.hpm-team-card,.hpm-document-row,.hpm-update-card,.hpm-featured-document{
  background:rgba(255,255,255,.82)!important;
  backdrop-filter:blur(16px) saturate(122%);
  -webkit-backdrop-filter:blur(16px) saturate(122%);
}
.hpm-v3-project-grid.is-single .hpm-v3-project-card,.hpm-project-home-grid.is-single .hpm-v3-project-card{min-height:252px}
.hpm-v3-project-card__body{padding:21px 24px 19px}
.hpm-v3-project-card__body>strong{font-size:clamp(25px,2.15vw,31px)}
.hpm-v3-project-card__body>p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;margin-top:8px;font-size:13px;line-height:1.5}
.hpm-v3-project-card__footer{padding-top:11px}
.hpm-v3-project-card__counts span{font-size:9px}

.hpm-team-card{grid-template-columns:76px minmax(0,1fr);gap:14px;padding:15px;border-radius:17px}
.hpm-team-card .hpm-person-avatar{width:76px;height:86px}
.hpm-team-card--primary{grid-template-columns:96px minmax(0,1fr);padding:18px}
.hpm-team-card--primary .hpm-person-avatar{width:96px;height:108px}
.hpm-team-card h3{font-size:18px}
.hpm-team-card p{-webkit-line-clamp:2;margin:7px 0;font-size:12px}
.hpm-team-card__actions{margin-top:8px;gap:7px}
.hpm-team-card__actions a{min-height:28px;padding:5px 9px}

/* Progressive tools only appear on larger collections; compact them when present. */
.hpm-document-toolbar{margin-top:18px;padding:10px!important;border-radius:18px!important}
.hpm-results-bar{margin-top:8px!important}
.hpm-activity-filter{margin-top:18px}
.hpm-activity-filter button{min-height:35px;padding:7px 12px;font-size:12px}
.hpm-document-list{margin-top:16px}
.hpm-document-row{padding:17px 19px!important}
.hpm-document-copy h2{font-size:20px!important}
.hpm-update-list{margin-top:16px}
.hpm-update-card{padding:16px 18px!important;margin-bottom:9px!important}
.hpm-update-card h2{font-size:21px!important}
.hpm-update-card>p,.hpm-update-body{font-size:14px;line-height:1.55}
.hpm-update-actions{margin-top:13px!important}

/* Project destination: slightly shorter so the presentation appears sooner. */
.hpm-v3-project-hero{min-height:420px}
.hpm-v3-project-hero__copy{padding-top:34px;padding-bottom:34px}
.hpm-v3-project-hero__visual{min-height:420px}
.hpm-v3-project-hero:not(.has-image) .hpm-v3-project-hero__copy{min-height:390px}
.hpm-v3-project-hero h1{font-size:clamp(37px,4vw,54px)}
.hpm-v3-project-body>section{padding:44px 0}
.hpm-v3-project-experiences{padding-top:36px!important}
.hpm-v3-featured-experience{min-height:318px}
.hpm-v3-featured-experience__copy{padding:26px}

/* More tactile, unified launch behavior. */
.hpm-v3-project-card,.hpm-team-card,.hpm-document-row,.hpm-update-card,.hpm-featured-document,.hpm-v3-featured-experience{
  transition:transform .2s cubic-bezier(.2,.75,.2,1),box-shadow .2s ease,border-color .2s ease;
}
.hpm-v3-project-card:hover,.hpm-document-row:hover,.hpm-featured-document:hover,.hpm-v3-featured-experience:hover{transform:translateY(-2px);box-shadow:0 22px 58px rgba(10,24,31,.12),inset 0 1px 0 rgba(255,255,255,.9)!important}

@media(max-width:860px){
  .hpm-v3-section-header{min-height:132px;padding:17px 20px 19px}
  .hpm-v3-project-grid.is-single .hpm-v3-project-card,.hpm-project-home-grid.is-single .hpm-v3-project-card{min-height:300px}
  .hpm-v3-project-hero__visual{min-height:280px}
}
@media(max-width:620px){
  .hpm-v3-section-header{min-height:0;padding:16px 17px 18px}
  .hpm-v3-section-header__copy h1{font-size:31px}
  .hpm-v3-section-header__copy>p:last-child{font-size:12.5px}
  .hpm-team-shell .hpm-team-group__heading{display:block}
  .hpm-team-shell .hpm-team-group__heading p{margin-top:6px}
  .hpm-team-card,.hpm-team-card--primary{grid-template-columns:68px minmax(0,1fr);padding:14px}
  .hpm-team-card .hpm-person-avatar,.hpm-team-card--primary .hpm-person-avatar{width:68px;height:78px}
  .hpm-v3-project-hero__copy{padding-top:28px;padding-bottom:28px}
  .hpm-v3-project-hero:not(.has-image) .hpm-v3-project-hero__copy{min-height:340px}
}
@media(prefers-reduced-motion:reduce){
  .hpm-v3-project-card,.hpm-team-card,.hpm-document-row,.hpm-update-card,.hpm-featured-document,.hpm-v3-featured-experience{transition:none!important;transform:none!important}
}

/* 3.9.1 confidential portal banner */
.hpm-confidential-banner{display:flex;align-items:center;justify-content:center;gap:12px;padding:9px 18px;background:#fff6df;border-bottom:1px solid rgba(94,66,13,.22);color:#4f3a12;font-size:13px;line-height:1.4;text-align:center}
.hpm-confidential-banner strong{font-weight:700;white-space:nowrap}.hpm-confidential-banner span{max-width:920px}.hpm-experience-page>.hpm-confidential-banner{position:relative;z-index:12}
@media(max-width:700px){.hpm-confidential-banner{align-items:flex-start;flex-direction:column;gap:2px;text-align:left}.hpm-confidential-banner strong{white-space:normal}}
.hpm-experience-security-block{display:grid;place-content:center;min-height:55vh;padding:32px;text-align:center;background:#f7f9fa;color:#22303a}.hpm-experience-security-block strong{font-size:22px}.hpm-experience-security-block p{max-width:560px;color:#596671}
