:root{--bg: #ffffff;--bg-sec: #f0f0f0;--bg-dark: #0a0a0a;--text: #111111;--text-sec: #666666;--text-lt: #767676;--accent: #000000;--border: #e5e5e5;--border-dk: #222222}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;-webkit-font-smoothing:antialiased}html{scroll-padding-top:60px}body{overflow-x:hidden;background:var(--bg)}a{text-decoration:none;color:inherit;cursor:pointer}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}:focus:not(:focus-visible){outline:none}.eyebrow{display:block;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:500;color:var(--text-sec)}.section-title{font-size:20px;font-weight:500;letter-spacing:-.01em;margin-bottom:40px}.tag-chip{font-size:11px;text-transform:uppercase;letter-spacing:.05em;padding:4px 12px;border:1px solid var(--border);border-radius:3px;color:var(--text-sec)}.tag-chip--sm{font-size:10px;font-weight:500;padding:4px 10px}.footer-eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;margin-bottom:4px}.footer-col{display:flex;flex-direction:column;gap:10px}.site-header{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 40px;position:sticky;top:0;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;border-bottom:1px solid var(--border)}.site-brand{font-size:15px;font-weight:500;letter-spacing:-.01em;white-space:nowrap}.desktop-nav{display:flex;gap:24px;font-size:13px}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:8px;margin-right:-8px;position:relative;z-index:200}.hamburger-icon{width:20px;height:14px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hamburger-bar{display:block;height:1.5px;background:var(--text);border-radius:1px;transition:all .3s ease}.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;pointer-events:none;transition:opacity .3s ease}.mobile-menu-link{font-size:28px;font-weight:400;letter-spacing:-.02em;color:var(--text);padding:14px 0}.work-thumb{background:var(--bg-sec);aspect-ratio:16 / 9;margin-bottom:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;border:1px solid var(--border);transition:border-color .3s}.work-thumb-img{width:100%;height:100%;transition:transform .5s cubic-bezier(.2,.8,.2,1)}.footer-link{color:#ffffffb3;transition:color .2s}.footer-link:hover{color:#fff}.exp-toggle{background:transparent;color:var(--text);transition:all .2s}.exp-toggle:hover{background:var(--text);color:#fff}.resume-link{gap:8px}.resume-link:hover{gap:14px}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-video{object-position:center 30%;backface-visibility:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-grid{contain:layout style}.hero-dark{background:var(--bg-dark);color:#fff;display:flex;flex-direction:column;justify-content:flex-end;padding:96px 48px 48px;position:relative;overflow:hidden}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to bottom,#0003,#00000073,#000c)}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.service-card:hover:before{transform:scaleX(1)}.nav-link{position:relative;padding-bottom:2px;transition:color .2s}.nav-link:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1px;background:var(--text);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.nav-link:hover:after{transform:scaleX(1)}a:hover .resume-arrow{transform:translate(4px)}.section-pad{contain:layout style}.hero-grid{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100dvh - 52px)}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px}.exp-row{display:grid;grid-template-columns:160px 1fr auto;align-items:center}.writing-row{display:grid;grid-template-columns:100px 1fr auto;align-items:baseline;gap:16px}.works-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px}@media(max-width:1024px){.services-grid,.works-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero-grid{grid-template-columns:1fr;min-height:calc(100dvh - 52px);grid-template-rows:1fr auto}.hero-dark{min-height:0}.desktop-nav{display:none!important}.mobile-menu-btn{display:flex!important}.services-grid{grid-template-columns:1fr}.exp-row{grid-template-columns:1fr;gap:4px}.exp-type-badge{margin-top:8px;justify-self:start}.writing-row{grid-template-columns:1fr;gap:4px}.works-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr!important;gap:24px!important}.footer-grid>div:first-child{grid-column:1 / -1}#contact{padding:48px 32px 32px!important}.footer-bottom{flex-direction:column;gap:8px;align-items:center;text-align:center}.hero-info{padding:40px 32px!important}.hero-bio p{font-size:13px!important}}@media(max-width:768px){.pill-tooltip{left:0!important;transform:translateY(0)!important;max-width:calc(100vw - 40px)!important}.pill-tooltip>span{left:24px!important}}@media(max-width:480px){#contact{padding:40px 20px 28px!important}.footer-grid{gap:20px!important}.quote-section{padding:48px 20px!important}}@media(max-width:480px){.hero-grid{min-height:calc(100dvh - 44px)!important}.site-header{padding:0 20px!important;height:44px!important}.site-header>div:first-child{font-size:14px!important}.hero-grid{min-height:calc(100dvh - 44px)!important;grid-template-rows:minmax(40vh,auto) 1fr}.hero-dark{padding:32px 20px 24px!important}.hero-dark h1{font-size:clamp(32px,9vw,44px)!important;margin-bottom:12px!important}.hero-dark .hero-subtags{margin-bottom:16px!important;font-size:11px!important}.hero-info{padding:24px 20px!important;overflow-y:auto}.hero-info h2{font-size:28px!important;margin-bottom:4px!important}.hero-subtitle{font-size:10px!important;margin-bottom:16px!important}.hero-bio p{font-size:14px!important}.hero-bio p:first-child{margin-bottom:8px!important}.hero-info>div{margin-bottom:16px!important}.hero-info>div span:first-child{font-size:10px!important;margin-bottom:4px!important}.hero-info .pill-row{gap:6px!important;margin-top:4px!important}.hero-info .pill-item{padding:7px 14px!important;font-size:12px!important}.hero-info>a{margin-top:12px!important;font-size:14px!important;padding:8px 0!important}.section-pad{padding-left:20px!important;padding-right:20px!important}.status-dot{width:16px!important;height:16px!important}.hero-video{object-position:center 40%!important}.hero-bio p{font-size:13px!important;margin-bottom:8px!important}.hero-bio{margin-bottom:20px!important}}@media(max-width:375px){.site-header{padding:0 16px!important;height:40px!important}.hero-grid{min-height:calc(100dvh - 40px)!important}.hero-dark{padding:28px 16px 20px!important}.hero-dark h1{font-size:28px!important;margin-bottom:10px!important}.hero-dark .hero-subtags{font-size:10px!important;margin-bottom:12px!important}.hero-info{padding:20px 16px!important}.hero-info h2{font-size:24px!important}.hero-subtitle{font-size:9px!important;margin-bottom:14px!important}.hero-bio{margin-bottom:16px!important}.hero-bio p{font-size:13px!important}.hero-bio p:first-child{margin-bottom:8px!important}.hero-info .pill-item{padding:6px 12px!important;font-size:11px!important}.hero-info>a{font-size:13px!important}.hero-bio-secondary{display:none!important}}@media(min-width:600px)and (max-width:768px){.hero-grid{grid-template-columns:1fr 1fr;min-height:calc(100dvh - 52px)}.hero-dark{min-height:auto;padding:48px 24px 28px!important;justify-content:center!important}.hero-dark h1{font-size:clamp(24px,4.5vw,36px)!important;margin-bottom:12px!important}.hero-dark .hero-subtags{font-size:10px!important;margin-bottom:20px!important}.hero-info{padding:32px 20px!important}.hero-info h2{font-size:26px!important;margin-bottom:4px!important}.hero-subtitle{font-size:11px!important;margin-bottom:16px!important}.hero-bio{margin-bottom:20px!important}.hero-bio p{font-size:13px!important}.hero-bio p:first-child{margin-bottom:8px!important}.hero-info>div{margin-bottom:16px!important}.hero-info .pill-item{padding:7px 14px!important;font-size:11px!important}.hero-info>a{font-size:14px!important;margin-top:12px!important}.works-grid,.services-grid{grid-template-columns:repeat(2,1fr)}.hero-video{object-position:center 35%!important}}@media(min-width:1920px){.hero-dark h1{font-size:clamp(64px,5vw,88px)!important}.hero-dark .hero-subtags{font-size:14px!important}.hero-dark{padding:108px 56px 56px!important}.hero-info{padding:80px 64px!important}.hero-info h2{font-size:50px!important}.hero-subtitle{font-size:13px!important;margin-bottom:24px!important}.hero-bio{margin-bottom:36px!important}.hero-bio p{font-size:17px!important}.hero-bio p:first-child{margin-bottom:12px!important}.hero-info>div{margin-bottom:28px!important}.hero-info .pill-item{font-size:14px!important;padding:12px 28px!important}.hero-info>a{font-size:17px!important}.section-pad{padding:96px 64px!important}.works-grid{gap:24px!important}.exp-row{grid-template-columns:180px 1fr auto!important}.writing-row{grid-template-columns:120px 1fr auto!important}}@media(min-width:2560px){.site-header{height:64px!important;padding:0 48px!important}.hero-grid{min-height:calc(100dvh - 64px)!important}.hero-dark h1{font-size:clamp(80px,4.5vw,112px)!important}.hero-dark .hero-subtags{font-size:16px!important;letter-spacing:.2em!important}.hero-dark{padding:128px 80px 80px!important}.hero-info{padding:96px 88px!important}.hero-info h2{font-size:60px!important}.hero-subtitle{font-size:14px!important;margin-bottom:28px!important}.hero-bio{margin-bottom:40px!important}.hero-bio p{font-size:19px!important;line-height:1.7!important}.hero-bio p:first-child{margin-bottom:14px!important}.hero-info>div{margin-bottom:32px!important}.hero-info>div span:first-child{font-size:13px!important}.hero-info .pill-item{font-size:15px!important;padding:14px 32px!important}.hero-info>a{font-size:19px!important;padding:16px 0!important}.status-dot{width:24px!important;height:24px!important}.section-pad{padding:120px 96px!important}.works-grid{gap:32px!important}.exp-row{grid-template-columns:200px 1fr auto!important}.writing-row{grid-template-columns:140px 1fr auto!important}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
