@font-face{font-family:revicons;fallback:fallback;src:url(/assets/revicons-DbTteTvA.woff) format("woff"),url(/assets/revicons-CBqxZnew.ttf) format("ttf"),url(/assets/revicons-BNIKeAUC.eot) format("ttf")}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative}.react-multi-carousel-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition}.react-multiple-carousel__arrow{position:absolute;outline:0;transition:all .5s;border-radius:35px;z-index:1000;border:0;background:#00000080;min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:#000c}.react-multiple-carousel__arrow:before{font-size:20px;color:#fff;display:block;font-family:revicons;text-align:center;z-index:2;position:relative}.react-multiple-carousel__arrow:disabled{cursor:default;background:#00000080}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left:before{content:""}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right:before{content:""}.react-multi-carousel-dot-list{position:absolute;bottom:0;display:flex;left:0;right:0;justify-content:center;padding:0;margin:0;list-style:none;text-align:center}.react-multi-carousel-dot button{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:1;box-shadow:none;transition:background .5s;border-width:2px;border-style:solid;border-color:gray;padding:0;margin:0 6px 0 0;outline:0;cursor:pointer}.react-multi-carousel-dot button:hover:active,.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.react-multi-carousel-item{flex-shrink:0!important}.react-multi-carousel-track{overflow:visible!important}}[dir=rtl].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{right:auto;left:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--right:before{content:""}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left:before{content:""}#projects,#writing{margin-top:1rem;justify-content:center;background-color:var(--color-bg)}.project-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;padding-bottom:1rem}.project-card{text-decoration:none;background:var(--color-white);color:var(--color-text);flex:1 1 280px;max-width:350px;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;border:1px solid var(--color-white);display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.project-card h3{color:var(--color-text);font-size:1.4rem;margin:0 0 .5rem;text-align:center;width:100%;padding-bottom:.5rem;border-bottom:2px solid var(--color-secondary)}.project-card p{color:var(--color-text);margin:0;flex-grow:1;display:flex;align-items:center}.project-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #00000026;border-color:var(--color-tertiary)}.project-card:hover h3{color:var(--color-secondary)}.back-link{display:inline-block;margin:1rem 0 2rem;color:var(--color-secondary);text-decoration:none;font-weight:600;transition:color .2s ease;align-self:flex-start;padding:.5rem 1rem;border-radius:4px}.back-link:hover{color:var(--color-primary);background-color:var(--color-white)}.projects-carousel-section{height:50%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;padding:0;box-sizing:border-box}.projects-carousel-section .react-multi-carousel-list{width:100%;max-width:1100px;height:auto;margin:0 auto;flex:0 0 auto;align-items:center;gap:20rem}.projects-carousel-section .react-multi-carousel-track{align-items:center;display:flex;gap:2rem}.section-title{color:var(--color-text);font-size:3rem;opacity:80%;text-align:center;font-weight:1000}.carousel-container{padding:0}.project-tag{background:var(--color-tertiary);color:#fff;padding:.25rem .5rem;border-radius:6px;font-size:.85rem}.about-page{height:8vh}.about-container{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2rem;max-width:1000px;margin:0 auto;padding:3rem 1rem}.about-headshot{width:220px;height:220px;object-fit:cover;border-radius:50%;border:3px solid black;box-shadow:0 4px 12px #00000026}.about-text{flex:1;min-width:300px;max-width:600px}.resume-button{display:inline-block;margin-top:1.25rem;background:#07f;color:#fff;padding:.75rem 1.5rem;border-radius:.75rem;text-decoration:none;font-weight:500;transition:background .2s ease}.resume-button:hover{background:#005fcb}:root{--color-secondary: #003087;--color-primary: #EAECFE;--color-tertiary: #B57EDC;--color-bg: #E3E6FD;--color-text: #111827;--color-white: #F5F7FA;--color-red: #C8102E}#root{background:var(--color-bg)}.site-header{position:fixed;top:0;left:0;width:100%;z-index:999;background:var(--color-primary);border-bottom:1.5px solid black;display:flex;height:75px}nav{width:100%;display:flex;justify-content:space-between;align-items:center}.nav-name{color:var(--color-text);font-size:1.5rem;margin:0 1rem;text-decoration:none;font-weight:800;opacity:80%}.nav-name:hover{color:var(--color-secondary)}.nav-right{align-items:center;display:flex;gap:2rem}.nav-link{position:relative;color:var(--color-text);margin:0 1rem;text-decoration:none;font-weight:500}.nav-link.active,.nav-link:hover{color:var(--color-secondary)}.nav-link:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0%;background:#000;transition:width .25s ease}.nav-link:hover:after{width:100%}.nav-link.active:after{width:100%}.contact-btn{padding:.2rem .8rem;border:1px solid black;background:#77c3ec;color:#000;border-radius:6px;text-decoration:none;font-weight:600;transition:background .2s ease,color .2s ease,transform .2s ease;display:inline-flex;align-items:center}.contact-btn:hover{background:var(--color-tertiary);color:var(--color-white);transform:translateY(-2px)}.contact-btn.active{background:var(--color-tertiary);color:var(--color-secondary)}#hero{display:flex;margin-top:.5rem;text-align:left;background:var(--color-bg);color:var(--color-text)}.hero-left{flex:1;opacity:0;transform:translate(-60px);animation:slideInLeft .8s ease-out forwards;animation-delay:.2s}.hero-right{flex:1;display:flex;justify-content:center;align-items:center;margin:0 5rem 5rem 0;opacity:0;transform:translate(60px);animation:slideInRight .8s ease-out forwards;animation-delay:.35s}.hero-left,.hero-right{padding:5rem 4rem}@keyframes slideInLeft{to{opacity:1;transform:translate(0)}}@keyframes slideInRight{to{opacity:1;transform:translate(0)}}.hero-photo{width:100%;max-width:350px;border-radius:12px;object-fit:cover;box-shadow:0 4px 12px #00000026}.resume-button{display:inline-block;margin-top:1rem;background:var(--color-secondary);color:var(--color-white);text-decoration:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;transition:all .2s ease}.resume-button:hover{background:var(--color-tertiary);color:var(--color-primary);transform:translateY(-2px)}.preview-section h2{color:var(--color-text)}.view-more{display:inline-block;margin-top:1rem;text-decoration:none;color:var(--color-secondary);font-weight:600}.view-more:hover{color:var(--color-primary)}.tagline{text-align:left;font-size:2.5rem;margin-top:0;font-weight:700;opacity:80%;margin-bottom:0}.aspiration{text-align:left;font-size:1.5rem}.highlight-role{text-align:left;color:var(--color-secondary)}.brand-statement{text-align:left}.view-work{text-align:left;margin-top:1rem;text-decoration:none;color:var(--color-secondary)}.view-work:hover{color:var(--color-tertiary)}.view-work:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0%;background:#000;transition:width .25s ease}.view-work:hover:after{width:100%}body{display:flex;flex-direction:column;min-height:100vh;font-family:Inter,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.6}html,body{background:var(--color-bg);height:100%;margin:0;padding:0;scroll-behavior:smooth;scroll-snap-align:end}main{height:100vh;overflow-y:scroll;scroll-snap-type:y mandatory}main section{height:100vh;scroll-snap-align:start;margin:0;padding:80px 0 0}#contact{margin:4rem auto;padding:3rem 2rem;background:var(--color-bg);border-radius:12px;box-shadow:0 2px 10px #0000000d;transition:background .3s ease,color .3s ease}#contact h2{font-size:1.8rem;font-weight:700;color:var(--color-primary);margin-bottom:1rem;position:relative}#contact h2:after{content:"";position:absolute;left:0;bottom:-.3rem;width:100%;height:3px;background:var(--color-secondary);border-radius:2px}#contact p{font-size:1.05rem;line-height:1.8;color:var(--color-text);margin-bottom:1.5rem;text-align:justify}footer{display:flex;justify-content:space-between;align-items:flex-start;padding:3rem 4rem;background:var(--color-text);color:var(--color-white);flex-shrink:0;margin-top:auto}.footer-col{display:flex;flex-direction:column;justify-content:space-between;gap:.25rem}.footer-name{font-size:1.75rem;font-weight:600;margin:0}.footer-tagline{font-size:1rem;text-decoration:underline;margin:.25rem 0 0;opacity:.8}.footer-title{font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.footer-info{margin:0;font-size:1rem;opacity:.9}@media(max-width:700px){footer.footer{flex-direction:column;gap:2rem}}.soon{font-weight:1000;font-size:12rem;color:red;align-items:center;justify-content:center}body,#root,main,#contact-page,#contact{background-color:#f7f3ee}#contact-page{height:8vh;padding:9rem 1rem;margin:0;box-shadow:none;border-radius:0}.contact-container{background:transparent;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2rem;max-width:1000px;margin:0 auto}.contact-headshot{width:220px;height:220px;border-radius:50%;object-fit:cover;box-shadow:0 4px 12px #00000026;border:3px solid black}.contact-text{flex:1;min-width:300px;max-width:600px}.contact-text h1{font-size:2rem;margin-bottom:1rem}.contact-text p{line-height:1.6;color:#444;margin-bottom:1.5rem}.contact-links{display:flex;flex-direction:column;gap:.75rem}.contact-link{display:inline-block;text-decoration:none;color:#000;font-weight:500;background:#0077ff14;padding:.75rem 1.25rem;border-radius:.75rem;width:fit-content;transition:all .25s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.contact-link:hover{background:#07f3;transform:translateY(-2px)}.project-page{max-width:100%;margin:0 auto;line-height:1.6;color:var(--color-text);background-color:var(--color-bg)}.top{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;box-sizing:border-box;gap:1.25rem}.top h1{font-size:2.75rem;margin-bottom:1rem}h3{opacity:80%}.top-mockup-img{height:50%;width:50%;object-fit:contain;border-radius:25px}h1{text-align:left;color:var(--color-text);padding:3rem 0 0;opacity:80%}h2{text-align:left;color:var(--color-text);padding:0;opacity:80%}.project-page .subtitle{color:var(--color-text);padding:0;font-weight:600}.project-page section{max-width:100%;margin:0 auto;padding:0;height:auto;scroll-snap-align:unset}.full-image-container{display:flex;justify-content:center;align-items:center;width:100%;max-width:1100px;margin:0;background-color:#f8f9fb;border-radius:12px;overflow:hidden;padding:1rem}.full-image-container img{width:100%;height:auto;max-height:75vh;object-fit:contain;border-radius:8px}.project-page .image-title{margin-top:.4rem;font-size:.95rem;color:var(--color-text);opacity:.75;text-align:center;line-height:1.4}.designs .MuiImageList-root{display:flex!important;flex-wrap:wrap;justify-content:center;gap:2rem;width:100%;margin:0 auto;padding:0 1rem}.designs .MuiImageListItem-root{width:28%;max-width:350px}.designs .MuiImageListItem-root img{width:100%;height:auto;border-radius:12px;object-fit:cover}.project-page{max-width:1400px;margin:0 auto;padding:2rem;line-height:1.6}.project-header h1{font-size:2.2rem;margin-bottom:.5rem;width:80%}.subtitle{color:#fff;margin-bottom:2rem}.back-link{text-decoration:none;color:#07f;font-weight:500;transition:all .2s ease}.back-link:hover{text-decoration:underline}.process-step{margin-bottom:1.75rem}.process-step h3{margin-bottom:.5rem;color:#004f7c}.mockup-gallery{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem;justify-content:center}.mockup-gallery img{width:280px;border-radius:1rem;box-shadow:0 4px 10px #0000001a;transition:transform .2s ease}.mockup-gallery img:hover{transform:scale(1.03)}.image-placeholder{height:250px;background:var(--color-bg-alt);border:2px dashed var(--color-border);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);font-style:italic;margin:1.5rem 0}.image-title{text-align:center;font-weight:600;color:var(--color-primary, #1e4e8c);margin-top:.5rem;font-size:.95rem;letter-spacing:.3px}.desktop-img{aspect-ratio:16 / 9;width:100%;height:auto;object-fit:cover;border-radius:12px}.feature-strip{display:flex;justify-content:center;align-items:flex-start;gap:2rem;width:100%;max-width:1400px;margin:2rem auto 3rem;flex-wrap:nowrap;overflow-x:auto;padding:0 1rem;scroll-behavior:smooth}.feature-item{flex:1 1 33%;max-width:30%;text-align:center}
