*,:before,:after{box-sizing:border-box;margin:0;padding:0}img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}:root{--green:#3a6a1e;--accent:#da5a2b;--black:#1a1a1a;--gray:#555;--bg:#fff;--font-main:"articulat-cf",sans-serif;--font-heavy:"articulat-heavy-cf",sans-serif;--border:#ddd;--border-light:#eee;--surface:#fff;--surface-hover:#fafafa;--surface-alt:#f5f5f5;--map-land:#eaeaec;--map-border:#d6d6d6;--map-ocean:#f5f5f5;--map-label:#d0d0d4}[data-theme=dark]{--accent:#da5a2b;--black:#d4cbc0;--gray:#9a8e82;--bg:#1a1a1a;--border:#333;--border-light:#2a2a2a;--surface:#242424;--surface-hover:#2a2a2a;--surface-alt:#222;--map-land:#2a2a2a;--map-border:#3a3a3a;--map-ocean:#1e1e1e;--map-label:#444}[data-theme=dark] .modal-backdrop{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cline x1='1' y1='1' x2='13' y2='13' stroke='%23d4cbc0' stroke-width='1.2' stroke-linecap='round'/%3E%3Cline x1='13' y1='1' x2='1' y2='13' stroke='%23d4cbc0' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E") 7 7,pointer}::selection{background:var(--accent);color:#fff}html{-webkit-font-smoothing:antialiased;font-size:16px}body{font-family:var(--font-main);color:var(--black);background-color:var(--bg);font-weight:600;line-height:1.35}.page{min-height:100vh;display:flex}.sidebar{background:var(--bg);border-right:.5px solid var(--border);flex-direction:column;width:340px;height:100vh;padding:3rem 2.5rem;display:flex;position:fixed;top:0;left:0;overflow:hidden}.name-link{color:inherit;text-decoration:none}.name{font-family:var(--font-main);letter-spacing:-.02em;text-transform:uppercase;margin-bottom:0;font-size:51px;font-weight:600;line-height:1.05}.title{font-family:var(--font-main);color:var(--black);margin-top:1rem;margin-bottom:2.5rem;font-size:18px;font-weight:700;line-height:1.35}.sidebar-nav{margin-top:auto}.sidebar-nav ul{list-style:none}.sidebar-nav li{margin-bottom:.3rem;line-height:1.2}.sidebar-nav a{color:var(--black);padding-bottom:0;font-size:15px;font-weight:600;line-height:1.2;text-decoration:none;transition:color .2s;display:inline-block;position:relative}.sidebar-nav a:hover{color:var(--accent)}.sidebar-nav a:after{content:"";background:var(--black);width:0;height:1px;transition:width .3s,left .3s;position:absolute;bottom:0;left:50%}.sidebar-nav a:hover:after,.sidebar-nav a.active:after{background:var(--accent);width:100%;left:0}.sidebar-nav a.active{color:var(--accent);font-weight:800}.sidebar-footer{margin-top:1.5rem}.sidebar-footer-line{background:var(--border);width:100%;height:.5px;margin-bottom:1rem}.sidebar-footer-row{justify-content:space-between;align-items:center;display:flex}.footer-email{color:var(--black);font-size:15px;font-weight:600;text-decoration:none}.footer-email:hover{color:var(--accent)}.footer-icon{color:var(--black);align-items:center;display:flex}.footer-icon:hover{color:var(--accent)}.main{flex:1;min-height:100vh;margin-left:340px;padding:3rem}.projects{flex-direction:column;display:flex}.project{flex-wrap:wrap;gap:0 1.5rem;padding:1.25rem 0;display:flex}.project-img{cursor:pointer;flex:0 0 45%;align-self:flex-start;max-width:45%;overflow:hidden}.project-img img,.project-img video{object-fit:cover;width:100%;height:100%;display:block}.project-info{flex-direction:column;flex:1;min-width:0;max-width:420px;display:flex}.project-title{font-family:var(--font-main);cursor:pointer;margin-bottom:.1rem;font-size:24px;font-weight:700;line-height:1.2}.project-subtitle{font-family:var(--font-main);color:var(--black);margin-bottom:.35rem;font-size:19px;font-weight:600;line-height:1.3}.project-tags{font-family:var(--font-main);color:var(--accent);text-transform:uppercase;letter-spacing:.05em;margin-top:.5rem;margin-bottom:.75rem;font-size:12px;font-weight:700;line-height:1.5;display:block}.project-desc{font-family:var(--font-main);color:var(--black);font-size:15px;font-weight:600;line-height:1.35}.view-more-btn{font-family:var(--font-main);color:var(--black);cursor:pointer;text-align:left;background:0 0;border:none;margin-top:auto;padding:.5rem 0 0;font-size:15px;font-weight:600;transition:color .2s}.view-more-btn:hover{color:var(--accent)}.details-content p{font-family:var(--font-main);color:var(--black);margin:1rem 0;font-size:15px;font-weight:600;line-height:1.35}.details-content>img,.details-content>video,.img-zoom-wrap>img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none;width:100%;margin-top:0;display:block}.img-zoom-wrap{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Ccircle cx='12' cy='12' r='9' fill='white' stroke='%231a1a1a' stroke-width='1.5'/%3E%3Cline x1='18.5' y1='18.5' x2='26' y2='26' stroke='%231a1a1a' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='8' y1='12' x2='16' y2='12' stroke='%231a1a1a' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='12' y1='8' x2='12' y2='16' stroke='%231a1a1a' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") 12 12,zoom-in;position:relative}.lightbox-backdrop{z-index:10000;cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cline x1='1' y1='1' x2='13' y2='13' stroke='%23fff' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='13' y1='1' x2='1' y2='13' stroke='%23fff' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") 7 7,crosshair;background:#000000e6;justify-content:center;align-items:center;animation:.2s modalFadeIn;display:flex;position:fixed;inset:0}.lightbox-backdrop img{object-fit:contain;cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Ccircle cx='12' cy='12' r='9' fill='white' stroke='%231a1a1a' stroke-width='1.5'/%3E%3Cline x1='18.5' y1='18.5' x2='26' y2='26' stroke='%231a1a1a' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='8' y1='12' x2='16' y2='12' stroke='%231a1a1a' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") 12 12,zoom-out;max-width:92vw;max-height:92vh}.lightbox-close{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;transition:opacity .15s;position:absolute;top:20px;right:20px}.lightbox-close:hover{opacity:1}.lightbox-arrow{color:#fff;cursor:pointer;z-index:1;background:0 0;border:none;padding:10px;transition:color .15s;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-arrow:hover{color:var(--accent)}.lightbox-arrow-left{left:20px}.lightbox-arrow-right{right:20px}.details-gallery{gap:0;width:100%;margin-top:0;display:flex}.details-gallery .img-zoom-wrap{flex:1;min-width:0;overflow:hidden}.details-gallery img{object-fit:cover;width:100%;height:100%;display:block}.details-credit{color:var(--gray);margin-top:1.5rem!important;font-size:15px!important}.details-content a{color:var(--accent);text-decoration:none}.details-content a:hover{text-decoration:underline}.modal-backdrop{z-index:1000;cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cline x1='1' y1='1' x2='13' y2='13' stroke='%231a1a1a' stroke-width='1.2' stroke-linecap='round'/%3E%3Cline x1='13' y1='1' x2='1' y2='13' stroke='%231a1a1a' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E") 7 7,pointer;background:#0006;justify-content:center;align-items:center;display:none;position:fixed;inset:0 0 0 340px}.modal-backdrop.open{animation:.25s modalFadeIn;display:flex}body.modal-open .main{filter:blur(3px);clip-path:inset(0);transition:filter .25s}body.map-detail-open .mobile-header,body.map-detail-open .mobile-header-spacer{display:none!important}.modal{background:var(--surface);cursor:default;width:calc(100% - 10rem);max-height:85vh;padding:2.5rem;animation:.25s modalScaleIn;position:relative;overflow-y:auto}.modal-back{display:none}.modal-close{color:var(--gray);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1.5rem;line-height:1;display:flex;position:absolute;top:1rem;right:1rem}.modal-close:hover{color:var(--accent)}.modal-top{align-items:stretch;gap:2.5rem;display:flex}.modal-meta{flex-direction:column;flex:0 0 320px;display:flex}.modal-meta .modal-title{font-family:var(--font-main);margin-bottom:.1rem;font-size:24px;font-weight:700;line-height:1.2}.modal-meta .modal-subtitle{font-family:var(--font-main);color:var(--black);margin-bottom:.35rem;font-size:19px;font-weight:600;line-height:1.3}.modal-meta .modal-tags{font-family:var(--font-main);color:var(--accent);text-transform:uppercase;letter-spacing:.05em;margin-top:.5rem;font-size:12px;font-weight:700;line-height:1.5;display:block}.modal-credit{font-family:var(--font-main);color:var(--gray);margin-top:auto;font-size:13px;font-style:italic;font-weight:600}.modal-desc{flex:1;min-width:0}.modal-desc p{font-family:var(--font-main);color:var(--black);font-size:15px;font-weight:600;line-height:1.35}.modal-divider{display:none}.modal-images{flex-direction:column;gap:0;width:calc(100% + 5rem);margin:2rem -2.5rem -2.5rem;display:flex}.modal-images>*{margin:0;padding:0}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalScaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes modalSlideRight{0%{transform:translate(100%)}to{transform:translate(0)}}.work-v2-page,.sketch-page{margin:-3rem}.sketch-grid-classic{columns:3;column-gap:0}.sketch-grid-classic img{border-radius:0;width:100%;margin-bottom:0;display:block}.sketch-grid{columns:8;column-gap:0}.sketch-cell{break-inside:avoid;contain:layout style;position:relative;overflow:visible}.sketch-cell.zoomed{z-index:20;contain:style;overflow:visible}.sketch-grid{cursor:none}.sketch-cursor{pointer-events:none;z-index:9999;opacity:0;transition:opacity .15s;position:fixed;transform:translate(-12px,-12px)}.sketch-grid:hover~.sketch-cursor,.sketch-cursor.visible{opacity:1}.sketch-cell img,.sketch-cell video{z-index:0;pointer-events:none;background:#fff;width:100%;transition:transform .35s cubic-bezier(.16,1,.3,1),filter .35s cubic-bezier(.16,1,.3,1),opacity .2s;display:block;position:relative}.sketch-grid:not(.zoom-active) .sketch-cell{overflow:hidden}.sketch-grid:not(.zoom-active) .sketch-cell:hover img,.sketch-grid:not(.zoom-active) .sketch-cell:hover video{transform:scale(1.1)}.sketch-cell.zoomed img,.sketch-cell.zoomed video{will-change:transform;transform-origin:var(--enter-x,center)var(--enter-y,center);z-index:10;filter:drop-shadow(0 2px 12px #00000059);transform:scale(3.5)}.sketch-lightbox{background:var(--surface);cursor:default;width:calc(100% - 10rem);max-height:75vh;animation:.25s modalScaleIn;display:flex;position:relative}.sketch-lightbox-img{object-fit:contain;flex-shrink:0;max-width:75%;max-height:75vh;display:block}.sketch-lightbox-info{text-align:left;flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;min-width:0;padding:2rem 2rem 2rem 1.5rem;display:flex}.sketch-lightbox-title{font-family:var(--font-main);margin-top:auto;margin-bottom:.25rem;font-size:19px;font-weight:700;line-height:1.3}.sketch-lightbox-medium{font-family:var(--font-main);color:var(--gray);font-size:14px;font-weight:600;line-height:1.4}.sketch-nav-row{gap:.75rem;margin-top:auto;padding-top:1rem;display:flex}.sketch-nav{color:var(--black);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;line-height:0;transition:color .2s;display:flex}.sketch-nav:hover:not(:disabled){color:var(--accent)}.sketch-nav:disabled{color:var(--border);cursor:default}.summary{font-family:var(--font-main);max-width:540px;margin-bottom:.75rem;font-size:15px;font-weight:700;line-height:1.45}.main-section{margin-top:2.5rem;margin-bottom:2rem}.main-section>h2{font-family:var(--font-main);letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem;font-size:12px;font-weight:700}.entry{margin-bottom:1.75rem}.entry-header{margin-bottom:.5rem}.entry-header .org{font-size:15px;font-weight:700}.entry-header .role{color:var(--gray);font-size:15px;font-style:italic;font-weight:600}.entry-header .dates{color:var(--gray);margin-top:.15rem;font-size:15px;font-weight:600;display:block}.entry ul{padding-left:0;list-style:none}.entry li{margin-bottom:.35rem;padding-left:1rem;font-size:15px;font-weight:600;line-height:1.65;position:relative}.entry li:before{content:"·";font-weight:700;position:absolute;left:0}.engagement{margin-bottom:.5rem}.engagement .eng-title{font-size:15px;font-weight:600}.engagement .eng-desc{color:var(--black);font-size:15px;font-style:italic;font-weight:600}.engagement .eng-org{color:var(--black);font-size:15px;font-weight:600}.mobile-header,.mobile-header-spacer,.mobile-menu,.mobile-menu-backdrop{display:none}@media (max-width:768px){.sidebar-desktop{display:none}.mobile-header,.mobile-header-spacer,.mobile-menu{display:block}.mobile-header{z-index:100;background:var(--bg);transition:transform .3s;position:fixed;top:0;left:0;right:0}.mobile-header.mobile-header-hidden{transform:translateY(-100%)}.mobile-header-row{justify-content:space-between;align-items:flex-start;padding:1rem 1.25rem;display:flex}.mobile-header-subtitle-wrap{padding:0 1.25rem;transition:max-height .1s}.mobile-header-subtitle-wrap .mobile-subtitle{margin-top:0;margin-bottom:1.5rem}.mobile-name{will-change:transform;font-size:39px}.mobile-subtitle{max-width:220px;font-size:16px}.mobile-header-line{background:var(--border);width:100%;height:.5px}.mobile-hamburger{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;flex-shrink:0;gap:5px;width:28px;margin-top:.25rem;padding:4px;display:flex}.hamburger-line{background:var(--black);transform-origin:50%;border-radius:1px;width:100%;height:2px;transition:transform .3s,opacity .3s,background .3s;display:block}.mobile-hamburger:active .hamburger-line{background:var(--accent)}.hamburger-line.open:first-child{transform:translateY(7px)rotate(45deg)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{z-index:99;background:var(--bg);pointer-events:none;transition:transform .35s;position:fixed;inset:0;transform:translateY(-120%)}.mobile-menu-open{pointer-events:auto;transform:translateY(0)}.mobile-menu-inner{padding:1rem 1.25rem 1.25rem}.mobile-menu-inner ul{margin:0;padding:0;list-style:none}.mobile-menu-inner li{margin-bottom:.5rem}.mobile-menu-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;display:flex}.mobile-menu-footer .footer-email{color:var(--black);font-size:15px;font-weight:600}.mobile-menu-footer .footer-icon{color:var(--black);padding-right:.25rem}.mobile-menu-backdrop{z-index:98;background:#0000004d;display:block;position:fixed;inset:0}.page{flex-direction:column}.main{width:100%;margin-left:0;padding:0}.work-v2-page{margin:0}.work-v2-page .project-wrapper .project{padding:0!important}.work-v2-page .project-wrapper .project-info{padding-left:1.25rem;padding-right:1.25rem}.work-v2-page .view-more-btn{display:none}.work-v2-page .project-title{font-size:16px;font-weight:700}.work-v2-page .project-subtitle{margin-bottom:.1rem;font-size:16px}.work-v2-page .project-tags{margin-top:.15rem;margin-bottom:.3rem;font-size:10px}.work-v2-page .project-desc,.modal-desc p,.details-content p{font-size:14px}.work-v2-page .project-info{padding-bottom:2.5rem}.work-v2-page .project-wrapper .project-img{border-radius:0}.name{font-size:39px}.project{flex-direction:column}.project-img{flex:0 0 100%;max-width:100%}.sketch-grid-classic{columns:2}.sketch-page{margin:0}.sketch-grid{cursor:default}.sketch-cursor{display:none}.sketch-mobile-lightbox{z-index:1000;justify-content:center;align-items:center;padding:1.5rem;animation:.25s sketchLbIn;display:flex;position:fixed;inset:0}.sketch-mobile-lightbox-inner{justify-content:center;align-items:center;max-width:100%;max-height:100%;display:flex}.sketch-mobile-lightbox-inner img,.sketch-mobile-lightbox-inner video{object-fit:contain;border-radius:0;max-width:100%;max-height:80vh}.sketch-mobile-lightbox-close{color:#fff;z-index:1;-webkit-tap-highlight-color:transparent;background:0 0;border:none;padding:.5rem;position:absolute;top:1rem;right:1rem}@keyframes sketchLbIn{0%{opacity:0}to{opacity:1}}.sketch-grid{columns:3}.sketch-lightbox{flex-direction:column;width:calc(100% - 2.5rem);margin:1.5rem 1.25rem;overflow-y:auto}.sketch-lightbox-img{width:100%;max-width:100%}.sketch-lightbox-info{padding:1rem 1.25rem}.summary{padding-left:1.25rem;padding-right:1.25rem;font-size:15px}.summary:first-child{padding-top:1rem}.main-section{padding-left:1.25rem;padding-right:1.25rem}.modal-backdrop{cursor:default;background:0 0;display:none;left:0}.modal-backdrop.open{animation:none;display:block}.modal{-webkit-overflow-scrolling:touch;width:100%;height:100%;max-height:none;padding:2rem 1.25rem 1.25rem;animation:.3s modalSlideRight;position:fixed;inset:0;overflow-y:auto}.modal .modal-close{display:none}.modal .modal-back{cursor:pointer;color:var(--gray);background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:0;display:flex}.modal-top{flex-direction:column;gap:1rem}.modal-meta{flex:none}.modal-images{width:calc(100% + 2.5rem);margin-bottom:-1.25rem;margin-left:-1.25rem;margin-right:-1.25rem}}@media (max-width:480px){.project{flex-direction:column}.project-img{flex:0 0 100%;max-width:100%}}.map-page{width:calc(100% + 6rem);height:100vh;margin:-3rem}.map-container{background:var(--map-ocean);cursor:grab;opacity:0;width:100%;height:100%;transition:opacity .3s;position:relative;overflow:hidden}.map-container.map-ready{opacity:1}.map-svg,.map-svg *{cursor:grab}.map-svg:active,.map-svg:active *{cursor:grabbing}.map-marker-hit{cursor:pointer!important}.map-animating .rsm-zoomable-group{will-change:transform;transition:transform .8s cubic-bezier(.16,1,.3,1)}.map-svg{will-change:transform}.map-marker-dot,.map-marker-hit{transform-box:fill-box;transform-origin:50%;transform:scale(var(--marker-scale,1));will-change:transform}.map-marker-dot{filter:url(#marker-shadow)}.map-marker-selected{transform:scale(calc(var(--marker-scale,1)*1.5))}.map-marker-pulse{transform-box:fill-box;transform-origin:50%;transform:scale(var(--marker-scale,1));opacity:0;will-change:transform,opacity;animation:1s ease-out infinite marker-ripple}@keyframes marker-ripple{0%{transform:scale(var(--marker-scale,1));opacity:.4}to{transform:scale(calc(var(--marker-scale,1)*1.5));opacity:0}}.map-cluster-rect,.map-cluster-text{transform-box:fill-box;transform-origin:50%;transform:scale(var(--marker-scale,1));will-change:transform}.map-cluster-rect{filter:url(#marker-shadow);opacity:.85}.map-cluster-text{fill:var(--black);font-family:var(--font-main);font-weight:700}.map-controls{z-index:40;background:var(--surface);box-shadow:none;border:none;border-radius:0;flex-direction:column;display:flex;position:absolute;top:calc(1.5rem + 32px);right:1rem;overflow:hidden}.map-controls-btn{background:var(--surface);border:none;border-bottom:.5px solid var(--border);color:var(--gray);cursor:pointer;justify-content:center;align-items:center;padding:.5rem;transition:background .15s,color .15s;display:flex}.map-controls-btn:last-child{border-bottom:none}.map-controls-btn:disabled{opacity:.3;cursor:default;pointer-events:none}.map-controls-btn:hover:not(:disabled){color:var(--accent);background:0 0}.map-controls-btn:focus{outline:none;box-shadow:inset 0 0 0 2px #999}.map-mobile-popover,.map-mobile-detail{display:none}.map-disclaimer{font-family:var(--font-main);color:var(--gray);opacity:.6;pointer-events:none;margin:0;font-size:10px;font-style:italic;position:absolute;bottom:.5rem;right:.75rem}.map-container.map-scrolling .map-hover-card{display:none}.map-hover-card{pointer-events:none;z-index:50;background:var(--surface);border:.5px solid var(--border-light);width:16rem;position:absolute;overflow:hidden;box-shadow:0 4px 12px #00000026}.map-hover-card-image{width:100%;height:10rem;position:relative;overflow:hidden}.map-hover-card-image img{object-fit:cover;width:100%;height:100%;display:block}.map-hover-card-placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.map-hover-card-body{padding:.75rem}.map-hover-card-title{font-family:var(--font-main);color:var(--black);font-size:15px;font-weight:700;line-height:1.3}.map-hover-card-meta{font-family:var(--font-main);color:#999;margin-top:.25rem;font-size:12px;font-weight:600}.map-hover-card-sep{margin:0 .25rem}.map-location-sidebar{background:var(--surface);border-right:.5px solid var(--border);z-index:50;cursor:pointer;width:340px;height:100%;transition:transform .3s;position:absolute;top:0;left:0;transform:translate(-100%);box-shadow:2px 0 12px #0000001a}.map-location-sidebar.open{transform:translate(0)}.map-sidebar-inner{cursor:default;flex-direction:column;height:100%;display:flex}.map-sidebar-header{border-bottom:.5px solid var(--border-light);justify-content:space-between;align-items:flex-start;padding:1.25rem 1.25rem 1rem;display:flex}.map-sidebar-header-text{flex:1;padding-right:.75rem}.map-sidebar-title{font-family:var(--font-main);color:var(--black);font-size:24px;font-weight:700;line-height:1.2}.map-sidebar-link{color:inherit;flex-direction:column;flex:1;text-decoration:none;display:flex;overflow-y:auto}.map-sidebar-subtitle{font-family:var(--font-main);color:var(--black);margin-top:.1rem;font-size:19px;font-weight:600;line-height:1.3}.map-sidebar-meta{font-family:var(--font-main);text-transform:uppercase;letter-spacing:.05em;margin-top:1rem;font-size:12px;font-weight:700}.map-sidebar-category{color:var(--black)}.map-sidebar-sep{color:var(--black);margin:0 .375rem}.map-sidebar-tags{color:var(--accent)}.map-sidebar-place{font-family:var(--font-main);text-transform:capitalize;color:var(--black);margin-top:.25rem;font-size:12px;font-weight:700}.map-sidebar-description{font-family:var(--font-main);color:var(--black);margin-top:1rem;margin-bottom:1.2rem;padding:0 1.25rem;font-size:15px;font-weight:600;line-height:1.35}.map-sidebar-cta{font-family:var(--font-main);color:var(--accent);margin-bottom:1.2rem;padding:0 1.25rem;font-size:15px;font-weight:600;line-height:1.35;text-decoration:none;transition:opacity .15s;display:inline-block}.map-sidebar-cta:hover{opacity:.7}.map-sidebar-close{color:#999;cursor:pointer;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;padding:.375rem;transition:color .15s,background .15s;display:flex}.map-sidebar-close:hover{color:var(--accent);background:0 0}.map-sidebar-body{scrollbar-width:none;flex:1;overflow-y:auto}.map-sidebar-body::-webkit-scrollbar{display:none}.map-sidebar-images{flex-direction:column;display:flex}.map-sidebar-image{width:100%}.map-sidebar-image img,.map-sidebar-image video{width:100%;display:block}.map-sidebar-desc{font-family:var(--font-main);color:var(--black);padding:1rem 1.25rem;font-size:15px;font-weight:600;line-height:1.35}.map-admin-toolbar{z-index:60;align-items:center;gap:.75rem;display:flex;position:absolute;top:1rem;right:5rem}.map-admin-badge{font-family:var(--font-main);letter-spacing:.1em;background:var(--surface);border:.5px solid var(--border);color:var(--gray);cursor:pointer;border-radius:4px;padding:.3rem .6rem;font-size:12px;font-weight:700;transition:all .15s}.map-admin-badge:hover,.map-admin-badge.active{background:var(--accent);border-color:var(--accent);color:#fff}.map-admin-placement-banner{font-family:var(--font-main);background:var(--accent);color:#fff;white-space:nowrap;border-radius:4px;padding:.3rem .75rem;font-size:12px;font-weight:600}.map-admin-panel{background:var(--surface);border-left:.5px solid var(--border);z-index:55;flex-direction:column;width:360px;height:100%;display:flex;position:absolute;top:0;right:0;box-shadow:-2px 0 12px #0000001a}.map-admin-panel-header{border-bottom:.5px solid var(--border-light);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.map-admin-panel-header h3{font-family:var(--font-main);color:var(--black);margin:0;font-size:18px;font-weight:700}.map-admin-panel-body{flex:1;padding:0;overflow-y:auto}.map-admin-list-item{border-bottom:.5px solid var(--border-light);cursor:pointer;align-items:center;gap:.5rem;padding:.6rem 1.25rem;transition:background .1s;display:flex}.map-admin-list-item:hover{background:var(--surface-hover)}.map-admin-list-item.selected{background:#f0f6ff}.map-admin-list-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.map-admin-list-heading{font-family:var(--font-main);color:var(--black);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;font-weight:600;overflow:hidden}.map-admin-list-actions{flex-shrink:0;gap:.25rem;display:flex}.map-admin-btn-icon{color:#bbb;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:color .15s,background .15s;display:flex}.map-admin-btn-icon:hover{color:var(--black);background:#f0f0f0}.map-admin-btn-delete:hover{color:#c0392b;background:#fdeaea}.map-admin-form{padding:1rem 1.25rem}.map-admin-field{margin-bottom:.75rem}.map-admin-field label{font-family:var(--font-main);text-transform:uppercase;letter-spacing:.05em;color:#999;margin-bottom:.3rem;font-size:12px;font-weight:600;display:block}.map-admin-field input,.map-admin-field textarea,.map-admin-field select{width:100%;font-family:var(--font-main);border:.5px solid var(--border);background:var(--surface);color:var(--black);box-sizing:border-box;border-radius:0;padding:.45rem .6rem;font-size:15px;font-weight:500;line-height:1.4;transition:border-color .15s}.map-admin-field input:focus,.map-admin-field textarea:focus,.map-admin-field select:focus{border-color:var(--accent);outline:none}.map-admin-field textarea{resize:vertical}.map-admin-coords{align-items:center;gap:.5rem;display:flex}.map-admin-coords input{flex:1}.map-admin-btn{font-family:var(--font-main);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;border:none;border-radius:0;padding:.45rem .85rem;font-size:12px;font-weight:700;transition:color .2s,background .2s}.map-admin-btn-add{color:var(--accent);background:0 0;padding:0}.map-admin-btn-add:hover{color:var(--black)}.map-admin-btn-save{background:var(--accent);color:#fff}.map-admin-btn-save:hover{background:var(--black)}.map-admin-btn-cancel{color:var(--gray);background:0 0}.map-admin-btn-cancel:hover{color:var(--black)}.map-admin-btn-pick{color:var(--accent);white-space:nowrap;background:0 0;padding:.45rem 0;font-size:11px}.map-admin-btn-pick:hover{color:var(--black)}.map-admin-form-actions{border-top:.5px solid var(--border-light);gap:.75rem;margin-top:1rem;padding-top:1rem;display:flex}.map-admin-nudge{align-items:center;gap:.25rem;margin-top:.4rem;display:flex}.map-admin-nudge-btn{border:.5px solid var(--border);width:22px;height:22px;color:var(--gray);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:0;transition:color .15s,border-color .15s;display:flex}.map-admin-nudge-btn:hover{color:var(--accent);border-color:var(--accent)}.map-admin-nudge-label{font-family:var(--font-main);color:#bbb;margin-left:.25rem;font-size:11px;font-weight:500}.map-admin-categories-toggle{border:none;border-bottom:.5px solid var(--border-light);width:100%;font-family:var(--font-main);text-transform:uppercase;letter-spacing:.05em;color:#999;cursor:pointer;background:0 0;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:12px;font-weight:600;transition:color .15s;display:flex}.map-admin-categories-toggle:hover{color:var(--accent)}.map-admin-categories-dots{gap:3px;display:flex}.map-admin-categories{padding:.75rem 1.25rem}.map-admin-category-row{align-items:center;gap:.6rem;padding:.4rem 0;display:flex}.map-admin-color-input{border:.5px solid var(--border);cursor:pointer;background:0 0;border-radius:0;flex-shrink:0;width:28px;height:28px;padding:0}.map-admin-color-input::-webkit-color-swatch-wrapper{padding:2px}.map-admin-color-input::-webkit-color-swatch{border:none}.map-admin-category-name{font-family:var(--font-main);color:var(--black);flex:1;font-size:14px;font-weight:600}.map-admin-category-hex{font-family:var(--font-main);color:#bbb;text-transform:uppercase;font-size:12px;font-weight:500}.map-svg-crosshair,.map-svg-crosshair *{cursor:crosshair!important}@media (max-width:768px){.map-page{z-index:0;width:100%;height:100%;margin:0;position:fixed;inset:0}.map-page .map-container{width:100%;height:100%}.map-page .map-svg,.map-page .map-svg svg{width:100%!important;height:100%!important}.map-controls{top:auto;bottom:calc(1.5rem + 32px);right:1rem}.map-controls-btn{justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex}.map-disclaimer{bottom:.3rem}.map-hover-card{display:none!important}.map-location-sidebar{display:none}.map-marker-dot,.map-marker-hit,.map-cluster-rect,.map-cluster-text{transform:scale(calc(var(--marker-scale,1)*1.8))!important}.map-mobile-popover{z-index:60;background:var(--surface);border:.5px solid var(--border);cursor:pointer;width:180px;display:block;position:absolute;overflow:hidden;box-shadow:0 2px 12px #00000026}.map-mobile-popover-img{width:100%;height:90px;overflow:hidden}.map-mobile-popover-img img,.map-mobile-popover-img video{object-fit:cover;width:100%;height:100%;display:block}.map-mobile-popover-body{padding:.5rem .625rem}.map-mobile-popover-title{font-family:var(--font-main);color:var(--black);margin:0;font-size:13px;font-weight:700;line-height:1.2}.map-mobile-popover-meta{font-family:var(--font-main);color:var(--gray);margin:.2rem 0 0;font-size:10px}.map-mobile-detail{z-index:200;background:var(--bg);flex-direction:column;transition:transform .3s;display:flex;position:fixed;inset:0;transform:translate(100%)}.map-mobile-detail.visible{transform:translate(0)}.map-mobile-detail-header{flex:none;align-items:center;padding:1rem 1.25rem;display:flex}.map-mobile-detail-back{color:var(--black);cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.map-mobile-detail-scroll{-webkit-overflow-scrolling:touch;flex:1;overflow-y:auto}.map-mobile-detail-info{padding:0 1.25rem 1rem}.map-mobile-detail-title{font-family:var(--font-main);color:var(--black);margin:0;font-size:24px;font-weight:700;line-height:1.2}.map-mobile-detail-subtitle{font-family:var(--font-main);color:var(--black);margin-top:.1rem;font-size:19px;font-weight:600;line-height:1.3}.map-mobile-detail-meta{font-family:var(--font-main);text-transform:uppercase;letter-spacing:.05em;margin-top:1rem;font-size:12px;font-weight:700}.map-mobile-detail-cat{color:var(--black)}.map-mobile-detail-sep{color:var(--black);margin:0 .375rem}.map-mobile-detail-tags{color:var(--accent)}.map-mobile-detail-place{font-family:var(--font-main);text-transform:capitalize;color:var(--black);margin-top:.25rem;font-size:12px;font-weight:700}.map-mobile-detail-desc{font-family:var(--font-main);color:var(--black);margin-bottom:1.2rem;padding:0 1.25rem;font-size:15px;font-weight:600;line-height:1.35}.map-mobile-detail-cta{font-family:var(--font-main);color:var(--accent);margin-bottom:1.2rem;padding:0 1.25rem;font-size:15px;font-weight:600;line-height:1.35;text-decoration:none;display:inline-block}.map-mobile-detail-images{flex-direction:column;display:flex}.map-mobile-detail-images img,.map-mobile-detail-images video{width:100%;display:block}.map-admin-panel{width:100%}}.postcard-page{flex-direction:column;min-height:calc(100vh - 6rem);display:flex}.postcard-page .postcard-bar{margin-top:auto}.postcard-row{align-items:flex-start;gap:2rem;display:flex}.postcard-image-wrap{flex:0 0 75%;max-width:75%}.postcard-image{aspect-ratio:3/2;object-fit:cover;border-radius:2px;width:100%;display:block}.postcard-text{flex-direction:column;flex:1;min-height:0;display:flex}.postcard-desc{font-family:var(--font-main);color:var(--gray);font-size:15px;font-weight:600;line-height:1.5}.postcard-bar{border-top:.5px solid var(--border);justify-content:space-between;align-items:baseline;margin-top:1.5rem;padding-top:1rem;display:flex}.postcard-buy{align-items:baseline;gap:.4rem;display:flex}.postcard-price{font-family:var(--font-main);font-size:15px;font-weight:700}.postcard-shipping{font-family:var(--font-main);color:var(--gray);font-size:12px;font-weight:600}.postcard-buy-btn{font-family:var(--font-main);text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-left:.35rem;font-size:12px;font-weight:700;text-decoration:none;transition:color .2s}.postcard-buy-btn:hover{color:var(--black)}.postcard-shuffle{font-family:var(--font-main);text-transform:uppercase;letter-spacing:.1em;color:var(--bg);background:var(--black);cursor:pointer;border:none;border-radius:0;align-items:center;gap:.4rem;padding:.6rem 1.5rem;font-size:12px;font-weight:700;transition:background .2s;display:flex}.postcard-shuffle:hover{background:var(--accent)}@media (max-width:768px){.postcard-row{flex-direction:column}.postcard-image-wrap{flex:0 0 100%;max-width:100%}}.theme-toggle{z-index:100;background:var(--surface);border:.5px solid var(--border);color:var(--gray);cursor:pointer;justify-content:center;align-items:center;width:32px;height:32px;transition:color .2s;display:flex;position:fixed;top:1rem;right:1rem}.theme-toggle:hover{color:var(--accent)}@media (max-width:768px){.theme-toggle{z-index:97;top:auto;bottom:1rem;right:1rem}}@media print{body{background:#fff}.page{box-shadow:none;margin:0}}
