:root {
  --paper: #f4f1e9;
  --ink: #141414;
  --acid: #eadfca;
  --line: rgba(20, 20, 20, .2);
  --mono: "DM Mono", monospace;
  --display: "Space Grotesk", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--display); }
body.reveal-ready .reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.25,1); }
body.reveal-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }
body.reveal-ready .reveal-delay-1 { transition-delay: .1s; }
body.reveal-ready .reveal-delay-2 { transition-delay: .2s; }
body.reveal-ready .reveal-delay-3 { transition-delay: .3s; }
a { color: inherit; text-decoration: none; }
.section-pad, .site-header, .site-footer { padding-left: clamp(24px, 5vw, 76px); padding-right: clamp(24px, 5vw, 76px); }
.mono { font-family: var(--mono); font-size: 11px; letter-spacing: .02em; text-transform: uppercase; }
.site-header { height: 90px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { font-size: 22px; font-weight: 700; letter-spacing: -.08em; }
  .wordmark span { color: #b85c43; }
.nav-links { display: flex; align-items: center; gap: 34px; font-size: 13px; }
.nav-links a { transition: opacity .2s ease; }
.nav-links a:hover { opacity: .55; }
.nav-contact { border: 1px solid var(--ink); border-radius: 999px; padding: 11px 16px; }
.nav-contact span, .text-link span, .contact-email span { color: #ff5c35; }
.menu-toggle { display: none; background: none; border: 0; font: 11px var(--mono); text-transform: uppercase; }
.hero { min-height: 690px; padding-top: 76px; padding-bottom: 48px; display: flex; flex-direction: column; justify-content: space-between; }
.hero-meta { display: flex; align-items: center; gap: 9px; }
.status-dot { width: 8px; height: 8px; background: #6cc04a; display: inline-block; border-radius: 50%; }
h1, h2, p { margin: 0; }
h1 { max-width: 980px; font-size: clamp(68px, 11vw, 168px); line-height: .83; letter-spacing: -.085em; font-weight: 600; }
em { font-family: Georgia, serif; font-weight: 400; letter-spacing: -.08em; }
.hero-bottom { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.hero-intro { max-width: 355px; font-size: 17px; line-height: 1.25; }
.round-arrow { width: 59px; height: 59px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-size: 22px; transition: background .2s, color .2s; }
.round-arrow:hover { background: var(--ink); color: var(--paper); }
.statement { background: var(--ink); color: var(--paper); display: grid; grid-template-columns: 1fr 2fr; gap: 8vw; padding-top: 120px; padding-bottom: 130px; }
.statement .section-label, .contact .section-label { color: rgba(244,241,233,.55); }
.statement-copy { max-width: 815px; }
.statement h2 { font-size: clamp(40px, 5vw, 73px); line-height: .94; letter-spacing: -.07em; font-weight: 500; }
.statement h2 span { color: var(--acid); }
.statement-copy p { max-width: 460px; margin-top: 44px; color: rgba(244,241,233,.66); font-size: 16px; line-height: 1.45; }
.text-link { display: inline-block; margin-top: 34px; padding-bottom: 7px; border-bottom: 1px solid rgba(244,241,233,.5); font-size: 14px; }
.hourly-quote { margin: 72px 0 0; max-width: 500px; font: clamp(25px, 3vw, 42px) Georgia, serif; line-height: .98; letter-spacing: -.05em; color: var(--acid); }
.work { padding-top: 120px; padding-bottom: 150px; }
.work-heading { display: flex; justify-content: space-between; align-items: start; margin-bottom: 65px; }
.work h2, .contact h2 { font-size: clamp(50px, 7vw, 100px); line-height: .86; letter-spacing: -.08em; font-weight: 500; }
.filters { display: flex; gap: 8px; margin-bottom: 22px; overflow-x: auto; }
.filter-button { white-space: nowrap; padding: 9px 12px; border: 1px solid var(--line); border-radius: 100px; background: transparent; font: inherit; color: inherit; cursor: pointer; }
.filter-button span { opacity: .45; margin-left: 4px; }
.filter-button.is-active, .filter-button:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 62px 22px; }
.project-wide { grid-column: span 2; }
.project-image { aspect-ratio: 1.2; position: relative; overflow: hidden; display: block; }
.project-wide .project-image { aspect-ratio: 2.1; }
.project-image::after { content: ""; position: absolute; inset: 0; background: rgba(255,255,255,0); transition: background .3s; }
.project-image:hover::after { background: rgba(255,255,255,.12); }
.image-cobalt { background: #3d44cf; color: #f4f1e9; }
.image-orange { background: #f45d2e; color: #141414; }
.image-pink { background: #e5a8c3; color: #492b43; }
.image-sage { background: #b5c698; color: #253323; }
.project-mark { position: absolute; z-index: 1; }
.northstar-mark { top: 18%; left: 15%; font-size: clamp(56px, 10vw, 145px); line-height: .73; letter-spacing: -.12em; font-weight: 700; }
.northstar-mark span { font: 12px var(--mono); vertical-align: top; margin-left: 9px; }
.counterform-mark { top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(-8deg); font-size: clamp(31px, 5vw, 72px); line-height: .8; letter-spacing: -.09em; white-space: nowrap; }
.counterform-mark i { font-family: Georgia, serif; font-weight: 400; }
.softpower-mark { top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(9deg); font: clamp(45px, 7vw, 100px) Georgia, serif; line-height: .7; letter-spacing: -.1em; white-space: nowrap; }
.common-mark { top: 50%; left: 14%; transform: translateY(-50%); font-size: clamp(50px, 9vw, 132px); line-height: .71; letter-spacing: -.12em; font-weight: 600; }
.common-mark span { color: #ff5c35; }
.image-note { position: absolute; z-index: 2; right: 15px; bottom: 15px; }
.project-info { display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; padding-top: 13px; border-top: 1px solid var(--ink); }
.project-info h3, .project-info p { font-size: 14px; font-weight: 500; }
.project-info p { opacity: .55; }
.project-info > span { font-size: 20px; line-height: 12px; }
.contact { background: var(--acid); padding-top: 120px; padding-bottom: 35px; min-height: 660px; display: flex; flex-direction: column; }
.contact h2 { margin-top: auto; }
.contact-email { margin-top: 52px; width: fit-content; font: 500 clamp(19px, 2.2vw, 29px) var(--mono); border-bottom: 1px solid var(--ink); padding-bottom: 9px; }
.contact-footer { display: flex; justify-content: space-between; margin-top: 110px; }
.site-footer { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.socials { display: flex; gap: 22px; }
.socials a, .back-top { border-bottom: 1px solid var(--line); padding-bottom: 4px; }
@media (max-width: 700px) {
  .site-header { height: 70px; }
  .nav-links { display: none; position: absolute; z-index: 10; top: 70px; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--ink); padding: 22px 24px; flex-direction: column; align-items: flex-start; gap: 18px; }
  .nav-links.is-open { display: flex; }
  .menu-toggle { display: block; }
  .hero { min-height: 610px; padding-top: 43px; }
  .hero-bottom { align-items: start; }
  .hero-intro { font-size: 15px; max-width: 280px; }
  .statement { display: block; padding-top: 70px; padding-bottom: 80px; }
  .statement-copy { margin-top: 62px; }
  .statement-copy p { margin-top: 30px; }
  .hourly-quote { margin-top: 54px; font-size: 30px; }
  .work { padding-top: 80px; padding-bottom: 100px; }
  .work-heading { display: block; margin-bottom: 45px; }
  .work h2 { margin-top: 55px; }
  .project-grid { display: block; }
  .project { margin-bottom: 48px; }
  .project-wide .project-image, .project-image { aspect-ratio: 1.15; }
  .project-info { grid-template-columns: 1fr auto; }
  .project-info p { grid-column: 1; }
  .project-info > span { grid-column: 2; grid-row: 1 / span 2; }
  .contact { min-height: 570px; padding-top: 70px; }
  .contact h2 { margin-top: 150px; }
  .contact-footer { margin-top: 85px; display: block; line-height: 2; }
  .site-footer { padding-top: 35px; padding-bottom: 35px; align-items: start; flex-wrap: wrap; }
  .socials { order: 3; width: 100%; }
}

@media (prefers-color-scheme: dark) {
  :root {
    --paper: #11110f;
    --ink: #f4f1e9;
    --acid: #eadfca;
    --line: rgba(244, 241, 233, .25);
  }

  body { background: var(--paper); color: var(--ink); }
  .statement { background: #050505; }
  .contact { color: #11110f; }
  .site-header, .site-footer { border-color: var(--line); }
  .nav-contact, .round-arrow { border-color: var(--ink); }
}