:root {
  --paper: #ebe5d7;
  --ink: #171714;
  --orange: #e44b20;
  --acid: #d8db57;
  --hero: #1a1a17;
  --work-bg: #26261f;
  --font-main: Arial, Helvetica, sans-serif;
  --font-data: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-main);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
::selection { background: var(--orange); color: var(--paper); }

.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 50;
  background: var(--orange);
  color: var(--ink);
  padding: 10px 14px;
  font: 10px var(--font-data);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.skip-link:focus { top: 12px; }

.nav {
  position: absolute;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3vw;
  color: var(--paper);
  border-bottom: 1px solid #ebe5d74d;
}
.brand {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 9px;
  letter-spacing: 0.14em;
  line-height: 1.35;
}
.mark {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 1;
}
.mark i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
}
.navlinks {
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.navlinks a { position: relative; }
.navlinks a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: 0.3s;
}
.navlinks a:hover:after { width: 100%; }
.navlinks .portal-nav {
  border: 1px solid;
  border-radius: 99px;
  margin-top: -10px;
  padding: 9px 14px;
}
.navlinks .portal-nav:after { display: none; }
.navlinks .portal-nav:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--ink);
}
.menu {
  display: none;
  color: inherit;
  border: 0;
  background: none;
  font-size: 10px;
  letter-spacing: 0.14em;
  cursor: pointer;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 118px 3vw 40px;
  background: var(--hero);
  color: var(--paper);
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(#ebe5d726 1px, #0000 1px),
    linear-gradient(90deg, #ebe5d726 1px, #0000 1px);
  background-size: 7vw 7vw;
  -webkit-mask-image: linear-gradient(#0000, #000 70%, #0000);
  mask-image: linear-gradient(#0000, #000 70%, #0000);
}
.kicker {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.22em;
}
.kicker i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px #e44b2033;
}
.kicker.ink { color: var(--ink); }
.hero h1 {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 18px 0 0;
  font-size: clamp(40px, 5.6vw, 78px);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.88;
}
.hero h1 em {
  color: var(--orange);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
}
.hero-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-top: 28px;
}
.hero-row p {
  max-width: 520px;
  margin: 0;
  font: 12px/1.6 var(--font-data);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.hero-row .portal-button { min-width: 240px; }

.section-label {
  display: flex;
  align-items: center;
  gap: 25px;
  font: 10px var(--font-data);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.section-label span { color: var(--orange); }

.intro { padding: 72px 3vw 28px; }
.lede {
  max-width: 760px;
  margin: 28px 0 48px;
  font-size: clamp(22px, 2.4vw, 32px);
  letter-spacing: -0.04em;
  line-height: 1.2;
}
.capabilities {
  display: grid;
  grid-template-columns: 120px 1fr;
  max-width: 720px;
  border-top: 1px solid var(--ink);
}
.capabilities span,
.capabilities b {
  padding: 16px 0;
  border-bottom: 1px solid #17171440;
  font-size: 11px;
  letter-spacing: 0.08em;
}
.capabilities b { font-size: 15px; font-weight: 500; }

.people { padding: 56px 3vw 90px; }
.people-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px 4vw;
  margin-top: 40px;
}
.people-grid span {
  font: 10px var(--font-data);
  letter-spacing: 0.12em;
  color: var(--orange);
}
.people-grid b {
  display: block;
  margin: 12px 0 10px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.1;
}
.people-grid p {
  margin: 0;
  max-width: 340px;
  font-size: 15px;
  line-height: 1.45;
}

.work {
  padding: 90px 3vw;
  background: var(--work-bg);
  color: var(--paper);
}
.work-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.work-head > p {
  margin: 0;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
}
.project-list { display: grid; gap: 16px; }
.project {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: 1fr 1.15fr;
  grid-template-rows: auto 1fr;
  min-height: 420px;
  padding: 22px;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.project:hover { transform: scale(0.992); }
.project.orange { background: var(--orange); color: #171714; }
.project.ink { background: #0e0e0d; color: var(--paper); }
.project.cream { background: var(--paper); color: var(--ink); }
.project-top {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1fr 1fr auto;
  padding-bottom: 14px;
  border-bottom: 1px solid;
  font: 10px var(--font-data);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.project-art {
  position: relative;
  min-height: 280px;
  margin: 22px 6vw 0 0;
}
.project-art.has-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-copy {
  align-self: center;
  max-width: 540px;
}
.project-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(32px, 4.2vw, 56px);
  letter-spacing: -0.06em;
  line-height: 0.9;
}
.project-copy p {
  max-width: 420px;
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
}

.portal-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  background: var(--ink);
  color: var(--paper);
  font: 11px var(--font-data);
  letter-spacing: 0.15em;
  transition: 0.25s;
}
.hero .portal-button {
  background: var(--paper);
  color: var(--ink);
}
.hero .portal-button:hover {
  background: var(--orange);
  color: var(--ink);
  padding-left: 32px;
}
.portal-button b { font-size: 21px; }
.portal-button:hover {
  background: var(--orange);
  color: var(--ink);
  padding-left: 32px;
}

footer {
  padding: 0;
  background: var(--acid);
}
.enter-band {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 8vw;
  align-items: end;
  padding: 56px 3vw;
}
.enter-band h2 {
  margin: 14px 0 0;
  font-size: clamp(36px, 5vw, 72px);
  letter-spacing: -0.06em;
  line-height: 0.9;
}
.enter-links { display: grid; gap: 10px; }
.portal-button.ghost {
  background: transparent;
  border: 1px solid var(--ink);
  color: var(--ink);
}
.portal-button.ghost:hover {
  background: var(--ink);
  color: var(--paper);
}
.footer-base {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  align-items: center;
  padding: 22px 3vw;
  border-top: 1px solid var(--ink);
  font: 9px var(--font-data);
  letter-spacing: 0.12em;
  background: var(--paper);
}

@media (max-width: 800px) {
  .menu { display: block; }
  .nav { height: 70px; }
  .brand > span { display: none; }
  .navlinks {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    padding: 35px 3vw;
    background: var(--orange);
    color: var(--ink);
  }
  .navlinks.open { display: flex; }
  .navlinks .portal-nav { width: max-content; margin-top: 0; }
  .hero { padding: 100px 5vw 32px; }
  .hero h1 { font-size: 12vw; }
  .hero-row {
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
  }
  .intro { padding: 56px 5vw 20px; }
  .capabilities { grid-template-columns: 90px 1fr; }
  .people { padding: 40px 5vw 70px; }
  .people-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .work { padding: 64px 4vw; }
  .work-head > p { display: none; }
  .project {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .project-art { min-height: 220px; margin: 16px 0 18px; }
  .project-copy h2 { font-size: 12vw; }
  .enter-band {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 48px 5vw;
  }
  .footer-base {
    grid-template-columns: 1fr auto;
    gap: 16px;
  }
  .footer-base > span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}
