:root {
  --ink: #171714;
  --paper: #f2f0e8;
  --paper-deep: #e7e3d8;
  --acid: #d6ff35;
  --blue: #2367ff;
  --line: rgba(23, 23, 20, 0.2);
  --muted: #5e5d56;
  --radius: 2px;
  --max: 1440px;
}

*,
*::before,
*::after {
  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: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--acid);
  color: var(--ink);
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

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

.site-header {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(100% - 48px, var(--max));
  min-height: 84px;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
  gap: 11px;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
  font-size: 11px;
  letter-spacing: -0.04em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.site-nav a,
.header-link {
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-link {
  justify-self: end;
}

.hero,
.services-section,
.work-section,
.about-section,
.faq-section {
  width: min(100% - 48px, var(--max));
  margin-inline: auto;
}

.hero {
  min-height: calc(100vh - 84px);
  padding: clamp(64px, 9vw, 130px) 0 24px;
}

.eyebrow,
.section-kicker,
.project-number {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}

.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(35, 103, 255, 0.12);
}

.hero h1 {
  max-width: 1230px;
  margin: clamp(28px, 5vw, 68px) 0 0;
  font-size: clamp(60px, 10.4vw, 152px);
  font-weight: 800;
  line-height: 0.86;
  letter-spacing: -0.075em;
}

.hero h1 em,
.about-layout h2 em {
  position: relative;
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero h1 em::after {
  position: absolute;
  right: 0.01em;
  bottom: -0.01em;
  left: 0.07em;
  z-index: -1;
  height: 0.17em;
  background: var(--acid);
  content: "";
  transform: rotate(-1.2deg);
}

.hero-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 40px;
  margin-top: clamp(52px, 8vw, 110px);
}

.hero-copy {
  max-width: 580px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 27px);
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.round-link {
  display: flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.round-arrow {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: 22px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.round-link:hover .round-arrow {
  background: var(--ink);
  color: var(--acid);
  transform: translateY(4px);
}

.hero-rule {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: clamp(64px, 10vw, 150px);
  padding-top: 12px;
  border-top: 1px solid var(--ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-rule span:nth-child(2) {
  text-align: center;
}

.hero-rule span:last-child {
  text-align: right;
}

.services-section {
  padding: 140px 0 30px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.service-card {
  position: relative;
  min-height: 480px;
  padding: clamp(26px, 4vw, 52px);
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.service-card--blue {
  background: var(--blue);
  color: white;
}

.service-card--acid {
  background: var(--acid);
}

.service-number {
  display: block;
  margin-bottom: 80px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.service-icon {
  position: absolute;
  top: 34px;
  right: 34px;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 23px;
}

.service-card h3 {
  max-width: 560px;
  margin: 0 0 20px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.service-card > p {
  max-width: 540px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.service-card--blue > p {
  color: rgba(255, 255, 255, 0.76);
}

.service-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

.service-card li {
  padding: 7px 10px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.work-section {
  padding: 140px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.5fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 72px;
}

.section-kicker {
  margin-bottom: 18px;
  color: var(--blue);
}

.section-heading h2,
.about-layout h2 {
  margin: 0;
  font-size: clamp(44px, 6vw, 88px);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.section-heading > p {
  max-width: 460px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px 28px;
}

.project-card--wide {
  grid-column: 1 / -1;
}

.project-preview {
  position: relative;
  display: block;
  height: clamp(260px, 32vw, 500px);
  overflow: hidden;
  border: 1px solid rgba(23, 23, 20, 0.26);
  background: var(--paper-deep);
  color: white;
  text-decoration: none;
  isolation: isolate;
}

.project-card:not(.project-card--wide) .project-preview {
  height: clamp(280px, 35vw, 480px);
}

.preview-fallback {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 30px;
  text-align: center;
}

.preview-fallback strong {
  font-size: clamp(26px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.preview-fallback small {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.preview-fallback--tv { background: #131313; color: #e9b949; }
.preview-fallback--kitty { background: #f9e6dd; color: #4e2c25; }
.preview-fallback--masonry { background: #272d33; color: #f2c14e; }
.preview-fallback--ravens { background: #090909; color: #d5a719; }
.preview-fallback--leads { background: #edf5ff; color: #0d3c89; }
.preview-fallback--blade { background: #030712; color: #27b6f6; }
.preview-fallback--risen { background: #4f3a2a; color: #f2e8d5; }

.project-preview iframe {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 400%;
  height: 400%;
  border: 0;
  background: transparent;
  pointer-events: none;
  transform: scale(0.25);
  transform-origin: left top;
  opacity: 0;
  transition: opacity 260ms ease;
}

.project-preview iframe.is-loaded {
  opacity: 1;
}

.project-hitarea {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.project-hitarea:focus-visible {
  outline: 4px solid var(--acid);
  outline-offset: -4px;
}

.project-preview::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.22));
  content: "";
  opacity: 0;
  transition: opacity 220ms ease;
}

.open-project {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 11px 14px;
  border-radius: 999px;
  background: var(--acid);
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateY(12px);
  opacity: 0;
  transition: transform 220ms ease, opacity 220ms ease;
}

.project-preview:hover::after,
.project-preview:has(.project-hitarea:focus-visible)::after,
.project-preview:hover .open-project,
.project-preview:has(.project-hitarea:focus-visible) .open-project {
  opacity: 1;
}

.project-preview:hover .open-project,
.project-preview:has(.project-hitarea:focus-visible) .open-project {
  transform: translateY(0);
}

.project-meta {
  display: grid;
  grid-template-columns: minmax(200px, 0.8fr) minmax(240px, 1fr) auto;
  align-items: start;
  gap: 30px;
  padding-top: 22px;
}

.project-card:not(.project-card--wide) .project-meta {
  grid-template-columns: 1fr;
  gap: 14px;
}

.project-number {
  margin-bottom: 9px;
  color: var(--muted);
  font-size: 9px;
}

.project-meta h3 {
  margin: 0;
  font-size: clamp(22px, 2.6vw, 36px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.project-meta > p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.project-tags {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 7px;
}

.project-card:not(.project-card--wide) .project-tags {
  justify-content: flex-start;
}

.project-tags span {
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.approach-section {
  padding: 140px max(24px, calc((100vw - var(--max)) / 2));
  background: var(--ink);
  color: var(--paper);
}

.section-heading--light .section-kicker {
  color: var(--acid);
}

.section-heading--light > p {
  color: rgba(242, 240, 232, 0.62);
}

.approach-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(242, 240, 232, 0.18);
  background: rgba(242, 240, 232, 0.18);
  list-style: none;
}

.approach-list li {
  min-height: 300px;
  padding: 30px;
  background: var(--ink);
}

.approach-list li > span {
  display: block;
  margin-bottom: 100px;
  color: var(--acid);
  font-size: 11px;
  font-weight: 800;
}

.approach-list h3 {
  margin: 0 0 16px;
  font-size: 27px;
  letter-spacing: -0.045em;
}

.approach-list p {
  max-width: 330px;
  margin: 0;
  color: rgba(242, 240, 232, 0.62);
}

.about-section {
  padding: 150px 0;
}

.about-layout {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  align-items: end;
  gap: 90px;
}

.about-layout h2 em {
  color: var(--blue);
}

.about-copy {
  padding-bottom: 8px;
}

.about-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 17px;
}

.text-link {
  display: inline-flex;
  gap: 12px;
  margin-top: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.faq-section {
  padding: 30px 0 150px;
}

.faq-intro {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  align-items: start;
  gap: 80px;
  padding-bottom: 60px;
}

.faq-intro h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(44px, 6vw, 88px);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.faq-list {
  border-top: 1px solid var(--ink);
}

.faq-list details {
  border-bottom: 1px solid var(--ink);
}

.faq-list summary {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 28px 0;
  cursor: pointer;
  list-style: none;
  font-size: clamp(20px, 2.5vw, 34px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: 22px;
  font-weight: 400;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.faq-list details[open] summary b {
  background: var(--ink);
  color: var(--acid);
  transform: rotate(45deg);
}

.faq-list details > p {
  max-width: 780px;
  margin: -4px 0 30px;
  color: var(--muted);
  font-size: 17px;
}

.site-footer {
  padding: 100px max(24px, calc((100vw - var(--max)) / 2)) 24px;
  background: var(--blue);
  color: white;
}

.footer-lead {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-phone {
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 9vw, 132px);
  line-height: 1;
  letter-spacing: -0.065em;
  text-decoration-thickness: 0.045em;
  text-underline-offset: 0.1em;
}

.footer-email {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-top: 30px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: clamp(15px, 2vw, 24px);
  font-weight: 700;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-bottom a {
  text-decoration: none;
}

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

  .site-nav {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .section-heading,
  .about-layout,
  .faq-intro {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .project-meta {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .project-tags {
    justify-content: flex-start;
  }

  .approach-list {
    grid-template-columns: 1fr;
  }

  .approach-list li {
    min-height: auto;
  }

  .approach-list li > span {
    margin-bottom: 52px;
  }
}

@media (max-width: 680px) {
  .site-header,
  .hero,
  .services-section,
  .work-section,
  .about-section,
  .faq-section {
    width: min(100% - 30px, var(--max));
  }

  .site-header {
    min-height: 72px;
  }

  .header-link {
    font-size: 10px;
  }

  .hero {
    padding-top: 62px;
  }

  .hero h1 {
    font-size: clamp(54px, 18vw, 90px);
  }

  .hero-bottom {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .round-link {
    width: max-content;
  }

  .hero-rule span:nth-child(2) {
    display: none;
  }

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

  .work-section,
  .services-section,
  .about-section,
  .faq-section,
  .approach-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .project-grid {
    grid-template-columns: 1fr;
    gap: 62px;
  }

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

  .service-card {
    min-height: 420px;
  }

  .project-card--wide {
    grid-column: auto;
  }

  .project-preview,
  .project-card:not(.project-card--wide) .project-preview {
    height: 280px;
  }

  .open-project {
    right: 12px;
    bottom: 12px;
    transform: none;
    opacity: 1;
  }

  .section-heading {
    margin-bottom: 48px;
  }

  .about-layout {
    gap: 44px;
  }

  .site-footer {
    padding-top: 80px;
  }

  .footer-bottom {
    margin-top: 80px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
