*,:after,:before{margin:0;padding:0;box-sizing:border-box}:root{--cream:rgba(255,238,215,.8);--bg:#101010;--cream-80:rgba(255,238,215,.64);--menu-bg:#000;--menu-width:100%;--sidebar-width:260px}@media (min-width:601px){:root{--menu-width:500px}}body,html{background:var(--bg);color:var(--cream);min-height:100dvh;-webkit-font-smoothing:antialiased}.menu-btn{position:fixed;top:28px;right:28px;z-index:1000;background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.menu-btn:hover{opacity:.6}.menu-btn img{width:28px;height:28px}.close-icon,.menu-open .menu-icon{display:none}.menu-open .close-icon{display:block}.menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:900;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}.menu-open .menu-overlay{opacity:1;visibility:visible}@media (max-width:600px){.menu-overlay{display:none}}.menu-panel{position:fixed;top:0;right:0;width:var(--menu-width);height:100dvh;background:var(--menu-bg);z-index:950;display:flex;flex-direction:column;justify-content:center;padding:80px 48px 48px;transform:translateX(100%);transition:transform .4s cubic-bezier(.16,1,.3,1)}.menu-open .menu-panel{transform:translateX(0)}.menu-links{flex:1 1;display:flex;flex-direction:column;justify-content:center;gap:8px}.menu-links,.ml-item{list-style:none}.ml-link{font-family:Times New Roman,Times,serif;font-size:28px;letter-spacing:.15em;text-transform:uppercase;color:var(--cream);text-decoration:none;transition:opacity .2s ease;display:block;padding:14px 0}.ml-link:hover{opacity:.6}.ml-item.active>.ml-link,.ml-item.active>.ml-row>.ml-link{color:#fff;font-weight:700}.ml-row{display:flex;align-items:center;justify-content:space-between}.ml-row .ml-link{flex:1 1}.ml-toggle{background:none;border:none;cursor:pointer;padding:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ml-toggle .nav-chevron{width:20px;height:20px;transition:transform .25s ease;opacity:.6}.ml-toggle.expanded .nav-chevron{transform:rotate(180deg)}.ml-subnav{max-height:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;opacity:0}.ml-subnav.expanded{max-height:400px;opacity:1}.ml-sub{font-family:Times New Roman,Times,serif;font-size:16px;letter-spacing:.06em;color:var(--cream-80);text-decoration:none;display:block;padding:8px 0 8px 20px;border-left:1px solid rgba(255,238,215,.1);transition:color .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ml-sub:hover{color:var(--cream)}.ml-sub.active{color:#fff;font-weight:700;border-left-color:rgba(255,238,215,.5)}.ml-sub.hidden{display:none}.ml-more{font-family:Times New Roman,Times,serif;font-size:14px;letter-spacing:.06em;color:var(--cream-80);background:none;border:none;cursor:pointer;padding:6px 0 6px 20px;display:flex;align-items:center;gap:6px}.ml-more .nav-chevron{width:14px;height:14px}.menu-footer{display:flex;align-items:center;justify-content:space-between;padding-top:32px;border-top:1px solid rgba(255,238,215,.15)}.menu-signin{font-family:Times New Roman,Times,serif;font-size:13px;letter-spacing:.3em;text-transform:uppercase;color:var(--cream-80);text-decoration:none;transition:opacity .2s ease}.menu-signin:hover{opacity:.6}.menu-linkedin img{height:22px;width:auto;transition:opacity .2s ease}.menu-linkedin:hover img{opacity:.6}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.anim{opacity:0;animation:fadeSlideUp .4s cubic-bezier(.16,1,.3,1) forwards}.anim-d1{animation-delay:0s}.anim-d2{animation-delay:.08s}.anim-d3{animation-delay:.16s}.anim-d4{animation-delay:.24s}.anim-d5{animation-delay:.32s}.anim-d6{animation-delay:.4s}.page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100dvh;padding:60px 32px;text-align:center;position:relative;z-index:1}.name{font-family:Times New Roman,Times,serif;font-weight:400;font-size:64px;line-height:1.15;color:var(--cream);text-transform:uppercase;margin-bottom:20px}.name-first{letter-spacing:.21em;display:block}.name-last{letter-spacing:.34em;display:block}.title{font-family:Inter,sans-serif;font-weight:300;font-size:17.5px;letter-spacing:.53em;text-transform:uppercase;color:var(--cream);margin-bottom:56px;white-space:nowrap}@media (max-width:420px){.title{font-size:14px}}.bio{font-family:Inter,sans-serif;font-weight:300;font-size:14px;line-height:1.72;letter-spacing:.23em;color:var(--cream);max-width:380px;margin-bottom:40px}.bio,.details{text-transform:uppercase}.details{font-family:Times New Roman,Times,serif;font-weight:400;font-size:11px;letter-spacing:.44em;color:var(--cream-80);line-height:2}.location{display:inline-flex;align-items:center;gap:4px}.pin-icon{width:12px;height:12px;flex-shrink:0;position:relative;top:2px}.icons{gap:40px;margin-top:48px}.icons,.icons a{display:flex;align-items:center}.icons a{justify-content:center;transition:opacity .2s ease}.icons a:hover{opacity:.6}.icons a img{height:28px;width:auto}.icons a:nth-child(2) img{height:22px}body.menu-open{overflow:hidden}.desktop-sidebar{display:none}@media (min-width:601px){.menu-btn,.menu-overlay,.menu-panel{display:none!important}.desktop-sidebar{display:flex;flex-direction:column;position:fixed;top:0;left:0;width:var(--sidebar-width);height:100dvh;background:#0b0b0b;z-index:800;padding:36px 24px 32px;overflow-y:auto;overflow-x:hidden}.desktop-sidebar::-webkit-scrollbar{width:3px}.desktop-sidebar::-webkit-scrollbar-thumb{background:rgba(255,238,215,.1);border-radius:3px}.sb-top{margin-bottom:40px;flex-shrink:0}.sb-logo{display:inline-block;text-decoration:none;transition:opacity .2s ease}.sb-logo:hover{opacity:.6}.sb-logo-svg{width:48px;height:32px;display:block}.sb-nav{list-style:none;display:flex;flex-direction:column;gap:0}.sb-link{font-family:Times New Roman,Times,serif;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--cream-80);text-decoration:none;transition:opacity .2s ease,color .2s ease;display:block;padding:11px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sb-link:hover{color:var(--cream)}.sb-item.active>.sb-link,.sb-item.active>.sb-row>.sb-link{color:#fff;font-weight:700}.sb-row{display:flex;align-items:center;justify-content:space-between;gap:4px}.sb-row .sb-link{flex:1 1;min-width:0}.sb-toggle{background:none;border:none;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sb-toggle .nav-chevron{width:16px;height:16px;display:block;transition:transform .25s ease;opacity:.6}.sb-toggle.expanded .nav-chevron{transform:rotate(180deg)}.sb-toggle:hover .nav-chevron{opacity:1}.sb-subnav{max-height:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;opacity:0}.sb-subnav.expanded{max-height:400px;opacity:1}.sb-sub{font-family:Times New Roman,Times,serif;font-size:11.5px;letter-spacing:.04em;color:var(--cream-80);text-decoration:none;display:block;padding:6px 0 6px 14px;border-left:1px solid rgba(255,238,215,.08);transition:color .2s ease,border-color .2s ease;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sb-sub:hover{color:var(--cream);border-left-color:rgba(255,238,215,.25)}.sb-sub.active{color:#fff;font-weight:700;border-left-color:rgba(255,238,215,.5)}.sb-sub.hidden{display:none}.sb-more{font-family:Times New Roman,Times,serif;font-size:11px;letter-spacing:.06em;color:var(--cream-80);background:none;border:none;cursor:pointer;padding:5px 0 5px 14px;display:flex;align-items:center;gap:4px;transition:color .2s ease}.sb-more:hover{color:var(--cream)}.sb-more .nav-chevron{width:12px;height:12px}.sb-footer{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding-top:20px;border-top:1px solid rgba(255,238,215,.1);margin-top:auto}.sb-signin{font-family:Times New Roman,Times,serif;font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--cream-80);text-decoration:none;transition:opacity .2s ease}.sb-signin:hover{opacity:.6}.sb-linkedin{display:flex;align-items:center;transition:opacity .2s ease}.sb-linkedin:hover{opacity:.6}.sb-linkedin img{height:16px;width:auto}}.subpage{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100dvh;padding:80px 32px 60px;text-align:center;position:relative;z-index:1}.subpage-heading{font-family:Times New Roman,Times,serif;font-weight:400;font-size:36px;letter-spacing:.2em;text-transform:uppercase;color:var(--cream);margin-bottom:24px}.subpage-divider{width:60px;height:1px;background:var(--cream-80);margin-bottom:32px}.subpage-body{font-family:Times New Roman,Times,serif;font-weight:400;font-size:15px;letter-spacing:.25em;text-transform:uppercase;color:var(--cream-80)}.contact-form{width:100%;max-width:480px;margin-top:40px;gap:28px}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:10px;text-align:left}.form-label{font-family:Times New Roman,Times,serif;font-size:12px;letter-spacing:.3em;text-transform:uppercase;color:var(--cream)}.form-input,.form-textarea{font-family:Inter,sans-serif;font-weight:300;font-size:14px;color:var(--cream);background:rgba(255,238,215,.1);border:none;border-radius:0;padding:14px 16px;width:100%;outline:none;letter-spacing:.04em;transition:background .2s ease}.form-input::placeholder,.form-textarea::placeholder{font-family:Inter,sans-serif;color:rgba(255,238,215,.35)}.form-input:focus,.form-textarea:focus{background:rgba(255,238,215,.14)}.form-textarea{resize:vertical;min-height:180px}.form-submit{font-family:Times New Roman,Times,serif;font-size:14px;letter-spacing:.25em;text-transform:uppercase;color:#fff;background:#000;border:none;padding:16px 32px;cursor:pointer;transition:opacity .2s ease;align-self:flex-start}.form-submit:hover{opacity:.7}.thank-you{display:none;flex-direction:column;align-items:center;gap:16px;margin-top:40px}.thank-you.visible{display:flex}.thank-you-text{font-family:Times New Roman,Times,serif;font-size:18px;letter-spacing:.2em;text-transform:uppercase;color:var(--cream)}.thank-you-sub{font-family:Inter,sans-serif;font-weight:300;font-size:13px;letter-spacing:.1em;color:var(--cream-80)}.cs-listing{position:relative;z-index:1;max-width:720px;margin:0 auto;padding:100px 32px 80px;min-height:100dvh}.cs-listing-header{margin-bottom:56px}.cs-listing-title{font-family:Times New Roman,Times,serif;font-weight:400;font-size:36px;letter-spacing:.2em;text-transform:uppercase;color:var(--cream);margin-bottom:24px}.cs-listing-rule{width:60px;height:1px;background:var(--cream-80)}.cs-entry{display:block;text-decoration:none;padding:32px 0;transition:opacity .2s ease}.cs-entry:hover{opacity:.7}.cs-entry-meta{display:flex;align-items:center;gap:8px;margin-bottom:12px}.cs-entry-date,.cs-entry-read{font-family:Inter,sans-serif;font-weight:300;letter-spacing:.15em;text-transform:uppercase}.cs-entry-date,.cs-entry-dot,.cs-entry-read{font-size:12px;color:var(--cream-80)}.cs-entry-title{font-family:Times New Roman,Times,serif;font-weight:400;font-size:22px;line-height:1.35;letter-spacing:.04em;color:var(--cream);margin-bottom:10px}.cs-entry-summary{font-family:Inter,sans-serif;font-weight:300;font-size:13px;line-height:1.7;letter-spacing:.02em;color:var(--cream-80);margin-bottom:16px}.cs-entry-chips{display:flex;flex-wrap:wrap;gap:8px}.cs-chip{font-family:Inter,sans-serif;font-weight:400;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--cream-80);border:1px solid rgba(255,238,215,.18);padding:5px 12px;border-radius:0}.cs-entry-divider{width:100%;height:1px;background:rgba(255,238,215,.1);margin-top:32px}.cs-article{position:relative;z-index:1;max-width:720px;margin:0 auto;padding:80px 32px}.cs-back{font-family:Inter,sans-serif;font-weight:300;font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:var(--cream-80);text-decoration:none;transition:opacity .2s ease;display:inline-block}.cs-back:hover{opacity:.6}.cs-article-header{margin-top:48px;margin-bottom:8px}.cs-article-meta{display:flex;align-items:center;gap:8px;margin-bottom:20px}.cs-article-title{font-family:Times New Roman,Times,serif;font-weight:400;font-size:32px;line-height:1.3;letter-spacing:.03em;color:var(--cream);margin-bottom:20px}.cs-article-chips{display:flex;flex-wrap:wrap;gap:8px}.cs-article-rule{width:100%;height:1px;background:rgba(255,238,215,.12);margin:40px 0}.cs-section-heading{font-family:Times New Roman,Times,serif;font-weight:400;font-size:22px;letter-spacing:.08em;color:var(--cream);margin-bottom:24px}.cs-subheading{font-weight:600;font-size:14px;letter-spacing:.04em;margin-top:32px;margin-bottom:12px}.cs-section p,.cs-subheading{font-family:Inter,sans-serif;color:var(--cream)}.cs-section p{font-weight:300;font-size:15px;line-height:1.8;letter-spacing:.01em;margin-bottom:20px}.cs-section p:last-child{margin-bottom:0}.cs-section strong{font-weight:600;color:var(--cream)}.cs-section em{font-style:italic}.cs-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:28px 0}.cs-table{width:100%;border-collapse:collapse;font-family:Inter,sans-serif;font-weight:300;font-size:12px;line-height:1.5;letter-spacing:.01em;color:var(--cream)}.cs-table th{font-weight:400;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--cream-80);text-align:left;padding:12px 14px;border-bottom:1px solid rgba(255,238,215,.2);white-space:nowrap}.cs-table td{padding:10px 14px;border-bottom:1px solid rgba(255,238,215,.07);vertical-align:top}.cs-table tbody tr:last-child td{border-bottom:none}.cs-table td:first-child{font-weight:400;color:var(--cream);min-width:160px}.cs-article-footer{margin-top:56px;padding-top:32px;border-top:1px solid rgba(255,238,215,.12)}@media (max-width:600px){.cs-listing{padding:80px 20px 60px}.cs-listing-title{font-size:28px}.cs-entry-title{font-size:18px}.cs-entry-summary{font-size:12px}.cs-article{padding:60px 20px}.cs-article-title{font-size:24px}.cs-section-heading{font-size:19px}.cs-section p{font-size:14px;line-height:1.75}.cs-table{font-size:11px}.cs-table td,.cs-table th{padding:8px 10px}.cs-table td:first-child{min-width:120px}.cs-article-rule{margin:32px 0}}