 :root {
    --ink: #0a141d;
    --ink-2: #0f1f2c;
    --paper: #f5f2ec;
    --paper-2: #efeae0;
    --gold: #c6a662;
    --gold-soft: #e7d9b3;
    --gold-deep: #a98a44;
    --line-d: rgba(255,255,255,0.14);
    --line-l: #e2dccf;
    --txt-l: #3a4350;
    --muted-l: #7c8492;
  }
 
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
  body { font-family: "Inter", system-ui, sans-serif; color: var(--txt-l); background: var(--paper); overflow-x: clip; }
  img { display: block; max-width: 100%; }
  a { text-decoration: none; color: inherit; }
  ::selection { background: var(--gold); color: var(--ink); }
 
  body::after {
    content: ""; position: fixed; inset: 0; z-index: 9999; pointer-events: none; opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  }
 
  .eyebrow { display: inline-flex; align-items: center; gap: 14px; font-size: 11px; font-weight: 500; letter-spacing: 0.34em; text-transform: uppercase; }
  .eyebrow::before { content: ""; width: 38px; height: 1px; background: var(--gold); }
  .eyebrow.c { justify-content: center; }
  .eyebrow.c::after { content: ""; width: 38px; height: 1px; background: var(--gold); }
 
  
 
  /* HERO */
  .hero { position: relative; min-height: 100vh; min-height: 100dvh; display: flex; align-items: flex-end; padding: 0 clamp(20px,5vw,72px) clamp(64px,10vh,120px); color: #fff; overflow: hidden; background: var(--ink); }
  .hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; animation: drift 26s ease-in-out infinite alternate; }
  @keyframes drift { from { transform: scale(1.04) translateY(0); } to { transform: scale(1.14) translateY(-2%); } }
  .hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(10,20,29,0.55) 0%, rgba(10,20,29,0.2) 35%, rgba(10,20,29,0.92) 100%); }
  .hero-inner { position: relative; z-index: 2; max-width: 880px; }
  .hero .eyebrow { color: var(--gold-soft); margin-bottom: 28px; }
  .hero h1 { font-family: "Playfair Display", serif; font-weight: 500; font-size: clamp(42px,7.5vw,96px); line-height: 1.02; letter-spacing: -0.015em; }
  .hero h1 em { font-style: italic; color: var(--gold); }
  .hero h1 .ln { display: block; overflow: hidden; }
  .hero h1 .ln > span { display: block; transform: translateY(110%); animation: lineUp 1s cubic-bezier(0.22,1,0.36,1) forwards; }
  .hero h1 .ln:nth-child(1) > span { animation-delay: 0.15s; }
  .hero h1 .ln:nth-child(2) > span { animation-delay: 0.30s; }
  .hero h1 .ln:nth-child(3) > span { animation-delay: 0.45s; }
  @keyframes lineUp { to { transform: translateY(0); } }
  .hero p { margin-top: 26px; max-width: 54ch; font-size: clamp(15px,1.5vw,18px); line-height: 1.75; color: rgba(255,255,255,0.82); opacity: 0; animation: fadeIn 1s ease 0.7s forwards; }
  @keyframes fadeIn { to { opacity: 1; } }
  .scroll-cue { position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); z-index: 2; font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(255,255,255,0.55); display: flex; flex-direction: column; align-items: center; gap: 10px; opacity: 0; animation: fadeIn 1s ease 1.1s forwards; }
  .scroll-cue::after { content: ""; width: 1px; height: 46px; background: linear-gradient(var(--gold), transparent); animation: cue 2s ease-in-out infinite; }
  @keyframes cue { 0%,100% { opacity: 0.3; transform: scaleY(0.7); } 50% { opacity: 1; transform: scaleY(1); } }
 
  /* SHELL */
  .wrap { max-width: 1280px; margin: 0 auto; padding: 0 clamp(20px,5vw,72px); }
  .section { padding: clamp(72px,12vw,150px) 0; }
  .split { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(40px,7vw,96px); align-items: center; }
  .split.flip .media { order: 2; }
  .media { position: relative; }
  .media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
  .media .frame { position: absolute; inset: 14px; border: 1px solid var(--gold); mix-blend-mode: multiply; pointer-events: none; }
  .lead h2 { font-family: "Playfair Display", serif; font-weight: 500; font-size: clamp(30px,4.4vw,52px); line-height: 1.1; color: var(--ink); margin: 20px 0 26px; }
  .lead .eyebrow { color: var(--gold-deep); }
  .lead p { font-size: 16px; line-height: 1.9; color: var(--txt-l); margin-bottom: 18px; max-width: 52ch; }
  .lead p strong { color: var(--ink); font-weight: 600; }
  .facts { display: flex; flex-wrap: wrap; gap: 0; margin-top: 34px; border-top: 1px solid var(--line-l); }
  .fact { padding: 18px 26px 4px 0; }
  .fact b { display: block; font-family: "Playfair Display", serif; font-size: 30px; color: var(--ink); line-height: 1; }
  .fact span { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted-l); }
 
  /* PULL QUOTE */
  .quote { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
  .quote-inner { max-width: 1000px; margin: 0 auto; padding: clamp(80px,12vw,160px) clamp(20px,5vw,72px); text-align: center; position: relative; z-index: 2; }
  .quote .mark { font-family: "Playfair Display", serif; font-size: 120px; line-height: 0; color: var(--gold); opacity: 0.5; display: block; height: 60px; }
  .quote blockquote { font-family: "Playfair Display", serif; font-style: italic; font-weight: 400; font-size: clamp(24px,3.4vw,44px); line-height: 1.32; letter-spacing: -0.01em; }
  .quote blockquote em { font-style: italic; color: var(--gold); }
  .quote cite { display: block; margin-top: 32px; font-style: normal; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.6); }
 
  /* STATS */
  .stats { background: var(--ink-2); color: #fff; }
  .stats-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); }
  .stat { padding: clamp(44px,6vw,72px) clamp(16px,3vw,40px); text-align: center; border-right: 1px solid var(--line-d); }
  .stat:last-child { border-right: none; }
  .stat b { display: block; font-family: "Playfair Display", serif; font-size: clamp(34px,4.6vw,54px); color: var(--gold); line-height: 1; }
  .stat span { display: block; margin-top: 12px; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.62); }
 
  /* PEOPLE */
  .people { background: var(--paper-2); }
  .heading { text-align: center; max-width: 640px; margin: 0 auto clamp(48px,7vw,80px); }
  .heading h2 { font-family: "Playfair Display", serif; font-weight: 500; font-size: clamp(32px,5vw,58px); color: var(--ink); margin-top: 18px; }
  .heading p { margin-top: 16px; color: var(--muted-l); font-size: 16px; line-height: 1.7; }
  .portraits { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px,1fr)); gap: clamp(24px,3vw,40px); }
  .portrait { position: relative; }
  .portrait .ph { position: relative; overflow: hidden; }
  .portrait .ph img { width: 100%; aspect-ratio: 3/4; object-fit: cover; filter: grayscale(0.15) contrast(1.02); transition: transform 0.7s cubic-bezier(0.22,1,0.36,1), filter 0.5s; }
  .portrait:hover .ph img { transform: scale(1.05); filter: grayscale(0) contrast(1.05); }
  .portrait .ph::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(10,20,29,0.5)); }
  .portrait .meta { padding-top: 20px; border-top: 1px solid var(--line-l); margin-top: 18px; display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
  .portrait h3 { font-family: "Playfair Display", serif; font-weight: 600; font-size: 19px; color: var(--ink); }
  .portrait .role { font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-deep); white-space: nowrap; }
  .portrait .bio { margin-top: 12px; font-size: 13.5px; line-height: 1.7; color: var(--muted-l); }
 
  /* CTA */
  .cta { background: var(--ink); color: #fff; text-align: center; }
  .cta-inner { max-width: 760px; margin: 0 auto; padding: clamp(72px,11vw,140px) clamp(20px,5vw,72px); }
  .cta h2 { font-family: "Playfair Display", serif; font-weight: 500; font-size: clamp(30px,4.4vw,52px); line-height: 1.12; margin: 22px 0 14px; }
  .cta p { color: rgba(255,255,255,0.66); font-size: 15px; line-height: 1.8; margin-bottom: 38px; }
  .btn { display: inline-block; padding: 17px 42px; background: var(--gold); color: var(--ink); border-radius: 50px; font-size: 12.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; transition: transform 0.3s, background 0.3s; }
  .btn:hover { transform: translateY(-3px); background: #fff; }
  .cta .contacts { margin-top: 30px; display: flex; gap: 28px; justify-content: center; flex-wrap: wrap; font-size: 13px; color: rgba(255,255,255,0.7); letter-spacing: 0.03em; }
 
  /* FOOTER */
  footer { background: #07101a; color: rgba(255,255,255,0.6); padding: clamp(56px,8vw,80px) clamp(20px,5vw,72px) 30px; }
  .foot { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px,1fr)); gap: 36px; }
  .foot h6 { color: #fff; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 18px; }
  .foot a, .foot .row { display: block; font-size: 14px; line-height: 2; color: rgba(255,255,255,0.6); }
  .foot a:hover { color: var(--gold); }
  .foot-bottom { max-width: 1280px; margin: 40px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); text-align: center; font-size: 12.5px; letter-spacing: 0.05em; color: rgba(255,255,255,0.45); }
 
  /* REVEAL */
  .reveal { opacity: 1; }
  .js .reveal { opacity: 0; transform: translateY(34px); }
  .js .reveal.in { opacity: 1; transform: none; transition: opacity 0.9s cubic-bezier(0.22,1,0.36,1), transform 0.9s cubic-bezier(0.22,1,0.36,1); }
 
  @media (max-width: 820px) {
    .split, .split.flip .media { grid-template-columns: 1fr; order: 0; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .stat:nth-child(2) { border-right: none; }
    .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--line-d); }
  }
  @media (prefers-reduced-motion: reduce) {
    .hero-bg, .scroll-cue::after { animation: none; }
    .hero h1 .ln > span { transform: none; animation: none; }
    .hero p, .scroll-cue { opacity: 1; animation: none; }
    .js .reveal { opacity: 1; transform: none; }
    * { scroll-behavior: auto; }
  }