:root {
  --ink: #101010;
  --muted: #696969;
  --line: #e5e5e5;
  --acid: #dfff00;
  --page: #fff;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("./assets/fonts/manrope-latin.woff2") format("woff2");
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--page);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: #fff;
  background: #111;
  border-radius: 999px;
  transform: translateY(-150%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  height: 92px;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.96);
  display: flex;
  align-items: center;
}

.nav-wrap {
  width: min(1204px, calc(100% - 80px));
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.nav-left, .nav-right { display: flex; align-items: center; }
.nav-left { gap: 42px; }
.nav-right { justify-content: flex-end; gap: 20px; }
.nav-left a { position: relative; font-weight: 500; font-size: 13px; }
.nav-left a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--acid);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}
.nav-left a:hover::after, .nav-left a:focus-visible::after { transform: scaleX(1); }

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
}

.brand-picture { width: 42px; height: 42px; display: block; flex: 0 0 auto; }
.brand-mark { width: 100%; height: 100%; display: block; }
.brand-logo-image { border-radius: 12px; object-fit: cover; box-shadow: 0 5px 12px rgba(0,0,0,.14); }
.brand-word {
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.65px;
}
.brand-word span {
  color: #5f5f5f;
  margin-left: 1px;
  font-weight: 600;
  letter-spacing: -.15px;
}

.bag-button, .pages-button {
  border: 0;
  background: none;
  cursor: pointer;
  padding: 8px;
}
.bag-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.pages-button span { padding-left: 7px; font-size: 15px; }

.pill {
  min-height: 48px;
  border-radius: 999px;
  padding: 0 29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background-color .2s ease;
}
.pill:hover { transform: translateY(-2px); }
.pill-dark { color: white; background: #111; box-shadow: inset 0 0 0 1px #111; }
.pill-dark:hover, .pill-dark:focus-visible { color: #111; background: var(--acid); box-shadow: inset 0 0 0 1px var(--acid); }
.pill-light { background: #fff; box-shadow: inset 0 0 0 1px #dedede; }
.header-cta { min-height: 50px; padding: 0 26px; }

.shell-grid {
  width: min(1278px, calc(100% - 80px));
  margin: 0 auto;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.hero {
  height: 577px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: radial-gradient(circle, #e8e8e8 1px, transparent 1.25px);
  background-size: 14px 14px;
  background-position: center;
}

.availability, .location {
  position: absolute;
  top: 30px;
  min-height: 28px;
  display: flex;
  align-items: center;
  padding: 0 11px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0,0,0,.03);
  font-size: 10px;
  font-weight: 700;
}
.availability { left: 31px; }
.availability span { width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #22c55e; }
.location { right: 31px; border: 0; background: var(--acid); border-radius: 4px; }
.location span { margin-right: 6px; }

.hero-inner { width: 100%; text-align: center; transform: translateY(6px); }
.hero-logo { margin: 0 auto 20px; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.hero-logo span { font-size: 10px; font-weight: 800; letter-spacing: 2.3px; }
.hero-logo-picture { width: 84px; height: 84px; display: block; }
.hero-brand-image { width: 100%; height: 100%; display: block; border-radius: 20px; object-fit: cover; box-shadow: 0 12px 22px rgba(0,0,0,.14); }

h1 { margin: 0; font-size: clamp(39px, 3.55vw, 53px); line-height: 1.08; letter-spacing: -2.8px; font-weight: 700; }
h1 span { background: linear-gradient(100deg, #d32ee7 10%, #ff4c81 52%, #f1c600 95%); background-clip: text; -webkit-background-clip: text; color: transparent; }
.hero-copy { margin: 24px auto 0; color: #262626; line-height: 1.65; font-size: 13.5px; letter-spacing: -.2px; }
.hero-actions { margin-top: 28px; display: flex; justify-content: center; gap: 13px; }
.hero-actions .pill { min-height: 50px; }
.hero-actions svg { width: 18px; margin-right: 11px; fill: none; stroke: currentColor; stroke-width: 1.5; }

.trust {
  height: 92px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust > div { display: flex; align-items: center; justify-content: center; gap: 18px; font-size: 16px; font-weight: 600; }
.trust > div + div { border-left: 1px solid var(--line); }
.trust svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }

.breathing-space { height: 98px; border-bottom: 1px solid var(--line); }

.services {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
}
.services-intro {
  height: 244px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 62px 39px 0;
  border-bottom: 1px solid var(--line);
}
.services-intro h2 { margin: 0; font-size: 31px; line-height: 1.06; letter-spacing: -1.6px; font-weight: 700; }
.services-intro h2 span { color: #858585; }
.services-intro p { margin: 26px 16px 0 0; max-width: 300px; font-size: 12px; line-height: 1.5; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-card { min-height: 508px; padding: 27px 58px 34px; position: relative; display: flex; flex-direction: column; transition: color .28s ease, background .28s ease; }
.service-card + .service-card { border-left: 1px solid var(--line); }
.card-top { height: 86px; display: flex; justify-content: space-between; align-items: flex-start; }
.service-icon { width: 35px; height: 35px; margin-top: 31px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.code-icon { width: 41px; height: 41px; margin-top: 26px; }
.tool-tag { min-height: 27px; padding: 0 15px; border-radius: 3px; display: inline-flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; }
.tag-fuchsia { color: #111; background: #dcff00; }
.tag-yellow { color: #111; background: #f2f000; }
.tag-clear { padding-right: 0; }
.service-card h3 { margin: 27px 0 12px; font-size: 21px; line-height: 1.15; letter-spacing: -.8px; font-weight: 600; }
.service-card > p { min-height: 43px; margin: 0; color: #707070; font-size: 12.5px; line-height: 1.5; }
.feature-list { list-style: none; padding: 0; margin: 17px 0 25px; display: grid; row-gap: 12px; font-size: 12px; }
.feature-list.two-columns { grid-template-columns: 1fr 1fr; column-gap: 18px; }
.feature-list li::before { content: "↳"; color: #aaa; margin-right: 8px; }
.hire { width: 100%; min-height: 47px; margin-top: auto; }
.hire-gradient { color: white; background: linear-gradient(105deg, #d527e5 0%, #ff3e61 52%, #ffd500 100%); box-shadow: none; }

.about {
  color: var(--ink);
  background-color: #fff;
  background-image: radial-gradient(circle, #e8e8e8 1px, transparent 1.25px);
  background-size: 14px 14px;
  border-color: var(--line);
}
.about-intro {
  min-height: 390px;
  padding: 70px 78px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 80px;
  align-items: start;
  background: rgba(255,255,255,.88);
}
.about .eyebrow { color: #777; }
.about .eyebrow i { box-shadow: 0 0 0 4px rgba(223,255,0,.22); }
.about-heading h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: -2.2px;
}
.about-heading h2 span {
  background: linear-gradient(100deg, #d32ee7 10%, #ff4c81 52%, #f1c600 95%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.about-copy {
  padding-top: 43px;
}
.about-copy p {
  margin: 0 0 18px;
  color: #686868;
  font-size: 13px;
  line-height: 1.7;
}
.about-copy a {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 7px;
  border-bottom: 1px solid #cfcfcf;
  font-size: 12px;
  font-weight: 700;
  transition: color .2s, border-color .2s;
}
.about-copy a:hover { color: #d32ee7; border-color: #d32ee7; }
.about-copy a span { color: #d32ee7; font-size: 16px; }
.about-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  background: #fff;
}
.about-values article {
  min-height: 218px;
  padding: 34px 38px;
  transition: color .28s ease, background .28s ease;
}
.about-values article + article { border-left: 1px solid var(--line); }
.value-number {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #111;
  background: var(--acid);
  text-align: center;
  line-height: 30px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
}
.about-values h3 {
  margin: 35px 0 12px;
  font-size: 19px;
  letter-spacing: -.6px;
}
.about-values p {
  max-width: 310px;
  margin: 0;
  color: #717171;
  font-size: 12px;
  line-height: 1.6;
}

.team { border-top: 1px solid var(--line); }
.team-intro {
  min-height: 282px;
  padding: 61px 78px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 31px; font-size: 10px; font-weight: 800; letter-spacing: 1.5px; }
.eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 4px rgba(223,255,0,.22); }
.team-intro h2, .team-cta h2 { margin: 0; font-size: 38px; line-height: 1.08; letter-spacing: -2px; }
.team-intro h2 span { color: #858585; }
.team-intro > p { width: 340px; margin: 67px 0 0; color: #686868; font-size: 13px; line-height: 1.65; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.team-card + .team-card { border-left: 1px solid var(--line); }
.member-visual {
  height: 300px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background-image: radial-gradient(circle, rgba(0,0,0,.12) 1px, transparent 1.1px);
  background-size: 13px 13px;
}
.member-visual-lime { background-color: #efffa5; }
.member-visual-pink { background-color: #f8d7f3; }
.member-visual-orange { background-color: #ffe4b0; }
.member-number { position: absolute; left: 24px; top: 21px; font-size: 10px; font-weight: 800; letter-spacing: 1px; }
.member-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(.88) contrast(1.03);
}
.member-photo-lawyer,
.member-photo-developer,
.member-photo-sales { object-position: center 42%; }
.online-dot { position: absolute; right: 25px; top: 20px; width: 12px; height: 12px; border: 3px solid white; border-radius: 50%; background: #21c35e; }
.member-copy { min-height: 204px; padding: 31px 38px 37px; transition: color .28s ease, background .28s ease; }
.member-role { font-size: 9px; font-weight: 800; letter-spacing: 1.1px; color: #707070; }
.member-copy h3 { margin: 13px 0 11px; font-size: 21px; letter-spacing: -.7px; }
.member-copy p { margin: 0; color: #717171; font-size: 12.5px; line-height: 1.55; max-width: 305px; }
.team-cta {
  min-height: 285px;
  padding: 57px 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  background-image: radial-gradient(circle, #e5e5e5 1px, transparent 1.2px);
  background-size: 14px 14px;
}
.team-cta span { display: block; margin-bottom: 20px; font-size: 9px; font-weight: 800; letter-spacing: 1.4px; }
.team-cta .pill { min-height: 58px; padding: 0 32px; }
.team-cta .pill b { font-size: 17px; margin-left: 25px; }

.contact {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  border-top: 1px solid var(--line);
  background: #111;
  color: #fff;
}
.contact-intro {
  min-height: 430px;
  padding: 67px 62px;
  border-right: 1px solid #303030;
}
.contact .eyebrow { color: #adadad; }
.contact-intro h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.08;
  letter-spacing: -2px;
}
.contact-intro h2 span { color: #929292; }
.contact-intro p {
  max-width: 430px;
  margin: 29px 0 0;
  color: #b5b5b5;
  font-size: 13px;
  line-height: 1.7;
}
.contact-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.contact-card {
  min-width: 0;
  padding: 68px 36px 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background .2s ease, color .2s ease;
}
.contact-card + .contact-card { border-left: 1px solid #303030; }
.contact-card:hover, .contact-card:focus-visible { color: #111; background: var(--acid); }
.contact-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid #4a4a4a;
  border-radius: 50%;
  font-size: 18px;
  font-style: normal;
}
.contact-card:hover .contact-icon, .contact-card:focus-visible .contact-icon { border-color: rgba(0,0,0,.2); }
.contact-card > span:last-child { min-width: 0; display: flex; flex-direction: column; }
.contact-card small { margin-bottom: 15px; color: #929292; font-size: 9px; font-weight: 800; letter-spacing: 1.4px; }
.contact-card strong { overflow-wrap: anywhere; font-size: 17px; letter-spacing: -.5px; }
.contact-card em { margin-top: 18px; color: #bcbcbc; font-size: 11px; font-style: normal; font-weight: 700; }
.contact-card:hover small, .contact-card:hover em,
.contact-card:focus-visible small, .contact-card:focus-visible em { color: #333; }

.site-footer {
  width: min(1204px, calc(100% - 80px));
  min-height: 115px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  font-size: 11px;
  color: #686868;
}
.footer-contact { justify-self: end; display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.footer-contact a { width: fit-content; padding: 2px 5px; margin-right: -5px; border-radius: 3px; transition: color .2s ease, background .2s ease; }
.footer-contact a:hover, .footer-contact a:focus-visible { color: #111; background: var(--acid); }
.footer-brand { justify-self: start; color: #111; }

@media (hover: hover) {
  .service-card:hover,
  .service-card:focus-within {
    color: #fff;
    background: #111;
  }
  .service-card:hover > p,
  .service-card:focus-within > p { color: #c5c5c5; }
  .service-card:hover .feature-list li::before,
  .service-card:focus-within .feature-list li::before { color: var(--acid); }
  .service-card:hover .tool-tag,
  .service-card:focus-within .tool-tag { color: #111; background: var(--acid); }
  .service-card:hover .hire,
  .service-card:focus-within .hire { color: #111; background: var(--acid); box-shadow: none; }

  .about-values article:hover {
    color: #fff;
    background: #111;
  }
  .about-values article:hover p { color: #c5c5c5; }

  .team-card:hover .member-copy {
    color: #fff;
    background: #111;
  }
  .team-card:hover .member-role { color: var(--acid); }
  .team-card:hover .member-copy p { color: #c5c5c5; }
}

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

@media (max-width: 900px) {
  .nav-wrap { width: calc(100% - 34px); grid-template-columns: 1fr auto; }
  .nav-left { display: none; }
  .brand { justify-self: start; }
  .nav-right { gap: 5px; }
  .pages-button, .bag-button { display: none; }
  .shell-grid { width: calc(100% - 30px); }
  .hero { height: 600px; }
  h1 { font-size: 42px; }
  .trust > div { gap: 9px; font-size: 12px; }
  .services-intro { padding-left: 25px; padding-right: 25px; }
  .service-card { padding-left: 26px; padding-right: 26px; }
  .about-intro { padding-left: 35px; padding-right: 35px; gap: 45px; }
  .about-heading h2 { font-size: 36px; }
  .about-values article { padding-left: 25px; padding-right: 25px; }
  .team-intro, .team-cta { padding-left: 35px; padding-right: 35px; }
  .member-copy { padding-left: 25px; padding-right: 25px; }
  .contact-intro { padding-left: 35px; padding-right: 35px; }
  .contact-card { padding-left: 24px; padding-right: 24px; }
}

@media (max-width: 680px) {
  .site-header { height: 74px; }
  .header-cta { min-height: 42px; padding: 0 18px; }
  .hero { height: auto; min-height: 610px; padding: 100px 20px 65px; }
  .availability, .location { top: 18px; }
  .availability { left: 15px; }
  .location { right: 15px; }
  .hero-inner { transform: none; }
  .hero-logo { margin-bottom: 17px; }
  .hero-logo-picture { width: 78px; height: 78px; }
  h1 { font-size: clamp(34px, 10vw, 44px); letter-spacing: -2px; }
  .hero-copy { font-size: 12px; }
  .desktop-only { display: none; }
  .hero-actions { flex-direction: column; align-items: center; }
  .hero-actions .pill { width: min(260px, 100%); }
  .trust { height: auto; grid-template-columns: 1fr; }
  .trust > div { height: 72px; }
  .trust > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .breathing-space { height: 60px; }
  .services-intro { height: auto; padding: 46px 24px; flex-direction: column; gap: 24px; }
  .services-intro h2 { font-size: 27px; }
  .services-intro p { margin: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 465px; padding: 26px 30px 35px; }
  .service-card + .service-card { border-left: 0; border-top: 1px solid var(--line); }
  .about-intro { min-height: 0; padding: 48px 25px 52px; grid-template-columns: 1fr; gap: 10px; }
  .about-heading h2 { font-size: 31px; letter-spacing: -1.6px; }
  .about-copy { padding-top: 25px; }
  .about-values { grid-template-columns: 1fr; }
  .about-values article { min-height: 190px; padding: 30px 25px; }
  .about-values article + article { border-left: 0; border-top: 1px solid var(--line); }
  .about-values h3 { margin-top: 27px; }
  .team-intro { padding: 45px 25px; flex-direction: column; }
  .team-intro > p { width: auto; margin: 28px 0 0; }
  .team-intro h2, .team-cta h2 { font-size: 31px; }
  .team-grid { grid-template-columns: 1fr; }
  .team-card + .team-card { border-left: 0; border-top: 1px solid var(--line); }
  .member-visual { height: 280px; }
  .team-cta { padding: 47px 25px; flex-direction: column; align-items: flex-start; gap: 34px; }
  .team-cta .pill { width: 100%; }
  .contact { grid-template-columns: 1fr; }
  .contact-intro { min-height: 0; padding: 48px 25px; border-right: 0; border-bottom: 1px solid #303030; }
  .contact-intro h2 { font-size: 31px; letter-spacing: -1.6px; }
  .contact-options { grid-template-columns: 1fr; }
  .contact-card { min-height: 230px; padding: 36px 25px; }
  .contact-card + .contact-card { border-left: 0; border-top: 1px solid #303030; }
  .site-footer { width: calc(100% - 40px); padding: 30px 0; grid-template-columns: 1fr; gap: 22px; }
  .footer-contact { justify-self: start; align-items: flex-start; }
}
