:root{--body-background: #fefcf9;--body-color: #2d2d2d;--heading-color: #1a1a1a;--action-color: #722F37;--action-color-secondary: #8B1538;--accent-color: #722F37;--tertiary-color: #2F5F5F;--subtle-border: #e8e1d8;--card-background: #ffffff;--muted-text: #5a5a5a}*{box-sizing:border-box}html{overflow-x:hidden}body{background:#fefcf9;background:var(--body-background);color:#2d2d2d;color:var(--body-color);font-family:Inter,BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;margin:0;padding:0;font-size:16px;line-height:1.6;font-weight:400;height:100vh;overflow-x:hidden;width:100%;max-width:100vw}a{color:#722f37;color:var(--action-color);text-decoration:none}a:hover{color:#8b1538;color:var(--action-color-secondary)}h1{margin:2rem 0 1rem;text-align:center;font-weight:700;font-size:3rem;color:#1a1a1a;color:var(--heading-color);line-height:1.1;letter-spacing:-.02em}.sidebar-nav{position:fixed;left:0;top:0;width:120px;height:100vh;background:#1a1a1a;background:var(--heading-color);display:flex;flex-direction:column;align-items:center;padding:2rem 0;z-index:1000}.nav-brand{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid rgba(255,255,255,.3);margin-bottom:3rem;transition:transform .2s ease}.nav-brand:hover{transform:scale(1.05);border-color:#ffffff80}.nav-brand-element{width:60px;height:60px;display:flex;align-items:center;justify-content:center;margin-bottom:3rem}.brand-shape{width:40px;height:40px;background:linear-gradient(135deg,#2f5f5f,#722f37);background:linear-gradient(135deg,var(--tertiary-color),var(--action-color));border-radius:8px;position:relative;transition:transform .2s ease}.brand-shape:hover{animation:brandMarkContinuous 2s ease-in-out infinite}.brand-shape:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;background:#ffffffe6;border-radius:50%}.nav-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}.nav-links a{color:#ffffffb3;font-size:.9rem;font-weight:500;padding:.75rem .5rem;border-radius:4px;transition:all .2s ease;writing-mode:vertical-rl;text-orientation:mixed}.nav-links a:hover{color:#fff;background:#ffffff1a}.nav-links .cv-link{color:#ffffffb3!important;background:transparent;font-weight:600;transition:all .2s ease}.nav-links .cv-link:hover{color:#fff!important;background:linear-gradient(135deg,#722f37,#8b1538);background:linear-gradient(135deg,var(--action-color),var(--action-color-secondary));transform:scale(1.05)}div.rubric{text-align:left;margin:0 auto;max-width:45rem;font-size:1.1rem;line-height:1.7}.page-container{display:flex;min-height:100vh;margin-left:120px}.profile-panel{width:40%;background:#722f37;background:var(--action-color);color:#fff;display:flex;align-items:flex-start;justify-content:center;padding:2rem;position:sticky;top:0;height:100vh;overflow-y:auto}.profile-content{max-width:400px;text-align:center;padding-top:2rem}.content-panel{flex:1 1;background:#fff;background:var(--card-background);padding:4rem 3rem;display:flex;align-items:center;justify-content:center}.content-area{max-width:600px;width:100%}@media (max-width: 1024px){.sidebar-nav{position:fixed;top:0;left:0;width:100%;height:60px;flex-direction:row;justify-content:space-between;align-items:center;padding:0 1rem;z-index:1001;box-sizing:border-box}.nav-brand-element{margin-bottom:0;flex-shrink:0}.nav-links{flex-direction:row;gap:.5rem;flex-shrink:1;min-width:0}.nav-links a{writing-mode:horizontal-tb;text-orientation:mixed;padding:.4rem .7rem;white-space:nowrap;font-size:.85rem}.page-container{flex-direction:column;margin-left:0;margin-top:60px}.profile-panel{width:100%;position:static;height:auto;padding:3rem 2rem}.content-panel{padding:3rem 2rem;align-items:flex-start}}.content-page{margin-left:120px;min-height:100vh;background:#fefcf9;background:var(--body-background);padding:3rem 4rem}.content-main{max-width:800px;margin:0 auto}.content-main img{max-width:90%;height:auto;display:block;margin:0 auto 1.5rem}.page-header{margin-bottom:3rem;position:relative}.page-header h1{font-size:3rem;margin:0;color:#1a1a1a;color:var(--heading-color);text-align:left}.header-content{margin-bottom:1rem}.header-intro{margin-bottom:2rem}.header-intro p{font-size:1.1rem;color:#5a5a5a;color:var(--muted-text);line-height:1.6;margin:1rem 0 0;max-width:600px}.title-row{display:flex;align-items:center;margin-bottom:2rem;position:relative}.title-row h1{text-align:left;margin-left:0}.inline-date{color:#5a5a5a;color:var(--muted-text);font-size:1rem;font-weight:400;margin-left:1rem}.header-brand-mark{position:absolute;left:-40px;display:flex;align-items:center;flex-shrink:0}.brand-shape-small{width:24px;height:24px;background:linear-gradient(135deg,#2f5f5f,#722f37);background:linear-gradient(135deg,var(--tertiary-color),var(--action-color));border-radius:4px;position:relative;transition:transform .2s ease}.brand-shape-small:hover{animation:brandMarkContinuous 2s ease-in-out infinite}.brand-shape-small:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;background:#ffffffe6;border-radius:50%}.post-separator{display:flex;justify-content:center;margin:2rem 0;opacity:.6}.page-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid #e8e1d8;border-top:1px solid var(--subtle-border)}.page-signature{display:flex;justify-content:center;opacity:.6}.writing-archive{display:flex;flex-direction:column;gap:4rem;margin-top:2rem}.year-section{display:flex;flex-direction:column;gap:2rem}.year-heading{font-size:2.5rem;font-weight:700;color:#1a1a1a;color:var(--heading-color);margin:0;padding-bottom:1rem;opacity:.8}.year-posts{display:flex;flex-direction:column;gap:3rem}.archive-post{display:flex;align-items:stretch;gap:2rem;padding:2rem 0;border-bottom:1px solid #e8e1d8;border-bottom:1px solid var(--subtle-border);position:relative}.archive-post:last-child{border-bottom:none}.archive-post-content{flex:1 1}.archive-post-title{margin:0 0 .75rem;font-size:1.5rem;font-weight:600;line-height:1.3}.archive-post-title a{color:#1a1a1a;color:var(--heading-color);text-decoration:none;transition:color .2s ease}.archive-post-title a:hover{color:#722f37;color:var(--action-color)}.archive-post-date{display:block;color:#5a5a5a;color:var(--muted-text);font-size:.95rem;margin-bottom:1rem;font-weight:500}.archive-post-excerpt{color:#2d2d2d;color:var(--body-color);line-height:1.6;font-size:1rem;margin-top:1rem}.archive-post-meta{flex-shrink:0;display:flex;align-items:center;width:80px;justify-content:center}.archive-read-time{display:flex;flex-direction:column;align-items:center;text-align:center}.read-time-number{font-size:2rem;font-weight:700;color:#2f5f5f;color:var(--tertiary-color);line-height:1;margin-bottom:.25rem}.read-time-label{font-size:.75rem;color:#5a5a5a;color:var(--muted-text);font-weight:500;text-transform:uppercase;letter-spacing:.5px}.post-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #e8e1d8;border-top:1px solid var(--subtle-border)}.post-signature{display:flex;justify-content:center;opacity:.6}.brand-shape-tiny{width:16px;height:16px;background:linear-gradient(135deg,#2f5f5f,#722f37);background:linear-gradient(135deg,var(--tertiary-color),var(--action-color));border-radius:3px;position:relative;transition:all .2s ease}.brand-shape-tiny:hover{animation:brandMarkContinuous 2s ease-in-out infinite;opacity:1}.brand-shape-tiny:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:4px;height:4px;background:#ffffffe6;border-radius:50%}.content-body{font-size:1.1rem;line-height:1.7}.post-article{max-width:700px}.post-header{margin-bottom:3rem}.post-header h1{font-size:2.5rem;margin:0;color:#1a1a1a;color:var(--heading-color);line-height:1.2}.post-content{font-size:1.1rem;line-height:1.8}.post-content h2{color:#1a1a1a;color:var(--heading-color);font-size:1.8rem;margin:2.5rem 0 1rem;position:relative}.post-content h2:before{content:"";position:absolute;left:-20px;top:50%;transform:translateY(-50%);width:4px;height:20px;background:#2f5f5f;background:var(--tertiary-color);border-radius:2px}@media (max-width: 1024px){.content-page{padding:2rem 3rem}}@media (max-width: 768px){.sidebar-nav{height:50px;padding:0 .75rem}.brand-shape{width:28px;height:28px}.brand-shape:after{width:8px;height:8px}.nav-links{gap:.3rem}.nav-links a{font-size:.75rem;padding:.3rem .5rem}.page-container{margin-top:50px}.profile-panel{padding:2rem 1.5rem}.profile-image-container{width:150px;height:150px}.profile-image{width:140px;height:140px}.profile-content h1{font-size:2rem}.content-panel{padding:2rem 1.5rem}.content-page{margin-left:0;margin-top:50px;padding:2rem 1.5rem}.page-header h1,.post-header h1{font-size:2rem}.home-section h2{font-size:1.5rem}}div.footnotes{border-top:2px dotted #bbb;font-size:.9rem}blockquote{font-size:1.2em;width:60%;margin:50px auto;font-style:italic;padding:1.2em 30px 1.2em 75px;border-left:8px solid;-o-border-image:linear-gradient(180deg,#722F37,#2F5F5F) 1;border-image:linear-gradient(180deg,#722f37,#2f5f5f) 1;-o-border-image:linear-gradient(180deg,var(--action-color),var(--tertiary-color)) 1;border-image:linear-gradient(180deg,var(--action-color),var(--tertiary-color)) 1;line-height:1.6;position:relative;background:#ededed}footer{text-align:center;margin-bottom:4rem;font-size:1em}hr{border:none;border-top:2px dotted #bbb;margin:3rem 0}.profile-image-container{position:relative;width:212px;height:212px;margin:0 auto 2rem;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.profile-image-container:hover{transform:scale(1.02)}.profile-image-container:hover:before{transform:rotate(110deg);opacity:1}.profile-image-container:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#4a8a8a,#a55a65);border-radius:50%;opacity:.8;transition:all .6s ease}.profile-image{width:200px;height:200px;border-radius:50%;-o-object-fit:cover;object-fit:cover;box-shadow:0 12px 40px #0000004d;position:relative;z-index:1}.profile-content h1{color:#fff;font-size:2.5rem;margin:0 0 1.5rem;font-weight:700}.profile-intro{color:#ffffffe6;font-size:1rem;line-height:1.6;text-align:left}.profile-intro p{margin-bottom:1.5rem}.profile-intro p:first-child{font-size:1.1rem;font-weight:500;margin-bottom:2rem}.home-content{display:flex;flex-direction:column;gap:3rem}.home-section{position:relative;background:#fff;background:var(--card-background);z-index:1}.home-section h2{font-size:1.8rem;color:#1a1a1a;color:var(--heading-color);margin:0 0 1rem;font-weight:600}.section-accent{width:40px;height:3px;background:#2f5f5f;background:var(--tertiary-color);border-radius:2px;margin-bottom:1.5rem}.section-link{color:#722f37;color:var(--action-color);font-weight:500;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.section-link:hover{border-bottom-color:#722f37;border-bottom-color:var(--action-color)}.focus-list{list-style:none;padding:0;margin:0}.focus-list li{padding:.75rem 0;border-bottom:1px solid #e8e1d8;border-bottom:1px solid var(--subtle-border);position:relative;padding-left:20px}.focus-list li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background:#2f5f5f;background:var(--tertiary-color);border-radius:50%}.recent-posts{display:flex;flex-direction:column;gap:2rem}.post-preview{border-bottom:1px solid #e8e1d8;border-bottom:1px solid var(--subtle-border);padding-bottom:1.5rem}.post-preview:last-child{border-bottom:none;padding-bottom:0}.post-preview h3{margin:0 0 .5rem;font-size:1.3rem;font-weight:600}.post-preview h3 a{color:#1a1a1a;color:var(--heading-color);text-decoration:none;transition:color .2s ease}.post-preview h3 a:hover{color:#722f37;color:var(--action-color)}.post-date{color:#5a5a5a;color:var(--muted-text);font-size:.9rem;margin-bottom:.75rem;display:block}.post-excerpt{color:#2d2d2d;color:var(--body-color);line-height:1.6;font-size:1rem}@media (max-width: 768px){.profile-image{width:150px;height:150px}.executive-tagline{font-size:1.1rem}h1{font-size:2.5rem}.archive-post{flex-direction:column;gap:1rem;padding:1.5rem 0}.archive-post-meta{width:auto;align-self:flex-end}.read-time-number{font-size:1.5rem}.archive-post-title{font-size:1.3rem}.year-heading{font-size:2rem}}.career-journey{margin-top:3rem;padding-top:2rem;border-top:1px solid #e8e1d8;border-top:1px solid var(--subtle-border);text-align:center}.journey-title{font-size:1.1rem;font-weight:600;color:#1a1a1a;color:var(--heading-color);margin-bottom:1.5rem;letter-spacing:.5px}.journey-path{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.journey-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:60px}.step-icon{font-size:1.8rem;line-height:1;transition:transform .2s ease}.step-label{font-size:.9rem;font-weight:500;color:#5a5a5a;color:var(--muted-text);transition:color .2s ease}.journey-step.active .step-icon{transform:scale(1.1)}.journey-step.active .step-label{color:#722f37;color:var(--action-color);font-weight:600}.journey-arrow{font-size:1.2rem;color:#5a5a5a;color:var(--muted-text);margin:0 .5rem}.journey-subtitle{font-size:.95rem;color:#5a5a5a;color:var(--muted-text);font-style:italic;margin-top:.5rem}@media (max-width: 600px){.journey-path{gap:.5rem}.journey-arrow{margin:0 .25rem}.step-icon{font-size:1.5rem}.step-label{font-size:.8rem}}@media (max-width: 480px){.sidebar-nav{height:45px;padding:0 .5rem}.brand-shape{width:24px;height:24px}.brand-shape:after{width:6px;height:6px}.nav-links{gap:.2rem}.nav-links a{font-size:.7rem;padding:.25rem .4rem}.page-container{margin-top:45px}.profile-panel{padding:1.5rem 1rem}.profile-content h1{font-size:1.8rem}.profile-intro{font-size:.95rem}.content-panel{padding:1.5rem 1rem}.home-section h2{font-size:1.3rem}.post-preview h3{font-size:1.2rem}.content-page{padding:1.5rem 1rem}}.cv-container{max-width:800px;margin:0 auto;padding:2rem 0}.cv-loading{text-align:center;padding:4rem 2rem;opacity:1;transition:opacity .3s ease}.loading-brand-mark{width:60px;height:60px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.loading-brand-mark .brand-shape{width:40px;height:40px;background:linear-gradient(135deg,#2f5f5f,#722f37);background:linear-gradient(135deg,var(--tertiary-color),var(--action-color));border-radius:8px;position:relative;animation:brandPulse 2s ease-in-out infinite}.loading-brand-mark .brand-shape:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;background:#ffffffe6;border-radius:50%}@keyframes brandMarkContinuous{0%{transform:rotate(0) scale(1)}25%{transform:rotate(90deg) scale(1.15)}50%{transform:rotate(180deg) scale(1)}75%{transform:rotate(270deg) scale(1.15)}to{transform:rotate(360deg) scale(1)}}@keyframes brandPulse{0%,to{transform:rotate(0) scale(1);opacity:.8}50%{transform:rotate(45deg) scale(1.1);opacity:1}}.cv-error,.cv-fallback,.cv-content{opacity:0;transition:opacity .3s ease}.cv-error.show,.cv-fallback.show,.cv-content.show{opacity:1}.cv-error{text-align:center;padding:4rem 2rem;color:#5a5a5a;color:var(--muted-text)}.cv-error h2{color:#1a1a1a;color:var(--heading-color);margin-bottom:1rem}.cv-error a{color:#722f37;color:var(--action-color);font-weight:500}.cv-header{text-align:center;margin-bottom:2rem}.cv-separator{display:flex;justify-content:center;margin:2rem 0;opacity:.6}.cv-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #e8e1d8;border-top:1px solid var(--subtle-border)}.cv-signature{display:flex;justify-content:center;opacity:.6}.cv-title{font-size:3rem;font-weight:700;color:#1a1a1a;color:var(--heading-color);margin:0 0 1rem;letter-spacing:-.02em}.cv-subtitle{font-size:1.2rem;color:#5a5a5a;color:var(--muted-text);margin:0;font-weight:500}.cv-email{font-size:1.1rem;margin:1rem 0 0}.cv-email a{color:#722f37;color:var(--action-color);text-decoration:none;font-weight:500;transition:color .2s ease}.cv-email a:hover{color:#8b1538;color:var(--action-color-secondary);text-decoration:underline}.cv-download{font-size:.9rem;margin:.5rem 0}.cv-pdf-link{color:#5a5a5a;color:var(--muted-text);text-decoration:none;font-weight:500;transition:color .2s ease;border-bottom:1px solid transparent}.cv-pdf-link:hover{color:#722f37;color:var(--action-color);border-bottom-color:#722f37;border-bottom-color:var(--action-color)}.cv-body{line-height:1.7;font-size:1.1rem}.cv-section-title{font-size:2rem;font-weight:600;color:#1a1a1a;color:var(--heading-color);margin:3rem 0 1.5rem;position:relative;padding-bottom:.5rem}.cv-section-title:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background:#2f5f5f;background:var(--tertiary-color);border-radius:2px}.cv-subsection-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;color:var(--heading-color);margin:2rem 0 1rem}.cv-list{margin:1.5rem 0;padding-left:1.5rem}.cv-list li{margin-bottom:.75rem;line-height:1.6;position:relative}.cv-list li::marker{color:#2f5f5f;color:var(--tertiary-color)}.cv-body p{margin-bottom:1.5rem;line-height:1.7}.cv-body strong{color:#1a1a1a;color:var(--heading-color);font-weight:600}.cv-body em{color:#722f37;color:var(--action-color);font-style:normal;font-weight:500}@media (max-width: 768px){.cv-container{padding:2rem 1rem;margin-top:1rem}.cv-header{margin-bottom:2.5rem;padding-top:2rem}.cv-title{font-size:2.5rem;margin-bottom:1rem}.cv-subtitle{font-size:1.1rem}.cv-email{font-size:1rem;margin:1rem 0}.cv-section-title{font-size:1.7rem;margin:2.5rem 0 1rem}.cv-subsection-title{font-size:1.3rem}.cv-body{font-size:1rem;padding:0 .5rem}}@media (max-width: 480px){.cv-container{padding:1.5rem 1rem;margin-top:.5rem}.cv-header{margin-bottom:2rem;padding-top:1.5rem}.cv-title{font-size:2rem;margin-bottom:.75rem}.cv-subtitle{font-size:1rem}.cv-email{font-size:.95rem}.cv-section-title{font-size:1.5rem;margin:2rem 0 .75rem}.cv-subsection-title{font-size:1.2rem}.cv-body{padding:0}.cv-list{padding-left:1rem}}pre.highlight{padding:16px;background-color:#f6f8fa}.highlight .hll{background-color:#ffc}.highlight .c{color:#998;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k,.highlight .o{color:#000;font-weight:700}.highlight .cm{color:#998;font-style:italic}.highlight .cp{color:#999;font-weight:700;font-style:italic}.highlight .c1{color:#998;font-style:italic}.highlight .cs{color:#999;font-weight:700;font-style:italic}.highlight .gd{color:#000;background-color:#fdd}.highlight .ge{color:#000;font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#999}.highlight .gi{color:#000;background-color:#dfd}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:700}.highlight .gu{color:#aaa}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:#000;font-weight:700}.highlight .kt{color:#458;font-weight:700}.highlight .m{color:#099}.highlight .s{color:#d01040}.highlight .na{color:teal}.highlight .nb{color:#0086b3}.highlight .nc{color:#458;font-weight:700}.highlight .no{color:teal}.highlight .nd{color:#3c5d5d;font-weight:700}.highlight .ni{color:purple}.highlight .ne,.highlight .nf,.highlight .nl{color:#900;font-weight:700}.highlight .nn{color:#555}.highlight .nt{color:navy}.highlight .nv{color:teal}.highlight .ow{color:#000;font-weight:700}.highlight .w{color:#bbb}.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#099}.highlight .sb,.highlight .sc,.highlight .sd,.highlight .s2,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#d01040}.highlight .sr{color:#009926}.highlight .s1{color:#d01040}.highlight .ss{color:#990073}.highlight .bp{color:#999}.highlight .vc,.highlight .vg,.highlight .vi{color:teal}.highlight .il{color:#099}
/*# sourceMappingURL=/_bridgetown/static/index.7V4YSWSY.css.map */
