*{box-sizing:border-box;margin:0;padding:0}:root{--font-heading:"Libre Baskerville", Georgia, "Times New Roman", serif;--font-body:"Source Sans 3", "Source Sans Pro", system-ui, sans-serif;--font-hand:"Caveat", "Segoe Script", cursive}body{font-family:var(--font-body);color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}.App{height:100vh;display:flex;overflow:hidden}@media (width<=768px){.App{flex-direction:column;height:auto;min-height:100dvh;overflow:hidden auto}}@media (width<=480px){body{font-size:14px}}@media (width<=768px){.App{flex-direction:column}}@media (width<=480px){.App{flex-direction:column}}.sidebar{background:#f5f5f5;flex-shrink:0;width:400px;height:100vh;padding:40px 24px;animation:.8s cubic-bezier(.34,1.56,.64,1) slideInLeft;overflow-y:auto}@media (width<=1440px){.sidebar{width:350px;padding:35px 20px}}@media (width<=1024px){.sidebar{width:300px;padding:30px 18px}}@media (width<=768px){.sidebar{z-index:auto;width:100%;height:auto;box-shadow:none;max-height:none;position:relative;overflow-y:visible}}@media (width<=480px){.sidebar{border-bottom:1px solid #e0e0e0;width:100%;height:auto;max-height:none;padding:20px 16px;overflow-y:visible}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.profile-container{flex-direction:column;gap:32px;display:flex}@media (width<=768px){.profile-container{gap:24px}}@media (width<=480px){.profile-container{gap:16px}}.sidebar-content{flex-direction:column;justify-content:space-between;height:100%;display:flex}@media (width<=768px){.sidebar-content{justify-content:flex-start;gap:28px;height:auto;min-height:0}}@media (width<=480px){.sidebar-content{gap:20px}}.profile-image{background:#e0e0e0;border-radius:50%;width:80px;height:80px;animation:.8s ease-out .1s both fadeInScale;overflow:hidden}@media (width<=768px){.profile-image{width:70px;height:70px}}@media (width<=480px){.profile-image{width:60px;height:60px}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.profile-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.profile-image:hover img{transform:scale(1.05)}.name{color:#1a1a1a;margin:0;font-size:32px;font-weight:400;line-height:1.3;animation:.8s ease-out .2s both fadeInUp}@media (width<=1440px){.name{font-size:28px}}@media (width<=768px){.name{font-size:24px}}@media (width<=480px){.name{font-size:20px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.bio{color:#666;margin:0;font-size:13px;line-height:1.6;animation:.8s ease-out .3s both fadeInUp}@media (width<=768px){.bio{font-size:12px}}@media (width<=480px){.bio{font-size:12px;line-height:1.5}}.social-links{flex-wrap:wrap;gap:8px;animation:.8s ease-out .4s both fadeInUp;display:flex}@media (width<=480px){.social-links{gap:6px}}.social-links a{color:#666;background:#f5f5f5;border:.5px solid #d0d0d0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative}@keyframes popIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.social-links a:first-child{animation-delay:.45s}.social-links a:nth-child(2){animation-delay:.5s}.social-links a:nth-child(3){animation-delay:.55s}.social-links a:nth-child(4){animation-delay:.6s}.social-links a:after{content:attr(aria-label);color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#000;border-radius:6px;padding:6px 10px;font-size:11px;transition:all .25s cubic-bezier(.4,0,.2,1);position:absolute;bottom:36px;left:50%;transform:translate(-50%)translateY(6px);box-shadow:0 4px 12px #00000026}.social-links a:hover:after{opacity:1;transform:translate(-50%)translateY(0)}.social-links svg{width:16px;height:16px}.social-links img{filter:invert(.6)brightness(1.1);opacity:.8;width:16px;height:16px;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.social-links a:hover img{filter:invert(.3)brightness();opacity:1}.cta-section{border:1px solid #d0d0d0;border-width:1px 0;flex-direction:column;gap:16px;padding:20px 0;transition:all .3s;animation:.8s ease-out .5s both slideInUp;display:flex}@media (width<=480px){.cta-section{gap:12px;padding:16px 0}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.cta-text{color:#333;margin:0;font-size:13px;font-weight:500}.cta-subtext{color:#999;margin-top:4px;font-size:12px;font-weight:400;display:block}.cta-buttons{gap:10px;display:flex}.btn{cursor:pointer;text-align:center;border:none;border-radius:20px;flex:1;justify-content:center;align-items:center;padding:10px 16px;font-size:12px;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex}@media (width<=480px){.btn{padding:8px 12px;font-size:11px}}.btn-primary{color:#fff;background:#1a1a1a}.btn-primary:hover{background:#0f0e0e;transform:translateY(-2px);box-shadow:0 8px 16px #00000026}.btn-primary:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}.btn-secondary{color:#333;background:#e8e8e8}.btn-secondary:hover{background:#fff;border-color:#fff;transform:translateY(-2px)}.btn-secondary:active{transform:translateY(0)}.clients{margin-top:20px;animation:.8s ease-out .6s both fadeInUp}.clients-label{color:#999;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-size:11px;font-weight:500}.client-logos{flex-direction:row;gap:12px;display:flex}.logo-placeholder{color:#999;background:#e8e8e8;border-radius:4px;justify-content:center;align-items:center;height:24px;font-size:10px;font-weight:600;transition:all .3s;animation:.6s ease-out slideInRight;display:flex}@keyframes slideInRight{0%{opacity:0;transform:translate(-15px)}to{opacity:1;transform:translate(0)}}.logo-placeholder:first-child{animation-delay:.65s}.logo-placeholder:nth-child(2){animation-delay:.7s}.logo-placeholder:hover{background:#d0d0d0;transform:translate(4px)}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:0 0}.sidebar::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:3px;transition:background .3s}.sidebar::-webkit-scrollbar-thumb:hover{background:#999}.gallery{scroll-behavior:smooth;scroll-snap-type:y mandatory;background:#f5f5f5;flex:1;min-width:0;overflow:hidden scroll}.gallery-container{flex-direction:column;height:100%;display:flex}.project-wrapper{width:100%;transition:all .6s cubic-bezier(.34,1.56,.64,1)}.about-view{height:100%;padding:40px;animation:.6s ease-out fadeIn;overflow-y:auto}.about-view--project-detail{box-sizing:border-box;min-width:0;max-width:100%;padding-left:0;padding-right:0;overflow-x:hidden}.project-detail-header{align-items:baseline;gap:14px;min-width:0;margin:40px 30px;display:flex}.project-detail-header .close-btn{margin:0}.project-detail-title{color:#1a1a1a;letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;min-width:0;margin:0;font-size:24px;font-weight:600;overflow:hidden}@media (width<=768px){.about-view{padding:0}.about-view--project-detail{padding-left:0;padding-right:0}.project-detail-header{margin-left:20px;margin-right:20px}.gallery{overflow:hidden auto}}@media (width<=480px){.about-view{height:auto;padding:16px;overflow-y:auto}.about-view--project-detail{padding-left:0;padding-right:0}.project-detail-header{margin-left:16px;margin-right:16px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.close-btn{color:#666;cursor:pointer;background:0 0;border:none;margin-bottom:30px;padding:0;font-size:14px;font-weight:500;transition:all .3s cubic-bezier(.34,1.56,.64,1);animation:.5s ease-out slideInLeft}@media (width<=480px){.close-btn{margin-bottom:20px;font-size:12px}}.close-btn:hover{color:#1a1a1a;transform:translate(-5px)}.close-btn:active{transform:translate(0)}.scroll-progress{z-index:100;flex-direction:column;gap:12px;animation:.6s ease-out .4s both fadeInRight;display:flex;position:fixed;top:50%;right:30px;transform:translateY(-50%)}@media (width<=480px){.scroll-progress{flex-direction:row;gap:8px;top:auto;bottom:20px;right:10px;transform:none}}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%{box-shadow:0 0 #1a1a1ab3}70%{box-shadow:0 0 0 8px #1a1a1a00}to{box-shadow:0 0 #1a1a1a00}}.gallery::-webkit-scrollbar{width:6px}.gallery::-webkit-scrollbar-track{background:0 0}.gallery::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:3px;transition:background .3s;animation:.6s ease-out .3s both slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.gallery::-webkit-scrollbar-thumb:hover{background:#999}@media (width<=1024px){.gallery{margin-left:0}.about-view{padding:0}.scroll-progress{right:20px}}@media (width<=768px){.scroll-progress{right:15px}.progress-dot{width:8px;height:8px}.progress-dot.active{width:12px;height:12px}}@media (width<=480px){.progress-dot{width:6px;height:6px}.progress-dot.active{width:10px;height:10px}}.project-card{aspect-ratio:16/10;border-radius:4px;margin:20px;position:relative;overflow:hidden}.project-card[role=button]{cursor:pointer}.project-card[role=button]:focus-visible{outline-offset:4px;outline:2px solid #1a1a1a}.project-card:before{content:"";background-image:inherit;will-change:transform;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:transform .9s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:scale(1)}@media (width<=768px){.project-card{aspect-ratio:4/3;margin:10px}.project-card:before{background-size:contain}}@media (hover:hover) and (pointer:fine){.project-card:hover:before{transform:scale(1.08)}}@keyframes gradientShift{0%,to{opacity:0}50%{opacity:1}}.project-info{z-index:1;-webkit-backdrop-filter:blur(8px);box-sizing:border-box;background:#0000004d;justify-content:space-between;align-items:flex-end;gap:40px;width:100%;padding:20px;animation:.8s ease-out .4s both fadeInUp;display:flex;position:absolute;bottom:0;left:0;right:0}@media (width<=1024px){.project-info{gap:20px;padding:30px}}@media (width<=768px){.project-info{flex-direction:column;align-items:flex-start;gap:15px;padding:20px}}@media (width<=480px){.project-info{gap:12px;padding:16px}}.project-text{flex:1}.project-title{margin:0 0 8px;font-size:28px;font-weight:600;line-height:1.2;transition:all .3s;display:inline-block;position:relative}@media (width<=1024px){.project-title{font-size:24px}}@media (width<=768px){.project-title{font-size:20px}}@media (width<=480px){.project-title{margin-bottom:6px;font-size:18px}}.project-title:before{content:"";opacity:.3;background:currentColor;width:0;height:3px;transition:width .6s cubic-bezier(.34,1.56,.64,1);position:absolute;bottom:-4px;left:0}.project-title:hover:before{width:100%}.project-title.dark,.project-title.light{color:#fff}.project-subtitle{margin:0;font-size:13px;font-weight:500;transition:all .3s;animation:.8s ease-out .5s both fadeInUp}@media (width<=768px){.project-subtitle{font-size:12px}}@media (width<=480px){.project-subtitle{font-size:11px}}.project-subtitle.dark,.project-subtitle.light{color:#fffc}.project-subtitle:hover{transform:translate(5px)}.project-dots{display:none}.dot{cursor:pointer;border-radius:50%;width:8px;height:8px;transition:all .3s cubic-bezier(.34,1.56,.64,1);animation:.5s cubic-bezier(.34,1.56,.64,1) popIn}.dot:first-child{animation-delay:.6s}.dot:nth-child(2){animation-delay:.65s}.dot:nth-child(3){animation-delay:.7s}.dot.dark,.dot.light{background:#fff9}.dot:first-child{opacity:1}.dot:not(:first-child){opacity:.4}.dot:hover{transform:scale(1.5);opacity:1!important}.dot:hover.dark,.dot:hover.light{background:#ffffffe6;box-shadow:0 0 12px #fff9}.about-page{--ab-ink:#1a1a1a;--ab-text:#2b2626;--ab-muted:#8f8f8f;--ab-card:#fff;--ab-thumb:#e8e8e8;--ab-ease:cubic-bezier(.33, 1, .68, 1);width:100%;max-width:600px;color:var(--ab-text);font-family:var(--font-body);flex-direction:column;align-items:center;margin:0 auto;padding:8px 0 48px;display:flex}.about-inner{flex-direction:column;align-items:center;width:100%;display:flex}.about-title{font-family:var(--font-heading);color:var(--ab-ink);text-align:center;margin:0;font-size:28px;font-weight:700;line-height:1.3}.about-stack{aspect-ratio:529/428;cursor:pointer;width:100%;max-width:529px;margin-top:32px;position:relative}.about-photo{background:var(--ab-card);transform-origin:50%;width:92.63%;transition:left .62s var(--ab-ease), top .62s var(--ab-ease), transform .62s var(--ab-ease), box-shadow .62s var(--ab-ease);will-change:left, top, transform;border-radius:6px;padding:1.4%;position:absolute;top:0;left:0;box-shadow:0 2px 8px #00000012,0 12px 28px -12px #0000001a}.about-photo .ph-media{border-radius:3px;display:block;position:relative;overflow:hidden}.about-photo img{aspect-ratio:490/390;object-fit:cover;object-position:center bottom;width:100%;display:block}.about-photo img.crop-top{object-position:center top}.about-photo img.crop-center{object-position:center center}.about-photo .ph-overlay{opacity:0;transition:opacity .62s var(--ab-ease);pointer-events:none;background:#000;position:absolute;inset:0}.about-photo[data-pos="0"]{z-index:5;top:0;left:5.5%;transform:rotate(.4deg)}.about-photo[data-pos="1"]{z-index:4;top:1.3%;left:4.9%;transform:rotate(-.6deg)}.about-photo[data-pos="2"]{z-index:3;top:2.6%;left:4.3%;transform:rotate(1deg)}.about-photo[data-pos="3"]{z-index:2;top:3.9%;left:3.7%;transform:rotate(1.7deg)}.about-photo[data-pos="4"]{z-index:1;top:5.2%;left:3.1%;transform:rotate(2.3deg)}.about-photo[data-pos="5"]{z-index:0;top:6.5%;left:2.5%;transform:rotate(2.9deg)}.about-photo[data-pos="0"] .ph-overlay{opacity:0}.about-photo[data-pos="1"] .ph-overlay{opacity:.07}.about-photo[data-pos="2"] .ph-overlay{opacity:.14}.about-photo[data-pos="3"] .ph-overlay{opacity:.22}.about-photo[data-pos="4"] .ph-overlay{opacity:.3}.about-photo[data-pos="5"] .ph-overlay{opacity:.37}.deck-caption{font-family:var(--font-hand);color:var(--ab-text);pointer-events:none;opacity:0;z-index:6;align-items:center;gap:4px;font-size:18px;line-height:1.1;transition:opacity .3s;display:flex;position:absolute}.deck-caption .dc-text{white-space:normal;text-align:left;flex:none;width:max-content;max-width:180px}.deck-caption.show{opacity:1}.deck-caption .dc-arrow{color:var(--ab-text);flex:none;display:block}.deck-caption .dc-arrow svg{width:auto;height:52px;display:block}.deck-caption[data-slot=left-top],.deck-caption[data-slot=left-bottom]{flex-direction:row-reverse}.deck-caption[data-slot=left-top] .dc-arrow,.deck-caption[data-slot=left-bottom] .dc-arrow{transform:scaleX(-1)}.deck-caption[data-slot=left-top] .dc-text,.deck-caption[data-slot=left-bottom] .dc-text{text-align:right}.deck-caption[data-slot=right]{top:60%;left:calc(100% + 12px);transform:translateY(-50%)}.deck-caption[data-slot=left-top]{top:26%;right:calc(100% + 12px);transform:translateY(-50%)}.deck-caption[data-slot=left-bottom]{top:84%;right:calc(100% + 12px);transform:translateY(-50%)}.about-caption{text-align:center;width:100%;color:var(--ab-muted);margin:12px 0 0;font-size:14px;line-height:20px}.about-copy{width:100%;color:var(--ab-text);flex-direction:column;gap:12px;margin-top:48px;font-size:15px;line-height:26px;display:flex}.about-copy strong,.am-block p strong{color:var(--ab-ink);font-weight:600}.about-more{text-align:left;flex-direction:column;gap:60px;width:100%;margin-top:60px;display:flex}.am-block{flex-direction:column;gap:8px;display:flex}.am-heading{font-family:var(--font-heading);color:var(--ab-ink);margin:0;font-size:18px;font-weight:700;line-height:1.5}.am-block p{color:var(--ab-text);margin:0;font-size:15px;line-height:26px}.am-para{flex-direction:column;gap:12px;display:flex}.am-detours{flex-direction:column;gap:16px;display:flex}.am-steps{flex-direction:column;gap:28px;margin:0;padding:0;list-style:none;display:flex}.am-step{align-items:flex-start;gap:16px;display:flex;position:relative}.am-step:not(:last-child):before{content:"";background-image:repeating-linear-gradient(#d1d1d1 0 3px,#0000 3px 7px);width:1px;position:absolute;top:22px;bottom:-30px;left:9px}.am-step-body{flex-direction:column;gap:8px;min-width:0;display:flex}.am-step-title{font-family:var(--font-heading);color:var(--ab-ink);margin:0;font-size:16px;font-weight:700;line-height:1.4}.am-num{background:var(--ab-thumb);width:20px;height:20px;color:var(--ab-text);font-family:var(--font-hand);text-align:center;z-index:1;border-radius:50%;flex:none;font-size:15px;line-height:20px;position:relative}.am-strip{aspect-ratio:580/208;align-self:center;width:100%;max-width:580px;margin-top:8px;position:relative}.am-card{background:var(--ab-card);transform-origin:50%;width:22.9%;transform:translateY(var(--rise,0px)) rotate(var(--rot,0deg));transition:transform .3s var(--ab-ease), box-shadow .3s var(--ab-ease);border-radius:4px;padding:.69%;position:absolute;box-shadow:0 2px 6px #0000000f,0 10px 22px -12px #0000001a}.am-card:hover{--rise:-8px;z-index:6;box-shadow:0 6px 14px #0000001a,0 18px 34px -14px #00000029}.am-card .am-photo{aspect-ratio:125/167;object-fit:cover;background:var(--ab-thumb);border-radius:3px;width:100%;display:block}.am-card:first-child{--rot:6.28deg;z-index:1;top:14%;left:1.6%}.am-card:nth-child(2){--rot:2.6deg;z-index:2;top:6.3%;left:19.8%}.am-card:nth-child(3){--rot:1.05deg;z-index:3;top:1%;left:38.4%}.am-card:nth-child(4){--rot:-5.76deg;z-index:4;top:4.3%;left:59.8%}.am-card:nth-child(5){--rot:-6.66deg;z-index:5;top:8.7%;left:78.8%}.connect-block{gap:10px}.connect-list{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.connect-row{align-items:center;gap:16px;display:flex}.connect-label{font-family:var(--font-body);color:var(--ab-ink);flex:none;font-size:15px;font-weight:600}.connect-line{background-image:radial-gradient(#cfcfcf 1px,#0000 1.2px);background-position:50%;background-repeat:repeat-x;background-size:8px 4px;flex:auto;height:1px}.connect-value{min-width:0;font-family:var(--font-body);color:var(--ab-text);flex:none;align-items:center;gap:8px;font-size:15px;text-decoration:none;transition:color .2s;display:inline-flex}.connect-text{overflow-wrap:anywhere}.connect-value:hover{color:var(--ab-ink)}.connect-icon{color:inherit;flex:none}.about-note{text-align:center;width:100%;font-family:var(--font-hand);color:var(--ab-text);margin:80px 0 0;font-size:20px}@media (prefers-reduced-motion:reduce){.about-photo,.about-photo .ph-overlay,.am-card{transition:none}.am-card:hover{--rise:0px}}@media (width<=1024px){.deck-caption{display:none}}@media (width<=768px){.about-page{padding-top:4px}.about-title{font-size:24px}.about-copy,.about-more{margin-top:40px}.about-more{gap:44px}.about-note{margin-top:56px}}@media (width<=520px){.about-title{font-size:22px}.am-strip{aspect-ratio:580/230}.connect-row{gap:10px}.connect-text{font-size:14px}}.project-detail{box-sizing:border-box;background:#fff;width:100%;min-width:0;max-width:100%;margin:0;overflow-x:hidden}.project-gallery{box-sizing:border-box;width:100%;min-width:0;max-width:100%;margin:0;padding:0}.gallery-item{box-sizing:border-box;justify-content:center;width:100%;min-width:0;max-width:100%;display:flex}.project-gallery--stack .gallery-item img{object-fit:contain;object-position:top center;width:auto;max-width:100%;height:auto;max-height:min(92vh,2400px);display:block}.project-gallery--grid{grid-template-columns:1fr;gap:0;padding:0;display:grid}.project-gallery--grid .gallery-item{margin:0;padding:0;display:block}.project-gallery--grid .gallery-item img{object-fit:contain;object-position:top center;border-radius:0;width:100%;height:auto;max-height:none;display:block}@media (width<=1024px){.project-gallery{padding:0}}@media (width<=768px){.project-gallery{padding:0}}@media (width<=480px){.project-gallery{padding:0}}.coming-soon{box-sizing:border-box;width:100%;padding:32px 30px 40px}@media (width<=768px){.coming-soon{padding:24px 20px 32px}}.coming-soon__frame{background:radial-gradient(1200px 600px at 10% 0,#0000000a,#0000 60%),linear-gradient(#fff 0%,#f7f7f7 100%);border:1px solid #0000000f;border-radius:24px;grid-template-columns:1.05fr .95fr;width:100%;max-width:1160px;min-height:520px;margin:0 auto;display:grid;position:relative;overflow:hidden;box-shadow:0 12px 30px #00000014}@media (width<=1024px){.coming-soon__frame{min-height:unset;grid-template-columns:1fr}}.coming-soon__content{flex-direction:column;justify-content:center;gap:14px;padding:44px;display:flex}@media (width<=768px){.coming-soon__content{padding:28px 20px}}.coming-soon__kicker{letter-spacing:.12em;text-transform:uppercase;color:#0000008c;margin:0;font-size:12px;font-weight:600}.coming-soon__title{letter-spacing:-.03em;color:#0f0e0e;margin:0;font-size:44px;font-weight:650;line-height:1.05}@media (width<=768px){.coming-soon__title{font-size:34px}}.coming-soon__subtitle{color:#000000a6;max-width:42ch;margin:0;font-size:14px;line-height:1.7}.coming-soon__meta{flex-wrap:wrap;gap:10px;margin-top:8px;display:flex}.coming-soon__pill{color:#0f0e0e;background:#0000000f;border:1px solid #0000000f;border-radius:999px;justify-content:center;align-items:center;padding:8px 12px;font-size:12px;font-weight:600;display:inline-flex}.coming-soon__pill--muted{color:#00000094;background:#00000008;font-weight:600}.coming-soon__art{background:radial-gradient(800px 500px at 60% 40%,#00000014,#0000 60%),linear-gradient(135deg,#00000008 0%,#0000 40%,#0000000d 100%);justify-content:center;align-items:center;padding:26px;display:flex;position:relative}@media (width<=1024px){.coming-soon__art{padding:18px 18px 26px}}.coming-soon__artGlow{filter:blur(30px);opacity:.35;background:radial-gradient(circle,#00000024,#0000 55%);animation:6.5s ease-in-out infinite comingGlow;position:absolute;inset:-40%}@keyframes comingGlow{0%{opacity:.28;transform:translate(-1%,-1%)scale(1)}50%{opacity:.38;transform:translate(1%,1%)scale(1.03)}to{opacity:.28;transform:translate(-1%,-1%)scale(1)}}.coming-soon__image{-webkit-user-select:none;user-select:none;border-radius:18px;width:100%;max-width:520px;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s;position:relative;transform:translateY(0);box-shadow:0 18px 44px #0000002e}.coming-soon__frame:hover .coming-soon__image{transform:translateY(-4px);box-shadow:0 24px 54px #00000038}@media (prefers-reduced-motion:reduce){.coming-soon__artGlow{animation:none}.coming-soon__frame:hover .coming-soon__image{transform:none}}
