.top-nav{position:fixed;top:0;left:0;right:0;background:#fff;z-index:1000;border-bottom:1px solid #e0e0e0}.nav-container{max-width:1400px;margin:0 auto;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo a{font-size:1.1rem;font-weight:700;color:var(--primary-color);text-decoration:none;text-transform:uppercase;letter-spacing:1px;position:relative;display:inline-block}.nav-logo a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:var(--primary-color);transition:width .3s ease}.nav-logo a:hover:after{width:100%}.nav-links{display:flex;gap:1.5rem;align-items:center;margin-left:auto;padding-right:2rem}.nav-social{display:flex;gap:1rem;align-items:center;margin-left:1rem;padding-left:1rem;border-left:1px solid #e0e0e0}.nav-social-icon{color:var(--text-color);text-decoration:none;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center}.nav-social-icon:hover{opacity:.7}.nav-social-icon svg{width:20px;height:20px}.nav-item{position:relative}.nav-parent{text-decoration:none;color:var(--text-color);font-weight:700;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;cursor:pointer;position:relative;transition:opacity .3s ease}.nav-parent:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:var(--text-color);transition:width .3s ease}.nav-parent:hover{opacity:1}.nav-parent:hover:after{width:100%}.nav-parent.active{font-weight:700}.nav-submenu{position:absolute;top:100%;left:0;margin-top:.75rem;padding-top:.75rem;background:#fff;padding:.75rem 0;min-width:200px;display:flex;flex-direction:column;opacity:0;visibility:hidden;transition:opacity .2s ease .2s,visibility .2s ease .2s;pointer-events:none}.nav-submenu.visible{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .2s ease,visibility .2s ease}.nav-submenu a{text-decoration:none;color:var(--text-color);font-weight:700;font-size:.85rem;text-transform:none;letter-spacing:.3px;padding:.5rem 1.5rem;position:relative;display:inline-block;transition:opacity .3s ease}.nav-submenu a:after{content:"";position:absolute;bottom:.5rem;left:1.5rem;width:0;height:2px;background-color:var(--text-color);transition:width .3s ease}.nav-submenu a:hover{opacity:1}.nav-submenu a:hover:after{width:calc(100% - 3rem)}.nav-submenu a.active{font-weight:700}.mobile-menu-toggle{display:none;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger{display:flex;flex-direction:column;justify-content:space-around;width:24px;height:20px;position:relative}.hamburger span{display:block;height:2px;width:100%;background:var(--primary-color);transition:all .3s ease;transform-origin:center}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-arrow{display:none;font-size:1.2rem;font-weight:300;margin-left:.5rem}@media(max-width:768px){.mobile-menu-toggle{display:block}.nav-container{padding:1rem;position:relative}.nav-links{position:fixed;top:70px;left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;padding:2rem 1.5rem;gap:0;border-bottom:1px solid #e0e0e0;max-height:calc(100vh - 70px);overflow-y:auto;transform:translateY(-100%);opacity:0;visibility:hidden;transition:transform .3s ease,opacity .3s ease,visibility .3s ease;z-index:999}.nav-links.mobile-open{transform:translateY(0);opacity:1;visibility:visible}.nav-item{width:100%;border-bottom:1px solid #f0f0f0}.nav-item:last-child{border-bottom:none}.nav-parent{padding:1rem 0;width:100%;justify-content:space-between}.mobile-arrow{display:inline-block}.nav-submenu{position:static;opacity:1;visibility:visible;pointer-events:auto;display:none;padding:0;margin:0;min-width:auto;background:transparent;border-top:1px solid #f0f0f0;padding-left:1rem}.nav-submenu.mobile-expanded{display:flex;flex-direction:column;padding-top:.5rem;padding-bottom:.5rem}.nav-submenu a{padding:.75rem 0;font-size:.9rem}.nav-submenu a:after{display:none}.nav-social{display:none}}.nav-instagram-below{position:fixed;top:80px;left:0;right:0;display:flex;justify-content:center;align-items:center;padding:1rem 0;background:#fff;border-bottom:1px solid #e0e0e0;z-index:999}.nav-instagram-below-icon{color:var(--text-color);text-decoration:none;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center}.nav-instagram-below-icon:hover{opacity:.7}.nav-instagram-below-icon svg{width:20px;height:20px}@media(max-width:768px){.nav-instagram-below{top:70px;padding:.75rem 0}}.footer{background:#fff;color:var(--text-color);padding:3rem 2rem;text-align:center;margin-top:auto;border-top:1px solid #e0e0e0}.footer .container{max-width:900px;margin:0 auto}.footer p{margin:.5rem 0;font-size:.9rem;font-weight:300;color:var(--text-light)}.footer-social{display:flex;justify-content:center;gap:1.5rem;margin-top:1.5rem}.social-icon{color:var(--text-color);transition:opacity .3s ease;display:inline-flex;align-items:center;justify-content:center}.social-icon:hover{opacity:.7}.social-icon svg{width:20px;height:20px}@media(max-width:768px){.footer{padding:1.5rem 1rem}.footer p{font-size:.85rem;margin:.3rem 0}.footer-social{gap:1rem;margin-top:.75rem}}.App{min-height:100vh;min-height:100dvh;width:100%;max-width:100vw;display:flex;flex-direction:column;background:#fff;overflow-x:hidden}.main-content{margin-top:80px;min-height:calc(100vh - 80px);display:flex;flex-direction:column;flex:1}.main-content.home-page{margin-top:132px;min-height:calc(100vh - 132px)}.page-content{flex:1;padding:4rem 2rem;background:#fff}.page-title{font-size:1.5rem;font-weight:700;color:var(--primary-color);text-transform:uppercase;letter-spacing:1px;margin-bottom:2rem}.page-subtitle{font-size:1rem;font-weight:300;color:var(--text-color);text-transform:uppercase;letter-spacing:1px}.home-gallery{width:100%;max-width:1200px;margin:0 auto}.home-main-image-container{width:100%;margin-bottom:1rem;display:flex;justify-content:center;align-items:center;min-height:500px;max-height:700px;background:#fff}.home-main-image{width:auto;max-width:80%;height:auto;max-height:650px;display:block;object-fit:contain}.book-page-wrapper{max-width:800px;margin:0 auto}.book-page-wrapper .page-title{margin-left:0;margin-right:0;padding-left:0;padding-right:0;text-align:left;width:100%;margin-bottom:3rem}.book-header-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:2.5rem;align-items:start}.book-top-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;margin-bottom:4rem;align-items:start}.book-cover-section-top{max-width:100%;margin:0}.book-text-section-top{display:flex;flex-direction:column}.book-copyright-section-top{margin-top:2rem;font-size:.85rem;line-height:2.2;color:#999;text-align:left;max-width:100%}.book-copyright-section-top p{margin-bottom:.5rem}.book-copyright-mobile{display:none}.book-header{margin-bottom:0}.book-title{font-size:1.8rem;font-weight:400;color:var(--primary-color);margin-bottom:1.5rem;text-transform:none;letter-spacing:0;line-height:1.3}.book-details{margin-bottom:0;font-size:.95rem;line-height:1.8;color:var(--text-color);font-weight:300}.book-details p{margin-bottom:.3rem}.book-purchase-section{margin-bottom:3rem}.book-purchase-button{display:inline-block;font-size:.9rem;font-weight:400;color:#fff;background-color:#000;text-decoration:none;padding:1rem 2rem;margin-bottom:1rem;border:1px solid #000000;text-transform:uppercase;letter-spacing:1px;transition:background-color .3s ease,color .3s ease;cursor:pointer}.book-purchase-button:hover{background-color:#fff;color:#000;text-decoration:none}.book-purchase-email{margin:.5rem 0;font-size:.95rem}.book-purchase-email a{color:var(--text-color);text-decoration:none}.book-purchase-email a:hover{text-decoration:underline}.book-purchase-fotoevidence{display:flex;align-items:center;gap:1rem;margin-top:1rem}.book-purchase-link-alt{margin:0;font-size:.95rem}.book-purchase-link-alt a{color:var(--text-color);text-decoration:none}.book-purchase-link-alt a:hover{text-decoration:underline}.book-publisher-logo{margin:0;display:inline-block}.book-publisher-logo a{display:inline-block;transition:opacity .3s ease}.book-publisher-logo a:hover{opacity:.8}.fotoevidence-logo{height:80px;width:auto;display:block;object-fit:contain;margin:0}.book-separator{width:100%;height:1px;background:#e0e0e0;margin:3rem 0}.book-cover-description-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;margin-bottom:4rem;align-items:start}.book-cover-section{max-width:100%;margin:0}.book-description-section{margin-bottom:0;font-size:1rem;line-height:1.9;color:var(--text-color);font-weight:300}.book-description-section p{margin-bottom:1.5rem}.book-cover-image{width:100%;height:auto;display:block;object-fit:contain}.book-image-section{max-width:100%;margin:0}.book-image-main{width:100%;height:auto;display:block;object-fit:contain}.book-video-section{margin:4rem 0}.book-images-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem auto;max-width:1200px}.book-image-item{width:100%}.book-image-item .book-image,.book-image{width:100%;height:auto;display:block;object-fit:contain}.book-copyright-section{margin-top:4rem;padding-top:2rem;border-top:1px solid #e0e0e0;font-size:.85rem;line-height:2.2;color:#999;text-align:left;max-width:100%}.book-copyright-section p{margin-bottom:.5rem}.work-navigation{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.work-link{text-decoration:none;color:inherit}.work-item{background:#fff;border:1px solid #e0e0e0;padding:2.5rem;transition:border-color .3s ease;cursor:pointer;min-height:200px;display:flex;flex-direction:column;justify-content:center}.work-item:hover{border-color:#000}.work-item h3{font-size:1.2rem;margin-bottom:1rem;color:var(--primary-color);font-weight:400;text-transform:uppercase;letter-spacing:1px}.work-item p{color:var(--text-light);font-size:.95rem;line-height:1.6;font-weight:300}.essay-header{text-align:left;margin-bottom:4rem}.essay-title{font-size:1.2rem;font-weight:400;color:var(--primary-color);letter-spacing:1px;line-height:1.4;text-transform:uppercase;text-align:left}.essay-content{max-width:800px;margin:0 auto 4rem;font-size:.9rem;line-height:1.8;color:var(--text-color);font-weight:300}.essay-content p{margin-bottom:1.5rem}.video-section{margin:4rem 0}.video-container{width:100%;max-width:1200px;margin:0 auto;position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #e0e0e0}.time-scroll-column{display:flex;flex-direction:column;gap:3rem;margin-top:3rem;max-width:700px;margin-left:auto;margin-right:auto}.time-video-section{width:100%;max-width:600px;margin:0 auto}.time-video-container{width:100%;position:relative;padding-bottom:56.25%;height:0;overflow:hidden;margin-bottom:1rem}.time-video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #e0e0e0}.time-image-item{cursor:pointer;transition:opacity .3s ease;width:100%;margin-bottom:0}.time-image-item:hover{opacity:.9}.time-image-wrapper{width:100%;position:relative;display:flex;flex-direction:column;align-items:center}.time-image-wrapper img{width:100%;max-width:600px;height:auto;display:block;object-fit:contain;margin:0 auto}.time-caption{font-size:.9rem;font-weight:300;color:var(--text-color);margin-top:1rem;text-align:center;text-transform:lowercase}@media(max-width:768px){.time-scroll-column{gap:1.5rem;margin-top:1.5rem;margin-bottom:1rem}.time-video-container{padding-bottom:56.25%}}.gallery-section{margin-top:4rem}.artist-statement-content,.about-content{max-width:800px;margin:0 auto}.about-content .cv-sections-wrapper{width:100%;margin-top:2rem}.about-spacer{height:4rem;margin:3rem 0}.quote{font-size:1rem;line-height:1.8;color:var(--text-color);font-weight:300;font-style:italic;margin:0 0 3rem;padding:0;border:none}.quote-footer{margin-top:1rem;font-size:.9rem;font-style:normal;color:var(--text-light);display:block}.statement-text{font-size:1rem;line-height:1.8;color:var(--text-color);font-weight:300}.statement-text p{margin-bottom:1.5rem}.project-page{padding:4rem 2rem;background:#fff}.project-container{max-width:1400px;margin:0 auto}.project-header{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:5rem;align-items:start}.project-description{padding-top:1rem}.project-title{font-size:1.8rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem;line-height:1.3;text-transform:none;letter-spacing:0}.project-wip{font-weight:300;font-style:italic}.project-subtitle{font-size:1.2rem;font-weight:400;color:var(--primary-color);margin-bottom:2rem;line-height:1.3;text-transform:none;letter-spacing:0;font-style:italic}.project-wip-text{font-size:.9rem;font-weight:300;font-style:italic;color:var(--text-color);margin-top:2rem;margin-bottom:0;margin-bottom:1.5rem}.project-subtitle-text{font-size:1rem;font-weight:300;font-style:italic;color:var(--text-color);margin-top:1.5rem;margin-bottom:0;margin-bottom:2rem;line-height:1.4}.project-text{font-size:.95rem;line-height:1.9;color:var(--text-color);font-weight:300;margin-top:2rem}.project-text p{margin:0 0 1rem}.project-text p:last-child{margin-bottom:0}.project-featured-image{width:100%;cursor:pointer;transition:opacity .3s ease;background:#fff}.project-featured-image:hover{opacity:.9}.project-featured-image img{width:100%;height:auto;display:block;object-fit:cover;background:#fff}.project-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.reliquarium-map-section{margin-top:4rem;display:flex;justify-content:center;align-items:center}.reliquarium-map-link{display:block;cursor:pointer;transition:opacity .3s ease;max-width:100%}.reliquarium-map-link:hover{opacity:.9}.reliquarium-map-image{width:100%;max-width:600px;height:auto;display:block;object-fit:contain}.gallery-item{cursor:pointer;transition:transform .3s ease;width:100%}.gallery-item:hover{transform:translateY(-3px)}.gallery-image-wrapper{position:relative;width:100%;overflow:hidden;background:#fff}.gallery-image-wrapper img{width:100%;height:auto;display:block;transition:transform .5s ease}.gallery-item:hover .gallery-image-wrapper img{transform:scale(1.02)}.gallery-caption{display:block;padding:1rem 0 .5rem 1.5rem}.caption-title{font-size:.9rem;font-weight:400;color:var(--text-color);margin-bottom:.3rem}.caption-coordinates{font-size:.7rem;font-weight:300;color:var(--text-light);margin-top:.3rem}.caption-coordinates a{color:var(--text-light);text-decoration:none;transition:color .3s ease}.caption-coordinates a:hover{color:var(--text-color);text-decoration:underline}@media(max-width:1024px){.project-header{grid-template-columns:1fr;gap:3rem}.project-gallery{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.project-page{padding:2rem 1rem}.project-container{max-width:100%}.project-header{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}.project-title{font-size:1.4rem;margin-bottom:1rem}.project-subtitle{font-size:1rem;margin-bottom:1.5rem}.project-text{font-size:.9rem;line-height:1.8}.project-gallery{grid-template-columns:1fr;gap:2rem;margin-top:2rem}.gallery-caption{padding:.75rem 0 .5rem;padding-left:0}.caption-title{font-size:.85rem}.caption-coordinates{font-size:.65rem}.reliquarium-map-section{margin-top:3rem}.reliquarium-map-image{max-width:100%}}@media(max-width:1024px){.reliquarium-layout{grid-template-columns:1fr;gap:3rem}.reliquarium-text-section{position:static}.images-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.images-grid{grid-template-columns:1fr;gap:1rem}.reliquarium-content{font-size:.9rem}.video-section{margin:3rem 0}.video-container{padding-bottom:56.25%}.book-video-section{margin:3rem 0}.book-images-gallery{grid-template-columns:1fr;gap:1.5rem;margin:2rem auto}.book-copyright-section{margin-top:3rem;padding-top:1.5rem;font-size:.8rem;line-height:2}.book-separator{margin:2rem 0}}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}.contact-info h3{font-size:1.5rem;margin-bottom:1rem;color:var(--primary-color);font-weight:400;text-transform:uppercase;letter-spacing:1px}.contact-info p{font-size:1rem;color:var(--text-color);margin-bottom:1.5rem;line-height:1.8;font-weight:300}.contact-details{margin-top:2rem}.contact-details p{font-size:1rem;margin-bottom:.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:.5rem;font-weight:400;color:var(--primary-color);font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.form-group input,.form-group textarea{padding:.75rem;border:1px solid #e0e0e0;font-size:1rem;font-family:inherit;background:#fff;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#000}.submit-btn{padding:1rem 2rem;background:#000;color:#fff;border:1px solid #000000;font-size:.9rem;font-weight:400;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:background .3s ease,color .3s ease}.submit-btn:hover{background:#fff;color:#000}.cv-content{max-width:1200px;margin:0 auto}.cv-layout{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:start;margin-top:2rem}.cv-image-container{max-width:100%;width:100%;margin:0}.cv-image{width:100%;height:auto;display:block;object-fit:contain}.cv-sections-wrapper{width:100%}.cv-content .page-title{margin-left:0;margin-right:0;padding-left:0;padding-right:0;text-align:left;width:100%}.cv-section{margin-bottom:3rem}.cv-section-title{font-size:1.2rem;font-weight:700;color:var(--primary-color);text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;border-bottom:1px solid #e0e0e0;padding-bottom:.5rem}.cv-item{display:flex;gap:2rem;margin-bottom:1rem;font-size:1rem;line-height:1.8;color:var(--text-color);font-weight:300}.cv-year{min-width:60px;font-weight:400;color:var(--text-color)}.cv-detail{flex:1;color:var(--text-color)}.cv-section p{margin-bottom:.5rem;font-size:1rem;line-height:1.8;color:var(--text-color);font-weight:300}.cv-section p strong{font-weight:400}@media(max-width:768px){.main-content{margin-top:70px;margin-left:0}.main-content.home-page{margin-top:122px;min-height:calc(100vh - 122px);min-height:calc(100dvh - 122px);display:flex;flex-direction:column}.main-content.home-page .page-content{flex:1;padding:.5rem .5rem 0;display:flex;align-items:flex-start;justify-content:center;min-height:0}.main-content.home-page .container{padding:0;width:100%;display:flex;align-items:flex-start;justify-content:center}.main-content.home-page .home-gallery{width:100%;display:flex;align-items:flex-start;justify-content:center}.main-content.home-page .home-main-image-container{width:100%;margin:0;padding:0;display:flex;align-items:flex-start;justify-content:center;min-height:0}.main-content.home-page .home-main-image{max-width:98%;max-height:calc(100dvh - 200px);width:auto;height:auto;object-fit:contain}.main-content.home-page .footer{padding:.5rem 1rem;border-top:none;display:flex;align-items:center;justify-content:center}.main-content.home-page .footer .container{height:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.main-content.home-page .footer p{margin:.15rem 0;font-size:.75rem;line-height:1.3}.main-content.home-page .footer-social{margin-top:.4rem;gap:.75rem}.main-content.home-page .footer-social .social-icon svg{width:18px;height:18px}.page-content{padding:1.5rem .5rem 1rem}.page-title{font-size:1.3rem;margin-bottom:1.5rem}.page-subtitle{font-size:.9rem}.container{padding:0 .5rem}.contact-content{grid-template-columns:1fr;gap:2rem;margin-top:2rem}.contact-info h3{font-size:1.2rem}.contact-info p{font-size:.95rem}.form-group input,.form-group textarea{font-size:16px;padding:.9rem}.submit-btn{width:100%;padding:1rem;font-size:.9rem}.cv-item{flex-direction:column;gap:.5rem}.cv-year{min-width:auto}.cv-layout{grid-template-columns:1fr;gap:2rem}.cv-image-container{max-width:100%;margin:0 auto}.cv-section-title{font-size:1.1rem}.book-header-layout,.book-top-layout{grid-template-columns:1fr;gap:2rem}.book-copyright-section-top{margin-top:1.5rem;font-size:.8rem;line-height:2}.book-copyright-desktop{display:none}.book-copyright-mobile{display:block;margin-top:3rem}.book-header{margin-bottom:0}.book-title{font-size:1.5rem}.book-details{font-size:.9rem}.book-cover-description-layout{grid-template-columns:1fr;gap:2rem}.book-cover-section,.book-image-section{margin:0 auto;max-width:100%}.book-description-section{font-size:.95rem;line-height:1.8}.book-purchase-button{font-size:.85rem;padding:.9rem 1.5rem;width:100%;text-align:center}.book-purchase-fotoevidence{flex-wrap:wrap;gap:.75rem}.fotoevidence-logo{height:60px}.work-navigation{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.work-item{padding:2rem 1.5rem;min-height:auto}.work-item h3{font-size:1.1rem}.work-item p{font-size:.9rem}.essay-content{font-size:.9rem;padding:0 .5rem}.statement-text{font-size:.95rem;line-height:1.7}.quote{font-size:.95rem;margin-bottom:2rem}.quote-footer{font-size:.85rem}}.lightbox-overlay{position:fixed;inset:0;background:#000000f2;z-index:10000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.lightbox-close{position:absolute;top:-3rem;right:0;background:transparent;border:none;color:#fff;font-size:3rem;cursor:pointer;width:50px;height:50px;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease;z-index:10001}.lightbox-close:hover{opacity:.7}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:transparent;border:1px solid rgba(255,255,255,.4);color:#fff;cursor:pointer;width:56px;height:56px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10001;border-radius:50%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lightbox-nav:hover{background:#ffffff1a;border-color:#fffc;transform:translateY(-50%) scale(1.05)}.lightbox-nav svg{width:24px;height:24px}.lightbox-prev{left:-80px}.lightbox-next{right:-80px}.lightbox-image-container{display:flex;flex-direction:column;align-items:center;max-width:100%;max-height:90vh}.lightbox-image{max-width:100%;max-height:80vh;object-fit:contain;display:block}.lightbox-info{margin-top:2rem;text-align:center;color:#fff;max-width:90vw}.lightbox-title-row{display:block;text-align:center;margin-bottom:.8rem;white-space:nowrap}.lightbox-title-location{font-size:1rem;font-weight:400;margin:0;color:#fff;line-height:1.4}.lightbox-coordinates-row{font-size:1rem;font-weight:300;color:#ffffffe6;line-height:1.6;margin:0}.lightbox-coordinates-link{color:#ffffffe6;text-decoration:none;transition:color .3s ease,text-decoration .3s ease}.lightbox-coordinates-link:hover{color:#fff;text-decoration:underline}@media(max-width:768px){.lightbox-overlay{padding:1rem}.lightbox-content{max-width:95vw;max-height:95vh}.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}.lightbox-close{top:.5rem;right:.5rem;font-size:2rem;width:40px;height:40px}.lightbox-nav{width:44px;height:44px}.lightbox-nav svg{width:18px;height:18px}.lightbox-image{max-height:75vh}.lightbox-info{margin-top:1.5rem;padding:0 1rem}.lightbox-title-location,.lightbox-coordinates-row{font-size:.85rem}.lightbox-title-row{white-space:normal}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #000000;--secondary-color: #333333;--accent-color: #000000;--text-color: #000000;--text-light: #666666;--bg-light: #ffffff;--white: #ffffff}html{scroll-behavior:smooth;width:100%;overflow-x:hidden}body{font-family:Assistant,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-color);line-height:1.6;background:#fff;font-weight:300;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;min-height:100vh;min-height:100dvh;overflow-x:hidden}#root{width:100%;min-height:100vh;min-height:100dvh}p,h1,h2,h3,h4,h5,h6,span,a,li,td,th{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}img{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none;pointer-events:auto}.container{max-width:900px;margin:0 auto;padding:0 2rem}@media(max-width:768px){body{font-size:16px;-webkit-text-size-adjust:100%}.container{padding:0 1rem}a,button{min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}*{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}}
