:root {
  --paper: #fbfaf5;
  --ink: #101010;
  --muted: #6b665f;
  --line: #ddd7cc;
  --spray: #e4ff28;
  --blue: #0f58ff;
  --red: #ff3d2e;
  --green: #16a46d;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  z-index: 5;
  background-image:
    radial-gradient(circle at 20% 30%, #000 0 1px, transparent 1px),
    radial-gradient(circle at 70% 60%, #000 0 1px, transparent 1px);
  background-size: 18px 18px, 23px 23px;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 20;
  transform: translateY(-150%);
  background: var(--ink);
  color: #fff;
  padding: 10px 12px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 26px;
  padding: 18px clamp(18px, 4vw, 46px);
  background: rgba(251, 250, 245, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  text-decoration: none;
  width: max-content;
  text-transform: uppercase;
  line-height: 0.88;
}

.brand-top {
  display: block;
  font-size: 14px;
  letter-spacing: 0.42em;
  color: var(--muted);
}

.brand-main {
  display: block;
  margin-top: 4px;
  font-size: clamp(30px, 4.6vw, 62px);
  font-weight: 950;
  letter-spacing: -0.03em;
}

.nav {
  display: flex;
  gap: 24px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nav a,
.site-footer a {
  text-decoration: none;
}

.nav a:hover,
.site-footer a:hover {
  text-decoration: underline;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 2px solid var(--ink);
  padding: 11px 18px;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 13px;
}

.nav-cta,
.button-dark {
  background: var(--ink);
  color: #fff;
}

.button-light {
  background: transparent;
}

.hero {
  max-width: 1480px;
  margin: 0 auto;
  padding: clamp(46px, 7vw, 96px) clamp(18px, 4vw, 46px) clamp(46px, 6vw, 80px);
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: end;
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  width: max-content;
  max-width: 100%;
  background: var(--spray);
  color: var(--ink);
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transform: rotate(-1.5deg);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 0.94;
  letter-spacing: -0.05em;
}

h1 {
  max-width: 760px;
  font-size: clamp(64px, 11vw, 168px);
}

h2 {
  font-size: clamp(42px, 7vw, 94px);
}

h3 {
  font-size: clamp(25px, 3vw, 38px);
}

.lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: #272522;
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.32;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-art {
  display: grid;
  grid-template-columns: 0.72fr 0.58fr;
  align-items: end;
  gap: 16px;
}

.hero-art img {
  width: 100%;
  height: clamp(320px, 49vw, 680px);
  object-fit: cover;
  border: 3px solid var(--ink);
  box-shadow: var(--shadow);
}

.hero-art img:last-child {
  height: clamp(220px, 32vw, 430px);
  transform: translateY(-36px) rotate(2deg);
}

.intro-grid,
.feature-strip,
.gallery-section,
.process,
.contact {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(54px, 8vw, 110px) clamp(18px, 4vw, 46px);
  border-top: 1px solid var(--line);
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
}

.intro-grid p:last-child,
.section-head p,
.contact p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.42;
}

.section-head {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 30px;
  align-items: end;
  margin-bottom: 34px;
}

.section-head.wide {
  display: block;
  max-width: 840px;
}

.section-head.wide p:last-child {
  margin-top: 18px;
}

.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.services article {
  min-height: 270px;
  padding: 24px;
  border: 2px solid var(--ink);
  background: #fff;
}

.services article:nth-child(2) {
  background: #e8f0ff;
}

.services article:nth-child(3) {
  background: #fff2ef;
}

.services span {
  display: inline-block;
  margin-bottom: 54px;
  font-weight: 900;
}

.services p {
  margin: 18px 0 0;
  color: #34302b;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 12px;
}

.work-card {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
  min-height: 220px;
  overflow: hidden;
}

.work-card img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  border: 2px solid var(--ink);
  transition: transform 180ms ease, filter 180ms ease;
}

.work-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.12) contrast(1.02);
}

.work-card.wide {
  grid-column: span 2;
}

.work-card.tall {
  grid-row: span 2;
}

.process {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: clamp(28px, 6vw, 80px);
}

.process ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: step;
}

.process li {
  counter-increment: step;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.process li::before {
  content: counter(step, decimal-leading-zero);
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}

.contact-box {
  border: 3px solid var(--ink);
  background: var(--spray);
  padding: clamp(22px, 4vw, 38px);
  transform: rotate(1deg);
}

.mail-big {
  display: block;
  font-size: clamp(24px, 4vw, 44px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.05em;
  text-decoration: none;
}

.contact-box p {
  margin-top: 28px;
  color: var(--ink);
  font-weight: 800;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(18px, 4vw, 46px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer p {
  margin: 0;
}

.site-footer nav {
  display: flex;
  gap: 18px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 58px 18px 18px;
  background: rgba(0, 0, 0, 0.9);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-height: 86vh;
  width: auto;
  border: 2px solid #fff;
}

.lightbox-close {
  position: fixed;
  top: 16px;
  right: 16px;
  border: 2px solid #fff;
  background: #fff;
  color: #000;
  padding: 10px 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.legal-page {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(54px, 8vw, 96px) clamp(18px, 4vw, 46px);
}

.legal-page h1 {
  font-size: clamp(52px, 8vw, 110px);
  margin-bottom: 34px;
}

.legal-page h2 {
  margin-top: 36px;
  font-size: clamp(28px, 4vw, 44px);
}

.legal-page p {
  color: #2f2c28;
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero,
  .intro-grid,
  .section-head,
  .process,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero-art {
    grid-template-columns: 1fr;
  }

  .hero-art img,
  .hero-art img:last-child {
    height: auto;
    transform: none;
  }

  .services {
    grid-template-columns: 1fr;
  }

  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 540px) {
  body {
    font-size: 16px;
  }

  .nav-cta {
    padding-inline: 12px;
  }

  .brand-main {
    font-size: 32px;
  }

  h1 {
    font-size: clamp(52px, 18vw, 78px);
  }

  .gallery {
    grid-template-columns: 1fr;
  }

  .work-card.wide,
  .work-card.tall {
    grid-column: span 1;
    grid-row: span 1;
  }

  .site-footer {
    display: block;
  }

  .site-footer nav {
    margin-top: 12px;
  }
}

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