@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap";.settings-modal-overlay{position:fixed;inset:0;z-index:900}.settings-modal{background-color:var(--card-bg);padding:2rem;border-radius:.25rem;width:90%;max-width:400px;max-height:80vh;overflow-y:auto;box-shadow:0 10px 25px #0003;border:1px solid var(--border-color);position:absolute;top:80px;right:1rem;transform-origin:top right}.settings-close-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;color:var(--text-color);cursor:pointer}.settings-title{margin-top:0;margin-bottom:2rem;color:var(--text-color)}.setting-label-with-help{display:flex;align-items:baseline;gap:.35rem;margin-bottom:.5rem}.setting-label-with-help .settings-help-wrapper{position:relative;top:.1rem}.setting-label-with-help .setting-label{margin-bottom:0}.settings-help-wrapper{position:relative;display:inline-flex;align-items:center}.settings-help-btn{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:50%;border:1px solid var(--border-color);background:var(--bg-color);color:var(--text-color);cursor:pointer;opacity:.5;transition:opacity .2s,background-color .2s;padding:0}.settings-help-btn:hover{opacity:1;background:var(--border-color)}.settings-help-btn svg{width:.75em!important;height:.75em!important;min-width:.75em;min-height:.75em;flex-shrink:0;display:inline-block!important}.settings-help-popover{position:absolute;bottom:calc(100% + .5rem);left:50%;width:max(14rem,200px);background:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;box-shadow:0 -4px 20px #0000001f;padding:.75rem;z-index:20;transform-origin:bottom center}.settings-help-arrow{position:absolute;bottom:-6px;left:50%;transform:translate(-50%) rotate(45deg);width:10px;height:10px;background:var(--card-bg);border-right:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.settings-help-text{margin:0;font-size:.8rem;line-height:1.5;color:var(--text-color);opacity:.85}.setting-group{margin-bottom:1.5rem}.setting-label{display:block;margin-bottom:.5rem;font-weight:700;opacity:.8;color:var(--text-color)}.setting-options{display:flex;gap:.5rem;background-color:var(--bg-color);padding:.3rem;border-radius:8px;border:1px solid var(--border-color)}.setting-options.vertical{flex-direction:column}.slider-container{position:relative;overflow:hidden}.slider-indicator{position:absolute;top:.3rem;left:.3rem;width:calc(50% - .3rem);height:calc(100% - .6rem);background-color:var(--primary-color);border-radius:6px;z-index:0}.slider-container-vertical{position:relative;overflow:hidden}.slider-indicator-vertical{position:absolute;top:.3rem;left:.3rem;width:calc(100% - .6rem);height:calc(33.333% - .2rem);background-color:var(--primary-color);border-radius:6px;z-index:0}.setting-option-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem;border:none;border-radius:6px;background-color:transparent;color:var(--text-color);cursor:pointer;transition:color .2s;font-family:inherit;position:relative;z-index:1}.slider-btn.active{color:#fff;font-weight:700}@media(max-width:480px){.settings-modal{padding:1.5rem;left:1rem;right:1rem;width:auto;top:80px;max-width:none;transform:none!important}.settings-title{margin-bottom:1.5rem;font-size:1.25rem}.setting-group{margin-bottom:1rem}.setting-option-btn{padding:.5rem;font-size:.9rem}}.settings-version{margin-top:1rem;text-align:center;font-size:.75rem;color:var(--text-color);opacity:.5;font-family:var(--font-ui)}.setting-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0}.setting-toggle-label{display:flex;align-items:center;gap:.5rem;font-weight:500;color:var(--text-color)}.toggle-switch{position:relative;width:3rem;height:1.75rem;background-color:var(--border-color);border:none;border-radius:1rem;cursor:pointer;transition:background-color .3s ease;padding:.25rem;overflow:hidden;display:flex;align-items:center}.toggle-switch.active{background-color:var(--primary-color)}.toggle-knob{width:1.25rem;height:1.25rem;background-color:#fff;border-radius:50%;box-shadow:0 .125rem .25rem #0003;flex-shrink:0}.toggle-checkbox{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:2.75rem;height:1.5rem;background-color:var(--border-color);border-radius:1rem;cursor:pointer;transition:background-color .3s ease;position:relative;border:none;outline:none;flex-shrink:0;overflow:hidden;color:transparent;margin:0}.toggle-checkbox:after{content:none!important;display:none!important}.toggle-checkbox:before{content:"";position:absolute;top:50%;left:.125rem;transform:translateY(-50%);width:1.25rem;height:1.25rem;background-color:#fff;border-radius:50%;box-shadow:0 .125rem .25rem #0003;transition:left .3s ease}.toggle-checkbox:checked{background-color:var(--primary-color)}.toggle-checkbox:checked:before{left:calc(100% - 1.375rem)}.help-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fadeIn .2s ease-out}.help-modal-content{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem;width:90%;max-width:320px;position:relative;box-shadow:0 10px 25px #0003;animation:slideUp .3s ease-out}.help-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:var(--text-color);cursor:pointer;padding:.5rem;border-radius:50%;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.help-modal-close:hover{background-color:var(--secondary-color);color:var(--text-on-secondary)}.help-modal-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center;color:var(--text-color)}.help-modal-items{display:flex;flex-direction:column;gap:1rem}.help-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background-color:var(--bg-color);border-radius:12px;border:1px solid var(--border-color)}.help-icon-wrapper{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:var(--secondary-color);border-radius:8px;color:var(--text-on-secondary)}.help-label{font-size:1.1rem;font-weight:500;color:var(--text-color)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}body.theme-light{--spiral-color-1: #ffb347;--spiral-color-2: #ffcc33;--spiral-color-3: #ff9966;--spiral-bg: #fff5e6;--spiral-opacity: .6;--section-bg-1: #f8f8f8;--section-bg-2: #f8f8f8;--section-bg-3: #f8f8f8}body.theme-dark{--spiral-color-1: #2b5876;--spiral-color-2: #4e4376;--spiral-color-3: #3b2667;--spiral-bg: #1a1a2e;--spiral-opacity: .3;--section-bg-1: #181818;--section-bg-2: #181818;--section-bg-3: #181818}.home-container{position:relative;width:100%;overflow:hidden;display:flex;flex-direction:column}.firefox-banner{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:var(--primary-color);color:#fff;padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-family:var(--font-ui);font-size:.9rem;box-shadow:0 2px 10px #0003}.firefox-banner-content{display:flex;align-items:center;gap:.75rem;flex:1}.firefox-banner-close{background:#fff3;border:none;color:#fff;width:2.5em;height:2.5em;min-width:2.5em;min-height:2.5em;font-size:1rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.firefox-banner-close svg{width:1.25em!important;height:1.25em!important;min-width:1.25em;min-height:1.25em;flex-shrink:0;display:inline-block!important}.firefox-banner-close:hover{background:#ffffff4d}.hero-section{height:100vh;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden;padding:0;width:100%;margin:0;scroll-snap-align:start;contain:paint;background-color:#000}.hero-content{position:relative;z-index:2;text-align:center}.hero-title{font-size:6.5rem;font-weight:800;margin-bottom:1rem;color:#fff!important;line-height:1.2;padding:0 1rem}@media(max-width:768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem;padding:0 1rem}}.hero-subtitle{font-size:1.5rem;color:#fff!important;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;gap:1.5rem;margin-top:1rem;z-index:10;flex-wrap:wrap;justify-content:center}.hero-btn{padding:.8rem 2rem;border-radius:50px;font-weight:600;text-decoration:none!important;transition:transform .2s,box-shadow .2s;font-size:1.1rem;will-change:transform}.portfolio-btn{background:#ff5722;color:#fff;box-shadow:0 4px 10px #ff57224d}.cv-btn{background:#673ab7;color:#fff;border:none;box-shadow:0 4px 10px #673ab74d}.portfolio-btn:hover,.cv-btn:hover{transform:scale(1.05);color:#fff}.background-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.7;z-index:0;pointer-events:none}.hero-section:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:20vh;background:linear-gradient(to bottom,transparent,#000000);z-index:1;pointer-events:none}.spiral-background{position:absolute;top:50%;left:50%;width:200vmax;height:200vmax;transform:translate(-50%,-50%);background:conic-gradient(from 0deg,var(--spiral-color-1),var(--spiral-color-2),var(--spiral-color-3),var(--spiral-color-1));animation:none!important;opacity:var(--spiral-opacity);filter:blur(60px);z-index:0;border-radius:50%;pointer-events:none}.mirage-overlay{display:none!important}.scroll-indicator{position:absolute;bottom:6rem;left:50%;transform:translate(-50%);cursor:pointer;animation:bounce 2s infinite;z-index:10;color:#fff;opacity:.8;transition:opacity .3s}.scroll-indicator:hover{opacity:1}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.section-title{text-align:center;width:100%;margin-bottom:2rem;position:relative;z-index:2}.section-title:after{content:"";display:block;width:60px;height:4px;background:var(--primary-color);margin:1rem auto 0;border-radius:2px}.content-section,.full-width-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem 1rem;position:relative;box-sizing:border-box;scroll-snap-align:start}.content-section:nth-of-type(1),.full-width-section,.content-section:last-of-type{background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#1a1a1a}.content-section:nth-of-type(1):before,.full-width-section:before,.content-section:last-of-type:before{content:"";position:absolute;inset:0;background:#0000008c;z-index:0}.content-section:nth-of-type(1) .section-title,.content-section:nth-of-type(1) .section-text,.content-section:nth-of-type(1) .btn-primary,.full-width-section .section-title,.full-width-section .btn-primary,.content-section:last-of-type .section-title,.content-section:last-of-type p,.content-section:last-of-type .social-title{position:relative;z-index:1;color:#fff}.content-section:last-of-type .social-links a{position:relative;z-index:1}.content-section:nth-of-type(1) .section-title:after,.full-width-section .section-title:after,.content-section:last-of-type .section-title:after{background:#fff}.about-content,.portfolio-preview{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center;max-width:1000px;margin:0 auto;position:relative;z-index:1}.btn-primary{display:inline-block;padding:1rem 2rem;background:var(--primary-color);color:#fff;border-radius:50px;font-weight:600;font-size:1.1rem;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 15px #0003;border:none;cursor:pointer;text-decoration:none!important;will-change:transform}.btn-primary:hover{transform:scale(1.05)}.contact-form{display:flex;flex-direction:column;gap:1.5rem;max-width:600px;width:100%;margin:0 auto;background:var(--card-bg);padding:2rem;border-radius:.25rem;box-shadow:var(--card-shadow);box-sizing:border-box;align-items:center}.contact-form .form-group{width:100%}.contact-form .btn-primary{align-self:center}body.theme-dark .contact-form wa-input,body.theme-dark .contact-form wa-textarea{--wa-input-label-color: white !important;--wa-form-control-label-color: white !important}body.theme-dark .contact-form wa-input::part(form-control-label),body.theme-dark .contact-form wa-textarea::part(form-control-label){color:#fff!important}body.theme-dark .contact-form wa-input::part(input),body.theme-dark .contact-form wa-textarea::part(textarea){color:#000!important}.contact-form .contact-submit-btn{width:100%;background:var(--primary-color)!important;box-shadow:0 4px 15px #af5f024d;border:none;cursor:pointer;align-self:center;display:flex;justify-content:center;align-items:center;text-align:center}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500}.form-group input,.form-group textarea{padding:.8rem;border:1px solid var(--border-color);border-radius:6px;background:var(--bg-color);color:var(--text-color);font-family:inherit;transition:border-color .2s;width:100%;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-group textarea{min-height:150px;resize:none;field-sizing:content}.social-section{margin-top:2rem;width:100%;text-align:center}.social-title{font-size:1.5rem;margin-bottom:1rem;color:var(--text-color)}.social-links{display:flex;justify-content:center;gap:2rem;list-style:none;padding:0;margin:0}.social-links a{color:var(--secondary-color);font-size:1.5rem;transition:all .2s;display:flex;align-items:center;gap:.5rem;text-decoration:none!important;font-weight:600}.social-links a:hover{color:var(--secondary-color);transform:scale(1.1)}@media(max-width:450px){.social-links{flex-direction:column;align-items:center;gap:1rem}}.decoration-circle,.decoration-about,.decoration-portfolio,.decoration-contact{display:none}@media(max-width:768px){.decoration-circle{width:100%;height:50vh;filter:blur(40px)}.decoration-about{top:0;left:0}.decoration-portfolio{top:20%;right:0}.decoration-contact{bottom:0;left:0}}.contact-container{position:relative;z-index:1;width:100%;max-width:600px;margin:0 auto;padding:0 1rem;box-sizing:border-box}.full-width-section .btn-primary{background:var(--secondary-color);color:var(--text-on-secondary)}.full-width-section .btn-primary:hover{filter:none}.content-section:last-of-type .btn-primary{background:var(--primary-color);box-shadow:0 4px 15px #af5f024d}.content-section:last-of-type{min-height:80vh;padding-bottom:4rem}.portfolio-carousel-container{width:100%;overflow:hidden;padding:1rem 0;position:relative;z-index:1}.portfolio-carousel{display:flex;gap:1.5rem;overflow-x:auto;padding:1rem 4rem 2rem;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-behavior:auto}.portfolio-carousel::-webkit-scrollbar{display:none}.portfolio-carousel-item{flex:0 0 auto;width:456px;height:300px;border-radius:.25rem;overflow:hidden;cursor:pointer;position:relative;background:var(--card-bg)}.portfolio-carousel-item picture,.portfolio-carousel-item img{width:100%;height:100%;object-fit:cover;display:block}.carousel-item-overlay{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);opacity:0;transition:opacity .3s ease;pointer-events:none}.portfolio-carousel-item:hover .carousel-item-overlay{opacity:1}.carousel-item-title{color:#fff;font-weight:600;font-size:.95rem;text-shadow:0 2px 4px rgba(0,0,0,.5)}.lightbox-overlay{position:fixed;inset:0;background:#000000e6;display:flex;justify-content:center;align-items:center;z-index:2000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem}.lightbox-content{position:relative;max-width:90vw;max-height:85vh;background:var(--card-bg);border-radius:.25rem;overflow:hidden;box-shadow:0 25px 50px #00000080;display:flex;flex-direction:column}.lightbox-image-container{overflow:hidden;cursor:zoom-in;display:flex;align-items:center;justify-content:center;max-height:60vh;transition:max-height .3s ease}.lightbox-image-container img{display:block;max-width:100%;max-height:60vh;object-fit:contain;transition:transform .3s ease,max-height .3s ease;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.lightbox-image-container.zoomed{overflow:auto;cursor:zoom-out;max-height:75vh;-webkit-overflow-scrolling:touch}.lightbox-image-container.zoomed img{max-width:none;max-height:none;width:auto;height:auto;cursor:zoom-out}.lightbox-close{position:absolute;top:1rem;right:1rem;background:#0009;border:none;color:#fff;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s;z-index:10}.lightbox-close:hover{background:#000c;transform:scale(1.1)}.lightbox-caption{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;border-top:1px solid var(--border-color)}.lightbox-caption span{font-weight:600;font-size:1.1rem;color:var(--text-color)}.lightbox-link{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff!important;padding:.6rem 1.2rem;border-radius:25px;font-weight:600;transition:transform .2s,box-shadow .2s;text-decoration:none!important}.lightbox-link:hover{transform:scale(1.1)}@media(max-width:768px){.portfolio-carousel{padding:1rem 2rem;gap:1rem}.portfolio-carousel-item{width:360px;height:240px}.lightbox-content{max-width:95vw;max-height:90vh}.lightbox-caption{flex-direction:column;text-align:center;padding:1rem}}.filter-bar{display:flex;flex-direction:column;align-items:stretch;gap:1rem}.filter-header{display:flex;align-items:stretch;gap:1rem;width:100%}.search-wrapper{position:relative;flex:1;display:flex}.search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);opacity:.5;pointer-events:none}.search-input{padding-left:2.5rem;width:100%;height:100%;border:1px solid var(--border-color);border-radius:8px;background-color:var(--card-bg);color:var(--text-color);font-family:inherit;box-sizing:border-box}.advanced-options-btn{display:flex;align-items:center;gap:.5rem;padding:.8rem 1.2rem;border-radius:8px;border:1px solid var(--border-color);background-color:var(--card-bg);color:var(--text-color);cursor:pointer;transition:all .2s;flex-shrink:0;white-space:nowrap;font-family:inherit;height:auto;box-sizing:border-box}.advanced-options-btn.active{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.advanced-panel{overflow:hidden;margin-top:.5rem}.advanced-panel-content{padding:1.5rem;background-color:var(--card-bg);border-radius:12px;border:1px solid var(--border-color);display:flex;flex-direction:column;gap:1.5rem}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-label{font-size:.9rem;font-weight:700;color:var(--text-color)}.mode-btn{padding:.4rem .8rem;border-radius:6px;border:1px solid var(--border-color);background-color:transparent;color:var(--text-color);cursor:pointer}.mode-btn.active{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.sort-select{padding:.4rem 2.5rem .4rem .8rem;border-radius:6px;border:1px solid var(--border-color);background-color:var(--bg-color);color:var(--text-color);cursor:pointer;font-family:inherit;width:auto;min-width:160px}@media(min-width:768px){.filter-header{gap:1rem}}.carousel-description{text-align:center;padding:.5rem 1rem;min-height:2rem;display:flex;align-items:center;justify-content:center}.carousel-description-text{margin:0;font-size:.95rem;font-style:italic;color:var(--text-muted, #6b7280);line-height:1.4}.carousel-pagination{display:flex;justify-content:center;gap:.5rem;padding:.5rem 0}.carousel-dot{width:10px;height:10px;border-radius:50%;border:none;background-color:var(--border-color, #e2e8f0);cursor:pointer;transition:all .2s ease;padding:0}.carousel-dot:hover{background-color:var(--primary-color-alpha, rgba(14, 165, 233, .5))}.carousel-dot.active{background-color:var(--primary-color, #0ea5e9);transform:scale(1.2)}.carousel-thumbnails-container{display:flex;justify-content:center;padding-bottom:1rem}.carousel-thumbnails-scroller{display:flex;gap:var(--wa-space-s, .5rem);overflow-x:auto;scrollbar-width:none;scroll-behavior:smooth;scroll-padding:var(--wa-space-s, .5rem);padding:.5rem 0;max-width:100%}.carousel-thumbnails-scroller::-webkit-scrollbar{display:none}.carousel-thumbnail-image{width:6rem;height:4.5rem;object-fit:cover;border-radius:var(--wa-border-radius-medium, 4px);opacity:.7;will-change:opacity;transition:opacity .25s ease,transform .2s ease;cursor:pointer;border:2px solid transparent;flex-shrink:0}.carousel-thumbnail-image:hover{opacity:.8;transform:scale(1.05)}.carousel-thumbnail-image.active{opacity:1;border-color:var(--primary-color, #0ea5e9);transform:scale(1.05)}.carousel-modal-image,.carousel-modal-container{-webkit-tap-highlight-color:transparent;touch-action:manipulation}wa-carousel{--aspect-ratio: 16/9;border-radius:0;box-shadow:none}wa-carousel-item::part(image){object-fit:contain;width:100%;height:100%;cursor:zoom-in}@media(max-width:768px){wa-carousel{border-radius:0}}.back-to-portfolio-fixed{position:fixed;top:6rem;left:2rem;z-index:100}.back-to-portfolio-fixed .back-to-portfolio-btn{display:inline-flex;align-items:center;gap:0;color:var(--text-color);text-decoration:none;padding:.75rem;border-radius:9999px;background-color:var(--back-button-bg);opacity:.8;box-shadow:0 .25rem .75rem #00000026;transition:padding-right .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease,opacity .2s ease;font-size:1rem;font-family:var(--font-ui);overflow:hidden;white-space:nowrap}.back-to-portfolio-fixed .back-to-portfolio-btn:hover{opacity:1}.back-to-portfolio-fixed .back-to-portfolio-btn .btn-text{display:inline-block;max-width:0;opacity:0;transition:max-width .3s cubic-bezier(.4,0,.2,1),opacity .2s ease .1s,margin .3s ease;margin-left:0;overflow:hidden}.back-to-portfolio-fixed .back-to-portfolio-btn:hover{padding-right:1.25rem;box-shadow:0 .375rem 1rem #0003}.back-to-portfolio-fixed .back-to-portfolio-btn:hover .btn-text{max-width:12rem;opacity:1;margin-left:.5rem}.back-to-portfolio-static{margin-bottom:1.5rem}.back-to-portfolio-static .back-to-portfolio-btn{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-color);text-decoration:none;padding:.5rem 1rem;border-radius:9999px;background-color:var(--back-button-bg);transition:opacity .2s ease;font-size:.9rem;font-family:var(--font-ui)}.back-to-portfolio-static .back-to-portfolio-btn:hover{opacity:.8;transform:scale(1.1)}.back-to-portfolio-static .back-to-portfolio-btn .btn-text{opacity:1}.project-header{margin-bottom:2rem}.project-title{font-size:2.5rem;margin-bottom:.5rem}.project-meta{display:flex;gap:1.5rem;align-items:center;margin-bottom:1.5rem;color:var(--text-color);opacity:.8;flex-wrap:wrap}.project-meta-item{display:flex;align-items:center;gap:.5rem}.project-category{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.project-category-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .8rem;border-radius:.25rem;background-color:var(--back-button-bg);color:var(--pill-color, var(--primary-color));font-size:.85rem;font-weight:500;transition:background-color .2s ease}.project-category-pill svg{flex-shrink:0}.project-tags{display:flex;gap:.5rem;flex-wrap:wrap}.project-tag{background-color:var(--secondary-color);padding:.3rem .8rem;border-radius:.25rem;font-size:.85rem;color:var(--text-on-secondary);display:inline-flex;align-items:center;gap:.4rem}.project-hero{position:relative;margin-bottom:2rem}.project-hero-image{width:100%;max-height:25rem;object-fit:cover;border-radius:.25rem;box-shadow:var(--card-shadow);transition:transform .3s ease,box-shadow .3s ease}.project-hero.clickable{cursor:pointer}.project-hero.clickable .project-hero-image:hover{transform:scale(1.01);box-shadow:0 .5rem 1.875rem #0003}.action-button-overlay{position:absolute;bottom:1rem;right:1rem;display:inline-flex;align-items:center;gap:.6rem;padding:1rem 1.75rem;background:#3b82f6e6;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);color:#fff;border-radius:9999px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 .25rem .9375rem #3b82f666;border:none;cursor:pointer;text-decoration:none}.action-button-overlay:hover{transform:translateY(-.125rem) scale(1.05);background:#3b82f6;box-shadow:0 .375rem 1.25rem #3b82f680}.project-gallery{margin-top:3rem;width:100%}.project-gallery h3{padding-bottom:.5rem;border-bottom:.125rem solid var(--border-color)}.project-gallery-container{width:100%}.project-content ul ul,.project-content ol ol,.project-content ul ol,.project-content ol ul{margin-left:15%;padding-left:0}.project-content a{color:#ff5722;font-weight:500;text-decoration:underline;text-underline-offset:2px;transition:color .2s}.project-content a:hover{color:#af5f02}body.theme-dark .project-content a{color:var(--secondary-color)}body.theme-dark .project-content a:hover{color:var(--hover-color)}.split-panel-editorial{display:flex;gap:4rem;align-items:center;margin:6rem 0 8rem;width:100%}.split-panel-editorial.layout-normal{flex-direction:row}.split-panel-editorial.layout-reverse{flex-direction:row-reverse}.split-panel-image-container{flex:1;display:flex;flex-direction:column;align-items:center;gap:1.5rem;position:relative}.split-panel-image{width:100%;border-radius:.25rem;cursor:zoom-in;box-shadow:var(--card-shadow);object-fit:cover}.split-panel-caption-wrapper{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:1rem;display:flex;justify-content:center;align-items:flex-start;width:100%;pointer-events:none}.split-panel-badge{font-size:.9rem;padding:.5rem 1rem;border-radius:50px;white-space:normal;height:auto;text-align:center;line-height:1.4;background-color:var(--secondary-color);color:var(--text-on-secondary);box-shadow:0 4px 12px #0000001a;border:1px solid var(--border-color);pointer-events:auto;font-style:italic;text-justify:inter-word}.split-panel-text-container{flex:1;text-align:left;line-height:1.8;font-size:1.025rem;display:flex;flex-direction:column;justify-content:center;background-color:var(--bg-secondary);padding:1.5rem;border-radius:.25rem}@media(max-width:768px){.back-to-portfolio-fixed{top:4.5rem;left:1rem}.project-title{font-size:1.75rem}.project-meta{gap:1rem}.project-hero-image{max-height:15rem}.action-button-overlay{padding:.75rem 1.25rem;font-size:.95rem}.back-to-portfolio-fixed .back-to-portfolio-btn .btn-text{display:none!important;margin-left:0!important;max-width:0!important;opacity:0!important}.back-to-portfolio-fixed .back-to-portfolio-btn,.back-to-portfolio-fixed .back-to-portfolio-btn:hover{padding-right:.75rem!important}.project-content ul ul,.project-content ol ol,.project-content ul ol,.project-content ol ul{margin-left:5%}.split-panel-editorial,.split-panel-editorial.layout-normal,.split-panel-editorial.layout-reverse{flex-direction:column-reverse;gap:2rem;margin:4rem 0 6rem}.split-panel-text-container{text-align:left}}.influences-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:var(--wa-space-l, 1rem)}@media(min-width:45em){.influences-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:75em){.influences-grid{grid-template-columns:repeat(3,1fr)}}.influence-card-media{width:100%;aspect-ratio:5 / 4;overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:0!important}.influence-card-media img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:0!important}.about-page wa-card{--spacing: var(--wa-space-s, .5rem);text-align:justify}.about-page wa-card [slot=header]{font-size:1.4rem!important;margin:0;padding:.75rem 1rem}.about-page wa-card p{line-height:1.6;font-size:1.05rem;padding:0 1rem 1rem;margin:0}.soft-skills-container{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:1rem;margin:2rem 0}.skill-pill{padding:.5rem 1.5rem;border-radius:50px;font-weight:600;font-size:1.1rem;color:#fff;box-shadow:0 4px 6px #0000001a;transition:all .2s cubic-bezier(.34,1.56,.64,1);cursor:default;-webkit-user-select:text;user-select:text;opacity:0;animation:fadeInPop .5s ease-out forwards;border:2px solid transparent}.skill-pill:hover{transform:scale(1.05) translateY(-2px);box-shadow:0 8px 15px #0003;z-index:10}.skill-pill:nth-child(4n+1){background-color:var(--accent-1);color:var(--text-on-secondary)}.skill-pill:nth-child(4n+2){background-color:var(--accent-2);color:var(--text-on-secondary)}.skill-pill:nth-child(4n+3){background-color:var(--accent-3);color:var(--text-on-secondary)}.skill-pill:nth-child(4n+4){background-color:var(--accent-4);color:#fff}@keyframes fadeInPop{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}body.theme-dark .about-page wa-card{--wa-card-background-color: var(--card-bg, #1e293b);--wa-card-border-color: var(--border-color, #334155);background-color:var(--card-bg, #1e293b)!important;border:1px solid var(--border-color, #334155)!important;color:var(--text-color, #f8fafc)!important}body.theme-dark .about-page wa-card [slot=header]{color:var(--text-color, #f8fafc)!important;font-size:1.7rem!important;background-color:transparent!important}body.theme-dark .about-page wa-card p{color:var(--text-color, #f8fafc)!important}body.theme-dark .about-page wa-card span{color:var(--text-color, #f8fafc)!important}@font-face{font-family:Helvetica Neue eText Pro;src:url(/fonts/HelveticaNeueETPro45Light.TTF) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Neue eText Pro;src:url(/fonts/HelveticaNeueETPro46LightIt.TTF) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Helvetica Neue eText Pro;src:url(/fonts/HelveticaNeueETPro55Roman.TTF) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Neue eText Pro;src:url(/fonts/HelveticaNeueETPro56RomIt.TTF) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Helvetica Neue eText Pro;src:url(/fonts/HelveticaNeueETPro65Med.TTF) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Neue eText Pro;src:url(/fonts/HelveticaNeueETPro66MedIt.TTF) format("truetype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Helvetica Neue eText Pro;src:url(/fonts/HelveticaNeueETPro75Bd.TTF) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Neue eText Pro;src:url(/fonts/HelveticaNeueETPro75BdIt.TTF) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Neue Haas Grotesk Display;src:url(/fonts/NeueHaasDisplayXXThin.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Neue Haas Grotesk Display;src:url(/fonts/NeueHaasDisplayXThin.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Neue Haas Grotesk Display;src:url(/fonts/NeueHaasDisplayThin.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Neue Haas Grotesk Display;src:url(/fonts/NeueHaasDisplayLight.ttf) format("truetype");font-weight:350;font-style:normal;font-display:swap}@font-face{font-family:Neue Haas Grotesk Display;src:url(/fonts/NeueHaasDisplayRoman.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Neue Haas Grotesk Display;src:url(/fonts/NeueHaasDisplayMediu.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Neue Haas Grotesk Display;src:url(/fonts/NeueHaasDisplayBold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Neue Haas Grotesk Display;src:url(/fonts/NeueHaasDisplayBlack.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}:root{--font-body: "Helvetica Neue eText Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;--font-heading: "Neue Haas Grotesk Display", "Helvetica Neue", Helvetica, Arial, sans-serif;--font-ui: "Google Sans", "Outfit", sans-serif;--font-logo: "Outfit", sans-serif}:root{--font-main: "Inter", system-ui, Avenir, Helvetica, Arial, sans-serif;--transition-speed: .3s;--width-read: 65ch;--accent-1: #FFDBBB;--accent-2: #BADDFF;--accent-3: #BAFFF5;--accent-4: #496580}body.theme-light,html.theme-light body{--bg-main: #f8f8f8;--bg-secondary: #ffffff;--text-main: #0e0d0d;--text-muted: #666666;--border-color: #cccccc;--card-shadow: 0 4px 6px rgba(0, 0, 0, .1);--back-button-bg: #e5e5e5;--bg-color: var(--bg-main);--text-color: var(--text-main);--card-bg: var(--bg-secondary);--primary-color: var(--accent-4);--secondary-color: var(--accent-1);--text-on-secondary: var(--text-main);--bg-secondary-old: #f0f0f0}body.theme-dark,html.theme-dark body{--bg-main: #181818;--bg-secondary: #1f1f1f;--text-main: #ececec;--text-muted: #c0c0c0;--border-color: #3a3a3a;--card-shadow: 0 4px 6px -1px rgba(0, 0, 0, .5), 0 2px 4px -1px rgba(0, 0, 0, .3);--back-button-bg: #3a3a3a;--bg-color: var(--bg-main);--text-color: var(--text-main);--card-bg: var(--bg-secondary);--primary-color: var(--accent-4);--secondary-color: var(--accent-2);--text-on-secondary: #000000;--hover-color: var(--accent-3)}body{background-color:var(--bg-main);color:var(--text-main);font-family:var(--font-main);transition:background-color var(--transition-speed),color var(--transition-speed);margin:0;min-height:100vh}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}html{scroll-behavior:smooth;overflow-y:scroll}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background-color:var(--primary-color)}body{width:100%;min-height:100dvh;font-family:var(--font-body);font-size:16px;margin:0;overflow-x:hidden;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-main)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}.page-title{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-color)}.project-content{font-family:var(--font-body);font-size:1.05rem;line-height:1.7;color:var(--text-main);padding:0;margin-bottom:2rem;width:100%}.section-title{font-family:var(--font-heading);font-size:1.8rem;font-weight:800;margin-bottom:1.5rem;color:var(--text-color)}.section-text{font-family:var(--font-body);font-size:1.1rem;font-weight:500;line-height:1.7;color:var(--text-color)}a,a:hover{text-decoration:none!important}.app-container{display:flex;flex-direction:column;min-height:100dvh}.main-header{padding:1rem 2rem;padding-top:max(1rem,env(safe-area-inset-top));padding-right:max(2rem,env(safe-area-inset-right));padding-left:max(2rem,env(safe-area-inset-left));border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;background-color:var(--card-bg);box-shadow:0 2px 4px #0000000d;position:fixed;top:0;left:0;right:0;z-index:100;transition:transform .5s ease-in-out}.main-header.hidden{transform:translateY(-100%)}.main-header.visible{transform:translateY(0)}.nav-logo{font-size:1.5rem;font-weight:700;color:var(--accent-4)!important;text-decoration:none;letter-spacing:-.5px}.logo a{font-family:var(--font-logo);font-size:1.8rem;font-weight:800;color:var(--text-color);text-decoration:none;letter-spacing:-.5px}.main-nav{display:flex;gap:1.5rem;align-items:center}.main-nav a{font-family:var(--font-ui);color:var(--text-color);font-weight:500;transition:color .2s;font-size:1rem}.main-nav a:hover{color:var(--primary-color);text-decoration:none}.theme-toggle{background:none;border:none;color:var(--text-color);cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background-color .2s}.language-toggle{display:flex;align-items:center;gap:.2rem}.theme-toggle:hover{background-color:var(--secondary-color)}.main-content{flex:1;display:flex;flex-direction:column;width:100%;margin:0 auto;box-sizing:border-box}.page-container-normal{max-width:1200px;width:100%;margin:0 auto;padding:2rem;padding-top:calc(110px + env(safe-area-inset-top));box-sizing:border-box}.page-container-wide{max-width:90vw;width:100%;margin:0 auto;padding:2rem;padding-top:calc(110px + env(safe-area-inset-top));box-sizing:border-box}.page-container-full{width:100%;padding:0;box-sizing:border-box}.sticky-back-button{position:sticky;top:5rem;z-index:100;background-color:var(--bg-color);padding:.5rem 0;margin-bottom:1rem}@media(max-width:768px){.sticky-back-button{top:4.5rem}}.main-footer{font-family:var(--font-ui);padding:1.5rem 1rem;text-align:center;border-top:1px solid var(--border-color);background-color:var(--bg-secondary);color:var(--text-muted);transition:background-color .3s,color .3s;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:wrap}.portfolio-card{background-color:var(--card-bg);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;height:100%;display:flex;flex-direction:column;border:1px solid var(--border-color)}.card-image-container{position:relative;height:200px;overflow:hidden;transition:transform .5s ease}.card-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;border-radius:0!important}.card-overlay{position:absolute;inset:0;background:#0000004d;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.portfolio-card:hover .card-overlay{opacity:1}.view-project{color:#fff;border:1px solid white;padding:.5rem 1rem;border-radius:20px;background-color:var(--card-bg);color:var(--text-color);cursor:pointer;transition:all .2s;font-size:.9rem}.card-content{padding:.8rem;display:flex!important;flex-direction:column!important;flex:1 1 auto!important;min-height:0}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.8rem;gap:.5rem;flex-wrap:wrap}.card-category{font-size:.75rem;font-weight:700;color:var(--primary-color);text-transform:uppercase;letter-spacing:.05em;background:var(--bg-color);padding:.2rem .6rem;border-radius:12px;display:inline-flex;width:fit-content;flex-shrink:0;align-self:flex-start;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-category-content{display:flex;align-items:center;gap:.3rem}.card-category-dual{background:linear-gradient(var(--bg-color),var(--bg-color)) padding-box,linear-gradient(135deg,#10b981,#3b82f6) border-box;border:1.5px solid transparent}body:not(.theme-dark) .card-category{background:#f5f0e1}body:not(.theme-dark) .card-category-dual{background:linear-gradient(#f5f0e1,#f5f0e1) padding-box,linear-gradient(135deg,#10b981,#3b82f6) border-box}.card-date{font-family:var(--font-ui);font-size:.8rem;color:var(--text-muted)}.card-title{font-family:var(--font-heading);font-size:1.1rem;font-weight:600;color:var(--text-color);margin:0 0 .6rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem;gap:.5rem;flex-wrap:nowrap;overflow:hidden}.card-description{font-family:var(--font-body);font-size:.85rem;color:var(--text-main);margin:0 0 .8rem;line-height:1.5;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.portfolio-card h3{color:var(--text-color);margin:0 0 .5rem}.card-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:auto!important}.card-tags .tag{font-family:var(--font-ui);font-size:.7rem;background:var(--accent-1);padding:.2rem .5rem;border-radius:10px;color:var(--text-on-secondary)}.card-tags .tag img{border-radius:0!important}.category-filters{display:flex;gap:.5rem;flex-wrap:wrap}.category-btn{padding:.5rem 1rem;border-radius:20px;border:1px solid var(--border-color);background-color:var(--card-bg);color:var(--text-color);cursor:pointer;transition:all .2s;font-size:.9rem}.category-btn:hover,.category-btn.active{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.card-domain-overlay{position:absolute;top:0;right:0;width:0;height:0;border-style:solid;border-width:0 60px 60px 0;border-color:transparent var(--primary-color) transparent transparent;z-index:10;pointer-events:none}.card-domain-overlay.cs{border-color:transparent #3b82f6 transparent transparent;border-top:60px solid #3b82f6;border-left:60px solid transparent;border-right:0;border-bottom:0;border-width:0}.card-domain-overlay.urbanism{border-color:transparent #22c55e transparent transparent;border-top:60px solid #22c55e;border-left:60px solid transparent;border-right:0;border-bottom:0;border-width:0}.card-domain-icon{position:absolute;top:8px;right:8px;color:#fff;z-index:11}.nav-link{display:flex;align-items:center;justify-content:center;padding:.5rem;color:var(--text-color);border-radius:8px;transition:color .2s}.nav-link:hover{color:var(--primary-color);text-decoration:none}.nav-actions{display:flex;align-items:center;gap:.5rem;margin-left:.5rem;border-left:1px solid var(--border-color);padding-left:.5rem}.mobile-only{display:none}.help-container{position:relative}.help-legend{position:absolute;top:100%;right:0;background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;padding:1rem;box-shadow:0 4px 6px #0000001a;width:200px;z-index:1000;margin-top:.5rem}.legend-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9rem;color:var(--text-color)}.legend-item:last-child{margin-bottom:0}@media(max-width:768px){.main-header{padding:.8rem 1rem;padding-top:max(.8rem,env(safe-area-inset-top));padding-right:max(1rem,env(safe-area-inset-right));padding-left:max(1rem,env(safe-area-inset-left));max-width:100vw;box-sizing:border-box}.logo a{font-size:1.5rem;flex-shrink:0}.logo a span{display:none}.main-nav{gap:.2rem;overflow-x:hidden;flex-wrap:nowrap;justify-content:flex-end;flex:1}.filter-header{gap:.5rem!important}.nav-link{padding:.3rem}.nav-link span{display:none}.mobile-only{display:block}.page-container-normal,.page-container-wide{padding:1rem!important;padding-top:calc(90px + env(safe-area-inset-top))!important;width:100%!important;max-width:100%!important}.page-container-full{padding:0!important}.main-content{padding-top:0!important}body{overflow-x:hidden}.search-wrapper{flex:1!important;width:auto!important;max-width:none!important;min-width:0}.search-input{box-sizing:border-box!important}.advanced-options-btn{display:flex!important;padding:.8rem!important}.advanced-options-text{display:none}.desktop-nav-links{gap:.5rem}.category-label{display:none}.category-btn{padding:.5rem .6rem!important}}@media(min-width:769px){.nav-link{gap:.5rem;font-weight:500;font-size:1rem}}.desktop-nav-links{display:flex;gap:.5rem;align-items:center}.mobile-menu-btn{display:none;margin-left:.5rem;border-left:1px solid var(--border-color);padding-left:.5rem}.nav-help-btn{display:block}.nav-separator{display:flex;align-items:center;gap:.5rem;margin-left:.5rem;border-left:1px solid var(--border-color);padding-left:.5rem}@media(min-width:769px){.nav-help-btn{display:none}.nav-separator{padding-left:1rem}}@media(max-width:319px){.desktop-nav-links{display:none}.mobile-menu-btn{display:flex;align-items:center;justify-content:center}.nav-help-btn{display:none}.nav-separator{border-left:none;padding-left:0;margin-left:0}}.project-content{counter-reset:section-h3;width:100%;margin:0 auto}.project-content .toc-wrapper{width:100%;margin:2rem 0}.project-content .toc-wrapper wa-details,.project-content .toc-wrapper [part=base],.project-content .toc-wrapper [part=content],.project-content .toc-wrapper ul,.project-content .toc-wrapper li,.project-content .toc-wrapper a{width:100%!important;max-width:100%!important}@media(max-width:768px){.project-content .toc-wrapper{width:100%;padding-left:0}}.project-content .toc-wrapper,.project-content .toc-wrapper *{text-align:left!important}.article-reading-section,.article-toc-section{margin-left:max(2rem,20vw);margin-right:0}.article-reading-section{margin-top:0}.article-toc-section{padding:1rem 2rem;max-width:var(--width-read);box-sizing:border-box;margin-bottom:0}.article-reading-column{width:100%;max-width:var(--width-read)!important;margin-left:0;padding:2rem;box-sizing:border-box;background-color:var(--bg-secondary);border-radius:.5rem}.article-reading-column>p,.article-reading-column>h2,.article-reading-column>h3,.article-reading-column>h4,.article-reading-column>h5,.article-reading-column>h6,.article-reading-column>ul,.article-reading-column>ol,.article-reading-column>table,.article-reading-column>blockquote{width:100%;max-width:var(--width-read)!important;margin-left:0!important;margin-right:auto!important;text-align:left;box-sizing:border-box}.article-reading-column img{max-width:var(--width-read)!important;width:100%;height:auto;border-radius:0!important;box-shadow:none!important;display:block;margin:1.5rem 0 .5rem}.article-reading-column p.article-caption{margin-top:.5rem;margin-bottom:2.5rem;font-size:.9em;color:var(--text-muted)}.article-reading-column>h2,.article-reading-column>h3,.article-reading-column>h4,.article-reading-column>h5,.article-reading-column>h6{margin-top:3.5rem;margin-bottom:1.5rem;color:var(--text-color);text-wrap:wrap!important}.article-reading-column>p{margin-bottom:1.5rem}.article-reading-column>ul,.article-reading-column>ol{margin-bottom:1.5rem;padding-left:2rem}@media(max-width:1024px){.article-reading-section,.article-toc-section{margin-left:auto;margin-right:auto}}.project-content>p:has(.map-from-images){width:100%!important;max-width:none!important}.project-content .map-from-images,.project-content .map-exploration{width:100%}.project-content img:not(.carousel-thumbnail-image){max-height:70vh;width:100%;max-width:100%;object-fit:contain;border-radius:.25rem;box-shadow:0 4px 12px #0000001a}.project-content .image-text-section{display:flex;width:100%;gap:2rem;align-items:flex-start;margin-bottom:3rem}.project-content .image-text-section .image-side,.project-content .image-text-section .text-side{flex:1;min-width:0}@media(max-width:768px){.project-content{width:100%;padding:0 1rem;box-sizing:border-box}.project-content>p:not(:has(>img)){width:100%;max-width:none;text-align:left}.project-content h2,.project-content h3,.project-content h4,.project-content h5,.project-content h6{width:100%;max-width:none}.project-content blockquote{width:100%;max-width:none;font-size:1.1rem}.project-content ul,.project-content ol{width:100%;max-width:none}.project-content li{text-align:left}.project-content .image-text-section{flex-direction:column;gap:1rem}.split-section{flex-direction:column;gap:1.5rem}.split-section .split-text p{text-align:left}}.project-content h1{font-size:2rem;margin-top:2rem;margin-bottom:1rem;color:var(--text-color)}.project-content h2,.project-content h3,.project-content h4,.project-content h5,.project-content h6{scroll-margin-top:80px}.project-content h2{font-size:1.75rem;margin-top:1.8rem;margin-bottom:.9rem;color:var(--text-color);border-bottom:1px solid var(--border-color);padding-bottom:.5rem;counter-reset:section-h4}.project-content h3:not(.side-panel-title){font-size:1.5rem;margin-top:1.5rem;margin-bottom:.8rem;color:var(--text-color);counter-increment:section-h3;counter-reset:section-h4}.project-content h3:not(.side-panel-title):before{content:counter(section-h3,upper-roman) ". ";color:var(--accent-4);font-weight:700}.project-content h3.toc-title{counter-increment:none}.project-content h3.toc-title:before{content:none}.project-content h4{font-size:1.25rem;margin-top:1.2rem;margin-bottom:.6rem;color:var(--text-color);counter-increment:section-h4;counter-reset:section-h5}.project-content h4:before{content:counter(section-h4) ") ";color:var(--accent-4);font-weight:600}.project-content .map-from-images h4,.project-content .map-exploration h4{counter-increment:none}.project-content .map-from-images h4:before,.project-content .map-exploration h4:before{content:none}.project-content .map-help-modal h3{counter-increment:none}.project-content .map-help-modal h3:before{content:none}.project-content .map-side-panel h3{counter-increment:none}.project-content .map-side-panel h3:before{content:none}.project-content h5{font-size:1.1rem;margin-top:1rem;margin-bottom:.5rem;color:var(--text-color);font-weight:600;counter-increment:section-h5;counter-reset:section-h6}.project-content h5:before{content:counter(section-h5,lower-alpha) ". ";color:var(--accent-4);font-weight:600}.project-content h6{font-size:1rem;margin-top:1rem;margin-bottom:.5rem;color:var(--text-color);font-weight:600;counter-increment:section-h6}.project-content h6:before{content:counter(section-h6) ") ";color:var(--accent-4);font-weight:600;font-style:normal}.project-content blockquote{width:100%;max-width:100%;margin:1.5rem 0;padding:1.2rem 1.5rem;border-left:4px solid var(--accent-4);border-radius:0;font-style:italic;font-family:var(--font-body);font-size:1rem;color:var(--text-main);box-sizing:border-box;position:relative}.project-content blockquote p{width:100%!important;margin:0!important;line-height:1.7;text-align:left}.project-content blockquote:before{content:'"';position:absolute;top:-.5rem;left:.5rem;font-size:3rem;color:var(--primary-color);opacity:.3;font-family:Georgia,serif;line-height:1}.project-content p:has(>img:only-child){text-align:center;margin-bottom:.25rem}.split-section{display:block;margin-bottom:4rem}.split-content-wrapper{display:flex;gap:3rem;align-items:center;width:100%}.split-image-container{width:50%;flex-shrink:0}.split-image-container img{width:100%;height:auto;display:block;border-radius:.25rem;box-shadow:0 4px 12px #00000014}.split-text-container{width:50%;flex-shrink:0;font-size:1.05rem;line-height:1.7;color:var(--text-main);background-color:var(--bg-secondary);padding:1.5rem;border-radius:.25rem}.split-caption-container{width:50%;margin-top:1rem;display:flex;justify-content:center}.split-caption-container em{display:inline-block;padding:.6rem 1.5rem;background:var(--accent-1);color:var(--accent-4);border-radius:30px;font-size:.95rem;font-style:italic;line-height:1.4;text-align:center}.split-section:nth-of-type(2n) .split-content-wrapper{flex-direction:row-reverse}.split-section:nth-of-type(odd) .split-caption-container{margin-right:auto;margin-left:0}.split-section:nth-of-type(2n) .split-caption-container{margin-left:auto;margin-right:0}@media(max-width:900px){.split-section{display:flex;flex-direction:column;gap:1.5rem}.split-content-wrapper{display:contents}.split-image-container{width:100%;order:1}.split-text-container{width:100%;order:3}.split-caption-container{width:100%;margin:0 auto!important;order:2}}.project-content p:has(>img:only-child)+p:has(>em:only-child){text-align:center;margin-top:0;margin-bottom:1.5rem}.project-content p:has(>img:only-child)+p>em:only-child{display:inline-block;background:var(--accent-1);padding:.5rem 1.2rem;border-radius:20px;font-size:1rem;color:var(--text-on-secondary)}.scroll-to-top-btn{position:fixed;bottom:2rem;right:2rem;display:inline-flex;align-items:center;gap:0;padding:1.15rem;border-radius:9999px;background-color:var(--primary-color);color:#fff;border:none;cursor:pointer;z-index:90;box-shadow:0 4px 12px #0000004d;opacity:.85;overflow:hidden;white-space:nowrap;font-size:1rem;font-family:var(--font-ui);transition:padding-left .45s cubic-bezier(.4,0,.2,1),box-shadow .3s ease,opacity .2s ease}.scroll-to-top-btn:hover{opacity:1;padding-left:1.25rem;box-shadow:0 6px 16px #00000059}.scroll-to-top-btn .btn-text{display:inline-block;max-width:0;opacity:0;overflow:hidden;margin-right:0;transition:max-width .45s cubic-bezier(.4,0,.2,1),opacity .25s ease .15s,margin .45s ease}.scroll-to-top-btn:hover .btn-text{max-width:12rem;opacity:1;margin-right:.5rem}.notfound-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;font-size:1rem;text-decoration:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.notfound-btn:hover{transform:scale(1.06);box-shadow:0 4px 14px #0003}.notfound-btn:active{transform:scale(.97)}.notfound-btn-primary{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.notfound-btn-secondary{background:var(--card-bg);color:var(--text-color);border:1px solid var(--border-color)}
