@font-face {
  font-family: "Manrope";
  src: url("assets/Manrope-Variable.ttf") format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #f6f6f4;
  --ink: #181611;
  --smoke: #6d7275;
  --amber: #ffcb05;
  --orange: #f77918;
  --line: rgba(24, 22, 17, .18);
  --light-line: rgba(255, 255, 255, .2);
  --accent: var(--amber);
  --content-max: 100rem;
  --gutter: max(
    clamp(1.25rem, 3.2vw, 3.75rem),
    calc((100vw - var(--content-max)) / 2)
  );
  --section-space: clamp(7rem, 13vw, 13rem);
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--paper);
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", sans-serif;
  font-size: clamp(1rem, 1.05vw, 1.1rem);
  line-height: 1.62;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  content: "";
  opacity: .045;
  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='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
}

a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { color: inherit; }

::selection {
  color: var(--ink);
  background: var(--amber);
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 5px;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100;
  padding: .8rem 1rem;
  color: white;
  background: var(--ink);
  transform: translateY(-180%);
  transition: transform .2s;
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem var(--gutter);
}

.brand { width: clamp(9.2rem, 13vw, 12rem); }
.brand img {
  width: 100%;
  height: auto;
}
.header-contact {
  font-size: clamp(.9rem, .85vw, 1rem);
  font-weight: 750;
  letter-spacing: .015em;
  text-decoration: none;
}

.line-link {
  display: inline-flex;
  gap: .6rem;
  align-items: center;
  padding-bottom: .22rem;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
}

.hero {
  position: relative;
  height: 100svh;
  min-height: 42rem;
  padding: clamp(7rem, 13vh, 9rem) var(--gutter) clamp(3rem, 7vh, 5rem);
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
}

.eyebrow, .section-label {
  margin: 0;
  font-size: clamp(.82rem, .78vw, .92rem);
  font-weight: 700;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.hero-title {
  max-width: 1100px;
  margin: 0;
  font-size: clamp(3.9rem, 8.7vw, 8.8rem);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -.045em;
}

.hero-title span { display: block; }

.dark-section { color: var(--paper); background: var(--ink); }
.smoke-section { color: var(--paper); background: var(--smoke); }

.intro, .needs, .process, .work, .manifesto, .contact {
  padding: var(--section-space) var(--gutter);
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(8rem, 1fr) minmax(0, 3fr);
  gap: clamp(2rem, 6vw, 8rem);
}

.section-grid > *,
.contact-top > *,
.contact-form > *,
.process-layout > *,
.project-grid > * {
  min-width: 0;
}

.display-title {
  margin: 0;
  font-size: clamp(2.8rem, 5.5vw, 6rem);
  font-weight: 450;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.intro .section-grid { min-height: 63vh; }
.intro-content { display: flex; flex-direction: column; }
.kicker {
  max-width: none;
  margin: 0 0 clamp(4rem, 8vw, 8rem);
  font-size: clamp(1.18rem, 1.45vw, 1.42rem);
  font-weight: 650;
  line-height: 1.5;
}
.body-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 5vw, 5rem); margin-top: auto; }
.body-columns p {
  max-width: 38rem;
  margin: 3rem 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(1.12rem, 1.3vw, 1.32rem);
  line-height: 1.65;
}

.needs-intro {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 3rem;
  max-width: 60rem;
  margin: clamp(3rem, 7vw, 7rem) 0 0;
}

.needs-intro p {
  margin: 0;
  font-size: clamp(1.05rem, 1.18vw, 1.2rem);
  line-height: 1.65;
}

.services-wrap { margin-top: clamp(7rem, 14vw, 14rem); }
.services-heading {
  margin: 0 0 clamp(3rem, 6vw, 5rem);
  font-size: clamp(1.18rem, 1.45vw, 1.42rem);
  font-weight: 650;
  line-height: 1.5;
}
.services { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }

.service {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.45fr);
  gap: clamp(1rem, 3vw, 3rem);
  align-items: start;
  padding: clamp(2rem, 4vw, 4rem) 0;
  border-bottom: 1px solid var(--line);
}

.service h3 { margin: 0; font-size: clamp(1.7rem, 2.6vw, 3rem); font-weight: 500; line-height: 1.15; letter-spacing: -.025em; }
.service p {
  max-width: 42rem;
  margin: 0;
  font-size: clamp(1.02rem, 1.1vw, 1.14rem);
  line-height: 1.65;
}

.process-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(3rem, 9vw, 12rem);
  margin-top: clamp(6rem, 13vw, 13rem);
}

.process-statement { font-size: clamp(1.5rem, 2.6vw, 2.7rem); line-height: 1.2; }
.process-statement p { max-width: 17rem; margin: 0; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--light-line); }

.process-list li {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--light-line);
}

.process-list span { font-size: clamp(1.25rem, 1.8vw, 1.8rem); }
.process-list p { max-width: 32rem; margin: 0; color: rgba(255,255,255,.72); font-size: clamp(1.02rem, 1.08vw, 1.12rem); line-height: 1.65; }
.project-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gutter);
  margin-top: clamp(5rem, 9vw, 9rem);
}

.project-wide { grid-column: 1 / -1; width: 72%; }
.project-visual { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--smoke); }
.project-wide .project-visual { aspect-ratio: 16 / 8; }
.project-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease);
}
.project:hover .project-visual img { transform: scale(1.025); }

.project-meta {
  display: grid;
  grid-template-columns: 1fr 2fr auto;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.project-meta h3, .project-meta p { margin: 0; font-size: clamp(.9rem, .9vw, 1rem); font-weight: 550; }
.project-meta span { font-size: .82rem; }
.editorial-copy { max-width: 58rem; font-size: clamp(1.45rem, 2.6vw, 2.65rem); line-height: 1.3; letter-spacing: -.02em; }
.editorial-copy p { margin: 0 0 1.2em; }
.work-intro p:last-child { margin-bottom: 0; }

.manifesto { min-height: 82vh; }
.manifesto-title { margin: clamp(7rem, 15vh, 12rem) 0 0; font-size: clamp(3.1rem, 7vw, 7.4rem); font-weight: 450; line-height: 1.06; letter-spacing: -.04em; }
.manifesto-title span { color: var(--smoke); }
.manifesto-note {
  max-width: 58rem;
  margin: clamp(5rem, 10vw, 9rem) 0 0 25%;
  color: rgba(255,255,255,.7);
  font-size: clamp(1.65rem, 2.8vw, 3rem);
  line-height: 1.3;
  letter-spacing: -.02em;
}

.contact {
  padding-bottom: clamp(4rem, 7vw, 7rem);
  background: var(--paper);
}
.contact-top { display: grid; grid-template-columns: 1fr 3fr; gap: clamp(2rem, 6vw, 8rem); }
.contact-kicker { margin: 0 0 1rem; font-size: clamp(1rem, 1.5vw, 1.4rem); }
.contact-title { margin: 0; font-size: clamp(4.5rem, 11vw, 11rem); font-weight: 500; line-height: .92; letter-spacing: -.05em; }
.contact-identity {
  max-width: 45rem;
  margin: clamp(3rem, 7vw, 7rem) 0 0;
  font-size: clamp(1.1rem, 1.7vw, 1.5rem);
}

.contact-transition {
  width: 100%;
  max-width: none;
  margin: clamp(7rem, 13vw, 13rem) 0 0;
  font-size: clamp(1.15rem, 1.65vw, 1.8rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -.02em;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem var(--gutter);
  margin-top: clamp(3rem, 6vw, 6rem);
  padding-top: clamp(2.5rem, 5vw, 5rem);
  border-top: 1px solid var(--ink);
}

.field { display: flex; flex-direction: column; }
.field-wide { grid-column: 1 / -1; }
.field label { margin-bottom: .9rem; font-size: .84rem; font-weight: 700; text-transform: uppercase; }
.field input, .field textarea { width: 100%; padding: .7rem 0 1rem; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; outline: 0; background: transparent; resize: vertical; }
.field input:focus, .field textarea:focus { border-bottom-width: 3px; }

.submit-button {
  display: flex;
  grid-column: 2;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border: 2px solid var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: clamp(.95rem, .95vw, 1.08rem);
  font-weight: 800;
  letter-spacing: .015em;
  transition: color .3s, background .3s;
}

.submit-button:hover { color: var(--amber); background: var(--ink); }
.form-status { min-height: 1.5em; margin: 0; font-size: .9rem; }

.site-footer {
  --footer-height: 18%;
  position: relative;
  height: 78svh;
  min-height: 36rem;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
}

.footer-panel {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: var(--footer-height);
  min-height: 7rem;
  overflow: hidden;
  background: var(--orange);
  will-change: height;
}

.footer-content {
  position: absolute;
  right: var(--gutter);
  bottom: clamp(1.25rem, 2.5vw, 2.5rem);
  left: var(--gutter);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: calc(78svh - clamp(2.5rem, 5vw, 5rem));
  min-height: 31rem;
}

.footer-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 clamp(1.5rem, 3vw, 3rem);
  border-bottom: 1px solid rgba(24, 22, 17, .25);
  font-size: clamp(.9rem, .85vw, 1rem);
  font-weight: 750;
  letter-spacing: .015em;
}
.footer-meta p { margin: 0; }
.footer-wordmark {
  width: 100%;
  height: auto;
  margin: clamp(2rem, 4vw, 4rem) 0 0;
}

.reveal {
  opacity: 0;
  transform: translateY(65px);
  transition: opacity 1.35s var(--ease), transform 1.6s var(--ease);
}

.reveal.is-visible { opacity: 1; transform: translateY(0); }
.hero-title .reveal:nth-child(2) { transition-delay: .08s; }
.hero-title .reveal:nth-child(3) { transition-delay: .16s; }

@media (max-width: 900px) {
  .hero-title { font-size: clamp(3.8rem, 12vw, 6.2rem); }
  .section-grid, .contact-top { grid-template-columns: 1fr; }
  .section-grid { gap: 3rem; }
  .body-columns { grid-template-columns: 1fr; }
  .kicker { max-width: 42rem; }
  .needs-intro { grid-template-columns: 1fr; margin-left: 0; }
  .service { grid-template-columns: minmax(0, 1fr) minmax(0, 1.45fr); }
  .process-layout { grid-template-columns: 1fr; }
  .project-wide { width: 100%; }
  .manifesto-note { margin-left: 0; }
}

@media (max-width: 620px) {
  :root { --section-space: 6.5rem; }
  .site-header { padding-top: 1.1rem; }
  .brand { width: 8.5rem; }
  .hero {
    height: 100svh;
    min-height: 42rem;
    padding-top: 7.5rem;
    padding-bottom: 3.5rem;
  }
  .hero-title { font-size: clamp(3.35rem, 15vw, 4.8rem); line-height: .98; }
  .intro .section-grid { min-height: 0; }
  .kicker { margin-bottom: 4rem; }
  .display-title { font-size: clamp(2.6rem, 11.5vw, 3.9rem); }
  .body-columns p { margin-top: 1.5rem; }
  .service { grid-template-columns: 1fr; gap: 1.2rem; }
  .service h3 { font-size: 1.9rem; }
  .service p { padding-top: .4rem; }
  .process-list li { grid-template-columns: 1fr; gap: .8rem; }
  .project-grid { grid-template-columns: 1fr; }
  .project-wide { grid-column: auto; }
  .project-wide .project-visual, .project-visual { aspect-ratio: 4 / 3; }
  .project-meta { grid-template-columns: 1fr auto; }
  .project-meta p { grid-row: 2; }
  .project-meta span { grid-column: 2; grid-row: 1; }
  .manifesto { min-height: 70vh; }
  .manifesto-title { margin-top: 6rem; }
  .contact-title {
    max-width: 100%;
    font-size: clamp(3.7rem, 17vw, 5.4rem);
    line-height: .98;
    letter-spacing: -.04em;
    overflow-wrap: anywhere;
  }
  .contact-form { grid-template-columns: 1fr; }
  .field-wide, .submit-button { grid-column: auto; }
  .footer-meta { align-items: flex-start; gap: 2rem; }
  .site-footer { height: 78svh; min-height: 34rem; }
  .footer-panel { min-height: 7rem; }
  .footer-content {
    height: calc(78svh - 2.5rem);
    min-height: 29rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
  .footer-panel { height: 100%; }
}
