main {
	--defaultFontSize: 1.2rem;
	--fontSizeHuge: 3.5rem;
	--fontSizeBig: 2.2rem;
	--fontSizeMedium: 1.8rem;
	--fontSizeOK: 1.4rem;
}

section .container {
	padding: 3rem 0;
}

button:disabled {
	color: var(--textDark);
	border-color: var(--textDark);
	opacity: 0.7;
}

#loadMoreBtn {
	position: relative;
}

button:disabled::after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--textWhite);
	opacity: 0.3;
	content: "";
}

narrow .container:not(.container.initial) {
	--optimalWidth: clamp(1000px, 70vw, 1600px);
}

.img-container img {
	width: 100%;
}

.title-wrapper p {
	/* width: clamp(500px, 50vw, 700px); */
	max-width: 1200px;
}

.sub-nav {
	gap: 2rem;
	margin: 2rem 0;
	font-size: var(--fontSizeOK);
	font-weight: 500;
}

.section.grid {
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

.section.grid:not(h2 + .grid):not(:first-of-type) {
	margin: 5rem 0;
}

.container > .title-wrapper + .grid.section {
	margin-top: unset;
}

.grid .right {
	padding: 3rem;
}

.section.grid .img-container {
	margin: 2rem 0;
}

.banner {
	color: var(--textWhite);
}

.banner .absolute {
	top: 50%;
	left: 10%;
	translate: 0 -50%;
	padding: 1.5rem;
	background: #0000008f;

	min-width: clamp(300px, 30vw, 500px);
	width: min-content;
	height: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.banner .absolute.right {
	left: unset;
	right: 10%;
}

img {
	display: block;
}

.ul-list li {
	list-style: outside disc;
}

ul.ul-list {
	padding-left: 20px;
}

sup {
	font-size: 1rem;
	color: var(--textDark);
}

/* Overview */

.epara {
	font-size: 1.5rem;
	font-weight: 500;
}

section.hero-bg svg {
	fill: var(--colorAward);
	stroke-width: 0.5;
	height: auto;
}

.awards > .flex-row {
	justify-content: space-around;
	padding: 2rem 0;
}

.sub-navi {
	gap: 2rem;
	justify-content: space-between;
	font-weight: 600;
	font-size: calc(var(--fontSizeOK) + 1px);
	margin: 3rem 0;
	align-items: center;
	text-align: center;
	min-width: var(--optimalWidth);
	justify-content: center;
}

.sub-navi.flex-left:not(.float) {
	justify-content: flex-start;
	gap: 5rem;
}

#clone {
	visibility: hidden;
}

#clone.hidden {
	visibility: collapse;
	display: none;
}

.sub-navi.float {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
	background: var(--bgTheme);
	color: var(--textWhite);
	width: fit-content;
	margin: auto;
	padding: 1rem;
	transition: var(--speedNormal);
	border-radius: 0 0 15px 15px;
	box-shadow: 0px 0px 5px #555;
}

.sub-navi a {
	position: relative;
}

.sub-navi li {
	position: relative;
}

.sub-navi a.selected::after,
.sub-navi li.selected::after {
	content: "";
	width: 100%;
	height: 3px;
	background: var(--bgLogo);
	position: absolute;
	bottom: -10px;
	left: 0;
}

.vision-m {
	/* margin-top: 3rem; */
}

.vision-m .grid {
	grid-template-columns: 1fr 1fr;
	margin: 2rem 0;
	align-items: center;
	gap: 10vw;
	row-gap: 5vh;
}

.vision-m .grid > .img-container {
	opacity: 0.05;
}

.vision-m .sub-title {
	margin-bottom: 1rem;
	position: relative;
}

/* .vision-m .sub-title::after {
	position: absolute;
	width: 50px;
	height: 3px;
	background-color: var(--bgLogo);
	top: -1rem;
	left: 0;
	content: "";
} */

.recognition.grid {
	margin-top: 3rem;
	gap: 3rem;
}

.award-cards.grid {
	margin: 5rem 0;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	row-gap: 7rem;
}

.award-card {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	box-shadow: 1px 1px 10px #0000001c;
}

.award-card > .wrapper {
	padding: 2rem;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.award-card .wrapper > h5 {
	font-size: var(--fontSizeMedium);
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.5px;
}

/* UH */
.hero-bg .UH {
	width: fit-content;
	position: absolute;
	bottom: 5%;
	right: 5%;
}

.hero-bg .UH svg {
	fill: var(--textWhite);
}

.extra.flex-row {
	gap: 1rem;
	margin: 1rem 0;
	max-width: 60vw;
}

.extra.right {
	align-self: flex-end;
}

.grid > * > .flex-col {
	width: clamp(250px, 25vw, 500px);
}

.grid > * > .img-container img {
	max-width: 50vw;
}

.grid.section + .grid.section {
	margin-top: unset;
}

.title-wrapper.special {
	margin-top: 7rem;
}

#uh .title-wrapper,
#affiliation .title-wrapper {
	margin-bottom: 0;
}

#affiliation ul {
	margin: 2rem 0;
}

/* Industry Recognition */

.person .img-container {
	width: 70%;
	margin: auto;
}

.grid.ir {
	align-items: center;
	column-gap: 3rem;
	width: fit-content;
	margin-top: 10rem;

	grid-template-columns: 1fr 1fr;
}

.grid.ir:last-of-type {
	margin-bottom: 5rem;
}

.grid.ir:nth-child(odd) {
	align-self: flex-end;
}

.grid.ir:nth-child(odd) .person {
	order: 2;
}

.quote .name,
.quote .title,
.quote > p {
	font-weight: unset;
}

.quote .name {
	font-weight: 600;
}

.quote > p {
	font-size: calc(var(--fontSizeOK) + 2px);
}

.quote > .flex-col {
	margin-top: 3rem;
	gap: 0.5rem;
}

.quote > .flex-col > a {
	margin-top: 1rem;
}

.quote .name {
	color: var(--bgLogo);
	font-size: var(--fontSizeMedium);
	letter-spacing: 0.5px;
}

.quote .title {
	font-size: var(--fontSizeOK);
}

.quote {
	position: relative;
	width: clamp(300px, 35vw, 800px);
}

.quote::after {
	content: "";
	width: 100px;
	height: 100px;
	position: absolute;
	font-size: 20rem;
	top: -5rem;
	left: -5rem;
	font-family: initial;
	line-height: 0.3;
	opacity: 0.2;
	background-image: url(./images/about/industry-recognition/SVG/o-quote.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

/* Our Leaders */

.intro .name {
	color: var(--bgLogo);
	font-size: calc(var(--fontSizeBig) + 2px);
	letter-spacing: 0.5px;
	font-weight: 600;
}

.quote .title,
.intro .title {
	font-size: var(--fontSizeOK);
	font-weight: 500;
}

.intro {
	position: relative;
	width: clamp(300px, 35vw, 800px);
	display: flex;
	flex-direction: column;
	gap: 2rem;
	line-height: 1.5;
}

/* Colab (UH) */

.sub-wrapper {
	margin-top: 2rem;
}

.sub-wrapper + ul {
	margin-top: 0.5rem;
}

.sub-wrapper + ul li {
	margin: 0.5rem 0;
}

.sub-wrapper h2 {
	font-size: var(--fontSizeBig);
	font-weight: 400;
	color: var(--textDark);
	line-height: 1;
}

.uh-introduction > .flex-col {
	gap: 2rem;
	margin-top: 1rem;
}

.about-award {
	align-items: center;
	gap: 1rem;
	justify-content: space-between;
	margin-top: 2rem;
}

.about-award .flex-divider {
	width: 1px;
	height: 180px;
	border: unset;
	border-left: 1px dashed var(--textGrey);
}

.about-award.flex-row svg {
	fill: #b9b9b9;
}

.insert.flex-col {
	gap: 5rem;
	margin: 3rem 0;
}

.map {
	height: clamp(300px, 40vh, 600px);
	width: var(--optimalWidth);
	margin: 3rem 0;
}

/* Colab (Industry) */

.colab-card {
	gap: 1.2rem;
	max-width: max(700px, 70vw);
}

.colab-card h2 {
	font-size: var(--fontSizeMedium);
}

.animation-container {
	transition: var(--speedNormal);
	max-height: 0;
	opacity: 0;
}

.animation-container.reveal {
	max-height: 200vh;
	opacity: 1;
}

.colab-card .position,
.colab-card .name {
	font-weight: 600;
	font-size: var(--fontSizeOK);
}

/* Our Campus */

.our-campus .grid p {
	font-size: var(--fontSizeMedium);
	letter-spacing: 1px;
	margin-top: 1rem;
}

.our-campus .grid h2,
.our-campus .grid h1 {
	letter-spacing: 3px;
	font-size: calc(var(--fontSizeHuge) + 2px);
}

.our-campus .grid.section {
	grid-template-columns: 1.2fr 1fr;
}

.our-campus .grid.section:nth-child(2n) {
	grid-template-columns: 1fr 1.2fr;
}

.our-campus .sub-nav li.selected {
	border-bottom: 2px solid var(--bgLogo);
}

#loc-txt {
	width: 50vw;
}

@media only screen and (min-width: 300px) and (max-width: 910px) {
	main {
		--fontSizeHuge: 1.8rem;
		--fontSizeBig: 1.6rem;
		--fontSizeMedium: 1.4rem;
		--fontSizeOK: 1.2rem;
	}

	.vision-m .grid,
	.award-cards.grid {
		grid-template-columns: 1fr;
	}

	.recognition.grid {
		grid-template-columns: 1fr 1fr;
	}

	.grid > * > .img-container img {
		max-width: 100%;
		margin: auto;
	}

	/* Overview / Index */
	.awards .flex-row {
		padding: 0.5rem 1rem;
		justify-content: flex-start;
	}

	/* Our Campus */
	.our-campus .grid > * > .flex-col {
		width: unset;
	}

	.our-campus .grid.section {
		grid-template-columns: 1fr;
	}

	.our-campus .grid.section:nth-child(2n) {
		grid-template-columns: 1fr;
	}

	.grid .right {
		padding: unset;
	}

	.our-campus .grid.section:nth-child(2n) .left {
		order: -1;
	}

	#loc-txt {
		width: 100%;
	}

	.map {
		width: var(--mobileWidth);
	}

	/* Our leader */

	.grid.ir {
		margin-top: 5rem;
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.grid.ir .intro > .flex-col {
		width: unset;
	}

	.grid.ir:nth-child(2n + 1) .person {
		order: unset;
	}

	.intro {
		width: clamp(300px, 70vw, 800px);
	}

	/* Industry */
	.quote {
		width: clamp(300px, 70vw, 800px);
	}

	.quote::after {
		top: -2rem;
		left: 0;
		opacity: 0.3;
		width: 35px;
		height: 35px;
	}
	/* UH */

	.UH svg {
		width: clamp(150px, 60vw, 250px);
	}

	.about-award.flex-row {
		flex-wrap: nowrap;
		overflow-x: scroll;
	}

	.about-award.flex-row svg {
		flex-basis: 150px;
		flex-shrink: 0;
	}
}

@media only screen and (max-width: 1440px) {
	.our-campus .grid h2,
	.our-campus .grid h1 {
		letter-spacing: 5px;
	}
}
