/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

html {
	/* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
	font-family:
		system-ui,
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
	line-height: 1.15; /* 1. Correct the line height in all browsers. */
	-webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
	-moz-tab-size: 4;
	  -o-tab-size: 4;
	     tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

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

body {
	margin: 0; /* Remove the margin in all browsers. */
}

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

/**
Add the correct font weight in Chrome and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
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;
}

/*
Tabular data
============
*/

/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	border-color: currentcolor;
}

/*
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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-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; /* 1 */
	font: inherit; /* 2 */
}

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}

@font-face {
  font-family: "Nohemi";
  src: url("../../assets/font/Nohemi-Regular.eot");
  src: url("../../assets/font/Nohemi-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/font/Nohemi-Regular.woff2") format("woff2"), url("../../assets/font/Nohemi-Regular.woff") format("woff"), url("../../assets/font/Nohemi-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Geist", sans-serif;
  font-size: clamp(16px, 13.9545px + 0.5682vw, 21px);
  line-height: 1.8;
  color: #F2F0EF;
  background-color: #131313;
  margin: 0 5%;
}
@media (min-width: 840px) {
  body {
    margin: 0 10%;
  }
}
@media (min-width: 1200px) {
  body {
    margin: 0 15%;
  }
}

p {
  font-family: "Geist", sans-serif;
}
@media (min-width: 840px) {
  p {
    width: 50%;
  }
}

h1 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
h1 span {
  display: none;
}
h1 svg {
  width: 100%;
  height: 30vw;
}

h2 {
  font-family: "Geist Mono", monospace;
  font-size: clamp(28px, 18.5909px + 2.6136vw, 51px);
  line-height: 0.8;
}

h3 {
  font-family: "Geist Mono", monospace;
  font-size: clamp(21px, 18.1364px + 0.7955vw, 28px);
  text-transform: uppercase;
  font-weight: 400;
}

.link {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 80px 40px;
  font-family: "Geist Mono", monospace;
  font-size: clamp(38px, 26.1364px + 3.2955vw, 67px);
  font-weight: 400;
  text-decoration: none;
  color: #F2F0EF;
  background-color: #414141;
  border-radius: 16px;
}
.link svg {
  width: clamp(38px, 26.1364px + 3.2955vw, 67px);
  height: auto;
  fill: #F2F0EF;
  transform: rotate(-45deg);
  fill: #F2F0EF;
  aspect-ratio: 1/1;
  z-index: 0;
  transition: all 0.3s ease-in;
}
.link:hover {
  background-color: #808080;
}
.link:hover svg {
  transform: rotate(0deg);
}

.link__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 840px) {
  .link__container {
    flex-direction: row;
  }
}

.link--crew {
  padding: 160px 0;
}

.segment {
  display: flex;
  flex-direction: column;
}

.segment__list {
  padding: 0;
}

.segment__listel {
  list-style: none;
}

.segment__listel--geist {
  font-family: "Geist", sans-serif;
}

.segment__listel--geistmono {
  font-family: "Geist Mono", monospace;
}

.segment__listel--nohemi {
  font-family: "Nohemi";
}

.footer {
  position: relative;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  color: #F2F0EF;
  padding: 16px;
  gap: 16px;
  background-color: #414141;
  margin: 20px 0;
}
.footer p {
  font-family: "Geist Mono", monospace;
  margin: 0;
  right: 0;
  line-height: 1;
}
.footer .small {
  color: #F2F0EF;
  text-align: right;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .footer {
    padding: 24px;
    gap: 24px;
  }
}

.footer__info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px #F2F0EF solid;
}

.footer__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  color: #F2F0EF;
  text-decoration: none;
}
.footer__link svg {
  transform: rotate(-45deg);
  fill: #F2F0EF;
  height: 16px;
  aspect-ratio: 1/1;
  z-index: 0;
  transition: all 0.3s ease-in;
}
.footer__link:hover svg {
  transform: rotate(0deg);
}

.source__toggle {
  background-color: #414141;
  color: #F2F0EF;
  border: none;
  cursor: pointer;
}

.source__toggle:hover {
  text-decoration: underline;
}

.source__list__container {
  opacity: 0;
  position: absolute;
  z-index: 10;
  background-color: #414141;
  right: 0;
  top: -110px;
  cursor: default;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  color: #F2F0EF;
  padding: 16px;
  gap: 16px;
}
.source__list__container li {
  pointer-events: none;
}
.source__list__container p {
  margin: 0;
}

.source__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  text-decoration: none;
  gap: 8px;
  padding: 0;
}

.source__list__container--active {
  transition: opacity 0.4s;
  opacity: 100%;
}
.source__list__container--active li {
  pointer-events: auto;
}

.source__listel {
  text-decoration: none;
  color: #F2F0EF;
}
.source__listel svg {
  transform: rotate(-45deg);
  fill: #F2F0EF;
  height: 16px;
  aspect-ratio: 1/1;
  z-index: 0;
  transition: all 0.3s ease-in;
}
.source__listel:hover svg {
  transform: rotate(0deg);
}

.segment {
  margin: 80px 0;
  border-top: 1px #F2F0EF solid;
}

.segment__listel--img {
  display: flex;
  justify-content: end;
}

.img {
  width: 100%;
}
@media (min-width: 840px) {
  .img {
    align-self: flex-end;
    width: 50%;
  }
}

.imgh1 {
  width: 100%;
}

/*# sourceMappingURL=app.css.map*/