@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--gold: #C9A227;--gold-light: #D4B84A;--bg: #0a0a0a;--bg-card: #111111;--text: #f5f5f0;--text-secondary: #a0a0a0;--text-muted: #666666;--border: rgba(255,255,255,.06);--font-heading: "Playfair Display", serif;--font-body: "Plus Jakarta Sans", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}::selection{background:#c9a2274d;color:#fff}img{display:block}a{text-decoration:none}.site-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:16px 24px;background:transparent;transition:background .3s,box-shadow .3s}.nav-scrolled{background:#0a0a0aeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px #ffffff0a}.nav-inner{max-width:800px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.nav-brand{font-family:var(--font-heading);font-size:1rem;font-weight:500;color:var(--text);transition:color .3s}.nav-brand:hover{color:var(--gold)}.nav-links{display:flex;gap:24px}.nav-link{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;font-weight:500;color:var(--text-secondary);position:relative;transition:color .3s}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--gold);transition:width .3s}.nav-link:hover{color:var(--gold)}.nav-link:hover:after{width:100%}.desktop-only{display:none}@media(min-width:768px){.site-nav{padding:20px 32px}.desktop-only{display:inline}}.section-divider{max-width:800px;margin:0 auto;height:1px;background:#c9a2271a}.container{max-width:800px;margin:0 auto;padding:0 24px}@media(min-width:768px){.container{padding:0 32px}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:80px 24px;position:relative;background:linear-gradient(135deg,#0a0a0a,#1a1510,#0a0a0a)}.hero-inner{max-width:600px}.hero-photo{width:144px;height:144px;border-radius:50%;object-fit:cover;object-position:top;border:2px solid rgba(201,162,39,.2);margin:0 auto 32px}@media(min-width:768px){.hero-photo{width:200px;height:200px}}.hero-line{width:48px;height:1px;background:var(--gold);margin:0 auto 24px}.hero h1{font-family:var(--font-heading);font-size:2.5rem;font-weight:500;letter-spacing:-.02em;margin-bottom:12px}@media(min-width:768px){.hero h1{font-size:4rem}}.hero-subtitle{font-size:.875rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.12em;font-weight:300;margin-bottom:32px}.hero-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.btn-gold{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#c9a2271a;border:1px solid rgba(201,162,39,.3);color:var(--gold);font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;font-weight:500;transition:background .3s}.btn-gold:hover{background:#c9a22733}.btn-outline{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:transparent;border:1px solid rgba(255,255,255,.1);color:var(--text-secondary);font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;font-weight:500;transition:all .3s}.btn-outline:hover{color:var(--gold);border-color:#c9a2274d}.btn-icon{width:16px;height:16px;flex-shrink:0}.section{padding:80px 24px}.section-dark{background:#0d0d0d}@media(min-width:768px){.section{padding:120px 32px}}.section-label{font-size:.75rem;color:var(--gold);text-transform:uppercase;letter-spacing:.3em;font-weight:500;margin-bottom:8px}.section-title{font-family:var(--font-heading);font-size:1.75rem;font-weight:500;margin-bottom:8px}@media(min-width:768px){.section-title{font-size:2.25rem}}.section-title-line{width:48px;height:1px;background:var(--gold);margin-bottom:48px}@media(min-width:768px){.section-title-line{margin-bottom:64px}}.text-block{max-width:680px}.text-block p{color:var(--text-secondary);font-weight:300;font-size:1rem;line-height:1.75;margin-bottom:20px}.text-block p:last-child{margin-bottom:0}.text-block p.lead{font-size:1.125rem}@media(min-width:768px){.text-block p{font-size:1.0625rem}.text-block p.lead{font-size:1.25rem}}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:24px;margin-bottom:20px;transition:border-color .3s}.card:hover{border-color:#c9a22733}.card:last-child{margin-bottom:0}@media(min-width:768px){.card{padding:32px}}.card h3{font-size:1.125rem;font-weight:600;margin-bottom:8px}.card p{color:var(--text-secondary);font-size:.9375rem;font-weight:300;line-height:1.7}.timeline-block{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;overflow:hidden;margin-bottom:24px;transition:border-color .3s}.timeline-block:hover{border-color:#c9a22733}.timeline-block:last-child{margin-bottom:0}.timeline-header{padding:20px 24px;border-bottom:1px solid var(--border)}@media(min-width:768px){.timeline-header{padding:24px 32px}}.timeline-header-top{display:flex;flex-direction:column;gap:4px}@media(min-width:768px){.timeline-header-top{flex-direction:row;align-items:baseline;justify-content:space-between}}.timeline-header h3{font-family:var(--font-heading);font-size:1.25rem;font-weight:500}@media(min-width:768px){.timeline-header h3{font-size:1.5rem}}.timeline-header .meta{font-size:.8125rem;color:var(--text-muted);letter-spacing:.03em}.timeline-header .location{font-size:.75rem;color:var(--text-muted);margin-top:4px}.timeline-roles{padding:20px 24px}@media(min-width:768px){.timeline-roles{padding:24px 32px}}.timeline-role{display:flex;gap:16px;margin-bottom:20px}.timeline-role:last-child{margin-bottom:0}.timeline-dot{width:8px;height:8px;border-radius:50%;background:#c9a22780;flex-shrink:0;margin-top:8px}.timeline-role h4{font-size:.9375rem;font-weight:600;margin-bottom:2px}.timeline-role .period{font-size:.75rem;color:var(--text-muted);margin-bottom:4px}.timeline-role p{font-size:.875rem;color:var(--text-secondary);font-weight:300;line-height:1.65}.highlights{padding:80px 24px;border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04)}@media(min-width:768px){.highlights{padding:100px 32px}}.highlights-grid{max-width:800px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(min-width:768px){.highlights-grid{grid-template-columns:1fr 1fr 1fr;gap:16px}}.highlight-card{text-align:center;padding:24px 16px;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;transition:border-color .3s}.highlight-card:hover{border-color:#c9a22733}.highlight-stat{font-family:var(--font-heading);font-size:2rem;color:var(--gold);font-weight:500}@media(min-width:768px){.highlight-stat{font-size:2.75rem}}.highlight-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-top:8px}.highlight-sub{font-size:.6875rem;color:var(--text-muted);margin-top:4px}.highlight-card:last-child{grid-column:1 / -1}@media(min-width:768px){.highlight-card:last-child{grid-column:auto}}.contact-buttons{display:flex;flex-direction:column;gap:12px;margin-top:24px}@media(min-width:640px){.contact-buttons{flex-direction:row}}.contact-buttons a{justify-content:center;padding:16px 32px;font-size:.8125rem}.footer{padding:32px 24px;border-top:1px solid rgba(255,255,255,.04);text-align:center;font-size:.75rem;color:var(--text-muted);letter-spacing:.05em}
