:root,[data-theme=light]{--bg:#f4f1ec;--cream:#f4f1ec;--surface:#fff;--surface-low:#efeae3;--surface-mid:#e6dfd5;--surface-high:#d6cdc0;--on-surface:#15151a;--on-surface-strong:#050507;--on-surface-muted:#6a6a72;--on-surface-faint:#a09e9a;--ink-rgb:20, 20, 30;--paper-rgb:244, 241, 236;--inverse-bg:#050507;--inverse-fg:#fff;--inverse-rgb:255, 255, 255;--primary:#15151a;--primary-container:#2a2a32;--accent:#ff6f3c;--accent-soft:#ffd8c7;--accent-deep:#a63c20;--accent-cool:#ff9a68;--accent-spectral:#ffb07a;--accent-cream:#f5edd6;--accent-rgb:255, 111, 60;--accent-soft-rgb:255, 216, 199;--accent-spectral-rgb:255, 176, 122;--font-display:var(--font-newsreader), "Times New Roman", serif;--font-numeric:var(--font-newsreader), "Times New Roman", serif;--font-wordmark:var(--font-newsreader), "Times New Roman", serif;--font-body:var(--font-manrope), "Inter", "Helvetica Neue", system-ui, sans-serif;--font-mono:ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;--ease:cubic-bezier(.16, 1, .3, 1);--ease-emph:cubic-bezier(.2, .8, .2, 1);--radius-xs:8px;--radius-sm:14px;--radius-md:22px;--radius-lg:32px;--radius-xl:44px;--radius-full:9999px;--shadow-sm:0 4px 14px -6px #14141e14;--shadow-md:0 18px 40px -20px #14141e2e;--shadow-lg:0 40px 100px -30px #14141e47;--shadow-glow:0 0 0 1px rgba(var(--accent-rgb), .14), 0 30px 80px -30px rgba(var(--accent-rgb), .3);--container-pad:clamp(1.25rem, 4vw, 4.5rem)}[data-theme=dark]{--bg:#0e0c09;--cream:#0e0c09;--surface:#1a1612;--surface-low:#15120e;--surface-mid:#221d16;--surface-high:#2d271e;--on-surface:#ede7d8;--on-surface-strong:#fff8e8;--on-surface-muted:#a09a8e;--on-surface-faint:#6c655c;--ink-rgb:255, 245, 220;--paper-rgb:14, 12, 9;--inverse-bg:#fff;--inverse-fg:#0a0a0a;--inverse-rgb:10, 10, 10;--primary:#ede7d8;--primary-container:#2d271e;--shadow-sm:0 4px 14px -6px #0000008c;--shadow-md:0 18px 40px -20px #000000b3;--shadow-lg:0 40px 100px -30px #000000d9;--shadow-glow:0 0 0 1px rgba(var(--accent-rgb), .2), 0 30px 80px -30px rgba(var(--accent-rgb), .45)}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:clamp(72px,9vh,96px);font-size:16px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-family:var(--font-body);background:var(--bg);color:var(--on-surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.01em;line-height:1.55;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{color:inherit;background:0 0;border:none;outline:none;font-family:inherit}img,video,svg{max-width:100%;display:block}::selection{background:var(--on-surface-strong);color:var(--bg)}
.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{width:100%;max-width:1320px;padding:0 var(--container-pad);margin:0 auto}@media (max-width:380px){.container{padding:0 1rem}}.cv-section{content-visibility:auto;contain-intrinsic-size:1px 900px}.section-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--on-surface-faint);align-items:center;gap:.5rem;font-size:.6875rem;font-weight:600;display:inline-flex}.section-eyebrow:before{content:"";opacity:.5;transform-origin:0;width:28px;height:1px;transition:transform .9s var(--ease-emph) .15s;background:currentColor;transform:scaleX(1)}[data-reveal]:not(.is-visible) .section-eyebrow:before{transform:scaleX(0)}.section-eyebrow--center{margin:0 0 clamp(1.1rem,2.2vw,1.6rem)}.section-eyebrow--center:after{content:"";opacity:.5;transform-origin:100%;width:28px;height:1px;transition:transform .9s var(--ease-emph) .15s;background:currentColor;transform:scaleX(1)}[data-reveal]:not(.is-visible) .section-eyebrow--center:after{transform:scaleX(0)}.section-title{font-family:var(--font-display);font-optical-sizing:auto;font-variation-settings:"opsz" 72;letter-spacing:-.025em;color:var(--on-surface-strong);text-wrap:balance;-webkit-hyphens:none;hyphens:none;max-width:24ch;margin-top:.75rem;font-size:clamp(1.75rem,4.6vw,3.6rem);font-weight:500;line-height:1.08}.section-title em{color:var(--accent);-webkit-text-fill-color:var(--accent);font-style:italic;font-weight:400}.section-header{max-width:720px;margin-bottom:3.5rem}@media (max-width:640px){.section-header{margin-bottom:2.25rem}.section-eyebrow{letter-spacing:.16em;font-size:.625rem}.section-eyebrow:before{width:20px}}@keyframes reveal-safety{to{opacity:1;transform:none}}[data-reveal]{opacity:0;transition:opacity .9s var(--ease), transform .9s var(--ease);will-change:transform, opacity;animation:.6s ease-out 1.5s forwards reveal-safety;transform:translateY(28px)}[data-reveal].is-visible{opacity:1;animation:none;transform:translateY(0)}@keyframes reveal-stagger-safety{to{opacity:1;transform:none}}[data-reveal-stagger]>*{opacity:0;transition:opacity .8s var(--ease-emph), transform .8s var(--ease-emph);animation:.6s ease-out 1.7s forwards reveal-stagger-safety;transform:translateY(36px)}[data-reveal-stagger].is-visible>*{opacity:1;animation:none;transform:translateY(0)}[data-reveal-stagger].is-visible>:first-child{transition-delay:50ms}[data-reveal-stagger].is-visible>:nth-child(2){transition-delay:.18s}[data-reveal-stagger].is-visible>:nth-child(3){transition-delay:.31s}[data-reveal-stagger].is-visible>:nth-child(4){transition-delay:.44s}[data-reveal-stagger].is-visible>:nth-child(5){transition-delay:.57s}@media (prefers-reduced-motion:reduce){[data-reveal-stagger]>*{opacity:1;transition:none;transform:none}}@media (max-width:640px){.m-trim{display:none}}
.section-sheet{z-index:2;isolation:isolate;border-top-left-radius:48px;border-top-right-radius:48px;margin-top:-48px;position:relative}.section-sheet--dark{box-shadow:0 -20px 48px -30px #0000006b}.section-sheet--light{box-shadow:0 -20px 48px -34px #14141e47}@media (max-width:768px){.section-sheet{border-top-left-radius:36px;border-top-right-radius:36px;margin-top:-36px}}@media (max-width:640px){.section-sheet{border-top-left-radius:24px;border-top-right-radius:24px;margin-top:-16px}}.section-soft-edges{isolation:isolate;position:relative}.section-soft-edges:before,.section-soft-edges:after{content:"";pointer-events:none;z-index:0;height:96px;position:absolute;left:0;right:0}.section-soft-edges:before{background:linear-gradient(180deg, rgba(var(--ink-rgb), .028) 0%, rgba(var(--ink-rgb), 0) 100%);top:0}.section-soft-edges:after{background:linear-gradient(0deg, rgba(var(--ink-rgb), .035) 0%, rgba(var(--ink-rgb), 0) 100%);bottom:0}@media (max-width:640px){.section-soft-edges:before,.section-soft-edges:after{height:60px}}@keyframes split-safety{to{opacity:1}}html.js-on [data-split]{opacity:0;transition:opacity .4s;animation:.4s ease-out 2s forwards split-safety}html.js-on [data-split].is-split-ready{opacity:1;animation:none}.split-line,.split-word,.split-char{will-change:transform, opacity}@media (prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transition:none;transform:none}html{scroll-behavior:auto}html.js-on [data-split]{opacity:1}*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
.btn-liquid{border-radius:var(--radius-full);letter-spacing:-.005em;cursor:pointer;isolation:isolate;transition:transform .55s var(--ease-emph), translate .35s var(--ease-emph), background .4s var(--ease), border-color .4s var(--ease), box-shadow .55s var(--ease-emph), color .3s var(--ease);will-change:transform;-webkit-tap-highlight-color:transparent;border:1px solid #0000;align-items:center;gap:.75rem;padding:.7rem .7rem .7rem 1.5rem;font-family:inherit;font-size:.95rem;font-weight:600;line-height:1;display:inline-flex;position:relative;overflow:hidden}.btn-liquid:active{transform:scale(.975)}.btn-liquid-label{z-index:2;transition:transform .5s var(--ease-emph);position:relative}.btn-liquid-icon{z-index:2;width:34px;height:34px;transition:transform .6s var(--ease-emph), background .35s var(--ease), color .35s var(--ease);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:relative}.btn-liquid-icon svg{transition:transform .5s var(--ease-emph)}.btn-liquid-shine{pointer-events:none;z-index:1;width:55%;height:100%;transition:left .9s var(--ease-emph);background:linear-gradient(100deg,#0000 0%,#ffffff8c 50%,#0000 100%);position:absolute;top:0;left:-80%;transform:skew(-20deg)}.btn-liquid:hover .btn-liquid-shine{left:130%}@keyframes btn-liquid-intro-shine{0%{left:-80%}70%{left:130%}to{left:130%}}.btn-liquid.btn-liquid--intro-shine .btn-liquid-shine{animation:btn-liquid-intro-shine 1.25s var(--ease-emph) forwards}@media (prefers-reduced-motion:reduce){.btn-liquid.btn-liquid--intro-shine .btn-liquid-shine{animation:none}}.btn-liquid--primary{color:#0a0a0c;background:linear-gradient(#fff 0%,#f3f1ec 100%);border-color:#ffffffe6;box-shadow:inset 0 1px #ffffffe6,inset 0 -1px #0000000d,0 8px 24px -12px #00000073,0 2px 4px -2px #0003}.btn-liquid--primary:before{content:"";z-index:0;border-radius:inherit;background:radial-gradient(150px circle at var(--mx,50%) var(--my,50%), #ff96508c, #ff965000 60%);opacity:0;transition:opacity .35s var(--ease);pointer-events:none;position:absolute;inset:0}.btn-liquid--primary.is-magnetic:hover:before{opacity:1}.btn-liquid--primary .btn-liquid-icon{color:#fff;background:#0a0a0c}.btn-liquid--primary:hover{background:linear-gradient(#fff 0%,#f6f4ef 100%);transform:translateY(-2px);box-shadow:inset 0 1px #fff,inset 0 -1px #14141e14,0 18px 44px -18px #14141e5c,0 4px 12px -4px #0000004d}.btn-liquid--primary:hover .btn-liquid-icon{background:var(--accent);color:#fff;transform:rotate(-8deg)scale(1.06)}.btn-liquid--primary:hover .btn-liquid-icon svg{transform:translate(1px)}.btn-liquid--ghost{color:#ffffffeb;-webkit-backdrop-filter:blur(12px)saturate(170%);background:#ffffff12;border-color:#ffffff38;padding:.7rem 1.5rem .7rem .7rem;box-shadow:0 8px 24px -10px #00000080,inset 1.5px 1.5px 1px -1px #ffffff8c,inset -1.5px -1.5px 1px -1px #00000059,inset 0 0 8px 2px #ffffff0f}.btn-liquid--ghost:before{content:"";z-index:0;border-radius:inherit;-webkit-backdrop-filter:none;pointer-events:none;position:absolute;inset:0}.btn-liquid--ghost:after{content:"";z-index:0;border-radius:inherit;pointer-events:none;background:linear-gradient(#ffffff47 0%,#ffffff0d 38%,#fff0 60%);position:absolute;inset:0}.btn-liquid--ghost .btn-liquid-icon{color:#fff;background:#ffffff24;border:1px solid #fff3;width:30px;height:30px}.btn-liquid--ghost .btn-liquid-icon--play svg{transform:translate(.5px)}.btn-liquid--ghost:hover{color:#fff;background:#ffffff24;border-color:#ffffff52;transform:translateY(-2px);box-shadow:inset 0 1px #fff3,0 12px 32px -12px #00000080}.btn-liquid--ghost:hover .btn-liquid-icon{color:#0a0a0c;background:#fff;border-color:#fffffff2;transform:scale(1.08);box-shadow:0 0 0 4px #ffffff24}@media (prefers-reduced-motion:reduce){.btn-liquid,.btn-liquid *,.btn-liquid-shine{transition:none!important;animation:none!important}.btn-liquid:hover{transform:none}.btn-liquid-shine{display:none}}
body:after{content:"";z-index:70;pointer-events:none;opacity:.07;mix-blend-mode:overlay;background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.9 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:220px 220px;position:fixed;inset:-4%}[data-theme=dark] body:after{opacity:.1}@media (max-width:768px),(pointer:coarse){body:after{opacity:.05}[data-theme=dark] body:after{opacity:.07}}@media print{body:after{display:none}}

@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/a342834df7752944-s.10ev4cu2inrn-.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.0i6ci0u~g4zml.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.0x1a9yg0jkq20.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.0dyk20wuvya7a.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.0ctuso5mgh_i..woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.0kho-wj7-y-w1.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope Fallback;src:local(Arial);ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.0%;size-adjust:103.19%}.manrope_a51e200a-module__6C3XeG__className{font-family:Manrope,Manrope Fallback;font-style:normal}.manrope_a51e200a-module__6C3XeG__variable{--font-manrope:"Manrope", "Manrope Fallback"}
@font-face{font-family:Newsreader;font-style:italic;font-weight:200 800;font-display:swap;src:url(../media/ca8956476e4b15e1-s.08wnys.spqmz-.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Newsreader;font-style:italic;font-weight:200 800;font-display:swap;src:url(../media/0ada71b763703d9d-s.03kpp5fbi.88j.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Newsreader;font-style:italic;font-weight:200 800;font-display:swap;src:url(../media/2b7d3311b69a4dca-s.0g6adshk-wxa_.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Newsreader;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/6632a144c419935f-s.02msn089-soa4.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Newsreader;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/7b27d9904b50e540-s.13-bl75dp544c.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Newsreader;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/d38f3bca7db33566-s.07n94j49quulv.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Newsreader Fallback;src:local(Times New Roman);ascent-override:69.68%;descent-override:25.12%;line-gap-override:0.0%;size-adjust:105.48%}.newsreader_f3db11b-module__hMwZKG__className{font-family:Newsreader,Newsreader Fallback}.newsreader_f3db11b-module__hMwZKG__variable{--font-newsreader:"Newsreader", "Newsreader Fallback"}
@font-face{font-family:Caveat;font-style:normal;font-weight:400 700;font-display:swap;src:url(../media/da4b870ab52b3094-s.0v_p~5_c0b~1d.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Caveat;font-style:normal;font-weight:400 700;font-display:swap;src:url(../media/86d70b7c76b6ec6e-s.17_wf1k7ou9-q.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Caveat;font-style:normal;font-weight:400 700;font-display:swap;src:url(../media/11cc37d7380d16b4-s.0ptcwqi9jx~4d.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Caveat;font-style:normal;font-weight:400 700;font-display:swap;src:url(../media/a85fe84266768609-s.05b418i5bs~lg.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Caveat Fallback;src:local(Arial);ascent-override:124.77%;descent-override:38.99%;line-gap-override:0.0%;size-adjust:76.94%}.caveat_229d5e-module__j3gCYq__className{font-family:Caveat,Caveat Fallback;font-style:normal}.caveat_229d5e-module__j3gCYq__variable{--font-script:"Caveat", "Caveat Fallback"}
