@import"https://fonts.googleapis.com/css2?family=Lora:ital@0;1&family=DM+Sans:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Lora:ital@1&family=Instrument+Sans:wght@400;500;600&display=swap";@font-face{font-family:DMSans;src:url(/assets/DMSans-VariableFont_opsz_wght-D_B5dL4R.ttf) format("truetype")}@font-face{font-family:Lora Italic;src:url(/assets/Lora-Italic-VariableFont_wght-CYuWdkyX.ttf) format("truetype")}@font-face{font-family:Lora;src:url(/assets/Lora-VariableFont_wght-9TCWs3f0.ttf) format("truetype")}:root{--font-family-sans: "DMSans";--font-family-serif: "Lora Italic";--font-semibold: 600;--font-medium: 500;--font-regular: 400;--big-title-font-size: 114px;--button-font-size: 24px;--link-font-size: 24px;--h1-font-size: 114px;--h2-font-size: 58px;--h3-font-size: 32px;--p1-font-size: 20px;--p2-font-size: 18px;--p3-font-size: 16px;--clr-dark: #000000;--clr-light: #F2FFFF;--clr-surface: #F7F6FF;--clr-grey: #252525}body{font-family:var(--font-family-sans)}*{box-sizing:border-box;padding:0;margin:0}details>summary{list-style:none}details>summary::marker,details>summary::-webkit-details-marker{display:none}button{cursor:pointer;transition:all .2s ease-in-out}button:active{scale:.95}.lora-italic{font-family:Lora;font-weight:600}.cs-page{min-height:100vh;background:#faf9ff;padding-bottom:120px}.cs-hero{padding:80px 64px 64px;margin-top:80px;position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;background:linear-gradient(to bottom,#f3f2ff,#faf9ff);border-bottom:1px solid #E4E2FF}.cs-back{display:inline-flex;align-items:center;gap:8px;color:#9b93c8;font-size:.82rem;font-weight:500;text-decoration:none;transition:color .2s;align-self:flex-start;position:absolute;left:20px;top:24px}.cs-back:hover{color:#4a3f8a}.cs-eyebrow{border:1.2px solid #E4E2FF;border-radius:12px;background:#fff;color:#000;font-weight:600;padding:10px 32px;font-size:.9rem;margin:0}.cs-title{font-size:clamp(2.5rem,6vw,5rem);font-weight:700;color:#0a0820;margin:0;letter-spacing:-.04em;line-height:1.05}.cs-title .lora-italic{font-family:Lora;font-weight:400;color:#7c6fc4}.cs-subtitle{font-size:1.1rem;color:#6b6490;margin:0;max-width:480px;line-height:1.6}.cs-controls{padding:40px 64px 0;display:flex;flex-direction:column;gap:20px}.cs-search-wrap{position:relative;max-width:520px}.cs-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);pointer-events:none}.cs-search{width:100%;padding:13px 44px;border:1.5px solid #E4E2FF;border-radius:100px;background:#fff;font-size:.875rem;color:#0a0820;outline:none;font-family:DM Sans,sans-serif;transition:border-color .2s,box-shadow .2s}.cs-search::placeholder{color:#b8b4d8}.cs-search:focus{border-color:#9b93c8;box-shadow:0 0 0 3px #7c6fc41a}.cs-search-clear{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:#e8e5ff;border:none;color:#7c6fc4;width:22px;height:22px;border-radius:50%;cursor:pointer;font-size:1rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .15s}.cs-search-clear:hover{background:#d2ceff}.cs-filters{display:flex;gap:8px;flex-wrap:wrap}.cs-filter-btn{padding:7px 18px;border-radius:100px;border:1.2px solid #E4E2FF;background:#fff;color:#6b6490;font-size:.8rem;font-weight:500;cursor:pointer;font-family:DM Sans,sans-serif;transition:all .15s;white-space:nowrap}.cs-filter-btn:hover{border-color:#9b93c8;color:#4a3f8a}.cs-filter-btn.active{background:#0a0820;border-color:#0a0820;color:#fff}.cs-content{padding:40px 64px 0}.cs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cs-card-featured{grid-column:1 / 3}.cs-card{display:flex;flex-direction:column;background:#fff;border:1.2px solid #E4E2FF;border-radius:20px;overflow:hidden;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s}.cs-card:hover{border-color:#c8c4f8;box-shadow:0 12px 48px #7c6fc424;transform:translateY(-3px)}.cs-card-image-wrap{position:relative;overflow:hidden;background:#e4e2ff}.cs-card-featured .cs-card-image-wrap{height:360px}.cs-card:not(.cs-card-featured) .cs-card-image-wrap{height:220px}.cs-card-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.4,0,.2,1)}.cs-card:hover .cs-card-image{transform:scale(1.04)}.cs-card-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#d2ceff,#ead4ff)}.cs-card-image-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(10,8,30,.08) 0%,transparent 50%);transition:opacity .3s}.cs-card:hover .cs-card-image-overlay{opacity:.6}.cs-card-body{padding:24px 28px 28px;display:flex;flex-direction:column;gap:10px;flex:1}.cs-card-meta{display:flex;gap:6px;flex-wrap:wrap}.cs-card-tag{background:#f3f2ff;color:#7c6fc4;border:1px solid #E4E2FF;border-radius:100px;padding:3px 12px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.cs-card-title{font-size:1.2rem;font-weight:700;color:#0a0820;margin:0;letter-spacing:-.02em;line-height:1.3}.cs-card-featured .cs-card-title{font-size:1.6rem}.cs-card-desc{font-size:.875rem;color:#6b6490;margin:0;line-height:1.65;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-align:start}.cs-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:16px;border-top:1px solid #f0eeff}.cs-card-client{font-size:.78rem;color:#b8b4d8;font-weight:500}.cs-card-cta{display:flex;align-items:center;gap:6px;font-size:.8rem;font-weight:600;color:#7c6fc4;transition:gap .2s,color .2s}.cs-card:hover .cs-card-cta{gap:10px;color:#4a3f8a}.cs-loading{padding:80px 0;display:flex;justify-content:center}.cs-empty{padding:80px 0;text-align:center;color:#b8b4d8;font-size:.95rem;display:flex;flex-direction:column;align-items:center;gap:20px}.cs-reset{background:none;border:1.2px solid #E4E2FF;border-radius:100px;padding:8px 24px;font-size:.82rem;color:#7c6fc4;cursor:pointer;font-family:DM Sans,sans-serif;transition:background .15s,border-color .15s}.cs-reset:hover{background:#f3f2ff;border-color:#c8c4f8}@media(max-width:1100px){.cs-grid{grid-template-columns:1fr 1fr}.cs-card-featured{grid-column:1 / -1}}@media(max-width:768px){.cs-hero,.cs-controls,.cs-content{padding-left:20px;padding-right:20px}.cs-hero{padding-top:100px;padding-bottom:48px}.cs-grid{grid-template-columns:1fr}.cs-card-featured{grid-column:1}.cs-card-featured .cs-card-image-wrap{height:260px}}#footer{color:var(--clr-light);background-color:var(--clr-dark);padding:6vw 14vw}#footer .footer__content{display:flex;width:100%;justify-content:space-between;align-items:flex-end}#footer .footer__content .content__brand{display:flex;flex-direction:column;gap:28px}#footer .footer__content .content__brand span{text-align:start}#footer .footer__content .content__brand .brand__logo{width:117px}#footer .footer__content .content__brand .brand__slogan{font-size:var(--p2-font-size)}#footer .footer__content .content__info{display:flex;flex-direction:column}#footer .footer__content .content__info .info__top{display:flex;gap:6vw}#footer .footer__content .content__info .info__links,#footer .footer__content .content__info .info__socials{display:flex;flex-direction:column;gap:20px}:is(#footer .footer__content .content__info .info__links,#footer .footer__content .content__info .info__socials) a{text-decoration:none;font-size:var(--p2-font-size);color:inherit}:is(#footer .footer__content .content__info .info__links,#footer .footer__content .content__info .info__socials) a:hover{color:#dfddff}#footer .footer__content .content__info .info__title{margin-bottom:19px;font-size:24px}#footer .footer__content .content__info .info__footer{margin-top:14vw}@media(min-width:768px)and (max-width:820px){#footer{padding:32px 20px}#footer .footer__content{flex-direction:column;align-items:flex-start;gap:40px}#footer .footer__content .content__brand{gap:20px;align-items:flex-start}#footer .footer__content .content__brand span br{display:none}#footer .footer__content .content__brand .brand__logo{width:90px}#footer .footer__content .content__brand .brand__slogan{font-size:14px}#footer .footer__content .content__info{width:100%}#footer .footer__content .content__info .info__top{flex-direction:column;gap:40px}#footer .footer__content .content__info .info__links,#footer .footer__content .content__info .info__socials{gap:16px}:is(#footer .footer__content .content__info .info__links,#footer .footer__content .content__info .info__socials) a{font-size:15px}#footer .footer__content .content__info .info__title{font-size:20px;margin-bottom:14px}#footer .footer__content .content__info .info__footer{margin-top:50px;font-size:13px}}@media(min-width:821px)and (max-width:1180px){#footer{padding:6vw 8vw}#footer .footer__content{flex-direction:row!important;align-items:flex-end!important;justify-content:space-between;gap:40px}}@media(max-width:767px){#footer{padding:40px 30px}#footer .footer__content{flex-direction:column;align-items:flex-start;gap:50px}#footer .footer__content .content__brand{gap:24px}#footer .footer__content .content__brand .brand__logo{width:100px}#footer .footer__content .content__brand .brand__slogan{font-size:16px}#footer .footer__content .content__info{width:100%}#footer .footer__content .content__info .info__top{gap:60px}#footer .footer__content .content__info .info__links,#footer .footer__content .content__info .info__socials{gap:18px}:is(#footer .footer__content .content__info .info__links,#footer .footer__content .content__info .info__socials) a{font-size:16px}#footer .footer__content .content__info .info__title{font-size:22px;margin-bottom:16px}#footer .footer__content .content__info .info__footer{margin-top:60px;font-size:14px}}@media(max-width:768px){#footer{padding:32px 20px}#footer .footer__content{gap:40px}#footer .footer__content .content__brand{gap:20px;align-items:flex-start}#footer .footer__content .content__brand span br{display:none}#footer .footer__content .content__brand .brand__logo{width:90px}#footer .footer__content .content__brand .brand__slogan{font-size:14px}#footer .footer__content .content__info .info__top{flex-direction:column;gap:40px}#footer .footer__content .content__info .info__links,#footer .footer__content .content__info .info__socials{gap:16px}:is(#footer .footer__content .content__info .info__links,#footer .footer__content .content__info .info__socials) a{font-size:15px}#footer .footer__content .content__info .info__title{font-size:20px;margin-bottom:14px}#footer .footer__content .content__info .info__footer{margin-top:50px;font-size:13px}}@media(max-width:480px){#footer{padding:28px 16px}#footer .footer__content{gap:32px}#footer .footer__content .content__brand{gap:18px}#footer .footer__content .content__brand .brand__logo{width:80px}#footer .footer__content .content__brand .brand__slogan{font-size:13px}#footer .footer__content .content__info .info__top{gap:32px}#footer .footer__content .content__info .info__links,#footer .footer__content .content__info .info__socials{gap:14px}:is(#footer .footer__content .content__info .info__links,#footer .footer__content .content__info .info__socials) a{font-size:14px}#footer .footer__content .content__info .info__title{font-size:18px;margin-bottom:12px}#footer .footer__content .content__info .info__footer{margin-top:40px;font-size:12px}}#navbar{position:fixed;top:0;height:80px;width:100%;z-index:999;background-color:#ffffffbd;-webkit-backdrop-filter:blur(78px);backdrop-filter:blur(78px);border-bottom:1px solid #ebebeb80;display:flex;justify-content:space-between;align-items:center;padding:0 124px}.nav-left,.nav-center,.nav-right{display:flex;align-items:center;gap:8px;text-decoration:none}.logo-img{width:32px;height:32px;margin-right:7px}.logo{font-family:Lora;font-size:1.5rem;font-weight:700;color:#0a0820;letter-spacing:-.03em;line-height:1}.nav-center{flex:1;justify-content:center}#nav-links{display:flex;align-items:center;gap:52px}.nav-link{text-decoration:none;font-size:var(--p2-font-size);color:var(--clr-grey);display:flex;flex-direction:column;align-items:center;position:relative;transition:color .3s ease}.nav-link img{width:40px;opacity:0;transition:all .3s ease-in-out;position:absolute;top:24px;left:50%;transform:translate(-50%) translateY(10px)}.nav-link.active{color:var(--clr-dark)}.nav-link.active img{opacity:1;transform:translate(-50%) translateY(0)}.contact-button{font-family:var(--font-family-sans-serif);font-size:var(--p2-font-size);border:none;padding:8px 0;width:136px;border-radius:8px;color:var(--clr-light);background-color:var(--clr-dark);cursor:pointer}.work-button{font-family:var(--font-family-sans-serif);font-size:var(--p2-font-size);border:none;padding:8px 20px;border-radius:8px;color:var(--clr-dark);background-color:#fff;cursor:pointer;border:1px solid #eeeeee;display:flex;align-items:center;gap:12px;transition:all .2s ease-in-out}.work-button:hover{border-color:#2c2c2c}.desktop-contact,.desktop-work{display:flex;text-decoration:none}.mobile-contact{display:none;text-decoration:none}.burger{display:none;flex-direction:column;justify-content:center;gap:6px;background:none;border:none;cursor:pointer;z-index:1001}.burger span{width:26px;height:2px;background-color:var(--clr-dark);transition:all .3s ease}.burger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}section[id]{scroll-margin-top:80px}@media(max-width:1200px){#navbar{padding:0 64px}}@media(max-width:960px){#navbar{padding:0 24px}.burger{display:flex;margin-left:auto}.nav-center{position:fixed;top:80px;left:0;width:100%;height:calc(100vh - 80px);background-color:#fff;transform:translate(100%);transition:transform .4s ease;justify-content:center;align-items:center}.nav-center.open{transform:translate(0)}#nav-links{flex-direction:column;gap:32px}.nav-link{font-size:22px}.contact-button{width:200px;padding:10px 0}.mobile-contact{display:flex}.desktop-contact{display:none;text-decoration:none}}html{scroll-behavior:smooth}.csd-loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#faf9ff}.cs-loading-dots{display:flex;gap:8px}.cs-loading-dots span{width:8px;height:8px;border-radius:50%;background:#d2ceff;animation:dotPulse 1.4s ease-in-out infinite both}.cs-loading-dots span:nth-child(2){animation-delay:.2s}.cs-loading-dots span:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.csd-page{min-height:100vh;background:#faf9ff;padding-bottom:120px;margin-top:80px}.csd-hero{position:relative;height:620px;background-color:#e4e2ff;background-size:cover;background-position:center;display:flex;align-items:flex-end}.csd-hero-placeholder{position:absolute;inset:0;background:linear-gradient(135deg,#d2ceff,#ead4ff,#f3f2ff)}.csd-hero-overlay{position:absolute;inset:0;background:radial-gradient(ellipse at bottom left,#1a1919b3,#22212180,#201c1400 50%,#8b8b8b00 70%)}.csd-hero-content{position:relative;z-index:1;padding:0 80px 60px;display:flex;flex-direction:column;gap:16px;max-width:900px}.csd-back{display:inline-flex;align-items:center;gap:8px;color:#ffffffa6;font-size:.8rem;text-decoration:none;font-weight:500;transition:color .2s;margin-bottom:8px}.csd-back:hover{color:#fff}.csd-hero-meta{display:flex;gap:8px;flex-wrap:wrap}.csd-tag{background:#ffffff24;color:#ffffffe6;border:1px solid rgba(255,255,255,.2);border-radius:100px;padding:4px 14px;font-size:.7rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.csd-hero-title{font-size:clamp(2.2rem,5vw,4rem);font-weight:700;color:#fff;margin:0;letter-spacing:-.035em;line-height:1.1;text-align:left}.csd-hero-desc{font-size:1.05rem;color:#ffffffb3;margin:0;max-width:580px;line-height:1.6;text-align:left}.csd-info-bar{background:#fff;border-bottom:1px solid #E4E2FF;padding:28px 80px;display:flex;gap:48px;flex-wrap:wrap}.csd-info-item{display:flex;flex-direction:column;gap:4px}.csd-info-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#b8b4d8}.csd-info-value{font-size:.95rem;font-weight:600;color:#0a0820}.csd-body{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:200px 1fr;gap:64px;align-items:start}.csd-toc{position:sticky;top:100px;padding-top:70px}.csd-toc-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#b8b4d8;margin:0 0 16px;text-align:left}.csd-toc-link{display:block;width:100%;text-align:left;background:none;border:none;border-left:2px solid #E4E2FF;font-size:.82rem;color:#9b93c8;text-decoration:none;padding:6px 0 6px 14px;transition:color .15s,border-color .15s;font-weight:500;cursor:pointer;font-family:inherit}.csd-toc-link:hover{color:#4a3f8a;border-left-color:#9b93c8}.csd-toc-link--active{color:#4a3f8a;border-left-color:#7c6fc4;font-weight:700}.csd-content{display:flex;flex-direction:column}.csd-section{display:flex;flex-direction:column;gap:20px}.csd-section-title{font-size:1.5rem;font-weight:700;color:#0a0820;margin:0;letter-spacing:-.025em;padding-bottom:16px;border-bottom:1.5px solid #E4E2FF;text-align:left;padding-top:70px}.csd-section-body{font-size:1rem;line-height:1.85;color:#3a3558;margin:0;white-space:pre-wrap;text-align:left}.csd-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.csd-gallery-item{border-radius:16px;overflow:hidden;background:#e4e2ff;aspect-ratio:4/3;cursor:pointer;position:relative}.csd-gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.csd-gallery-item:hover img{transform:scale(1.04)}.csd-related{max-width:1200px;margin:80px auto 0}.csd-related-title{font-size:1.4rem;font-weight:700;color:#0a0820;margin:0 0 32px;letter-spacing:-.025em}.csd-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.csd-related-card{display:flex;flex-direction:column;text-decoration:none;border-radius:16px;overflow:hidden;border:1.2px solid #E4E2FF;background:#fff;transition:border-color .2s,transform .2s,box-shadow .2s}.csd-related-card:hover{border-color:#c8c4f8;transform:translateY(-3px);box-shadow:0 8px 32px #7c6fc41f}.csd-related-img-wrap{height:160px;overflow:hidden;background:#e4e2ff}.csd-related-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.csd-related-card:hover .csd-related-img-wrap img{transform:scale(1.05)}.csd-related-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#d2ceff,#ead4ff)}.csd-related-body{padding:18px 20px;display:flex;flex-direction:column;gap:6px}.csd-related-cat{font-size:.67rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#9b93c8}.csd-related-name{font-size:.95rem;font-weight:600;color:#0a0820;line-height:1.3}@media(max-width:1024px){.csd-hero-content,.csd-info-bar{padding-left:40px;padding-right:40px}.csd-body,.csd-related{padding-left:40px;padding-right:40px;gap:40px}.csd-related-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.csd-hero{height:440px}.csd-hero-content,.csd-info-bar,.csd-body,.csd-related{padding-left:20px;padding-right:20px}.csd-info-bar{gap:28px}.csd-body{grid-template-columns:1fr;padding-top:48px;gap:40px}.csd-toc{position:static;display:flex;flex-wrap:wrap;gap:8px}.csd-toc-label{width:100%;margin-bottom:4px}.csd-toc-link{border-left:none;border:1.2px solid #E4E2FF;border-radius:100px;padding:5px 14px;font-size:.78rem;background:#fff;width:auto}.csd-toc-link--active{background:#e4e2ff;border-color:#c8c4f8;color:#4a3f8a}.csd-related-grid{grid-template-columns:1fr}}.csd-gallery-expand{position:absolute;inset:0;background:#0a081e00;display:flex;align-items:center;justify-content:center;border-radius:16px;color:#fff;opacity:0;transition:opacity .2s,background .2s}.csd-gallery-item:hover .csd-gallery-expand{opacity:1;background:#0a081e59}.csd-lightbox{position:fixed;inset:0;background:#050412eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;display:flex;align-items:center;justify-content:center;animation:lbFadeIn .2s ease}@keyframes lbFadeIn{0%{opacity:0}to{opacity:1}}.csd-lightbox-img-wrap{max-width:90vw;max-height:85vh;display:flex;align-items:center;justify-content:center}.csd-lightbox-img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:12px;box-shadow:0 32px 80px #0009;animation:lbImgIn .25s cubic-bezier(.34,1.56,.64,1)}@keyframes lbImgIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.csd-lightbox-close{position:absolute;top:24px;right:28px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#fff;width:40px;height:40px;border-radius:50%;font-size:1.4rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.csd-lightbox-close:hover{background:#fff3}.csd-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#fff;width:48px;height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;z-index:2}.csd-lightbox-nav:hover{background:#ffffff38}.csd-lightbox-prev{left:24px}.csd-lightbox-next{right:24px}.csd-lightbox-counter{position:absolute;bottom:24px;left:50%;transform:translate(-50%);color:#ffffff80;font-size:.78rem;font-family:Geist Mono,monospace;letter-spacing:.1em}@media(max-width:768px){.csd-lightbox-prev{left:12px}.csd-lightbox-next{right:12px}.csd-lightbox-nav{width:40px;height:40px}}.csd-section-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;margin-top:8px}.csd-section-images:has(>:only-child){grid-template-columns:1fr}.csd-section-images:has(>:only-child) .csd-section-image-item{aspect-ratio:16/7}.csd-section-images:has(>:nth-child(2)):not(:has(>:nth-child(3))) .csd-section-image-item{aspect-ratio:4/3}.csd-section-images{display:grid;gap:16px;margin-top:8px}.csd-section-images--1{grid-template-columns:1fr}.csd-section-images--1 .csd-section-image-item{aspect-ratio:16 / 7}.csd-section-images--2{grid-template-columns:1fr 1fr}.csd-section-images--2 .csd-section-image-item{aspect-ratio:4 / 3}.csd-section-image-item{border-radius:16px;overflow:hidden;background:#e4e2ff;position:relative;cursor:pointer}.csd-section-image-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.csd-section-image-item:hover img{transform:scale(1.04)}.csd-section-image-item:hover .csd-gallery-expand{opacity:1;background:#0a081e59}@media(max-width:768px){.csd-section-images--2{grid-template-columns:1fr}.csd-section-images--1 .csd-section-image-item{aspect-ratio:4 / 3}}.loader-root{position:fixed;inset:0;background:#f7f6ff;display:flex;align-items:center;justify-content:center;z-index:9999;overflow:hidden}.loader-tiles{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;gap:14px;pointer-events:none;padding:120px 0}.loader-row{display:flex;gap:14px;width:max-content}.loader-tile{width:340px;height:180px;border-radius:18px;flex-shrink:0;opacity:.55}.t1{background:#f3f2ff}.t2{background:#ead4ff}.t3{background:#d2ceff}.t4{background:#f7f6ff}.loader-row-1{animation:loaderLeft 18s linear infinite}.loader-row-2{animation:loaderRight 22s linear infinite}.loader-row-3{animation:loaderLeft 15s linear infinite;animation-delay:-4s}@keyframes loaderLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes loaderRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.loader-card{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:28px;padding:52px 64px 44px;background:#ffffffb8;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1.2px solid rgba(228,226,255,.9);border-radius:28px;box-shadow:0 8px 48px #7c6fc41a,0 2px 8px #0000000a;animation:cardIn .6s cubic-bezier(.34,1.56,.64,1) both}@keyframes cardIn{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.loader-wordmark{display:flex;align-items:center;gap:6px;animation:fadeUp .5s ease both;animation-delay:.1s}.loader-word-plum{font-family:Lora;font-size:2.8rem;font-weight:500;color:#0a0820;letter-spacing:-.03em;line-height:1}.loader-dot{width:8px;height:8px;border-radius:50%;background:#7c6fc4;margin-bottom:-16px;animation:dotPop .4s cubic-bezier(.34,1.56,.64,1) both;animation-delay:.35s}@keyframes dotPop{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.loader-track{width:180px;height:2px;background:#e4e2ff;border-radius:100px;overflow:hidden;animation:fadeUp .5s ease both;animation-delay:.2s}.loader-bar{height:100%;width:0%;background:linear-gradient(90deg,#9b93c8,#d2ceff,#7c6fc4);background-size:200% 100%;border-radius:100px;animation:barFill 2.4s cubic-bezier(.4,0,.2,1) forwards,shimmer 1.6s linear infinite;animation-delay:.3s,.3s}@keyframes barFill{0%{width:0%}60%{width:75%}85%{width:88%}to{width:96%}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.loader-label{font-family:Instrument Sans,sans-serif;font-size:.72rem;font-weight:500;color:#b8b4d8;letter-spacing:.1em;text-transform:uppercase;margin:0;animation:fadeUp .5s ease both;animation-delay:.25s}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.loader-card{padding:40px 40px 36px;border-radius:22px;gap:22px}.loader-word-plum{font-size:2.2rem}.loader-tile{width:220px;height:120px;border-radius:12px}}
