*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#f5f3f0;min-height:100vh;padding:30px 20px;font-family:Inter,sans-serif}#root{justify-content:center;align-items:flex-start;width:100%;display:flex}.browser-frame{background:#fcfaf8;border:1.5px solid #e8d5d0;border-radius:12px;width:100%;max-width:1060px;overflow:hidden;box-shadow:0 8px 60px #0000000f}.browser-bar{background:#fdf5f2;border-bottom:1px solid #e8d5d0;align-items:center;gap:8px;padding:12px 18px;display:flex}.dot{border-radius:50%;width:12px;height:12px}.dot:first-child{background:#ff6058}.dot:nth-child(2){background:#ffbd2e}.dot:nth-child(3){background:#27ca40}.logo{text-decoration:none;display:inline-block}.logo svg{width:150px}.nav-stickers{gap:10px;display:flex}.sticker{letter-spacing:.5px;cursor:pointer;color:#333;border-radius:4px;padding:6px 16px;font-family:Space Mono,monospace;font-size:10px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s}.sticker:hover{box-shadow:0 3px 8px #0000001a;transform:translateY(-2px)rotate(-1deg)!important}.sticker:first-child{background:#ffb3c6;transform:rotate(-2deg)}.sticker:nth-child(2){background:#a0e7e5;transform:rotate(1.5deg)}.sticker:nth-child(3){background:#c3b1e1;transform:rotate(-1deg)}.sticker:nth-child(4){background:#fde68a;transform:rotate(2deg)}.sticker:nth-child(5){background:#b5e48c;transform:rotate(-1.5deg)}.sticker.active{outline:1.5px solid #00000014;box-shadow:0 2px 8px #0000001f}.hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;padding:6px;display:none}.hamburger span{background:#333;border-radius:2px;width:22px;height:2px;margin:5px 0;transition:all .3s;display:block}.hamburger.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.mobile-overlay{z-index:1000;background:#fcfaf8f7;flex-direction:column;justify-content:center;align-items:center;gap:16px;display:none;position:fixed;inset:0}.mobile-overlay.open{display:flex}.mobile-overlay .sticker{padding:10px 28px;font-size:14px}.footer{color:#bbb;letter-spacing:.5px;border-top:1px solid #e8d5d0;justify-content:center;gap:18px;padding:14px 50px;font-family:Space Mono,monospace;font-size:9px;display:flex}.footer span+span:before{content:" ·";margin-right:6px}.top-bar{justify-content:space-between;align-items:flex-start;padding:40px 50px 0;display:flex;position:relative}.content{padding:0 50px 60px;position:relative}.page-title{margin-top:50px;margin-bottom:6px}.page-title h1{color:#222;font-family:Caveat,cursive;font-size:48px;font-weight:600}.page-title .underline{background:linear-gradient(90deg,#c084fc,#f472b6,#34d399);border-radius:2px;width:80px;height:2px;margin-top:4px}.page-subtitle{color:#aaa;letter-spacing:1.5px;text-transform:uppercase;margin-top:10px;margin-bottom:50px;font-family:Space Mono,monospace;font-size:10px}.section{margin-bottom:60px;position:relative}.section-label{letter-spacing:1.5px;text-transform:uppercase;color:#222;align-items:center;gap:8px;margin-bottom:4px;font-family:Space Mono,monospace;font-size:9.5px;font-weight:700;display:flex}.section-label .star{color:#333;font-size:10px}.note{pointer-events:none;z-index:1;font-family:Caveat,cursive;position:absolute}.divider{border:none;border-top:1px solid #e8d5d0;margin:10px 0 60px}.cta{text-align:center;margin-top:20px;margin-bottom:20px}.cta .stars{color:#bbb;letter-spacing:18px;margin-bottom:10px;font-family:Space Mono,monospace;font-size:13px}.cta p{color:#555;font-family:Caveat,cursive;font-size:24px;line-height:1.5}@media (width<=768px){body{padding:16px 10px}.top-bar{padding:24px 24px 0}.logo svg{width:120px}.nav-stickers{display:none}.hamburger{display:block}.content{padding:0 24px 40px}.page-title h1{font-size:38px}.page-subtitle{margin-bottom:30px;font-size:9px}.section{margin-bottom:40px}.note{display:none}.divider{margin:10px 0 40px}.cta p{font-size:20px}.footer{flex-wrap:wrap;justify-content:center;gap:8px;padding:12px 24px;font-size:8px}}@media (width<=480px){body{padding:10px 6px}.top-bar{padding:18px 16px 0}.content{padding:0 16px 30px}.page-title h1{font-size:32px}}.loading-screen{z-index:99999;opacity:1;background:#f5f3f0;justify-content:center;align-items:center;transition:opacity .65s ease-out;display:flex;position:fixed;inset:0}.loading-screen.is-fading{opacity:0;pointer-events:none}.ls-content{flex-direction:column;align-items:center;gap:28px;animation:.7s cubic-bezier(.22,1,.36,1) both ls-enter;display:flex}@keyframes ls-enter{0%{opacity:0;transform:translateY(18px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.ls-logo{color:#08060d;letter-spacing:1px;font-family:Caveat,cursive;font-size:52px;animation:.9s cubic-bezier(.22,1,.36,1) both ls-write}@keyframes ls-write{0%{opacity:0;letter-spacing:12px;filter:blur(4px)}to{opacity:1;letter-spacing:1px;filter:blur()}}.ls-dots{gap:10px;display:flex}.ls-dot{width:10px;height:10px;animation:ls-bounce 1.4s ease-in-out calc(var(--i) * .12s) infinite;border-radius:50%}@keyframes ls-bounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1.2)}}.ls-tagline{color:#6b6375;opacity:0;font-family:Caveat,cursive;font-size:18px;animation:.6s .5s forwards ls-fade-in}@keyframes ls-fade-in{to{opacity:1}}.ls-line{background:linear-gradient(90deg,#f4845f,#a8d5ba,#7ec8e3,#f7c948,#e8a0bf);border-radius:0 2px 2px 0;height:3px;animation:2.4s cubic-bezier(.4,0,.2,1) forwards ls-progress;position:fixed;bottom:0;left:0}@keyframes ls-progress{0%{width:0}to{width:100%}}@media (prefers-reduced-motion:reduce){.loading-screen{display:none}}.has-custom-cursor,.has-custom-cursor *{cursor:none!important}.cur-dot{pointer-events:none;z-index:999999;opacity:0;will-change:left, top;background:#aa3bff;border-radius:50%;width:10px;height:10px;transition:width .3s cubic-bezier(.22,1,.36,1),height .3s cubic-bezier(.22,1,.36,1),opacity .3s;position:fixed;transform:translate(-50%,-50%)}.cur-dot.is-hover{background:#aa3bff40;width:45px;height:45px}.cur-trail{pointer-events:none;z-index:999998;position:fixed;inset:0}@media (pointer:coarse){.cur-dot,.cur-trail{display:none}}.canvas{height:1340px;position:relative;overflow:hidden}.canvas>.logo{position:absolute;top:40px;left:50px}.timestamp{color:#aaa;font-family:Space Mono,monospace;font-size:10px;line-height:1.6;position:absolute;top:130px;left:55px}.canvas>.nav-stickers{gap:10px;display:flex;position:absolute;top:50px;right:50px}.intro{width:230px;position:absolute;top:210px;left:50px}.intro .paper-texture{display:none}.intro h1{color:#222;margin-bottom:16px;font-family:Caveat,cursive;font-size:36px;font-weight:600}.intro p{color:#555;font-family:Caveat,cursive;font-size:19px;line-height:1.6}.intro .welcome{color:#999;margin-top:6px;display:block}.tagline{text-align:right;width:170px;position:absolute;top:240px;right:50px}.tagline p{color:#555;font-family:Caveat,cursive;font-size:21px;line-height:1.5}.tagline .heart{color:#d4a0a0;margin-top:4px;font-size:22px;display:block}.tagline .swish{color:#ccc;text-align:right;margin-top:2px;font-family:Caveat,cursive;font-size:28px;display:block}.portrait-wrap{z-index:0;width:370px;position:absolute;top:196px;left:50%;transform:translate(-50%)}.portrait-inner{width:100%;position:relative;overflow:visible}.portrait-inner:before{content:"";z-index:0;pointer-events:none;background:repeating-linear-gradient(#0000,#0000 4px,#f5f2f0 4px 5.5px);position:absolute;inset:0;-webkit-mask-image:radial-gradient(90% 85%,#000 60%,#0000 95%);mask-image:radial-gradient(90% 85%,#000 60%,#0000 95%)}.portrait-wrap img{filter:grayscale()contrast(.95)brightness(1.02);width:100%;display:block}.portrait-wrap .grain{mix-blend-mode:multiply;pointer-events:none;background:0 0;position:absolute;inset:0}.portrait-wrap .scan{display:none}.portrait-wrap .vignette{box-shadow:none;pointer-events:none;position:absolute;inset:0}.portrait-hover-overlay{z-index:10;opacity:1;pointer-events:none;flex-direction:column;justify-content:flex-end;padding:20px 18px;display:flex;position:absolute;inset:0}.portrait-inner:hover img{transition:filter .4s}.portrait-inner:hover:before{opacity:0;transition:opacity .3s}.pho-badge{letter-spacing:.5px;color:#f7c948;opacity:0;white-space:nowrap;background:0 0;border:none;border-radius:0;align-items:center;gap:8px;padding:0;font-family:Space Mono,monospace;font-size:11px;transition:opacity .4s .1s;display:flex;position:absolute;top:68%;left:30%;transform:translate(-50%,-50%)}.portrait-inner:hover .pho-badge{opacity:1;pointer-events:auto}.pho-pulse{background:#6fcf97;border-radius:50%;width:9px;height:9px;animation:1.6s ease-in-out infinite pho-blink;display:inline-block;box-shadow:0 0 10px #6fcf97cc,0 0 22px #6fcf9780,0 0 40px #6fcf9740}@keyframes pho-blink{0%,to{opacity:1;box-shadow:0 0 10px #6fcf97cc,0 0 22px #6fcf9780,0 0 40px #6fcf9740}50%{opacity:.5;box-shadow:0 0 6px #6fcf9766,0 0 12px #6fcf9733}}.pho-text{display:none}.pho-cta{color:#aa3bff;opacity:1;pointer-events:auto;background:0 0;border:none;border-bottom:1.5px solid #aa3bff;padding:0 0 2px;font-family:Caveat,cursive;font-size:26px;text-decoration:none;transition:text-shadow .25s;animation:3s ease-in-out infinite pho-cta-desktop;position:absolute;bottom:45%;right:20px}@keyframes pho-cta-desktop{0%,to{transform:rotate(-6deg)}50%{transform:rotate(-4deg)translateY(-4px)}}.pho-cta:hover{text-shadow:0 0 12px #aa3bff80}.label{z-index:2;position:absolute}.label .star{color:#333;margin-bottom:2px;font-size:10px}.label .name{letter-spacing:1.5px;text-transform:uppercase;color:#222;margin-bottom:2px;font-family:Space Mono,monospace;font-size:9.5px;font-weight:700}.label .desc{color:#777;font-family:Inter,sans-serif;font-size:11.5px;line-height:1.45}.l1{top:246px;left:calc(50% - 230px)}.l2{top:400px;right:50px}.l3{top:510px;left:50px}.l4{top:570px;right:50px}.l5{top:640px;left:50px}.l6{top:730px;right:55px}.n1{color:#bbb;font-size:13px;top:190px;left:55px;transform:rotate(-2deg)}.n2{color:#c4b0d4;font-size:15px;top:780px;left:65px;transform:rotate(1.5deg)}.n3{color:#c9a0a0;font-size:12px;top:380px;right:50px;transform:rotate(-1deg)}.n4{color:#bbb;font-size:13px;top:830px;right:80px;transform:rotate(.5deg)}.status{z-index:2;position:absolute;top:900px;left:50px}.status .heading{color:#333;align-items:center;gap:6px;margin-bottom:6px;font-family:Space Mono,monospace;font-size:11px;font-weight:700;display:flex}.status .pulse{background:#34d399;border-radius:50%;width:6px;height:6px;animation:1.5s infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.status .detail{color:#999;font-family:Space Mono,monospace;font-size:10px;line-height:1.7}.services{z-index:2;position:absolute;top:880px;right:50px}.services h3{color:#333;text-underline-offset:5px;margin-bottom:10px;font-family:Caveat,cursive;font-size:26px;-webkit-text-decoration:underline #ddd;text-decoration:underline #ddd}.services ul{color:#666;font-family:Caveat,cursive;font-size:19px;line-height:1.65;list-style:none}.services ul li:before{content:"– ";color:#aaa}.canvas .cta{text-align:center;z-index:2;white-space:nowrap;position:absolute;top:1130px;left:50%;transform:translate(-50%)}.atime-yellow{color:inherit}.top-bar-mobile{display:none}.labels-wrap{pointer-events:none;position:absolute;inset:0}.labels-wrap .label{pointer-events:auto}.notes-wrap,.bottom-wrap{pointer-events:none;position:absolute;inset:0}.bottom-wrap>*{pointer-events:auto}@media (width<=768px){body{padding:10px 8px}.canvas>.nav-stickers{display:none}.hamburger{display:block}.top-bar-mobile{justify-content:space-between;align-items:center;padding:16px 20px 0;display:flex}.top-bar-mobile .logo{position:static}.top-bar-mobile .logo svg{width:110px}.browser-frame{overflow:visible}.canvas{flex-direction:column;height:auto;padding:10px 20px 40px;display:flex;position:relative;overflow:visible}.canvas>.logo{display:none}.timestamp{margin-bottom:4px;font-size:9px;display:block;position:static}.portrait-wrap{order:1}.intro{order:2}.tagline{order:3}.labels-wrap{order:4}.notes-wrap{order:5}.bottom-wrap{order:6}.canvas .cta{order:7}.notes-wrap{pointer-events:none;z-index:2;display:block;position:absolute;inset:0}.notes-wrap .note{display:block;position:absolute}.atime-yellow{color:#facc15}.n1{color:#bbb;font-size:10px;top:calc(100px + 1rem);left:16px;transform:rotate(-2deg)}.n2{color:#c4b0d4;font-size:12px;top:480px;left:16px;transform:rotate(1.5deg)}.n3{color:#c9a0a0;font-size:10px;top:280px;right:16px;transform:rotate(-1deg)}.n4{color:#bbb;font-size:10px;top:460px;right:16px;transform:rotate(.5deg)}.portrait-wrap{z-index:1;width:100%;max-width:100%;margin:1rem auto 0;position:relative;top:auto;left:auto;transform:none}.portrait-wrap img{filter:grayscale()contrast()brightness(1.02)}.intro{text-align:right;z-index:3;-webkit-backdrop-filter:blur(6px);clip-path:polygon(0% 0%,100% 0%,100% 100%,14% 100%,10% 96%,7% 98%,5% 93%,3% 96%,1.5% 91%,0% 93%,1% 88%,0% 85%,1.5% 80%,0% 76%);background:#fcfaf8;border:1px solid #e8d5d080;border-radius:8px 8px 8px 0;width:auto;max-width:155px;padding:14px 16px;position:absolute;top:16px;left:auto;right:12px;overflow:hidden;transform:rotate(-1.5deg)}.intro .paper-texture{z-index:1;pointer-events:none;opacity:.45;border-radius:inherit;mix-blend-mode:multiply;width:100%;height:100%;display:block;position:absolute;inset:0}.intro:before,.intro:after{display:none}.intro h1{color:#222;z-index:2;margin-bottom:8px;font-size:26px;line-height:1.1;position:relative}.intro p{color:#555;z-index:2;font-size:14px;line-height:1.45;position:relative}.intro .welcome{color:#999;z-index:2;margin-top:4px;font-size:12px;position:relative}.tagline{text-align:left;z-index:3;-webkit-backdrop-filter:none;background:0 0;border:none;border-radius:0;width:100%;max-width:100%;margin-top:-10px;margin-bottom:24px;padding:0;position:static}.tagline p{color:#888;font-size:18px;line-height:1.4}.tagline .heart{color:#d4a0a0;font-size:18px}.tagline .swish{color:#ccc;font-size:22px}.labels-wrap{pointer-events:auto;grid-template-columns:1fr 1fr;gap:14px;width:100%;margin-top:24px;display:grid;position:static;inset:auto}.label{background:#fdf9f7;border:1px solid #e8d5d0;border-radius:8px;width:100%;padding:14px;position:static!important;top:auto!important;left:auto!important;right:auto!important;transform:none!important}.label .desc{max-width:100%}.bottom-wrap{pointer-events:auto;align-items:flex-start;gap:16px;width:100%;margin-top:30px;display:flex;position:static;inset:auto}.status{flex:1;position:static;top:auto;left:auto;right:auto;transform:none}.services{flex:1;margin-top:2rem;position:static;top:auto;left:auto;right:auto;transform:none}.canvas .cta{text-align:center;white-space:normal;width:100%;margin-top:30px;position:static;top:auto;left:auto;transform:none}.canvas .cta p{font-size:20px}.footer{flex-wrap:wrap;justify-content:center;gap:8px;padding:14px 20px;font-size:8px}.pho-badge{display:none}.portrait-hover-overlay{opacity:1!important;pointer-events:auto!important}.pho-cta{inset:68% auto auto 30%;opacity:1!important;animation:3s ease-in-out infinite pho-cta-float!important}@keyframes pho-cta-float{0%,to{transform:translate(-50%,-50%)rotate(-6deg)}50%{transform:translate(-50%,-56%)rotate(-4deg)}}}@media (width<=480px){body{padding:8px 4px}.top-bar-mobile{padding:12px 14px 0}.canvas{padding:8px 14px 30px}.intro{max-width:140px;padding:10px 12px;top:10px;right:8px}.intro h1{font-size:22px}.intro p{font-size:13px}.tagline{margin-top:-6px}.tagline p{font-size:14px}.tagline .heart{font-size:16px}.tagline .swish{font-size:18px}.labels-wrap{gap:10px}.labels-wrap .label{padding:10px}.label .name{font-size:8.5px}.label .desc{font-size:10.5px}.bottom-wrap{gap:12px}.services{margin-top:1.5rem}.services h3{font-size:22px}.services ul{font-size:17px}.footer{padding:12px 14px}}.section-body{color:#555;max-width:680px;font-family:Caveat,cursive;font-size:21px;line-height:1.7}.section-body p{margin-bottom:14px}.story-section{flex-direction:column;align-items:center;gap:40px;display:flex}.story-photo{width:320px;margin:0 auto;position:relative;overflow:hidden}.story-photo img{filter:grayscale()contrast(.95)brightness(1.02);width:100%;display:block}.story-text{text-align:center}.story-text .section-label{justify-content:center}.story-text .section-body{text-align:center;margin:0 auto}.exp-grid{grid-template-columns:1fr 1fr;gap:30px 50px;margin-top:16px;display:grid}.exp-role{color:#333;margin-bottom:2px;font-family:Space Mono,monospace;font-size:11px;font-weight:700}.exp-place{color:#999;margin-bottom:4px;font-family:Inter,sans-serif;font-size:11.5px}.exp-desc{color:#666;font-family:Caveat,cursive;font-size:18px;line-height:1.5}.skills-wrap{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.skill-tag{letter-spacing:.5px;color:#333;border-radius:4px;padding:6px 16px;font-family:Space Mono,monospace;font-size:10px;font-weight:700;display:inline-block}.skill-tag:nth-child(6n+1){background:#ffb3c6;transform:rotate(-1deg)}.skill-tag:nth-child(6n+2){background:#a0e7e5;transform:rotate(.8deg)}.skill-tag:nth-child(6n+3){background:#c3b1e1;transform:rotate(-.5deg)}.skill-tag:nth-child(6n+4){background:#fde68a;transform:rotate(1.2deg)}.skill-tag:nth-child(6n+5){background:#b5e48c;transform:rotate(-.8deg)}.skill-tag:nth-child(6n+6){background:#fca5a5;transform:rotate(.6deg)}.philosophy-grid{grid-template-columns:1fr 1fr 1fr;gap:30px;margin-top:16px;display:grid}.phil-card{background:#fdf9f7;border:1px solid #e8d5d0;border-radius:8px;padding:24px}.phil-num{color:#e0d0cc;margin-bottom:8px;font-family:Space Mono,monospace;font-size:28px;font-weight:700}.phil-title{letter-spacing:1px;text-transform:uppercase;color:#333;margin-bottom:8px;font-family:Space Mono,monospace;font-size:10px;font-weight:700}.phil-desc{color:#666;font-family:Caveat,cursive;font-size:18px;line-height:1.5}.timeline{border-left:1.5px solid #e8d5d0;margin-top:20px;padding-left:30px;position:relative}.timeline-item{margin-bottom:36px;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-dot{background:#fcfaf8;border:2px solid #c084fc;border-radius:50%;width:10px;height:10px;position:absolute;top:4px;left:-36px}.timeline-year{color:#aaa;letter-spacing:1px;margin-bottom:4px;font-family:Space Mono,monospace;font-size:10px;font-weight:700}.timeline-title{color:#333;margin-bottom:4px;font-family:Space Mono,monospace;font-size:11px;font-weight:700}.timeline-desc{color:#666;font-family:Caveat,cursive;font-size:18px;line-height:1.5}.about-cta{text-align:center;margin-top:20px;margin-bottom:20px}.about-cta .stars{color:#bbb;letter-spacing:18px;margin-bottom:10px;font-family:Space Mono,monospace;font-size:13px}.about-cta p{color:#555;font-family:Caveat,cursive;font-size:24px;line-height:1.5}@media (width<=768px){.section-label{font-size:8.5px}.section-body{font-size:18px}.story-section{flex-direction:column;align-items:center;gap:30px;display:flex!important}.story-photo{margin:0 auto;width:240px!important}.story-text{text-align:center}.story-text .section-label{justify-content:center}.story-text .section-body{text-align:center;margin:0 auto}.exp-grid{grid-template-columns:1fr!important;gap:24px!important}.skills-wrap{gap:8px}.skill-tag{padding:5px 12px;font-size:9px}.philosophy-grid{grid-template-columns:1fr!important;gap:16px!important}.timeline{padding-left:24px}.about-cta p{font-size:20px}}@media (width<=480px){body{padding:10px 6px}.story-photo{width:200px!important}.section-body{font-size:17px}.phil-card{padding:18px}.timeline-desc{font-size:16px}}.services-intro{text-align:center;max-width:620px;margin:0 auto 10px}.services-intro p{color:#555;font-family:Caveat,cursive;font-size:22px;line-height:1.7}.services-grid{grid-template-columns:1fr 1fr;gap:24px;margin-top:16px;display:grid}.service-card{background:#fdf9f7;border:1px solid #e8d5d0;border-radius:8px;padding:30px;transition:transform .2s,box-shadow .2s;position:relative}.service-card:hover{transform:translateY(-3px);box-shadow:0 6px 24px #0000000d}.service-icon{margin-bottom:14px;font-size:28px;display:block}.service-title{letter-spacing:1px;text-transform:uppercase;color:#333;margin-bottom:10px;font-family:Space Mono,monospace;font-size:11px;font-weight:700}.service-desc{color:#666;margin-bottom:14px;font-family:Caveat,cursive;font-size:19px;line-height:1.55}.service-tags{flex-wrap:wrap;gap:6px;display:flex}.service-tag{letter-spacing:.5px;color:#999;background:#f5f2f0;border-radius:3px;padding:3px 10px;font-family:Space Mono,monospace;font-size:8.5px}.service-card .accent{color:#ddd;font-size:10px;position:absolute;top:14px;right:16px}.service-card:first-child{border-top:2.5px solid #ffb3c6}.service-card:nth-child(2){border-top:2.5px solid #a0e7e5}.service-card:nth-child(3){border-top:2.5px solid #c3b1e1}.service-card:nth-child(4){border-top:2.5px solid #fde68a}.service-card:nth-child(5){border-top:2.5px solid #b5e48c}.service-card:nth-child(6){border-top:2.5px solid #fca5a5}.process-steps{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:16px;display:grid}.step{text-align:center;position:relative}.step-num{color:#ece6e2;margin-bottom:10px;font-family:Space Mono,monospace;font-size:36px;font-weight:700}.step-title{letter-spacing:1px;text-transform:uppercase;color:#333;margin-bottom:8px;font-family:Space Mono,monospace;font-size:10px;font-weight:700}.step-desc{color:#777;font-family:Caveat,cursive;font-size:17px;line-height:1.5}.step-arrow{color:#ddd;font-family:Space Mono,monospace;font-size:14px;position:absolute;top:22px;right:-18px}.step:last-child .step-arrow{display:none}.solutions-grid{grid-template-columns:1fr 1fr 1fr;gap:20px;margin-top:16px;display:grid}.solution{border-left:2px solid #e8d5d0;padding:22px;transition:border-color .2s}.solution:hover{border-left-color:#c084fc}.solution-title{letter-spacing:1px;text-transform:uppercase;color:#333;margin-bottom:8px;font-family:Space Mono,monospace;font-size:10px;font-weight:700}.solution-desc{color:#666;font-family:Caveat,cursive;font-size:18px;line-height:1.5}.pricing-note{text-align:center;max-width:550px;margin:16px auto 0}.pricing-note p{color:#555;font-family:Caveat,cursive;font-size:20px;line-height:1.7}.pricing-options{grid-template-columns:1fr 1fr 1fr;gap:20px;margin-top:28px;display:grid}.pricing-card{text-align:center;background:#fdf9f7;border:1px solid #e8d5d0;border-radius:8px;padding:28px 20px}.pricing-card.featured{background:#faf7fd;border-color:#c084fc;position:relative}.pricing-card.featured:after{content:"popular";letter-spacing:1px;text-transform:uppercase;color:#fff;background:#c084fc;border-radius:10px;padding:3px 12px;font-family:Space Mono,monospace;font-size:8px;font-weight:700;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.pricing-type{letter-spacing:1px;text-transform:uppercase;color:#333;margin-bottom:12px;font-family:Space Mono,monospace;font-size:10px;font-weight:700}.pricing-desc{color:#777;margin-bottom:16px;font-family:Caveat,cursive;font-size:17px;line-height:1.5}.pricing-includes{color:#666;text-align:left;font-family:Caveat,cursive;font-size:16px;line-height:1.8;list-style:none}.pricing-includes li:before{content:"✓ ";color:#34d399;font-weight:600}@media (width<=768px){.services-intro p{font-size:19px}.services-grid{grid-template-columns:1fr!important;gap:16px!important}.service-card{padding:24px}.process-steps{grid-template-columns:1fr 1fr!important;gap:20px!important}.step-arrow{display:none}.solutions-grid,.pricing-options{grid-template-columns:1fr!important;gap:16px!important}}.cta-talk{font-family:Caveat,cursive;font-size:inherit;color:#aa3bff;border-bottom:1.5px solid #aa3bff;padding:0 0 2px;text-decoration:none;transition:text-shadow .25s;animation:3s ease-in-out infinite cta-talk-float;display:inline-block}.cta-talk:hover{text-shadow:0 0 12px #aa3bff80}@keyframes cta-talk-float{0%,to{transform:rotate(-4deg)}50%{transform:rotate(-2deg)translateY(-3px)}}@media (width<=480px){.process-steps{grid-template-columns:1fr!important}.service-title{font-size:10px}.service-desc{font-size:17px}.step-num{font-size:28px}}.section-label{margin-bottom:20px}.project{margin-bottom:70px;position:relative}.project:last-child{margin-bottom:0}.project-preview{cursor:pointer;background:#f9f7f5;border:1.5px solid #e8d5d0;border-radius:10px;width:100%;text-decoration:none;transition:transform .4s cubic-bezier(.25,.46,.45,.94),box-shadow .4s;display:block;position:relative;overflow:hidden}.project-preview:hover{transform:translateY(-6px);box-shadow:0 20px 60px #00000014}.preview-bar{background:#fdf5f2;border-bottom:1px solid #e8d5d0;align-items:center;gap:6px;padding:10px 16px;display:flex}.preview-dot{border-radius:50%;width:8px;height:8px}.preview-dot:first-child{background:#ff6058}.preview-dot:nth-child(2){background:#ffbd2e}.preview-dot:nth-child(3){background:#27ca40}.preview-url{color:#bbb;letter-spacing:.3px;margin-left:12px;font-family:Space Mono,monospace;font-size:9px}.preview-body{background:#f0edeb;height:380px;position:relative;overflow:hidden}.preview-body img{object-fit:cover;object-position:top center;filter:grayscale(30%)contrast(.97)brightness(1.01);width:100%;height:100%;transition:filter .4s,transform .6s cubic-bezier(.25,.46,.45,.94)}.project-preview:hover .preview-body img{filter:grayscale(0%)contrast()brightness();transform:scale(1.02)}.project-info{justify-content:space-between;align-items:flex-start;gap:30px;margin-top:22px;display:flex}.project-meta{flex:1}.project-num{color:#ccc;letter-spacing:1px;margin-bottom:6px;font-family:Space Mono,monospace;font-size:10px}.project-name{color:#222;margin-bottom:8px;font-family:Caveat,cursive;font-size:34px;font-weight:600;line-height:1.1}.project-desc{color:#666;max-width:500px;margin-bottom:14px;font-family:Caveat,cursive;font-size:19px;line-height:1.55}.project-tags{flex-wrap:wrap;gap:8px;display:flex}.project-tag{letter-spacing:.5px;color:#333;border-radius:4px;padding:4px 14px;font-family:Space Mono,monospace;font-size:9px;font-weight:700}.project-tag:nth-child(6n+1){background:#ffb3c6}.project-tag:nth-child(6n+2){background:#a0e7e5}.project-tag:nth-child(6n+3){background:#c3b1e1}.project-tag:nth-child(6n+4){background:#fde68a}.project-tag:nth-child(6n+5){background:#b5e48c}.project-link{flex-shrink:0;align-self:center}.project-link a{letter-spacing:.5px;color:#555;background:#fcfaf8;border:1.5px solid #e8d5d0;border-radius:6px;align-items:center;gap:8px;padding:10px 22px;font-family:Space Mono,monospace;font-size:10px;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.project-link a:hover{color:#333;border-color:#c084fc;transform:translateY(-1px);box-shadow:0 4px 16px #0000000d}.project-link a .arrow{font-size:13px;transition:transform .25s}.project-link a:hover .arrow{transform:translate(3px)}.coming-soon{text-align:center;background:#fdfbf9;border:1.5px dashed #e0d5d0;border-radius:10px;margin-top:16px;padding:60px 40px}.coming-soon .icon{color:#ddd;margin-bottom:14px;font-size:32px;display:block}.coming-soon h3{color:#bbb;margin-bottom:8px;font-family:Caveat,cursive;font-size:28px}.coming-soon p{color:#ccc;font-family:Caveat,cursive;font-size:18px;line-height:1.6}.stats-row{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:16px;display:grid}.stat{text-align:center;background:#fdf9f7;border:1px solid #e8d5d0;border-radius:8px;padding:24px 16px}.stat-num{color:#333;margin-bottom:4px;font-family:Space Mono,monospace;font-size:32px;font-weight:700}.stat-label{color:#999;font-family:Caveat,cursive;font-size:17px}@media (width<=768px){.preview-body{height:260px}.project-info{flex-direction:column;gap:16px}.project-link{align-self:flex-start}.project-name{font-size:28px}.project-desc{font-size:17px}.stats-row{grid-template-columns:1fr 1fr}.stat-num{font-size:26px}.coming-soon{padding:40px 24px}}@media (width<=480px){.preview-body{height:200px}.project{margin-bottom:50px}.project-name{font-size:24px}.project-desc{font-size:16px}.project-tags{gap:6px}.project-tag{padding:3px 10px;font-size:8px}.project-link a{padding:8px 16px;font-size:9px}.stats-row{gap:12px}.stat{padding:18px 12px}.stat-num{font-size:22px}.stat-label{font-size:14px}}.toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:40px;display:flex}.search-box{width:280px;position:relative}.search-box input{color:#555;letter-spacing:.3px;background:#fdf9f7;border:1.5px solid #e8d5d0;border-radius:6px;outline:none;width:100%;padding:10px 16px 10px 36px;font-family:Space Mono,monospace;font-size:10px;transition:border-color .2s}.search-box input::placeholder{color:#ccc}.search-box input:focus{border-color:#c084fc}.search-icon{color:#ccc;pointer-events:none;font-size:13px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.categories{flex-wrap:wrap;gap:8px;display:flex}.cat-btn{letter-spacing:.5px;color:#888;cursor:pointer;text-transform:uppercase;background:#fcfaf8;border:1.5px solid #e8d5d0;border-radius:20px;padding:6px 16px;font-family:Space Mono,monospace;font-size:9px;font-weight:700;transition:all .2s}.cat-btn:hover,.cat-btn.active{color:#fcfaf8;background:#333;border-color:#333}.featured-article{cursor:pointer;color:inherit;background:#fdf9f7;border:1.5px solid #e8d5d0;border-radius:10px;grid-template-columns:1fr 1fr;align-items:center;gap:40px;padding:36px;text-decoration:none;transition:transform .3s,box-shadow .3s;display:grid}.featured-article:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000000f}.featured-cover{border-radius:8px;width:100%;height:280px;position:relative;overflow:hidden}.featured-cover .cover-placeholder{background:linear-gradient(135deg,#f0e6ff 0%,#ffe0ec 50%,#e0f5ee 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.featured-cover .cover-icon{color:#ffffffb3;font-size:48px}.featured-badge{letter-spacing:1px;text-transform:uppercase;color:#fff;background:#c084fc;border-radius:12px;margin-bottom:14px;padding:4px 12px;font-family:Space Mono,monospace;font-size:8px;font-weight:700;display:inline-block}.featured-cat{letter-spacing:1px;text-transform:uppercase;color:#c084fc;margin-bottom:10px;font-family:Space Mono,monospace;font-size:9px;font-weight:700}.featured-title{color:#222;margin-bottom:12px;font-family:Caveat,cursive;font-size:34px;font-weight:600;line-height:1.2}.featured-excerpt{color:#666;margin-bottom:16px;font-family:Caveat,cursive;font-size:19px;line-height:1.55}.featured-meta{color:#aaa;letter-spacing:.5px;align-items:center;gap:16px;font-family:Space Mono,monospace;font-size:9px;display:flex}.featured-meta .dot-sep{color:#ddd}.posts-grid{grid-template-columns:1fr 1fr 1fr;gap:24px;display:grid}.post-card{cursor:pointer;color:inherit;background:#fcfaf8;border:1.5px solid #e8d5d0;border-radius:10px;flex-direction:column;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.post-card:hover{transform:translateY(-4px);box-shadow:0 10px 32px #0000000f}.post-cover{width:100%;height:160px;position:relative;overflow:hidden}.post-cover .cover-placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.post-cover .cover-icon{color:#fff9;font-size:32px}.cover-grad-1{background:linear-gradient(135deg,#fce4ec,#f3e5f5)}.cover-grad-2{background:linear-gradient(135deg,#e0f2f1,#e8eaf6)}.cover-grad-3{background:linear-gradient(135deg,#fff3e0,#fce4ec)}.cover-grad-4{background:linear-gradient(135deg,#e8eaf6,#ede7f6)}.cover-grad-5{background:linear-gradient(135deg,#e0f7fa,#e8f5e9)}.cover-grad-6{background:linear-gradient(135deg,#fef3c7,#fce4ec)}.post-body{flex-direction:column;flex:1;padding:20px;display:flex}.post-cat{letter-spacing:1px;text-transform:uppercase;color:#c084fc;margin-bottom:8px;font-family:Space Mono,monospace;font-size:8px;font-weight:700}.post-title{color:#222;margin-bottom:8px;font-family:Caveat,cursive;font-size:24px;font-weight:600;line-height:1.2}.post-excerpt{color:#888;flex:1;margin-bottom:14px;font-family:Caveat,cursive;font-size:16px;line-height:1.5}.post-meta{color:#bbb;letter-spacing:.3px;border-top:1px solid #f0ebe8;justify-content:space-between;align-items:center;padding-top:12px;font-family:Space Mono,monospace;font-size:8.5px;display:flex}.read-time{align-items:center;gap:4px;display:flex}.popular-list{margin-top:16px}.popular-item{cursor:pointer;color:inherit;border-bottom:1px solid #f0ebe8;align-items:flex-start;gap:20px;padding:20px 0;text-decoration:none;transition:background .2s;display:flex}.popular-item:last-child{border-bottom:none}.popular-item:hover{background:#fdfbf9}.popular-num{color:#ece6e2;flex-shrink:0;width:40px;font-family:Space Mono,monospace;font-size:32px;font-weight:700;line-height:1}.popular-content{flex:1}.popular-cat{letter-spacing:1px;text-transform:uppercase;color:#c084fc;margin-bottom:4px;font-family:Space Mono,monospace;font-size:8px;font-weight:700}.popular-title{color:#333;margin-bottom:4px;font-family:Caveat,cursive;font-size:22px;font-weight:600;line-height:1.2}.popular-meta{color:#bbb;letter-spacing:.3px;font-family:Space Mono,monospace;font-size:8.5px}.newsletter{text-align:center;background:linear-gradient(135deg,#fdf9f7 0%,#faf5fd 50%,#f5faf8 100%);border:1.5px solid #e8d5d0;border-radius:10px;margin-top:16px;padding:50px 40px}.newsletter .nl-icon{color:#ddd;margin-bottom:14px;font-size:28px}.newsletter h3{color:#222;margin-bottom:8px;font-family:Caveat,cursive;font-size:30px}.newsletter p{color:#888;max-width:420px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-family:Caveat,cursive;font-size:19px;line-height:1.5}.nl-form{gap:10px;max-width:440px;margin:0 auto;display:flex}.nl-form input{color:#555;background:#fff;border:1.5px solid #e8d5d0;border-radius:6px;outline:none;flex:1;padding:12px 18px;font-family:Space Mono,monospace;font-size:10px;transition:border-color .2s}.nl-form input::placeholder{color:#ccc}.nl-form input:focus{border-color:#c084fc}.nl-form button{color:#fcfaf8;letter-spacing:.5px;cursor:pointer;white-space:nowrap;background:#333;border:none;border-radius:6px;padding:12px 24px;font-family:Space Mono,monospace;font-size:10px;font-weight:700;transition:background .2s,transform .2s}.nl-form button:hover{background:#555;transform:translateY(-1px)}.blog-coming-soon{text-align:center;background:#fdfbf9;border:1.5px dashed #e0d5d0;border-radius:10px;margin-top:16px;padding:50px 40px}.blog-coming-soon .icon{color:#ddd;margin-bottom:14px;font-size:32px;display:block}.blog-coming-soon h3{color:#bbb;margin-bottom:8px;font-family:Caveat,cursive;font-size:28px}.blog-coming-soon p{color:#ccc;font-family:Caveat,cursive;font-size:18px;line-height:1.6}@media (width<=768px){.toolbar{flex-direction:column;align-items:stretch;gap:14px}.search-box{width:100%}.categories{justify-content:flex-start}.featured-article{grid-template-columns:1fr;gap:24px;padding:24px}.featured-cover{height:220px}.featured-title{font-size:28px}.posts-grid{grid-template-columns:1fr 1fr}.nl-form{flex-direction:column}.nl-form input,.nl-form button{width:100%}.newsletter{padding:36px 24px}}@media (width<=480px){.posts-grid{grid-template-columns:1fr}.post-cover{height:140px}.featured-cover{height:180px}.featured-title{font-size:24px}.featured-excerpt{font-size:17px}.popular-num{width:30px;font-size:24px}.popular-title{font-size:19px}.blog-coming-soon{padding:36px 20px}.cat-btn{padding:5px 12px;font-size:8px}}.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;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.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{width:auto;padding:0;max-width:none!important;max-height:none!important}.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:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.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{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.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;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{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{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{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position: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:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.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-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.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{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;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:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;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{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.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{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.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{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.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{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;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{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.hero{text-align:center;margin-bottom:10px;padding:50px 40px 40px;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:repeating-linear-gradient(#0000,#0000 4px,#7c3aed08 4px 5.5px);position:absolute;inset:0}.hero h2{color:#222;margin-bottom:16px;font-family:Caveat,cursive;font-size:52px;font-weight:600;position:relative}.hero h2 .dot-y{color:#facc15}.hero p{color:#666;max-width:520px;margin:0 auto;font-family:Caveat,cursive;font-size:22px;line-height:1.6;position:relative}.avail-bar{justify-content:center;gap:24px;margin-bottom:10px;display:flex}.avail-tag{letter-spacing:.5px;color:#555;background:#fdf9f7;border:1.5px solid #e8d5d0;border-radius:20px;align-items:center;gap:8px;padding:8px 20px;font-family:Space Mono,monospace;font-size:9px;font-weight:700;display:inline-flex}.avail-dot{background:#34d399;border-radius:50%;width:8px;height:8px;animation:1.5s infinite pulse}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 #34d39966}50%{opacity:.7;box-shadow:0 0 0 4px #34d39900}}.avail-tag.secondary{color:#7c3aed;border-color:#7c3aed}.avail-tag.secondary .avail-dot{background:#7c3aed}.contact-grid{grid-template-columns:1fr 1fr;gap:40px;margin-top:16px;display:grid}.form-wrap{background:#fcfaf8;border:1.5px solid #e8d5d0;border-radius:10px;padding:32px}.form-group{margin-bottom:20px}.form-group:last-of-type{margin-bottom:24px}.form-label{letter-spacing:1px;text-transform:uppercase;color:#555;margin-bottom:8px;font-family:Space Mono,monospace;font-size:9px;font-weight:700;display:block}.form-input{color:#333;background:#fdf9f7;border:1.5px solid #e8d5d0;border-radius:6px;outline:none;width:100%;padding:12px 16px;font-family:Inter,sans-serif;font-size:13px;transition:border-color .25s,box-shadow .25s}.form-input::placeholder{color:#ccc;font-size:12px}.form-input:focus{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed14}textarea.form-input{resize:vertical;min-height:130px;font-family:Inter,sans-serif}.send-btn{color:#fff;letter-spacing:1px;text-transform:uppercase;cursor:pointer;background:#7c3aed;border:none;border-radius:6px;width:100%;padding:14px 24px;font-family:Space Mono,monospace;font-size:11px;font-weight:700;transition:background .25s,transform .2s,box-shadow .25s}.send-btn:hover{background:#6d28d9;transform:translateY(-2px);box-shadow:0 6px 20px #7c3aed40}.send-btn:active{transform:translateY(0)}.info-card{background:#fdf9f7;border:1.5px solid #e8d5d0;border-radius:10px;margin-bottom:20px;padding:28px}.info-item{align-items:flex-start;gap:14px;margin-bottom:20px;display:flex}.info-item:last-child{margin-bottom:0}.info-icon{background:#f3edff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.info-label{letter-spacing:1px;text-transform:uppercase;color:#aaa;margin-bottom:4px;font-family:Space Mono,monospace;font-size:9px;font-weight:700}.info-value{color:#333;font-family:Caveat,cursive;font-size:19px;line-height:1.3}.info-value a{color:#7c3aed;text-decoration:none;transition:color .2s}.info-value a:hover{color:#6d28d9}.social-row{gap:10px;margin-bottom:20px;display:flex}.social-link{color:#888;background:#fcfaf8;border:1.5px solid #e8d5d0;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-family:Space Mono,monospace;font-size:9px;font-weight:700;text-decoration:none;transition:all .25s;display:flex}.social-link:hover{color:#7c3aed;border-color:#7c3aed;transform:translateY(-2px);box-shadow:0 4px 12px #7c3aed1a}.map-section{margin-top:16px}.map-container{background:#1a1a1a;border:1.5px solid #e8d5d0;border-radius:10px;height:400px;position:relative;overflow:hidden;box-shadow:0 0 40px #7c3aed0f}.map-container:before{content:"";pointer-events:none;z-index:401;background:repeating-linear-gradient(#0000,#0000 3px,#ffffff04 3px 4.5px);position:absolute;inset:0}.map-container:after{content:"";pointer-events:none;z-index:402;border-radius:10px;position:absolute;inset:0;box-shadow:inset 0 0 60px #7c3aed14}.map-controls{z-index:450;flex-direction:column;gap:6px;display:flex;position:absolute;top:14px;right:14px}.map-ctrl-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#aaa;cursor:pointer;background:#1a1a1ad9;border:1.5px solid #ffffff1f;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-family:Space Mono,monospace;font-size:14px;font-weight:700;transition:all .25s;display:flex}.map-ctrl-btn:hover{color:#fff;background:#7c3aed4d;border-color:#7c3aed}.map-label-card{z-index:450;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a1ae0;border:1px solid #ffffff14;border-radius:8px;padding:12px 18px;position:absolute;bottom:16px;left:16px}.map-label-loc{letter-spacing:1px;text-transform:uppercase;color:#7c3aed;margin-bottom:4px;font-family:Space Mono,monospace;font-size:9px;font-weight:700}.map-label-name{color:#eee;font-family:Caveat,cursive;font-size:20px;line-height:1.2}.map-label-sub{color:#777;letter-spacing:.5px;margin-top:3px;font-family:Space Mono,monospace;font-size:8px}.leaflet-control-attribution,.leaflet-control-zoom{display:none!important}.marker-pulse{width:18px;height:18px;position:relative}.marker-dot{z-index:2;background:#facc15;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;top:4px;left:4px;box-shadow:0 0 8px #facc1599}.marker-ring{border:2px solid #7c3aed80;border-radius:50%;width:18px;height:18px;animation:2s ease-out infinite marker-pulse;position:absolute;top:0;left:0}@keyframes marker-pulse{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(3)}}.marker-tooltip{white-space:nowrap;letter-spacing:.5px;color:#facc15;opacity:0;pointer-events:none;background:#1a1a1ae6;border-radius:5px;padding:6px 12px;font-family:Space Mono,monospace;font-size:9px;font-weight:700;transition:opacity .3s;position:absolute;bottom:26px;left:50%;transform:translate(-50%)}.marker-tooltip:after{content:"";border:4px solid #0000;border-top-color:#1a1a1ae6;position:absolute;top:100%;left:50%;transform:translate(-50%)}.marker-wrap:hover .marker-tooltip{opacity:1}.marker-wrap{cursor:default}.faq-list{margin-top:16px}.faq-item{border-bottom:1px solid #f0ebe8;padding:22px 0}.faq-item:last-child{border-bottom:none}.faq-q{color:#333;align-items:center;gap:8px;margin-bottom:8px;font-family:Space Mono,monospace;font-size:11px;font-weight:700;display:flex}.faq-q .q-dot{background:#7c3aed;border-radius:50%;flex-shrink:0;width:6px;height:6px}.faq-a{color:#666;padding-left:14px;font-family:Caveat,cursive;font-size:19px;line-height:1.5}.contact-underline{background:linear-gradient(90deg,#7c3aed,#facc15);border-radius:2px;width:80px;height:2px;margin-top:4px}@media (width<=768px){.hero h2{font-size:38px}.hero p{font-size:19px}.avail-bar{flex-direction:column;align-items:center;gap:12px}.contact-grid{grid-template-columns:1fr}.map-container{height:320px}.faq-q{font-size:10px}.faq-a{font-size:17px}}@media (width<=480px){.hero{padding:30px 16px}.hero h2{font-size:32px}.hero p{font-size:17px}.form-wrap{padding:20px}.form-input{padding:10px 14px;font-size:12px}.map-container{height:260px}.map-label-card{padding:8px 12px}.map-label-name{font-size:16px}.social-link{width:36px;height:36px}}.nf-canvas{flex-direction:column;min-height:calc(100vh - 40px);display:flex;height:auto!important;overflow:visible!important}.nf-container{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:0 24px;display:flex}.nf-code{color:var(--text-h);letter-spacing:4px;font-family:Caveat,cursive;font-size:120px;line-height:1}.nf-divider{background:linear-gradient(90deg,#f4845f,#a8d5ba,#7ec8e3,#f7c948,#e8a0bf);border-radius:2px;width:60px;height:3px;margin:4px 0 8px}.nf-title{text-transform:uppercase;letter-spacing:3px;color:var(--text-h);margin:0;font-family:Space Mono,monospace;font-size:18px;font-weight:700}.nf-message{color:var(--text);margin:8px 0 0;font-family:Caveat,cursive;font-size:22px;line-height:1.5}.nf-dots{gap:8px;margin:12px 0;display:flex}.nf-dots span{border-radius:50%;width:8px;height:8px}.nf-home{text-transform:uppercase;letter-spacing:2px;color:var(--text-h);border:none;margin-top:8px;padding:10px 28px;font-family:Space Mono,monospace;font-size:14px;text-decoration:none;transition:text-shadow .3s}.nf-home:hover{color:#0000;background:linear-gradient(90deg,#f4845f,#a8d5ba,#7ec8e3,#aa3bff,#f7c948,#e8a0bf,#f4845f) 0 0/200% 100%;-webkit-background-clip:text;background-clip:text;animation:2s linear infinite nf-gradient}.nf-home:active{text-shadow:0 0 24px #7ec8e380}@keyframes nf-gradient{0%{background-position:0%}to{background-position:200%}}@media (width<=600px){.nf-code{font-size:80px}.nf-title{letter-spacing:2px;font-size:15px}.nf-message{font-size:19px}}
