:root {
  --bg: #030303;
  --panel: #050505;
  --text: #e8e6e1;
  --muted: #8e8e8a;
  --soft: #b7b0a1;
  --accent: #c8bfa8;
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.15);
  --max-width: 1680px;
  --page-pad: 72px;
  --serif: "Cormorant Garamond", "Bodoni 72", "Bodoni MT", Georgia, serif;
  --sans: "Inter", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  letter-spacing: 0;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 96px 96px;
  opacity: 0.2;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.site-shell {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  padding: var(--page-pad);
}

.site-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 132px;
}

.brand-link {
  display: block;
  width: 128px;
  height: 128px;
  overflow: visible;
  opacity: 0.92;
  transition:
    opacity 280ms ease,
    filter 280ms ease;
}

.brand-link:hover,
.brand-link:focus-visible {
  opacity: 1;
  filter: drop-shadow(0 0 18px rgba(232, 230, 225, 0.16));
}

.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.32);
  transform-origin: left top;
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.78);
}

.language-button {
  min-width: 36px;
  height: 32px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background-color 220ms ease,
    color 220ms ease;
}

.language-button:hover,
.language-button:focus-visible,
.language-button.is-active {
  background: #101010;
  color: var(--text);
  outline: none;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 0.66fr) minmax(280px, 0.34fr);
  min-height: 620px;
  padding: 132px 0 118px;
}

.hero-copy {
  align-self: center;
}

.hero-name {
  max-width: none;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.25rem, 10.3vw, 11rem);
  font-weight: 500;
  line-height: 0.82;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-role {
  max-width: 520px;
  margin: 32px 0 0;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.5;
}

.hero-description {
  max-width: 520px;
  margin: 28px 0 0;
  color: var(--soft);
  font-size: 1.12rem;
  line-height: 1.7;
}

.availability {
  margin: 28px 0 0;
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-negative-space {
  min-height: 100%;
}

.info-section {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.info-column {
  min-height: 350px;
  padding: 34px 34px 42px;
}

.info-column + .info-column {
  border-left: 1px solid var(--line);
}

.section-kicker {
  margin: 0;
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}

.body-copy {
  margin-top: 46px;
}

.body-copy p,
.tools-list,
.approach-item p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.75;
}

.body-copy p {
  margin: 0 0 18px;
}

.body-copy p:last-child {
  margin-bottom: 0;
}

.tools-list {
  display: grid;
  gap: 9px;
  margin: 46px 0 0;
  padding: 0;
  list-style: none;
}

.approach-list {
  display: grid;
  gap: 24px;
  margin-top: 44px;
}

.approach-item {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
}

.approach-item h2 {
  margin: 0 0 6px;
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
}

.approach-item p {
  margin: 0;
}

.approach-icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.approach-icon::before,
.approach-icon::after {
  position: absolute;
  content: "";
  border-color: var(--accent);
}

.icon-minimalism::before {
  top: 8px;
  left: 0;
  width: 18px;
  border-top: 1px solid var(--accent);
}

.icon-minimalism::after {
  top: 4px;
  left: 8px;
  height: 10px;
  border-left: 1px solid var(--accent);
}

.icon-concept::before {
  inset: 3px;
  border: 1px solid var(--accent);
  transform: rotate(45deg);
}

.icon-concept::after {
  top: 8px;
  left: 8px;
  width: 2px;
  height: 2px;
  background: var(--accent);
}

.icon-interaction::before {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--accent);
  border-left: 1px solid var(--accent);
}

.icon-interaction::after {
  right: 2px;
  bottom: 2px;
  width: 10px;
  height: 10px;
  border-right: 1px solid var(--accent);
  border-bottom: 1px solid var(--accent);
}

.icon-attention::before {
  inset: 2px;
  border: 1px solid var(--accent);
  border-radius: 50%;
}

.icon-attention::after {
  top: 8px;
  left: 8px;
  width: 2px;
  height: 2px;
  background: var(--accent);
  border-radius: 50%;
}

.contact-list {
  display: grid;
  gap: 22px;
  margin-top: 46px;
  font-style: normal;
}

.contact-list a {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.45;
  transition: color 240ms ease;
}

.contact-list a span:first-child {
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-list a:hover,
.contact-list a:focus-visible {
  color: var(--accent);
  outline: none;
}

.projects-section {
  padding: 78px 0 0;
}

.projects-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}

.projects-controls {
  display: flex;
  gap: 8px;
}

.projects-arrow {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--text);
  font-size: 1.1rem;
  line-height: 1;
  transition:
    border-color 240ms ease,
    background-color 240ms ease,
    color 240ms ease;
}

.projects-arrow:hover,
.projects-arrow:focus-visible {
  border-color: var(--line-strong);
  background: var(--text);
  color: var(--bg);
  outline: none;
}

.projects-arrow:disabled {
  border-color: var(--line);
  background: transparent;
  color: var(--muted);
  cursor: default;
  opacity: 0.42;
}

.projects-viewport {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
}

.projects-viewport::-webkit-scrollbar {
  display: none;
}

.projects-viewport:focus-visible {
  outline: 1px solid var(--line-strong);
  outline-offset: 6px;
}

.projects-grid {
  display: grid;
  grid-auto-columns: calc((100% - 42px) / 4);
  grid-auto-flow: column;
  gap: 14px;
}

.project-card {
  display: grid;
  min-width: 0;
  color: var(--text);
  scroll-snap-align: start;
  transition:
    transform 300ms ease,
    color 240ms ease;
}

.project-frame {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #030303;
  transition:
    border-color 300ms ease,
    background-color 300ms ease;
}

.project-frame::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(3, 3, 3, 0) 42%, rgba(3, 3, 3, 0.76) 100%);
}

.project-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.03);
  transition:
    transform 420ms ease,
    filter 320ms ease;
}

.project-meta {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  display: grid;
  gap: 7px;
}

.project-name {
  overflow-wrap: anywhere;
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.05;
}

.project-type {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
}

.project-card:hover,
.project-card:focus-visible {
  transform: translateY(-4px);
  color: var(--accent);
  outline: none;
}

.project-card:hover .project-frame,
.project-card:focus-visible .project-frame {
  border-color: var(--line-strong);
  background: #070707;
}

.project-card:hover .project-cover,
.project-card:focus-visible .project-cover {
  transform: scale(1.035);
  filter: saturate(1) contrast(1.08);
}

@media (max-width: 1320px) {
  :root {
    --page-pad: 56px;
  }

  .hero-name {
    font-size: clamp(4.25rem, 10vw, 8.5rem);
  }
}

@media (max-width: 1120px) {
  :root {
    --page-pad: 42px;
  }

  .hero-section {
    grid-template-columns: 1fr;
    min-height: 560px;
    padding: 104px 0 92px;
  }

  .hero-negative-space {
    display: none;
  }

  .hero-name {
    font-size: clamp(3.8rem, 10.8vw, 7rem);
  }

  .info-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .info-column:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .info-column:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .projects-grid {
    grid-auto-columns: calc((100% - 28px) / 3);
  }
}

@media (max-width: 720px) {
  :root {
    --page-pad: 24px;
  }

  .site-header {
    min-height: 94px;
  }

  .brand-link {
    width: 86px;
    height: 86px;
  }

  .language-button {
    min-width: 31px;
    height: 29px;
    font-size: 0.64rem;
  }

  .hero-section {
    min-height: 510px;
    padding: 74px 0 74px;
  }

  .hero-name {
    font-size: clamp(3rem, 11vw, 4.8rem);
  }

  .hero-role {
    margin-top: 24px;
  }

  .hero-description {
    max-width: 100%;
    font-size: 1rem;
  }

  .info-section {
    grid-template-columns: 1fr;
  }

  .info-column {
    min-height: auto;
    padding: 30px 0 34px;
  }

  .info-column + .info-column,
  .info-column:nth-child(3),
  .info-column:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .body-copy,
  .tools-list,
  .approach-list,
  .contact-list {
    margin-top: 30px;
  }

  .projects-section {
    padding-top: 58px;
  }

  .projects-grid {
    grid-auto-columns: calc((100% - 12px) / 2);
    gap: 18px 12px;
  }
}

@media (max-width: 430px) {
  :root {
    --page-pad: 18px;
  }

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

  .brand-link {
    width: 72px;
    height: 72px;
  }

  .language-switcher {
    gap: 1px;
    padding: 2px;
  }

  .language-button {
    min-width: 28px;
    height: 27px;
  }

  .hero-name {
    font-size: clamp(2.45rem, 13vw, 3.45rem);
  }

  .projects-grid {
    grid-auto-columns: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
