/*!
Theme Name: gingko
Theme URI: https://reaal.studio
Author: Mica Whitcliffe
Author URI: https://reaal.studio
Description: Description
Version: 1.0.1312
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gingko
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
	--color-deep-purple: rgba(125, 60, 255, 1);
	--color-purple: rgba(173, 131, 255, 1);
	--color-lilac: rgba(210, 184, 255, 1);
	--color-blue: rgba(217, 228, 253, 1);
	--color-electric: rgba(0, 26, 255, 1);
	--color-clay: rgba(211, 102, 80, 1);
	--color-red: rgba(162, 26, 0, 1);
	--color-brown: rgba(69, 29, 8, 1);
	--color-white: rgba(251, 248, 255, 1);

	--bs-gutter-x: 1.5rem;
	--double: calc(var(--bs-gutter-x) * 2);
	--third: calc(var(--bs-gutter-x) * 1.5);
	--full: calc(var(--bs-gutter-x) * 1);
	--half: calc(var(--bs-gutter-x) * .5);
	--quarter: calc(var(--bs-gutter-x) * .25);
	--minus: calc(-.5 * var(--bs-gutter-x));
	--rem10: 10rem;
	--rem20: 10rem;

}


.page-contact a:hover {
	color: var(--color-purple) !important;
}

.page-contact .social-link img {
	filter: invert(49%) sepia(33%) saturate(657%) hue-rotate(317deg) brightness(104%) contrast(98%);
}

.glow-glow {
	box-shadow: inset 0 0px 5rem 0rem #ffc6c9;
	height: calc(100vh - var(--full));
	width: calc(100% - var(--full) - var(--full));
	pointer-events: none;
	z-index: 0;
	border-radius: var(--rem10);
	position: absolute;
	top: var(--half);
	left: var(--full);
}



.page-about .glow-glow {
    width: 100%;
	left: 0;
}
div#smooth-content,
.highlights {
	position: relative;
}

.home .glow-glow {
	border-radius: 0;
	width: 100%;
	left: 0;
	margin-top: -1.5rem;
	height: 100vh;

}


/* @media (min-width: 769px) { */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	padding-right: var(--full) !important;
	padding-left: var(--full) !important;
}

/* } */

section#home-hero .container-fluid .home_hero {
	margin-right: var(--minus);
	margin-left: var(--minus);
}

/* Light (normal) */
@font-face {
	font-family: "PP Eiko";
	src:
		local("PP Eiko Light"),
		local("PPEiko-Light"),
		url("/wp-content/themes/suyin-haynes/inc/fonts/PPEiko-Light.woff2") format("woff2"),
		url("/wp-content/themes/suyin-haynes/inc/fonts/PPEiko-Light.woff") format("woff"),
		url("/wp-content/themes/suyin-haynes/inc/fonts/PPEiko-Light.otf") format("opentype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/* Light Italic */
@font-face {
	font-family: "PP Eiko";
	src:
		local("PP Eiko Light Italic"),
		local("PPEiko-LightItalic"),
		url("/wp-content/themes/suyin-haynes/inc/fonts/PPEiko-LightItalic.woff2") format("woff2"),
		url("/wp-content/themes/suyin-haynes/inc/fonts/PPEiko-LightItalic.woff") format("woff"),
		url("/wp-content/themes/suyin-haynes/inc/fonts/PPEiko-LightItalic.otf") format("opentype");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}


#blur-blur {
	background: linear-gradient(0deg, rgb(255, 249, 249) 0%, rgba(255, 249, 249, 0) 50%);
	height: 60vh;
	bottom: 0px;
	position: fixed;
	width: 100%;
	z-index: 3;
	pointer-events: none;
}


.page-about #blur-blur {
	--start: 193, 196, 255;
	--end: 255, 249, 249;
	background: linear-gradient(0deg,
			rgb(var(--start)) 0%,
			rgba(var(--end), 0) 50%);

	transition: background 0.5s ease;
}

.page-about #blur-blur.is-pink {
	background: linear-gradient(0deg,
			rgb(255 249 249) 0%,
			rgba(255, 249, 249, 0) 50%);
}

.page-blank,
.preview-page {
	padding-top: 10rem;
	text-align: center;
}


.entry-content p {
	display: inline-block;
	margin-right: 2rem;
}

.line {
	width: 100%;
	background: var(--color-clay);
	height: 1px;
	transform-origin: center;
	transform: scaleX(0);
	opacity: .15;
}
.hero-text{
	text-align: center;
}
#newest-articles .line {
	opacity: .3;
}
.article-group .line,
.consulting .line {
	transform-origin: left;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.border-outline {
	background: #ffffff00;
	border-radius: var(--quarter);
	box-shadow: 1px 0px 0 2rem var(--color-lilac);
	height: calc(100vh - var(--half) - var(--half));
	width: calc(100% - var(--full) );
	position: fixed;
	top: var(--half);
	left: var(--half);
	z-index: 4;
	pointer-events: none;
}

.title {
	padding-bottom: 5rem;
	text-align: center;
}



body.home {
	background-color: #ECE2FD;
}



/* Set variables per theme */
@media (prefers-reduced-motion: reduce) {

	#theme-hero,
	#theme-hero .home_hero-glow,
	#theme-hero,
	#theme-hero .home_hero,
	#theme-hero h1,
	#theme-hero h2,
	#theme-hero h3,
	#theme-hero a {
		transition: none;
	}
}

/* Text colour (inherits to children) */
#theme-hero {
	transition: color 500ms ease-in-out;
}

/* Hero background + shadow */
#theme-hero .home_hero,
#theme-hero .home_hero-glow {
	transition: background-color 500ms ease-in-out, box-shadow 500ms ease-in-out;
}

/* Headings that get an explicit colour per theme */
#theme-hero h1,
#theme-hero h2,
#theme-hero h3 {
	transition: color 500ms ease-in-out;
}


.theme-lilac .home_hero-glow {
	box-shadow: inset 0 0px 5rem 0rem rgb(142, 129, 255);
	background-color: var(--color-lilac);
}

.theme-lilac .home_hero {
	color: var(--color-brown);
	background-color: var(--color-lilac);

}

.theme-lilac .home_hero p {
	color: var(--color-deep-purple);
	opacity: 0.55;
}

.theme-lilac .social-proof_gallery {
	opacity: .8;
}

.theme-lilac .border-outline {
	box-shadow: 1px 0px 0 2rem var(--color-lilac);
}

.theme-lilac .social-proof img {
	filter: invert(40%) sepia(49%) saturate(623%) hue-rotate(211deg) brightness(138%) contrast(102%);
}

.theme-purple .home_hero-glow {
	box-shadow: inset 0 0px 5rem 1.5rem rgb(185, 192, 255);
	background-color: var(--color-purple);
}

.theme-purple .home_hero {
	color: var(--color-brown);
	background-color: var(--color-purple);
}

.theme-purple .border-outline {
	box-shadow: 1px 0px 0 2rem var(--color-purple);
}

.theme-purple .home_hero p {
	color: var(--color-white);
}

.theme-purple .social-proof img {
	opacity: .8;
	filter: invert(100%) sepia(3%) saturate(494%) hue-rotate(202deg) brightness(107%) contrast(102%);
}

.theme-purple .social-proof {
	opacity: .65;
}

.theme-purple :is(.veins,
	.stem-lines,
	.outline) {
	stroke: var(--color-electric);
}


.theme-clay .home_hero-glow {
	box-shadow: inset 0 0px 5rem 1.5rem rgb(188, 67, 43);
	background-color: var(--color-clay);
}

.theme-clay .home_hero {
	color: var(--color-brown);
	background-color: var(--color-clay);

}

.theme-clay .home_hero h1 {
	color: var(--color-lilac);
}

.theme-clay .border-outline {
	box-shadow: 1px 0px 0 2rem var(--color-clay);
}

.theme-clay .home_hero p {
	color: var(--color-white);
}

.theme-clay .social-proof img {
	opacity: .8;
	filter: invert(100%) sepia(3%) saturate(494%) hue-rotate(202deg) brightness(107%) contrast(102%);
}

.theme-clay .social-proof {
	opacity: .65;
}

.theme-clay :is(.veins,
	.stem-lines,
	.outline) {
	stroke: var(--color-lilac);
}

.theme-brown .home_hero-glow {
	box-shadow: inset 0 0px 5rem 1.5rem rgb(108, 27, 4);
	background-color: var(--color-brown);
}


.theme-brown .home_hero {
	color: var(--color-purple);
	background-color: var(--color-brown);

}

.theme-brown .social-proof {
	opacity: .65;
}

.theme-brown .border-outline {
	box-shadow: 1px 0px 0 2rem var(--color-brown);
}

.theme-brown :is(.veins,
	.stem-lines,
	.outline) {
	stroke: var(--color-red);
}

.theme-brown .social-proof img {
	filter: invert(40%) sepia(49%) saturate(623%) hue-rotate(211deg) brightness(138%) contrast(102%);
}




.theme-brown .main-navigation.desktop a,
.theme-clay .main-navigation.desktop a {
	color: var(--color-lilac);
}

/* Optional: simple button styles */
.theme-picker {
	display: flex;
	gap: .5rem;
}

button.theme-btn[data-theme="clay"] {
	background-color: var(--color-clay);
}

button.theme-btn[data-theme="purple"] {
	background-color: var(--color-purple);
}

button.theme-btn[data-theme="lilac"] {
	background-color: var(--color-lilac);
}

button.theme-btn[data-theme="brown"] {
	background-color: var(--color-brown);
}

button.theme-btn {
	-webkit-appearance: button;
	border: 0;
	font-size: 0;
	height: 15px;
	width: 15px;
	border-radius: 3px;
	cursor: pointer;
}

.theme-btn[aria-pressed="true"] {
	outline: 1px solid currentColor;
}

.in {
	padding: var(--third) var(--double);
}

/* #gingko-gingko svg{
	will-change: transform;
} */

.veins,
.outline {
	stroke-linecap: round;
	stroke-linejoin: round;
}

.veins,
.stem-lines,
.outline {
	fill: none;
	stroke: var(--color-deep-purple);
	stroke-width: .5px;
}


.home-gingko {
	height: 100vh;
	width: 100vw;
	position: absolute;
	z-index: 2;
	top: 5rem;
	left: 0;
	pointer-events: none;
}


.home-gingko svg#Layer_1 {
	height: 135%;
}

.home-full {
	height: calc(100vh - var(--double));
	padding: 0 var(--third);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap !important
}

.home_hero {
	/* box-shadow: inset 0 0px 5rem 1.5rem rgb(154 142 255); */
	border-radius: 0.5rem;
	background-color: var(--color-lilac);
	min-height: calc(100vh - var(--half));
	align-items: end;
	overflow: hidden;
	position: relative;
	/* height: 100%; */
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.home_hero-glow {
	box-shadow: inset 0 0px 5rem 1.5rem rgb(154 142 255);
	height: calc(100vh - var(--full));
	width: 100%;
	pointer-events: none;
	z-index: 0;
	border-radius: var(--quarter) var(--quarter) var(--rem10) var(--rem10);
	margin: auto;
	position: absolute;
	top: var(--half);
}



.home_top-half {
	justify-content: space-between;
	align-items: end;
	width: 100%;
	flex: 1;
}


.home_btm-half {
	width: 100%;
	margin-bottom: 5.6vh;
}

.second-name {
	z-index: 2;
}

.chars-wrap,
.name .chars-indv {
	white-space: nowrap;
}

.page-home h1 {
	white-space: nowrap;
}

.hero-text {
	display: flex;
	align-items: center;
	/* text-align: center; */
}

.home-lines {
	text-align: center !important;
}

.hero-text h5 {
	padding-top: 3rem;
}


.home_hero-photo img {
	height: 100%;
	object-fit: cover;
	border-radius: var(--quarter);
	margin-left: auto;
	width: auto;
	display: flex;
	opacity: 0.9;
}

.home_hero-photo {
	height: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	overflow: hidden;
	display: flex;
}

.article-title h4 {
	margin-top: -1rem;
	padding-bottom: 1rem;
}

.article-title {
	margin-bottom: -1rem;
	padding-bottom: 1rem;
}

.article-pub {
	margin-top: -1rem;
}


.social-proof_gallery img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.social-proof_gallery {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.social-proof_gallery div {
	height: 1.5rem;
	display: flex;
}

.social-proof {
	padding-top: 7vmax;
	padding-bottom: 3rem;
	padding-left: var(--full);
	padding-right: var(--full);
}

.social-proof-text {
	text-align: center;
}

.about-me {
	background-color: var(--color-white);
	padding-bottom: 20vh;
	text-align: center;
	position: relative;
	margin-top: var(--half);
	border-radius: var(--half);
	border-radius: var(--rem10);
	box-shadow: inset 0 0px 24rem 0rem rgb(236, 226, 253);
}

#home .line {
	background-color: rgb(186 70 10);
	margin-bottom: 4rem;
}

#home li.single-article {
	padding-bottom: 5rem;
	text-align: center;
}

#home .article-image {
	height: 15rem;
	width: 20rem;
	left: 50%;
	transform: translateX(-50%);
}

.home .article-info {
	justify-content: center;
}


.home .article-text h4 b {
	text-transform: uppercase;
}

.articles-home {
	padding-top: 5rem;
}

/* //////////STEMS */

.stem {
	padding-top: 25vh;
	position: relative;
	margin-top: var(--half);
	transform-origin: top center;
}

.stem h2 {
	text-align: center;
}

.stem:before {
	content: "";
	display: block;
	height: 20vh;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	position: absolute;
	inset: 0;
}

.stem.white:before {
	background-image: url(/../wp-content/themes/suyin-haynes/inc/img/stems/stem-white.svg);
	transform: rotate(180deg);
}

.stem.light:before {
	background-image: url(/../wp-content/themes/suyin-haynes/inc/img/stems/stem-light.svg);
}

.stem.brown:before {
	background-image: url(/../wp-content/themes/suyin-haynes/inc/img/stems/stem-brown.svg);
}

.stem.clay:before {
	background-image: url(/../wp-content/themes/suyin-haynes/inc/img/stems/stem-clay.svg);
}


/* //////////HOME ARTICLES */

.newest-articles {
	background-color: var(--color-brown);
	padding-bottom: 10vh;
	position: relative;
	margin-top: var(--half) !important;
	border-radius: var(--half);
	color: var(--color-lilac);
	overflow: hidden;
}

.newest-articles-glow {
	box-shadow: inset 0 0px 5rem 0rem #ff7878;
	height: calc(100vh - var(--full) - var(--full));
	width: calc(100% - var(--half)) !important;
	pointer-events: none;
	z-index: 0;
	border-radius: var(--rem10);
	margin: auto;
	position: absolute;
	top: var(--half);
	left: var(--half);
	opacity: 0.1;
}

.newest-articles h2 {
	color: var(--color-purple);
	padding-bottom: 5vh;
}


/* //////////JOURNALISM */

.journalism-about {
	text-align: center;
}

.page-journalism .border-outline {
	box-shadow: 1px 0px 0 2rem var(--color-brown);
}

.journalism-articles h2,
.year-range,
.center-button {
	text-align: center;
}

.articles li {
	padding-bottom: var(--full);
	position: relative;
}

.line {
	margin-bottom: var(--full);
}

.articles a {
	text-decoration: none;
}

.articles #projects, section#projects {
	padding-bottom: 5rem;
}

.year-range {
	padding-bottom: 5rem;
	padding-top: 2.5rem;
}

.year-range h4 :is(b, strong) {
	font-family: "elza", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

.article-group:nth-last-of-type(1) {
	padding-bottom: 5rem;
}


.article-info {
	width: 100%;
	display: flex;
	column-gap: var(--half);
}


.page-journalism .article-info {
	justify-content: center;
}

.written-by {
	text-align: center;
	opacity: 0.8;
	color: var(--color-clay);
}

.page-journalism .article-title {
	text-align: center;
}

.article-list {
	position: relative;
}

/* .article-list .line{
		opacity: .1;
} */

.article-image {
	position: absolute;
	top: 0;
	right: 0;
	height: 7.5rem;
	width: 10rem;
	overflow: hidden;
	pointer-events: none;
}

.article-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.cat-title {
	text-align: center;
	color: var(--color-clay);
	padding-top: 5rem;

}

.cat-title .chars-wrap {
	padding-bottom: 2rem;
	margin-bottom: -2rem;
}

.highlights .cat-title {
	padding-top: calc(5rem - var(--full))
}


/* //////////CONSULTANCY */
.consulting-image {
	border-radius: var(--quarter);
	overflow: hidden;
	display: flex;
}

.consultancy-about {
	padding-bottom: 10rem;
	text-align: center;
}

.consulting {
	margin-bottom: 5rem;
}


.consulting-image img {
	height: 56vh;
	object-fit: cover;
	max-height: 23rem;
}

.consulting-body p {
	margin-bottom: 0;
}

.consulting-title {
	position: relative;
	padding-bottom: 5rem;
}

.page-consultancy .border-outline {
	box-shadow: 1px 0px 0 2rem var(--color-clay);
}

.consultancy h2 {
	color: var(--color-clay);
}

.consulting .line {
	margin-bottom: var(--half);
}

.consulting-title:before {
	content: "";
	background: var(--color-clay);
	width: .5rem;
	height: .5rem;
	display: block;
	position: absolute;
	left: -1.5rem;
	top: 0.5rem;
}

.row .consulting-text {
	padding-left: 1.5rem;
}



/* //////////ABOUT */

.about-header h1 div {
	text-align: center !important;
}

.about-photo {
	clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0% 50%);
	overflow: hidden;
	display: flex;
}

.about-gingko {
	height: 100vh;
	min-width: 41rem;
	width: 100vw;
	position: absolute;
	z-index: 2;
	top: 5rem;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.8;
	pointer-events: none;
}

svg#Layer_1 {
	width: 100%;
	height: 100%;
}

.about-content .stem.white {
	transform: translate(-50%, 0);
	margin-bottom: -2.3rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	padding-top: 20vh;
}

.page-about .border-outline {
	box-shadow: 1px 0px 0 2rem var(--color-blue);
}

.about-content {
	padding-bottom: calc(2rem + 20vh);
	position: relative;
}

.about-header {
	display: flex;
	align-items: center;
	width: calc(100% - var(--double));
	justify-content: center;
	height: 90vh;
	margin: auto;
	color: var(--color-purple);
}

.page-about .name {
	z-index: 1;
	/* margin-top: 9rem; */
}

.page-about .name.right {
	margin-left: -6rem;
}

.page-about .name.left {
	margin-right: -4rem;
}

/* .about-photo {
	height: 50vh;
} */

.about-photo img {
	height: 100%;
	object-fit: cover;
	opacity: 0.9;
	border-radius: var(--quarter);
}

#about-glow {
	box-shadow: inset 0 0px 5rem 0rem rgb(154 142 255);
	height: 100%;
	width: 100%;
	position: absolute;
	pointer-events: none;
	inset: 0;
	z-index: 0;
	border-radius: var(--quarter);
	padding: var(--third) var(--half);
	margin: 0 auto;
}

.about {
	border-radius: var(--quarter);
	padding: var(--third) var(--half);
	background-color: var(--color-blue);
	min-height: calc(100vh - var(--half));
	align-items: end;
	overflow: hidden;
	margin-right: var(--minus);
	margin-left: var(--minus);
	position: relative;
}

div#Intro {
	padding-bottom: 2.5rem;
}




.highlights .article-info {
	justify-content: center;
	flex-wrap: wrap;
}

.highlights ul {
	text-align: center;
}

.highlights .cat-title {
	color: var(--color-purple);
	padding-bottom: 5rem;
}

.highlights li.article-list {
	font-family: "elza", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

.project-grid {
	padding-right: var(--double);
	padding-left: var(--double);
}

.project-icon {
	box-shadow: inset 0px 0px 10px 0px var(--color-blue);
	height: 20px;
	width: 20px;
	display: block;
	margin-bottom: 10px;
}

.project-item {
	border-left: 1px solid rgba(173, 131, 255, 1);
	border-left-color: rgba(173, 131, 255, 1);
	flex-wrap: wrap;
	justify-content: space-between;
	display: flex;
	min-height: 40vmin;
	margin-bottom: 5rem;
	padding-left: var(--full);
	padding-right: var(--full);
	transition: ease all 0.5s;


}

.project-title {
	padding-bottom: 5rem;
	display: block;
	width: 100%;
	position: relative;
}

.project-body a {
	text-decoration: underline;
}

.little-arrow h6 {
	font-family: sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.project-top {
	width: 100%;
}

.little-arrow {
	position: absolute;
	right: 0px;
	opacity: 0;
	top: 0;
	transition: ease all 0.5s;

	/* transform: translateY(-50%); */
}

.project-title a {
	position: relative;
	display: inline-block;
}


.project:hover,
.project.active {
	background: rgba(173, 131, 255, 0);
	box-shadow: inset 0px 0px 3rem 1rem var(--color-blue);
}

.project:hover .project-item,
.project.active .project-item {
	border-left-color: rgba(255, 131, 131, 0);
}



.project:hover .little-arrow{
	opacity: 1;
	right: -20px;

}


.project {
	transition: ease all 0.5s;
	padding-top: 3rem;
	/* box-shadow: inset 0px 0px 6rem 5rem #ffffff; */
	border-radius: var(--half);
	/* background-color: #d5eaff40; */
}

.project h5 {
	display: inline-block;
	position: relative;
	text-decoration: underline solid #fff 0px;

}


/* .project-title h5:after {
    content: "↗";
    font-family: sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 15px;
    margin-left: 10px;
    display: inline-block;
    line-height: 0;
} */


/* //////////SECTION HEADER */
.title {
	position: relative;
}

.solid-gingko {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 150%;
	height: 150%;
	pointer-events: none;
	margin-top: -2.5rem;
}

.header-section {
	height: auto;
}

.solid-gingko img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

/* //////////BUTTON */

.button {
	font-size: clamp(1.59rem, 5.3vw, 8.21rem);
	font-family: "PP Eiko";
	font-style: italic;
	font-weight: 300;
	line-height: 105%;
	letter-spacing: -0.05em;
	text-transform: capitalize;
}

.button :is(b, strong) {
	font-family: "elza-narrow", sans-serif;
	font-weight: 500;
	line-height: 110%;
}

a.button {
	position: relative;
	/* keep consistent (not only on :hover) */
	z-index: 0;
	/* establishes a stacking context */
	display: inline-block;
	padding: 1rem 4rem;
	text-decoration: none;
	background: rgba(210, 184, 255, 0);
	transition: color 250ms ease-in-out;
	border-radius: 0rem;

	margin-top: 2rem;
	letter-spacing: 0rem;
	box-shadow: inset 0 0px 2rem 0rem rgba(236, 226, 253, 0);

}

/* a.button::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 101%;
	height: 101%;
	transform: translate(-50%, -50%);
	background: #fcf8ff00;
	border-radius: 0rem;
	z-index: -1;
	transition: border-radius 250ms ease-in-out;
} */
/* a.button::after:hover {
box-shadow: inset 0px 0px 3rem 1rem #E4D5FF;
} */


a.button strong {
	font-style: normal;
}

/* a.button:hover {
	background: rgba(210, 184, 255,1);
	transition: background border-radius 250ms ease-in-out;

} */

/* a.button:hover {
    box-shadow: inset 0 0px 2rem 0rem rgba(236, 226, 253, 1);
    border-radius: 1rem;
}

.newest-articles a.button:hover{
    box-shadow: inset 0 0px 2rem 0rem rgb(184, 147, 249);
} */

a.button:hover::after {
	border-radius: 1.5rem;
	/* box-shadow: inset 0px 0px 1rem .25rem #e4d5ff; */
	width: calc(100% - 2px);
	background: #fcf8ff;
	transition: background border-radius 250ms ease-in-out;

}


.newest-articles .center-button {
	color: var(--color-purple);
}

.newest-articles a.button::after {
	background: var(--color-brown);
}


/* the underline */
.underline {
	display: block;
	height: 1px;
	background: var(--color-brown);
	transform-origin: center center;
	transform: scaleX(1);
	transition: transform 750ms ease-in-out;
	border-radius: 20px;
	overflow: hidden;
}

.newest-articles .underline {
	background: var(--color-lilac);
}

a.button:hover .underline {
	transform: scaleX(0);
	background: var(--color-purple);

}



/*SUBSCIBE ///// */

.subscribe {
	text-align: center;
}

.substack button {
	color: var(--color-brown) !important;
	border: 1px solid var(--color-purple) !important;
	border-radius: 0 var(--quarter) var(--quarter) 0 !important;
	font-weight: 500 !important;
	text-transform: uppercase;
	border-left: 0 !important;
}

.sf-layout {
	padding: 1rem;
	gap: 0 !important;
}

.substack-msg {
	overflow: unset !important;
	color: var(--color-deep-purple) !important;
	font-family: "PP Eiko";
	font-weight: 300;
	font-style: normal;
	line-height: 130%;
	text-decoration: none;
	text-transform: none;
	font-size: clamp(1rem, 1.43vw, 2.22rem) !important;
}

#s-form-mcekehpnrzp form div {
	overflow: unset;
}

.substack input[type="email"] {
	color: var(--color-brown) !important;
	text-transform: uppercase;
	font-weight: 400;
	background: #ffffff00 !important;
	border: 1px solid var(--color-purple) !important;
	border-radius: var(--quarter) 0 0 var(--quarter) !important;

}

::placeholder {
	color: var(--color-brown) !important;
}

#s-form-mcekehpnrzp form div {
	overflow: unset;
}

.substack-subscribe {
	padding-top: 1rem;
}

.sub-title {
	padding-top: 3rem;
}


.sub-title,
.substack-subscribe {
	z-index: 1;
	position: relative;
}

/* ///////FOOTER */

.footer-lines {
	padding-bottom: 4rem;
	margin-bottom: -4rem;
}

.footer-h2 {
	padding-top: 4rem;
}

.ginkgo-footer img {
	height: 100%;
	object-fit: cover;
}

.ginkgo-footer {
	height: 100%;
	position: absolute;
	transform: translateX(-50%);
	top: 5%;
	left: 50%;
	width: 70%;
	opacity: 1;
	pointer-events: none;
	z-index: 0;
}

.subscribe .sub-title {
	position: relative;
	z-index: 3;
}

.footer-top {
	box-shadow: inset 0 0px 5rem 0rem rgb(154 142 255);
	border-radius: var(--quarter);
	padding: var(--third) var(--half);
	background-color: var(--color-blue);
	/* min-height: calc(100vh - var(    --full) - var(    --full)); */
	align-items: end;
	overflow: hidden;
	width: calc(100% - var(--full) - var(--full));
	margin: auto;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	margin-top: var(--half);
	border-radius: var(--rem20);
	background: rgb(216 197 255);
	padding: 11vh var(--half);
	border-radius: var(--rem10);
	box-shadow: inset 0 0px 5rem 0rem rgb(164 209 255);
}


#colophon {
	display: flex;
	flex-direction: column;
	min-height: calc(100vh - var(--half));
	width: 100%;
	position: relative;
}

#colophon .footer-top {
	flex: 1;
	/* grows to fill available space */
}


.social-footer {
	position: absolute;
	right: var(--full);
	top: 50%;
	transform: translateY(-50%);

}


.footer-btm {
	text-align: center;
	padding: var(--half);
	position: relative;
	padding-top: var(--full);
	padding-bottom: var(--third);
}

.social-link {
	width: 1.5rem;
	transition: all 250ms ease-in-out;

}

.social-link a {
	display: flex;
}

.socials {
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	align-items: center;
}

.social-link:hover {
	opacity: 0.5;
}





/* ////FADE GINGKO */

.fade-gingko {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	opacity: 0.2;
	pointer-events: none;
}

.home .fade-gingko {
	opacity: 0.3;
}

.gingko-left,
.gingko-right {
	width: 50%;
	position: absolute;
}

.gingko-right {
	bottom: -20%;
	right: -24%;
}

.gingko-left {
	top: 0;
	left: -21%;
}

.home .fade-gingko,
.social-proof {
	z-index: 2;
}


section#not-found {
	height: 100vh;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: var(--color-purple);
	color: var(--color-lilac);
	position: relative;
}

.error404 .border-outline {
	box-shadow: 1px 0px 0 2rem var(--color-purple);
}

div#error-glow-1 {
    box-shadow: inset 0 0px 7vmax 6vmin #AD83FF;
    position: absolute;
    inset: 0;
    height: calc(100vh - var(--full));
    width: calc(100vw - var(--full));
    top: var(--half);
    left: var(--half);
    border-radius: 6rem;
    background-color: #2F0873;
    pointer-events: none;
}

div#error-glow-2 {
    box-shadow: 0 0px 4vmax 3vmax #1B0541;
    position: absolute;
    inset: 0;
    height: 50%;
    width: 50%;
    border-radius: 3rem;
    background-color: #1B0541;
    margin: auto;
    pointer-events: none;
}

section#contact {
	height: 100vh;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: var(--color-clay);
	color: var(--color-clay);
	position: relative;
}

.suyins-email {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.page-contact .border-outline {
	box-shadow: 1px 0px 0 2rem var(--color-clay);
}

div#contact-glow-1 {
	box-shadow: inset 0 0px 7vmax 6vmin var(--color-clay);
	position: absolute;
	inset: 0;
	height: calc(100vh - var(--full));
	width: calc(100vw - var(--full));
	top: var(--half);
	left: var(--half);
	border-radius: 6rem;
	background-color: #FFF1DD;
	pointer-events: none
}

div#contact-glow-2 {
	box-shadow: 0 0px 4vmax 4vmax #FFF9F8;
	position: absolute;
	inset: 0;
	height: 50%;
	width: 50%;
	border-radius: 0;
	background-color: #FFF8F9;
	margin: auto;
	pointer-events: none;
}

.contact-inside {
	position: relative;
	aspect-ratio: 3/2;
	max-height: 75vh;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
	flex-direction: column;
	z-index: 2;
}

.contact-inside a {
	color: var(--color-clay)
}


.page-contact footer#colophon, .error404 footer#colophon {
	display: none;
}



.page-contact .site-logo, .error404 .site-logo{
	width: 33vw;
}

.site-logo {
	transform-origin: center;
}



.contact-gingko {
	position: absolute;
	height: 100%;
	width: 100%;
	inset: 0;
	z-index: 3;
	pointer-events: none;
}

.contact-gingko:nth-of-type(2) svg#Layer_1 {
	height: 100%;
	position: absolute;
	left: -40%;
	transform: rotate(143deg);
	top: -40%;
}

.contact-gingko:nth-of-type(2) :is(.veins,
	.stem-lines,
	.outline) {
	stroke: var(--color-clay);
}

.contact-gingko:nth-of-type(3) svg#Layer_1 {
	height: 100%;
	position: absolute;
	right: -110%;
	bottom: -50%;
	transform: translateX(-50%) rotate(261deg);
	top: 0%;
}

.contact-gingko:nth-of-type(3) :is(.veins,
	.stem-lines,
	.outline) {
	stroke: var(--color-lilac);
}

.contact-gingko:nth-of-type(4) svg#Layer_1 {
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 60%;
}

.lines {
	transform-origin: 0% 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}


body {
	margin: 0;
	-moz-osx-font-smoothing: grayscale;
	/*(For Firefox)*/
	-webkit-font-smoothing: antialiased;
	/*(For Chrome and Safari)*/
	visibility: hidden;

}

header#masthead {
	position: fixed;

	z-index: 10;
	/* visibility: hidden; */
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	transition: color 250ms ease-in-out;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--color-brown);
	font-family: "elza", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
}

p {
	margin-bottom: 1.5em;
}


/* H1 */
/* Assumes 1rem = 16px. Fluid terms equal Figma at 1440px. */

/* H1 */

h1 {
	font-family: "PP Eiko";
	font-weight: 300;
	font-style: normal;
	letter-spacing: -0.06em;
	text-decoration: none;
	text-transform: none;
	line-height: 0.75;
}

h1 :is(b, strong) {
	font-family: "elza-narrow", sans-serif;
	font-weight: 600;
	letter-spacing: -0.03em;
}

/* H2 */
h2 {
	font-family: "PP Eiko";
	font-weight: 300;
	font-style: normal;
	line-height: .9;
	letter-spacing: -0.08em;
	text-decoration: none;
	text-transform: none;
}

h2 i {
	font-size: inherit;
	font-family: "PP Eiko";
	font-style: italic;
	font-weight: 300;
	line-height: 100%;
	letter-spacing: -0.05em;
}

h2 :is(b, strong) {
	font-family: "elza-narrow", sans-serif;
	font-weight: 600;
}

/* H3 */
h3 {
	font-family: "PP Eiko";
	font-weight: 300;
	font-style: normal;
	line-height: 105%;
	letter-spacing: -0.05em;
	text-decoration: none;
	text-transform: none;
}

h3 i {
	font-size: inherit;
	font-family: "PP Eiko";
	font-style: italic;
	font-weight: 300;
	line-height: 105%;
	letter-spacing: -0.05em;
}

h3 :is(b, strong) {
	font-family: "elza-narrow", sans-serif;
	font-weight: 500;
	line-height: 110%;
}

/* H4 */
h4 {
	font-family: "PP Eiko";
	font-weight: 300;
	font-style: normal;
	line-height: 115%;
	text-decoration: none;
	text-transform: none;
}

h4 :is(b, strong) {
	font-family: "elza-narrow", sans-serif;
	font-weight: 600;
	line-height: 110%;
}

h4 i {
	font-family: "PP Eiko";
	font-style: italic;
}

h4 span {
	font-family: "elza", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-style: normal;
	line-height: 120%;
	text-decoration: none;
	color: var(--color-white);
}

/* H5 */
/* h5 {
	font-family: "PP Eiko";
	font-weight: 300;
	font-style: normal;
	line-height: 120%;
	letter-spacing: -0.03rem;
	text-decoration: none;
	text-transform: none;
} */


h5 {
	font-family: "elza", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-style: normal;
	line-height: 120%;
	text-decoration: none;
}

h5 :is(b, strong) {
	font-weight: 500;
}

/* H6 (min 14px) */
h6,
.main-navigation li {
	font-family: "elza", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 125%;
	text-decoration: none;
	text-transform: uppercase;
}

h6 i {
	font-family: "PP Eiko";
	text-transform: none;
	font-style: italic;
}

h6 :is(b, strong) {
	font-family: "elza", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

/* Paragraph */
p,
.holding li,
.articles li {
	font-family: "PP Eiko";
	font-weight: 300;
	font-style: normal;
	line-height: 130%;
	text-decoration: none;
	text-transform: none;
	font-size: clamp(1rem, 1.43vw, 2.22rem);
	margin-top: 0
}

p:empty {
	display: none;
}

.page-home h1 {
	font-size: clamp(6rem, 20vw, 31rem);
}

h1 {
	font-size: clamp(6.77rem, 15.9vw, 24.61rem);
}

h2 {
	font-size: clamp(3.98rem, 10.4vw, 16.21rem);
}

h3 {
	font-size: clamp(3rem, 5.3vw, 8.21rem);
}

h4 {
	font-size: clamp(1.5rem, 2.54vw, 3.94rem);
}

/* min raised from 0.76rem */
h5 {
	font-size: clamp(1.4rem, 1.7vw, 2.93rem);
}

/* min raised from 0.57rem */
h6 {
	font-size: clamp(0.875rem, 1.06vw, 1.2rem);
	/* font-size: 1.2rem; */

}

span,
span h5,
#Body h5 {
	font-family: "PP Eiko";
	font-weight: 300;
	text-transform: none;
}



h23 {
	font-size: clamp(13.125rem, 20.8333vw, 18.75rem);
}

.caps * {
	text-transform: uppercase;
}


dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background-color: var(--color-white);
	/* background-color: rgb(249 248 255); */
	background-color: rgb(249 244 255);
	background-color: #fff;

}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: inherit;
	text-decoration: underline;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 4px;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: var(--color-clay);
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

header#masthead {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.main-navigation.desktop {
	padding: var(--full) var(--double);

}

.menu-menu-1-container {
	width: 100%;
}

.main-navigation ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.home .menu-menu-1-container {
		width: 80%;
	}

	.home .main-navigation li {
		width: 50%;
	}

	.home .menu-menu-left-container,
	.home .menu-menu-right-container {
		width: 100%;
	}
}

.site-logo img {
	height: 1.3rem;
	width: 100%;
	object-fit: contain;
}

.menu-menu-left-container,
.menu-menu-right-container {
	width: 33vw;
	margin-left: 0%;
}

.main-navigation .site-logo {
	height: 1.3rem;
}



.main-navigation {
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
	column-gap: 1rem;

}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}



.main-navigation.mobile {
	display: none;
}


section#about-me, section#newest-articles {
	padding-right: var(--full);
	padding-left: var(--full);
}

@media screen and (max-width: 767px) {

	section#about-me {
		padding-right: var(--half);
		padding-left: var(--half);
	}

	section#newest-articles {
		padding-right: var(--quarter);
		padding-left: var(--quarter);
	}

	.newest-articles.row{
		margin-left: auto;
		margin-right: auto;
	}
	.newest-articles {
		width: 100%;
	}

	.single-article {
		padding-right: calc(var(--bs-gutter-x) * .5);
		padding-left: calc(var(--bs-gutter-x) * .5);
	}

	:root {
		--rem10: 3rem;
		--rem20: 3rem;

	}

	.main-navigation.mobile {
		display: block;
		height: 0;
	}

	.main-navigation.desktop {
		display: none;
	}

	.menu-mobile {
		height: calc(100vh - var(--full));
		background: rgb(216 197 255);
		padding: 11vh var(--half);
		border-radius: 15rem;
		box-shadow: inset 0 0px 5rem 0rem rgb(164 209 255);
		display: flex;
		flex-wrap: wrap;
		text-align: center;
		align-items: center;
		align-content: space-between;
		overflow: hidden;
		margin: var(--half);
		width: calc(100% - var(--full));
	}

	.menu-mobile a.custom-logo-link img {
		max-width: 35vmax;
		text-align: center;
		max-height: 20vh;
		object-fit: contain;
	}

	.menu-mobile a.custom-logo-link {
		width: 100%;
	}

	.mob-logo {
		position: fixed;
		top: var(--half);
		left: var(--full);
		padding: var(--quarter) var(--half) var(--quarter) 0;
		border-radius: 100em;
		height: 2.5rem;
		width: 50vw;
		z-index: 19;
	}

	.mob-logo img {
		height: 1.5rem;
		object-fit: contain;
		width: auto;
	}

	.mob-logo a {
		display: inline-block;
	}

	.menu-close {
		width: 100%;
		cursor: pointer;
	}

    .menu-open {
        position: fixed;
        top: var(--half);
        left: var(--half);
        box-shadow: inset 0 0px 30px 0rem rgb(164 209 255);
        padding: var(--quarter) var(--half);
        border-radius: 100em;
        width: calc(100% - var(--full));
        background-color: #ffffff85;
        cursor: pointer;
        z-index: 18;
        backdrop-filter: blur(0.4rem);
    }

	.menu-open h5:before {
		display: block;
		content: '';
		width: 12px;
		height: 12px;
		box-shadow: inset 0px 0px 10px 0px #fff;

		position: relative;
		margin-right: 12px;
	}

	.menu-open h5 {
		display: flex;
		align-items: center;
		justify-content: end;
	}


	.main-navigation ul {
		display: block;
		text-align: center;
	}

	.main-navigation li {
		font-size: 2rem;
	}


}

.site-main {
	position: relative;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}





/* ≥992px (lg) */
@media (max-width: 991px) {

	.glow-glow,
	.footer-top {
		width: calc(100% - var(--full));
		left: var(--half);
	}



	.project-item {
		min-height: 0;
	}

	.project h5 {
		left: -20px;
	}

	.little-arrow {
		right: 0;
	}

	.project-title {
		padding-bottom: .5rem;
		text-align: center;
	}

	.project-icon {
		display: none;
	}

	.project:hover .project-item,
	.project.active .project-item {
		border-right-color: rgba(173, 131, 255, 0);
	}

	/* .consulting-body p {
		text-align: center;
	} */

	.project-item {
		border-right: 1px solid rgba(173, 131, 255, 1);
		justify-content: center;
	}

	.button {
		font-size: clamp(3.3rem, 5.3vw, 8.21rem);
	}

	a.button {
		line-height: 0.8;
		padding: 1rem;
	}

	.about-me {
		padding-bottom: 10vh;
	}

	.home_hero-photo {
		max-height: 50vh;
		height: 50vh;
	}

	.home_top-half {
		flex: none;
	}

	.hero-text {
		text-align: center;
		order: 2;
		justify-content: center;
		margin: auto;
	}

	.second-name.name {
		margin-left: auto;
		margin-right: var(--double);
	}

	/* .hero-text h5 {
		padding-top: 10vmax;
	} */

	.col-md-6.first-name.name {
		padding-top: 1rem;
	}

	.home-full {
		justify-content: center;
		padding: 0 var(--half);
		/* padding-top: 10rem; */
		height: 100vh
	}

	.home_btm-half {
		margin-bottom: 0;
	}

	.home-gingko svg#Layer_1 {
		height: 100%;
	}

	.social-proof {
		justify-content: center;
		gap: 1rem;
		text-align: center;
	}



	.about-me .in {
		padding: 0;
	}



	#about-glow {
		height: calc(100vh - var(--quarter));
	}


	.about-header {
		flex-wrap: wrap;
		padding-bottom: 5rem;
		padding-top: var(--double);
		height: auto;
		min-height: 100vh;
		align-content: center;
	}

	.about-content {
		padding-right: calc(var(--bs-gutter-x) * .5);
		padding-left: calc(var(--bs-gutter-x) * .5);
	}

	.page-about .name {
		z-index: 1;
		width: 100%;
		text-align: center;
	}

	.page-about .name.right {
		margin-left: 0;
		margin-top: -2rem;
		white-space: nowrap;
	}

	.page-about .name.left {
		margin-top: 0;
		margin-right: 0;
	}



	svg#Layer_1 {
		height: 140%;
	}

	/* ///////consoluting */

	/* .consulting-image{
		order:1
	}
	.consulting-text{
		order:2
	} */



}



/* ≥768px (md) */
@media (max-width: 767px) {

	.project:hover, .project.active {
		box-shadow: inset 0px 0px 3rem 1rem rgb(207 191 255);
	}

	section#projects {
		padding-bottom: 0;
	}


	.page-about .glow-glow {
        width: calc(100% + var(--full));
        left: var(--minus);
    }
	.about {
		margin-right: calc(-0.75 * var(--bs-gutter-x));
		margin-left: calc(-0.75 * var(--bs-gutter-x));
	}

	/* ///JOURNLAISM */
	.year-range {
		padding-bottom: 2.5rem;
	}

	/* HIGHLIGHTS */
	.project-item {
		min-height: 0;
		text-align: center;
		margin-bottom: 3rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.project-title {
		padding-bottom: 0;
	}

	.project-icon {
		margin-left: auto;
		margin-top: 10px;
		margin-right: auto;
	}

	.project-grid {
		padding-right: 0;
		padding-left: 0;
	}

	/* GENERAL */
	.article-image {
		display: none
	}

	.border-outline {
		border-radius: var(--quarter);
		height: calc(100vh - var(--half));
		width: calc(100vw - var(--half));
		top: var(--quarter);
		left: var(--quarter);
	}

	.header-section.stem {
		margin-top: var(--quarter);
	}

	/* FOOTER */
	.footer-btm {
		padding-bottom: var(--full);
	}

	.social-footer {
		position: relative;
		right: unset;
		top: unset;
		transform: unset;
		padding-top: var(--half);
	}

	.substack input[type="email"] {
		border-radius: var(--quarter) !important;
		text-align: center;
	}

	.substack button {
		border-radius: var(--quarter) !important;
		border-left: 1px solid var(--color-purple) !important;
	}

	.about-gingko {
		top: 0rem;
	}


	/* ///////consoluting */

	.consultancy-about {
		padding-bottom: 5rem;
		text-align: center;
	}

	.consulting-title:before {
		display: none;
	}

	.row .consulting-text {
		padding: 0;
		padding-left: var(--half);
	}

	.consulting-text {
		order: 2;
	}

	/* .consulting-title {
	padding-top: var(--half);
} */
	.consulting-image {
		display: block;
		height: 100%;
	}

	.col-sm-4.offset-lg-1.consulting-image.p-0 {
		padding-right: var(--half) !important;
	}

	.consulting-image img {
		max-height: 12rem;
		width: 100%;
	}

	.consulting-title {
		padding-bottom: 0;
	}



	/* ///////home */

	.home-gingko {
		height: 100vh;
		min-width: 41rem;
		width: 100vw;
		position: absolute;
		z-index: 2;
		top: 5rem;
		left: 50%;
		transform: translateX(-50%);
		opacity: 0.8;
		pointer-events: none;
	}

	.col-md-6.first-name.name {
		order: 2;
		padding-bottom: 1rem;
	}

	/* .home_hero-glow {
	min-height: calc(100vh - var(--quarter));
} */
	.home_hero-photo {
		width: 50%;
		margin: auto;
		height: 40vh;
		order: 2;
	}

	.home_hero-photo img {
		margin-left: auto;
	}

	.second-name.name {
		margin-right: unset;
	}

	.social-proof.row {
		padding-top: 3rem;
	}

	.about-me .in {
		padding: var(--half);
	}

	#home-hero .container-fluid {
		padding-right: calc(var(--bs-gutter-x) * .75) !important;
		padding-left: calc(var(--bs-gutter-x) * .75) !important;
	}

	.article-info {
		justify-content: center;
	}

	.articles {
		text-align: center;
	}

	.article-title {
		max-width: 35rem;
		margin: auto;
	}

	/* .line {
    margin-bottom: var(--half);
}

.articles li {
    padding-bottom: var(--half);
} */

	.article-title {
		padding-bottom: var(--quarter);
	}

	.home-full {
		height: auto;
	}

	.ginkgo-footer {
		width: 100%;
	}

}

/* ≥576px (sm) */
@media (max-width: 576px) {
	.row .consulting-text {
		padding-left: 0;
		padding-top: var(--half);
	}

	.home_hero-photo {
		width: 60%;
		margin: auto;
		height: 20rem;
	}

	.home_hero-photo img {
		margin-left: auto;
		margin-right: auto;
	}

	.home_hero-photo {

		order: 1;
	}

	.col-sm-4.offset-lg-1.consulting-image.p-0 {
		padding-right: 0 !important;
	}
}

/* ≥1200px (xl) */
@media (max-width: 1200px) {}

/* ≥1400px (xxl) */
@media (min-width: 1400px) {
	.consulting-image img {
		max-height: 100%;
	}
}

@media screen and (max-width: 767px) {
	.home_hero-glow {
		top: var(--quarter);
		height: calc(100vh - var(--half) + 2px);
	}

	.newest-articles-glow {
		height: calc(100vh - var(--full) - var(--half) + 3px);
		top: var(--half);
	}

	.glow-glow {
		box-shadow: inset 0 0px 2rem 0rem #ffc6c9;
		height: calc(100vh - var(--quarter));
	}

	.about-content {
		padding-bottom: calc(20vh - 2rem);
	}
}