@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600&family=Noto+Serif+TC:wght@500;600&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap');

:root {
  --navy: #0b1828;
  --navy-2: #11243a;
  --gold: #c7a768;
  --gold-light: #e7d7b3;
  --ivory: #f4f0e8;
  --paper: #fbfaf7;
  --ink: #17202a;
  --muted: #66717d;
  --line: rgba(18, 32, 47, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: absolute; inset: 0 0 auto; z-index: 5; height: 108px; padding: 0 clamp(28px, 4vw, 72px);
  display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(251,250,247,.98); color: var(--navy);
}
.brand { display: flex; align-items: center; gap: 20px; min-width: 0; }
.brand img { width: 166px; height: 67px; object-fit: contain; object-position: center; }
.brand span { max-width: 205px; font: 600 13px/1.3 "Manrope", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: clamp(20px, 2vw, 32px); font-size: 15px; }
nav a { color: rgba(11,24,40,.68); transition: color .2s ease; }
nav a:hover { color: var(--navy); }
.nav-contact { border: 1px solid rgba(11,24,40,.36); padding: 14px 20px; color: var(--navy); font-weight: 600; }
.language-switch { display: inline-grid; grid-template-columns: 1fr 1fr; flex: 0 0 auto; border: 1px solid rgba(11,24,40,.28); }
.language-switch a { min-width: 42px; padding: 10px 9px; color: rgba(11,24,40,.62); font: 600 12px/1 "Manrope", sans-serif; text-align: center; }
.language-switch a:hover { color: var(--navy); }
.language-switch a.active { background: var(--navy); color: white; }

.zh-page { font-family: "DM Sans", "Microsoft JhengHei", Arial, sans-serif; }
.zh-page .site-header .brand span { max-width: 250px; font-size: 21px; line-height: 1.25; letter-spacing: .04em; }
.zh-page .hero-company-name { margin: 0 0 14px; color: white; font: 600 30px/1.3 "Noto Serif TC", "Microsoft JhengHei", serif; }
.zh-page .hero-company-name + .eyebrow { margin-bottom: 28px; }
.zh-page h1,
.zh-page h2,
.zh-page blockquote,
.zh-page .hero-thesis,
.zh-page .portrait-caption strong,
.zh-page .value-strip strong,
.zh-page .mandate-grid h3,
.zh-page .strategy-framework h3,
.zh-page .education-list h3,
.zh-page .qualification-band h3 { font-family: "Noto Serif TC", "Microsoft JhengHei", serif; }
.zh-page h1 { line-height: 1.12; }
.zh-page h2 { line-height: 1.18; }
.zh-page .hero-lead,
.zh-page .thesis-grid p,
.zh-page .section-heading > p,
.zh-page .mandate-grid p,
.zh-page .strategy-framework p,
.zh-page .profile-copy > p,
.zh-page .speaking-copy > p { line-height: 1.9; }

.zh-brand-section { display: grid; grid-template-columns: .82fr 1.18fr; background: #ded7ca; }
.zh-brand-image { min-height: 700px; display: flex; align-items: center; justify-content: center; padding: clamp(52px, 6vw, 96px); background: var(--paper); }
.zh-brand-image img { width: 100%; max-width: 680px; height: auto; object-fit: contain; }
.zh-brand-copy { align-self: center; padding: 84px clamp(42px, 6vw, 104px); }
.zh-brand-copy h2 { max-width: 720px; margin-bottom: 34px; font-size: 64px; }
.zh-brand-copy > p:not(.eyebrow) { color: #52606c; font-size: 16px; line-height: 1.9; }
.zh-brand-copy .zh-brand-lead { max-width: 850px; color: var(--ink); font-size: 23px; line-height: 1.75; }
.zh-brand-pillars { display: grid; grid-template-columns: 1fr 1fr; margin-top: 42px; border-top: 1px solid rgba(18,32,47,.2); border-left: 1px solid rgba(18,32,47,.2); }
.zh-brand-pillars article { min-height: 184px; padding: 30px; border-right: 1px solid rgba(18,32,47,.2); border-bottom: 1px solid rgba(18,32,47,.2); }
.zh-brand-pillars span { display: block; margin-bottom: 24px; color: #a57f3f; font: 600 52px/1 "Noto Serif TC", "Microsoft JhengHei", serif; }
.zh-brand-pillars h3 { margin: 0 0 12px; font: 600 24px/1.45 "Noto Serif TC", "Microsoft JhengHei", serif; }
.zh-brand-pillars p { margin: 0; color: #52606c; font-size: 17px; line-height: 1.7; }
.zh-brand-copy .zh-brand-close { margin: 34px 0 0; color: #80622f; font: 600 19px/1.7 "Noto Serif TC", "Microsoft JhengHei", serif; }

.hero { min-height: min(836px, calc(100svh - 58px)); position: relative; overflow: hidden; background: var(--navy); color: white; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; padding: 164px clamp(28px, 7vw, 110px) 112px; }
.hero::before { content: "CWIP"; position: absolute; right: -1vw; top: 90px; color: rgba(255,255,255,.025); font: 600 clamp(170px, 27vw, 430px)/1 "Playfair Display"; letter-spacing: -.08em; }
.hero-orbit { position: absolute; width: 580px; height: 580px; right: -180px; bottom: -180px; border: 1px solid rgba(199,167,104,.2); border-radius: 50%; box-shadow: 0 0 0 90px rgba(199,167,104,.025), 0 0 0 180px rgba(199,167,104,.02); }
.hero-copy { position: relative; z-index: 1; max-width: 760px; }
.eyebrow { margin: 0 0 24px; color: var(--gold); font: 600 11px/1.2 "Manrope", sans-serif; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.dark { color: #94743c; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 790px; margin-bottom: 24px; font: 500 clamp(56px, 6.1vw, 94px)/.98 "Playfair Display", Georgia, serif; letter-spacing: -.045em; }
.hero-thesis { max-width: 690px; margin-bottom: 22px; color: var(--gold-light); font: 500 clamp(20px, 2vw, 28px)/1.35 "Playfair Display", Georgia, serif; }
.hero-lead { max-width: 650px; color: rgba(255,255,255,.7); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; font: 600 12px/1 "Manrope"; letter-spacing: .08em; text-transform: uppercase; }
.button-gold { background: var(--gold); color: var(--navy); }
.text-link { color: white; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.38); padding: 12px 0; }
.text-link span { margin-left: 10px; color: var(--gold); }
.portrait-wrap { position: relative; z-index: 1; justify-self: end; width: min(430px, 34vw); margin-top: 28px; }
.portrait-frame { aspect-ratio: .78; overflow: hidden; background: #151b20; border: 1px solid rgba(255,255,255,.15); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; image-rendering: auto; transform: scale(1.03); }
.portrait-caption { margin: -46px 18px 0 -38px; position: relative; padding: 22px 26px; background: var(--ivory); color: var(--ink); display: flex; justify-content: space-between; align-items: end; gap: 18px; }
.portrait-caption span { color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.portrait-caption strong { white-space: nowrap; font: 500 20px/1.2 "Playfair Display"; }
.hero-proof { position: absolute; left: clamp(28px, 7vw, 110px); right: clamp(28px, 7vw, 110px); bottom: 34px; display: flex; gap: 42px; color: rgba(255,255,255,.45); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.value-strip { background: var(--gold); color: var(--navy); padding: 30px clamp(28px, 7vw, 110px); display: grid; grid-template-columns: repeat(4, 1fr); }
.value-strip div { min-width: 0; padding: 4px 26px; border-left: 1px solid rgba(11,24,40,.22); }
.value-strip div:first-child { padding-left: 0; border-left: 0; }
.value-strip strong { display: block; font: 500 20px/1.15 "Playfair Display"; }
.value-strip span { display: block; margin-top: 8px; color: rgba(11,24,40,.68); font-size: 11px; line-height: 1.45; text-transform: uppercase; letter-spacing: .06em; }

.section { padding: 120px clamp(28px, 7vw, 110px); }
.section-label { padding-bottom: 16px; border-bottom: 1px solid var(--line); color: #94743c; font-size: 11px; text-transform: uppercase; letter-spacing: .16em; }
.intro-grid, .thesis-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 9vw; padding-top: 54px; }
h2 { font: 500 clamp(40px, 4.4vw, 68px)/1.04 "Playfair Display", Georgia, serif; letter-spacing: -.035em; }
.intro h2, .thesis h2 { max-width: 720px; }
.intro-grid p, .thesis-grid p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.intro-grid .lead, .thesis-grid .lead { color: var(--ink); font-size: 21px; line-height: 1.58; }

.expertise, .mandates { background: var(--ivory); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 9vw; margin-bottom: 66px; }
.section-heading h2 { max-width: 790px; margin-bottom: 0; }
.section-heading > p { color: var(--muted); line-height: 1.75; }
.expertise-grid, .mandate-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.expertise-grid article, .mandate-grid article { min-height: 290px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease, transform .25s ease; }
.expertise-grid article:hover, .mandate-grid article:hover { background: white; transform: translateY(-3px); }
.expertise-grid span, .mandate-grid span { color: #9f814c; font-size: 11px; }
.expertise-grid h3, .mandate-grid h3 { margin: 56px 0 18px; font: 500 24px/1.15 "Playfair Display"; }
.expertise-grid p, .mandate-grid p { color: var(--muted); font-size: 14px; line-height: 1.7; }

.strategy-statement { background: var(--navy); color: white; text-align: center; padding: 134px clamp(28px, 10vw, 160px); }
.strategy-statement blockquote { max-width: 1120px; margin: 0 auto; font: 500 clamp(38px, 4.6vw, 70px)/1.16 "Playfair Display"; letter-spacing: -.025em; }
.statement-note { margin: 34px 0 0; color: rgba(255,255,255,.48); font: 600 11px/1.3 "Manrope"; letter-spacing: .16em; text-transform: uppercase; }

.framework-section { background: var(--paper); }
.strategy-framework { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.strategy-framework article { min-height: 300px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.strategy-framework span { color: #94743c; font: 600 11px/1.2 "Manrope"; letter-spacing: .11em; text-transform: uppercase; }
.strategy-framework h3 { margin: 68px 0 18px; font: 500 25px/1.2 "Playfair Display"; }
.strategy-framework p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.72; }

.executive-profile { display: grid; grid-template-columns: .82fr 1.18fr; background: #d9d2c7; }
.profile-image { min-height: 680px; overflow: hidden; }
.profile-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.profile-copy { padding: 92px clamp(40px, 7vw, 115px); align-self: center; }
.profile-copy h2 { font-size: clamp(40px, 4vw, 62px); }
.profile-copy > p:not(.eyebrow) { color: #52606c; line-height: 1.75; }
.profile-copy .profile-lead { color: var(--ink); font-size: 19px; line-height: 1.6; }
.profile-proof { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 38px; border-top: 1px solid rgba(18,32,47,.2); }
.profile-proof div { padding: 22px 18px 0 0; }
.profile-proof strong { display: block; font: 500 30px/1 "Playfair Display"; }
.profile-proof span { display: block; margin-top: 9px; color: #52606c; font-size: 10px; line-height: 1.45; text-transform: uppercase; letter-spacing: .06em; }

.background { background: var(--paper); }
.background-grid {
  display: grid;
  grid-template-columns: .62fr 1.38fr;
  gap: 42px;
}
.background-panel {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 34px 0;
}
.panel-kicker {
  margin-bottom: 28px;
  color: #94743c;
  font: 600 11px/1.2 "Manrope", sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.education-list article,
.background .career-list article {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 28px;
  align-items: start;
  min-height: 0;
  padding: 21px 0;
  border-bottom: 1px solid var(--line);
}
.education-list article:first-child,
.background .career-list article:first-child { padding-top: 0; }
.education-list article:last-child,
.background .career-list article:last-child { padding-bottom: 0; border-bottom: 0; }
.education-list span,
.background .career-list span {
  color: #94743c;
  font-size: 12px;
  letter-spacing: .05em;
}
.education-list h3,
.background .career-list h3 {
  margin: 0 0 8px;
  font: 500 21px/1.28 "Playfair Display";
}
.education-list p,
.background .career-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.professional-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.professional-list article {
  min-height: 116px;
  padding: 22px 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.professional-list h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font: 600 16px/1.5 "DM Sans", Arial, sans-serif;
}
.professional-list p {
  margin: 0;
  color: #94743c;
  font-size: 14px;
  line-height: 1.5;
}
.experience-kicker { margin-top: 42px; }
.background-highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 46px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.background-highlights article {
  min-height: 220px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.background-highlights h3 {
  margin: 0 0 38px;
  font: 500 23px/1.15 "Playfair Display";
}
.background-highlights p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.qualification-band {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 52px;
  align-items: start;
  margin-top: 46px;
  padding: 38px 0 0;
  border-top: 1px solid var(--line);
}
.qualification-band h3 {
  max-width: 460px;
  margin: 0;
  font: 500 30px/1.18 "Playfair Display";
}
.qualification-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.qualification-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  color: #34404b;
  background: rgba(255,255,255,.48);
  font-size: 12px;
  line-height: 1.35;
}

.quote-section { background: var(--navy); color: white; text-align: center; padding: 140px clamp(28px, 10vw, 160px); }
.quote-section blockquote { max-width: 1100px; margin: 0 auto; font: italic 500 clamp(36px, 4vw, 65px)/1.2 "Playfair Display"; letter-spacing: -.025em; }
.quote-link { display: inline-flex; margin-top: 34px; color: white; font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.32); padding-bottom: 11px; }
.quote-link span { margin-left: 10px; color: var(--gold); }

.career-list { border-top: 1px solid var(--line); }
.career-list article { display: grid; grid-template-columns: .65fr 1.25fr 1fr; align-items: center; gap: 32px; min-height: 96px; border-bottom: 1px solid var(--line); }
.career-list span { color: #94743c; font-size: 12px; letter-spacing: .05em; }
.career-list h3 { margin: 0; font: 500 21px/1.3 "Playfair Display"; }
.career-list p { margin: 0; color: var(--muted); font-size: 14px; }

.feature-story { display: grid; grid-template-columns: .82fr 1.18fr; background: #d9d2c7; }
.feature-image { min-height: 620px; overflow: hidden; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.feature-copy { padding: 100px clamp(40px, 7vw, 115px); align-self: center; }
.feature-copy h2 { font-size: clamp(40px, 4vw, 62px); }
.feature-copy > p:not(.eyebrow) { color: #52606c; line-height: 1.75; }
.credentials { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 38px; border-top: 1px solid rgba(18,32,47,.2); }
.credentials span { padding: 18px 8px 18px 0; border-bottom: 1px solid rgba(18,32,47,.2); color: #34404b; font-size: 12px; }

.education { background: var(--paper); }
.education-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 50px; }
.education-grid article { min-height: 210px; padding: 30px; border-left: 1px solid var(--line); }
.education-grid article:first-child { border-left: 0; padding-left: 0; }
.education-grid span { color: #94743c; font-size: 12px; }
.education-grid h3 { margin: 58px 0 12px; font: 500 23px/1.2 "Playfair Display"; }
.education-grid p { color: var(--muted); font-size: 13px; }

.speaking { display: grid; grid-template-columns: 1.06fr .94fr; background: var(--navy-2); color: white; }
.speaking-image { min-height: 660px; overflow: hidden; }
.speaking-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.speaking-copy { padding: 95px clamp(42px, 6vw, 100px); align-self: center; }
.speaking-copy h2 { font-size: clamp(40px, 4vw, 62px); }
.speaking-copy > p:not(.eyebrow) { color: rgba(255,255,255,.66); line-height: 1.75; }
.speaking-copy ul { list-style: none; padding: 0; margin: 38px 0 0; border-top: 1px solid rgba(255,255,255,.15); }
.speaking-copy li { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.8); font-size: 13px; }
.speaking-link { display: inline-flex; margin-top: 34px; }

.speaking-hero {
  min-height: 720px;
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: white;
  padding: 190px clamp(28px, 7vw, 110px) 110px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 8vw;
  align-items: end;
}
.speaking-hero::after {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(199,167,104,.22);
  border-radius: 50%;
  right: -250px;
  top: 20px;
  box-shadow: 0 0 0 90px rgba(199,167,104,.03), 0 0 0 180px rgba(199,167,104,.02);
}
.speaking-hero > div { position: relative; z-index: 1; }
.speaking-hero h1 { max-width: 900px; }
.speaking-hero > div > p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255,255,255,.66);
  font-size: 18px;
  line-height: 1.75;
}
.speaking-hero-stat { padding: 30px 0 8px; border-top: 1px solid rgba(255,255,255,.2); }
.speaking-hero-stat strong { display: block; color: var(--gold); font: 500 clamp(70px, 8vw, 120px)/.9 "Playfair Display"; }
.speaking-hero-stat span { display: block; max-width: 300px; margin-top: 22px; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.55; letter-spacing: .07em; text-transform: uppercase; }

.featured-events { background: var(--paper); }
.event-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 36px; }
.event-card { background: white; border: 1px solid var(--line); }
.event-image { aspect-ratio: 1.6; overflow: hidden; background: #d8d1c6; }
.event-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.event-card:hover .event-image img { transform: scale(1.025); }
.event-content { padding: 32px; }
.event-meta { display: flex; justify-content: space-between; gap: 20px; color: #94743c; font: 600 10px/1.4 "Manrope"; letter-spacing: .09em; text-transform: uppercase; }
.event-meta span:last-child { color: var(--muted); text-align: right; }
.event-content h3 { margin: 35px 0 16px; font: 500 clamp(25px, 2.3vw, 34px)/1.14 "Playfair Display"; }
.event-content p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.speaking-quote { padding: 130px clamp(28px, 10vw, 160px); background: #d7cfbf; color: var(--navy); text-align: center; }
.speaking-quote .eyebrow { color: #80622f; }
.speaking-quote blockquote { max-width: 1050px; margin: 0 auto; font: italic 500 clamp(38px, 4.5vw, 68px)/1.17 "Playfair Display"; letter-spacing: -.035em; }

.speaking-archive { background: var(--ivory); }
.archive-list { border-top: 1px solid var(--line); }
.archive-list article { display: grid; grid-template-columns: 100px 1fr 1.25fr; gap: 34px; align-items: center; min-height: 90px; border-bottom: 1px solid var(--line); }
.archive-list span { color: #94743c; font: 600 12px/1 "Manrope"; }
.archive-list h3 { margin: 0; font: 500 19px/1.3 "Playfair Display"; }
.archive-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.speaking-cta { padding: 100px clamp(28px, 7vw, 110px); background: var(--gold); display: flex; justify-content: space-between; align-items: end; gap: 60px; }
.speaking-cta .eyebrow { color: rgba(11,24,40,.64); }
.speaking-cta h2 { max-width: 870px; margin-bottom: 0; }

.page-header {
  position: absolute;
}

.philosophy-hero {
  min-height: 760px;
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: white;
  padding: 190px clamp(28px, 7vw, 110px) 110px;
  display: grid;
  grid-template-columns: 1.18fr .62fr;
  gap: 8vw;
  align-items: end;
}
.philosophy-hero::before {
  content: "IP";
  position: absolute;
  right: 5vw;
  top: 98px;
  color: rgba(255,255,255,.03);
  font: 600 clamp(190px, 27vw, 410px)/1 "Playfair Display";
  letter-spacing: -.08em;
}
.philosophy-hero::after {
  content: "";
  position: absolute;
  width: 660px;
  height: 660px;
  right: -230px;
  bottom: -220px;
  border: 1px solid rgba(199,167,104,.25);
  border-radius: 50%;
  box-shadow: 0 0 0 92px rgba(199,167,104,.035), 0 0 0 180px rgba(199,167,104,.02);
}
.philosophy-hero > * { position: relative; z-index: 1; }
.philosophy-hero h1 { max-width: 980px; }
.philosophy-hero p:not(.eyebrow) {
  max-width: 780px;
  color: rgba(255,255,255,.68);
  font-size: 18px;
  line-height: 1.8;
}
.philosophy-card {
  border-top: 1px solid rgba(255,255,255,.22);
  padding-top: 32px;
}
.philosophy-card span {
  color: var(--gold);
  font: 600 11px/1.2 "Manrope", sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.philosophy-card strong {
  display: block;
  margin: 28px 0 18px;
  font: 500 clamp(28px, 3vw, 43px)/1.12 "Playfair Display";
}
.philosophy-card p {
  margin: 0;
  color: rgba(255,255,255,.55);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.philosophy-intro { background: var(--paper); }
.philosophy-principles { background: var(--ivory); }
.section-heading.compact { grid-template-columns: 1fr; margin-bottom: 48px; }
.principle-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.principle-grid article {
  min-height: 320px;
  padding: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.34);
}
.principle-grid span {
  color: #94743c;
  font-size: 11px;
}
.principle-grid h3 {
  margin: 58px 0 18px;
  font: 500 28px/1.22 "Playfair Display";
}
.principle-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.82;
}
.philosophy-framework { background: var(--paper); }
.framework-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.framework-grid article {
  min-height: 220px;
  padding: 30px;
  background: var(--paper);
}
.framework-grid h3 {
  margin: 0 0 48px;
  color: #94743c;
  font: 600 12px/1.2 "Manrope", sans-serif;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.framework-grid p {
  margin: 0;
  color: #4d5a66;
  font-size: 14px;
  line-height: 1.75;
}
.philosophy-process { background: #e0d8ca; }
.process-list {
  border-top: 1px solid rgba(18,32,47,.18);
}
.process-list article {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 42px;
  padding: 34px 0;
  border-bottom: 1px solid rgba(18,32,47,.18);
}
.process-list span {
  color: #80622f;
  font: 600 11px/1.2 "Manrope", sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.process-list h3 {
  margin: 0 0 12px;
  font: 500 30px/1.15 "Playfair Display";
}
.process-list p {
  max-width: 850px;
  margin: 0;
  color: #4d5a66;
  line-height: 1.78;
}
.philosophy-quote {
  padding: 135px clamp(28px, 10vw, 160px);
  background: var(--navy);
  color: white;
  text-align: center;
}
.philosophy-quote blockquote {
  max-width: 1050px;
  margin: 0 auto;
  font: 500 clamp(36px, 4.4vw, 66px)/1.18 "Playfair Display";
  letter-spacing: -.03em;
}

.publications ol { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.publications li { display: grid; grid-template-columns: 80px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.publications li span { color: #94743c; font-size: 12px; }
.publications li p { margin: 0; color: #4d5a66; line-height: 1.6; }

.contact { background: var(--gold); color: var(--navy); padding: 100px clamp(28px, 7vw, 110px); display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.contact .eyebrow { color: rgba(11,24,40,.64); }
.contact h2 { max-width: 850px; margin-bottom: 0; }
.button-light { flex: 0 0 auto; border: 1px solid var(--navy); color: var(--navy); }
footer { padding: 42px clamp(28px, 7vw, 110px); background: var(--paper); color: var(--navy); display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid var(--line); }
footer p { margin: 0; color: var(--muted); font-size: 11px; letter-spacing: .04em; }

@media (max-width: 980px) {
  .site-nav > a:not(.nav-contact) { display: none; }
  .hero { grid-template-columns: 1fr .55fr; min-height: 790px; padding-top: 140px; }
  .portrait-wrap { width: 300px; }
  .portrait-caption { display: block; }
  .portrait-caption strong { display: block; margin-top: 8px; }
  .value-strip { grid-template-columns: 1fr 1fr; gap: 24px 0; }
  .value-strip div:nth-child(3) { padding-left: 0; border-left: 0; }
  .expertise-grid, .mandate-grid { grid-template-columns: 1fr 1fr; }
  .strategy-framework { grid-template-columns: 1fr 1fr; }
  .executive-profile { grid-template-columns: 1fr; }
  .profile-image { min-height: 500px; }
  .zh-brand-section { grid-template-columns: 1fr; }
  .zh-brand-image { min-height: 0; padding: 76px clamp(52px, 12vw, 120px); }
  .background-grid { grid-template-columns: 1fr; }
  .background-highlights { grid-template-columns: 1fr 1fr; }
  .qualification-band { grid-template-columns: 1fr; }
  .feature-story, .speaking { grid-template-columns: 1fr; }
  .feature-image, .speaking-image { min-height: 500px; }
  .education-grid { grid-template-columns: 1fr 1fr; }
  .education-grid article:nth-child(3) { border-left: 0; padding-left: 0; }
  .speaking-hero { grid-template-columns: 1fr; }
  .speaking-hero-stat { max-width: 420px; }
  .philosophy-hero { grid-template-columns: 1fr; min-height: 720px; }
  .philosophy-card { max-width: 520px; }
  .principle-grid { grid-template-columns: 1fr; }
  .framework-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1180px) {
  .site-header .brand span { display: none; }
}

@media (max-width: 700px) {
  .site-header { height: 88px; padding: 0 20px; }
  .brand img { width: 118px; height: 52px; }
  .brand span { display: none; }
  .nav-contact { padding: 11px 13px; font-size: 12px; }
  .site-nav { gap: 12px; }
  .language-switch a { min-width: 39px; padding: 9px 7px; }
  .hero { display: block; min-height: auto; padding: 138px 22px 108px; }
  h1 { font-size: 49px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .portrait-wrap { width: 78%; margin: 60px 0 0 auto; }
  .portrait-caption { margin-left: -44px; }
  .hero-proof { left: 22px; right: 22px; bottom: 24px; gap: 14px; flex-wrap: wrap; }
  .value-strip { grid-template-columns: 1fr; gap: 0; padding: 18px 22px; }
  .value-strip div, .value-strip div:nth-child(3) { padding: 17px 0; border-left: 0; border-bottom: 1px solid rgba(11,24,40,.2); }
  .value-strip div:last-child { border-bottom: 0; }
  .section { padding: 82px 22px; }
  .intro-grid, .thesis-grid, .section-heading { grid-template-columns: 1fr; gap: 32px; }
  .expertise-grid, .mandate-grid, .strategy-framework { grid-template-columns: 1fr; }
  .expertise-grid article, .mandate-grid article { min-height: 240px; }
  .strategy-framework article { min-height: 0; }
  .strategy-framework h3 { margin-top: 42px; }
  .strategy-statement { padding: 92px 22px; }
  .profile-image { min-height: 380px; }
  .profile-copy { padding: 72px 22px; }
  .profile-proof { grid-template-columns: 1fr; }
  .profile-proof div { padding: 18px 0; border-bottom: 1px solid rgba(18,32,47,.18); }
  .zh-brand-image { padding: 56px 22px; }
  .zh-brand-copy { padding: 76px 22px; }
  .zh-brand-copy h2 { font-size: 42px; }
  .zh-page .hero-company-name { font-size: 23px; }
  .zh-brand-pillars { grid-template-columns: 1fr; }
  .zh-brand-pillars article { min-height: 0; }
  .education-list article,
  .background .career-list article { grid-template-columns: 1fr; gap: 8px; }
  .professional-list { grid-template-columns: 1fr; }
  .professional-list article { min-height: 0; padding: 20px; }
  .background-highlights { grid-template-columns: 1fr; }
  .background-highlights article { min-height: 0; }
  .career-list article { grid-template-columns: 1fr; gap: 8px; padding: 22px 0; }
  .feature-image, .speaking-image { min-height: 380px; }
  .feature-copy, .speaking-copy { padding: 72px 22px; }
  .credentials { grid-template-columns: 1fr; }
  .education-grid { grid-template-columns: 1fr; }
  .education-grid article, .education-grid article:nth-child(3) { border-left: 0; border-bottom: 1px solid var(--line); padding: 25px 0; min-height: 0; }
  .education-grid h3 { margin-top: 24px; }
  .contact { padding: 78px 22px; align-items: flex-start; flex-direction: column; }
  .speaking-hero { min-height: 690px; padding: 140px 22px 75px; }
  .speaking-hero h1 { font-size: 49px; }
  .event-grid { grid-template-columns: 1fr; }
  .event-content { padding: 25px; }
  .archive-list article { grid-template-columns: 55px 1fr; gap: 12px 18px; padding: 20px 0; }
  .archive-list p { grid-column: 2; }
  .speaking-cta { padding: 78px 22px; align-items: flex-start; flex-direction: column; }
  .philosophy-hero { min-height: 700px; padding: 140px 22px 75px; }
  .philosophy-hero h1 { font-size: 49px; }
  .principle-grid article { min-height: 0; padding: 28px; }
  .principle-grid h3 { margin-top: 38px; }
  .framework-grid { grid-template-columns: 1fr; }
  .process-list article { grid-template-columns: 1fr; gap: 12px; padding: 26px 0; }
  footer { padding: 34px 22px; align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .site-nav .nav-contact { display: none; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
