*{margin:0;padding:0;box-sizing:border-box}h1,h2,h3,h4,h5,h6{font-weight:400;font-style:italic}:root{--primary-bg: rgb(240, 238, 237);--secondary-bg: rgb(240, 238, 237);--text-primary: #0000FF;--text-secondary: #0000FF;--cobalt-blue: #0000FF;--glitch-color-1: #ff00ff;--glitch-color-2: #00ffff}body{font-family:JetBrains Mono,Menlo,Monaco,monospace;font-feature-settings:"liga" 0,"calt" 0;background-color:var(--primary-bg);color:var(--text-primary);text-transform:lowercase;line-height:.7;overflow-x:hidden}.app{position:relative;min-height:100vh}.nav{position:fixed;top:0;left:0;right:0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:.75rem 3rem;background:rgba(240,238,237,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--cobalt-blue);height:40px}.nav-left{justify-self:start;display:flex;align-items:center;gap:.75rem}.nav-back{background:none;border:none;color:var(--cobalt-blue);font-family:JetBrains Mono,Menlo,Monaco,monospace;font-size:.75rem;cursor:pointer;padding:0;line-height:1}.nav-center{justify-self:center}.nav-right{justify-self:end}.nav-label{font-size:.75rem;color:var(--text-primary)}.nav-contact{font-size:.75rem;color:var(--cobalt-blue);text-decoration:none;transition:all .3s ease}.nav-contact:hover{opacity:.7;text-decoration:underline}.top-left-panel{position:absolute;top:60px;left:3rem;display:flex;flex-direction:column;gap:0;max-width:360px}.top-left-panel>*+*{margin-top:1.5rem}.top-left-panel>.panel-tagline{margin-top:.25rem}.panel-tagline p{font-size:.75rem;color:var(--text-secondary);line-height:1.35}.panel-about p{font-size:.75rem;color:var(--text-secondary);line-height:1.35;margin-bottom:.5rem}.hero-right-panels{position:absolute;top:60px;right:3rem;display:flex;flex-direction:column;gap:1rem;z-index:900}.ordering-box{background:rgba(240,238,237,.95);padding:1rem;border:1px solid var(--cobalt-blue);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:300px}.ordering-header{font-size:.875rem;font-weight:700;color:var(--cobalt-blue);margin-bottom:.75rem}.ordering-text{font-size:.7rem;color:var(--text-secondary);line-height:1.35;margin-bottom:.5rem}.panel-logo{width:200px;height:auto;display:block}.projects-menu{background:rgba(240,238,237,.95);padding:1rem;border:1px solid var(--cobalt-blue);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:300px}.projects-header{font-size:.875rem;font-weight:700;color:var(--cobalt-blue);margin-bottom:.75rem}.projects-list{display:flex;flex-direction:column}.project-item-compact{display:flex;gap:.5rem;padding:0;cursor:pointer;transition:all .3s ease;border-bottom:1px solid transparent;font-size:.75rem;line-height:1.8}.project-item-compact:hover,.project-item-compact.active{border-bottom-color:var(--cobalt-blue)}.project-number-compact{color:var(--cobalt-blue);min-width:20px}.project-title-compact{color:var(--text-primary);transition:color .3s ease}.project-inquire{margin-left:auto;color:var(--cobalt-blue);font-size:.75rem;opacity:0;transition:opacity .2s ease}.project-item-compact:hover .project-inquire,.project-item-compact.active .project-inquire{opacity:1}.project-item-compact:hover .project-title-compact,.project-item-compact.active .project-title-compact{color:var(--cobalt-blue)}.floating-image{position:fixed;width:400px;height:500px;z-index:800;pointer-events:none;overflow:hidden}.floating-image-content{width:100%;height:100%;object-fit:cover;border:1px solid var(--cobalt-blue);transform:scale(1.08)}.scan-line{position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(to right,transparent,var(--cobalt-blue),transparent);animation:scan 3s linear infinite;z-index:2;opacity:.6}@keyframes scan{0%{top:0}to{top:100%}}.floating-image-bottom-left{bottom:10%;left:5%}.floating-image-top-center{top:15%;left:50%;transform:translate(-50%)}.floating-image-middle-right{top:40%;right:25%}.floating-image-top-left{top:12%;left:8%}.floating-image-center{top:50%;left:50%;transform:translate(-50%,-50%)}.floating-image-bottom-right{bottom:8%;right:28%}.floating-image-middle-left{top:45%;left:10%}.floating-image-top-right{top:18%;right:30%}.floating-image-bottom-center{bottom:12%;left:50%;transform:translate(-50%)}.floating-image-center-right{top:35%;right:10%}.glitch{animation:glitch-rgb .7s ease forwards}@keyframes glitch-rgb{0%{filter:none}25%{filter:drop-shadow(4px 0 0 rgba(255,0,0,.6)) drop-shadow(-4px 0 0 rgba(0,220,255,.6))}50%{filter:drop-shadow(-4px 0 0 rgba(255,0,60,.5)) drop-shadow(4px 0 0 rgba(0,80,255,.5))}75%{filter:drop-shadow(2px 0 0 rgba(255,0,0,.3)) drop-shadow(-2px 0 0 rgba(0,200,255,.3))}to{filter:none}}.hero{position:relative;height:100vh;background:var(--primary-bg)}.about{min-height:60vh;padding:4rem 3rem;background:rgb(240,238,237);border-top:1px solid #0000FF}.about-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.polaroid-stack{position:relative;width:390px;height:460px;justify-self:center}.polaroid{position:absolute;width:338px;top:20px;left:15px}.polaroid-img{width:100%;height:auto;display:block;filter:drop-shadow(0px 4px 16px rgba(0,0,0,.12))}.polaroid-front{transform:rotate(5deg);z-index:2;will-change:transform;transition:transform 1.4s cubic-bezier(.25,.46,.45,.94) .1s}.polaroid-back{transform:rotate(5deg);z-index:1;will-change:transform;transition:transform 1.4s cubic-bezier(.25,.46,.45,.94) .2s}.polaroid-stack.fanned .polaroid-front{transform:rotate(-6deg) translate(-26px) translateY(4px)}.polaroid-stack.fanned .polaroid-back{transform:rotate(19deg) translate(32px) translateY(6px)}.polaroid-stack:hover .polaroid{transition-duration:.35s;transition-delay:0s}.polaroid-stack.fanned:hover .polaroid-front{transform:rotate(-14deg) translate(-65px) translateY(2px)}.section-title{font-size:.75rem;font-weight:400;font-style:italic;margin-bottom:.5rem;color:#fff;text-transform:lowercase;background:linear-gradient(104deg,transparent .5%,var(--cobalt-blue) 1.5%,var(--cobalt-blue) 98%,transparent 99%);background-repeat:no-repeat;background-size:100% 100%;background-position:0 50%;padding:3px 6px;display:inline-block}.about-images{display:flex;gap:.75rem;align-items:flex-start}.about-image{flex:1;width:0;min-width:0;height:auto;display:block;object-fit:cover}.about-paragraph{font-size:.75rem;line-height:1.35;margin-bottom:1rem;color:var(--text-secondary)}.store{min-height:60vh;padding:4rem 3rem;background:var(--primary-bg);border-top:1px solid #0000FF}.store-content{max-width:1000px;margin:0 auto}.store-text{font-size:.875rem;line-height:1.8;margin-bottom:2rem;color:var(--text-secondary);text-align:left}.footer{padding:3rem;background:var(--secondary-bg);border-top:1px solid #0000FF;text-align:center}.footer-text{font-size:.75rem;color:var(--text-secondary);margin-bottom:.5rem}@media (max-width: 1024px){.projects-menu{right:1.5rem}.floating-image{width:300px;height:375px}}.mobile-project-image{display:none}@media (max-width: 767px){.nav{padding:.75rem 1.5rem;grid-template-columns:1fr;height:auto;text-align:center;gap:.5rem}.nav-left,.nav-center,.nav-right{justify-self:center}.hero{height:auto;min-height:100vh;padding:8rem 1.5rem 3rem;display:flex;flex-direction:column;gap:2rem}.top-left-panel{position:relative;top:auto;left:auto}.hero-right-panels{position:relative;top:auto;right:auto;width:100%}.projects-menu,.ordering-box{max-width:100%}.floating-image{display:none!important}.project-inquire{opacity:1}.project-item-compact.mobile-active .project-title-compact{color:var(--cobalt-blue)}.mobile-project-image{display:block;width:100%;margin:.5rem 0 .25rem}.mobile-project-image img{width:100%;height:auto;display:block;border:1px solid var(--cobalt-blue)}.about,.store{padding:4rem 1.5rem}.about-content{grid-template-columns:1fr;gap:2.5rem}.about-images{width:100%}.about-image{flex:1}.polaroid-stack{margin:0 auto}}.page-transition{width:100%}.slide-from-right{animation:slideInRight .4s ease-out}.slide-from-left{animation:slideInLeft .4s ease-out}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.contact-page{max-width:680px;margin:0 auto;padding:6rem 3rem 4rem}.contact-logo{display:block;margin:0 auto 2rem;width:260px;height:auto}.contact-heading{font-size:.75rem;font-weight:400;font-style:italic;color:#fff;margin-bottom:.75rem;background:linear-gradient(104deg,transparent .5%,var(--cobalt-blue) 1.5%,var(--cobalt-blue) 98%,transparent 99%);background-repeat:no-repeat;background-size:100% 100%;background-position:0 50%;padding:3px 6px;display:inline-block}.contact-intro{font-size:.75rem;line-height:1.35;color:var(--text-secondary);margin-bottom:2rem}.contact-email{color:var(--cobalt-blue);text-decoration:none}.contact-email:hover{text-decoration:underline}.contact-section{margin-bottom:2rem;border-top:1px solid var(--cobalt-blue);padding-top:1.25rem}.contact-subheading{font-size:.75rem;font-weight:400;font-style:italic;color:var(--cobalt-blue);margin-bottom:.75rem}.contact-text{font-size:.75rem;line-height:1.35;color:var(--text-secondary);margin-bottom:.6rem}.contact-form{border-top:1px solid var(--cobalt-blue);padding-top:1.25rem;display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-label{font-size:.7rem;color:var(--cobalt-blue)}.form-input{background:transparent;border:1px solid var(--cobalt-blue);color:var(--cobalt-blue);font-family:JetBrains Mono,Menlo,Monaco,monospace;font-size:.75rem;padding:.5rem .75rem;outline:none;text-transform:lowercase}.form-input:focus{border-color:var(--cobalt-blue);opacity:1}.form-textarea{min-height:120px;resize:vertical}.print-page{min-height:100vh;padding-top:40px}.print-layout{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 40px)}.print-left{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;border-right:1px solid var(--cobalt-blue)}.print-detail-image-wrap{position:relative;display:inline-block;line-height:0}.print-detail-image{max-height:80vh;max-width:100%;object-fit:contain;border:1px solid var(--cobalt-blue)}.print-arrows{display:flex;gap:1rem;margin-top:1.5rem}.arrow-btn{background:none;border:1px solid var(--cobalt-blue);color:var(--cobalt-blue);font-family:JetBrains Mono,Menlo,Monaco,monospace;font-size:.75rem;padding:.4rem .75rem;cursor:pointer;transition:all .15s ease}.arrow-btn:hover:not(:disabled){background:var(--cobalt-blue);color:#fff}.arrow-btn:disabled{opacity:.25;cursor:not-allowed}.print-right{display:flex;flex-direction:column;justify-content:center;padding:3rem 4rem;gap:2rem}.print-title{font-size:1.25rem;font-weight:700;color:var(--cobalt-blue)}.print-description{font-size:.75rem;line-height:1.8;color:var(--cobalt-blue);text-align:justify}.print-options{display:flex;flex-direction:column;gap:1.5rem}.print-price{font-size:1.25rem;font-weight:700;color:var(--cobalt-blue)}.option-group{display:flex;flex-direction:column;gap:.5rem}.option-label{font-size:.75rem;font-weight:700;color:var(--cobalt-blue)}.option-buttons{display:flex;gap:.5rem}.option-btn{background:none;border:1px solid var(--cobalt-blue);color:var(--cobalt-blue);font-family:JetBrains Mono,Menlo,Monaco,monospace;font-size:.75rem;padding:.4rem 1rem;cursor:pointer;transition:all .15s ease}.option-btn.active,.option-btn:hover{background:var(--cobalt-blue);color:#fff}.dm-button{align-self:flex-start;background:var(--cobalt-blue);color:#fff;border:1px solid var(--cobalt-blue);font-family:JetBrains Mono,Menlo,Monaco,monospace;font-size:.75rem;padding:.75rem 1.5rem;cursor:pointer;transition:opacity .15s ease;text-decoration:none;display:inline-block}.dm-button:hover{opacity:.8}.dm-button-sold{background:#aaa;border-color:#aaa;cursor:default;pointer-events:none}.dm-button-sold:hover{opacity:1}.project-sold{font-size:.6rem;color:#aaa;margin-left:.4rem}.print-fine-print-group{display:flex;flex-direction:column;gap:1.25rem;max-width:260px}.print-fine-print{font-size:.75rem;line-height:1.3;color:var(--text-secondary);opacity:.7}.print-thumbnails{display:flex;gap:.5rem;margin-top:.75rem}.print-thumb{height:60px;width:auto;object-fit:cover;cursor:pointer;border:2px solid transparent;opacity:.6;transition:opacity .2s,border-color .2s}.print-thumb.active{border-color:var(--cobalt-blue);opacity:1}.print-thumb:hover{opacity:1}.other-prints{border-top:1px solid var(--cobalt-blue);padding:2rem 3rem}.other-prints-heading{font-size:.75rem;letter-spacing:.08em;text-transform:lowercase;color:var(--text-secondary);margin-bottom:1.25rem}.other-prints-scroll{display:flex;gap:1.5rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:none}.other-prints-scroll::-webkit-scrollbar{display:none}.other-print-card{flex:0 0 auto;cursor:pointer;width:120px;transition:opacity .2s}.other-print-card:hover{opacity:.6}.other-print-img{width:120px;height:150px;object-fit:cover;display:block}.other-print-title{font-size:.7rem;text-transform:lowercase;color:var(--text-secondary);margin-top:.4rem;line-height:1.3}@media (max-width: 768px){.print-page{padding-top:110px}.print-layout{grid-template-columns:1fr}.print-left{border-right:none;border-bottom:1px solid var(--cobalt-blue);padding:2rem 1.5rem}.print-detail-image{max-height:65vh}.print-right{padding:2rem 1.5rem}}
