

#top-line, #middle-line, #bottom-line {
transform-origin: center;

}



body {
font-family: 'Blender Pro';
font-size: 1rem;
}

nav {
font-family: 'Blender Pro';
position: sticky;
user-select: none;

display: flow-root;


left: 0px;
top: 0px;
margin-top: 2rem;
width: 100%;

z-index: 1;

transition:
margin 500ms var(--power3-inout),
background-color 100ms linear,
color 100ms linear;


font-weight: 500;
font-size: 0.8rem;
text-transform: uppercase;

pointer-events: none;
}

#menu-btn {
display: none;
width: 3.5rem;
height: 3.5rem;
padding: 0.5rem;
}

#menu-btn > svg {
/* transform: scale(200%); */
width: 100%;
height: 100%;
}

nav > header, nav > .inline-nav {
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
background-color: rgb(var(--background-color), 0.5);
}

nav > header {
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
background-color: rgb(var(--background-color), 0.5);

}

.inline-nav {
/* position: absolute; */
/* right: 0; */
float: right;
border-radius: 8px;
margin-right: var(--h-margin);
pointer-events: all;

/* transition: 0.1s; */
transition: all 0.3s;
}


.inline-nav > a {
white-space: nowrap;
padding-left: 1.0rem;
padding-right: 1.0rem;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
/* width: 5.5rem; */

display: inline-flex;
align-items: center;

transition: 0.3s;


border: 1px solid rgb(var(--text-color));
pointer-events: all;
}

.inline-nav > a:nth-child(2) {
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
}

.inline-nav > a:last-child {
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
border-left: none;
}

.inline-nav > a:nth-child(3) {
border-left: none;
}

.inline-nav > a:nth-child(4) {
border-left: none;
}

/* Swipe from right effect */
/* .inline-nav > a.changing {
border-right: 4rem solid rgb(var(--text-color));
} */

nav > header {
/* TODO: Adjust */
/* position: absolute;  */

margin: 0;
float: left;

display: flex;
align-items: center;
margin-left: calc(var(--h-margin));
border-radius: 8px;
pointer-events: all;

transition: opacity 0.3s;
z-index: 10;

/* TODO: Revisit, breaks with sticky scroll */
/* transform: translateY(-25%); */
}

nav > header.index {
opacity: 0;
}


nav a {
text-decoration: none;
pointer-events: all;
border: none !important;
}

a {
color: unset;
cursor: pointer;
}


nav a:visited {
color: unset;
}

a:visited {
}


.indicator {
border: 3px solid transparent;
border-radius: 20%;
display: inline-block;
margin-bottom: 0.00rem;

width: 0.6rem;
height: 0.5rem;
transform: scale(0);

justify-self: flex-end;


transition-timing-function: var(--power2-inout);
transition-duration: 0.3s;

transition: 0.3s;

box-sizing: border-box;
margin-left: 0.35rem;
}

.inline-nav > a:hover .indicator {
border-color: rgb(var(--text-color));
width: 0.6rem;
height: 0.5rem;

transform: scale(1.0);
}

.inline-nav > a:active .indicator {
transform: scale(0.8) !important;
}


.inline-nav > a:active.active .indicator {
transform: scale(0.8);
}

.inline-nav > a:active.changing .indicator {
transform: scale(0.8);
}


.inline-nav > a .indicator:after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
right: 0;
width: 0.60rem;
height: 0.50rem;
border-radius: 20%;
background-color: rgb(var(--text-color));
opacity: 0;
transition: 0.3s;
z-index: -100;

}

.inline-nav > a.interact .indicator:after {
animation: sploosh 0.3s ease-out forwards;
width: 4rem;
height: 4rem;
}

@keyframes sploosh {
20% {
opacity: 0.2;
}
100% {
opacity: 0;
}
}

.inline-nav > a:hover.active .indicator {
transform: scale(1.1);
}


.inline-nav > a.changing, .inline-nav > a.active, .inline-nav > a:hover {

}

.inline-nav > a.changing .indicator {
width: 0.6rem;
height: 0.5rem;
margin-left: 0.35rem;
transform: scale(1);

animation: indicator-animation 0.8s infinite;
}

.inline-nav > a.active .indicator {
width: 0.6rem;
height: 0.5rem;
margin-left: 0.35rem;
transform: scale(1);


background-color: rgb(var(--text-color));
}


@keyframes indicator-animation {
0% {
background-color: transparent;
}
50% {
background-color: rgb(var(--text-color));
}
100% {
background-color: transparent;
}
}


@keyframes indicator-animation-dark {
0% {
background-color: transparent;
}
50% {
background-color: rgb(var(--text-color));
}
100% {
background-color: transparent;
}
}



.logo {
transition: 0.3s;
font-family: 'Ofform';
font-size: 1.115rem;
font-weight: 500;
display: inline-block;
padding: 0.65rem;
margin-top: -0.2rem;
}

header.index .logo {
padding: 2px;
scale:  0.2;
width: 2px;
margin: 2px;
will-change: transform, opacity, -webkit-backdrop-filter;
pointer-events: none;
}

header.index {

}

.light {
z-index: 10;
cursor: pointer;
text-align: center;
display: block;
}

.selection > a {
cursor: pointer;
}

.content {
font-size: 0.8rem;
}

article {
font-weight: 300;
}

#main-container {
width: 100vw;
height: 100vh;
position: fixed;
-webkit-tap-highlight-color: rgb(100, 100, 100);
background-color: rgb(0, 0, 0, 0.0);
pointer-events: none;
}

canvas {
touch-action: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
transition: all 0.5s cubic-bezier(.3,.86,.07,1);
background-color: rgb(0, 0, 0, 0.0);

position: fixed;
}

@media (max-width: 750px) {

#menu-btn {
display: unset;
/* align-self: flex-start; */
}

.logo {
margin-top: 0;
}

.menu {
display: inline-block;
font-size: 1.2rem;
padding: 0.2rem 0.4rem;
border: 1px solid rgb(var(--text-color));
border-radius: 8px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom-width: 0px;
margin-bottom: -2px;
box-sizing: content-box;
}

.inline-nav.active {
transform: translate3D(0, 0, 0); !important;
width: 9rem;
}


.inline-nav {
display: flex;
flex-direction: column;
/* align-items: flex-end; */
justify-content: center;
/* margin-right: 0; */
font-size: 1.2rem;

/* transform: translateX(80%); */
width: 3.5rem;

transform: translate3D(0%, calc(100% - 3.5rem), 0);

margin-right: 0;

border-radius: 0;
border-top-left-radius: 8px;


transition:
all 600ms var(--power3-inout);

}

nav {
position: fixed;
bottom: 0;

top: unset;
}

nav > header {
position: absolute;
bottom: 0;
top: unset;
margin-left: 0.0rem;
transform: translateY(0);
}

.inline-nav > a {
width: 100%;
border: 1px solid rgb(var(--text-color));
justify-content: space-between;

}


.inline-nav > a:hover .indicator {
height: 0.5rem;
width: 0.6rem;
}

.inline-nav > a.active .indicator {
height: 0.5rem;
width: 0.6rem;
}


.inline-nav > a.changing .indicator {
height: 0.5rem;
width: 0.6rem;
}

.inline-nav > a:first-child {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-bottom-left-radius: 0px;
border-top-left-radius: 8px;
}

.inline-nav > a:nth-child(2) {
border-bottom: none;
border-top: none;
border-left: 1px solid rgb(var(--text-color));
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
}

.inline-nav > a:nth-child(3) {
border-bottom: none;
border-top: none;
border-left: 1px solid rgb(var(--text-color));
}

.inline-nav > a:nth-child(4) {
border-bottom: none;
border-top: none;
border-left: 1px solid rgb(var(--text-color));
}


.inline-nav > a:last-child {
border-bottom-right-radius: 8px;
border-top: none;
border-left: 1px solid rgb(var(--text-color));
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom: none;
}
}



@font-face {
font-family: 'Chakra Petch';
src: url('/assets/fonts/Chakra_Petch/ChakraPetch-Regular.ttf');
font-weight: 400;
}
@font-face {
font-family: 'Chakra Petch';
src: url('/assets/fonts/Chakra_Petch/ChakraPetch-SemiBold.ttf');
font-weight: 600;
}
@font-face {
font-family: 'Chakra Petch';
src: url('/assets/fonts/Chakra_Petch/ChakraPetch-Bold.ttf');
font-weight: 800;
}
@font-face {
font-family: 'Ofform';
src: url('/assets/fonts/ofform/Ofform-Regular.otf');
font-weight: 400;
}
@font-face {
font-family: 'Blender Pro';
src: url('/assets/fonts/BlenderPro/BlenderPro-Book.ttf');
font-weight: 400;
}
@font-face {
font-family: 'Blender Pro';
src: url('/assets/fonts/BlenderPro/BlenderPro-Medium.ttf');
font-weight: 500;
}
@font-face {
font-family: 'Blender Pro';
src: url('/assets/fonts/BlenderPro/BlenderPro-Bold.ttf');
font-weight: 700;
}
@font-face {
font-family: 'Fono';
src: url('/assets/fonts/fono/AeonikFonoTRIAL-Light.otf');
font-weight: 300;
}
@font-face {
font-family: 'Fono';
src: url('/assets/fonts/fono/AeonikFonoTRIAL-Regular.otf');
font-weight: 600;
}

[data-theme='light'] {
--header-text-color: 33, 33, 33;
--text-color: 21, 21, 21;
--background-color: 263, 263, 263;
--gray-color: 201, 201, 201;
--color-scheme: light;
}
[data-theme='dark'] {
--header-text-color: 254, 254, 254;
--text-color: 254, 254, 254;
--background-color: 22, 22, 22;
--gray-color: 15, 15, 15;
--color-scheme: dark;
}


a[href^="http"]::after {
display: inline-block;
font-family: 'Fono';
text-decoration: none;
content: '↗';
margin-left: 0.25rem;
}

a:visited {
text-decoration-style: dotted;
}

:root {
/* --size: calc(30px); */

/* Try this: */
--size:calc(calc(1vw * 3.0) + 10px);
--v-margin: 1rem;
--h-margin: 0.5rem;
color-scheme: var(--color-scheme);

--power1-in: cubic-bezier(0.550, 0.085, 0.680, 0.530);
--power1-out: cubic-bezier(0.250, 0.460, 0.450, 0.940);
--power1-inout: cubic-bezier(0.455, 0.030, 0.515, 0.955);
--power2-in: cubic-bezier(0.550, 0.055, 0.675, 0.190);
--power2-out: cubic-bezier(0.215, 0.610, 0.355, 1.000);
--power2-inout: cubic-bezier(0.645, 0.045, 0.355, 1.000);
--power3-in: cubic-bezier(0.895, 0.030, 0.685, 0.220);
--power3-out: cubic-bezier(0.165, 0.840, 0.440, 1.000);
--power3-inout: cubic-bezier(0.770, 0.000, 0.175, 1.000);
--power4-in: cubic-bezier(0.755, 0.050, 0.855, 0.060);
--power4-out: cubic-bezier(0.230, 1.000, 0.320, 1.000);
--power4-inout: cubic-bezier(0.860, 0.000, 0.070, 1.000);
--circ-in: cubic-bezier(0.600, 0.040, 0.980, 0.335);
--circ-out: cubic-bezier(0.075, 0.820, 0.165, 1.000);
--circ-inout: cubic-bezier(0.785, 0.135, 0.150, 0.860);
--expo-in: cubic-bezier(0.950, 0.050, 0.795, 0.035);
--expo-out: cubic-bezier(0.190, 1.000, 0.220, 1.000);
--expo-inout: cubic-bezier(1.000, 0.000, 0.000, 1.000);
--sine-in: cubic-bezier(0.470, 0.000, 0.745, 0.715);
--sine-out: cubic-bezier(0.390, 0.575, 0.565, 1.000);
--sine-inout: cubic-bezier(0.445, 0.050, 0.550, 0.950);

}

.debug::after {
display: none;
/* background-color: transparent; */
position: fixed;
top: 10pt;
right: 10pt;
padding: 10px;
z-index: 9999;
color: black;
pointer-events: none;
}

.debug::after {
content: 'bp1';

}

h2 {
margin-top: 1.0rem;
}

@media (min-width: 750px) {
:root {
/* Try commenting this out: */
--size: calc(calc(1vw * 1.5) + 10px);
--v-margin: 1rem;
--h-margin: 3rem;
}

.debug::after {
content: 'bp2';
}
}

@media (min-width: 1000px) {
:root {
}

.debug::after {
content: 'bp2.5';
}
}


@media (min-width: 1350px) {
:root {
--size: calc(30px);
--v-margin: 1rem;
--h-margin: 2rem;
}

.debug::after {
content: 'bp3';
}
}

* {
/* text-shadow: 0.0vw 0.0vw 1vw rgb(var(--text-color), 0.25); */
}

html {
font-size: var(--size);
font-synthesis: style;

color: rgb(var(--text-color), 1);
background-color: rgb(var(--background-color), 1);
width: 100%;


-webkit-text-size-adjust: none;
-webkit-font-smoothing: antialiased;

-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;


overflow-y: scroll;
overflow-x: hidden;
}

iframe {
display: none;
}

body {
margin: 0;
color: rgb(var(--text-color), 1);
/*background-color: rgb(var(--background-color), 1);*/
background-color: transparent;
}

article {
margin: 1rem var(--h-margin);
}

@media (max-width: 750px) {
article {
margin: var(--h-margin) var(--h-margin);
margin-bottom: 4rem;
}
}

h1, h2, h3 {
margin-block-end: 0;
margin-block-start: 0;
margin-top: 2rem;
margin-bottom: 0.75rem;
}

h2 {
margin-top: 1.0rem;
}

h4, h5, h6 {
margin-block-start: 0;
margin-block-end: 0;
margin-top: 2rem;
margin-bottom: 0.1rem;
}

p, ol, ul {
margin-block-start: 0;
}

.full-page-content {
width: min(100%, 900px);
margin: 0 auto;
margin-bottom: 4rem;
}

*, *::before, *::after {
box-sizing: border-box;
}
[data-style-scope='index'] /* background video */
.video-wrapper{
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
overflow: hidden;
z-index: -1;
}[data-style-scope='index'] .init-hide-tweet{
opacity: 0;
}[data-style-scope='index'] video{
position: absolute;
top: -20vh; /* crop top */
left: 50%;
transform: translateX(-50%);
min-width: 100vw;
min-height: calc(100vh + 20vh); /* fill + top crop */
}[data-style-scope='index'] .full-page-content{
/* width: min(100%, 1400px) */
width: unset;
/* max-width: 1050px; */
}[data-style-scope='index'] .non-breaking{
white-space: nowrap;
}[data-style-scope='index'] .numbered{
position: relative;

height: 0;
width: 0;
letter-spacing: 0.1 !important;
}[data-style-scope='index'] .numbered::after{
position: absolute;

left: -5vw;

font-family: 'Fono';
font-size: 1.1vw;
font-weight: 900;
}[data-style-scope='index'] .numbered.num-1::after{
content: '01';
font-size: 0.6rem;
}[data-style-scope='index'] .numbered.num-2::after{
top: 0.0rem;
font-size: 0.6rem;
content: '02';
}[data-style-scope='index'] .registered{
font-size: 1.5rem;
font-family: Fono;
vertical-align: top;
position: relative;
top: 20px;
font-weight: 900;
}[data-style-scope='index'] article{
margin-top: 3rem; /* TODO: Adjust */
/*margin-left: 12vw; */
/* margin-right: 12vw; */
/*margin-bottom: 90vh;*/
}[data-style-scope='index'] h1{
font-family: 'Ofform';
font-weight: 400;

text-align: left;
font-size: 12.9vw;
margin-bottom: 0;
margin-top: 3rem;
/* margin-left: -7vw; */

color: rgb(var(--header-text-color));
/* -webkit-text-stroke: .1vw red; */

}[data-style-scope='index'] h1 > .title{
display: block;
line-height: 0.8;
font-size: 12vw;
}[data-style-scope='index'] h1 > .title::after{
display: block;
content: 'xyz';

text-align: left;
letter-spacing: 1.5vw;


color: rgb(var(--text-color), 0.5);
z-index: -10;
text-shadow: 0.0vw 0.0vw 20px rgb(var(--text-color), 0.20);

;



;


;

}[data-style-scope='index'] h1 > .title::after, [data-style-scope='index'] h1 > .title{

}[data-style-scope='index'] h2{
text-transform: uppercase;
}[data-style-scope='index'] article{
margin-top: 2vh; /* TODO: Adjust */
}[data-style-scope='index'] .contain{

/* margin: 15vw; */

margin-top: 6vh;

display: grid;
grid-row-gap: 8vh;
grid-column-gap: 8vw;
/* grid-column-gap: 8vw; */



/* justify-content: normal; */
justify-content: space-between;
align-content: center;


column-gap: 8vw;
/* display: inline-block; */
grid-template-areas: 'a c'
'd b';
}[data-style-scope='index'] .text.name{
grid-area: a;
}[data-style-scope='index'] .text.occupation{
grid-area: c;
}[data-style-scope='index'] .text.summary{
grid-area: b;
}[data-style-scope='index'] .text.group{
grid-area: d;

display: flex;
gap: 3vw;
flex-direction: row;
align-items: center;
margin-top: 2vw;

width: 100%;
align-self: center;
}[data-style-scope='index'] .text{
font-family: 'Chakra Petch';
}[data-style-scope='index'] .text .desc{
font-family: 'Fono';
font-weight: 900;
font-size: 0.6rem;
/* text-transform: uppercase; */
margin-left: 0.15vw;
}[data-style-scope='index'] .text .cont{
text-transform: uppercase;
font-weight: 300;
font-size: 1.5rem;
max-width: 30vw;
line-height: 0.85;

}[data-style-scope='index'] .text .para{
font-family: 'Chakra Petch';
font-weight: 200;
font-size: 1.0rem;
width: 15.3rem;
margin-top: 0.75vw;
}[data-style-scope='index'] .text.group .text .cont{
font-weight: 200;
font-size: 1.3rem;
}[data-style-scope='index'] .text.group .text .desc{
font-size: 0.55rem;
margin-left: 0.05rem;
}[data-style-scope='index'] .wip > span{
visibility: hidden;
}[data-style-scope='index'] h1{
font-size: 10vw;
}[data-style-scope='index'] svg{
margin-bottom: 1rem;
}[data-style-scope='index'] #rolling-descriptions{
margin-bottom: 2rem;
}@media (max-width: 750px){[data-style-scope='index'] svg{
height: 2.5rem;
width: auto;
}[data-style-scope='index'] .contain{
display: grid;
grid-gap: 4vw;
grid-column-gap: 2vw;
/* display: inline-block; */
grid-template-areas:'a'
'b'
'c'
'd';

margin: auto 0;

margin-top: 3vh;
}[data-style-scope='index'] .numbered{
vertical-align: top;
}[data-style-scope='index'] .numbered::after{
left: 0;
top: -4px;
font-size: 4vw;
}[data-style-scope='index'] .numbered.num-1::after{
top: -8.5vw;
}[data-style-scope='index'] .numbered.num-2::after{
top: -1.5rem; /* TODO: Adjust */
}[data-style-scope='index'] h1{
font-size: 15.5vw;
margin-top: 2rem;
}[data-style-scope='index'] h1 > .title, [data-style-scope='index'] h1 > span::after{
font-size: 15.5vw;
letter-spacing: unset;
}[data-style-scope='index'] article{
margin-left: 3.5vw;
margin-right: 3.5vw;
margin-top: 11vw;
}[data-style-scope='index'] .numbered{
left: 0;
font-size: 1rem;
}[data-style-scope='index'] .text{
margin-top: 2.5vh;
}[data-style-scope='index'] .text .desc{
font-family: 'Fono';
font-weight: 900;
font-size: 0.7rem;
/* text-transform: uppercase; */
}[data-style-scope='index'] .text .cont{
font-weight: 200;
font-size: 1.6rem;
max-width: 30vw;
line-height: 0.9;
}[data-style-scope='index'] .text .para{
font-weight: 200;
font-size: 1.0rem;
width: 90vw;
margin-top: 2vh;
}[data-style-scope='index'] .text.name{
grid-area: a;
}[data-style-scope='index'] .text.occupation{
grid-area: b;
}[data-style-scope='index'] .text.summary{
grid-area: c;
}[data-style-scope='index'] .text.group{
grid-area: d;
gap: 20vw;
}[data-style-scope='index'] .text.group .text .cont{
font-weight: 200;
font-size: 1.3rem;
}[data-style-scope='index'] .text.group .text .desc{
font-size: 0.6rem;
}

}[data-style-scope="services"] .slogan{
display: flex;
align-items: center;
margin-top: 2rem;
}[data-style-scope="services"] .logo{
transition: 0.3s;
/* font-family: 'Ofform'; */
font-size: 2em;
font-weight: 500;
display: inline-block;

padding: 0;

/* padding-left: calc(var(--h-margin)/2);
padding-right: calc(var(--h-margin)/2);
padding-bottom: calc(var(--v-margin)/2);
padding-top: calc(var(--v-margin)/2); */
}[data-style-scope="services"] .tagline{
/* margin-left: 2rem; */
}[data-style-scope="articles"] h3{
margin-top: 0;
}[data-style-scope="articles"] .tooltip .tooltiptext::after{
content: " ";
position: absolute;
top: 100%;
left: 50%;
/* margin-left: -5px;
border-width: 2px;
border-style: solid;
border-color: red transparent transparent transparent; */


background-color: rgb(var(--background-color), 0.5);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);

width: 4rem;
margin-left: -2rem;
padding: 0.1rem;
padding-bottom: 0.0rem;

visibility: hidden;

/* padding: 40px */
}[data-style-scope="articles"] /* Tooltip container */
.tooltip{
position: relative;
display: inline-block;
border-bottom: 1px dotted rgb(var(--text-color)); /* If you want dots under the hoverable text */
}[data-style-scope="articles"] /* Tooltip text */
.tooltip .tooltiptext{
opacity: 0;

transform: scale(0) translateY(1.8rem);

pointer-events: none;

transition:
transform 0.4s var(--power4-out),
opacity 0.2s linear;


width: 6rem;
background-color: rgb(var(--background-color), 0.5);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);

box-shadow: 0 0 11px rgb(var(--text-color), 0.5);



color: rgb(var(--text-color));
text-align: center;
padding: 5px 0;
border-radius: 6px;

/* Position the tooltip text - see examples below! */
position: absolute;
z-index: 1;

bottom: 50%;
left: 50%;
margin-left: -3rem; /* Use half of the width (120/2 = 60), to center the tooltip */
}[data-style-scope="articles"] /* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext{
opacity: 1;
pointer-events: auto;
transform: scale(1) translateY(-0.4rem);
}[data-style-scope="articles"] p{
margin-left: 0.0rem;
}[data-style-scope="articles"] p, [data-style-scope="articles"] ol{
font-size: 0.8rem;
}[data-style-scope="articles"] span{
font-size: 0.8rem;
/* display: inline; */
}[data-style-scope="articles"] .content{
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 0.2em;
flex-wrap: wrap;
margin: 0 auto;
justify-content: space-around;
align-items: stretch;
}[data-style-scope="articles"] .content{
perspective: 1000px;
}[data-style-scope="articles"] .work-item{
transition: 0.3s;
/* max-width: 800px; */
/* width: 40%; */
/* min-width: 600px; */

border-radius: 5px;
display: flex;
text-decoration: none;
color: inherit;
flex-grow: 1;
/* margin: 1rem; */


/* border: 3px solid rgba(0, 0, 0, 1); */
border-radius: 7px;
padding: 20px;
height: 100%;
/* backdrop-filter: blur(5px); */
/* background-color: #eeeeee; */
}[data-style-scope="articles"] .work-item:hover{
transform: scale(1.00);
/* background-color: #ffffff; */
}[data-style-scope="articles"] .work-item:active{
transform: scale(0.99);
/* background-color: #eeeeee; */
}[data-style-scope="articles"] .work-item.clicked{
transform: scale(0.89);
transition: 0.3s;
/* background-color: #eeeeee; */
/* color: #000055; */
}[data-style-scope="articles"] .full-work-item{
transition: 0.3s;

border-radius: 5px;
margin-bottom: 20px;
text-decoration: none;
color: inherit;
}[data-style-scope="articles"] .work-image{
width: 8rem;
height: 8rem;
object-fit: cover;


border-radius: 10px;
border-color: #ddd;
/* border-style: solid; */
border-width: 5px;

border-radius: 2px;
background-color: #fff;

margin: 20px;
}[data-style-scope="articles"] .work-desc{
padding: 10px;
width: 100%;
}[data-style-scope="articles"] .work-desc h3{
}[data-style-scope="articles"] .tags-component{
transition: .3s;
padding: 10px;
margin-top: 10px;
border-radius: 5px;
background-color: rgb(var(--gray-color));
}[data-style-scope="articles"] .tags-component[data-active] .tags-btn{
/* border-radius: 5px 5px 0 0; */
}[data-style-scope="articles"] .tags{
text-decoration: none;
transition: height 300ms, opacity 200ms;
display: block;
/* position: relative; */

height: 0px;
overflow: hidden;
opacity: 0;
}[data-style-scope="articles"] .tags-btn{
cursor: pointer;
user-select: none;
/* border-radius: 5px; */
/* padding: 5px; */
}[data-style-scope="articles"] a{
text-decoration: underline;
}@media (max-width: 750px){[data-style-scope="articles"] .content{
margin-top: 0;
}[data-style-scope="articles"] .full-work-item{
margin-top: 2rem;
}[data-style-scope="articles"] .work-item{
flex-direction: column;
}[data-style-scope="articles"] .work-image{
height: unset;
width: 80%;
margin: 0 auto;
display: block;
}
}[data-style-scope="work"] .content{
display: grid;
/* grid-template-columns: 1fr 1fr; */
/* grid-template-columns: repeat(auto-fit, minmax(200px, 20rem)); */
/* grid-template-columns: fit-content(100%); */

grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

gap: 1rem;
flex-wrap: wrap;
margin: 0 auto;
justify-content: space-around;
align-items: center;
}[data-style-scope="work"] .content{
perspective: 2000px;
}[data-style-scope="work"] .gsap-work-item{
transform: translate3d(-500px, -20px, -500px) rotateY(15deg);
opacity: 0;
}[data-style-scope="work"] .gsap-work-item.intro-animation{
transition:
transform 1000ms var(--power4-out),
opacity 0.8s linear;

transform: translate3d(0px, 0px, 0px);
opacity: 1;
}[data-style-scope="work"] .gsap-work-item.back-animation{
transform: translate3d(0px, 0px, 0px);
transition: opacity 0.8s linear;

opacity: 1;
}[data-style-scope="work"] .work-page{
/* width: 100%; */
/* width: min(90vw, 1200px); */
/* width: min(calc(100vw - calc(var(--h-margin) * 2)), 1200px); */
width: min(100%, 1200px);
margin: 0 auto;
}[data-style-scope="work"] .work-item{
transition: 0.3s;

/* display: flex; */
text-decoration: none;
color: inherit;
display: block;
overflow: hidden;
}[data-style-scope="work"] .work-item:hover{
transform: scale(1.02);
}[data-style-scope="work"] .work-item:active{
transform: scale(0.99);
}[data-style-scope="work"] .work-item.clicked{
transform: scale(0.89);
transition: 0.3s;
}[data-style-scope="work"] .full-work-item{
transition: 0.3s;

margin-bottom: 20px;
text-decoration: none;
color: inherit;

padding: 0 auto;
}[data-style-scope="work"] .full-work-item .work-image{
width: 100%;
height: auto;
margin: 1rem auto;
}[data-style-scope="work"] .full-work-item video, [data-style-scope="work"] .full-work-item img{
width: 100%;
height: auto;
margin: 0.5rem auto;
}[data-style-scope="work"] .work-image{
object-fit: cover;
/* object-fit: contain; */
width: 100%;
height: auto;

/* aspect-ratio: 16/9; */
aspect-ratio: 17/9;

border-color: #ddd;
border-width: 5px;
background-color: #fff;
border-radius: 0.0rem;
}[data-style-scope="work"] h3{
font-family: 'Chakra Petch';
font-size: 0.7rem;
margin: 0;
text-transform: uppercase;
font-weight: 600;
margin-top: 0.2rem;
white-space: nowrap;
}[data-style-scope="work"] .work-desc{
padding: 10px;
min-height: 8rem;
}[data-style-scope="work"] .work-desc h3{
margin: 0;
margin-bottom: 10px;
}[data-style-scope="work"] .work-desc p{
margin: 0;
margin-bottom: 10px;
overflow-y: hidden;
overflow-x: hidden;

text-overflow: ellipsis;
display: inline-block;
}[data-style-scope="work"] .tech-component{
transition: .3s;
padding: 10px;
margin-top: 10px;
background-color: #dedede;
color: #222222;
}[data-style-scope="work"] .tech-used{
text-decoration: none;
transition: height 300ms, opacity 200ms;
display: block;
height: 0px;
overflow: hidden;
opacity: 0;
}[data-style-scope="work"] a{
text-decoration: underline;
}[data-style-scope="work"] a.links{
display: block;
margin: 0.2rem;
}@media (max-width: 750px){[data-style-scope="work"] .content{
margin-top: 0;
/* grid-template-columns: 1fr; */
}[data-style-scope="work"] .work-item:hover{
transform: scale(1.02);
}[data-style-scope="work"] h3{
font-size: 0.8rem;
}
}