:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
}
.site-header {
  background-color: #f3f1ea;
}
.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.25rem 2rem;
}
@media screen and (min-width: 520px) {
  .site-nav {
    padding: 1.5rem 3rem;
  }
}
.site-nav .nav-mark {
  font-family: "Archivo Black", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #16181a;
}
.site-nav .nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .site-nav .nav-toggle {
    display: none;
  }
}
.site-nav .nav-toggle .nav-toggle-bar {
  display: block;
  height: 2px;
  background-color: #16181a;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.site-nav .nav-toggle[aria-expanded="true"] .nav-toggle-bar:first-child {
  transform: translateY(3.5px) rotate(45deg);
}
.site-nav .nav-toggle[aria-expanded="true"] .nav-toggle-bar:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}
.site-nav .nav-links {
  list-style: none;
  display: none;
  flex-direction: column;
  gap: 0;
  margin: 1rem 0 0;
  padding: 0;
  width: 100%;
}
.site-nav .nav-links.is-open {
  display: flex;
}
.site-nav .nav-links li {
  border-top: 1px solid rgba(22, 24, 26, 0.14);
}
.site-nav .nav-links li:last-child {
  border-bottom: 1px solid rgba(22, 24, 26, 0.14);
}
.site-nav .nav-links a {
  display: block;
  padding: 0.9rem 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.9rem;
  text-decoration: none;
  color: #16181a;
}
.site-nav .nav-links a:hover {
  color: #e2622e;
}
@media screen and (min-width: 768px) {
  .site-nav .nav-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    margin: 0;
    width: auto;
  }
  .site-nav .nav-links li {
    border: none;
  }
  .site-nav .nav-links li:last-child {
    border: none;
  }
  .site-nav .nav-links a {
    padding: 0;
  }
}
.site-footer {
  background-color: #16181a;
  color: #f3f1ea;
  padding: 1.75rem 0;
  border-top: 1px solid #3a3a36;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
  font-size: 0.85rem;
}
@media screen and (min-width: 520px) {
  .footer-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }
}
.footer-inner .footer-links {
  display: flex;
  gap: 1.25rem;
}
.footer-inner .footer-links a {
  color: #f3f1ea;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.footer-inner .footer-links a:hover {
  color: #f0b94a;
}
.footer-inner .copy {
  opacity: 0.85;
}
.hero {
  padding: 3rem 0 3.5rem;
}
@media screen and (min-width: 768px) {
  .hero {
    padding: 5rem 0 4.5rem;
  }
}
.hero h1 {
  font-family: "Archivo Black", "Helvetica Neue", Arial, sans-serif;
  font-size: 2.75rem;
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin: 0 0 1.25rem;
}
@media screen and (min-width: 520px) {
  .hero h1 {
    font-size: 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .hero h1 {
    font-size: 4.5rem;
  }
}
.hero .lede {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #52504a;
  max-width: 46ch;
  margin: 0 0 1.75rem;
}
.stack-layers {
  display: flex;
  flex-direction: column;
}
.layer-band {
  padding: 2rem 0;
}
.layer-band .layer-inner {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .layer-band .layer-inner {
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
  }
}
.layer-band .layer-name {
  font-family: "Archivo Black", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin: 0;
  flex: 0 0 240px;
}
@media screen and (min-width: 768px) {
  .layer-band .layer-name {
    font-size: 1.6rem;
  }
}
.layer-band p {
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
  max-width: 56ch;
}
.layer-frontend {
  background-color: #f0b94a;
  color: #4a3306;
}
.layer-wordpress {
  background-color: #e2622e;
  color: #fdf0e9;
}
.layer-backend {
  background-color: #2c3a54;
  color: #dbe1ea;
}
.layer-pydjango {
  background-color: #0b4f4a;
  color: #dcefec;
}
.work-section {
  background-color: #16181a;
  color: #f3f1ea;
  padding: 4rem 0 4.5rem;
}
.work-section .section-label {
  color: #f3f1ea;
}
.work-section .work-empty {
  color: #a9a89f;
  font-size: 1rem;
}
.work-grid {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 520px) {
  .work-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .work-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.project-card {
  display: flex;
  flex-direction: column;
  background-color: #f3f1ea;
  text-decoration: none;
  color: #16181a;
  border: 2px solid transparent;
  transition: border-color 0.2s ease;
}
.project-card:hover {
  border-color: #f0b94a;
}
.project-card .project-card-thumb {
  aspect-ratio: 1.3333333333;
  overflow: hidden;
}
.project-card .project-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.project-card .project-card-head {
  background-color: #e2622e;
  color: #fdf0e9;
  font-family: "Archivo", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 0.95rem;
  padding: 0.85rem 1.1rem;
}
.project-card .project-card-body {
  padding: 1.1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.project-card .project-card-body p {
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0;
  color: #52504a;
}
.project-detail-head {
  background-color: #e2622e;
  color: #fdf0e9;
  padding: 3rem 0 2.5rem;
}
.project-detail-head .back-link {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-decoration: none;
  color: #fdf0e9;
  opacity: 0.85;
  margin-bottom: 1.5rem;
}
.project-detail-head .back-link:hover {
  opacity: 1;
}
.project-detail-head h1 {
  font-family: "Archivo Black", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 2.25rem;
  line-height: 1.05;
  margin: 0 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .project-detail-head h1 {
    font-size: 3rem;
  }
}
.project-detail-head .tags span {
  background-color: #fdf0e9;
  color: #e2622e;
}
.project-detail-body {
  padding: 3rem 2rem 4rem;
}
@media screen and (min-width: 520px) {
  .project-detail-body {
    padding: 3.5rem 3rem 4.5rem;
  }
}
.project-shot {
  margin-bottom: 1.75rem;
}
.project-shot img {
  width: 100%;
  display: block;
}
.project-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.project-content {
  max-width: 68ch;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #52504a;
}
.project-content p:first-child {
  margin-top: 0;
}
.more-details {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.detail-row {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .detail-row {
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
  }
  .detail-row:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
.detail-row .detail-image {
  flex: 1 1 0;
}
.detail-row .detail-image img {
  width: 100%;
  display: block;
}
.detail-row .detail-copy {
  flex: 1 1 0;
}
.detail-row .detail-copy h3 {
  font-family: "Archivo Black", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin: 0 0 0.75rem;
}
.detail-row .detail-copy div {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #52504a;
}
*, *::before, *::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: #f3f1ea;
  color: #16181a;
  font-family: "Archivo", "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
}
a {
  color: inherit;
}
.wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (min-width: 520px) {
  .wrap {
    padding: 0 3rem;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.btn {
  display: inline-block;
  font-family: "Archivo", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.85rem;
  padding: 0.85rem 1.5rem;
  text-decoration: none;
  border: 2px solid #16181a;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.btn.btn-ink {
  background-color: #16181a;
  color: #f3f1ea;
}
.btn.btn-ink:hover {
  background-color: transparent;
  color: #16181a;
}
.btn.btn-outline {
  background-color: transparent;
  color: #16181a;
}
.btn.btn-outline:hover {
  background-color: #16181a;
  color: #f3f1ea;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.tags span {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background-color: #f0b94a;
  color: #4a3306;
  padding: 0.3rem 0.6rem;
}
.section-label {
  font-family: "Archivo", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 1.75rem;
}
.section {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  margin-top: 100px;
}
.section.active {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.show {
  display: block;
}
