
:root {
  --ink: #11110f;
  --paper: #f3f0e7;
  --white: #fffdf8;
  --lima: #c8ff36;
  --celeste: #62c9ff;
  --line: rgba(17, 17, 15, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
main { overflow: hidden; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1240px, calc(100% - 48px));
  min-height: 82px;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 720; letter-spacing: -.03em; }
.brand-mark {
  display: grid; width: 37px; height: 37px; place-items: center;
  border-radius: 50%; background: var(--ink); color: var(--paper);
  font: 700 12px var(--font-geist-mono), monospace;
}
nav { display: flex; gap: 30px; font-size: 14px; }
nav a, footer a { border-bottom: 1px solid transparent; }
nav a:hover, nav a:focus-visible, footer a:hover, footer a:focus-visible { border-color: currentColor; }

.hero {
  display: grid; grid-template-columns: 1.2fr .8fr;
  width: min(1240px, calc(100% - 48px)); min-height: 720px;
  margin: 0 auto; padding: 86px 0 70px;
}
.kicker, .section-label, .project-body > p {
  margin: 0; font: 650 12px/1.2 var(--font-geist-mono), monospace;
  letter-spacing: .09em; text-transform: uppercase;
}
.hero h1 {
  max-width: 800px; margin: 36px 0 28px;
  font-size: clamp(66px, 8.3vw, 126px); font-weight: 720;
  line-height: .82; letter-spacing: -.075em;
}
.hero h1 span { display: block; color: transparent; -webkit-text-stroke: 2px var(--ink); }
.hero-intro { max-width: 670px; margin: 0; font-size: clamp(19px, 2vw, 25px); line-height: 1.4; letter-spacing: -.025em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 42px; }
.button {
  display: inline-flex; align-items: center; justify-content: space-between;
  min-width: 196px; padding: 16px 18px; border: 1px solid var(--ink);
  font-size: 14px; font-weight: 650; transition: transform 160ms ease, box-shadow 160ms ease;
}
.button.primary { background: var(--ink); color: var(--paper); }
.button.secondary { background: transparent; }
.button:hover, .button:focus-visible { box-shadow: 5px 5px 0 var(--lima); transform: translate(-2px, -2px); }

.hero-art { position: relative; min-height: 520px; }
.hero-disc {
  position: absolute; top: 48%; left: 52%; display: grid;
  width: min(29vw, 390px); height: min(29vw, 390px); place-content: center;
  border: 2px solid var(--ink); border-radius: 50%; background: var(--lima);
  box-shadow: 18px 18px 0 var(--ink); transform: translate(-50%, -50%) rotate(-7deg);
}
.hero-disc span { font: 750 clamp(38px, 4.4vw, 68px)/.8 var(--font-geist-mono), monospace; letter-spacing: -.12em; }
.orbit {
  position: absolute; top: 48%; left: 52%; width: min(37vw, 500px); height: min(23vw, 310px);
  border: 1px solid var(--ink); border-radius: 50%; transform: translate(-50%, -50%) rotate(32deg);
}
.orbit-two { transform: translate(-50%, -50%) rotate(-36deg); }
.orbit-two::after {
  position: absolute; right: 4%; bottom: 19%; width: 22px; height: 22px;
  border: 2px solid var(--ink); border-radius: 50%; background: var(--celeste); content: "";
}
.art-label {
  position: absolute; right: 0; bottom: 26px; padding: 9px 12px;
  background: var(--ink); color: var(--paper);
  font: 600 11px var(--font-geist-mono), monospace; letter-spacing: .08em;
}

.manifesto, .projects, .contact { padding: 100px max(24px, calc((100% - 1240px) / 2)); }
.manifesto { background: var(--ink); color: var(--paper); }
.manifesto .section-label, .projects .section-label { margin-bottom: 64px; }
.manifesto-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; }
.manifesto h2, .section-heading h2 {
  margin: 0; font-size: clamp(46px, 6vw, 88px); line-height: .95; letter-spacing: -.065em;
}
.manifesto-copy { padding-top: 10px; }
.manifesto-copy p { margin: 0 0 22px; color: rgba(243,240,231,.78); font-size: 18px; line-height: 1.6; }
.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 90px; border-top: 1px solid rgba(243,240,231,.28); }
.focus-card { min-height: 280px; padding: 28px 32px 32px 0; border-right: 1px solid rgba(243,240,231,.28); }
.focus-card + .focus-card { padding-left: 32px; }
.focus-card:last-child { border: 0; }
.focus-card > span {
  display: inline-grid; width: 34px; height: 34px; place-items: center;
  border: 1px solid currentColor; border-radius: 50%; font: 600 12px var(--font-geist-mono), monospace;
}
.focus-card h3 { max-width: 260px; margin: 56px 0 14px; font-size: 25px; letter-spacing: -.04em; }
.focus-card p { max-width: 330px; margin: 0; color: rgba(243,240,231,.67); line-height: 1.55; }

.projects { background: var(--white); }
.section-heading { display: grid; grid-template-columns: .48fr 1fr; gap: 8vw; margin-bottom: 70px; }
.section-heading > div > p { max-width: 580px; margin: 24px 0 0; font-size: 18px; line-height: 1.55; }
.project-groups { border-top: 1px solid var(--ink); }
.project-group { padding: 54px 0 72px; border-bottom: 1px solid var(--ink); }
.project-group-heading {
  display: grid; grid-template-columns: 70px 1fr auto; align-items: baseline;
  gap: 20px; margin-bottom: 30px;
}
.project-group-heading > span, .project-group-heading > p, .project-index, .project-link {
  font: 650 12px/1.2 var(--font-geist-mono), monospace;
  letter-spacing: .06em; text-transform: uppercase;
}
.project-group-heading h3 { margin: 0; font-size: clamp(30px, 4vw, 54px); letter-spacing: -.05em; }
.project-group-heading p { margin: 0; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--ink); }
.project-tile {
  display: flex; flex-direction: column; min-height: 220px; padding: 22px;
  border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink);
  transition: background 160ms ease, transform 160ms ease;
}
.project-tile:nth-child(3n) { border-right: 0; }
.project-tile:nth-last-child(-n + 3) { border-bottom: 0; }
.project-tile:hover, .project-tile:focus-visible { position: relative; background: var(--lima); transform: translate(-4px, -4px); box-shadow: 4px 4px 0 var(--ink); }
.project-index { opacity: .62; }
.project-tile strong { max-width: 330px; margin: 30px 0; font-size: clamp(22px, 2.5vw, 34px); line-height: 1.05; letter-spacing: -.045em; }
.project-link { margin-top: auto; }

.contact { background: var(--celeste); }
.contact-copy { display: flex; align-items: end; justify-content: space-between; gap: 60px; min-height: 330px; padding-top: 80px; }
.contact-copy p { max-width: 740px; margin: 0; font-size: clamp(38px, 5.2vw, 74px); font-weight: 680; line-height: 1; letter-spacing: -.06em; }
.contact-copy a { flex: 0 0 auto; padding-bottom: 6px; border-bottom: 2px solid; font-size: 20px; font-weight: 700; }
footer { display: flex; justify-content: space-between; padding: 28px max(24px, calc((100% - 1240px) / 2)); background: var(--ink); color: var(--paper); font-size: 13px; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero, .manifesto-grid, .section-heading { grid-template-columns: 1fr; }
  .hero { padding-top: 60px; }
  .hero-art { min-height: 470px; }
  .hero-disc { width: 320px; height: 320px; }
  .orbit { width: 410px; height: 260px; }
  .focus-grid { grid-template-columns: 1fr; }
  .focus-card, .focus-card + .focus-card { min-height: 0; padding: 28px 0 34px; border-right: 0; border-bottom: 1px solid rgba(243,240,231,.28); }
  .focus-card h3 { margin-top: 30px; }
  .section-heading { gap: 0; }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .project-tile:nth-child(3n) { border-right: 1px solid var(--ink); }
  .project-tile:nth-child(2n) { border-right: 0; }
  .project-tile:nth-last-child(-n + 3) { border-bottom: 1px solid var(--ink); }
  .project-tile:nth-last-child(-n + 2) { border-bottom: 0; }
}

@media (max-width: 620px) {
  .site-header, .hero { width: min(100% - 32px, 1240px); }
  .site-header { min-height: 68px; }
  .hero { min-height: 0; padding: 52px 0 42px; }
  .hero h1 { margin-top: 28px; font-size: clamp(55px, 18vw, 82px); }
  .hero h1 span { -webkit-text-stroke-width: 1.5px; }
  .hero-art { min-height: 390px; }
  .hero-disc { width: 245px; height: 245px; box-shadow: 12px 12px 0 var(--ink); }
  .orbit { width: 320px; height: 205px; }
  .manifesto, .projects, .contact { padding-top: 72px; padding-bottom: 72px; }
  .manifesto .section-label, .projects .section-label { margin-bottom: 40px; }
  .focus-grid { margin-top: 55px; }
  .project-group { padding: 42px 0 54px; }
  .project-group-heading { grid-template-columns: 40px 1fr; gap: 12px; }
  .project-group-heading p { display: none; }
  .project-grid { grid-template-columns: 1fr; }
  .project-tile { min-height: 180px; border-right: 0 !important; border-bottom: 1px solid var(--ink) !important; }
  .project-tile:last-child { border-bottom: 0 !important; }
  .contact-copy { display: block; min-height: 0; padding-top: 72px; }
  .contact-copy a { display: inline-block; margin-top: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
