@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400;500;700;800&family=Barlow:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #FFFFFF;
  color: #000000;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  -webkit-font-smoothing: antialiased;
}

.t-h1 {
  font-family: "Sen", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 18px;
}

.t-h2 {
  font-family: "Sen", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.t-h3 {
  font-family: "Sen", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #757575;
}

.t-h4 {
  font-family: "Sen", sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0;
}

.t-p {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
}

nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #FFFFFF;
  border-bottom: 0.5px solid #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 48px;
}

.nav-name {
  font-family: "Sen", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
}

.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
}
.nav-links a {
  font-family: "Sen", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #757575;
  color: #000000;
  text-decoration: none;
  transition: color 0.15s;
}
.nav-links a:hover {
  color: #757575;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 48px;
}

section {
  border-bottom: 0.5px solid #000000;
}

.kw {
  background: #FFE600;
  color: #000000;
  padding: 1px 5px 2px;
  font-size: inherit;
  letter-spacing: 0;
}

.tag {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #757575;
  border: 0.5px dashed #757575;
  border-radius: 4px;
  padding: 3px 9px;
  white-space: nowrap;
}

footer {
  padding: 20px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-left {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #757575;
  letter-spacing: 0;
}

.footer-links {
  display: flex;
  gap: 24px;
  list-style: none;
}
.footer-links a {
  font-family: "Sen", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #757575;
  text-decoration: none;
  transition: color 0.15s;
}
.footer-links a:hover {
  color: #000000;
}

.hero {
  padding: 56px 48px 48px;
  border-bottom: 0.5px solid #000000;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
}

.hero-label {
  font-family: "Sen", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #757575;
  margin-bottom: 14px;
}

.hero-headline {
  font-family: "Sen", sans-serif;
  font-weight: 800;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000000;
  max-width: 480px;
}

.hero-right {
  text-align: center;
  flex-shrink: 0;
  padding-bottom: 4px;
}

.hero-sub {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
  color: #757575;
}
.hero-sub strong {
  font-weight: 400;
  color: #000000;
}

.work-header {
  padding: 20px 48px 16px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.12);
}

.project-row {
  display: grid;
  grid-template-columns: 40px 1fr auto 100px;
  align-items: center;
  gap: 24px;
  padding: 20px 48px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.12);
  text-decoration: none;
  color: inherit;
  transition: background 0.1s;
}
.project-row:last-child {
  border-bottom: none;
}
.project-row:hover {
  background: #F7F7F7;
}
.project-row:hover .proj-title {
  letter-spacing: 0.05em;
}

.proj-num {
  font-family: "Sen", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #757575;
}

.proj-year {
  font-family: "Sen", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #757575;
  text-align: right;
}

.proj-title {
  font-family: "Sen", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000000;
  transition: letter-spacing 0.2s;
}

.proj-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: flex-end;
}

#about {
  padding: 56px 48px 52px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 64px;
  align-items: start;
  margin-top: 24px;
}

.about-text p {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #1E1E1E;
  margin-bottom: 12px;
}
.about-text p:last-child {
  margin-bottom: 0;
}

.about-photo {
  display: block;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  margin-bottom: 16px;
  flex-shrink: 0;
}

.about-meta {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-meta-block .t-h3 {
  color: #757575;
  margin-bottom: 8px;
}

.about-meta-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.about-meta-list li {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  color: #1E1E1E;
  padding-left: 14px;
  position: relative;
}
.about-meta-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #757575;
  font-size: 12px;
}

.about-meta-divider {
  border: none;
  border-top: 0.5px solid rgba(0, 0, 0, 0.12);
}

.download-cv {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}
.download-cv:hover {
  text-decoration: underline;
}

#contact {
  padding: 56px 48px 52px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 24px;
}

.contact-item {
  margin-bottom: 20px;
}

.contact-label {
  font-family: "Sen", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #757575;
  margin-bottom: 6px;
}

.contact-value {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
}
.contact-value:hover {
  text-decoration: underline;
}

.contact-note {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 12px;
  color: #757575;
  margin-top: 4px;
}

.proj-header {
  padding: 52px 48px 44px;
  border-bottom: 0.5px solid #000000;
}

.proj-back {
  font-family: "Sen", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #757575;
  color: #757575;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 24px;
  transition: color 0.15s;
}
.proj-back:hover {
  color: #000000;
}

.proj-index {
  font-family: "Sen", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #757575;
  margin-bottom: 10px;
}

.proj-header > .proj-title {
  font-family: "Sen", sans-serif;
  font-weight: 800;
  font-size: 52px;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #000000;
  margin-bottom: 28px;
}

.proj-meta-row {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  border-top: 0.5px solid #000000;
  padding-top: 14px;
}

.proj-meta-label {
  font-family: "Sen", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #757575;
  margin-bottom: 4px;
}

.proj-meta-value {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.proj-body {
  display: grid;
  grid-template-columns: 1fr 300px;
  min-height: 500px;
}

.proj-visuals {
  padding: 40px 48px;
  border-right: 0.5px solid #000000;
}

.proj-visuals-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.img-block {
  width: 100%;
  display: block;
  background: #F0F0F0;
  border: 0.5px solid rgba(0, 0, 0, 0.12);
}
.img-block img {
  width: 100%;
  height: auto;
  display: block;
}

.img-wide {
  width: 100%;
}

.img-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.img-row > div {
  display: flex;
  flex-direction: column;
}
.img-row .img-block {
  min-height: 200px;
  overflow: hidden;
}
.img-row .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.img-row-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
.img-row-3 .img-block {
  min-height: 180px;
  overflow: hidden;
}
.img-row-3 .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.img-caption {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  color: #757575;
  margin-top: 6px;
  line-height: 140%;
}

.img-block video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.proj-sidebar {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.sidebar-section .t-h3 {
  color: #757575;
  margin-bottom: 14px;
  display: block;
}

.sidebar-divider {
  border: none;
  border-top: 0.5px solid rgba(0, 0, 0, 0.12);
}

.bullet-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bullet-list li {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #1E1E1E;
  padding-left: 18px;
  position: relative;
}
.bullet-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #757575;
  font-size: 12px;
  top: 2px;
}

.tag-group {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.proj-nav {
  padding: 24px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.proj-nav a {
  font-family: "Sen", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #757575;
  text-decoration: none;
  transition: color 0.15s;
}
.proj-nav a:hover {
  color: #000000;
}

@media (max-width: 720px) {
  nav {
    padding: 16px 24px;
  }
  .container {
    padding: 0 24px;
  }
  .nav-links {
    gap: 12px;
  }
  .hero {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 40px 24px 32px;
  }
  .hero .hero-headline {
    font-size: 36px;
  }
  .hero .hero-right {
    text-align: left;
  }
  .project-row {
    padding: 16px 24px;
    grid-template-columns: 32px 1fr;
    grid-template-rows: auto auto;
  }
  .project-row .proj-tags {
    display: none;
  }
  .project-row .proj-year {
    text-align: right;
    grid-column: 2;
  }
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  #about, #contact {
    padding: 40px 24px;
  }
  .proj-header {
    padding: 40px 24px 32px;
  }
  .proj-header > .proj-title {
    font-size: 36px;
  }
  .proj-meta-row {
    gap: 16px;
  }
  .proj-body {
    grid-template-columns: 1fr;
  }
  .proj-visuals {
    border-right: none;
    border-bottom: 0.5px solid #000000;
    padding: 32px 24px;
  }
  .proj-sidebar {
    padding: 32px 24px;
  }
  .proj-nav {
    padding: 20px 24px;
  }
  footer {
    padding: 16px 24px;
  }
}/*# sourceMappingURL=style.css.map */