:root {
  --paper: #f6f5ee;
  --ink: #223e35;
  --green: #2f6f5e;
  --muted: #64736a;
  --line: #dedfd5;
  --cream: #f0f0df;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased
}

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

button,
input {
  font: inherit
}

button,
a,
input,
summary {
  -webkit-tap-highlight-color: transparent
}

button {
  cursor: pointer
}

button:focus-visible,
a:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #b87737;
  outline-offset: 5px
}

h1,
h2,
h3,
h4,
p {
  margin: 0
}

h1,
h2 {
  font-weight: 500;
  letter-spacing: -2.8px;
  line-height: 1.08
}

em {
  font-family: var(--serif);
  font-weight: 400
}

svg {
  display: block
}

.wrap {
  max-width: 1240px;
  margin: 0 auto;
  width: calc(100% - 112px)
}

.skip-link {
  position: absolute;
  top: -80px;
  left: 20px;
  z-index: 20;
  background: var(--ink);
  color: white;
  padding: 12px 20px
}

.skip-link:focus {
  top: 12px
}

.site-header {
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px
}

.wordmark {
  display: inline-flex;
  align-items: center;
  font-size: 35px;
  font-weight: 730;
  letter-spacing: -1.8px;
  line-height: 1
}

.wordmark svg {
  width: 30px;
  height: 35px;
  margin-right: 10px;
  fill: none;
  stroke: var(--ink);
  stroke-width: 3.2
}

.wordmark-dot {
  color: var(--green)
}

.desktop-nav {
  display: flex;
  gap: 34px;
  font-size: 13px;
  font-weight: 550
}

.desktop-nav a:hover,
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 6px
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 17px 24px;
  border-radius: 7px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  transition: background .18s, transform .18s
}

.button:hover {
  transform: translateY(-2px)
}

.button span {
  font-size: 18px;
  font-weight: 400
}

.button-small {
  padding: 12px 19px;
  gap: 26px
}

.button-outline {
  border-color: #bdc5b9
}

.button-outline:hover {
  background: #e8eddf
}

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

.button-dark:hover {
  background: #315c4d
}

.button-cream {
  background: var(--cream);
  color: var(--ink)
}

.hero {
  display: grid;
  grid-template-columns: 1.03fr 1fr;
  gap: 42px;
  padding-top: 44px;
  padding-bottom: 67px;
  align-items: center
}

.hero-copy {
  padding-bottom: 8px
}

.eyebrow {
  font-size: 10px;
  letter-spacing: 1.65px;
  font-weight: 650;
  line-height: 1.6
}

.hero-copy>.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 27px
}

.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  flex-shrink: 0
}

h1 {
  font-size: clamp(48px, 4.65vw, 68px);
  letter-spacing: -3.1px;
  line-height: 1.055
}

h1 em {
  color: var(--green);
  white-space: nowrap
}

.hero-description {
  max-width: 360px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted);
  margin-top: 27px
}

.hero-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 30px
}

.text-link {
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap
}

.text-link span {
  margin-left: 10px
}

.hero-note {
  margin-top: 21px;
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 10px;
  color: var(--muted)
}

.hero-note svg {
  width: 13px;
  height: 13px;
  stroke: var(--green);
  stroke-width: 2;
  fill: none
}

.hero-art {
  position: relative;
  background: #e5e9d8;
  border-radius: 180px 180px 14px 14px;
  min-height: 545px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 68px 30px 72px;
  isolation: isolate
}

.art-grid {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  z-index: -1;
  background-image: linear-gradient(#f6f5ee55 1px, transparent 1px), linear-gradient(90deg, #f6f5ee55 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(transparent, #000 55%)
}

.art-label {
  position: absolute;
  top: 33px;
  font-size: 8px;
  letter-spacing: 2px;
  color: #627762
}

.today-card {
  width: 326px;
  max-width: 100%;
  background: #fffef9;
  border: 1px solid #fff;
  border-radius: 17px;
  box-shadow: 0 16px 45px #29433012;
  padding: 22px;
  transform: rotate(-3deg)
}

.card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.mini-brand {
  font-size: 24px;
  font-weight: 750;
  letter-spacing: -1.5px
}

.avatar {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #dce5d8;
  color: #365746;
  font-size: 10px;
  font-weight: 700;
  flex-shrink: 0
}

.avatar-host {
  background: #eae5d6
}

.avatar-lilac {
  background: #e8e3ee;
  color: #746083
}

.today-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0 23px
}

.today-heading h2 {
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 1.1
}

.sun-icon {
  font-size: 49px;
  color: #b88d3f;
  line-height: 1
}

.today-date {
  display: flex;
  justify-content: space-between;
  font-size: 7px;
  font-weight: 650;
  letter-spacing: 1px;
  margin-bottom: 9px
}

.today-date>span {
  font-weight: 400;
  letter-spacing: 0;
  color: var(--muted)
}

.job-preview {
  padding: 13px 11px;
  background: white;
  border: 1px solid #e9eae0;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 32px 1fr 10px;
  gap: 9px;
  margin-bottom: 8px
}

.property-symbol {
  height: 33px;
  width: 33px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1;
  flex-shrink: 0
}

.cottage {
  background: #ede4d6;
  color: #8e7455
}

.loft {
  background: #e6e6d8;
  color: #6f7555
}

.property-info {
  display: flex;
  flex-direction: column;
  gap: 2px
}

.property-info strong {
  font-size: 10px;
  line-height: 1.6
}

.property-info>span {
  font-size: 8px;
  color: var(--muted)
}

.tiny-arrow {
  font-size: 10px;
  color: #7d897a
}

.job-bottom {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  margin-top: 2px;
  border-top: 1px solid #f1f0e9
}

.person {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 8px
}

.person .avatar {
  width: 19px;
  height: 19px;
  font-size: 8px
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 5px;
  font-size: 8px;
  padding: 4px 7px;
  font-weight: 550;
  white-space: nowrap
}

.pill-green {
  background: #eaf0e4;
  color: #41633d
}

.pill-amber {
  background: #f8efd8;
  color: #826320
}

.small-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor
}

.tomorrow-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 11px;
  font-size: 9px
}

.tomorrow-row div {
  display: flex;
  flex: 1;
  flex-direction: column
}

.tomorrow-row strong {
  font-size: 9px
}

.tomorrow-row div>span {
  font-size: 8px;
  color: var(--muted)
}

.calendar-icon {
  background: #f0f1e9;
  border-radius: 5px;
  padding: 4px 6px;
  font-size: 10px
}

.floating-note {
  position: absolute;
  bottom: 72px;
  right: -18px;
  display: flex;
  align-items: center;
  gap: 11px;
  background: #fffdf5;
  box-shadow: 0 10px 30px #28382116;
  border: 1px solid #e5e6d9;
  padding: 17px 18px;
  transform: rotate(4deg);
  border-radius: 9px
}

.note-icon {
  background: #e4ebd8;
  color: #48603d;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  font-size: 17px
}

.floating-note div {
  display: flex;
  flex-direction: column
}

.floating-note strong {
  font-size: 11px
}

.floating-note div>span {
  font-size: 9px;
  color: var(--muted)
}

.floating-note svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #a7b48d;
  stroke-width: 2;
  margin-left: 13px
}

.art-caption {
  position: absolute;
  bottom: 18px;
  left: 30px;
  font-size: 9px;
  line-height: 1.45;
  color: #52684e
}

.art-caption em {
  font-size: 12px
}

.sparkle {
  position: absolute;
  fill: #68866a;
  stroke: var(--paper);
  stroke-width: 2
}

.sparkle-one {
  width: 51px;
  right: 30px;
  top: 82px;
  transform: rotate(12deg)
}

.promise-strip {
  border-top: 1px solid var(--line);
  padding: 29px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px
}

.promise-strip p {
  font-size: 11px;
  line-height: 1.55;
  color: var(--muted)
}

.promise-strip p strong {
  font-weight: 500;
  color: var(--ink)
}

.promise-strip>div {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 13px
}

.promise-strip>div>span {
  font-size: 25px;
  color: #587451;
  font-weight: 400
}

.section-space {
  padding-top: 105px;
  padding-bottom: 105px
}

h2 {
  font-size: 48px;
  letter-spacing: -1.9px
}

h2 em {
  color: var(--green)
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 45px
}

.section-heading .eyebrow,
.center-heading .eyebrow,
.cleaner-copy .eyebrow,
.faq-section .eyebrow {
  margin-bottom: 20px
}

.section-heading>p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 300px;
  padding-bottom: 5px
}

.product-section {
  margin-top: 11px;
  background: #eeefe5;
  border-top: 1px solid #e4e6db;
  border-bottom: 1px solid #e4e6db
}

.product-layout {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 76px;
  margin-top: 51px;
  align-items: center
}

.demo-tabs {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.demo-tab {
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
  gap: 17px;
  background: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #d8ddce;
  color: var(--ink);
  border-radius: 0;
  padding: 25px 16px
}

.demo-tab[aria-selected=true] {
  background: #fdfcf6;
  border-color: #dedfd4;
  border-radius: 8px;
  box-shadow: 0 3px 10px #20352003
}

.step-number {
  font-size: 10px;
  font-weight: 500;
  color: #78836c;
  align-self: flex-start;
  padding-top: 3px
}

.demo-tab>span:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.demo-tab strong {
  font-size: 16px;
  font-weight: 550;
  line-height: 1.4;
  letter-spacing: -.3px
}

.demo-tab>span:nth-child(2)>span {
  font-size: 11px;
  color: var(--muted);
  font-weight: 400
}

.tab-arrow {
  margin-left: auto;
  font-size: 17px;
  visibility: hidden
}

.demo-tab[aria-selected=true] .tab-arrow {
  visibility: visible
}

.demo-tab:hover {
  background: #f6f5ee
}

.demo-disclaimer {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 10px;
  padding: 25px 16px 0
}

.demo-stage {
  background: #dce3d0;
  border-radius: 15px;
  padding: 31px 34px 21px;
  position: relative
}

.demo-window {
  border: 1px solid #fff;
  background: #fcfcf7;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 30px #2f402513
}

.demo-window-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 21px;
  border-bottom: 1px solid #e4e8da
}

.demo-window-header>div:nth-child(2) {
  display: flex;
  flex-direction: column
}

.demo-window-header strong {
  font-size: 11px
}

.demo-window-header>div:nth-child(2)>span {
  font-size: 9px;
  color: var(--muted)
}

.demo-mark {
  margin-left: auto;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #99a58a
}

.demo-panel {
  padding: 23px;
  min-height: 316px
}

.demo-panel[hidden] {
  display: none
}

.panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 19px
}

.panel-title .eyebrow {
  font-size: 8px;
  letter-spacing: 1.3px
}

.demo-panel h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -.7px;
  line-height: 1.25;
  margin-bottom: 21px
}

.time-window {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 20px;
  border-bottom: 1px solid #e6e9dd
}

.time-window div {
  display: flex;
  flex-direction: column;
  gap: 3px
}

.time-window div>span {
  font-size: 7px;
  letter-spacing: 1.3px;
  color: var(--muted)
}

.time-window strong {
  font-size: 25px;
  letter-spacing: -.7px;
  font-weight: 450;
  line-height: 1.2
}

.time-window small {
  font-size: 12px
}

.window-arrow {
  font-size: 29px;
  color: #849276
}

.assigned-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px
}

.assigned-row>div {
  display: flex;
  flex-direction: column
}

.assigned-row strong {
  font-size: 10px
}

.assigned-row>div>span {
  font-size: 9px;
  color: var(--muted)
}

.check-circle {
  margin-left: auto;
  color: #718468;
  font-size: 15px
}

.system-event {
  font-size: 8px;
  text-align: center;
  color: var(--muted);
  margin-top: 18px
}

.stage-caption {
  font-size: 10px;
  text-align: center;
  padding-top: 20px;
  color: #586e51
}

.stage-caption>span {
  display: inline-block;
  margin-right: 5px;
  font-size: 15px
}

.chat-bubble {
  padding: 11px 13px;
  font-size: 11px;
  line-height: 1.55;
  border-radius: 10px;
  max-width: 86%;
  margin-top: 18px
}

.chat-bubble span {
  display: block;
  font-size: 8px;
  opacity: .7;
  margin-top: 5px
}

.chat-host {
  background: #e0e9d5;
  margin-left: auto;
  border-bottom-right-radius: 2px
}

.chat-cleaner {
  background: #eeeee6;
  border-bottom-left-radius: 2px
}

.context-note {
  display: flex;
  gap: 10px;
  color: var(--muted);
  font-size: 9px;
  margin-top: 20px;
  line-height: 1.6
}

.context-note>span {
  font-size: 20px
}

.demo-checklist {
  display: flex;
  flex-direction: column;
  gap: 0
}

.demo-checklist label {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 10px;
  padding: 13px 0;
  border-bottom: 1px solid #e5e8dc;
  cursor: pointer
}

.demo-checklist input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--green);
  flex-shrink: 0
}

.demo-checklist input:focus-visible {
  outline: 2px solid #b87737;
  outline-offset: 3px
}

.photo-tag {
  margin-left: auto;
  font-size: 7px;
  color: #607b55;
  padding: 2px 4px;
  background: #edf0e6;
  border-radius: 3px;
  white-space: nowrap
}

.checklist-feedback {
  font-size: 10px;
  color: var(--green);
  margin-top: 17px;
  min-height: 32px
}

.center-heading {
  text-align: center
}

.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 67px;
  margin-top: 58px
}

.how-grid article {
  position: relative
}

.how-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9eddf;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  margin-bottom: 24px
}

.how-icon svg {
  width: 34px;
  height: 34px;
  stroke: var(--green);
  stroke-width: 1.6;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round
}

.how-number {
  font-size: 9px;
  letter-spacing: 1.3px;
  color: #7a826d
}

.how-grid h3 {
  font-size: 19px;
  font-weight: 550;
  letter-spacing: -.5px;
  margin: 10px 0 12px;
  line-height: 1.4
}

.how-grid p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted)
}

.cleaner-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 98px;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 20px
}

.cleaner-art {
  background: #ece7dc;
  border-radius: 13px;
  min-height: 487px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 29px 30px 0
}

.cleaner-art>.eyebrow {
  font-size: 8px;
  color: #877762;
  margin-bottom: 25px
}

.cleaner-phone {
  width: 260px;
  border-radius: 35px 35px 0 0;
  border: 6px solid #fcfcf6;
  border-bottom: 0;
  background: #f6f5ed;
  box-shadow: 0 9px 30px #574c3915;
  transform: rotate(-5deg);
  position: relative;
  top: 10px;
  flex: 1
}

.phone-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
  padding: 12px 21px 9px;
  font-weight: 600
}

.phone-browser {
  margin: 0 10px;
  background: #e9e9df;
  border-radius: 7px;
  font-size: 8px;
  padding: 5px;
  text-align: center;
  color: #677564
}

.phone-browser>span {
  margin-right: 4px
}

.phone-content {
  padding: 20px 14px
}

.phone-content .mini-brand {
  font-size: 23px
}

.phone-content h3 {
  font-size: 19px;
  letter-spacing: -.5px;
  margin: 20px 0 5px;
  font-weight: 550
}

.phone-content h3 span {
  color: #b58740;
  font-size: 22px
}

.phone-content>p {
  font-size: 9px;
  color: var(--muted)
}

.phone-job {
  background: #fffefb;
  border: 1px solid #e7e7dc;
  border-radius: 10px;
  margin-top: 18px;
  padding: 16px 12px
}

.phone-job .pill {
  font-size: 7px;
  letter-spacing: .6px
}

.phone-job h4 {
  font-size: 13px;
  margin-top: 11px
}

.phone-job>p {
  font-size: 9px;
  color: var(--muted);
  margin-top: 3px;
  margin-bottom: 13px
}

.phone-check {
  font-size: 10px;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #eceee3
}

.phone-check span {
  color: #638058;
  font-size: 13px
}

.phone-faux-button {
  display: flex;
  justify-content: space-between;
  background: var(--green);
  color: white;
  font-size: 9px;
  border-radius: 5px;
  padding: 11px;
  margin-top: 6px
}

.phone-sticker {
  position: absolute;
  right: 19px;
  bottom: 54px;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: #d1dcb9;
  transform: rotate(11deg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.3;
  font-size: 13px;
  box-shadow: 0 6px 10px #374b2210
}

.phone-sticker em {
  font-size: 19px
}

.cleaner-copy h2 {
  font-size: 47px
}

.cleaner-copy>p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 23px;
  max-width: 355px
}

.cleaner-copy ul {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 12px
}

.cleaner-copy li {
  display: flex;
  align-items: center;
  gap: 10px
}

.cleaner-copy li span {
  width: 19px;
  height: 19px;
  background: #e3ead9;
  color: var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px
}

.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 78px
}

.faq-section h2 {
  font-size: 40px
}

.faq-list details {
  border-bottom: 1px solid #d8ded0;
  padding: 0
}

.faq-list details:first-child {
  border-top: 1px solid #d8ded0
}

.faq-list summary {
  font-size: 13px;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  font-weight: 500
}

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

.faq-list summary>span {
  font-size: 20px;
  color: #77856b;
  transition: transform .15s
}

.faq-list details[open] summary>span {
  transform: rotate(45deg)
}

.faq-list details>p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
  padding-bottom: 22px;
  max-width: 440px
}

.closing {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: #f5f4e8;
  text-align: center;
  border-radius: 13px;
  padding: 59px 25px 61px
}

.closing .eyebrow {
  font-size: 8px;
  letter-spacing: 2px;
  color: #bdcdb8;
  margin-bottom: 17px
}

.closing h2 {
  font-size: 57px;
  letter-spacing: -2px
}

.closing h2 em {
  color: #d3ddbb
}

.closing>p:not(.eyebrow) {
  font-size: 12px;
  color: #bccbbd;
  margin-top: 17px
}

.closing .button {
  margin-top: 25px;
  position: relative;
  z-index: 1
}

.closing-flower {
  position: absolute;
  left: 12%;
  top: 45%;
  font-size: 88px;
  color: #c4d3af;
  font-weight: 100;
  line-height: 1;
  transform: rotate(10deg)
}

.closing-line {
  width: 220px;
  height: 290px;
  position: absolute;
  border: 1px solid #78917466;
  border-radius: 120px 120px 0 0;
  right: -25px;
  bottom: -75px;
  transform: rotate(-30deg)
}

.closing-line:before,
.closing-line:after {
  content: '';
  position: absolute;
  border: 1px solid #78917466;
  border-radius: inherit;
  inset: 19px
}

.closing-line:after {
  inset: 38px
}

.site-footer {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  min-height: 137px;
  color: var(--muted);
  font-size: 10px
}

.site-footer .wordmark {
  color: var(--ink);
  font-size: 25px
}

.site-footer .wordmark svg {
  width: 22px;
  height: 27px;
  margin-right: 8px
}

.site-footer>a:last-child {
  font-size: 10px;
  color: var(--ink)
}

@media(min-width:1500px) {
  .hero {
    gap: 65px
  }

  .hero-art {
    min-height: 590px
  }

  .today-card {
    width: 348px;
    padding: 25px
  }

  .job-preview {
    padding: 15px 12px
  }

  .property-info strong {
    font-size: 12px
  }

  .property-info>span {
    font-size: 9px
  }

  .floating-note {
    bottom: 80px
  }

  .hero-description {
    max-width: 395px;
    font-size: 17px
  }
}

@media(max-width:1100px) {
  .wrap {
    width: calc(100% - 72px)
  }

  .hero {
    gap: 28px
  }

  .hero-art {
    min-height: 505px;
    padding: 65px 20px
  }

  .today-card {
    width: 290px;
    padding: 19px
  }

  .floating-note {
    right: -12px;
    padding: 13px;
    bottom: 60px
  }

  .hero-actions {
    gap: 17px;
    flex-wrap: wrap
  }

  .button {
    padding: 15px 20px
  }

  h1 {
    font-size: 52px;
    letter-spacing: -2.5px
  }

  .desktop-nav {
    gap: 23px
  }

  .product-layout {
    gap: 35px
  }

  .demo-stage {
    padding: 25px 23px 18px
  }

  .demo-tab {
    padding: 22px 12px;
    gap: 13px
  }

  .demo-tab strong {
    font-size: 14px
  }

  .how-grid {
    gap: 38px
  }

  .cleaner-section {
    gap: 60px
  }

  .cleaner-copy h2 {
    font-size: 42px
  }

  .cleaner-art {
    min-height: 475px
  }

  .faq-section {
    gap: 45px
  }

  .site-footer {
    gap: 16px
  }

  .hero-description {
    font-size: 15px
  }

  .hero-note {
    font-size: 9px
  }

  .promise-strip>div {
    gap: 9px;
    font-size: 10px
  }

  h2 {
    font-size: 44px
  }
}

@media(max-width:800px) {
  .wrap {
    width: calc(100% - 48px)
  }

  .site-header {
    height: 92px
  }

  .desktop-nav {
    gap: 20px;
    font-size: 11px
  }

  .desktop-nav a:last-child {
    display: none
  }

  .wordmark {
    font-size: 29px
  }

  .wordmark svg {
    width: 25px
  }

  .site-header .button {
    font-size: 11px;
    gap: 15px;
    padding: 10px 13px
  }

  .hero {
    gap: 24px;
    padding-top: 22px;
    padding-bottom: 47px
  }

  h1 {
    font-size: 42px;
    letter-spacing: -2px
  }

  .hero-copy>.eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
    margin-bottom: 21px
  }

  .hero-description {
    font-size: 13px;
    margin-top: 21px
  }

  .hero-art {
    min-height: 443px;
    border-radius: 135px 135px 12px 12px;
    padding: 61px 13px 58px
  }

  .today-card {
    padding: 15px;
    width: 255px
  }

  .today-heading h2 {
    font-size: 26px
  }

  .today-heading {
    margin: 10px 0 16px
  }

  .job-preview {
    padding: 10px 8px;
    gap: 7px;
    grid-template-columns: 27px 1fr 7px
  }

  .property-symbol {
    width: 27px;
    height: 29px;
    font-size: 25px
  }

  .property-info strong {
    font-size: 9px
  }

  .property-info>span {
    font-size: 7px
  }

  .today-date {
    font-size: 6px
  }

  .floating-note {
    bottom: 46px;
    right: -10px;
    padding: 10px;
    gap: 8px
  }

  .floating-note strong {
    font-size: 9px
  }

  .floating-note div>span {
    font-size: 8px
  }

  .floating-note svg {
    display: none
  }

  .note-icon {
    width: 25px;
    height: 25px;
    font-size: 12px
  }

  .art-caption {
    bottom: 12px;
    left: 20px;
    font-size: 8px
  }

  .art-caption em {
    font-size: 10px
  }

  .sparkle-one {
    width: 33px;
    right: 15px;
    top: 64px
  }

  .art-label {
    font-size: 6px;
    top: 27px;
    letter-spacing: 1.6px
  }

  .hero-actions {
    gap: 16px;
    margin-top: 21px
  }

  .hero-actions .button {
    font-size: 11px;
    padding: 14px 16px;
    gap: 17px
  }

  .hero-note {
    line-height: 1.5;
    font-size: 8px
  }

  .hero-note svg {
    flex-shrink: 0
  }

  .promise-strip {
    gap: 18px;
    padding: 24px 0;
    flex-wrap: wrap
  }

  .promise-strip p {
    font-size: 10px;
    flex-basis: 100%;
    text-align: center
  }

  .promise-strip p br {
    display: none
  }

  .promise-strip>div {
    font-size: 10px
  }

  .promise-strip>div>span {
    font-size: 20px
  }

  .section-space {
    padding-top: 75px;
    padding-bottom: 75px
  }

  h2 {
    font-size: 38px
  }

  .section-heading {
    gap: 30px
  }

  .section-heading>p {
    max-width: 235px;
    font-size: 12px
  }

  .product-layout {
    gap: 24px;
    grid-template-columns: .9fr 1.1fr;
    margin-top: 36px
  }

  .demo-tab {
    gap: 9px;
    padding: 18px 10px
  }

  .demo-tab strong {
    font-size: 12px
  }

  .demo-tab>span:nth-child(2)>span {
    font-size: 9px
  }

  .tab-arrow {
    font-size: 14px
  }

  .step-number {
    font-size: 8px
  }

  .demo-stage {
    padding: 18px 14px 15px
  }

  .demo-panel {
    padding: 19px;
    min-height: 309px
  }

  .demo-panel h3 {
    font-size: 23px
  }

  .demo-window-header {
    padding: 14px
  }

  .demo-disclaimer {
    font-size: 8px;
    padding-left: 10px
  }

  .stage-caption {
    font-size: 8px;
    padding-top: 14px
  }

  .time-window strong {
    font-size: 22px
  }

  .how-grid {
    gap: 24px;
    margin-top: 43px
  }

  .how-grid h3 {
    font-size: 16px
  }

  .how-grid p {
    font-size: 12px
  }

  .how-icon {
    width: 54px;
    height: 54px;
    border-radius: 17px
  }

  .cleaner-section {
    gap: 33px
  }

  .cleaner-art {
    padding: 25px 14px 0;
    min-height: 447px
  }

  .cleaner-phone {
    width: 230px
  }

  .phone-sticker {
    right: 3px;
    bottom: 35px;
    width: 104px;
    height: 104px;
    font-size: 11px
  }

  .phone-sticker em {
    font-size: 16px
  }

  .cleaner-copy h2 {
    font-size: 36px
  }

  .cleaner-copy .eyebrow {
    font-size: 8px
  }

  .cleaner-copy>p:not(.eyebrow) {
    font-size: 12px
  }

  .cleaner-copy ul {
    font-size: 10px
  }

  .faq-section {
    gap: 28px;
    grid-template-columns: .85fr 1.15fr
  }

  .faq-section h2 {
    font-size: 33px
  }

  .faq-list summary {
    font-size: 12px
  }

  .closing h2 {
    font-size: 49px
  }

  .closing-flower {
    left: 8%;
    font-size: 67px
  }

  .site-footer {
    flex-wrap: wrap;
    padding: 30px 0;
    gap: 18px
  }

  .site-footer>span {
    font-size: 9px
  }

  .site-footer>span:nth-child(2) {
    display: none
  }

  .photo-tag {
    display: none
  }
}

@media(max-width:600px) {
  .wrap {
    width: calc(100% - 40px)
  }

  .site-header {
    height: 82px
  }

  .desktop-nav {
    display: none
  }

  .wordmark {
    font-size: 29px
  }

  .hero {
    display: flex;
    flex-direction: column;
    gap: 37px;
    padding-top: 28px;
    padding-bottom: 35px
  }

  .hero-copy {
    width: 100%
  }

  .hero-copy>.eyebrow {
    margin-bottom: 22px;
    font-size: 8px;
    letter-spacing: 1.3px
  }

  h1 {
    font-size: clamp(43px, 10.7vw, 63px);
    letter-spacing: -2.2px;
    line-height: 1.09
  }

  .hero-description {
    max-width: 340px;
    font-size: 14px;
    margin-top: 22px;
    line-height: 1.75
  }

  .hero-actions {
    gap: 20px;
    margin-top: 23px
  }

  .hero-actions .button {
    font-size: 11px;
    padding: 15px 17px
  }

  .text-link {
    font-size: 11px
  }

  .hero-note {
    font-size: 9px;
    margin-top: 17px
  }

  .hero-art {
    width: 100%;
    min-height: 496px;
    max-width: 440px;
    border-radius: 160px 160px 12px 12px;
    padding: 62px 30px 74px
  }

  .today-card {
    width: 294px;
    padding: 20px
  }

  .today-heading h2 {
    font-size: 30px
  }

  .today-heading {
    margin: 16px 0 22px
  }

  .property-symbol {
    height: 32px;
    width: 32px;
    font-size: 28px
  }

  .job-preview {
    padding: 12px 10px;
    grid-template-columns: 32px 1fr 10px;
    gap: 9px
  }

  .property-info strong {
    font-size: 10px
  }

  .property-info>span {
    font-size: 8px
  }

  .today-date {
    font-size: 7px
  }

  .floating-note {
    right: -8px;
    bottom: 56px;
    padding: 14px;
    gap: 10px
  }

  .floating-note strong {
    font-size: 11px
  }

  .floating-note div>span {
    font-size: 9px
  }

  .note-icon {
    width: 29px;
    height: 29px;
    font-size: 16px
  }

  .art-caption {
    bottom: 18px;
    left: 24px;
    font-size: 9px
  }

  .art-caption em {
    font-size: 12px
  }

  .sparkle-one {
    width: 43px;
    right: 21px;
    top: 80px
  }

  .art-label {
    font-size: 7px;
    top: 30px
  }

  .promise-strip {
    gap: 14px;
    justify-content: center;
    padding: 24px 0
  }

  .promise-strip>div {
    font-size: 9px;
    gap: 6px
  }

  .promise-strip>div>span {
    font-size: 18px
  }

  .promise-strip p {
    margin-bottom: 2px;
    font-size: 10px
  }

  .section-space {
    padding-top: 59px;
    padding-bottom: 59px
  }

  .section-heading {
    display: block
  }

  .section-heading>p {
    font-size: 13px;
    max-width: 320px;
    margin-top: 21px
  }

  .section-heading .eyebrow,
  .center-heading .eyebrow {
    margin-bottom: 17px;
    font-size: 8px
  }

  h2 {
    font-size: 38px;
    letter-spacing: -1.6px
  }

  .product-layout {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 27px
  }

  .product-story {
    width: 100%
  }

  .demo-tabs {
    gap: 4px
  }

  .demo-tab {
    padding: 17px 13px;
    gap: 14px
  }

  .demo-tab strong {
    font-size: 14px
  }

  .demo-tab>span:nth-child(2)>span {
    font-size: 10px
  }

  .step-number {
    font-size: 9px
  }

  .tab-arrow {
    font-size: 18px
  }

  .demo-disclaimer {
    padding-top: 15px;
    font-size: 9px
  }

  .demo-stage {
    width: 100%;
    padding: 24px 23px 18px
  }

  .demo-panel {
    padding: 22px;
    min-height: 321px
  }

  .demo-window-header {
    padding: 17px
  }

  .demo-panel h3 {
    font-size: 25px
  }

  .demo-window-header strong {
    font-size: 12px
  }

  .demo-window-header>div:nth-child(2)>span {
    font-size: 10px
  }

  .time-window strong {
    font-size: 27px
  }

  .time-window div>span {
    font-size: 8px
  }

  .assigned-row strong {
    font-size: 11px
  }

  .assigned-row>div>span {
    font-size: 9px
  }

  .panel-title .eyebrow {
    font-size: 9px
  }

  .stage-caption {
    font-size: 9px
  }

  .chat-bubble {
    font-size: 12px
  }

  .demo-checklist label {
    font-size: 11px
  }

  .photo-tag {
    display: inline;
    font-size: 7px
  }

  .center-heading {
    text-align: left
  }

  .how-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 35px
  }

  .how-grid article {
    padding-left: 77px
  }

  .how-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 53px;
    height: 53px
  }

  .how-grid h3 {
    font-size: 18px;
    margin: 7px 0 9px
  }

  .how-grid p {
    font-size: 13px
  }

  .how-number {
    font-size: 8px
  }

  .cleaner-section {
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
    padding-top: 10px;
    padding-bottom: 0
  }

  .cleaner-copy {
    width: 100%
  }

  .cleaner-copy h2 {
    font-size: 40px
  }

  .cleaner-copy h2 br:last-child {
    display: none
  }

  .cleaner-copy .eyebrow {
    font-size: 8px;
    margin-bottom: 17px
  }

  .cleaner-copy>p:not(.eyebrow) {
    font-size: 13px;
    max-width: none
  }

  .cleaner-copy ul {
    font-size: 12px;
    margin-top: 20px
  }

  .cleaner-art {
    width: 100%;
    min-height: 456px;
    padding-top: 27px
  }

  .cleaner-phone {
    width: 255px
  }

  .phone-sticker {
    right: 14px;
    bottom: 36px;
    width: 115px;
    height: 115px;
    font-size: 12px
  }

  .phone-sticker em {
    font-size: 18px
  }

  .faq-section {
    display: flex;
    flex-direction: column;
    gap: 27px
  }

  .faq-section h2 {
    font-size: 38px
  }

  .faq-section .eyebrow {
    font-size: 8px;
    margin-bottom: 17px
  }

  .faq-list summary {
    font-size: 12px;
    padding: 20px 0
  }

  .faq-list details>p {
    font-size: 12px
  }

  .closing {
    padding: 48px 20px 50px
  }

  .closing h2 {
    font-size: 43px
  }

  .closing .eyebrow {
    font-size: 7px;
    letter-spacing: 1.5px
  }

  .closing-flower {
    display: none
  }

  .closing-line {
    right: -145px;
    bottom: -85px
  }

  .closing>p:not(.eyebrow) {
    font-size: 11px
  }

  .closing .button {
    font-size: 12px
  }

  .site-footer {
    min-height: 120px;
    gap: 20px;
    padding: 28px 0
  }

  .site-footer>span:nth-child(3) {
    order: 3;
    flex-basis: 100%;
    margin-top: -6px
  }

  .site-footer>a:last-child {
    margin-left: auto;
    font-size: 10px
  }

  .site-footer .wordmark {
    font-size: 24px
  }
}

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

  *,
  *:before,
  *:after {
    transition: none !important
  }
}

.no-js .demo-tabs {
  display: none;
}

.no-js .demo-panel[hidden] {
  display: block;
  border-top: 1px solid var(--line);
}

@media (max-width: 360px) {
  h1 { font-size: 39px; }
  .photo-tag { display: none; }
}
