@charset "UTF-8";
:root {
  --cp900: #b5bae5;
  --cp1000: #3847ba;
  --cs100: #fff;
  --cs1000: #faf4f2;
  --cs1100: #d9d9d9;
  --ct800: #f2d7c9;
  --ct900: #ffbea6;
  --ct1000: #d28389;
  --ct1100: #dd8667;
  --gallery-transition: 0.8s;
  --header-height: 92px;
}

/* Breakpoint mixins */
@font-face {
  font-family: "black";
  src: url("/fonts/black/BlackHanSans-Regular.ttf");
}
@font-face {
  font-family: "geist";
  font-weight: 400;
  src: url("/fonts/geist/Geist-Regular.ttf");
}
@font-face {
  font-family: "geist";
  font-weight: 700;
  src: url("/fonts/geist/Geist-Bold.ttf");
}
.ct2 {
  background-color: var(--cs100);
  color: var(--cp1000);
}

.ct3 {
  background-color: var(--cs1000);
  color: var(--cp1000);
}

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.space-between {
  justify-content: space-between;
}

.clean-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.arrow.down::after {
  content: " ↓";
}
.arrow.end::before {
  content: "→ ";
}

.main-layout {
  display: grid;
  grid-template-columns: 20px 1fr 20px;
}
.main-layout > *:not(.full) {
  grid-column: 2;
}
.main-layout > *.full {
  grid-column: 1/-1;
}
.main-layout > section {
  padding-block: 2rem;
}
@media (min-width: 900px) {
  .main-layout > section {
    padding-block: 3.75rem;
  }
}
.main-layout > section.skills {
  padding-top: 0;
}
@media (min-width: 640px) {
  .main-layout {
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 600px) minmax(20px, 1fr);
  }
}
@media (min-width: 900px) {
  .main-layout {
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 860px) minmax(20px, 1fr);
  }
}
@media (min-width: 1240px) {
  .main-layout {
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 1200px) minmax(20px, 1fr);
  }
}

@media (min-width: 1240px) {
  .col-container {
    display: grid;
    grid-template-columns: 280px 1fr;
    column-gap: 20px;
    margin-bottom: 3.75rem;
  }
  .col-container > *:not(.side-menu) {
    grid-column: 2;
  }
}

:root {
  --header-height: 71px;
}
@media (min-width: 640px) {
  :root {
    --header-height: 92px;
  }
}

* {
  box-sizing: border-box;
  scroll-margin-block-start: calc(var(--header-height) + 3.75rem);
}

html {
  font-family: geist, sans-serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: var(--cp1000);
  color: var(--cs1000);
}

img {
  width: 100%;
  display: block;
}

video {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: black, sans-serif;
  font-weight: 400;
  margin: 0 0 1.5em;
}

h1 {
  font-size: 1.75rem;
  line-height: 1.5em;
}
@media (min-width: 640px) {
  h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1240px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 1.25em;
}
@media (min-width: 640px) {
  h2 {
    font-size: 1.75em;
  }
}
@media (min-width: 900px) {
  h2 {
    font-size: 2.125em;
  }
}

h3 {
  font-size: 1.25em;
}
@media (min-width: 640px) {
  h3 {
    font-size: 1.5em;
  }
}
@media (min-width: 1240px) {
  h3 {
    font-size: 2em;
  }
}

p {
  font-weight: 400;
  margin: 0 0 1.5em;
}

a {
  color: var(--ct1000);
}
a.arrow-link {
  text-decoration: none;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  display: inline-flex;
  gap: 0.3em;
}
a.arrow-link::after {
  content: " →";
}
a.arrow-link:not(:last-child) {
  margin-bottom: 2em;
}
a.arrow-link:hover {
  border-bottom: 2px solid currentColor;
}

.btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 0.6em 0.8em 0.6em 1em;
  line-height: 1.4;
  font-size: 1em;
  border: 2px solid currentColor;
  border-radius: 2em;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.4em;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 1.25rem 1rem;
  background-color: var(--cp1000);
}
@media (min-width: 1240px) {
  .site-header {
    padding: 1.125rem 3.75rem;
  }
}
@media (max-width: 900px) {
  .menu-active .site-header {
    display: grid;
    height: 100dvh;
    grid-template-columns: auto auto;
    grid-template-rows: auto 1fr;
  }
}

.logo {
  font-size: 1.25rem;
  font-weight: 700;
}
.logo a {
  color: var(--cs100);
  text-decoration: none;
}
@media (min-width: 640px) {
  .logo {
    font-size: 1.5rem;
  }
}

.main-nav .main-menu {
  display: grid;
  font-size: 1.125rem;
}
.main-nav .main-menu a {
  color: var(--cs1000);
  text-decoration: none;
}
@media (min-width: 900px) {
  .main-nav .main-menu {
    grid-auto-flow: column;
    align-items: center;
    gap: 2.5rem;
  }
}
@media (min-width: 1240px) {
  .main-nav .main-menu {
    font-size: 1.25rem;
  }
}
@media (max-width: 900px) {
  .main-nav .main-menu {
    justify-items: center;
    font-size: 1rem;
    gap: 2rem;
  }
}
@media (max-width: 900px) {
  .main-nav {
    text-align: center;
    justify-items: center;
    grid-area: 2/1/3/-1;
    display: none;
  }
  .menu-active .main-nav {
    display: block;
  }
}

.hero {
  background-color: var(--cs1000);
}
.hero .hero-container {
  display: grid;
  column-gap: 1rem;
  padding-block: 2rem;
  grid-template-areas: "w" "p" "k" "t";
}
.hero .hero-container .hero-word {
  grid-area: w;
  font-family: black, sans-serif;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 900px) {
  .hero .hero-container .hero-word {
    font-size: 2.75rem;
  }
}
@media (min-width: 1240px) {
  .hero .hero-container .hero-word {
    font-size: 3.75rem;
  }
}
.hero .hero-container .hero-kicker {
  grid-area: k;
  font-weight: 700;
}
.hero .hero-container picture {
  grid-area: p;
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .hero .hero-container picture {
    margin-bottom: 0;
  }
}
.hero .hero-container .hero-text {
  grid-area: t;
}
.hero .hero-container .hero-text a.arrow-link {
  font-size: 1.25rem;
}
@media (min-width: 640px) {
  .hero .hero-container {
    display: grid;
    grid-template-columns: 1fr 260px;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "w p" "k p" "t p";
  }
}
@media (min-width: 900px) {
  .hero .hero-container {
    grid-template-columns: 1fr 330px;
    column-gap: 3rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 1240px) {
  .hero .hero-container {
    padding-block: 5rem;
    grid-template-columns: 1fr 400px;
    column-gap: 4rem;
  }
}

.selected-works-list {
  display: grid;
  gap: 2rem;
}
@media (min-width: 900px) {
  .selected-works-list {
    gap: 3.75rem;
  }
}
.selected-works-list .work-card {
  display: grid;
  background-color: var(--cs1000);
  border-radius: 20px;
  overflow: hidden;
  color: var(--cp1000);
  text-decoration: none;
}
.selected-works-list .work-card img {
  object-fit: cover;
  object-position: left;
  height: 100%;
}
@media (min-width: 900px) {
  .selected-works-list .work-card {
    grid-template-columns: calc(300px + 5rem) 1fr;
  }
}
.selected-works-list .work-text {
  align-self: end;
  padding: 2rem 1rem;
}
.selected-works-list .work-text > *:not(:last-child) {
  margin-bottom: 0.75rem;
}
@media (min-width: 640px) {
  .selected-works-list .work-text {
    padding: 2.5rem;
  }
}
.selected-works-list .work-credits > *:not(:first-child)::before {
  content: " · ";
}
.selected-works-list .work-cta {
  font-weight: 700;
}
.selected-works-list .work-cta::after {
  content: " →";
  font-weight: 400;
}

.skills {
  display: grid;
  align-items: center;
  gap: 2.5rem;
}
.skills .skills-container {
  display: grid;
  gap: 2rem;
}
@media (min-width: 900px) {
  .skills .skills-container {
    gap: 3.125rem;
  }
}
.skills .skills-list {
  text-transform: capitalize;
  line-height: 2em;
}
.skills .skills-list li {
  display: inline-flex;
  font-size: 1.5rem;
  align-items: center;
  gap: 0.4em;
}
@media (min-width: 1240px) {
  .skills .skills-list li {
    font-size: 1.75rem;
    line-height: 1.6em;
  }
}
.skills .skills-list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: currentColor;
  border-radius: 50%;
  margin-inline-start: 0.2em;
}
.skills .skills-cta {
  color: inherit;
  text-decoration: none;
  font-size: 1rem;
}
@media (min-width: 900px) {
  .skills .skills-cta {
    font-size: 1.25rem;
  }
}
.skills .skills-cta::after {
  content: " →";
}
.skills img {
  max-width: 430px;
}
@media (max-width: 860px) {
  .skills {
    justify-items: center;
    text-align: center;
  }
  .skills .skills-list li {
    font-size: 1rem;
  }
}
@media (min-width: 900px) {
  .skills {
    grid-template-columns: 430px 1fr;
  }
}

.built .built-list {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
}
.built .built-list li {
  display: grid;
  place-items: center;
  background-color: var(--cs1000);
  padding: 10px;
  border-radius: 12px;
}
.built .built-list img {
  width: 40px;
}
@media (min-width: 640px) {
  .built .built-list img {
    width: 60px;
  }
}
@media (min-width: 900px) {
  .built .built-list img {
    width: 70px;
  }
}
@media (min-width: 1240px) {
  .built .built-list img {
    width: 100px;
  }
}

.home-contact {
  font-size: 1.125rem;
}
.home-contact address {
  font-style: normal;
  display: grid;
  gap: 1.75rem;
}
.home-contact address > * {
  display: grid;
  gap: 0.75rem;
}
.home-contact address a,
.home-contact address ul {
  font-size: 1.125rem;
  font-family: black, sans-serif;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 640px) {
  .home-contact address a,
  .home-contact address ul {
    font-size: 1.5rem;
  }
}
@media (min-width: 900px) {
  .home-contact address a,
  .home-contact address ul {
    font-size: 2.125rem;
  }
}
@media (min-width: 640px) {
  .home-contact address {
    gap: 2.75rem;
  }
}
.home-contact .contact-social-list > li {
  display: inline;
}
.home-contact .contact-social-list > li:not(:last-child)::after {
  content: ", ";
}

.site-footer {
  padding: 0 0 2rem;
}
@media (min-width: 900px) {
  .site-footer {
    padding: 0 0 3.75rem;
  }
}
.site-footer small {
  font-size: 0.875rem;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 24px;
  justify-self: end;
}
.hamburger-box .hamburger-inner {
  position: absolute;
  width: 36px;
  height: 4px;
  transition-property: transform;
  background-color: #fff;
  left: 0;
  top: 50%;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}
.menu-active .hamburger-box .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.hamburger-box .hamburger-inner::before {
  content: "";
  display: block;
  top: -10px;
  position: absolute;
  width: 36px;
  height: 4px;
  background-color: #fff;
}
.menu-active .hamburger-box .hamburger-inner::before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}
.hamburger-box .hamburger-inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  width: 36px;
  height: 4px;
  background-color: #fff;
}
.menu-active .hamburger-box .hamburger-inner::after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
@media (min-width: 900px) {
  .hamburger-box {
    display: none;
  }
}

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