/* Homepage identity and company portfolio refresh */
.page-home .home-identity-v3{
  position:relative;
  padding:clamp(88px,9vw,140px) 0;
  background:
    radial-gradient(circle at 10% 10%,rgba(29,111,206,.08),transparent 28%),
    linear-gradient(180deg,#f7f9fc 0%,#fff 100%);
  overflow:hidden;
}
.page-home .home-identity-v3:before{
  content:"";
  position:absolute;
  width:560px;
  height:560px;
  border:1px solid rgba(201,154,70,.14);
  border-radius:50%;
  right:-310px;
  top:-330px;
  box-shadow:0 0 0 90px rgba(201,154,70,.025),0 0 0 180px rgba(201,154,70,.018);
  pointer-events:none;
}
.page-home .identity-v3-shell{
  position:relative;
  display:grid;
  grid-template-columns:minmax(350px,.82fr) minmax(0,1.18fr);
  overflow:hidden;
  border:1px solid rgba(7,17,31,.09);
  border-radius:36px;
  background:#fff;
  box-shadow:0 38px 100px rgba(7,17,31,.13);
}
.page-home .identity-v3-visual{
  position:relative;
  min-height:650px;
  padding:clamp(36px,4.5vw,62px);
  display:flex;
  flex-direction:column;
  color:#fff;
  background:
    radial-gradient(circle at 90% 15%,rgba(29,111,206,.38),transparent 34%),
    radial-gradient(circle at 10% 88%,rgba(201,154,70,.16),transparent 28%),
    linear-gradient(145deg,#07111f 0%,#0b2848 62%,#0d3b69 100%);
  isolation:isolate;
}
.page-home .identity-v3-visual:after{
  content:"FG";
  position:absolute;
  right:-.1em;
  bottom:.08em;
  z-index:-1;
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:clamp(180px,22vw,330px);
  line-height:.7;
  letter-spacing:-.12em;
  font-weight:800;
  color:rgba(255,255,255,.035);
}
.page-home .identity-v3-topline{
  display:flex;
  justify-content:space-between;
  gap:24px;
  padding-bottom:20px;
  border-bottom:1px solid rgba(255,255,255,.15);
  color:#c8d7e8;
  font-size:9px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.page-home .identity-v3-symbol{
  width:76px;
  height:88px;
  display:grid;
  place-items:center;
  margin:48px 0 30px;
  border:1px solid rgba(201,154,70,.32);
  border-radius:22px;
  background:rgba(255,255,255,.065);
  box-shadow:0 20px 50px rgba(0,0,0,.22);
  backdrop-filter:blur(16px);
}
.page-home .identity-v3-symbol img{width:38px;height:56px;object-fit:contain}
.page-home .identity-v3-statement{
  max-width:470px;
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:clamp(27px,2.5vw,40px);
  line-height:1.16;
  letter-spacing:-.045em;
  text-wrap:balance;
}
.page-home .identity-v3-sectors{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:36px 0 42px;
}
.page-home .identity-v3-sectors a{
  display:grid;
  grid-template-columns:20px minmax(0,1fr) 12px;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  background:rgba(255,255,255,.055);
  color:#dce7f2;
  font-size:11px;
  font-weight:700;
  text-decoration:none;
  transition:transform .22s ease,border-color .22s ease,background .22s ease;
}
.page-home .identity-v3-sectors a:hover{transform:translateY(-2px);border-color:rgba(226,187,112,.55);background:rgba(255,255,255,.1);color:#fff}
.page-home .identity-v3-sectors a>i:first-child{width:20px;color:#e2bb70;text-align:center}
.page-home .identity-v3-sectors a>i:last-child{width:auto;color:rgba(226,187,112,.75);font-size:9px;transition:transform .22s ease}
.page-home .identity-v3-sectors a:hover>i:last-child{transform:translateX(3px)}
.page-home .identity-v3-sectors a span{display:block;min-width:0;padding:0;border:0;background:none;color:inherit;font:inherit}
.page-home .identity-v3-metrics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:auto;
  border-top:1px solid rgba(255,255,255,.15);
}
.page-home .identity-v3-metrics div{padding:24px 16px 0 0}
.page-home .identity-v3-metrics div+div{padding-left:20px;border-left:1px solid rgba(255,255,255,.12)}
.page-home .identity-v3-metrics strong{display:block;font-size:27px;line-height:1;color:#fff}
.page-home .identity-v3-metrics span{display:block;margin-top:9px;color:#aebfd2;font-size:8px;line-height:1.45;letter-spacing:.12em;text-transform:uppercase}
.page-home .identity-v3-copy{
  padding:clamp(42px,6vw,86px);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.page-home .identity-v3-copy .overline{color:#0f5ba5}
.page-home .identity-v3-copy h2{
  max-width:760px;
  margin:18px 0 27px;
  color:#07111f;
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:clamp(38px,4.3vw,62px);
  line-height:1.03;
  letter-spacing:-.06em;
  text-wrap:balance;
}
.page-home .identity-v3-copy p{max-width:760px;margin:0 0 19px;color:#6f8095;font-size:15px;line-height:1.85}
.page-home .identity-v3-copy .lead{color:#26384e;font-size:18px;line-height:1.7}
.page-home .identity-v3-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.page-home .identity-v3-actions a{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:0 20px;
  border:1px solid rgba(7,17,31,.12);
  border-radius:999px;
  color:#07111f;
  font-size:11px;
  font-weight:800;
  transition:.25s ease;
}
.page-home .identity-v3-actions a:first-child{border-color:#07111f;background:#07111f;color:#fff}
.page-home .identity-v3-actions a:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(7,17,31,.13)}

.page-home .home-companies-v3{position:relative;padding:clamp(90px,9vw,140px) 0;background:#f3f6fa}
.page-home .home-companies-v3 .section-head{max-width:900px}
.page-home .home-companies-v3 .company-showcase{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.page-home .home-companies-v3 .brand-company-card{
  position:relative;
  display:flex;
  min-width:0;
  flex-direction:column;
  grid-column:auto!important;
  padding:0;
  overflow:hidden;
  border:1px solid rgba(7,17,31,.09);
  border-radius:30px!important;
  background:#fff;
  box-shadow:0 24px 64px rgba(7,17,31,.09);
}
.page-home .home-companies-v3 .brand-company-card:before{display:none}
.page-home .home-companies-v3 .subject-card-visual{display:none!important}
.page-home .home-companies-v3 .subject-card-content{display:flex!important;flex:1;flex-direction:column;padding:0!important}
.page-home .home-companies-v3 .brand-company-card.is-clickable-card:after{display:none!important}
.page-home .company-card-media{position:relative;display:block;height:310px;overflow:hidden;background:#0a2038}
.page-home .company-card-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(7,17,31,.76) 100%)}
.page-home .company-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1),filter .45s ease}
.page-home .brand-company-card:hover .company-card-media img{transform:scale(1.045);filter:saturate(1.06)}
.page-home .company-card-number{position:absolute;z-index:2;right:22px;top:22px;display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:rgba(7,17,31,.48);color:#fff;font-size:10px;font-weight:800;letter-spacing:.1em;backdrop-filter:blur(12px)}
.page-home .company-card-body{position:relative;display:flex;flex:1;flex-direction:column;padding:66px 32px 32px}
.page-home .company-logo-badge{
  position:absolute;
  left:30px;
  right:30px;
  top:-50px;
  z-index:3;
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:12px 15px 12px 18px;
  overflow:hidden;
  border:1px solid rgba(7,17,31,.08);
  border-radius:18px;
  background:rgba(255,255,255,.97);
  box-shadow:0 18px 42px rgba(7,17,31,.16);
  backdrop-filter:blur(18px);
}
.page-home .company-logo-badge img{display:block;width:auto;max-width:min(78%,230px);max-height:55px;object-fit:contain;object-position:left center}
.page-home .company-logo-badge.logo-travel img{max-height:58px}
.page-home .company-logo-badge.logo-real-estate img,.page-home .company-logo-badge.logo-travel img{transform:scale(1.28);transform-origin:left center}
.page-home .company-logo-badge.logo-property img{max-height:48px}
.page-home .company-logo-badge.logo-facilities img{max-height:52px}
.page-home .company-logo-badge>span{flex:0 0 auto;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#07111f;color:#e2bb70;font-size:11px;transition:.25s ease}
.page-home .company-logo-badge:hover>span{transform:translate(2px,-2px);background:#c99a46;color:#07111f}
.page-home .company-legal-name{display:block;margin-bottom:13px;color:#0f5ba5;font-size:9px;font-weight:800;line-height:1.5;letter-spacing:.14em;text-transform:uppercase}
.page-home .home-companies-v3 .brand-company-card h3{margin:0 0 15px;font-size:clamp(27px,2.5vw,36px);line-height:1.08;letter-spacing:-.052em}
.page-home .home-companies-v3 .brand-company-card h3 a{color:#07111f}
.page-home .home-companies-v3 .brand-company-card p{margin:0 0 26px;color:#6f8095;font-size:14px;line-height:1.75}
.page-home .company-card-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-top:auto;padding-top:20px;border-top:1px solid rgba(7,17,31,.08)}
.page-home .company-site-link{display:inline-flex;align-items:center;gap:7px;color:#8391a4;font-size:9px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.page-home .company-site-link:hover{color:#0f5ba5}

/* White executive portfolio card from the approved hero direction */
.page-home .group-command-panel{
  position:relative;
  color:#07111f!important;
  border:1px solid rgba(201,154,70,.42)!important;
  background:linear-gradient(155deg,rgba(255,255,255,.99),rgba(244,248,252,.98))!important;
  box-shadow:0 32px 90px rgba(2,12,24,.28),inset 0 1px 0 #fff!important;
  backdrop-filter:blur(22px) saturate(140%);
}
.page-home .group-command-panel:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:linear-gradient(180deg,#e5bf73,#b67e2d);
}
.page-home .group-command-panel .panel-top,
.page-home .group-command-panel .panel-metrics,
.page-home .group-command-panel .portfolio-index a{border-color:rgba(7,17,31,.1)!important}
.page-home .group-command-panel .panel-top small{color:#9a681f!important}
.page-home .group-command-panel .panel-top strong,
.page-home .group-command-panel .panel-metric strong,
.page-home .group-command-panel .portfolio-index strong{color:#07111f!important}
.page-home .group-command-panel .panel-metric span{color:#718197!important}
.page-home .group-command-panel .portfolio-index .index-no{color:#b77f2d!important}
.page-home .group-command-panel .portfolio-index i{color:#0f5ba5!important}
.page-home .group-command-panel .portfolio-index a:hover{background:#eef4fa!important}
.page-home .group-command-panel .panel-seal{
  background:#07111f!important;
  color:#e5bf73!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.1em!important;
  text-indent:.1em;
}

/* Dark executive company cards with compact official-logo lockups */
.page-home .home-companies-v3 .brand-company-card{
  border-color:rgba(201,154,70,.28)!important;
  background:#07111f!important;
  box-shadow:0 30px 80px rgba(7,17,31,.16),0 2px 0 rgba(201,154,70,.5)!important;
}
.page-home .home-companies-v3 .brand-company-card:hover{box-shadow:0 42px 95px rgba(7,17,31,.24),0 3px 0 #d7a955!important}
.page-home .company-card-media{height:330px}
.page-home .company-card-media:after{background:linear-gradient(180deg,rgba(7,17,31,.02) 38%,rgba(7,17,31,.96) 100%)}
.page-home .company-card-body{
  padding:30px 34px 34px;
  background:
    radial-gradient(circle at 100% 0,rgba(29,111,206,.2),transparent 28%),
    linear-gradient(145deg,#07111f,#0b2542);
}
.page-home .company-logo-badge{
  left:28px;
  right:auto;
  top:-62px;
  width:min(186px,calc(100% - 78px));
  min-height:52px;
  padding:6px 8px 6px 12px;
  border-color:rgba(201,154,70,.34);
  border-radius:13px;
  box-shadow:0 14px 34px rgba(0,0,0,.32);
}
.page-home .company-logo-badge:before{content:"";position:absolute;inset:9px auto 9px 0;width:2px;border-radius:99px;background:#c99a46}
.page-home .home-companies-v3 .company-logo-badge img{max-width:min(68%,108px);max-height:38px}
.page-home .company-logo-badge.logo-real-estate img,.page-home .company-logo-badge.logo-travel img{transform:scale(1.04);transform-origin:left center}
.page-home .company-logo-badge>span{width:30px;height:30px;background:#07111f;color:#e5bf73;font-size:10px}
.page-home .company-legal-name{margin-bottom:14px;color:#e1ba70}
.page-home .home-companies-v3 .brand-company-card h3 a{color:#fff}
.page-home .home-companies-v3 .brand-company-card p{color:#b7c7d9}
.page-home .company-card-actions{border-top-color:rgba(255,255,255,.13)}
.page-home .company-card-actions .card-link{color:#e3bd74}
.page-home .company-site-link{color:#a9b9cb}
.page-home .company-site-link:hover{color:#fff}

/* Founder portrait and editorial cards */
.page-home .founder-portrait-placeholder{min-height:600px;background:#0a2038}
.page-home .founder-portrait-placeholder.has-photo{display:block}
.page-home .founder-photo{width:100%;height:100%;min-height:600px;object-fit:cover;object-position:center top}
.page-home .home-insight-card{border-color:rgba(7,17,31,.09);border-radius:24px;box-shadow:0 22px 60px rgba(7,17,31,.09)}
.page-home .home-insight-media{display:block;height:235px;background:#0a2038}
.page-home .home-insight-media img{width:100%;height:100%;object-fit:cover}
.page-home .home-insight-copy{border-top:3px solid #c99a46}

@media (max-width:980px){
  .page-home .identity-v3-shell{grid-template-columns:1fr}
  .page-home .identity-v3-visual{min-height:560px}
  .page-home .home-companies-v3 .company-showcase{grid-template-columns:1fr}
  .page-home .company-card-media{height:340px}
  .page-home .founder-portrait-placeholder,.page-home .founder-photo{min-height:540px}
}
@media (max-width:640px){
  .page-home .home-identity-v3,.page-home .home-companies-v3{padding:72px 0}
  .page-home .identity-v3-shell{border-radius:24px}
  .page-home .identity-v3-visual{min-height:auto;padding:30px 24px 32px}
  .page-home .identity-v3-symbol{margin:34px 0 24px}
  .page-home .identity-v3-sectors{grid-template-columns:1fr;margin:28px 0 34px}
  .page-home .identity-v3-metrics div{padding:20px 8px 0 0}
  .page-home .identity-v3-metrics div+div{padding-left:10px}
  .page-home .identity-v3-metrics strong{font-size:23px}
  .page-home .identity-v3-copy{padding:38px 24px 42px}
  .page-home .identity-v3-copy h2{font-size:36px}
  .page-home .identity-v3-actions{display:grid}
  .page-home .identity-v3-actions a{justify-content:center}
  .page-home .home-companies-v3 .company-showcase{gap:22px}
  .page-home .company-card-media{height:255px}
  .page-home .company-card-body{padding:27px 22px 26px}
  .page-home .company-logo-badge{left:18px;right:auto;top:-56px;width:min(172px,calc(100% - 66px));min-height:48px;padding:5px 7px 5px 11px}
  .page-home .home-companies-v3 .company-logo-badge img{max-width:min(68%,98px);max-height:34px}
  .page-home .company-logo-badge>span{width:28px;height:28px}
  .page-home .company-card-actions{align-items:flex-start;flex-direction:column}
  .page-home .founder-portrait-placeholder,.page-home .founder-photo{min-height:480px}
}

/* Compact group story and cozy company portfolio refinement */
.page-home .home-identity-v3{padding:clamp(42px,4.5vw,60px) 0}
.page-home .identity-v3-shell{grid-template-columns:minmax(330px,.78fr) minmax(0,1.22fr);border-radius:30px;box-shadow:0 26px 76px rgba(7,17,31,.11)}
.page-home .identity-v3-visual{min-height:530px;padding:clamp(30px,3vw,40px)}
.page-home .identity-v3-symbol{width:60px;height:68px;margin:26px 0 20px;border-radius:17px}
.page-home .identity-v3-symbol img{width:29px;height:43px}
.page-home .identity-v3-statement{font-size:clamp(25px,2.15vw,34px);line-height:1.12}
.page-home .identity-v3-sectors{gap:8px;margin:24px 0 28px}
.page-home .identity-v3-sectors a{min-height:40px;padding:9px 12px;border-radius:11px;font-size:10px}
.page-home .identity-v3-metrics div{padding-top:17px}
.page-home .identity-v3-metrics strong{font-size:23px}
.page-home .identity-v3-metrics span{margin-top:7px;font-size:7px}
.page-home .identity-v3-copy{padding:clamp(34px,3.8vw,46px)}
.page-home .identity-v3-copy h2{margin:12px 0 17px;font-size:clamp(33px,3.35vw,46px);line-height:1.01}
.page-home .identity-v3-copy p{margin-bottom:10px;font-size:12.5px;line-height:1.56}
.page-home .identity-v3-copy .lead{font-size:14px;line-height:1.55}
.page-home .identity-v3-actions{margin-top:12px}
.page-home .identity-v3-actions a{min-height:43px;padding:0 17px;font-size:10px}

.page-home .home-companies-v3{padding:clamp(70px,7vw,105px) 0}
.page-home .home-companies-v3 .company-showcase{gap:24px}
.page-home .home-companies-v3 .brand-company-card{border-radius:26px!important;box-shadow:0 22px 58px rgba(7,17,31,.14),0 2px 0 rgba(201,154,70,.5)!important;transition:transform .3s ease,box-shadow .3s ease}
.page-home .home-companies-v3 .brand-company-card:hover{transform:translateY(-6px);box-shadow:0 34px 76px rgba(7,17,31,.2),0 3px 0 #d7a955!important}
.page-home .company-card-media{height:278px}
.page-home .company-card-media:after{background:linear-gradient(180deg,rgba(7,17,31,.02) 35%,rgba(7,17,31,.9) 100%)}
.page-home .company-card-number{right:18px;top:18px;width:38px;height:38px}
.page-home .company-media-label{position:absolute;left:24px;bottom:20px;z-index:2;color:rgba(255,255,255,.78);font-size:8px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.page-home .company-card-body{padding:44px 30px 28px;background:radial-gradient(circle at 100% 0,rgba(38,102,163,.19),transparent 30%),linear-gradient(145deg,#07111f,#0a223d 70%,#0c2d50)}
.page-home .company-identity-chip{position:absolute;left:26px;top:-31px;z-index:3;display:grid;grid-template-columns:38px minmax(0,1fr) 22px;align-items:center;gap:10px;width:min(250px,calc(100% - 82px));min-height:62px;padding:9px 10px;border:1px solid rgba(223,181,98,.42);border-radius:16px;background:linear-gradient(135deg,rgba(255,255,255,.99),rgba(243,247,251,.97));box-shadow:0 15px 36px rgba(0,0,0,.26),inset 0 1px 0 #fff;color:#07111f;backdrop-filter:blur(16px);transition:transform .24s ease,box-shadow .24s ease}
.page-home .company-identity-chip:hover{transform:translateY(-3px);box-shadow:0 20px 44px rgba(0,0,0,.31),inset 0 1px 0 #fff;color:#07111f}
.page-home .company-identity-icon{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;background:linear-gradient(145deg,#07111f,#123a62);color:#e2b761;font-size:14px;box-shadow:0 7px 18px rgba(7,17,31,.18)}
.page-home .company-identity-copy{display:grid;min-width:0;gap:1px}
.page-home .company-identity-copy small{color:#8e9aad;font-size:7px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.page-home .company-identity-copy strong{overflow:hidden;color:#07111f;font-size:11px;font-weight:800;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}
.page-home .company-identity-arrow{color:#aa7628;font-size:10px}
.page-home .company-legal-name{margin-bottom:10px;font-size:8px}
.page-home .home-companies-v3 .brand-company-card h3{margin-bottom:11px;font-size:clamp(25px,2.25vw,33px)}
.page-home .home-companies-v3 .brand-company-card p{margin-bottom:21px;font-size:13px;line-height:1.65}
.page-home .company-card-actions{padding-top:17px}

@media (max-width:980px){
  .page-home .identity-v3-shell{grid-template-columns:1fr}
  .page-home .identity-v3-visual{min-height:470px}
  .page-home .company-card-media{height:300px}
}

/* Whole-card navigation for the authority strip */
.page-home .authority-grid .authority-item{
  position:relative;
  display:grid;
  grid-template-columns:44px minmax(0,1fr) 13px;
  align-items:center;
  gap:14px;
  color:#07111f;
  text-decoration:none;
  cursor:pointer;
}
.page-home .authority-grid .authority-item>div{display:grid;gap:3px;min-width:0}
.page-home .authority-grid .authority-item strong,.page-home .authority-grid .authority-item span{color:inherit}
.page-home .authority-link-arrow{width:auto!important;height:auto!important;border-radius:0!important;background:none!important;color:#9c6c24!important;font-size:9px!important;transition:transform .22s ease}
.page-home .authority-item:hover .authority-link-arrow{transform:translateX(3px)}
.page-home .authority-item:focus-visible{outline:3px solid rgba(15,94,167,.3);outline-offset:-3px}
@media (max-width:640px){
  .page-home .home-identity-v3{padding:42px 0}
  .page-home .identity-v3-visual{min-height:auto;padding:28px 22px}
  .page-home .identity-v3-symbol{margin:22px 0 18px}
  .page-home .identity-v3-sectors{grid-template-columns:repeat(2,minmax(0,1fr));margin:22px 0 26px}
  .page-home .identity-v3-copy{padding:34px 22px 38px}
  .page-home .identity-v3-copy h2{font-size:34px}
  .page-home .home-companies-v3{padding:62px 0}
  .page-home .company-card-media{height:235px}
  .page-home .company-card-body{padding:41px 21px 24px}
  .page-home .company-identity-chip{left:18px;top:-29px;width:min(230px,calc(100% - 72px));min-height:58px}
  .page-home .home-companies-v3 .brand-company-card h3{font-size:27px}
}
