:root {
  --ink: #141714;
  --paper: #ebe7dc;
  --white: #f8f5ed;
  --acid: #c8f85a;
  --blue: #4357e8;
  --orange: #ff6b3d;
  --line: rgba(20, 23, 20, .2);
  --muted: #64675e;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); color: var(--ink); }
a { color: inherit; }
::selection { background: var(--ink); color: var(--acid); }
.skip-link { position: fixed; z-index: 20; top: 1rem; left: 1rem; padding: .75rem 1rem; border-radius: 99px; background: var(--ink); color: white; transform: translateY(-180%); transition: transform .2s; }
.skip-link:focus { transform: none; }
.nav, .hero, .projects, .principle, footer { padding-left: max(1.5rem, calc((100vw - 1480px) / 2)); padding-right: max(1.5rem, calc((100vw - 1480px) / 2)); }
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { font-size: clamp(1.2rem, 2vw, 1.7rem); font-weight: 950; letter-spacing: -.055em; text-decoration: none; }
.brand span { margin-left: .45rem; color: var(--blue); font-weight: 760; letter-spacing: -.035em; }
.nav-meta { display: flex; align-items: center; gap: 1rem; font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.language { display: grid; place-items: center; width: 3rem; height: 3rem; border: 1px solid; border-radius: 50%; text-decoration: none; transition: background .2s, color .2s, transform .2s; }
.language:hover, .language:focus-visible { background: var(--ink); color: var(--paper); transform: rotate(-8deg); }
.kicker { margin: 0; font-size: .72rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.hero { min-height: min(820px, calc(100svh - 88px)); padding-top: clamp(5rem, 11vw, 10rem); padding-bottom: clamp(4rem, 8vw, 7rem); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 3rem; align-items: end; }
.hero h1 { margin: 1.4rem 0 2rem; max-width: 12ch; font-size: clamp(4rem, 9vw, 9rem); line-height: .82; letter-spacing: -.075em; }
.hero h1 em { color: transparent; -webkit-text-stroke: max(1px, .012em) var(--ink); font-style: normal; }
.intro { max-width: 650px; margin: 0; color: var(--muted); font-size: clamp(1.15rem, 1.8vw, 1.65rem); line-height: 1.48; letter-spacing: -.022em; }
.hero-index { width: clamp(9rem, 18vw, 17rem); aspect-ratio: 1; padding: 1.5rem; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--ink); border-radius: 50%; background: var(--acid); font-weight: 900; }
.projects { padding-top: clamp(5rem, 9vw, 9rem); padding-bottom: clamp(5rem, 9vw, 9rem); background: var(--ink); color: var(--white); }
.section-head { margin-bottom: clamp(3rem, 6vw, 5rem); display: grid; grid-template-columns: .38fr 1fr; gap: 2rem; align-items: start; }
.section-head h2 { margin: 0; max-width: 12ch; font-size: clamp(3rem, 6.5vw, 7rem); line-height: .88; letter-spacing: -.065em; }
.project-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1rem; }
.project { min-height: 430px; padding: clamp(1.5rem, 3vw, 2.5rem); display: flex; flex-direction: column; justify-content: space-between; grid-column: span 2; border: 1px solid rgba(248,245,237,.28); border-radius: 1.65rem; background: #20231f; }
.project:nth-child(4), .project:nth-child(5) { grid-column: span 3; min-height: 360px; }
.project.live { transition: transform .25s ease, border-color .25s ease; }
.project.live:hover { transform: translateY(-5px); border-color: var(--white); }
.project-surf { background: var(--blue); }
.project-umnyasha { background: var(--acid); color: var(--ink); }
.project-cashverse { background: var(--orange); color: var(--ink); }
.project-road { background: #292c29; }
.project-lands { background: var(--white); color: var(--ink); }
.project-top { display: flex; justify-content: space-between; gap: 1rem; font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.status { padding: .45rem .7rem; border: 1px solid currentColor; border-radius: 99px; }
.status.muted { opacity: .72; }
.project h3 { margin: 0 0 1.25rem; font-size: clamp(2.6rem, 4.4vw, 5.2rem); line-height: .88; letter-spacing: -.065em; }
.project p { max-width: 39ch; margin: 0; font-size: 1rem; line-height: 1.55; }
.project-link { width: fit-content; padding-bottom: .3rem; border-bottom: 1px solid; font-size: .76rem; font-weight: 850; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.project-link span { display: inline-block; transition: transform .2s; }
.project-link:hover span, .project-link:focus-visible span { transform: translate(.2rem,-.2rem); }
.project-note { font-size: .72rem !important; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; opacity: .7; }
.principle { padding-top: clamp(6rem, 12vw, 12rem); padding-bottom: clamp(6rem, 12vw, 12rem); display: grid; grid-template-columns: .38fr 1fr; gap: 2rem; }
.principle-copy { margin: 0; max-width: 18ch; font-size: clamp(2.4rem, 5.8vw, 6.2rem); line-height: .95; letter-spacing: -.06em; font-weight: 850; }
footer { min-height: 240px; padding-top: 2rem; padding-bottom: 2rem; display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; background: var(--blue); color: white; }
.footer-brand { font-size: clamp(3.8rem, 10vw, 10rem); line-height: .8; letter-spacing: -.025em; font-weight: 950; text-decoration: none; }
footer p { margin: 0; text-align: right; font-size: .7rem; line-height: 1.65; letter-spacing: .1em; text-transform: uppercase; }
@media (max-width: 980px) {
  .project { grid-column: span 3; }
  .project:nth-child(5) { grid-column: 2 / span 4; }
}
@media (max-width: 700px) {
  .nav-meta > span { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; align-items: start; }
  .hero-index { width: 9rem; }
  .section-head, .principle { grid-template-columns: 1fr; }
  .project { grid-column: 1 / -1 !important; min-height: 380px !important; }
  footer { min-height: 190px; align-items: flex-start; flex-direction: column; }
  footer p { text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
