@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap");
:root {
  --ink: #252b26;
  --muted: #6c7069;
  --accent: #c94e2d;
  --cream: #f7f7f0;
  --line: #e5e6df;
  --green: #315f48;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 25px;
}
body {
  margin: 0;
  background: #fdfdf9;
  color: var(--ink);
  font:
    15px "DM Sans",
    Arial,
    sans-serif;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 5px;
}
.header {
  height: 100px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  gap: 28px;
}
.brand {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
}
.ai {
  color: var(--accent);
}
.brand-icon {
  position: relative;
  color: var(--accent);
  font-size: 44px;
  letter-spacing: -8px;
  margin-right: 22px;
  line-height: 1;
  transform: rotate(-7deg);
}
.brand-icon span {
  display: inline-block;
  transform: rotate(14deg);
}
.brand-icon i {
  width: 7px;
  height: 7px;
  background: var(--accent);
  position: absolute;
  top: 0;
  right: -6px;
  border-radius: 50%;
}
nav {
  display: flex;
  gap: 35px;
  font-size: 14px;
}
nav a {
  padding: 16px 0;
  position: relative;
  color: var(--muted);
}
nav .active {
  color: var(--ink);
  font-weight: 700;
}
nav .active:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 40%;
  width: 19px;
  height: 3px;
  border-radius: 5px;
  background: var(--accent);
}
.host-button,
.secondary {
  border: 1px solid #d3d5cc;
  background: transparent;
  border-radius: 30px;
  padding: 14px 20px;
  font-size: 13px;
  font-weight: 650;
}
.host-button span {
  margin-left: 16px;
}
main {
  max-width: 1440px;
  margin: auto;
  padding: 0 5%;
}
.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 6%;
  align-items: center;
  padding: 55px 0 47px;
  min-height: 490px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.green-dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  flex-shrink: 0;
  background: #527b44;
  border-radius: 50%;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(42px, 4.5vw, 67px);
  font-weight: 650;
  line-height: 1.12;
  letter-spacing: -3px;
  margin: 23px 0;
}
h1 em {
  font-style: normal;
  color: var(--accent);
}
.hero-copy > p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 29px;
  font-size: 12px;
  color: #525a4d;
}
.hero-note svg {
  color: var(--accent);
  width: 18px;
}
.hero-art {
  position: relative;
  height: 354px;
  margin-bottom: 10px;
}
.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 55%;
  border-radius: 110px 18px 18px 18px;
  background: #e5e8db;
}
.art-label {
  position: absolute;
  right: 18px;
  top: 18px;
  background: #fffffff0;
  border-radius: 22px;
  padding: 10px 13px;
  font-size: 10px;
  display: flex;
  gap: 7px;
  align-items: center;
}
.floating-task {
  position: absolute;
  bottom: 20px;
  left: -28px;
  right: 30px;
  background: #fff;
  padding: 17px;
  border-radius: 13px;
  box-shadow: 0 9px 35px #1c30251a;
  display: flex;
  align-items: center;
  gap: 13px;
}
.task-icon {
  background: #f6efe4;
  border-radius: 10px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 49px;
  color: #80654a;
}
.floating-task small {
  display: block;
  font-size: 8px;
  letter-spacing: 1px;
  color: var(--muted);
  margin-bottom: 5px;
}
.floating-task strong {
  display: block;
  font-size: 16px;
}
.floating-task div > span {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 5px;
}
.round-check {
  margin-left: auto;
  background: #edf2e8;
  border-radius: 50%;
  padding: 6px;
  color: var(--green);
}
.art-caption {
  position: absolute;
  right: 0;
  bottom: -24px;
  color: var(--muted);
  font-size: 10px;
}
.search-bar {
  display: flex;
  border: 1px solid #dedfd5;
  box-shadow: 0 7px 24px #242c2410;
  border-radius: 50px;
  padding: 11px;
  align-items: center;
  background: #fff;
}
.search-bar label {
  font-size: 11px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 2px 27px;
  border-right: 1px solid var(--line);
  flex: 1;
}
.search-bar .task-search {
  flex: 1.6;
}
.search-bar input,
.search-bar select {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 13px;
  width: 100%;
  padding: 0;
  height: 22px;
  outline-offset: 2px;
}
.primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: 0;
  background: var(--accent);
  color: white;
  border-radius: 28px;
  padding: 17px 23px;
  font-size: 13px;
  font-weight: 600;
  min-height: 48px;
}
.search-button {
  margin-left: 16px;
}
.primary:hover {
  background: #ab3d20;
}
.agent-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 22px 17px 40px;
  font-size: 11px;
  gap: 20px;
  color: var(--muted);
}
.agent-strip > span {
  display: flex;
  align-items: center;
  gap: 9px;
}
.agent-strip svg {
  width: 16px;
  color: var(--green);
}
.agent-strip b {
  color: #454e41;
  font-weight: 600;
}
.agent-strip a {
  color: var(--green);
  white-space: nowrap;
  font-weight: 700;
}
.agent-strip a span {
  margin-left: 13px;
}
.categories {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: stretch;
}
.category {
  position: relative;
  border: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 93px;
  padding: 17px 6px;
  color: var(--muted);
  font-size: 11px;
  white-space: nowrap;
}
.category svg {
  width: 24px;
  height: 24px;
}
.category.selected {
  color: var(--accent);
}
.category.selected:after {
  content: "";
  height: 3px;
  background: var(--accent);
  position: absolute;
  bottom: -1px;
  width: 100%;
  border-radius: 5px;
}
.saved-filter {
  align-self: center;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  display: flex;
  gap: 7px;
}
.saved-filter[aria-pressed="true"] {
  background: #f8e1d7;
  border-color: var(--accent);
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin: 39px 0 25px;
}
.section-heading .eyebrow {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
}
h2 {
  font-family: "Manrope", sans-serif;
  letter-spacing: -1px;
  font-weight: 650;
  font-size: 29px;
  line-height: 1.25;
}
.section-heading p {
  margin-top: 10px;
  font-size: 13px;
  color: var(--muted);
}
.sample-label {
  font-size: 10px;
  color: var(--muted);
  white-space: nowrap;
  padding-bottom: 3px;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 24px;
}
.card-photo {
  position: relative;
  aspect-ratio: 1.47;
  border-radius: 14px;
  overflow: hidden;
  background: #e7e7dd;
}
.card-photo a {
  display: block;
  height: 100%;
}
.card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.card-photo:hover img {
  transform: scale(1.035);
}
.photo-tag {
  position: absolute;
  top: 13px;
  left: 13px;
  font-size: 9px;
  padding: 7px 10px;
  background: #fffffff2;
  border-radius: 20px;
  pointer-events: none;
  font-weight: 600;
}
.save {
  position: absolute;
  top: 8px;
  right: 9px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #ffffffef;
  font-size: 29px;
  line-height: 1;
}
.save[aria-pressed="true"] {
  color: var(--accent);
  background: #ffe3d7;
}
.card-location {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 7px;
  font-size: 10px;
  color: var(--muted);
}
.card-location > span {
  font-size: 17px;
  color: var(--ink);
}
h3 {
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -0.3px;
}
.task-card > p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
  margin-top: 7px;
  max-width: 95%;
}
.card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  font-size: 11px;
}
.card-bottom b {
  font-size: 15px;
}
.person {
  display: flex;
  align-items: center;
  gap: 7px;
}
.avatar {
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #e8e9db;
  width: 25px;
  height: 25px;
  font-size: 11px;
  color: #576146;
}
.task-card:nth-child(2n) .avatar {
  background: #f4e3d6;
  color: #7b5841;
}
.empty {
  text-align: center;
  padding: 50px;
}
.empty p {
  margin: 12px;
}
.how {
  margin: 68px 0 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 47px 0;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 38px;
}
.how .eyebrow {
  color: var(--muted);
  font-size: 9px;
}
.how h2 {
  font-size: 28px;
  margin-top: 13px;
}
.how p {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 12px;
}
.how a {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-top: 22px;
  color: var(--green);
}
.step {
  padding-top: 14px;
}
.step > span {
  font: 25px "Manrope";
  color: #a3a88e;
  display: block;
  margin-bottom: 21px;
}
.step h3 {
  font-size: 15px;
}
.human-cta {
  background: #eef0e5;
  border-radius: 18px;
  margin: 45px 0;
  padding: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.human-cta .eyebrow {
  font-size: 9px;
  color: #536349;
}
.human-cta h2 {
  font-size: 25px;
  margin: 12px 0;
}
.human-cta p {
  font-size: 12px;
  color: var(--muted);
}
.human-cta .primary {
  white-space: nowrap;
}
footer {
  padding: 28px 5%;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 10px;
  color: var(--muted);
}
footer .brand {
  font-size: 19px;
  color: var(--ink);
}
footer > div {
  display: flex;
  margin-left: auto;
  gap: 25px;
}
dialog {
  border: 1px solid var(--line);
  border-radius: 22px;
  max-width: 560px;
  width: calc(100% - 32px);
  padding: 38px;
  color: var(--ink);
  max-height: 90vh;
  overflow: auto;
  background: #fdfdf9;
}
dialog::backdrop {
  background: #18221985;
  backdrop-filter: blur(4px);
}
.close {
  position: absolute;
  right: 12px;
  top: 9px;
  background: none;
  border: 0;
  font-size: 30px;
  width: 44px;
  height: 44px;
}
dialog .eyebrow {
  margin-bottom: 16px;
  color: var(--accent);
}
dialog h2 {
  margin-right: 15px;
}
dialog p,
dialog li {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 15px;
}
dialog h3 {
  margin-top: 25px;
}
dialog .primary {
  margin-top: 20px;
}
.brief-form {
  margin-top: 22px;
}
.brief-form label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin: 14px 0 6px;
}
.brief-form input,
.brief-form textarea,
.brief-form select {
  width: 100%;
  font: inherit;
  border: 1px solid #c9cfc1;
  border-radius: 8px;
  padding: 11px;
  background: white;
}
.brief-form textarea {
  min-height: 95px;
}
.fineprint {
  font-size: 11px !important;
}
.sr-only,
.skip:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip:focus {
  position: absolute;
  z-index: 10;
  background: white;
  padding: 15px;
}
#toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--ink);
  color: white;
  border-radius: 12px;
  padding: 14px 24px;
  z-index: 20;
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
#toast.visible {
  opacity: 1;
}
[hidden] {
  display: none !important;
}
.docs {
  max-width: 850px;
  padding: 70px 25px;
  margin: auto;
}
.docs h1 {
  font-size: 48px;
}
.docs h2 {
  margin: 38px 0 14px;
  font-size: 25px;
}
.docs p,
.docs li {
  line-height: 1.8;
  color: var(--muted);
}
.docs a {
  color: var(--accent);
  text-decoration: underline;
}
.docs pre {
  background: #edf0e6;
  padding: 24px;
  border-radius: 12px;
  overflow: auto;
  font-size: 13px;
  line-height: 1.8;
}
.docs code {
  font-size: 13px;
}
.docs table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.docs td,
.docs th {
  padding: 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.docs .notice {
  padding: 18px;
  background: #f6ebde;
  border-radius: 12px;
  margin: 25px 0;
}
@media (min-width: 1500px) {
  .header,
  footer {
    padding-left: calc((100% - 1296px) / 2);
    padding-right: calc((100% - 1296px) / 2);
  }
}
@media (max-width: 1050px) {
  .header {
    gap: 20px;
  }
  .header nav {
    gap: 20px;
  }
  .host-button {
    font-size: 11px;
    padding: 12px;
  }
  .brand {
    font-size: 21px;
  }
  .hero {
    gap: 4%;
  }
  h1 {
    font-size: 48px;
  }
  .hero-art {
    height: 320px;
  }
  .floating-task {
    left: -15px;
    right: 15px;
  }
  .categories {
    gap: 10px;
  }
  .agent-strip > span {
    flex-wrap: wrap;
  }
  .card-grid {
    gap: 30px 18px;
  }
  .how {
    gap: 22px;
  }
  .human-cta {
    padding: 27px;
  }
  .human-cta h2 {
    font-size: 23px;
  }
}
@media (max-width: 760px) {
  .header {
    height: 78px;
    padding: 0 6%;
  }
  .brand {
    font-size: 21px;
  }
  .brand-icon {
    font-size: 35px;
    margin-right: 18px;
  }
  .header nav {
    margin-left: auto;
  }
  .header nav a {
    display: none;
  }
  .header nav a:last-child {
    display: block;
    font-size: 12px;
  }
  .host-button {
    display: none;
  }
  main {
    padding: 0 6%;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 35px 0 40px;
    gap: 30px;
  }
  .hero .eyebrow {
    font-size: 8px;
  }
  h1 {
    font-size: 49px;
    letter-spacing: -2.5px;
    margin: 20px 0;
  }
  .hero-copy > p {
    font-size: 14px;
  }
  .hero-note {
    margin-top: 19px;
  }
  .hero-art {
    height: 300px;
    margin: 0 0 10px 12px;
  }
  .hero-image {
    border-top-left-radius: 80px;
  }
  .floating-task {
    left: -12px;
    right: 15px;
  }
  .search-bar {
    border-radius: 18px;
    flex-wrap: wrap;
    padding: 15px;
    gap: 15px;
  }
  .search-bar .task-search {
    flex: 100%;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-bottom: 12px;
  }
  .search-bar label {
    padding: 0 8px;
    min-width: 0;
  }
  .search-button {
    width: 100%;
    margin: 0;
  }
  .agent-strip {
    margin: 22px 0 30px;
    align-items: start;
    gap: 15px;
  }
  .agent-strip > span {
    font-size: 10px;
    line-height: 1.8;
    display: block;
  }
  .agent-strip svg {
    vertical-align: middle;
    margin-right: 5px;
  }
  .agent-strip b {
    display: inline;
  }
  .agent-strip a {
    font-size: 10px;
    padding-top: 2px;
  }
  .categories {
    overflow-x: auto;
    justify-content: start;
    gap: 24px;
  }
  .category {
    font-size: 10px;
    min-height: 88px;
  }
  .saved-filter {
    font-size: 12px;
    white-space: nowrap;
  }
  .section-heading {
    margin-top: 28px;
    display: block;
  }
  h2 {
    font-size: 25px;
  }
  .section-heading p {
    line-height: 1.7;
  }
  .sample-label {
    display: block;
    margin-top: 13px;
    font-size: 9px;
  }
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 16px;
  }
  .card-photo {
    aspect-ratio: 1.1;
  }
  .photo-tag {
    font-size: 8px;
    padding: 6px 8px;
    left: 8px;
    top: 9px;
  }
  .save {
    top: 35px;
    right: 5px;
    width: 44px;
    height: 44px;
    background: #ffffffd9;
  }
  .card-location {
    font-size: 9px;
  }
  h3 {
    font-size: 14px;
  }
  .task-card > p {
    font-size: 11px;
  }
  .card-bottom {
    align-items: start;
    gap: 10px;
    flex-direction: column;
  }
  .how {
    grid-template-columns: 1fr;
    margin-top: 40px;
    padding: 35px 0;
    gap: 25px;
  }
  .how-intro br {
    display: none;
  }
  .step {
    padding-left: 50px;
    position: relative;
    padding-top: 0;
  }
  .step > span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
  }
  .step p {
    margin-top: 6px;
  }
  .human-cta {
    display: block;
    padding: 25px;
  }
  .human-cta h2 {
    font-size: 26px;
  }
  .human-cta p {
    line-height: 1.8;
  }
  .human-cta .primary {
    margin-top: 23px;
    white-space: normal;
  }
  footer {
    flex-wrap: wrap;
    padding: 25px 6%;
    gap: 15px;
  }
  footer > div {
    margin: 0;
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
    font-size: 9px;
  }
  dialog {
    padding: 30px 24px;
  }
  .docs h1 {
    font-size: 39px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}

@media (max-width: 760px) {
  h1 {
    font-size: 38px;
    letter-spacing: -1.7px;
    line-height: 1.18;
  }
  .hero {
    gap: 26px;
  }
  .hero-art {
    height: 285px;
  }
}
.button-link {
  border: 0;
  background: transparent;
  color: var(--green);
  font-size: 12px;
  padding: 14px;
  cursor: pointer;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 24px 0;
}
.signin-link {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.signup-button {
  white-space: nowrap;
}
@media (max-width: 760px) {
  .header {
    gap: 12px;
  }
  .header nav {
    display: none;
  }
  .header .signup-button {
    display: block;
    margin-left: auto;
    padding: 10px 12px;
    font-size: 12px;
  }
  .signup-button span {
    display: none;
  }
}
