:root{--c-rose:#a8566e;--c-rose-light:#c9a0ae;--c-rose-pale:#ede0e4;--c-blush:#f8f3f4;--c-cream:#f6f4f1;--c-lavender:#8e84a8;--c-gold:#b8a07a;--c-gold-light:#d4c8b0;--c-text:#1a1517;--c-text-secondary:#5c5258;--c-text-muted:#9a9196;--c-white:#fff;--c-surface:#ffffffa3;--c-border:#1a15170f;--font-display:"Ma Shan Zheng", cursive;--font-sans:-apple-system, "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;--font-serif:"Noto Serif SC", Georgia, serif;--shadow-sm:0 1px 2px #00000008;--shadow-md:0 4px 24px #0000000d;--shadow-lg:0 16px 48px #00000012;--shadow-xl:0 24px 64px #00000014;--radius:16px;--radius-sm:10px;--radius-xs:6px;--ease-out:cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background:var(--c-cream);color:var(--c-text);-webkit-font-smoothing:antialiased;letter-spacing:.02em;min-height:100vh;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--c-gold-light);border-radius:4px}a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.navbar{z-index:100;transition:all .4s var(--ease-out);padding:18px 0;position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(24px)saturate(1.3);backdrop-filter:blur(24px)saturate(1.3);box-shadow:0 1px 0 var(--c-border);background:#f6f4f1e0;padding:12px 0}.navbar__inner{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:0 36px;display:flex}.navbar__logo{color:var(--c-text);cursor:pointer;letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:8px;font-size:.82rem;font-weight:500;transition:opacity .2s;display:flex}.navbar__logo:hover{opacity:.6}.navbar__logo-icon{background:var(--c-text);width:22px;height:22px;color:var(--c-cream);border-radius:5px;justify-content:center;align-items:center;font-size:.6rem;display:inline-flex}.navbar__links{gap:2px;display:flex}.navbar__links button{color:var(--c-text-muted);letter-spacing:.06em;transition:all .25s var(--ease-out);border-radius:6px;align-items:center;gap:5px;padding:6px 14px;font-size:.78rem;font-weight:400;display:flex}.navbar__link-icon{opacity:.4;font-size:.7rem;transition:opacity .25s}.navbar__links button:hover{color:var(--c-text)}.navbar__links button.navbar__link--active{color:var(--c-text);background:#0000000a}.navbar__links button.navbar__link--active .navbar__link-icon{opacity:.8}.hero{text-align:center;background:var(--c-cream);justify-content:center;align-items:center;min-height:100dvh;display:flex;position:relative;overflow:hidden}.hero__bg-orbs{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero__orb{filter:blur(100px);opacity:.35;border-radius:50%;animation:25s ease-in-out infinite orbFloat;position:absolute}.hero__orb--1{background:var(--c-rose-pale);width:600px;height:600px;animation-delay:0s;top:-20%;right:-15%}.hero__orb--2{background:#e4dded;width:500px;height:500px;animation-delay:-8s;bottom:-15%;left:-12%}.hero__orb--3{background:var(--c-gold-light);opacity:.2;width:350px;height:350px;animation-delay:-16s;top:35%;left:55%}@keyframes orbFloat{0%,to{transform:translate(0)scale(1)}33%{transform:translate(40px,-30px)scale(1.06)}66%{transform:translate(-30px,25px)scale(.94)}}.hero__content{z-index:2;flex-direction:column;align-items:center;padding:0 24px;display:flex;position:relative}.hero__kicker{letter-spacing:.4em;color:var(--c-text-muted);text-transform:uppercase;margin-bottom:40px;font-size:.68rem;font-weight:300}.hero__name-row{perspective:600px;gap:.15em;margin-bottom:32px;display:flex}.hero__name-char{font-family:var(--font-serif);color:var(--c-text);letter-spacing:.08em;font-size:clamp(4.5rem,15vw,8.5rem);font-weight:300;line-height:1;display:inline-block;position:relative}.hero__name-char:after{display:none}.hero__subtitle{color:var(--c-text-muted);letter-spacing:.08em;margin-bottom:56px;font-size:.82rem;font-weight:300}.hero__counter{flex-direction:column;align-items:center;gap:14px;margin-bottom:56px;display:flex}.hero__counter-ring{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff80;border:1px solid #0000000d;border-radius:80px;align-items:baseline;gap:6px;padding:20px 40px;display:flex}.hero__days{color:var(--c-text);font-variant-numeric:tabular-nums;font-size:clamp(3rem,9vw,4.5rem);font-weight:200;line-height:1}.hero__days-unit{color:var(--c-text-muted);letter-spacing:.04em;margin-left:4px;font-size:.82rem;font-weight:300}.hero__counter-label{color:var(--c-text-muted);letter-spacing:.2em;text-transform:uppercase;font-size:.72rem;font-weight:300}.hero__cta{color:var(--c-text);letter-spacing:.06em;transition:all .4s var(--ease-out);background:0 0;border:1px solid #0000001a;border-radius:32px;align-items:center;gap:8px;padding:13px 32px;font-size:.82rem;font-weight:400;display:inline-flex}.hero__cta:hover{background:var(--c-text);color:var(--c-cream);border-color:var(--c-text);box-shadow:0 12px 32px #0000001a}.hero__cta svg{opacity:.5;transition:transform .3s}.hero__cta:hover svg{opacity:1;transform:translateY(2px)}.floating-particles{pointer-events:none;position:absolute;inset:0;overflow:hidden}.floating-particle{width:var(--size);height:var(--size);background:var(--c-gold-light);border-radius:50%;animation:linear infinite particleUp;position:absolute;bottom:-20px}@keyframes particleUp{0%{opacity:0;transform:translateY(0)translate(0)}5%{opacity:.25}95%{opacity:.25}to{transform:translateY(-100vh) translateX(var(--drift));opacity:0}}.section-header{text-align:center;margin-bottom:56px}.section-title{font-family:var(--font-serif);color:var(--c-text);letter-spacing:.08em;margin-bottom:10px;font-size:clamp(1.3rem,3.5vw,1.6rem);font-weight:400}.section-desc{color:var(--c-text-muted);letter-spacing:.06em;font-size:.8rem;font-weight:300}.gallery{max-width:1100px;margin:0 auto;padding:120px 28px 100px}.gallery__filters{justify-content:center;gap:4px;margin-top:28px;display:flex}.gallery__filter{color:var(--c-text-muted);border:1px solid var(--c-border);transition:all .25s var(--ease-out);letter-spacing:.06em;border-radius:20px;padding:7px 20px;font-size:.76rem;font-weight:400}.gallery__filter--active,.gallery__filter:hover{background:var(--c-text);color:var(--c-cream);border-color:var(--c-text)}.gallery__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;display:grid}.gallery__item{cursor:pointer;border-radius:var(--radius-xs);background:var(--c-white);transition:all .5s var(--ease-out);overflow:hidden}.gallery__item:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.gallery__img-wrap{aspect-ratio:4/3;background:var(--c-rose-pale);position:relative;overflow:hidden}.gallery__img-wrap img,.gallery__img-wrap video{object-fit:cover;width:100%;height:100%;transition:transform .7s var(--ease-out)}.gallery__item:hover .gallery__img-wrap img,.gallery__item:hover .gallery__img-wrap video{transform:scale(1.04)}.gallery__img-wrap:before{content:"";background:linear-gradient(110deg, var(--c-rose-pale) 30%, var(--c-blush) 50%, var(--c-rose-pale) 70%);z-index:0;background-size:200% 100%;animation:1.5s ease-in-out infinite shimmer;position:absolute;inset:0}.gallery__img-wrap img,.gallery__img-wrap video{z-index:1;position:relative}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.gallery__play-icon{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:42px;height:42px;color:var(--c-text);z-index:2;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;transition:transform .3s,opacity .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gallery__item:hover .gallery__play-icon{transform:translate(-50%,-50%)scale(1.08)}.gallery__overlay{opacity:0;z-index:2;background:linear-gradient(#0000,#00000080);flex-direction:column;gap:2px;padding:40px 14px 12px;transition:opacity .4s;display:flex;position:absolute;bottom:0;left:0;right:0}.gallery__item:hover .gallery__overlay{opacity:1}.gallery__overlay-title{color:var(--c-white);letter-spacing:.03em;font-size:.82rem;font-weight:400}.gallery__overlay-date{color:#fff9;letter-spacing:.04em;font-size:.72rem}.lightbox{z-index:1000;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);touch-action:pan-y;background:#0a0809eb;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.lightbox__top-bar{z-index:10;align-items:center;gap:12px;display:flex;position:absolute;top:20px;right:24px}.lightbox__counter{color:#ffffff80;font-variant-numeric:tabular-nums;letter-spacing:.08em;font-size:.8rem}.lightbox__close{color:#ffffffb3;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;transition:all .2s;display:flex}.lightbox__close:hover{color:#fff;background:#ffffff26}.lightbox__nav{color:#fff9;z-index:10;background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.6rem;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox__nav:hover{color:#fff;background:#ffffff1f}.lightbox__nav--prev{left:20px}.lightbox__nav--next{right:20px}.lightbox__content{flex-direction:column;align-items:center;max-width:900px;max-height:85vh;display:flex}.lightbox__media{border-radius:var(--radius-sm);object-fit:contain;max-width:100%;max-height:65vh}.lightbox__info{text-align:center;color:var(--c-white);padding:20px}.lightbox__info h3{font-family:var(--font-serif);letter-spacing:.06em;margin-bottom:6px;font-size:1.1rem;font-weight:400}.lightbox__date{color:#fff6;letter-spacing:.08em;margin-bottom:8px;font-size:.76rem;display:block}.lightbox__desc{color:#fff9;font-size:.85rem;font-weight:300;line-height:1.7}.timeline{max-width:960px;margin:0 auto;padding:100px 24px}.timeline__track{padding:20px 0;position:relative}.timeline__line{background:linear-gradient(to bottom, transparent, var(--c-rose-light), var(--c-lavender), transparent);width:1px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.timeline__item{width:50%;margin-bottom:56px;display:flex;position:relative}.timeline__item--left{justify-content:flex-end;padding-right:48px}.timeline__item--right{justify-content:flex-start;margin-left:50%;padding-left:48px}.timeline__dot{background:var(--c-gold);z-index:2;width:8px;height:8px;box-shadow:0 0 0 4px var(--c-cream), 0 0 0 5px var(--c-gold-light);border-radius:50%;transition:transform .3s,box-shadow .3s;position:absolute;top:28px}.timeline__item:hover .timeline__dot{box-shadow:0 0 0 4px var(--c-cream), 0 0 0 5px var(--c-gold);transform:scale(1.4)}.timeline__item--left .timeline__dot{right:-5px}.timeline__item--right .timeline__dot{left:-5px}.timeline__card{background:var(--c-white);border-radius:var(--radius-sm);width:100%;max-width:360px;transition:all .5s var(--ease-out);cursor:pointer;border:1px solid #0000000a;overflow:hidden}.timeline__card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.timeline__card-img{aspect-ratio:16/10;background:var(--c-rose-pale);position:relative;overflow:hidden}.timeline__card-img:before{content:"";background:linear-gradient(110deg, var(--c-rose-pale) 30%, var(--c-blush) 50%, var(--c-rose-pale) 70%);background-size:200% 100%;animation:1.5s ease-in-out infinite shimmer;position:absolute;inset:0}.timeline__card-img img,.timeline__card-img video{object-fit:cover;width:100%;height:100%;transition:transform .6s var(--ease-out);z-index:1;position:relative}.timeline__card:hover .timeline__card-img img,.timeline__card:hover .timeline__card-img video{transform:scale(1.04)}.timeline__card-body{padding:16px 20px 20px}.timeline__date{color:var(--c-gold);letter-spacing:.1em;text-transform:uppercase;font-size:.68rem;font-weight:400}.timeline__card-title{font-family:var(--font-serif);color:var(--c-text);letter-spacing:.03em;margin:8px 0;font-size:1rem;font-weight:500}.timeline__card-desc{color:var(--c-text-secondary);font-size:.82rem;font-weight:300;line-height:1.7}.timeline__location{color:var(--c-text-muted);letter-spacing:.04em;margin-top:8px;font-size:.74rem;display:inline-block}.footer{text-align:center;padding:60px 24px 44px}.footer__line{background:var(--c-gold-light);width:32px;height:1px;margin:0 auto 24px}.footer__text{font-family:var(--font-serif);color:var(--c-text-secondary);letter-spacing:.08em;margin-bottom:8px;font-size:.88rem;font-weight:300}.footer__sub{color:var(--c-text-muted);letter-spacing:.12em;font-size:.72rem;font-weight:300}.loading-screen{min-height:100vh;color:var(--c-text-muted);letter-spacing:.04em;flex-direction:column;justify-content:center;align-items:center;gap:16px;font-size:.9rem;display:flex}.loading-heart{font-size:2rem;animation:1.5s ease-in-out infinite loadPulse}@keyframes loadPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}.back-to-top{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--c-border);width:40px;height:40px;color:var(--c-text);box-shadow:var(--shadow-sm);z-index:50;transition:all .3s var(--ease-out);background:#ffffffb3;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:28px;right:28px}.back-to-top:hover{background:var(--c-text);color:var(--c-cream);border-color:var(--c-text);box-shadow:var(--shadow-md);transform:translateY(-2px)}@media (width<=768px){.timeline__line{left:20px}.timeline__item,.timeline__item--left,.timeline__item--right{justify-content:flex-start;width:100%;margin-left:0;padding-left:48px;padding-right:0}.timeline__item--left .timeline__dot,.timeline__item--right .timeline__dot{left:15px;right:auto}.timeline__card{max-width:none}.timeline__item{margin-bottom:36px}.gallery{padding:80px 16px 64px}.gallery__grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}.gallery__item{border-radius:var(--radius-xs)}.gallery__overlay{opacity:1}.lightbox__nav{display:none}.lightbox{padding:0}.lightbox__content{max-width:100%;max-height:100dvh}.lightbox__media{border-radius:0;max-height:60dvh}.lightbox__info{padding:16px 20px}.lightbox__info h3{font-size:1.05rem}.navbar__inner{padding:0 16px}.navbar__links button{padding:6px 12px;font-size:.82rem}.hero__name-row{gap:8px}.hero__orb--1{width:300px;height:300px}.hero__orb--2{width:250px;height:250px}.hero__orb--3{width:180px;height:180px}.hero__subtitle,.hero__counter,.section-header{margin-bottom:32px}.footer{padding:36px 16px 28px}}@media (width<=480px){html{font-size:15px}.navbar{padding:14px 0}.navbar--scrolled{padding:10px 0}.navbar__inner{padding:0 12px}.navbar__logo{gap:5px;font-size:.88rem}.navbar__logo-icon{border-radius:5px;width:22px;height:22px;font-size:.65rem}.navbar__links{gap:2px}.navbar__links button{padding:5px 10px;font-size:.78rem}.hero__kicker{letter-spacing:.2em;margin-bottom:20px;font-size:.7rem}.hero__content{padding:0 16px}.hero__orb--1{width:220px;height:220px}.hero__orb--2{width:180px;height:180px}.hero__orb--3{width:120px;height:120px}.hero__divider{width:36px;margin-bottom:16px}.hero__title{margin-bottom:4px}.hero__subtitle{margin-bottom:24px;font-size:.82rem}.hero__counter{gap:8px;margin-bottom:28px}.hero__counter-ring{padding:12px 24px}.hero__counter-label{font-size:.75rem}.hero__cta{padding:10px 24px;font-size:.84rem}.gallery{padding:60px 12px 48px}.gallery__grid{grid-template-columns:1fr 1fr;gap:8px}.gallery__filters{flex-wrap:wrap;justify-content:center;gap:4px}.gallery__filter{padding:5px 14px;font-size:.78rem}.gallery__overlay{padding:32px 10px 10px}.gallery__overlay-title{font-size:.78rem}.gallery__overlay-date{font-size:.7rem}.gallery__play-icon{width:36px;height:36px;font-size:.75rem}.section-header{margin-bottom:24px}.section-desc{font-size:.82rem}.lightbox__top-bar{top:env(safe-area-inset-top,12px);right:12px}.lightbox__close{border-radius:8px;width:36px;height:36px;font-size:1rem}.lightbox__counter{font-size:.75rem}.lightbox__media{max-height:55dvh}.lightbox__info{padding:12px 16px}.lightbox__info h3{margin-bottom:4px;font-size:.95rem}.lightbox__date{margin-bottom:4px;font-size:.75rem}.lightbox__desc{font-size:.82rem;line-height:1.6}.timeline{padding:60px 12px}.timeline__item{margin-bottom:28px}.timeline__item,.timeline__item--left,.timeline__item--right{padding-left:40px}.timeline__card-body{padding:12px 14px 16px}.timeline__card-title{font-size:.95rem}.timeline__card-desc{font-size:.8rem}.timeline__date{font-size:.68rem}.timeline__location{font-size:.72rem}.footer{padding:28px 12px 24px}.footer__text{font-size:.85rem}.footer__sub{font-size:.7rem}.back-to-top{border-radius:10px;width:38px;height:38px;bottom:16px;right:16px}.auth-gate__card{border-radius:16px;margin:0 16px;padding:36px 20px 28px}.auth-gate__icon{margin-bottom:12px;font-size:2rem}.auth-gate__title{font-size:1.08rem}.auth-gate__desc{margin-bottom:22px;font-size:.8rem}.auth-gate__dot{width:36px;height:44px;font-size:1rem}.auth-gate__dots{gap:6px}.auth-gate__btn{padding:12px;font-size:.88rem}.auth-gate__orb--1{width:250px;height:250px}.auth-gate__orb--2{width:220px;height:220px}}@media (width<=360px){html{font-size:14px}.navbar__logo span:last-child{display:none}.gallery__grid{gap:6px}.gallery__img-wrap{aspect-ratio:1}.hero__counter-ring{padding:10px 20px}.auth-gate__dot{width:32px;height:40px}.auth-gate__card{margin:0 12px;padding:32px 16px 24px}}@supports (padding:env(safe-area-inset-bottom)){.navbar{padding-top:max(14px, env(safe-area-inset-top))}.navbar--scrolled{padding-top:max(10px, env(safe-area-inset-top))}.footer{padding-bottom:max(28px, calc(env(safe-area-inset-bottom) + 12px))}.back-to-top{bottom:max(16px, calc(env(safe-area-inset-bottom) + 8px))}.lightbox__top-bar{top:max(12px, env(safe-area-inset-top))}.auth-gate{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}}@media (hover:none) and (pointer:coarse){.gallery__overlay{opacity:1}.gallery__item:active{transform:scale(.97)}.hero__cta:active{transform:scale(.95)}.navbar__links button:active{color:var(--c-text);background:#0000000a}.timeline__card:active{transform:scale(.98)}.auth-gate__btn:active:not(:disabled){opacity:.7;transform:scale(.98)}.back-to-top:active{transform:scale(.92)}}.auth-gate{z-index:9999;background:var(--c-cream);justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.auth-gate__bg-orbs{pointer-events:none;position:absolute;inset:0}.auth-gate__orb{filter:blur(100px);opacity:.3;border-radius:50%;animation:25s ease-in-out infinite orbFloat;position:absolute}.auth-gate__orb--1{background:var(--c-rose-pale);width:500px;height:500px;top:-10%;right:-10%}.auth-gate__orb--2{background:#e4dded;width:400px;height:400px;animation-delay:-8s;bottom:-10%;left:-10%}.auth-gate__card{z-index:2;-webkit-backdrop-filter:blur(24px)saturate(1.2);backdrop-filter:blur(24px)saturate(1.2);border-radius:var(--radius);text-align:center;width:100%;max-width:380px;box-shadow:0 1px 0 #fff9 inset, var(--shadow-lg);background:#ffffffb3;border:1px solid #ffffff80;padding:52px 40px 40px;position:relative}.auth-gate__icon{opacity:.8;margin-bottom:20px;font-size:1.8rem}.auth-gate__title{font-family:var(--font-serif);color:var(--c-text);letter-spacing:.06em;margin-bottom:8px;font-size:1.2rem;font-weight:400}.auth-gate__desc{color:var(--c-text-muted);letter-spacing:.04em;margin-bottom:32px;font-size:.78rem;font-weight:300}.auth-gate__form{flex-direction:column;align-items:center;gap:18px;display:flex}.auth-gate__dots{justify-content:center;gap:8px;display:flex;position:relative}.auth-gate__dot{border-radius:var(--radius-xs);width:40px;height:48px;color:var(--c-text);background:#fff9;border:1px solid #00000014;justify-content:center;align-items:center;font-size:1rem;transition:all .2s;display:flex}.auth-gate__dot--filled{border-color:var(--c-text);background:#ffffffe6}.auth-gate__hidden-input{opacity:0;cursor:pointer;font-size:1rem;position:absolute;inset:0}.auth-gate__error{color:#c0392b;letter-spacing:.02em;font-size:.78rem}.auth-gate__btn{background:var(--c-text);width:100%;color:var(--c-cream);letter-spacing:.1em;transition:all .3s var(--ease-out);border-radius:28px;padding:14px;font-size:.82rem;font-weight:400}.auth-gate__btn:hover:not(:disabled){opacity:.85;box-shadow:var(--shadow-md);transform:translateY(-1px)}.auth-gate__btn:disabled{opacity:.2;cursor:not-allowed}.mosaic{z-index:9999;background:#111;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.mosaic__grid{aspect-ratio:10/8;gap:2px;width:min(92vw,700px);display:grid}.mosaic__cell{border-radius:3px;transition:filter .6s,opacity .6s;position:relative;overflow:hidden}.mosaic__cell img{object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block}.mosaic__cell--lit{filter:brightness(1.15)saturate(1.2);z-index:1;box-shadow:0 0 6px #ffffff40}.mosaic__cell--dim{filter:brightness(.25)saturate(.3);opacity:.7}.mosaic__caption{color:#ffffffd9;letter-spacing:.15em;margin-top:24px;font-size:1.1rem;font-weight:300}@media (width<=600px){.mosaic__grid{gap:1px;width:98vw}.mosaic__cell{border-radius:2px}.mosaic__caption{letter-spacing:.1em;margin-top:14px;font-size:.88rem}}@media (width<=360px){.mosaic__grid{gap:0}.mosaic__cell{border-radius:0}.mosaic__caption{font-size:.8rem}}
