:root {
  --black: #000;
  --white: #fff;
  --line: rgba(255, 255, 255, 0.28);
  --pad: clamp(22px, 4vw, 64px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  overflow-x: hidden;
  cursor: default;
}

.page-wipe {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  background: var(--white);
  color: var(--black);
  transform: translateY(0);
  transition: transform 1.05s cubic-bezier(.76,0,.24,1) .45s;
}
.page-wipe span { font-size: clamp(42px, 8vw, 112px); font-weight: 900; letter-spacing: -.05em; transition: opacity .25s ease .3s; }
.page-wipe sup { font-size: .12em; vertical-align: top; }
.page-wipe i { position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: var(--black); transform-origin: left; animation: loader-line .55s cubic-bezier(.76,0,.24,1) both; }
.is-loaded .page-wipe { transform: translateY(-101%); pointer-events: none; }
.is-loaded .page-wipe span { opacity: 0; }
@keyframes loader-line { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.scroll-progress { position: fixed; z-index: 120; left: 0; top: 0; height: 2px; width: 100%; background: var(--white); transform: scaleX(0); transform-origin: left; mix-blend-mode: difference; }

body.menu-open, body.lightbox-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; width: 100%; }

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .055;
  z-index: 1000;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.cursor {
  display: none;
  position: fixed;
  width: 18px;
  height: 18px;
  border: 1px solid var(--white);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1100;
  transform: translate(-50%, -50%);
  transition: width .2s, height .2s, background .2s;
  mix-blend-mode: difference;
}
@media (pointer: fine) {
  body { cursor: none; }
  a, button { cursor: none; }
  .cursor { display: block; }
  .cursor.is-active { width: 54px; height: 54px; background: var(--white); }
}

.section-pad { padding-left: var(--pad); padding-right: var(--pad); }
.eyebrow { font-size: 10px; letter-spacing: .22em; line-height: 1.4; }
.section-no { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; letter-spacing: .15em; white-space: nowrap; }

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 74px;
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  mix-blend-mode: difference;
}
.wordmark { font-size: 20px; font-weight: 900; letter-spacing: -.03em; width: max-content; }
.wordmark sup { font-size: 7px; vertical-align: top; margin-left: 2px; }
.nav-center { font-size: 9px; letter-spacing: .2em; }
.menu-toggle {
  justify-self: end;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 8px 0;
  border: 0;
  background: none;
  font-size: 10px;
  letter-spacing: .2em;
}
.menu-toggle i, .menu-toggle i::after { display: block; width: 22px; height: 1px; background: var(--white); content: ""; transition: transform .35s; }
.menu-toggle i::after { transform: translateY(6px); }
.menu-open .menu-toggle i { transform: rotate(45deg); }
.menu-open .menu-toggle i::after { transform: rotate(-90deg); }

.menu {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 95px var(--pad) 40px;
  background: var(--white);
  color: var(--black);
  transform: translateY(-105%);
  transition: transform .65s cubic-bezier(.77,0,.18,1);
}
.menu-open .menu { transform: translateY(0); }
.menu nav { display: flex; flex-direction: column; }
.menu nav a {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid var(--black);
  font-size: clamp(46px, 7.8vw, 112px);
  line-height: .9;
  letter-spacing: -.05em;
  text-transform: uppercase;
  padding: 8px 0 14px;
  overflow: hidden;
  transition: padding-left .45s cubic-bezier(.16,1,.3,1);
}
.menu nav a:hover { padding-left: 3vw; }
.menu nav span { font-size: 10px; letter-spacing: 0; margin: 9px 24px 0 0; }
.menu-meta { display: flex; justify-content: space-between; margin-top: auto; font-size: 10px; letter-spacing: .12em; }

.hero {
  min-height: 100vh;
  position: relative;
  display: grid;
  grid-template-columns: 57% 43%;
  overflow: hidden;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 124px var(--pad) 44px;
  display: flex;
  flex-direction: column;
}
.hero-copy h1 {
  margin: auto 0 0;
  font-size: clamp(52px, 8.1vw, 132px);
  line-height: .86;
  letter-spacing: -.045em;
  white-space: nowrap;
}
.hero-copy h1 em, .work h2 em, .about h2 em, .contact h2 em { font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: 300; letter-spacing: -.04em; }
.hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; margin-top: auto; padding-top: 50px; }
.hero-bottom p { font-size: 11px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }
.round-link { width: 58px; height: 58px; border: 1px solid var(--white); border-radius: 50%; display: grid; place-items: center; font-size: 20px; }
.hero-image { margin: 0; position: relative; overflow: hidden; min-height: 100vh; }
.hero-image img { height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.06); transform: scale(1.03); }
.hero-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 120px 0 140px -140px var(--black); pointer-events: none; }
.hero-image figcaption { position: absolute; right: 22px; bottom: 22px; font-size: 9px; letter-spacing: .18em; writing-mode: vertical-rl; }
.hero-mark { position: absolute; z-index: 3; left: 52.5%; top: 48%; font: 700 13px Arial, sans-serif; border: 1px solid var(--white); border-radius: 50%; width: 42px; height: 42px; display: grid; place-items: center; transform: rotate(-12deg); transition: transform .5s cubic-bezier(.16,1,.3,1), background .3s, color .3s; }
.hero-mark:hover { transform: rotate(0deg) scale(1.12); background: var(--white); color: var(--black); }

.ticker { border-top: 1px solid var(--white); border-bottom: 1px solid var(--white); overflow: hidden; padding: 16px 0; }
.ticker div { width: max-content; font-size: 12px; letter-spacing: .18em; animation: ticker 24s linear infinite; }
@keyframes ticker { to { transform: translateX(-50%); } }

.manifesto { min-height: 78vh; padding-top: 110px; padding-bottom: 110px; display: grid; grid-template-columns: 1fr 5fr 1.5fr; gap: 4vw; align-items: start; }
.manifesto-copy { margin: 0; font-size: clamp(34px, 4.7vw, 72px); line-height: 1; letter-spacing: -.025em; }
.manifesto-copy span { font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: 300; }
.manifesto-side { align-self: end; border-top: 1px solid var(--white); padding-top: 12px; }
.manifesto-side span { font-size: 9px; letter-spacing: .16em; }
.manifesto-side p { font-size: 11px; line-height: 1.55; text-transform: uppercase; margin: 38px 0 0; }

.work { background: var(--white); color: var(--black); }
.work-header { min-height: 58vh; padding-top: 90px; padding-bottom: 70px; display: flex; align-items: flex-end; justify-content: space-between; }
.work h2, .about h2 { margin: 18px 0 0; font-size: clamp(66px, 10.3vw, 158px); line-height: .83; letter-spacing: -.05em; }
.work-count { font-size: 70px; line-height: .6; font-weight: 700; letter-spacing: -.05em; text-align: right; }
.work-count span { font-size: 8px; letter-spacing: .18em; }
.project-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 8vw 2vw; padding-bottom: 130px; align-items: start; }
.project { position: relative; }
.project-tall { grid-column: 1 / span 5; }
.project-square { grid-column: 8 / span 5; margin-top: 16vw; }
.project-wide { grid-column: 2 / span 10; margin-top: 2vw; }
.project-right { grid-column: 8 / span 5; margin-top: 0; }
.project-right + .project-square { grid-column: 1 / span 5; margin-top: 22vw; }
.project-offset-sm { grid-column: 7 / span 6; margin-top: 5vw; }
.image-button { position: relative; width: 100%; padding: 0; border: 0; background: none; overflow: hidden; }
.image-button::after { content: "+"; position: absolute; right: 15px; top: 15px; width: 34px; height: 34px; border: 1px solid var(--white); border-radius: 50%; display: grid; place-items: center; color: var(--white); opacity: 0; transition: opacity .35s, transform .55s cubic-bezier(.16,1,.3,1); }
.image-button:hover::after { opacity: 1; transform: rotate(90deg); }
.project img { filter: grayscale(1) contrast(1.07); transition: filter .65s, transform 1.2s cubic-bezier(.16,1,.3,1); }
.project-tall img, .project-right img { aspect-ratio: 4/5; object-fit: cover; }
.project-square img { aspect-ratio: 1/1; object-fit: cover; }
.project-wide img { aspect-ratio: 2/1; object-fit: cover; object-position: center 46%; }
.project:hover img { filter: grayscale(1) contrast(1.25); transform: scale(1.025); }
.project-meta { display: flex; justify-content: space-between; padding-top: 9px; border-top: 1px solid var(--black); margin-top: 9px; font-size: 9px; letter-spacing: .15em; }

.services { padding-top: 120px; padding-bottom: 120px; display: grid; grid-template-columns: 1fr 6.5fr; gap: 4vw; }
.services-list article { position: relative; display: grid; grid-template-columns: 42px 1fr auto; align-items: baseline; padding: 12px 0 20px; border-top: 1px solid var(--white); }
.services-list article:last-child { border-bottom: 1px solid var(--white); }
.services-list span { font: 400 10px Arial, sans-serif; letter-spacing: .12em; }
.services-list h3 { margin: 0; font-size: clamp(40px, 6.1vw, 92px); line-height: 1; letter-spacing: -.035em; font-weight: 400; transition: transform .55s cubic-bezier(.16,1,.3,1); }
.services-list article:hover h3 { transform: translateX(2vw); }
.services-list p { margin: 0; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.about { display: grid; grid-template-columns: 42% 58%; min-height: 100vh; border-top: 1px solid var(--white); }
.about-image { overflow: hidden; min-height: 100vh; }
.about-image img { height: 100%; object-fit: cover; object-position: 52% center; filter: grayscale(1) contrast(1.12); }
.about-copy { padding-top: 100px; padding-bottom: 70px; display: flex; flex-direction: column; }
.about h2 { font-size: clamp(60px, 7.8vw, 116px); }
.about-lead { font: 300 clamp(21px, 2.15vw, 34px)/1.16 Arial, sans-serif; letter-spacing: -.01em; margin: auto 0 60px; }
.about-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 4vw; border-top: 1px solid var(--white); padding-top: 16px; }
.about-meta p { margin: 0; max-width: 340px; font-size: 11px; line-height: 1.55; text-transform: uppercase; letter-spacing: .06em; }
.about-meta a { border-bottom: 1px solid var(--white); }

.contact { min-height: 84vh; background: var(--white); color: var(--black); padding: 82px var(--pad) 42px; display: flex; flex-direction: column; justify-content: space-between; }
.contact h2 { margin: 35px 0 auto; font-size: clamp(58px, 10.4vw, 164px); line-height: .87; letter-spacing: -.05em; }
.contact-bottom { border-top: 1px solid var(--black); padding-top: 16px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 30px; align-items: end; }
.contact-link { font-size: clamp(17px, 2vw, 32px); letter-spacing: 0; width: max-content; border-bottom: 1px solid var(--black); }
.hero-copy h1, .work h2, .about h2, .contact h2, .services-list h3, .manifesto-copy, .about-lead, .contact-link { font-kerning: normal; font-feature-settings: "kern" 1; text-rendering: geometricPrecision; }
.headline-line { white-space: nowrap; }
.punct { display: inline-block; margin-left: .075em; letter-spacing: 0; }
.apostrophe { display: inline-block; margin: 0 .11em; font-size: .72em; line-height: 1; vertical-align: .18em; letter-spacing: 0; }
.contact-bottom span { font-size: 8px; letter-spacing: .16em; }
.contact-bottom p { margin: 8px 0 0; font-size: 11px; letter-spacing: .1em; }

footer { height: 70px; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; font-size: 8px; letter-spacing: .15em; }
.synqrix-credit { font-size: 7px; letter-spacing: .18em; opacity: .58; }

.lightbox { position: fixed; inset: 0; width: 100%; height: 100%; max-width: none; max-height: none; margin: 0; padding: 28px; border: 0; background: var(--black); color: var(--white); z-index: 1000; }
.lightbox::backdrop { background: var(--black); }
.lightbox > button { position: fixed; right: 28px; top: 25px; background: none; border: 0; z-index: 3; font-size: 10px; letter-spacing: .15em; }
.lightbox-inner { height: 100%; display: grid; place-items: center; position: relative; }
.lightbox img { width: auto; height: calc(100vh - 88px); max-width: 90vw; object-fit: contain; filter: grayscale(1) contrast(1.05); }
.lightbox p { position: fixed; left: 28px; bottom: 18px; font-size: 9px; letter-spacing: .18em; }

.reveal { opacity: 0; clip-path: inset(0 0 100% 0); transform: translateY(28px); transition: opacity .9s, transform 1s cubic-bezier(.16,1,.3,1), clip-path 1s cubic-bezier(.76,0,.24,1); }
.reveal.in-view { opacity: 1; transform: none; clip-path: inset(0); }
.reveal-image { clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); transform: translateY(18px); transition: clip-path 1.15s cubic-bezier(.76,0,.24,1), transform 1.15s cubic-bezier(.16,1,.3,1); }
.reveal-image.in-view { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); transform: none; }

@media (max-width: 800px) {
  .nav { grid-template-columns: 1fr 1fr; height: 62px; }
  .nav-center { display: none; }
  .hero { min-height: 100svh; grid-template-columns: 1fr; }
  .hero-copy { padding-top: 93px; min-height: 52svh; order: 2; }
  .hero-image { min-height: 58svh; height: 58svh; order: 1; }
  .hero-copy h1 { font-size: clamp(52px, 16vw, 86px); white-space: normal; margin-top: 25px; }
  .hero-bottom { padding-top: 28px; }
  .hero-mark { left: auto; right: var(--pad); top: 55svh; }
  .menu nav a { font-size: 16.5vw; }
  .manifesto { min-height: auto; padding-top: 90px; padding-bottom: 90px; grid-template-columns: 1fr; gap: 50px; }
  .manifesto-copy { font-size: 10.5vw; }
  .manifesto-side { max-width: 70%; justify-self: end; }
  .work-header { min-height: 52vh; padding-top: 90px; }
  .work h2 { font-size: 15.5vw; }
  .work-count { font-size: 48px; }
  .project-grid { gap: 70px 14px; padding-bottom: 100px; }
  .project-tall { grid-column: 1 / span 8; }
  .project-square { grid-column: 6 / span 7; margin-top: 30vw; }
  .project-wide { grid-column: 1 / span 12; margin-top: 0; }
  .project-right { grid-column: 5 / span 8; }
  .project-right + .project-square { grid-column: 1 / span 8; margin-top: 30vw; }
  .project-offset-sm { grid-column: 5 / span 8; margin-top: 0; }
  .project-wide img { aspect-ratio: 4/3; }
  .services { grid-template-columns: 1fr; gap: 50px; padding-top: 90px; padding-bottom: 90px; }
  .services-list article { grid-template-columns: 25px 1fr; }
  .services-list h3 { font-size: 11.5vw; }
  .services-list p { grid-column: 2; margin-top: 10px; }
  .about { grid-template-columns: 1fr; }
  .about-image { min-height: 70svh; height: 70svh; }
  .about-copy { min-height: 80svh; padding-top: 75px; }
  .about-lead { margin-top: 90px; }
  .contact { min-height: 82svh; }
  .contact h2 { font-size: 15vw; }
  .contact-bottom { grid-template-columns: 1fr 1fr; }
  .contact-link { grid-column: 1 / -1; margin-bottom: 22px; }
  footer span:nth-child(2) { display: none; }
  .synqrix-credit { margin-left: auto; margin-right: 20px; font-size: 6px; }
}

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