@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink: #f3f1ec;
  --muted: #a9aaa8;
  --line: rgba(243, 241, 236, .16);
  --bg: #0c0e10;
  --panel: #131619;
  --lime: #cfed75;
  --blue: #9dc9e8;
  --peach: #e9b99e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--lime); outline-offset: 5px; }
.site-shell { max-width: 1320px; margin: 0 auto; padding: 0 38px; }
.topbar { display: flex; align-items: center; justify-content: space-between; padding: 29px 0; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 700; letter-spacing: -.02em; }
.wordmark-mark { width: 13px; height: 13px; display: inline-block; background: var(--lime); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
nav { display: flex; gap: 27px; font-family: 'DM Mono', monospace; font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
nav a:hover, .footer a:hover { color: var(--ink); }
.hero { padding: clamp(95px, 15vw, 190px) 0 150px; max-width: 800px; }
.eyebrow { margin: 0 0 22px; color: var(--lime); font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 750px; margin-bottom: 25px; font-size: clamp(54px, 9vw, 118px); line-height: .95; letter-spacing: -.075em; font-weight: 600; }
.hero-copy { max-width: 480px; color: var(--muted); font-size: clamp(18px, 2vw, 23px); line-height: 1.45; }
.text-link { display: inline-flex; gap: 14px; align-items: center; margin-top: 27px; padding-bottom: 8px; border-bottom: 1px solid var(--lime); color: var(--ink); font-size: 14px; }
.text-link span, .card-arrow, .button-link span { color: var(--lime); }
.projects { padding-bottom: 144px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
h2 { margin-bottom: 0; font-size: clamp(34px, 5vw, 64px); line-height: 1; letter-spacing: -.065em; font-weight: 600; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.project-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 445px; padding: 23px; overflow: hidden; background: var(--panel); border: 1px solid var(--line); transition: transform .25s ease, border-color .25s ease; }
.project-card::before { position: absolute; content: ''; width: 220px; height: 220px; top: 23%; right: -85px; border-radius: 50%; border: 1px solid currentColor; opacity: .35; }
.project-card::after { position: absolute; content: ''; width: 330px; height: 330px; top: 10%; right: -135px; border-radius: 50%; border: 1px solid currentColor; opacity: .2; }
.project-card:hover { transform: translateY(-5px); border-color: currentColor; }
.project-card--roxxxy { color: var(--lime); }
.project-card--sally { color: var(--blue); }
.project-card--micro { color: var(--peach); }
.card-topline { display: flex; justify-content: space-between; color: currentColor; font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.card-content { position: relative; z-index: 1; max-width: 265px; color: var(--ink); }
.card-kicker { margin-bottom: 13px; color: currentColor; font-family: 'DM Mono', monospace; font-size: 13px; }
.card-content h3 { margin-bottom: 15px; font-size: clamp(26px, 2.5vw, 37px); line-height: 1.05; letter-spacing: -.06em; font-weight: 600; }
.card-content p:last-child { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.card-arrow { position: relative; z-index: 1; align-self: end; font-size: 25px; }
.studio { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: 68px 0 136px; border-top: 1px solid var(--line); }
.studio > p { max-width: 450px; margin: 40px 0 0; color: var(--muted); font-size: 20px; line-height: 1.45; }
.contact { padding: 68px 0 130px; border-top: 1px solid var(--line); }
.contact-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.contact h2 { max-width: 760px; }
.button-link { display: inline-flex; align-items: center; gap: 17px; flex: none; padding: 15px 18px; border: 1px solid var(--line); font-size: 13px; }
.button-link:hover { border-color: var(--lime); }
.footer { display: flex; justify-content: space-between; padding: 22px 0 30px; border-top: 1px solid var(--line); color: var(--muted); font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.footer-links { display: flex; gap: 23px; }
@media (max-width: 760px) {
  .site-shell { padding: 0 20px; }
  .topbar { padding: 21px 0; }
  nav { gap: 13px; font-size: 9px; }
  .hero { padding: 90px 0 110px; }
  .projects { padding-bottom: 100px; }
  .section-heading, .contact-row { display: block; }
  .section-heading h2 { max-width: 430px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card { min-height: 350px; }
  .studio { grid-template-columns: 1fr; gap: 15px; padding: 55px 0 95px; }
  .studio > p { margin-top: 15px; }
  .contact { padding-bottom: 95px; }
  .button-link { margin-top: 30px; }
  .footer { display: block; }
  .footer-links { margin-top: 13px; }
}
