:root {
  --ink: #091626;
  --muted: #687789;
  --paper: #f4f7f8;
  --line: rgba(9, 22, 38, .13);
  --cyan: #49e1dd;
  --cyan-deep: #0aaaa8;
  --navy: #07111f;
  --panel: #0c1b2e;
  --radius: 22px;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.hidden { display: none !important; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 20; padding: 10px 14px; background: white; border-radius: 9px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.ambient { position: fixed; z-index: -1; width: 40vw; height: 40vw; border-radius: 50%; filter: blur(100px); opacity: .14; pointer-events: none; }
.ambient-one { left: -18vw; top: 18vh; background: var(--cyan); }
.ambient-two { right: -24vw; top: 55vh; background: #6e7dff; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header { width: min(1260px, calc(100% - 48px)); height: 92px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; width: max-content; font-weight: 760; letter-spacing: -.02em; }
.wordmark small { display: block; margin-top: 1px; color: var(--muted); font-size: 8px; letter-spacing: .18em; }
.mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: var(--navy); background: var(--cyan); font-weight: 900; box-shadow: 0 7px 22px rgba(10,170,168,.2); }
nav { display: flex; gap: 30px; color: #4d5b6c; font-size: 13px; }
nav a { transition: color .2s; }
nav a:hover { color: var(--cyan-deep); }
.language-switch { justify-self: end; display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.64); }
.language { border: 0; border-radius: 999px; background: transparent; color: var(--muted); padding: 7px 10px; font-size: 11px; font-weight: 750; cursor: pointer; }
.language.active { color: white; background: var(--navy); }

.hero { min-height: 700px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(390px, .8fr); gap: clamp(40px, 7vw, 110px); align-items: center; padding-top: 48px; padding-bottom: 105px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #3c6071; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow > span:first-child { width: 30px; height: 1px; background: var(--cyan-deep); }
.hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(60px, 8vw, 110px); font-weight: 400; line-height: .92; letter-spacing: -.065em; }
.hero h1 span { display: block; color: #35465b; font-size: .46em; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-weight: 600; letter-spacing: -.04em; line-height: 1.6; }
.hero h1 strong { display: block; font-weight: 500; }
.hero-lead { max-width: 660px; margin: 28px 0 0; color: #556579; font-size: clamp(17px, 2vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 19px; border-radius: 12px; font-size: 13px; font-weight: 760; }
.button.primary { color: var(--navy); background: var(--cyan); box-shadow: 0 12px 32px rgba(10,170,168,.24); }
.button.primary:hover { background: #69efeb; transform: translateY(-1px); }
.button.ghost { border: 1px solid var(--line); background: rgba(255,255,255,.55); }
.signal { display: flex; align-items: center; gap: 9px; margin-top: 32px; color: var(--muted); font-size: 12px; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: #2fc997; box-shadow: 0 0 0 5px rgba(47,201,151,.12); }

.profile-card { position: relative; overflow: hidden; min-height: 530px; padding: 34px; color: white; border: 1px solid rgba(255,255,255,.09); border-radius: 28px; background: linear-gradient(155deg, #0d2137, #07111f 65%); box-shadow: 0 28px 70px rgba(7,17,31,.24); }
.profile-card::before { content: ""; position: absolute; width: 300px; height: 300px; right: -150px; top: -150px; border-radius: 50%; border: 1px solid rgba(73,225,221,.2); box-shadow: 0 0 0 35px rgba(73,225,221,.04), 0 0 0 72px rgba(73,225,221,.03); }
.avatar { position: relative; width: 126px; height: 126px; display: grid; place-items: center; margin-bottom: 32px; border-radius: 36px; color: var(--cyan); background: linear-gradient(135deg, #163553, #0b192a); font-family: Georgia, serif; font-size: 42px; border: 1px solid rgba(73,225,221,.26); }
.avatar i { position: absolute; right: -7px; bottom: -7px; width: 33px; height: 33px; border: 8px solid var(--navy); border-radius: 50%; background: var(--cyan); }
.avatar.portrait { width: 154px; height: 168px; overflow: visible; border-radius: 38px; background: #10253a; box-shadow: 0 18px 36px rgba(0,0,0,.22); }
.avatar.portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 28%; border: 1px solid rgba(73,225,221,.3); border-radius: inherit; filter: saturate(.86) contrast(1.04); }
.profile-label { margin: 0 0 8px; color: var(--cyan); font-size: 9px; font-weight: 850; letter-spacing: .17em; }
.profile-card h2 { margin: 0; font-family: Georgia, serif; font-size: 34px; font-weight: 500; }
.profile-card h2 + p { margin: 7px 0 0; color: #a6b6c8; }
.profile-card dl { margin: 34px 0 0; }
.profile-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.09); font-size: 12px; }
.profile-card dt { color: #71869e; }
.profile-card dd { margin: 0; color: #dae4ef; }
.market-line { position: absolute; left: 0; right: 0; bottom: 0; height: 115px; opacity: .72; }
.market-line svg { width: 100%; height: 100%; overflow: visible; }
.grid-line { fill: none; stroke: rgba(255,255,255,.055); }
.chart-shadow { fill: none; stroke: rgba(73,225,221,.12); stroke-width: 12; filter: blur(8px); }
.chart-line { fill: none; stroke: var(--cyan); stroke-width: 2; }

.ticker { overflow: hidden; padding: 18px 0; color: white; background: var(--navy); }
.ticker div { width: max-content; display: flex; gap: 34px; align-items: center; animation: ticker 28s linear infinite; }
.ticker span { font-size: 10px; font-weight: 820; letter-spacing: .19em; }
.ticker i { color: var(--cyan); font-size: 8px; }
@keyframes ticker { to { transform: translateX(-20%); } }

.story { padding-top: 130px; padding-bottom: 145px; }
.section-heading { display: grid; grid-template-columns: .72fr 1.6fr; align-items: end; padding-bottom: 42px; border-bottom: 1px solid var(--line); }
.section-index { margin: 0; color: var(--cyan-deep); font-size: 10px; font-weight: 850; letter-spacing: .16em; }
.section-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(43px, 6vw, 70px); font-weight: 500; letter-spacing: -.045em; }
.story-grid { display: grid; grid-template-columns: .72fr 1.6fr; gap: 70px; padding-top: 55px; }
.large-copy { margin: 0; font-size: 20px; line-height: 1.6; font-weight: 650; }
.quote { position: relative; margin-top: 45px; padding: 26px 0 0 30px; border-top: 1px solid var(--line); color: #536477; }
.quote span { position: absolute; left: 0; top: 17px; color: var(--cyan-deep); font-family: Georgia, serif; font-size: 36px; }
.quote p { margin: 0; font-family: Georgia, serif; font-size: 17px; line-height: 1.55; font-style: italic; }
.prose { columns: 2; column-gap: 42px; color: #536477; font-size: 15px; line-height: 1.9; }
.prose p { break-inside: avoid; margin: 0 0 25px; }

.mindset-section { padding: 125px 0 110px; color: white; background: var(--navy); }
.section-heading.light { border-color: rgba(255,255,255,.1); }
.section-heading.light h2 { color: white; }
.mindset-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; padding-top: 48px; }
.mindset-card { min-height: 280px; padding: 28px; border: 1px solid rgba(255,255,255,.09); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); transition: transform .25s, border-color .25s; }
.mindset-card:hover { transform: translateY(-4px); border-color: rgba(73,225,221,.35); }
.mindset-card > span { color: var(--cyan); font-family: Georgia, serif; font-size: 13px; }
.mindset-card h3 { margin: 78px 0 13px; font-family: Georgia, serif; font-size: 24px; font-weight: 500; }
.mindset-card p { margin: 0; color: #96a7ba; font-size: 13px; line-height: 1.72; }
.interests { display: grid; grid-template-columns: .72fr 1.6fr; margin-top: 52px; padding-top: 35px; border-top: 1px solid rgba(255,255,255,.1); }
.interests > p { margin: 7px 0 0; color: #64788f; font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.interests div { display: flex; flex-wrap: wrap; gap: 9px; }
.interests span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.11); border-radius: 999px; color: #b8c6d5; font-size: 11px; }

.closing { padding-top: 140px; padding-bottom: 145px; }
.closing blockquote { max-width: 950px; margin: 30px 0; font-family: Georgia, serif; font-size: clamp(36px, 5.5vw, 68px); line-height: 1.12; letter-spacing: -.04em; }
.closing > p:last-child { max-width: 600px; margin: 0; color: var(--muted); line-height: 1.7; }

.contact { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: end; margin-bottom: 80px; padding: 58px; border-radius: 28px; color: white; background: linear-gradient(135deg, #102b45, #07111f); box-shadow: 0 28px 70px rgba(7,17,31,.18); }
.contact h2 { max-width: 660px; margin: 18px 0; font-family: Georgia, serif; font-size: clamp(40px, 5vw, 63px); font-weight: 500; line-height: 1.05; letter-spacing: -.04em; }
.contact p:not(.section-index) { max-width: 570px; margin: 0; color: #91a4b8; line-height: 1.7; }
.contact-link { position: relative; display: block; padding: 24px 58px 24px 0; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-link span { display: block; margin-bottom: 6px; color: var(--cyan); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.contact-link strong { font-size: clamp(17px, 2.2vw, 26px); font-weight: 500; }
.contact-link i { position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: var(--cyan); font-size: 30px; font-style: normal; }

footer { width: min(1260px, calc(100% - 48px)); margin: 0 auto; display: flex; justify-content: space-between; gap: 20px; padding: 25px 0 35px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker div { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 65px; }
  .profile-card { width: min(580px, 100%); min-height: 490px; }
  .section-heading, .story-grid, .interests { grid-template-columns: 1fr; gap: 28px; }
  .prose { columns: 1; }
  .mindset-grid { grid-template-columns: 1fr; }
  .mindset-card { min-height: auto; }
  .mindset-card h3 { margin-top: 45px; }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .section-shell, .site-header, footer { width: min(100% - 28px, 1180px); }
  .site-header { height: 76px; }
  .wordmark { font-size: 13px; }
  .mark { width: 34px; height: 34px; }
  .hero { padding-top: 45px; padding-bottom: 75px; }
  .hero h1 { font-size: clamp(53px, 17vw, 78px); }
  .hero-actions { flex-direction: column; }
  .profile-card { padding: 25px; border-radius: 22px; }
  .story { padding-top: 85px; padding-bottom: 90px; }
  .mindset-section { padding: 85px 0 75px; }
  .closing { padding-top: 90px; padding-bottom: 95px; }
  .contact { margin-bottom: 50px; padding: 34px 24px; border-radius: 22px; }
  footer { flex-direction: column; }
}
