@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&subset=latin-ext&display=swap";@font-face{font-family:Druk Text Wide Cyr;src:url(../fonts/Druk%20Text%20Wide%20Cyr%20Medium-DkiTKiLq.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Druk Text Wide Cyr;src:url(../fonts/Druk%20Text%20Wide%20Cyr%20Medium%20Italic-BQhHL6zE.woff2) format("woff2");font-weight:500;font-style:italic;font-display:swap}*{box-sizing:border-box}html,body{margin:0;padding:0}h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-weight:400}figure,p{margin:0;padding:0}ul,ol{margin:0;padding:0;list-style:none}li,a{margin:0;padding:0}button{margin:0;padding:0;border:none;background:none;font-family:inherit;cursor:pointer;color:inherit}input,textarea,select{margin:0;padding:0;font-family:inherit}img{max-width:100%;height:auto;display:block}table{border-collapse:collapse;border-spacing:0}blockquote{margin:0;padding:0}.list-unstyled{list-style-type:none;padding:0;margin:0}:root{--background: #FFD4C0;--foreground: #000000;--base-font-family: "Inter", sans-serif;--heading-font-family: "Druk Text Wide Cyr", sans-serif;--unit: 16px;--content-width: 1600px;--footer-height: 200px;--footer-height-mobile: 280px;--grid-unit: 230px;--site-header-height: 96px;--site-header-height-mobile: 56px;--text-xs: 12px;--text-sm: 16px;--text-base: 20px;--text-lg: 24px;--text-xl: 32px;--text-2xl: 48px}body{background:var(--background);color:var(--foreground);font-family:var(--base-font-family);font-weight:300;font-size:var(--text-base);line-height:1.4;text-align:center;padding:0;margin:0}@media(max-width:600px){body{font-size:var(--text-sm)}}.site-wrapper{min-height:calc(100vh - var(--footer-height) - var(--site-header-height));padding-bottom:calc(var(--unit) * 2);transition:opacity .4s ease-out;will-change:opacity}@media(max-width:600px){.site-wrapper{min-height:calc(100vh - var(--footer-height-mobile) - var(--site-header-height-mobile))}}.is-content-loading .site-wrapper{opacity:0}.is-content-loaded .site-wrapper{opacity:1}.container{max-width:var(--content-width);text-align:left;padding:0 calc(var(--unit) * 2);margin:0 auto;width:100%}@media(max-width:600px){.container{padding:0 calc(var(--unit) * 1)}}.container--no-pad{padding:0}.container--full{max-width:100%}a{color:inherit;text-decoration:unset;cursor:pointer}h1,.h1{font-family:var(--heading-font-family),serif;font-size:var(--text-2xl);text-transform:uppercase;line-height:1.2;font-weight:400}@media(max-width:600px){h1,.h1{font-size:var(--text-xl)}}h2,.h2,h3,.h3,h4,.h4{font-family:var(--heading-font-family),serif;font-size:var(--text-lg);text-transform:uppercase;line-height:1.2}.heading,h5,h6{font-family:var(--heading-font-family),serif;font-size:var(--text-sm);text-transform:uppercase;line-height:1.2}.logo{font-family:var(--heading-font-family),serif;font-size:var(--text-sm);text-transform:uppercase;line-height:1;display:flex;flex-direction:column;align-items:start}@media screen and (max-width:600px){.logo{font-size:var(--text-xs)}}.subtitle{font-size:9px;line-height:1.2;max-width:120px;display:block}.subtitle br{display:inline}.subtitle:after{content:"";height:6px;width:6px;background:var(--foreground);border-radius:4px;display:block;margin-top:calc(var(--unit) * .5)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.count{font-size:var(--text-xs)}.edit-post-link{position:fixed;z-index:99999;bottom:0;right:0;background:#000;color:#fff;font-size:var(--text-xs)}.is-loaded{filter:blur(0px);transition:filter .6s ease-out}.is-loading{filter:blur(14px);transition:filter .6s ease-out}.error404 .site-wrapper{align-content:flex-end;padding-bottom:calc(var(--unit) * 2)}.error-404__grid{align-items:center}.error-404__thumbnail{grid-column:span 2;text-align:center;height:400px}.error-404__thumbnail img{max-height:400px;width:auto;margin:0 auto}.error-404__content{grid-column:span 4;display:flex;flex-direction:column;gap:calc(var(--unit) * 1)}@media(max-width:900px){.error-404__thumbnail{grid-column:span 6;text-align:left}.error-404__thumbnail img{margin:0}.error-404__content{grid-column:span 6}}.pill{display:inline-block;background:#fff;padding:4px calc(var(--unit) * .75);border-radius:20px;line-height:1;font-size:var(--text-xs);transform:scale(1);transition:transform .2s ease-out}a.pill:hover{transform:scale(1.05)}.site-header{width:100%;position:sticky;top:0;left:0;right:0;padding:calc(var(--unit) * 2) 0;z-index:89}.site-header:after{content:"";display:block;width:100%;height:120px;position:absolute;top:0;z-index:-1;background:linear-gradient(to bottom,var(--background) 0%,rgba(255,212,192,.8) 55%,rgba(255,212,192,0))}@media(max-width:600px){.site-header{padding:calc(var(--unit) * 1) 0}.site-header:after{height:90px}}.site-header__menu{display:flex;margin-left:auto;font-size:var(--text-xs);height:20px}.site-header__menu a{position:relative;z-index:1}@media(hover:hover){.site-header__menu a:hover{text-decoration:underline;text-decoration-thickness:.15em;text-underline-offset:5px}}@media screen and (max-width:600px){.site-header__menu{flex-direction:column;align-items:end;gap:0;height:auto}}.site-header__indicator{position:absolute;background:#fff;display:block;top:-2px;left:0;width:2px;border-radius:10px;height:20px;z-index:0;padding:0 8px;opacity:0}@media screen and (max-width:600px){.site-header__indicator{display:none}}.site-header__about{font-size:var(--text-xs)}.site-header__inner{display:flex;width:100%;justify-content:space-between}.language-switcher{display:flex;font-size:var(--text-xs);position:relative;gap:calc(var(--unit) * 1)}.language-switcher a{display:block}.language-switcher .current{text-decoration:underline;text-decoration-thickness:.15em;text-underline-offset:5px}@media(max-width:600px){.language-switcher{gap:calc(var(--unit) * 1)}.language-switcher .current{text-underline-offset:.15em}}.site-header__menu-inner{display:flex;gap:calc(var(--unit) * 4)}@media screen and (min-width:901px){.site-header__menu-toggle,.site-header__menu-close,.site-header__link{display:none}}@media screen and (max-width:900px){.site-header__link{display:flex;fill:currentColor}.site-header__menu{position:fixed;bottom:0;padding-bottom:calc(var(--unit) * 3);opacity:0;pointer-events:none;height:auto}.site-header__about{font-size:var(--text-xl)}.language-switcher a{font-size:var(--text-base)}.site-header__menu-inner{flex-direction:column;gap:var(--unit)}.site-header__menu-close{display:inline-block}.site-header__menu-toggle{color:inherit}.state--menu-open .site-header{inset:0;height:100vh;background:var(--background)}.state--menu-open .site-header__menu{opacity:1;pointer-events:auto}}.grid{display:grid;grid-template-columns:repeat(6,1fr);gap:calc(var(--unit) * 2)}@media(max-width:600px){.grid{grid-template-columns:repeat(2,1fr);gap:calc(var(--unit) * 1)}}.list__group{margin-top:calc(var(--unit) * 6);margin-bottom:calc(var(--unit) * 3)}.list__heading{grid-column:span 1}.list__heading .list__title{position:sticky;top:calc(var(--site-header-height) + var(--unit) * 6)}.list__heading .list__title h2 span{padding:0 6px}@media(max-width:600px){.list__heading .list__title{display:flex;position:static;justify-content:space-between;align-items:center}.list__heading .count{margin-top:calc(var(--unit) * 0)}}.list__posts{grid-column:span 5}.list__posts .count{display:block;margin-top:calc(var(--unit) * .5);font-size:var(--text-xs);margin-bottom:calc(var(--unit) * 4)}@media(max-width:600px){.list__posts .count{margin-top:calc(var(--unit) * 0);margin-bottom:calc(var(--unit) * 3)}}@media(min-width:901px){.list__title .count{display:none}}@media(max-width:900px){.list__posts,.list__heading{grid-column:span 6}.list__heading{margin-bottom:calc(var(--unit) * 3)}.list__posts .count{display:none}.list__title{display:flex;align-items:center;justify-content:space-between}}.archive__post-list{margin-top:calc(var(--unit) * 4);margin-bottom:calc(var(--unit) * 12);grid-column:span 6}@media(max-width:900px){.archive__post-list{grid-column:span 6}}.current-tag{margin-top:calc(var(--unit) * 4)}.tags{display:inline-flex;flex-wrap:wrap;font-size:var(--text-lg)}.tags a{text-decoration:none!important}.tags a:after{content:"•";display:inline-flex;padding:0 8px}.tags a:last-child:after{content:""}@media(max-width:600px){.tags{font-size:var(--text-sm)}}.tags a{cursor:pointer;display:inline-block;transition:transform .16s ease,letter-spacing .16s ease}.tags a:hover{transform:translateY(-.06em);letter-spacing:-.02em}.tag__grid .tag__item{grid-column:span 1;display:block;margin-bottom:calc(var(--unit) * 1)}.tag__grid .tag__item a{font-size:var(--text-xs);line-height:1.2;display:inline-block}.post-list{display:flex;flex-direction:column;gap:calc(var(--unit) * 6);margin-bottom:calc(var(--unit) * 8)}.post-list__item{flex-direction:column;row-gap:calc(var(--unit) * 1);column-gap:calc(var(--unit) * 2)}@media(max-width:600px){.post-list__item{display:flex;row-gap:calc(var(--unit) * 0)}}.post-list__heading{font-size:var(--text-xl);grid-column:span 6}.post-list__heading a{max-width:1200px;display:block;cursor:pointer}@media(hover:hover){.post-list__heading a{cursor:pointer}.post-list__heading a{display:inline-block;transform-origin:center bottom;transition:transform .16s ease}.post-list__heading a:hover{transform:translateY(-.06em) scaleX(.985)}}@media(max-width:600px){.post-list__heading{font-size:var(--text-lg);margin-bottom:calc(var(--unit) * 1)}}.post-list__author,.post-list__date{font-size:var(--text-sm);grid-column:span 2}.single-page__title{padding-top:calc(var(--unit) * 4);grid-column:span 6}@media(min-width:901px){.single-page__title{padding-top:calc(var(--unit) * 16)}}.single-page__content{grid-column:1 / span 4}.single-page__content a{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:.8px}.single-page__content a:hover{text-decoration:none}.single-page__editorial-board{grid-column:span 6;padding-top:calc(var(--unit) * 6)}.single-page__editorial-board ul{column-count:4;font-size:var(--text-sm);margin-bottom:calc(var(--unit) * 4)}.single-page__editorial-board li{margin-bottom:calc(var(--unit) * 2)}.single-page__editorial-board a{text-decoration:underline}.single-page__editorial-board a:hover{text-decoration:none}.single-page__editorial-board strong{font-family:var(--heading-font-family),serif;font-size:var(--text-xs);display:block;text-transform:uppercase;line-height:1.2;margin-bottom:calc(var(--unit) * 1)}@media(max-width:900px){.single-page__editorial-board ul{column-count:3}}@media(max-width:600px){.single-page__editorial-board ul{column-count:1}}.single-post__container{margin-bottom:calc(var(--unit) * 8)}.single-post__container a{text-decoration:underline}.single-post__container a:hover{text-decoration:none}@media(orientation:landscape){.single-post__header{margin-top:calc(var(--unit) * 4);margin-bottom:calc(var(--unit) * 8)}}@media(max-width:600px){.single-post__header{display:flex;flex-direction:column;justify-content:end;padding-top:calc(var(--unit) * 3);padding-bottom:calc(var(--unit) * 1);margin:0 0 calc(var(--unit) * 4);min-height:calc(100vh - var(--site-header-height-mobile) - calc(var(--unit) * 3))}}@media(orientation:portrait){.single-post__header{min-height:calc(100vh - var(--site-header-height-mobile) - calc(var(--unit) * 2) - calc(var(--unit) * 3));padding-top:calc(var(--unit) * 3);padding-bottom:calc(var(--unit) * 1);margin:0 0 calc(var(--unit) * 4)}}.single-post__thumbnail{grid-column:span 2;position:relative}@media(max-width:1023px){.single-post__thumbnail{grid-column:span 3}@media(orientation:portrait){.single-post__thumbnail{grid-column:span 4}}}@media(max-width:600px){.single-post__thumbnail{grid-column:span 2;margin-bottom:calc(var(--unit) * 0)}}@media(orientation:portrait){.single-post__thumbnail{position:relative;left:-10vw}}.single-post__img{width:100%;height:100%;position:relative;top:30px;z-index:-1}@media(min-width:901px){.single-post__img{min-height:400px;overflow:visible}}.single-post__img img{object-fit:cover;width:100%;height:100%}.single-post__thumbnail--horizontal{aspect-ratio:37 / 28;max-width:110vw}.single-post__thumbnail--vertical{aspect-ratio:37 / 48}.single-post__subtitle{position:absolute;top:0;left:calc(50% + var(--unit) * 1);z-index:6}.single-post__title{grid-column:span 4;width:100%;align-self:center;gap:calc(var(--unit) * 2);display:grid;grid-template-columns:subgrid}.single-post__title h1{grid-column:span 4;max-width:900px}@media(max-width:1023px){.single-post__title{grid-column:span 6}.single-post__title h1{grid-column:span 6}}@media(max-width:600px){.single-post__title{grid-column:span 2;gap:calc(var(--unit) * 0)}.single-post__title h1{grid-column:span 2;margin-bottom:calc(var(--unit) * 2);font-size:var(--text-lg)}}.single-post__date,.single-post__author{grid-column:span 2;display:flex;flex-direction:column}@media(max-width:1023px){.single-post__date,.single-post__author{grid-column:span 3}}@media(max-width:600px){.single-post__date,.single-post__author{grid-column:1 / span 2}}.single-post__footer{grid-column:2 / span 4;border-top:3px dotted var(--foreground);padding-top:calc(var(--unit) * 3);display:flex;gap:calc(var(--unit) * 2);font-size:var(--text-sm)}.single-post__footer>div{width:50%;display:flex;flex-direction:column}.single-post__footer p{margin-bottom:calc(var(--unit) * 1)}@media(max-width:600px){.single-post__footer{grid-column:span 2}.single-post__footer>div{width:100%}}.single-post__meta{gap:calc(var(--unit) * .5)}.single-post__meta p{margin:0}.single-post__meta .heading{font-size:var(--text-xs)}.single-post__footer:empty{display:none}.single-post__content{grid-column:2 / span 4}@media(max-width:1023px){.single-post__content{grid-column:span 6}}@media(max-width:600px){.single-post__content{grid-column:1 / span 2}}.single-post__content blockquote{margin-left:calc(var(--unit) * 4);margin-bottom:calc(var(--unit) * 2)}.single-post__content span,.single-post__content i,.single-post__content em{font-weight:inherit!important;font-size:inherit!important;font-family:inherit!important}.single-post__content strong{font-size:inherit!important;font-family:inherit!important}.single-post__content .wp-caption{max-width:100%;width:unset!important;display:flex;flex-direction:column;gap:calc(var(--unit) * 1);margin-bottom:calc(var(--unit) * 1);padding:calc(var(--unit) * 4)}.single-post__content .wp-caption .post-figure{margin-top:calc(var(--unit) * 0);margin-bottom:calc(var(--unit) * 0)}@media(max-width:600px){.single-post__content .wp-caption{padding:calc(var(--unit) * 1)}}.single-post__content .wp-caption-text{font-size:var(--text-xs);line-height:1.2;font-weight:400}.single-post__content sup{position:relative;line-height:0}.single-post__content img{max-width:100%;height:auto}.single-post__content img.alignnone,.single-post__content img.aligncenter{margin:calc(var(--unit) * 4) auto}.single-post__content p,.single-post__content ul,.single-post__content ol{margin-bottom:calc(var(--unit) * 1)}.single-post__content h2,.single-post__content h3,.single-post__content h4{font-size:inherit;line-height:inherit;margin-bottom:calc(var(--unit) * 1)}.single-post__content strong,.single-post__content b{font-family:var(--base-font-family);font-weight:500}.single-post__tags{grid-column:1 / span 6;margin:calc(var(--unit) * 4) 0;max-width:800px}@media(max-width:600px){.single-post__tags{grid-column:1 / span 2}}.single-post__tags h3{margin-bottom:calc(var(--unit) * 4);font-size:var(--text-xs)}.embed{padding:calc(var(--unit) * 4);margin:calc(var(--unit) * 2) 0!important;background-color:#fff}.embed iframe{width:100%;height:auto}@media(max-width:600px){.embed{padding:calc(var(--unit) * 1)}}.embed--yt iframe{aspect-ratio:16 / 9;object-fit:cover}.post-figure{margin-top:calc(var(--unit) * 4);margin-bottom:calc(var(--unit) * 4);text-align:center}.post-figure a{max-width:fit-content;display:block}.post-figure>*{margin:0 auto}.post-figure img{margin:0 auto}.other-posts{margin-bottom:calc(var(--unit) * 6);text-align:left}.other-posts h3{margin-bottom:calc(var(--unit) * 0);font-size:var(--text-xs)}.footnotes{overflow:hidden;padding-top:calc(var(--unit) * 3);margin-top:calc(var(--unit) * 3);border-top:3px dotted var(--foreground);list-style:none;counter-reset:item;padding-left:20px}.footnotes .back{text-decoration:none!important}.footnotes li{counter-increment:item;font-size:var(--text-sm);margin-bottom:calc(var(--unit) * 1);position:relative;padding-left:20px}.footnotes li:before{content:counter(item);position:absolute;left:-20px;top:2px;display:flex;align-items:center;justify-content:center;line-height:1;font-weight:500;height:20px;width:20px;font-size:11px;border:1.4px solid var(--foreground);border-radius:50%}.footnotes p{margin-bottom:0}*[rel=footnote]{display:inline-flex;margin-left:3px;align-items:center;justify-content:center;line-height:1;font-weight:500;height:20px;width:20px;font-size:11px;border:1.4px solid var(--foreground);border-radius:50%;text-decoration:none!important}.bottom-links__links{display:flex;height:20px;justify-content:flex-start;position:relative;top:20px;pointer-events:none}.bottom-links__links a,.bottom-links__links button{pointer-events:auto}.bottom-links__up{display:flex;height:20px;justify-content:flex-end;position:sticky;bottom:calc(var(--unit) * 2);margin-bottom:calc(var(--unit) * 4);opacity:0;transition:opacity .3s ease-out;z-index:100;pointer-events:none}.bottom-links__up a,.bottom-links__up button{pointer-events:auto}@media(max-width:600px){.bottom-links__up{bottom:calc(var(--unit) * 1);margin-bottom:calc(var(--unit) * 1)}}.has-scrolled-down .bottom-links__up{opacity:1}.scroll-top-button{padding:4px;position:relative;top:calc(var(--unit) * -1);transition:transform .2s ease-out;transform:translateY(10px)}.scroll-top-button svg{fill:var(--foreground);width:12px;stroke:#000;height:auto}@media(max-width:600px){.scroll-top-button{position:relative;top:-12px}.scroll-top-button svg{stroke-width:2px}}.has-scrolled-down .scroll-top-button{transform:translateY(0)}.underline-link{display:flex;gap:var(--unit);text-decoration:underline;text-decoration-thickness:.15em;text-underline-offset:5px}.underline-link svg{fill:none;stroke-linecap:butt}@media(hover:hover){.underline-link:hover{text-decoration:none}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.post-carousel__wrapper{display:flex;flex-direction:row;align-items:baseline}.post-carousel .swiper-slide{width:calc(var(--grid-unit) * 2)}.card{max-width:calc(var(--grid-unit) * 2);width:100%;max-height:800px;padding:calc(var(--unit) * 2);gap:calc(var(--unit) * 2);display:flex;flex-direction:column;text-align:left;cursor:pointer}@media(max-width:600px){.card{padding:calc(var(--unit) * 1);gap:calc(var(--unit) * 1);max-width:100vw}}@media(hover:hover){.card:hover img{transform:scale(.98)}.card:hover .card__content{opacity:.8}}.card__thumbnail{aspect-ratio:1 / 1;position:relative;max-width:90%}.card__thumbnail img{position:relative;bottom:-50px;left:-60px;z-index:-1;width:100%;height:100%;object-fit:contain;transform:scale(1);backface-visibility:hidden;transition:transform .3s ease-out}.card__thumbnail--horizontal{aspect-ratio:37 / 28}.card__thumbnail--portrait{aspect-ratio:37 / 48}.card__subtitle{position:absolute;left:50%;top:66px}.card__heading{font-size:var(--text-lg)}.card__author{font-size:var(--text-sm)}.card__content{display:flex;flex-direction:column;gap:calc(var(--unit) * 2)}@media(max-width:600px){.card__content{gap:calc(var(--unit) * 1);padding-right:calc(var(--unit) * 2)}}.cards{display:flex;flex-direction:row;flex-wrap:wrap;row-gap:calc(var(--unit) * 4);margin-bottom:calc(var(--unit) * 4)}.post-cards{display:flex;flex-wrap:wrap;margin-bottom:calc(var(--unit) * 6);align-items:baseline;column-gap:calc(var(--unit) * 0);row-gap:calc(var(--unit) * 4)}@media(max-width:600px){.post-cards{row-gap:calc(var(--unit) * 2);margin-bottom:calc(var(--unit) * 0)}}.post-cards__item{width:33%}@media(max-width:1024px){.post-cards__item{width:50%}}@media(max-width:600px){.post-cards__item{width:100%}}@media(max-width:600px){.card__thumbnail img{left:-40px}.post-carousel .card__heading{font-size:var(--text-sm)}.post-carousel .card__author{font-size:7px!important}.post-carousel .card__thumbnail img{bottom:-40px}}.card .subtitle--fascies-firestarter-kit{top:50%}.card .subtitle--sonic-archeology-brush{top:40%}.card .subtitle--compact-score-cassette{top:25%}.card .subtitle--creativity-bird-seed{top:30%}.card .subtitle--the-essence-of-composing-perfume{top:30%;max-width:200px}.card .subtitle--resistance-marking-compass{top:40%}.card .subtitle--polyhedron,.card .subtitle--opener{top:35%}.card .subtitle--composer-tamagochi{top:10%}.card .subtitle--sisyphus-pencil-for-composers{top:40%}.card .subtitle--crashing-reality-globe{top:15%}.card .subtitle--ukraine-freedom-stamp{top:40%;width:90px}.card .subtitle--inner-voice-earplugs{top:40%}.card .subtitle--ageless-tuning-key{top:30%}.card .subtitle--vocal-techniques-assorted-chocolates,.card .subtitle--digital-analog-remote-control{max-width:200px;top:10%}.card .subtitle--mutual-provocation-sample-pack{top:30%}.card .subtitle--avant-garde-cocktail-glass-straws{max-width:200px;top:15%}.card .subtitle--poly-chain-jewellery{top:30%}.card .subtitle--ukrainian-contemporary-vision-glasses{top:20%;max-width:250px}.single-post__thumbnail .subtitle--the-essence-of-composing-perfume{top:12%;max-width:250px}.single-post__thumbnail .subtitle--limbo-exit-key{top:15%;width:90px}.single-post__thumbnail .subtitle--sonic-archeology-brush{top:30%}.single-post__thumbnail .subtitle--ukraine-freedom-stamp{top:30%;width:90px}.single-post__thumbnail .subtitle--easy-peasy-rubiks-cube,.single-post__thumbnail .subtitle--compact-score-cassette,.single-post__thumbnail .subtitle--present-continuous-iodide-pills,.single-post__thumbnail .subtitle--social-mood-seismograph,.single-post__thumbnail .subtitle--crashing-reality-globe{top:15%}.single-post__thumbnail .subtitle--inner-voice-earplugs{top:30%}.single-post__thumbnail .subtitle--full-spectrum-protection-sunscreen{top:12%}.single-post__thumbnail .subtitle--composing-board-game{top:20%}.single-post__thumbnail .subtitle--lviv-defense-postcards{top:12%;max-width:200px}.single-post__thumbnail .subtitle--sisyphus-pencil-for-composers{top:30%}.single-post__thumbnail .subtitle--composer-tamagochi{top:5%}.single-post__thumbnail .subtitle--pocket-confidence-mirror{top:10%}.single-post__thumbnail .subtitle--piano-preparation-kit{top:20%}.single-post__thumbnail .subtitle--opener,.single-post__thumbnail .subtitle--ageless-tuning-key{top:30%}.single-post__thumbnail .subtitle--avant-garde-cocktail-glass-straws{max-width:200px;top:0}.single-post__thumbnail .subtitle--polyhedron{top:30%}.card--shelter-scores-halo img{bottom:40px;left:-160px;width:160%;max-width:160%;height:160%}.thumbnail--shelter-scores-halo img{max-width:140%;width:140%;position:absolute;top:-100px;height:160%;left:-140px;z-index:-1}@media(orientation:portrait){.thumbnail--shelter-scores-halo{height:400px;width:95vw}}.index__heading{font-size:var(--text-xs);margin-top:calc(var(--unit) * 4);min-height:calc(var(--unit) * 2)}.index__posts{position:relative;top:calc(var(--unit) * 4 * -1)}@media(max-width:600px){.index__posts{min-height:calc(100vh - var(--site-header-height-mobile) - var(--unit) * 6);display:flex;align-items:end;top:calc(var(--unit) * 4 * -1)}}@media(max-width:600px){.index__group{margin-bottom:calc(var(--unit) * 4);margin-bottom:calc(var(--unit) * 0)}}.index__group-heading{margin-bottom:calc(var(--unit) * -2)}.index__current-item{display:none;position:sticky;left:0;bottom:calc(var(--unit) * 2);writing-mode:vertical-rl;transform:rotate(180deg);margin-left:calc(var(--unit) * 1);z-index:10;margin-right:calc(var(--unit) * 2)}.index__current-item span{opacity:1;transition:opacity .2s ease-out}.index__current-item .pill{padding:calc(var(--unit) * .75) 4px}@media(max-width:600px){.index__current-item{display:flex;transform:rotate(0);left:100%;pointer-events:none;margin-right:calc(var(--unit) * 1);bottom:calc(var(--unit) * 4)}}.heading-visible .index__current-item span{opacity:0}.site-footer{background:var(--foreground);color:#fff;display:flex;flex-direction:column;gap:calc(var(--unit) * 2);padding:calc(var(--unit) * 2) 0;min-height:var(--footer-height)}@media(max-width:600px){.site-footer{min-height:var(--footer-height-mobile);padding:calc(var(--unit) * 1) 0;justify-content:space-between}}.site-footer__heading{max-width:400px}.site-footer__container{display:flex;gap:calc(var(--unit) * 2)}@media(max-width:600px){.site-footer__container{flex-wrap:wrap}}.site-footer__logo{height:auto}@media(max-width:600px){.site-footer__logo{order:3}.site-footer__logo:nth-of-type(1){width:54%}.site-footer__logo:nth-of-type(2){width:27%}}.site-footer__link{margin-left:auto}.site-footer__link svg{fill:currentColor}@media(max-width:600px){.site-footer__link{order:2;width:20%}.site-footer__link svg{width:100%}}.site-footer__heading{font-size:var(--text-xs)}@media(max-width:600px){.site-footer__heading{order:1;width:69%}}.site-footer__bottom{font-size:var(--text-lg);display:flex;justify-content:space-between}.site-footer__bottom span:nth-child(2){text-align:right}@media(max-width:900px){.site-footer__bottom{flex-wrap:nowrap;font-size:var(--text-base)}}@media(max-width:600px){.site-footer__bottom{font-size:var(--text-sm)}.site-footer__bottom span{width:50%}}
