/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --_size: 1.6rem;
  --_font-default: "Poppins", sans-serif;
  --_font-accent: "JetBrains Mono", sans-serif;
  --_radius-s: 1rem;
  --_radius-m: 2rem;
  --_radius-l: 3rem;
  --_radius-xl: 4rem;
  --_animspeed-fast: 0.1s;
  --_animspeed-medium: 0.3s;
  --_animspeed-slow: 0.6s;
  --_animbezier: cubic-bezier(0.23, 0.65, 0.74, 1.09);
}

/* prefers reduced motion */
@media (prefers-reduced-motion: reduce) {
  :root {
    --_animspeed-fast: 50ms;
    --_animspeed-medium: 50ms;
    --_animspeed-slow: 50ms;
  }
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

button:active, button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

input::-moz-focus-inner {
  border: 0 !important;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  -webkit-tap-highlight-color: transparent;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
  border: none;
  cursor: pointer;
}

input,
label {
  font: inherit;
}

html {
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html:not(.gsap-not-found) [data-prevent-flicker=true] {
  visibility: hidden;
}

noscript [data-prevent-flicker=true] {
  visibility: visible !important;
}

body {
  position: relative;
  width: 100%;
  min-width: 360px;
  font: normal 400 var(--_size)/1.4 var(--_font-default);
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 8rem;
  font-weight: 500;
  letter-spacing: -0.1rem;
  line-height: 1.1;
}

h2 {
  font-size: 6rem;
  font-weight: 500;
  letter-spacing: -0.1rem;
  line-height: 1.1;
}

p {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 1em;
  color: #444444;
}

span {
  color: #000;
  display: block;
  text-transform: uppercase;
  font-family: var(--_font-accent);
  font-size: 1.2rem;
  font-weight: 500;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5em 3em;
}
nav .col:nth-child(1) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
nav .col:nth-child(2) {
  text-align: right;
}
nav span {
  color: #c7c7c7;
  mix-blend-mode: difference;
}

.col,
.sub-col {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

section {
  position: relative;
  width: 100%;
  height: 100svh;
  padding: 3em;
}

.hero,
.about-img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.hero .header {
  position: relative;
  width: 50%;
  text-align: center;
}
.hero h1 {
  color: #dbdbdb;
}

.about-img {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 8em 2em;
}
.about-img img {
  width: 40%;
  acpect-ratio: 5/4;
}

.about,
.philosophy {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.philosophy {
  background-color: #202020;
}
.philosophy h2,
.philosophy span {
  color: #fff;
}

.about h2,
.philosophy h2 {
  max-width: 70%;
}
.story {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  margin-bottom: 8em;
}
.story p {
  margin-bottom: 0;
}

footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1em;
  padding: 6em 3em 2.5em 3em;
}
footer .col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
footer .sub-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .sub-col:nth-of-type(1) {
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.line {
  will-change: transform;
}

.line-mask,
.word-mask,
.char-mask {
  padding-block: 0.08em;
  margin-block: -0.08em;
}