@font-face {
font-display: swap;
font-family: Work Sans;
font-style: normal;
font-weight: 700;
src: local(""),
url(//anastasjablack.com/wp-content/themes/ab/assets/fonts/work-sans-v18-latin-700.woff2)
format("woff2"),
url(//anastasjablack.com/wp-content/themes/ab/assets/fonts/work-sans-v18-latin-700.woff)
format("woff");
} @font-face {
font-display: swap;
font-family: "ZTTalk";
font-style: normal;
font-weight: 400;
src: local(""),
url(//anastasjablack.com/wp-content/themes/ab/assets/fonts/ZTTalk-Regular.woff2) format("woff2");
} @font-face {
font-display: swap;
font-family: "ZTTalk";
font-style: italic;
font-weight: 400;
src: local(""),
url(//anastasjablack.com/wp-content/themes/ab/assets/fonts/ZTTalk-Italic.woff2) format("woff2");
} @font-face {
font-display: swap;
font-family: "ZTTalk";
font-style: normal;
font-weight: 500;
src: local(""),
url(//anastasjablack.com/wp-content/themes/ab/assets/fonts/ZTTalk-Medium.woff2) format("woff2");
} @font-face {
font-display: swap;
font-family: "ZTTalk";
font-style: italic;
font-weight: 500;
src: local(""),
url(//anastasjablack.com/wp-content/themes/ab/assets/fonts/ZTTalk-MediumItalic.woff2)
format("woff2");
} @font-face {
font-display: swap;
font-family: "ZTTalk";
font-style: normal;
font-weight: 600;
src: local(""),
url(//anastasjablack.com/wp-content/themes/ab/assets/fonts/ZTTalk-SemiBold.woff2)
format("woff2");
} @font-face {
font-display: swap;
font-family: "ZTTalk";
font-style: italic;
font-weight: 600;
src: local(""),
url(//anastasjablack.com/wp-content/themes/ab/assets/fonts/ZTTalk-SemiBoldItalic.woff2)
format("woff2");
} @font-face {
font-display: swap;
font-family: "ZTTalk";
font-style: normal;
font-weight: 700;
src: local(""),
url(//anastasjablack.com/wp-content/themes/ab/assets/fonts/ZTTalk-Bold.woff2) format("woff2");
} @font-face {
font-display: swap;
font-family: "ZTTalk";
font-style: italic;
font-weight: 700;
src: local(""),
url(//anastasjablack.com/wp-content/themes/ab/assets/fonts/ZTTalk-BoldItalic.woff2)
format("woff2");
}
:root {
--header-height: 10em;
--accent: #0000ff;
--white: #fff;
--black: #000;
--gray: #5e5e5e;
--text-size-primary: 18px;
--font-weight-normal: 400;
--font-weight-bold: 700;
--line-height-text: 1.5;
--line-height-heading: 0.85;
--z-index-header: 10003;
--z-index-mobile-nav: 10002;
}
@media (max-width: 1020px) {
:root {
--header-height: 70px;
}
}
@media (max-width: 1600px) {
:root {
--text-size-primary: 16px;
}
}
@media (max-width: 1300px) {
:root {
--text-size-primary: 14px;
}
}
*,
:after,
:before {
-webkit-text-size-adjust: inherit;
text-size-adjust: inherit;
box-sizing: inherit;
margin: 0;
padding: 0;
}
html {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
background: var(--black);
box-sizing: border-box;
color: var(--white);
font-family: "ZTTalk", sans-serif;
font-size: var(--text-size-primary);
font-weight: var(--font-weight-normal);
line-height: var(--line-height-text);
overflow-x: hidden;
text-rendering: optimizeLegibility;
}
body,
html {
-webkit-tap-highlight-color: transparent;
width: 100%;
}
a,
button {
touch-action: manipulation;
}
button {
background-color: initial;
border: 0;
font-family: inherit;
font-size: 100%;
}
a,
button {
color: inherit;
}
a {
text-decoration: none;
vertical-align: initial;
}
strong {
font-weight: 700;
}
a,
button {
cursor: pointer;
}
img,
svg,
video {
max-height: 100%;
max-width: 100%;
}
img,
video {
height: auto;
}
img,
svg {
vertical-align: middle;
}
ol,
ul {
list-style: none;
}
:where(svg:not([fill])) {
fill: currentColor;
}
#main {
display: block;
position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: var(--font-weight-bold);
letter-spacing: -0.02em;
line-height: var(--line-height-heading);
text-transform: uppercase;
}
.h1,
h1 {
font-size: 4.0625rem;
font-weight: 600;
letter-spacing: 0.12em;
}
.uppercase {
text-transform: uppercase;
}
.bold {
font-weight: 700;
}
.site-header {
align-items: center;
background-color: #0000;
color: #fff;
display: flex;
height: var(--header-height);
padding: 0 3rem;
position: relative;
width: 100%;
z-index: var(--z-index-header);
}
.home-footer-container,
.home-header-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 1rem 2.2rem;
z-index: 99999;
}
.home-header-container.relative-container {
position: relative;
margin-bottom: 1.125rem;
}
.home-footer-container nav,
.home-header-container nav {
display: flex;
justify-content: space-between;
align-items: center;
}
.home-header-container nav li {
display: flex;
}
.home-header-container a {
font-size: 1.25rem;
font-weight: 500;
letter-spacing: -0.02em;
}
.home-footer-container {
bottom: 0;
top: auto;
}
.home-footer-item-wrapper {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 8rem;
font-size: 1.25rem;
font-weight: 500;
letter-spacing: -0.02em;
}
.home-footer-container nav:last-child .home-footer-item-wrapper {
justify-content: flex-end;
}
.header-container {
display: flex;
justify-content: space-between;
align-items: center;
gap: 1.5rem;
padding: 1.125rem 0;
width: 100%;
}
.header-container a {
display: flex;
}
.header-container div:first-child svg {
height: 6rem;
}
.header-title-wrapper {
position: relative;
display: flex;
height: inherit;
align-self: stretch;
flex: 1;
}
@media (max-width: 600px) {
.header-title-wrapper {
display: none !important;
}
}
.header-title-wrapper svg {
position: absolute;
top: 0.5rem;
height: 11rem;
max-height: none;
max-width: 75%;
right: 0;
}
@media (max-width: 1020px) {
.site-header {
padding: 0 1.5rem;
}
}
.site-header nav {
align-items: center;
display: flex;
width: 100%;
}
.site-header nav > div {
flex: 1;
width: min-content;
}
@media (max-width: 1020px) {
.site-header nav > div {
max-width: 75%;
}
}
.site-header nav > div:nth-of-type(2) {
display: flex;
flex-grow: 2;
justify-content: center;
margin: 0 auto;
}
@media (max-width: 1020px) {
.site-header nav > div:nth-of-type(2) {
justify-content: flex-start;
margin: 0;
}
}
.site-header nav > div:nth-of-type(3) {
display: flex;
justify-content: flex-end;
}
.burger {
display: none;
height: 25px;
margin-left: auto;
position: relative;
width: 23px;
}
@media (max-width: 1020px) {
.burger {
display: block;
}
}
.burger span {
background-color: #fff;
border-radius: 50px;
height: 2px;
left: 0;
position: absolute;
top: calc(50% - 1px);
transform-origin: 50% 50%;
transition: transform 0.25s ease;
width: 23px;
}
.burger span:first-of-type {
transform: translateY(-7px);
}
.burger span:nth-of-type(3) {
transform: translateY(7px);
}
.burger--opened span:first-of-type {
transform: translate(0) rotate(45deg);
}
.burger--opened span:nth-of-type(2) {
transform: scaleX(0);
}
.burger--opened span:nth-of-type(3) {
transform: translate(0) rotate(135deg);
}
@media (max-width: 1020px) {
.mob-hide {
display: none !important;
}
}
.mobile-nav {
background-color: var(--black);
display: none;
height: 100%;
left: 0;
padding-top: var(--header-height);
position: fixed;
top: 0;
width: 100%;
z-index: var(--z-index-mobile-nav);
}
@media (max-width: 1020px) {
.mobile-nav--visible {
display: block;
opacity: 0;
}
}
.mobile-nav__outer {
height: 100%;
overflow-y: auto;
padding: 3rem 1.5rem;
width: 100%;
}
.mobile-nav nav {
display: flex;
flex-direction: column;
font-size: clamp(50px, 19.5vw, 100px);
font-weight: var(--font-weight-bold);
min-height: 100%;
width: 100%;
}
.mobile-nav nav div {
-webkit-text-fill-color: #0000;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
}
.featured-work-wrapper {
position: relative;
display: flex;
align-items: center;
width: 100%;
gap: 1.5rem;
padding: 0 2.2rem;
}
.featured-work-wrapper svg {
height: 6rem;
}
.featured-work {
align-items: center;
display: flex;
flex-direction: row;
justify-content: space-between;
min-height: 100vh;
text-align: center;
width: 100%;
flex: 1;
}
@media screen and (max-width: 750px) {
.featured-work {
flex-direction: column;
justify-content: center;
}
.featured-work-wrapper div:first-child,
.featured-work-wrapper svg {
display: none;
}
}
@supports (min-height: 100dvh) {
.featured-work {
min-height: 100dvh;
}
}
.featured-work a {
display: block;
padding: 1rem;
}
.featured-work a h2 {
font-size: 1.25rem;
font-weight: 500;
}
.featured-work__item:first-of-type video {
opacity: 1;
}
.featured-work__video {
z-index: -1;
}
.featured-work__video,
.featured-work__video:after {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.featured-work__video:after {
background-color: #0000000a;
content: "";
}
.featured-work__video video {
height: 100%;
object-fit: cover;
object-position: center center;
display: flex;
opacity: 0;
transition: opacity 0.1s ease;
width: 100%;
}
.featured-work__video video::-webkit-media-controls-start-playback-button {
-webkit-appearance: none;
display: none !important;
}
.work {
display: flex;
flex-direction: column;
padding: 0 1rem;
min-height: 100vh;
width: 100%;
margin-bottom: 5rem;
}
@supports (min-height: 100dvh) {
.work {
min-height: calc(100dvh - var(--header-height) - 3.33333rem);
}
}
.work h2 {
margin: 1.94rem 0 2.2rem;
}
.work-slide {
background-color: #111;
position: relative;
width: 100%;
}
.work-slide video,
.work-slide img {
height: 100%;
left: 0;
object-fit: cover;
object-position: center center;
position: absolute;
top: 0;
-webkit-user-select: none;
user-select: none;
width: 100%;
}
.work-slide img:not([src]),
.work-slide img[src=""] {
display: none;
}
.work-slide:after {
content: "";
display: block;
padding-top: 56.25%;
width: 100%;
}
.stills {
display: flex;
flex-direction: column;
min-height: 100vh;
padding: 0 1rem;
width: 100%;
align-items: center;
}
.masonry-wrapper {
display: flex;
justify-content: center;
overflow: visible;
width: 100%;
position: relative;
}
.masonry-container {
margin-bottom: 9.5rem;
}
.still-item-wrapper {
display: flex;
gap: 1.5rem;
}
.still-item-wrapper.column {
flex-direction: column;
}
.still-item-container {
display: flex;
gap: 1.5rem;
}
.still-item-container.column {
flex-direction: column;
flex: 1;
} .still-item {
display: flex;
width: 100%;
overflow: hidden;
}
.still-item-container.column still-item img {
height: auto !important;
}
.still-item img {
display: block;
width: 100%;
object-fit: contain;
max-width: 510px;
}  .still-item img.x-0 {
margin-left: 0;
} .still-item img.x-1 {
margin-left: auto;
margin-right: auto;
} .still-item img.x-2 {
margin-left: auto;
} .still-item img.y-0 {
margin-top: 0;
} .still-item img.y-1 {
margin-top: auto;
margin-bottom: auto;
} .still-item img.y-2 {
margin-top: auto;
} @media (max-width: 1020px) {
.stills {
min-height: auto;
}
}
@media screen and (max-width: 750px) {
.still-item-wrapper {
flex-direction: column;
min-width: 100%;
}
.still-item-container {
flex-direction: column;
min-width: 100%;
}
.still-item {
min-width: 100%;
}
}
.info {
display: flex;
flex-direction: column;
align-items: center;
min-height: 100vh;
padding: 1.125rem 2rem;
width: 100%;
margin-bottom: 10rem;
text-transform: uppercase;
}
@media (min-width: 600px) {
.info {
gap: 20rem;
margin-bottom: 5rem;
justify-content: space-between;
}
}
@media (min-width: 1020px) {
.info {
gap: 25rem;
}
}
.info p {
font-size: 1.25rem;
letter-spacing: -0.02em;
margin: 1.67em 0 0;
}
.info h1 {
margin-bottom: 3.33rem;
}
.info h2 {
margin: 1.94rem 0 2.22rem;
}
.social_link {
display: flex;
align-items: center;
column-gap: 12px;
}
.info .grid {
display: grid;
width: 100%;
gap: 3.33rem;
grid-template-columns: 1fr;
font-size: 22px;
letter-spacing: -0.03em;
line-height: 1.5rem;
font-weight: 600;
}
@media (min-width: 1020px) {
.info .grid {
gap: 11.25rem;
grid-template-columns: 1.5fr 1fr;
}
.info p:first-child {
margin: 0;
}
}
.work-post {
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 2rem;
min-height: 100vh;
padding: 0 1.5rem;
width: 100%;
margin-bottom: 10rem;
}
@media (min-width: 600px) {
.work-post {
padding: 0 2.2rem;
margin-bottom: 0rem;
}
}
.work-post-title {
font-family: "Work Sans", "ZTTalk", sans-serif;
font-weight: 700;
font-size: 3rem;
letter-spacing: -0.03em;
line-height: 1.1;
}
@media (min-width: 900px) {
.work-post-title {
font-size: 4rem;
}
}
.work-post-subtitle {
font-size: 1.25rem;
font-weight: 500;
letter-spacing: -0.02em;
margin-top: 2rem;
}
.work-post-grid {
display: grid;
gap: 0rem;
grid-template-columns: 1fr;
}
@media (min-width: 900px) {
.work-post-grid {
grid-template-columns: 2fr 1.5fr;
gap: 5rem;
}
}
.work-post-content-wrapper {
display: flex;
flex-direction: column;
}
.work-post p {
max-width: 35rem;
}
.work-post a.hovers,
.work-post p + p,
.work-post p:first-of-type {
margin-top: 1.5rem;
}
@media (min-width: 600) {
.work-post a.hovers,
.work-post p + p,
.work-post p:first-of-type {
margin-top: 2rem;
}
}
.work-post a.hovers {
display: block;
}
.work-post__poster {
align-self: start;
background-color: #111;
position: relative;
width: 100%;
z-index: 10000;
}
.work-post__poster:after {
content: "";
display: block;
padding-top: 56.25%;
width: 100%;
}
.work-post__poster iframe {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.work-post__line {
background-color: var(--gray);
flex: 0 0 6.8333333333rem;
margin-top: 3rem;
width: 1px;
}
.mob-show {
display: none;
}
@media (max-width: 1020px) {
.mob-show {
display: block;
}
}
.mob-show.work-post__poster {
margin: 3.57rem 0 2.14rem;
}
.work-post__vid {
background-color: #000;
display: none;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 10;
}
.work-post__vid video {
height: 100%;
object-fit: contain;
width: 100%;
}
.close-vid {
align-items: center;
display: flex;
font-size: 1.5rem;
justify-content: center;
position: absolute;
right: 1rem;
top: 1rem;
z-index: 2;
}
.inner {
margin: 4rem auto;
max-width: 1600px;
width: 90%;
}
@media (max-width: 1600px) {
.inner {
padding-left: 20px;
padding-right: 20px;
width: 100%;
}
}
.noise {
animation: bg-animation 0.2s infinite;
background: #0000 url(//anastasjablack.com/wp-content/themes/ab/assets/css/noise-transparent.png)
repeat 0 0;
background-repeat: repeat;
bottom: -50%;
height: 200vh;
left: -50%;
opacity: 0.9;
pointer-events: none;
position: fixed;
right: -50%;
top: -50%;
-webkit-user-select: none;
user-select: none;
width: 200%;
z-index: 9999;
}
.responsive-grid {
display: grid;
gap: 10px 0px;
grid-template-columns: repeat(1, 1fr);
align-items: start;
}
@media (min-width: 600px) {
.responsive-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 900px) {
.responsive-grid {
grid-template-columns: repeat(3, 1fr);
}
}
.responsive-grid-item-details {
display: flex;
flex-direction: column;
gap: 6px;
margin-top: 0.625rem;
}
.responsive-grid-item-details h2 {
font-weight: 700;
margin: 0rem;
font-size: 1.5rem;
letter-spacing: -0.08em;
}
.responsive-grid-item-details span {
font-weight: 400;
font-size: 1.125rem;
line-height: 1;
letter-spacing: 0em;
}
@keyframes bg-animation {
0% {
transform: translate(0);
}
10% {
transform: translate(-5%, -5%);
}
20% {
transform: translate(-10%, 5%);
}
30% {
transform: translate(5%, -10%);
}
40% {
transform: translate(-5%, 15%);
}
50% {
transform: translate(-10%, 5%);
}
60% {
transform: translate(15%);
}
70% {
transform: translateY(10%);
}
80% {
transform: translate(-15%);
}
90% {
transform: translate(10%, 5%);
}
to {
transform: translate(5%);
}
}
.hovers {
transition-duration: 0.3s;
transition-property: none;
transition-timing-function: ease;
}
.hovers--accent-color {
transition-property: color;
}
.hovers--accent-color:hover {
color: var(--accent);
}