﻿.group { --accent:#293f68; --hero:url("/assets/templates/images/pc/group/group-headquarters-hero-real.webp"); --shade:rgba(8,15,31,.66); }
.group .real-nav { background:rgba(255,255,255,.93); }
.group .nav-cta { background:#293f68; }
.group-hero .hero-copy { max-width:780px; }
.group-hero .hero-copy h1 { max-width:760px; font-size:72px; letter-spacing:0; }
.group-hero .real-btn.ghost { background:rgba(255,255,255,.08); }

.group-overview {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1px;
  background:#dce2ea;
  border-top:1px solid #dce2ea;
  border-bottom:1px solid #dce2ea;
}
.group-overview div { padding:32px 7vw; background:#fff; }
.group-overview b { display:block; margin-bottom:8px; color:#293f68; font-size:24px; }
.group-overview p { margin-bottom:0; color:#5c6672; font-size:14px; line-height:1.7; font-weight:700; overflow-wrap:anywhere; }

.group-portfolio { background:#f5f7fa; }
.group-portfolio .section-title p { max-width:480px; margin-bottom:0; }
.group-portfolio-grid {
  display:grid;
  grid-template-columns:1.08fr repeat(2,.46fr);
  gap:1px;
  background:#dce2ea;
}
.group-portfolio-main,
.group-portfolio-card {
  position:relative;
  overflow:hidden;
  background:#fff;
}
.group-portfolio-main { min-height:560px; grid-row:span 2; }
.group-portfolio-main picture,
.group-governance-photo picture,
.group-growth-photo picture { display:block; width:100%; height:100%; }
.group-portfolio-main img { width:100%; height:100%; min-height:560px; object-fit:cover; }
.group-portfolio-main > div {
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  padding:24px;
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(16px);
}
.group-portfolio-main span,
.group-governance-copy span,
.group-contact-copy span {
  display:block;
  margin-bottom:12px;
  color:#b38a4a;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.group-portfolio-main h3 { margin-bottom:10px; font-size:24px; }
.group-portfolio-main p { margin-bottom:0; font-size:14px; }
.group-portfolio-card { min-height:280px; padding:30px 26px; display:flex; flex-direction:column; justify-content:flex-end; }
.group-portfolio-photo { padding:0; color:#fff; }
.group-portfolio-photo::before { content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(180deg,rgba(10,18,31,.08),rgba(10,18,31,.82)); }
.group-portfolio-photo picture { position:absolute; inset:0; width:100%; height:100%; }
.group-portfolio-photo img { width:100%; height:100%; object-fit:cover; }
.group-portfolio-photo b,
.group-portfolio-photo h3,
.group-portfolio-photo p { position:relative; z-index:2; margin-left:26px; margin-right:26px; }
.group-portfolio-photo p { margin-bottom:30px; color:rgba(255,255,255,.78); }
.group-portfolio-card b { display:block; margin-bottom:44px; color:#b38a4a; font-size:13px; }
.group-portfolio-card h3 { margin-bottom:10px; font-size:23px; }
.group-portfolio-card p { margin-bottom:0; font-size:14px; }
.group-portfolio-photo p { margin-bottom:30px; color:rgba(255,255,255,.78); }

.group-governance {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:42px;
  align-items:center;
  padding:82px 7vw;
  background:#101826;
  color:#fff;
}
.group-governance h2,
.group-contact-copy h2 { margin-bottom:18px; font-size:42px; line-height:1.15; }
.group-governance p { color:rgba(255,255,255,.72); }
.group-governance ul { margin:28px 0 0; padding:0; list-style:none; }
.group-governance li { padding:14px 0 14px 28px; color:rgba(255,255,255,.84); border-top:1px solid rgba(255,255,255,.12); position:relative; }
.group-governance li::before { content:""; position:absolute; left:0; top:23px; width:9px; height:9px; background:#b38a4a; }
.group-governance-photo img { width:100%; height:520px; object-fit:cover; border:1px solid rgba(255,255,255,.12); }

.group-growth { background:#fff; }
.group-growth .section-title p { max-width:430px; margin-bottom:0; }
.group-growth-row { display:grid; grid-template-columns:1fr 1fr; gap:22px; align-items:stretch; }
.group-growth-photo img { width:100%; height:100%; min-height:540px; object-fit:cover; }
.group-steps { display:grid; grid-template-columns:1fr 1fr; gap:1px; background:#dce2ea; }
.group-steps div { padding:34px 28px; background:#f5f7fa; }
.group-steps b { display:block; margin-bottom:22px; color:#293f68; font-size:13px; }
.group-steps h3 { margin-bottom:10px; font-size:22px; }
.group-steps p { margin-bottom:0; font-size:14px; }

.group-contact {
  position:relative;
  min-height:520px;
  display:flex;
  align-items:center;
  padding:72px 7vw;
  overflow:hidden;
  color:#fff;
}
.group-contact::before { content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(90deg,rgba(8,15,31,.88),rgba(8,15,31,.56),rgba(8,15,31,.14)); }
.group-contact picture { position:absolute; inset:0; width:100%; height:100%; }
.group-contact img { width:100%; height:100%; object-fit:cover; }
.group-contact-copy { position:relative; z-index:2; max-width:560px; }
.group-contact-copy p { color:rgba(255,255,255,.78); }

@media (max-width: 1080px) {
.group-hero .hero-copy h1 { font-size:58px; }
  .group-portfolio-grid,
  .group-governance,
  .group-growth-row { grid-template-columns:1fr; }
  .group-portfolio-main,
  .group-portfolio-main img { min-height:480px; }
  .group-growth-photo img { min-height:420px; }
}

@media (max-width: 720px) {
.group { --hero:url("/assets/templates/images/mobile/group/group-headquarters-hero-real.webp"); }
  .group .real-nav { background:rgba(255,255,255,.94); }
  .group .hero-full {
    min-height:min(760px, calc(100svh - 64px));
    padding-top:74px;
    padding-bottom:30px;
    background-position:58% bottom;
  }
  .group .hero-full::before { background:linear-gradient(180deg,rgba(8,15,31,.78),rgba(8,15,31,.36) 62%,rgba(8,15,31,.84)); }
  .group-hero .hero-copy { max-width:340px; }
  .group-hero .hero-copy .kicker { margin-bottom:14px; font-size:13px; line-height:1.5; }
  .group-hero .hero-copy h1 { max-width:330px; margin-bottom:18px; font-size:33px; line-height:1.12; word-break:normal; }
  .group-hero .hero-copy .lead { max-width:330px; font-size:16px; line-height:1.62; }
  .group-hero .hero-points { margin-top:20px; gap:10px 14px; }
  .group-hero .hero-actions { max-width:320px; gap:10px; margin-top:24px; }
  .group-hero .real-btn { flex:1 1 100%; width:100%; min-height:46px; padding:0 14px; font-size:14px; }
  .group-overview { grid-template-columns:1fr; }
  .group-overview div { min-width:0; padding:22px 20px; }
  .group-overview b { font-size:21px; }
  .group-overview p { width:100%; max-width:310px; word-break:break-all; overflow-wrap:anywhere; }
  .group-portfolio .section-title p,
  .group-growth .section-title p { max-width:330px; word-break:break-all; overflow-wrap:anywhere; }
  .group-portfolio-grid { grid-template-columns:1fr; gap:1px; }
  .group-portfolio-main { min-height:auto; grid-row:auto; }
  .group-portfolio-main picture { height:auto; }
  .group-portfolio-main img { min-height:0; height:auto; aspect-ratio:1.18 / 1; object-fit:cover; }
  .group-portfolio-main > div {
    position:static;
    padding:20px;
    background:#fff;
    backdrop-filter:none;
  }
  .group-portfolio-card { min-height:auto; padding:24px 20px; }
  .group-portfolio-photo { min-height:260px; padding:0; }
  .group-portfolio-photo b,
  .group-portfolio-photo h3,
  .group-portfolio-photo p { margin-left:20px; margin-right:20px; }
  .group-portfolio-photo p { margin-bottom:24px; }
  .group-portfolio-card b { margin-bottom:22px; }
  .group-portfolio-photo p { margin-bottom:24px; }
  .group-governance { grid-template-columns:1fr; gap:24px; padding:52px 20px; }
  .group-governance h2,
  .group-contact-copy h2 { font-size:32px; }
  .group-governance-photo img { height:auto; aspect-ratio:1.15 / 1; object-fit:cover; }
  .group-growth-row { grid-template-columns:1fr; gap:18px; }
  .group-growth-photo picture { height:auto; }
  .group-growth-photo img { min-height:0; height:auto; aspect-ratio:1.18 / 1; object-fit:cover; }
  .group-steps { grid-template-columns:1fr; }
  .group-steps div { padding:24px 20px; }
  .group-contact { min-height:520px; padding:48px 20px 92px; align-items:flex-end; }
  .group-contact::before { background:linear-gradient(180deg,rgba(8,15,31,.24),rgba(8,15,31,.9)); }
html.js-ready body.group .reveal { opacity:1; transform:none; }
}

/* 2026-06-04 structure pass: holding-company map */
.group-overview {
  grid-template-columns: .9fr 1.1fr .9fr;
  background: #101826;
}
.group-overview div {
  background: #101826;
  color: #fff;
}
.group-overview div:nth-child(2) {
  background: #fff;
  color: #293f68;
}
.group-overview div:not(:nth-child(2)) b,
.group-overview div:not(:nth-child(2)) p { color: #fff; }
.group-portfolio-grid {
  grid-template-columns: 1.25fr repeat(2, .5fr);
}
.group-portfolio-main {
  min-height: 680px;
}
.group-portfolio-card {
  border-left: 4px solid #b38a4a;
}
.group-growth-row {
  grid-template-columns: .76fr 1.24fr;
}
.group-steps {
  grid-template-columns: repeat(4, minmax(0,1fr));
}

@media (max-width:720px) {
  .group-overview,
  .group-portfolio-grid,
  .group-growth-row,
  .group-steps { grid-template-columns: 1fr; }
}

@media (max-width: 360px) {
.group-hero .hero-copy h1 {
    max-width:280px;
    font-size:31px;
  }
  .group-hero .hero-copy .lead {
    max-width:280px;
    font-size:15px;
  }
  .group-hero .hero-actions {
    max-width:280px;
  }
}

/* 2026-06-04 premium hero tuning */
.group {
  --nav-ink: #fff;
  --nav-cta-bg: #080808;
  --hero-pos: 70% center;
  --hero-mobile-pos: 58% center;
  --hero-overlay: linear-gradient(90deg,rgba(7,12,24,.82),rgba(7,12,24,.30) 48%,rgba(7,12,24,.04));
  --hero-mobile-overlay: linear-gradient(180deg,rgba(0,0,0,.72),rgba(0,0,0,.30) 56%,rgba(0,0,0,.82));
  --hero-title-size: 70px;
  --hero-mobile-title-size: 38px;
  --hero-copy-width: 620px;
  --hero-title-width: 720px;
  --hero-lead-width: 520px;
  --hero-btn-bg: #080808;
}
.group .real-nav {
  position: absolute;
  width: 100%;
  color: var(--nav-ink);
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}
.group .hero-full {
  min-height: min(790px, 100svh);
  padding: 138px 8vw 86px;
  background-position: var(--hero-pos);
}
.group .hero-full::before { background: var(--hero-overlay); }
.group-hero .hero-copy h1 {
  max-width: var(--hero-title-width);
  font-family: var(--serif);
  font-size: var(--hero-title-size);
  line-height: .98;
  font-weight: 400;
  letter-spacing: 0;
}
.group-hero .hero-copy .lead {
  max-width: var(--hero-lead-width);
  font-size: 21px;
  line-height: 1.62;
}
.group-hero .real-btn { background: var(--hero-btn-bg); }
.group-hero .real-btn.ghost {
  color: currentColor;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.48);
}
@media (max-width:720px) {
  .group .real-nav { background: linear-gradient(180deg,rgba(0,0,0,.34),transparent); }
  .group .hero-full {
    min-height: min(700px, 100svh);
    padding: 96px 20px 44px;
    background-position: var(--hero-mobile-pos);
  }
  .group .hero-full::before { background: var(--hero-mobile-overlay); }
  .group-hero .hero-copy h1 {
    max-width: 330px;
    font-size: var(--hero-mobile-title-size);
    line-height: 1.05;
    word-break: normal;
  }
  .group-hero .hero-copy .lead {
    max-width: 330px;
    font-size: 16px;
  }
}
/* 2026-06-04 real hero source + whitespace */
.group {
  --hero: url("/assets/templates/images/pc/group/real-group-hero.webp");
  --nav-ink: #fff;
  --nav-cta-bg: #101318;
  --hero-text: #fff;
  --hero-muted: rgba(255,255,255,.82);
  --hero-pos: 66% center;
  --hero-mobile-pos: 58% center;
  --hero-overlay: linear-gradient(90deg,rgba(8,15,31,.76),rgba(8,15,31,.34) 46%,rgba(8,15,31,.04));
  --hero-mobile-overlay: linear-gradient(180deg,rgba(8,15,31,.82),rgba(8,15,31,.42) 58%,rgba(8,15,31,.82));
  --hero-title-size: 60px;
  --hero-mobile-title-size: 34px;
  --hero-copy-width: 540px;
  --hero-title-width: 610px;
  --hero-lead-width: 500px;
  --hero-btn-bg: #101318;
}
.group .real-nav {
  color: var(--nav-ink);
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}
.group .hero-full {
  background-position: var(--hero-pos);
}
.group .hero-full::before {
  background: var(--hero-overlay);
}
@media (max-width: 720px) {
  .group {
    --hero: url("/assets/templates/images/mobile/group/real-group-hero.webp");
    --mobile-nav-ink: var(--nav-ink);
  }
  .group .hero-full {
    background-position: var(--hero-mobile-pos);
  }
  .group .hero-full::before {
    background: var(--hero-mobile-overlay);
  }
}
/* end 2026-06-04 real hero source + whitespace */
