:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#0f112a;text-decoration:inherit}a:hover{color:#a2a7f5}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.vid-temp img{display:block;width:100%;height:auto}.vid-temp{line-height:0}.vid-container{width:100%!important;aspect-ratio:16 / 9!important;margin:0;padding:0;line-height:0}.Home .banner-vid{width:10%;height:10%;object-fit:cover;display:block}.banner{display:flex;align-items:center;overflow:hidden;width:100%;background-color:#000;color:#fff;border-top-left-radius:12px;border-top-right-radius:12px}.banner-b{display:flex;align-items:center;overflow:hidden;width:100%;background-color:#000;color:#fff;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.banner-content{flex:1 1 0;display:flex;gap:1rem;white-space:nowrap;flex-shrink:0;min-width:100%;animation:scroll 50s linear infinite}.banner-content span{display:inline-block}.banner-content[aria-hidden=true]{position:absolute;visibility:hidden}.banner:hover{animation-play-state:paused}.reviews-section{padding:2rem}.reviews-container{display:flex;gap:1rem;flex-wrap:wrap}.review-card{background-color:#fff;border:1px solid #eee;border-radius:12px;padding:1rem;width:250px;box-shadow:0 2px 5px #0000000d}.quote{font-size:1.1rem;font-weight:500;margin-bottom:1rem}.profile{display:flex;align-items:center;gap:.75rem}.avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.name{font-weight:600}.description{font-size:.875rem;color:gray}.space-divider{height:0px;width:100%}.background{display:flex;flex-wrap:wrap}.beginning-section{display:flex}.title-section{flex:0 0 200px;display:flex;align-items:flex-start;padding-top:5%;padding-bottom:5%}.vertical-title{writing-mode:vertical-rl;text-orientation:mixed;font-size:5rem;font-weight:700;color:#fff3;text-shadow:2px 2px 4px rgba(152,114,79,.8),-2px -2px 4px rgba(152,114,79,.8),2px -2px 4px rgba(152,114,79,.8),-2px 2px 4px rgba(152,114,79,.8),0px 0px 8px rgba(152,114,79,.6),0px 0px 16px rgba(152,114,79,.4);letter-spacing:2rem;text-transform:uppercase;margin:0;transform:rotate(180deg)}.video-section{flex:1;display:flex;padding-top:5%;height:70%;width:50%;justify-content:flex-end}.video-container{background:#824d4d1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:30px;box-shadow:0 8px 32px #0000004d;border:1px solid rgba(255,255,255,.2);width:75%;max-width:80%;transition:transform .3s ease,box-shadow .3s ease}.video-container:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0006}.project-video{width:100%;height:auto;border-radius:15px;box-shadow:0 4px 20px #0000004d}.projects-container{display:flex;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);font-family:Arial,sans-serif}@keyframes shimmer{0%{left:-100%}to{left:100%}}@media (max-width: 1024px){.title-section{flex:0 0 150px}.vertical-title{font-size:3rem;letter-spacing:.3rem}}@media (max-width: 768px){.projects-container{flex-direction:column}.title-section{flex:none;height:100px;padding:20px}.vertical-title{writing-mode:horizontal-tb;text-orientation:initial;transform:none;font-size:2.5rem;text-align:center}.video-section,.video-container{padding:20px}.video-placeholder{height:250px}}@media (max-width: 480px){.vertical-title{font-size:2rem;letter-spacing:.2rem}}.river-container{display:flex;flex-direction:column;gap:300px;padding-bottom:200px;padding-top:50px;align-items:center}.content-card{position:relative;display:flex;justify-content:space-between;align-items:space-between;width:50%;animation:fadeInUp .6s ease-out forwards;opacity:1}.content-card.left{left:15%}.content-card.right{right:15%}.card-content{position:relative;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease;z-index:1}.card-content:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.card-content img{width:100%;height:100%;object-fit:cover}.text-content{padding:20px}.text-content h3{margin:0 0 12px;font-size:1.25rem;font-weight:600;color:#1f2937}.text-content p{margin:0;color:#6b7280;line-height:1.6;font-size:.95rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.content-card:nth-child(2){animation-delay:.1s}.content-card:nth-child(3){animation-delay:.2s}.content-card:nth-child(4){animation-delay:.3s}.content-card:nth-child(5){animation-delay:.4s}.content-card:nth-child(6){animation-delay:.5s}html,body{margin:0;padding:0;width:100%}.navbar{display:flex;justify-content:space-between;align-items:right;padding:1rem;width:100%;flex-wrap:wrap;box-sizing:border-box}.brand{font-size:1rem;font-weight:700;justify-content:space-around}.nav-links{display:flex;gap:1rem;margin-left:auto;flex-wrap:wrap;max-width:100%}.vertical-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.scroll_vertical-controls{display:flex;flex-direction:column;gap:8px}.scroll_vertical-btn{width:44px;height:44px;border:none;border-radius:50%;background:#fff;color:#6b7280;font-size:18px;font-weight:700;cursor:pointer;box-shadow:0 2px 8px #0000001a;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.scroll_vertical-btn:hover{background:#f9fafb;color:#1a1a1a;box-shadow:0 4px 12px #00000026}.scroll_vertical-btn:active{transform:scale(.95)}.projects-vertical-container{max-height:600px;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;padding:10px;border-radius:12px;background:#ffffff80;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.projects-vertical-container::-webkit-scrollbar{width:8px}.projects-vertical-container::-webkit-scrollbar-track{background:transparent;border-radius:10px}.projects-vertical-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.projects-vertical-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.projects-vertical-container .vertical-project-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;margin-bottom:20px;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;width:100%}.projects-vertical-container .vertical-project-card:last-child{margin-bottom:0}.projects-vertical-container .vertical-project-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.vertical-project-image{width:100%;height:200px;object-fit:cover;display:block}.vertical-project-content{padding:20px}.vertical-project-subtitle{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 12px;letter-spacing:-.015em}.vertical-project-description{font-size:.95rem;line-height:1.6;color:#6b7280;margin:0}.background{display:block;flex-wrap:wrap;text-align:left}.beginning{display:flex;flex-wrap:wrap;text-align:left}.vid-temp-proj img{display:flex;width:100%;height:150px;border-radius:.2rem}.recents{display:flex;flex-wrap:wrap}.stats-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem}.stats-card{flex:1 1 calc(33.33% - 1rem);display:flex;flex-direction:column}.stats-card img{width:100%;height:auto;display:block;border-radius:.5rem}.stats-card h3{margin:.5rem 0 .25rem;font-size:1.25rem}.stats-card p{margin:0;color:#555;line-height:1.4}@media (max-width: 768px){.stats-card{flex:1 1 100%}}.Doodle img{width:70%}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-100% - 1rem))}}.image-row{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.image-row .image-container{flex:1 1 0;max-width:100%}.image-row .image-container img{display:block;width:100%;height:auto}.space-divider{height:1px;width:100%;margin:2rem 0;opacity:0}.section{margin-bottom:60px;opacity:1}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;opacity:1}.section-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.025em;opacity:1}.scroll-controls{display:flex;gap:8px;opacity:1}.scroll-btn{width:44px;height:44px;border:none;border-radius:50%;background:#fff;color:#6b7280;font-size:18px;font-weight:700;cursor:pointer;box-shadow:0 2px 8px #0000001a;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.scroll-btn:hover{background:#f9fafb;color:#1a1a1a;box-shadow:0 4px 12px #00000026;opacity:1}.scroll-btn:active{transform:scale(.95);opacity:1}.projects-scroll-container{display:flex;gap:20px;overflow-x:auto;overflow-y:hidden;width:100%;opacity:1}.projects-scroll-container::-webkit-scrollbar{display:none}.project-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:transform .2s ease,box-shadow .2s ease;flex-shrink:0;width:320px;cursor:pointer}.project-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.project-image{width:100%;height:200px;object-fit:cover;display:block}.project-content{padding:20px}.project-subtitle{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 12px;letter-spacing:-.015em}.project-description{font-size:.95rem;line-height:1.6;color:#6b7280;margin:0}@media (max-width: 768px){.portfolio-container{padding:20px 16px}.section-header{flex-direction:column;align-items:flex-start;gap:16px}.section-title{font-size:2rem}.scroll-controls{align-self:flex-end}.projects-scroll-container{gap:16px}.project-card{width:280px}.project-content{padding:16px}.project-subtitle{font-size:1.125rem}.project-description{font-size:.9rem}}@media (max-width: 480px){.section-title{font-size:1.75rem}.scroll-btn{width:40px;height:40px;font-size:16px}.project-card{width:260px}.project-content{padding:14px}}.recipes-page{width:100%;min-height:100vh;padding:30px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#fafafa;display:flex;flex-direction:column;box-sizing:border-box;max-width:1200px;margin:0 auto}.header{margin-bottom:50px;flex-shrink:0}.profile-section{display:flex;justify-content:center;align-items:flex-start;gap:30px;margin-bottom:20px}.profile-image{flex-shrink:0;display:flex}.profile-image img{width:150px;height:150px;border-radius:50%;object-fit:cover;border:3px solid #dbdbdb}.profile-info{flex:1;max-width:600px}.profile-header{display:flex;align-items:center;gap:20px;margin-bottom:20px;flex-wrap:wrap}.profile-name{font-size:28px;font-weight:300;color:#262626;margin:0}.header-buttons{display:flex;gap:8px}.view-profile-btn,.action-btn{padding:8px 16px;border:1px solid #dbdbdb;background:#fff;color:#262626;font-size:14px;font-weight:600;border-radius:4px;cursor:pointer;transition:all .2s ease}.view-profile-btn:hover,.action-btn:hover{background:#f5f5f5}.stats{display:flex;gap:40px;margin-bottom:20px;flex-wrap:wrap}.stat{font-size:16px;color:#262626;white-space:nowrap}.stat strong{font-weight:600}.bio{font-size:16px;line-height:1.5;color:#262626}.nav-tabs{display:flex;justify-content:center;border-top:1px solid #dbdbdb;margin-bottom:20px;flex-shrink:0}.tab{display:flex;align-items:center;gap:6px;padding:16px 20px;background:none;border:none;font-size:12px;font-weight:600;letter-spacing:1px;color:#8e8e8e;cursor:pointer;border-top:1px solid transparent;margin-top:-1px;transition:all .2s ease}.tab:hover{color:#262626}.tab.active{color:#262626;border-top-color:#262626}.tab-icon{font-size:12px}.recipe-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;flex:1;align-content:start;width:100%}.recipe-card{position:relative;aspect-ratio:4/5;overflow:hidden;cursor:pointer;border-radius:2px;background:#fff;width:100%;height:100%;box-shadow:0 2px 8px #0000001a;transition:box-shadow .3s ease}.recipe-card img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.recipe-card:hover img{transform:scale(1.05)}.recipe-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);padding:20px 16px 16px;transform:translateY(100%);transition:transform .3s ease}.recipe-card:hover .recipe-overlay{transform:translateY(0)}.recipe-title{color:#fff;font-size:18px;font-weight:600;margin:0;text-shadow:0 1px 3px rgba(0,0,0,.3)}@media (max-width: 768px){.recipes-page{padding:20px 16px;max-width:none}.profile-section{gap:20px}.profile-image img{width:120px;height:120px}.profile-header{flex-direction:column;gap:16px}.profile-name{font-size:24px}.stats{gap:30px}.recipe-grid{grid-template-columns:repeat(3,1fr);gap:16px}.nav-tabs{margin:0 -16px 20px}.tab{flex:1;justify-content:center;padding:16px 12px}}@media (max-width: 480px){.recipe-grid{grid-template-columns:repeat(3,1fr);gap:12px}.profile-image img{width:100px;height:100px}.profile-name{font-size:20px}.stats{gap:20px}.header-buttons{flex-direction:column;width:100%;max-width:200px}.view-profile-btn,.action-btn{width:100%}.profile-header{gap:12px}}@media (min-width: 1200px){.recipe-grid{grid-template-columns:repeat(3,1fr);gap:24px}}@media (min-width: 1600px){.recipes-page{max-width:100%}.recipe-grid{grid-template-columns:repeat(3,1fr);gap:30px}}.recipe-card img{background:#f5f5f5}.recipe-card:hover{box-shadow:0 8px 24px #00000026}.page-divider{height:1px;background-color:#ccc;width:100%;margin:2rem 0}.footer{background-color:#f5f5f5;padding:2rem 0;border-top:1px solid #e0e0e0;max-width:100%}.footer-content{max-width:100%;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:flex-start;gap:3rem}.footer-left{flex:1;max-width:100%}.contact-title{font-size:1.5rem;font-weight:400;margin-bottom:1.5rem;color:#333}.social-icons{display:flex;gap:1rem}.social-icon{color:#666;font-size:1.5rem;transition:color .3s ease}.social-icon:hover{color:#333}.footer-right{flex:2;max-width:100%}.topic-title{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#333}.topic-text{color:#666;line-height:1.6;font-size:.95rem}
