
:root{
  --bg:#faf9f7;
  --surface:#ffffff;
  --surface-2:#f5f3f0;
  --ink:#181818;
  --muted:#6c6965;
  --line:#e8e3de;
  --brand:#bf3742;
  --brand-dark:#8f2630;
  --accent:#efe4df;
  --soft-red:#faeeee;
  --danger:#8f2630;
  --shadow:0 12px 32px rgba(46,36,32,.06);
  --radius:18px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
  font-size:15px;
  line-height:1.7;
}
a{color:inherit;text-decoration:none}
img{max-width:100%}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.site-header{
  position:sticky;top:0;z-index:40;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line);
}
.header-inner{display:flex;align-items:center;gap:24px;min-height:68px}
.brand{display:flex;align-items:center;gap:11px;font-weight:700;white-space:nowrap}
.brand-mark{
  width:34px;height:34px;border-radius:10px;
  display:grid;place-items:center;
  color:#fff;background:var(--brand);
  font-family:Georgia,serif;font-size:18px
}
.brand small{display:block;color:var(--muted);font-weight:500;font-size:11px;line-height:1.2}
.nav{display:flex;gap:4px;overflow-x:auto;margin-left:auto;scrollbar-width:none}
.nav::-webkit-scrollbar{display:none}
.nav a{
  padding:8px 10px;border-radius:8px;color:#4f4f4f;
  font-size:13px;white-space:nowrap
}
.nav a:hover{background:#f5ecee;color:var(--brand-dark)}
.nav a.active{
  position:relative;
  background:var(--brand);
  color:#fff;
  font-weight:700;
  box-shadow:0 4px 12px rgba(47,107,95,.18);
}
.nav a.active::after{
  content:"";
  position:absolute;
  left:10px;
  right:10px;
  bottom:-11px;
  height:3px;
  border-radius:999px;
  background:var(--gold);
}
.menu-btn{display:none;border:1px solid var(--line);background:var(--surface);border-radius:9px;padding:8px 10px}
.current-page{
  display:none;
  padding:6px 10px;
  border-radius:999px;
  background:#f8e9eb;
  color:var(--brand-dark);
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
}
.hero{padding:70px 0 46px;border-bottom:1px solid var(--line)}
.eyebrow{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);font-weight:700}
h1,h2,h3,h4{line-height:1.25;margin:0 0 14px}
h1{font-size:clamp(34px,5vw,54px);letter-spacing:-.03em;font-weight:720}
h2{font-size:28px;letter-spacing:-.02em}
h3{font-size:18px}
.lead{max-width:800px;color:#555555;font-size:17px;margin:0}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:44px;align-items:end}
.hero-panel{background:var(--brand-dark);color:var(--ink);border-radius:22px;padding:28px;box-shadow:var(--shadow);border:1px solid var(--line)}
.hero-panel p{color:#d7e3de}
.hero-panel .metric{border-color:var(--line)}
.section{padding:56px 0}
.section.compact{padding:36px 0}
.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:24px}
.section-head p{max-width:620px;margin:0;color:var(--muted)}
.grid{display:grid;gap:16px}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.card{
  background:var(--surface);border:1px solid var(--line);
  border-radius:var(--radius);padding:22px;box-shadow:0 2px 12px rgba(24,52,44,.03)
}
.card p:last-child{margin-bottom:0}
.card .kicker{font-size:12px;color:var(--gold);font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.card-muted{background:var(--surface-2)}
.metric{padding:16px 0;border-top:1px solid var(--line)}
.metric:first-child{border-top:0;padding-top:0}
.metric strong{display:block;font-size:26px;line-height:1.1;margin-bottom:6px}
.metric span{color:var(--muted);font-size:13px}
.tag{display:inline-flex;padding:4px 9px;border-radius:999px;background:#f8e9eb;color:var(--brand-dark);font-size:12px;font-weight:650}
.tag.warn{background:#f5f3f0;color:#7a5b20}
.tag.risk{background:#f8e9eb;color:var(--danger)}
.list{margin:0;padding-left:18px}
.list li{margin:6px 0}
.flow{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.flow-step{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:18px}
.flow-step:not(:last-child)::after{content:"→";position:absolute;right:-13px;top:50%;transform:translateY(-50%);color:var(--gold);font-size:20px;z-index:2}
.flow-step .num{font-size:11px;color:var(--gold);font-weight:700}
.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:14px;background:var(--surface)}
table{border-collapse:collapse;width:100%;min-width:760px}
th,td{padding:13px 15px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}
th{font-size:12px;color:#666666;background:#f1f4f1}
tr:last-child td{border-bottom:0}
.timeline{border-left:2px solid #d7d7d4;margin-left:7px;padding-left:24px}
.timeline-item{position:relative;margin:0 0 26px}
.timeline-item::before{content:"";position:absolute;left:-31px;top:6px;width:12px;height:12px;border-radius:50%;background:var(--gold);border:3px solid var(--bg)}
.timeline-item small{color:var(--gold);font-weight:700}
.callout{border-left:4px solid var(--gold);padding:18px 20px;background:#fff6f5;border-radius:0 12px 12px 0}
.disclaimer{font-size:12px;color:#77837f}
.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 15px;border-radius:9px;border:1px solid var(--brand);font-weight:650;font-size:14px}
.btn.primary{background:var(--brand);color:#fff}
.btn.secondary{background:transparent;color:var(--brand)}
.page-banner{padding:48px 0 30px;border-bottom:1px solid var(--line)}
.page-banner h1{font-size:40px}
.breadcrumb{font-size:12px;color:var(--muted);margin-bottom:14px}
.site-footer{border-top:1px solid var(--line);padding:30px 0 42px;color:var(--muted);font-size:12px}
.footer-grid{display:flex;justify-content:space-between;gap:24px}
.status-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
@media(max-width:960px){
  .nav{display:none;position:absolute;top:68px;left:0;right:0;background:var(--surface);padding:14px 20px;border-bottom:1px solid var(--line);flex-wrap:wrap}
  .nav.open{display:flex}
  .current-page{display:inline-flex;margin-left:auto}
  .menu-btn{display:block;margin-left:0}
  .nav a.active::after{display:none}
  .hero-grid{grid-template-columns:1fr}
  .grid-4{grid-template-columns:repeat(2,1fr)}
  .grid-3{grid-template-columns:1fr 1fr}
  .flow{grid-template-columns:1fr 1fr}
  .flow-step:nth-child(2)::after{display:none}
}
@media(max-width:640px){
  body{font-size:14px}
  .container{width:min(100% - 26px,var(--max))}
  .hero{padding:44px 0 34px}
  h1{font-size:34px}
  h2{font-size:24px}
  .page-banner h1{font-size:32px}
  .grid-2,.grid-3,.grid-4,.flow{grid-template-columns:1fr}
  .flow-step::after{display:none}
  .section{padding:42px 0}
  .section-head{display:block}
  .section-head p{margin-top:8px}
  .footer-grid{display:block}
}

.brand{
  gap:14px;
}
.brand-logo{
  width:122px;
  height:auto;
  display:block;
}
.brand-copy{
  display:flex;
  flex-direction:column;
  line-height:1.15;
  padding-left:13px;
  border-left:1px solid var(--line);
  font-size:13px;
  font-weight:700;
}
.brand-copy small{
  margin-top:3px;
  color:var(--muted);
  font-weight:500;
  font-size:11px;
}
.hero-panel{
  background:linear-gradient(145deg,#fff7f4,#f5eee9);
}
.eyebrow{
  color:var(--brand);
}
.card .kicker{
  color:var(--brand);
}
.flow-step .num,
.timeline-item small{
  color:var(--brand);
}
.timeline-item::before{
  background:var(--brand);
}
.nav a.active::after{
  background:#111111;
}
.btn.primary{
  background:var(--brand);
  border-color:var(--brand);
}
.btn.secondary{
  color:var(--brand);
  border-color:var(--brand);
}
.callout{
  border-left-color:var(--brand);
}
.tag{
  background:var(--soft-red);
  color:var(--brand-dark);
}
@media(max-width:640px){
  .brand-logo{width:96px}
  .brand-copy{display:none}
}

body{
  background:
    radial-gradient(circle at top right, rgba(191,55,66,.035), transparent 32%),
    var(--bg);
}
.site-header{
  background:rgba(255,255,255,.94);
}
.hero{
  background:linear-gradient(180deg,#fff 0%,#faf9f7 100%);
}
.hero-panel{
  position:relative;
  overflow:hidden;
}
.hero-panel::before{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  border-radius:50%;
  right:-70px;
  top:-70px;
  background:rgba(191,55,66,.08);
}
.hero-panel .metric{
  position:relative;
  z-index:1;
}
.hero-panel .metric strong{
  color:var(--brand-dark);
}
.hero-panel .metric span{
  color:var(--muted);
}
.card{
  box-shadow:none;
}
.card:hover{
  border-color:#d8cbc4;
}
.eyebrow{
  letter-spacing:.1em;
}
.btn.primary{
  box-shadow:0 8px 18px rgba(191,55,66,.14);
}
.nav a.active{
  box-shadow:none;
}
.nav a.active::after{
  background:var(--brand);
}
.metric strong{
  letter-spacing:-.02em;
}
.fact-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
}
.fact{
  padding:24px;
  border-right:1px solid var(--line);
}
.fact:last-child{
  border-right:0;
}
.fact strong{
  display:block;
  font-size:28px;
  line-height:1.15;
  color:var(--brand-dark);
  margin-bottom:8px;
}
.fact span{
  color:var(--muted);
  font-size:13px;
}
.programme-band{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:18px;
}
.programme-primary{
  background:linear-gradient(145deg,#fff,#fbf3f1);
}
.programme-list{
  display:grid;
  gap:12px;
}
.programme-item{
  padding:16px 18px;
  border:1px solid var(--line);
  border-radius:14px;
  background:var(--surface);
}
.programme-item strong{
  display:block;
  margin-bottom:3px;
}
@media(max-width:960px){
  .fact-strip{grid-template-columns:1fr 1fr}
  .fact:nth-child(2){border-right:0}
  .fact:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .programme-band{grid-template-columns:1fr}
}
@media(max-width:640px){
  .fact-strip{grid-template-columns:1fr}
  .fact{border-right:0;border-bottom:1px solid var(--line)}
  .fact:last-child{border-bottom:0}
}

/* V7.1 navigation layout fix */
.header-inner{
  min-height:auto;
  padding:14px 0 10px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  grid-template-areas:
    "brand spacer tools"
    "nav nav nav";
  align-items:center;
  row-gap:10px;
}
.brand{grid-area:brand}
.nav{
  grid-area:nav;
  width:100%;
  margin-left:0;
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  gap:6px 8px;
  overflow:visible;
}
.nav a{
  padding:7px 10px;
  font-size:12px;
  line-height:1.2;
}
.current-page{grid-area:tools}
.menu-btn{grid-area:tools}

@media(min-width:961px){
  .current-page{display:none!important}
  .menu-btn{display:none!important}
  .nav a.active::after{
    bottom:-8px;
  }
}

@media(max-width:1180px) and (min-width:961px){
  .brand-logo{width:108px}
  .brand-copy{font-size:12px}
  .nav a{
    font-size:11px;
    padding:7px 8px;
  }
}

@media(max-width:960px){
  .header-inner{
    display:flex;
    min-height:68px;
    padding:0;
    gap:10px;
  }
  .nav{
    position:absolute;
    top:68px;
    left:0;
    right:0;
    width:auto;
    padding:14px 20px;
    background:var(--surface);
    border-bottom:1px solid var(--line);
    flex-wrap:wrap;
    gap:6px;
  }
  .nav a{
    font-size:13px;
    padding:8px 10px;
  }
}

/* V7.2 light homepage with founding board */
.light-hero{
  padding:86px 0 64px;
  background:
    radial-gradient(circle at 88% 18%,rgba(191,55,66,.08),transparent 22%),
    linear-gradient(180deg,#ffffff 0%,#faf9f7 100%);
  border-bottom:1px solid var(--line);
}
.light-hero-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:42px;
  align-items:center;
}
.light-hero h1{
  font-size:clamp(42px,5.5vw,68px);
  max-width:820px;
}
.light-hero-panel{
  background:linear-gradient(145deg,#fff,#fbf3f1);
  border:1px solid var(--line);
  border-radius:22px;
  padding:28px;
}
.light-hero-panel .metric strong{
  color:var(--brand-dark);
}
.light-board{
  background:#fff;
}
.board-intro{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:44px;
  align-items:end;
  margin-bottom:30px;
}
.board-intro p{
  margin:0;
  color:var(--muted);
  font-size:16px;
}
.board-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.board-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
}
.board-photo{
  height:220px;
  background:linear-gradient(145deg,#f1e8e4,#dcc6c2);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#8b7772;
  font-size:13px;
}
.board-card:nth-child(2) .board-photo{
  background:linear-gradient(145deg,#f2efec,#d9d0ca);
}
.board-card:nth-child(3) .board-photo{
  background:linear-gradient(145deg,#f5e9e9,#d9b9bd);
}
.board-content{
  padding:22px;
}
.board-role{
  color:var(--brand);
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.board-content h3{
  font-size:23px;
  margin-top:8px;
}
.board-content ul{
  padding-left:18px;
  margin-bottom:0;
  color:var(--muted);
}
.capability-section{
  background:var(--surface-2);
}
.capability-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.capability-summary{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:30px;
}
.capability-summary h2{
  max-width:520px;
}
.capability-list{
  display:grid;
  gap:14px;
}
.capability-item{
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:20px;
}
.capability-item strong{
  display:block;
  margin-bottom:6px;
  color:var(--brand-dark);
}
.investment-path{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid var(--line);
  border-radius:20px;
  overflow:hidden;
  background:#fff;
}
.investment-path article{
  padding:24px;
  border-right:1px solid var(--line);
}
.investment-path article:last-child{
  border-right:0;
}
.investment-path small{
  color:var(--brand);
  font-weight:700;
}
.investment-path h3{
  margin-top:8px;
}
@media(max-width:960px){
  .light-hero-grid,.board-intro,.capability-grid{
    grid-template-columns:1fr;
  }
  .board-grid{
    grid-template-columns:1fr;
  }
  .investment-path{
    grid-template-columns:1fr 1fr;
  }
  .investment-path article:nth-child(2){
    border-right:0;
  }
  .investment-path article:nth-child(-n+2){
    border-bottom:1px solid var(--line);
  }
}
@media(max-width:640px){
  .light-hero{
    padding:58px 0 44px;
  }
  .investment-path{
    grid-template-columns:1fr;
  }
  .investment-path article{
    border-right:0;
    border-bottom:1px solid var(--line);
  }
  .investment-path article:last-child{
    border-bottom:0;
  }
}
