@font-face {
font-family: 'Space Grotesk';
src: url(//justexpodesign.pl/wp-content/themes/justexpo-theme/assets/fonts/Space_Grotesk/SpaceGrotesk-VariableFont_wght.woff2) format('woff2');
font-weight: 100 900;
font-style: normal;
font-display: swap;
} @font-face {
font-family: 'Plus Jakarta Sans';
src: url(//justexpodesign.pl/wp-content/themes/justexpo-theme/assets/fonts/Plus_Jakarta_Sans/PlusJakartaSans-VariableFont_wght.woff2) format('woff2');
font-weight: 100 900;
font-style: normal;
font-display: swap;
}
:root {
--color-pink: #EC008C;
--color-cyan: #3ABB9C;
--color-yellow: #FFDD18;
--color-black: #111111;
--color-dark: #232323;
--color-text: #4a4a4a;
--color-muted: #777777;
--color-light: #F9F9F9;
--color-white: #ffffff;
--font-heading: 'Space Grotesk', sans-serif;
--font-body: 'Plus Jakarta Sans', sans-serif;
--container: 1420px;
--section-padding: 120px;
--radius-sm: 12px;
--radius-md: 24px;
--radius-lg: 42px;
--radius-pill: 999px;
--transition: 0.3s ease;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
font-family: var(--font-body);
font-size: 16px;
line-height: 1.6;
color: var(--color-text);
background: var(--color-light);
}
img,
svg,
video {
max-width: 100%;
display: block;
}
a {
color: inherit;
text-decoration: none;
}
button,
input,
textarea,
select {
font: inherit;
}
button {
cursor: pointer;
border: 0;
background: none;
}
ul,
ol {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
.container {
width: min(var(--container), calc(100% - 40px));
margin-inline: auto;
}
.section {
padding: var(--section-padding) 0;
}
.section-title {
margin: 0;
font-family: var(--font-heading);
font-size: clamp(42px, 6vw, 96px);
line-height: 0.95;
font-weight: 700;
letter-spacing: -0.06em;
color: var(--color-black);
}
.section-text {
margin: 0;
font-size: clamp(16px, 1.4vw, 20px);
line-height: 1.75;
color: var(--color-text);
}
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 52px;
padding: 14px 26px;
border-radius: var(--radius-pill);
font-size: 15px;
font-weight: 700;
line-height: 1;
transition: var(--transition);
white-space: nowrap;
}
.btn--primary {
background: var(--color-pink);
color: var(--color-white);
}
.btn--primary:hover {
transform: translateY(-2px);
box-shadow: 0 12px 30px rgba(255, 0, 138, 0.25);
}
.btn--dark {
background: var(--color-black);
color: var(--color-white);
}
.btn--dark:hover {
transform: translateY(-2px);
background: var(--color-pink);
}
.btn--outline {
border: 1px solid currentColor;
color: var(--color-black);
}
.btn--outline:hover {
background: var(--color-black);
color: var(--color-white);
}
.text-pink {
color: var(--color-pink);
}
.text-cyan {
color: var(--color-cyan);
}
.text-yellow {
color: var(--color-yellow);
}
.desktop-only {
display: block;
}
.mobile-only {
display: none;
}
.visually-hidden {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0 0 0 0);
white-space: nowrap;
}
::selection {
background: var(--color-pink);
color: var(--color-white);
}
@media (max-width: 768px) {
:root {
--section-padding: 72px;
}
.container {
width: min(100% - 32px, var(--container));
}
.desktop-only {
display: none;
}
.mobile-only {
display: block;
}
}
.page-content,
.error-page {
padding-top: 180px;
}
.entry-content {
max-width: 860px;
margin-top: 42px;
}
.entry-content > *:first-child {
margin-top: 0;
}
.entry-content h2,
.entry-content h3,
.entry-content h4 {
font-family: var(--font-heading);
color: var(--color-black);
letter-spacing: -0.04em;
}
.entry-content h2 {
font-size: clamp(34px, 4vw, 58px);
line-height: 1;
}
.entry-content h3 {
font-size: clamp(28px, 3vw, 42px);
line-height: 1.05;
}
.entry-content p,
.entry-content li {
font-size: 18px;
line-height: 1.8;
}
.entry-content a {
font-weight: 800;
color: var(--color-pink);
}
.entry-content ul,
.entry-content ol {
padding-left: 22px;
margin: 24px 0;
}
.entry-content li {
list-style: disc;
}
.error-page {
min-height: 100vh;
display: flex;
align-items: center;
overflow: hidden;
background: var(--color-white);
}
.error-page__content {
position: relative;
max-width: 880px;
}
.error-page__content::after {
content: "";
position: absolute;
right: -260px;
top: -80px;
width: 320px;
height: 320px;
border-radius: 50%;
background: var(--color-cyan);
opacity: 0.28;
z-index: -1;
}
.error-page__code {
margin: 0 0 24px;
font-family: var(--font-heading);
font-size: clamp(92px, 16vw, 220px);
line-height: 0.8;
font-weight: 900;
letter-spacing: -0.08em;
color: var(--color-pink);
}
.error-page .section-text {
max-width: 620px;
margin: 28px 0 40px;
} .jx-btn {
padding: 11px 20px 10px 20px;
border: 2px solid #111;
border-radius: 999px;
font-size: 12px;
font-weight: 800;
line-height: 1;
text-transform: uppercase;
width: fit-content;
transition: padding 0.3s ease;
position: relative;
overflow: hidden;
}
.jx-btn:hover
{
padding: 11px 35px 10px 20px;
}
.jx-btn::before
{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(//justexpodesign.pl/wp-content/themes/justexpo-theme/assets/images/front-page/arrow-right.svg);
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 18px;
opacity: 0;
transition: opacity 0.3s ease;
}
.jx-btn:hover::before
{
opacity: 1;
}
@media (max-width:767px)
{
.site-header__actions > .jx-btn
{
display:none;
}
}
.grecaptcha-badge { visibility: hidden; } .site-header {
position: fixed;
z-index: 999;
top: 0;
left: 0;
width: 100%;
padding: 22px 0;
transition: var(--transition);
}
.site-header.is-scrolled {
padding: 14px 0;
background: rgba(255, 255, 255, 0.88);
backdrop-filter: blur(18px);
box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
}
.site-header__inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 32px;
padding:0px 40px;
}
.custom-logo-link img {
width: auto;
max-height: 90px;
transition: width 0.3s ease, max-height 0.3s ease;
}
.is-scrolled-logo img {
max-height: 50px;
transition: width 0.3s ease, max-height 0.3s ease;
}
.site-header__nav {
display: flex;
align-items: center;
justify-content: center;
flex: 1;
}
.main-menu {
display: flex;
align-items: center;
gap: 34px;
}
.main-menu a {
position: relative;
display: inline-flex;
align-items: center;
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
color: var(--color-black);
transition: var(--transition);
}
.main-menu > li > a::after {
content: "";
position: absolute;
left: 0;
bottom: -7px;
width: 100%;
height: 2px;
background: var(--color-pink);
transform: scaleX(0);
transform-origin: right;
transition: transform var(--transition);
}
.main-menu > li > a:hover::after,
.main-menu > li.current-menu-item > a::after {
transform: scaleX(1);
transform-origin: left;
}
.main-menu .menu-item-has-children {
position: relative;
}
.main-menu .menu-item-has-children > a::before {
content: "";
width: 7px;
height: 7px;
margin-left: 8px;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
transform: rotate(45deg) translateY(-2px);
order: 2;
}
.main-menu .sub-menu {
position: absolute;
top: calc(100% + 20px);
left: 50%;
min-width: 230px;
padding: 18px;
border-radius: 20px;
background: var(--color-white);
box-shadow: 0 18px 55px rgba(0, 0, 0, 0.12);
transform: translateX(-50%) translateY(12px);
opacity: 0;
visibility: hidden;
transition: var(--transition);
}
.main-menu .menu-item-has-children:hover > .sub-menu {
opacity: 1;
visibility: visible;
transform: translateX(-50%) translateY(0);
}
.main-menu .sub-menu li + li {
margin-top: 10px;
}
.main-menu .sub-menu a {
width: 100%;
padding: 8px 10px;
border-radius: 12px;
font-size: 14px;
}
.main-menu .sub-menu a:hover {
background: var(--color-light);
color: var(--color-pink);
}
.site-header__actions {
position: relative;
z-index: 1001;
display: flex;
align-items: center;
gap: 20px;
}
.site-header__lang {
display: flex;
align-items: center;
gap: 6px;
font-size: 14px;
font-weight: 800;
color: var(--color-black);
}
.site-header__lang a {
transition: var(--transition);
}
.site-header__lang a:hover {
color: var(--color-pink);
}
.site-header__lang a + a::before {
content: "/";
margin: 0 7px;
color: var(--color-black);
}
.site-header__burger {
display: none;
position: relative;
width: 42px;
height: 42px;
border-radius: 50%;
background: var(--color-black);
}
.site-header__burger span {
position: absolute;
left: 12px;
width: 18px;
height: 2px;
border-radius: 99px;
background: var(--color-white);
transition: var(--transition);
}
.site-header__burger span:first-child {
top: 16px;
}
.site-header__burger span:last-child {
top: 24px;
}
.site-header.is-open .site-header__burger span:first-child {
top: 21px;
transform: rotate(45deg);
}
.site-header.is-open .site-header__burger span:last-child {
top: 21px;
transform: rotate(-45deg);
}
@media (max-width: 1100px) {
.site-header__nav {
position: fixed;
top:0;
left:0;
width:100vw;
height:100dvh;
padding:140px 32px 40px;
background:#fff;
z-index: 1000;
display: flex;
align-items: center;
justify-content: center;
padding: 120px 32px 48px;
background: var(--color-white);
transform: translateX(100%);
transition: transform 0.45s ease;
}
.site-header.is-open .site-header__nav {
transform: translateX(0);
}
.main-menu {
width: 100%;
flex-direction: column;
align-items: flex-start;
gap: 0;
counter-reset: menu;
}
.main-menu > li {
width: 100%;
counter-increment: menu;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.main-menu > li > a {
width: 100%;
padding: 18px 0;
font-family: var(--font-heading);
font-size: clamp(30px, 8vw, 56px);
line-height: 1;
letter-spacing: -0.06em;
}
.main-menu > li > a::before {
content: counter(menu, decimal-leading-zero);
margin-right: 16px;
font-family: var(--font-body);
font-size: 13px;
letter-spacing: 0;
color: var(--color-pink);
}
.main-menu .menu-item-has-children > a::before {
content: counter(menu, decimal-leading-zero);
width: auto;
height: auto;
border: 0;
transform: none;
order: 0;
}
.main-menu .menu-item-has-children > a::after {
display: none;
}
.main-menu .sub-menu {
position: static;
min-width: 100%;
padding: 0 0 18px 42px;
border-radius: 0;
box-shadow: none;
opacity: 1;
visibility: visible;
transform: none;
display: none;
}
.main-menu .menu-item-has-children.is-submenu-open > .sub-menu {
display: block;
}
.main-menu .sub-menu a {
padding: 8px 0;
font-size: 17px;
font-weight: 600;
}
.site-header__btn {
display: none;
}
.site-header__burger {
display: block;
}
}
@media (max-width: 600px) {
.site-header {
padding: 16px 0;
}
.site-header__inner
{
padding: 0px 20px;
}
.custom-logo-link img {
max-height: 65px;
}
.is-scrolled-logo img {
max-height: 42px;
}
.site-header__actions {
gap: 12px;
}
.site-header__lang {
font-size: 13px;
}
}
@media (max-width:500px)
{
.site-header__inner
{
padding: 0px;
}
} @media (max-width: 1100px) {
.main-menu > li {
opacity: 0;
transform: translateX(-28px);
transition:
opacity .45s ease,
transform .45s ease;
}
.site-header.is-open .main-menu > li {
opacity: 1;
transform: translateX(0);
}
.site-header.is-open .main-menu > li:nth-child(1) {
transition-delay: .12s;
}
.site-header.is-open .main-menu > li:nth-child(2) {
transition-delay: .18s;
}
.site-header.is-open .main-menu > li:nth-child(3) {
transition-delay: .24s;
}
.site-header.is-open .main-menu > li:nth-child(4) {
transition-delay: .30s;
}
.site-header.is-open .main-menu > li:nth-child(5) {
transition-delay: .36s;
}
.site-header.is-open .main-menu > li:nth-child(6) {
transition-delay: .42s;
}
.site-header:not(.is-open) .main-menu > li {
transition-delay: 0s;
}
}
body.menu-open {
overflow: hidden;
} .jx-footer{
background:#000;
color:#fff;
padding:70px 0 26px;
}
.jx-footer-container
{
width: min(100% - 40px, 1420px);
margin-inline: auto;
}
.jx-footer__top{
display:grid;
grid-template-columns:
2fr
1fr
1fr
1fr;
gap:65px;
}
.jx-footer__logo{
display:inline-flex;
margin-bottom:22px;
}
.jx-footer__logo img{
width:auto;
height:58px;
}
.jx-footer__brand p{
max-width:220px;
margin:0;
font-size:14px;
line-height:1.45;
color:#BDBDBD;
}
.jx-footer__column h4{
margin:0 0 22px;
font-family:var(--font-heading);
font-size:16px;
font-weight:700;
letter-spacing:.04em;
color:#fff;
}
.jx-footer__column ul{
margin:0;
padding:0;
}
.jx-footer__column li{
list-style:none;
}
.jx-footer__column li+li{
margin-top:10px;
}
.jx-footer__column a,
.jx-footer__column li{
font-size:14px;
line-height:1.4;
color:#BDBDBD;
transition:.3s;
}
.jx-footer__column a:hover{
color:var(--color-yellow);
}
.jx-footer__bottom{
display:flex;
justify-content:space-between;
align-items:center;
margin-top:55px;
padding-top:18px;
border-top:1px solid rgba(255,255,255,.15);
}
.jx-footer__bottom p{
margin:0;
font-size:12px;
color:#9d9d9d;
}
@media(max-width:1100px){
.jx-footer-container {
width: min(100% - 40px, 1320px);
}
.jx-footer__top{
grid-template-columns:repeat(2,1fr);
}
.jx-footer__brand{
grid-column:1/-1;
}
}
@media(max-width:700px){
.jx-footer{
padding:55px 20px 25px;
}
.jx-footer-container {
width: min(100% - 32px, 1320px);
}
.jx-footer__top{
grid-template-columns:1fr;
gap:38px;
}
.jx-footer__bottom{
flex-direction:column;
align-items:flex-start;
gap:10px;
}
}
@media (max-width: 500px) {
.jx-container {
width: min(100% - 0px, 1320px);
}
}  .has-js [data-reveal] {
opacity: 0;
transform: translate3d(0, 42px, 0);
transition:
opacity 0.8s cubic-bezier(0.2, 0.7, 0.2, 1),
transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
transition-delay: var(--reveal-delay, 0ms);
will-change: opacity, transform;
}
.has-js [data-reveal="left"] {
transform: translate3d(-42px, 0, 0);
}
.has-js [data-reveal="right"] {
transform: translate3d(42px, 0, 0);
}
.has-js [data-reveal="scale"] {
transform: scale(0.96);
}
.has-js [data-reveal].is-revealed {
opacity: 1;
transform: none;
}
.has-js .jx-hero__visual img,
.has-js .about-hero__visual img {
}
@keyframes jx-float {
0%, 100% { transform: translate3d(0, 0, 0) rotate(0.001deg); }
50% { transform: translate3d(0, -10px, 0) rotate(0.001deg); }
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
.has-js [data-reveal] {
opacity: 1;
transform: none;
transition: none;
}
.has-js .jx-hero__visual img,
.has-js .about-hero__visual img {
animation: none;
}
}.site-header__inner {
padding: 0;
} .project-single {
overflow: hidden;
} .project-hero {
padding: 130px 0 70px;
}
.project-hero__container,
.project-content__container,
.project-navigation__container {
width: min(100% - 40px, 1420px);
margin-inline: auto;
}
.project-hero__top {
display: flex;
align-items: center;
gap: 18px;
max-width: 820px;
margin-bottom: 78px;
}
.project-hero__top a {
color: #111;
font-size: 14px;
font-weight: 800;
letter-spacing: 0.38em;
text-transform: uppercase;
text-decoration: none;
}
.project-hero__top a::after {
content: "";
display: inline-block;
width: 7px;
height: 7px;
margin-left: 14px;
border-radius: 50%;
background: var(--color-pink);
vertical-align: middle;
}
.project-hero__top i {
display: block;
flex: 1;
height: 1px;
background: #111;
}
.project-hero__heading {
display: block;
}
.project-hero__category {
display: flex;
align-items: center;
gap: 16px;
margin-bottom: 28px;
font-size: 13px;
font-weight: 800;
letter-spacing: 0.24em;
text-transform: uppercase;
color: #111;
}
.project-hero__category span {
display: block;
width: 18px;
height: 18px;
flex: 0 0 18px;
border-radius: 50%;
background: var(--color-yellow);
}
.project-hero h1 {
max-width: 1200px;
margin: 0;
font-family: var(--font-heading);
font-size: clamp(62px, 9vw, 150px);
line-height: 0.85;
font-weight: 900;
letter-spacing: -0.065em;
overflow-wrap: anywhere;
color: #1f1f1f;
} .project-content {
padding: 10px 0 130px;
}
.project-content__container {
width: min(100% - 40px, 1420px);
margin-inline: auto;
}
.project-entry {
width: 100%;
min-width: 0;
}
.project-entry > *:first-child {
margin-top: 0;
}
.project-entry > *:last-child {
margin-bottom: 0;
}
.project-entry h2,
.project-entry h3,
.project-entry h4 {
font-family: var(--font-heading);
font-weight: 800;
letter-spacing: -0.045em;
color: #111;
}
.project-entry h2 {
margin: 90px 0 30px;
font-size: clamp(42px, 5vw, 72px);
line-height: 0.98;
}
.project-entry h3 {
margin: 70px 0 25px;
font-size: clamp(30px, 4vw, 48px);
line-height: 1;
}
.project-entry h4 {
margin: 50px 0 20px;
font-size: 26px;
line-height: 1.1;
}
.project-entry p,
.project-entry li {
font-size: 18px;
line-height: 1.78;
font-weight: 500;
color: #151515;
}
.project-entry p {
margin: 0 0 30px;
}
.project-entry ul,
.project-entry ol {
margin: 0 0 35px;
padding-left: 25px;
}
.project-entry li + li {
margin-top: 10px;
}
.project-entry a {
color: inherit;
text-decoration-thickness: 1px;
text-underline-offset: 5px;
}
.project-entry blockquote {
position: relative;
margin: 80px 0;
padding: 0 0 0 55px;
border: 0;
}
.project-entry blockquote::before {
content: "";
position: absolute;
left: 0;
top: 7px;
width: 18px;
height: 18px;
border-radius: 50%;
background: var(--color-pink);
}
.project-entry blockquote p {
margin: 0;
font-family: var(--font-heading);
font-size: clamp(30px, 4vw, 50px);
line-height: 1.08;
font-weight: 700;
letter-spacing: -0.035em;
}
.project-entry img {
max-width: 100%;
height: auto;
} .project-entry .wp-block-image {
margin: 70px 0;
}
.project-entry .wp-block-image a {
display: block;
cursor: zoom-in;
}
.project-entry .wp-block-image img {
display: block;
width: 100%;
}
.project-entry figcaption {
margin-top: 12px;
font-size: 12px;
line-height: 1.5;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #666;
} .project-entry .wp-block-gallery {
display: grid !important;
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
gap: 18px !important;
width: 100%;
margin: 0 !important;
}
.project-entry .wp-block-gallery.has-nested-images {
align-items: stretch;
}
.project-entry .wp-block-gallery.has-nested-images figure.wp-block-image {
position: relative;
width: 100% !important;
max-width: none !important;
height: auto;
margin: 0 !important;
flex-grow: 0 !important;
overflow: hidden;
aspect-ratio: 1 / 1;
}
.project-entry .wp-block-gallery figure {
position: relative;
width: 100% !important;
max-width: none !important;
margin: 0 !important;
overflow: hidden;
aspect-ratio: 1 / 1;
}
.project-entry .wp-block-gallery figure:nth-child(n) {
grid-column: auto !important;
grid-row: auto !important;
}
.project-entry .wp-block-gallery a {
position: relative;
display: block;
width: 100%;
height: 100%;
overflow: hidden;
cursor: zoom-in;
}
.project-entry .wp-block-gallery img {
display: block;
width: 100% !important;
height: 100% !important;
min-height: 0 !important;
max-height: none !important;
object-fit: cover;
object-position: center;
transition: transform 0.6s ease;
}
.project-entry .wp-block-gallery a::after {
content: "+";
position: absolute;
right: 14px;
bottom: 14px;
z-index: 2;
display: flex;
align-items: center;
justify-content: center;
width: 46px;
height: 46px;
border-radius: 50%;
background: #fff;
font-family: Arial, sans-serif;
font-size: 24px;
font-weight: 300;
color: #111;
opacity: 0;
transform: translateY(8px);
transition:
opacity 0.3s ease,
transform 0.3s ease;
}
.project-entry .wp-block-gallery a:hover img {
transform: scale(1.04);
}
.project-entry .wp-block-gallery a:hover::after {
opacity: 1;
transform: translateY(0);
}
.project-entry .wp-block-gallery figcaption {
display: none;
} .project-entry .gallery {
display: grid !important;
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
gap: 18px !important;
width: 100%;
margin: 0 !important;
}
.project-entry .gallery-item {
width: 100% !important;
max-width: none !important;
margin: 0 !important;
overflow: hidden;
aspect-ratio: 1 / 1;
}
.project-entry .gallery-icon {
width: 100%;
height: 100%;
}
.project-entry .gallery-icon a {
display: block;
width: 100%;
height: 100%;
cursor: zoom-in;
}
.project-entry .gallery-icon img {
display: block;
width: 100% !important;
height: 100% !important;
border: 0 !important;
object-fit: cover;
object-position: center;
transition: transform 0.6s ease;
}
.project-entry .gallery-icon a:hover img {
transform: scale(1.04);
}
.project-entry .gallery-caption {
display: none;
} .project-navigation {
padding: 70px 0 100px;
border-top: 1px solid rgba(0, 0, 0, 0.24);
}
.project-navigation__container {
display: grid;
grid-template-columns: 1fr auto 1fr;
align-items: center;
gap: 40px;
}
.project-navigation__item {
min-width: 0;
}
.project-navigation__item a {
display: inline-flex;
flex-direction: column;
gap: 10px;
color: #111;
text-decoration: none;
}
.project-navigation__item--next {
text-align: right;
}
.project-navigation__item--next a {
align-items: flex-end;
}
.project-navigation__label {
font-size: 11px;
font-weight: 800;
letter-spacing: 0.18em;
text-transform: uppercase;
}
.project-navigation__item strong {
max-width: 400px;
font-family: var(--font-heading);
font-size: clamp(22px, 3vw, 38px);
line-height: 1;
font-weight: 800;
letter-spacing: -0.04em;
}
.project-navigation__center a {
display: flex;
align-items: center;
justify-content: center;
width: 145px;
height: 145px;
padding: 22px;
border-radius: 50%;
background: #111;
color: #fff;
text-align: center;
text-decoration: none;
font-size: 11px;
line-height: 1.4;
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
transition:
transform 0.35s ease,
background 0.35s ease;
}
.project-navigation__center a:hover {
transform: rotate(-5deg) scale(1.05);
background: var(--color-pink);
} .jx-lightbox {
position: fixed;
inset: 0;
z-index: 99999;
display: flex;
align-items: center;
justify-content: center;
padding: 40px;
visibility: hidden;
opacity: 0;
transition:
opacity 0.3s ease,
visibility 0.3s ease;
}
.jx-lightbox.is-open {
visibility: visible;
opacity: 1;
}
.jx-lightbox__backdrop {
position: absolute;
inset: 0;
background: rgba(10, 10, 10, 0.94);
cursor: zoom-out;
}
.jx-lightbox__dialog {
position: relative;
z-index: 2;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.jx-lightbox__figure {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
max-width: calc(100% - 180px);
max-height: 100%;
margin: 0;
}
.jx-lightbox__image {
display: block;
max-width: 100%;
max-height: calc(100vh - 150px);
object-fit: contain;
transform: scale(0.96);
opacity: 0;
transition:
transform 0.35s ease,
opacity 0.35s ease;
}
.jx-lightbox.is-open .jx-lightbox__image {
transform: scale(1);
opacity: 1;
}
.jx-lightbox__caption {
min-height: 20px;
margin-top: 16px;
color: #fff;
font-size: 12px;
line-height: 1.5;
font-weight: 700;
letter-spacing: 0.1em;
text-align: center;
text-transform: uppercase;
}
.jx-lightbox__close {
position: absolute;
top: 0;
right: 0;
z-index: 4;
width: 58px;
height: 58px;
padding: 0;
border: 0;
border-radius: 50%;
background: #fff;
cursor: pointer;
}
.jx-lightbox__close span {
position: absolute;
left: 17px;
top: 28px;
width: 24px;
height: 1px;
background: #111;
}
.jx-lightbox__close span:first-child {
transform: rotate(45deg);
}
.jx-lightbox__close span:last-child {
transform: rotate(-45deg);
}
.jx-lightbox__navigation {
position: absolute;
top: 50%;
z-index: 4;
display: flex;
align-items: center;
justify-content: center;
width: 62px;
height: 62px;
padding: 0;
border: 1px solid rgba(255, 255, 255, 0.35);
border-radius: 50%;
background: transparent;
color: #fff;
transform: translateY(-50%);
cursor: pointer;
transition:
color 0.25s ease,
background 0.25s ease;
}
.jx-lightbox__navigation:hover {
background: #fff;
color: #111;
}
.jx-lightbox__navigation--previous {
left: 0;
}
.jx-lightbox__navigation--next {
right: 0;
}
.jx-lightbox__navigation span {
font-size: 25px;
line-height: 1;
}
.jx-lightbox__navigation.is-hidden {
display: none;
}
.jx-lightbox__counter {
position: absolute;
left: 0;
bottom: 0;
color: #fff;
font-size: 11px;
font-weight: 800;
letter-spacing: 0.2em;
}
body.jx-lightbox-open {
overflow: hidden;
} @media (max-width: 1100px) {
.project-entry .wp-block-gallery,
.project-entry .gallery {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
} @media (max-width: 760px) {
.project-hero {
padding: 150px 0 55px;
}
.project-hero__container,
.project-content__container,
.project-navigation__container {
width: min(100% - 32px, 1420px);
}
.project-hero__top {
margin-bottom: 50px;
}
.project-hero__top i {
max-width: 80px;
}
.project-hero__category {
margin-bottom: 22px;
font-size: 11px;
}
.project-hero__category span {
width: 15px;
height: 15px;
flex-basis: 15px;
}
.project-hero h1 {
font-size: clamp(52px, 16vw, 92px);
}
.project-content {
padding: 10px 0 90px;
}
.project-entry p,
.project-entry li {
font-size: 15px;
line-height: 1.7;
}
.project-entry h2 {
margin-top: 65px;
}
.project-entry .wp-block-image {
margin: 50px 0;
}
.project-entry .wp-block-gallery,
.project-entry .gallery {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
gap: 10px !important;
}
.project-entry .wp-block-gallery a::after {
right: 10px;
bottom: 10px;
width: 38px;
height: 38px;
font-size: 21px;
opacity: 1;
transform: none;
}
.project-navigation {
padding: 60px 0 80px;
}
.project-navigation__container {
grid-template-columns: 1fr 1fr;
align-items: start;
gap: 50px 20px;
}
.project-navigation__center {
grid-column: 1 / -1;
grid-row: 1;
display: flex;
justify-content: center;
}
.project-navigation__center a {
width: 125px;
height: 125px;
}
.project-navigation__item {
grid-row: 2;
}
.project-navigation__item strong {
font-size: 22px;
}
.jx-lightbox {
padding: 16px;
}
.jx-lightbox__figure {
max-width: 100%;
}
.jx-lightbox__image {
max-height: calc(100vh - 130px);
}
.jx-lightbox__close {
top: 0;
right: 0;
width: 48px;
height: 48px;
}
.jx-lightbox__close span {
left: 14px;
top: 23px;
width: 20px;
}
.jx-lightbox__navigation {
top: auto;
bottom: 0;
width: 48px;
height: 48px;
transform: none;
background: rgba(0, 0, 0, 0.45);
}
.jx-lightbox__navigation--previous {
left: calc(50% - 58px);
}
.jx-lightbox__navigation--next {
right: calc(50% - 58px);
}
.jx-lightbox__counter {
display: none;
}
} @media (max-width: 420px) {
.project-entry .wp-block-gallery,
.project-entry .gallery {
grid-template-columns: 1fr !important;
}
.project-entry .wp-block-gallery figure,
.project-entry .wp-block-gallery.has-nested-images figure.wp-block-image,
.project-entry .gallery-item {
aspect-ratio: 1.15 / 1;
}
.project-navigation__item strong {
font-size: 18px;
}
.project-navigation__label {
font-size: 9px;
line-height: 1.5;
}
}