:root {
  --blue:#4b6fb2;
  --ink:#1b2b37;
  --paper:#f8f8f4;
  --muted:#66717a;
  --line:#d9dfdf;
  --max:1280px;
  --header-top:16px;
}
* {
  box-sizing:border-box;
}
html {
  background:#000;
  scroll-behavior:smooth;
  scroll-padding-top:110px;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}
body {
  margin:0;
  background:#000;
  color:var(--ink);
  font-family:'DM Sans',Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
/* Match /worker: black browser canvas, with light page content. */
main,footer {
  background:var(--paper);
}
h1,h2,h3,p,figure {
  margin:0;
}
h1,h2,h3 {
  font-weight:500;
  letter-spacing:-.055em;
  line-height:1.04;
}
p {
  line-height:1.6;
}
a {
  color:inherit;
  text-decoration:none;
}
img {
  display:block;
  max-width:100%;
}
button {
  font:inherit;
  cursor:pointer;
}
a,button,summary {
  -webkit-tap-highlight-color:transparent;
}
a:focus-visible,button:focus-visible,summary:focus-visible {
  outline:3px solid #739be1;
  outline-offset:5px;
}
a:hover {
  text-decoration:none;
}
.text-link:hover,.desktop-nav a:hover,.site-footer a:hover,.support-link:hover {
  text-decoration:underline;
  text-underline-offset:5px;
}
[hidden] {
  display:none!important;
}
.skip {
  position:fixed;
  top:-80px;
  left:20px;
  z-index:100;
  background:#fff;
  padding:14px;
}
.skip:focus {
  top:10px;
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.section {
  max-width:var(--max);
  margin:auto;
  padding:100px 40px;
}
.eyebrow {
  font-size:10px;
  font-weight:700;
  letter-spacing:.16em;
  line-height:1.5;
  color:var(--blue);
  margin-bottom:20px;
}
h2 {
  font-size:clamp(40px,4.7vw,66px);
}
h2 span {
  color:var(--blue);
}
.site-header {
  position:fixed;
  left:50%;
  top:var(--header-top);
  transform:translateX(-50%);
  z-index:30;
  width:calc(100% - 48px);
  max-width:1320px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:9px 14px 9px 22px;
  border-radius:16px;
  background:linear-gradient(115deg,#ffffff10,#ffffff03),#20202024;
  border:1px solid #ffffff45;
  backdrop-filter:blur(26px) saturate(115%);
  -webkit-backdrop-filter:blur(26px) saturate(115%);
  box-shadow:inset 0 1px 0 #ffffff12,0 8px 24px #0000000d;
  color:white;
  transition:background .2s;
}
.header-stores {
  display:flex;
  align-items:center;
  gap:8px;
  flex-shrink:0;
}
.glass-store-link {
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  color:#fff;
  transition:opacity .2s;
}
.glass-store-link:hover {
  opacity:.75;
}
.glass-store-link img {
  width:26px;
  height:26px;
  object-fit:contain;
  filter:brightness(0) invert(1);
}
/* Apple's narrower silhouette needs a small optical size adjustment. */
.glass-store-link img[src="/icons/apple.svg"] {
  width:28px;
  height:28px;
}
.site-header.is-past-hero {
  background:linear-gradient(115deg,#ffffff10,#ffffff03),#2525257a;
}
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))) {
  .site-header,.site-header.is-past-hero {
    background:#24272bee;
  }
}
.brand {
  min-width:66px;
  min-height:52px;
  display:flex;
  align-items:center;
}
.brand img {
  object-fit:contain;
  filter:brightness(0) invert(1);
}
.desktop-nav {
  display:flex;
  gap:32px;
  font-size:13px;
}
.desktop-nav a {
  display:flex;
  align-items:center;
  min-height:44px;
}
.hero {
  position:relative;
  min-height:760px;
  min-height:min(900px,100svh);
  background:#263e47;
  color:#fff;
  isolation:isolate;
}
.hero-media {
  position:absolute;
  inset:0;
  z-index:-1;
  overflow:hidden;
  background:radial-gradient(ellipse at 78% 33%,#76908755,transparent 50%),linear-gradient(125deg,#1e303b 4%,#344f55 55%,#64756b);
}
.hero-poster,.hero-video {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.hero-video {
  opacity:0;
  pointer-events:none;
}
.hero-video.is-ready {
  opacity:1;
}
.hero-video::-webkit-media-controls,
.hero-video::-webkit-media-controls-start-playback-button {
  display:none!important;
  -webkit-appearance:none;
}
.hero-frame {
  position:absolute;
  left:57%;
  top:22%;
  right:8%;
  bottom:24%;
  border:1px solid #d3e3dd30;
}
.hero-frame:before,.hero-frame:after {
  content:'';
  position:absolute;
  width:26px;
  height:26px;
  border-color:#dcebe8a0;
}
.hero-frame:before {
  top:-1px;
  left:-1px;
  border-top:2px solid;
  border-left:2px solid;
}
.hero-frame:after {
  bottom:-1px;
  right:-1px;
  border-bottom:2px solid;
  border-right:2px solid;
}
.hero-inner {
  max-width:var(--max);
  margin:auto;
  min-height:inherit;
  display:flex;
  align-items:center;
  padding:160px 40px 115px;
}
.hero-copy {
  position:relative;
  min-width:0;
  max-width:650px;
  text-shadow:0 2px 8px #00000066,0 1px 2px #00000040;
}
.hero .eyebrow {
  color:#d4e0eb;
  margin-bottom:24px;
}
.hero h1 {
  font-size:clamp(68px,7.3vw,106px);
  letter-spacing:-.068em;
  line-height:1.01;
}
.hero h1 span {
  color:#b9cff3;
}
.rotating-jobs {
  display:grid;
  overflow:hidden;
  font-size:.85em;
  line-height:1.25;
}
.rotating-jobs [data-hero-word] {
  grid-area:1 / 1;
  white-space:nowrap;
  opacity:0;
  transform:translateY(105%);
  transition:transform .45s ease, opacity .35s ease;
}
.rotating-jobs [data-hero-word].is-active {
  opacity:1;
  transform:translateY(0);
}
.rotating-jobs [data-hero-word].is-leaving {
  transform:translateY(-105%);
}
.hero-description {
  font-size:18px;
  margin-top:24px;
  color:#f0f3f5;
}
.store-link {
  display:inline-flex;
  min-height:44px;
  align-items:center;
  border-radius:8px;
  transition:transform .2s;
}
.store-link img {
  height:auto;
  object-fit:contain;
}
.store-link:hover {
  transform:translateY(-3px);
}
.hero .store-link {
  margin-top:30px;
}
.hero-note {
  font-size:12px;
  color:#cad3da;
  margin-top:13px;
}
.hero-bottom {
  position:absolute;
  bottom:40px;
  left:max(40px,calc((100% - 1200px)/2));
  right:max(40px,calc((100% - 1200px)/2));
  display:flex;
  justify-content:center;
  align-items:center;
}
.hero-bottom a {
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  min-width:44px;
}
.hero-bottom a svg {
  animation:hero-arrow-bounce 2.4s ease-in-out infinite;
}
@keyframes hero-arrow-bounce {
  0%,60%,100% { transform:translateY(0); }
  30% { transform:translateY(7px); }
}
.media-direction {
  text-align:center;
  position:relative;
  z-index:1;
}
.asset-label {
  display:block;
  font-size:9px;
  font-weight:600;
  letter-spacing:.13em;
  line-height:1.5;
}
.hero-direction {
  position:absolute;
  top:31%;
  left:59%;
  right:10%;
  color:#eef4ef;
}
.hero-direction .asset-label {
  color:#dbe7e1;
}
.record-dot {
  display:inline-block;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#c9d9c7;
  margin-right:5px;
}
.hero-direction>p {
  font-size:22px;
  line-height:1.5;
  font-weight:500;
  margin:22px 0 16px;
  letter-spacing:-.02em;
}
.production-note {
  font-size:11px;
  line-height:1.7;
  display:block;
  color:inherit;
  opacity:.8;
}
.section-heading {
  display:block;
  margin-bottom:38px;
}
.section-heading>p {
  color:var(--muted);
  font-size:15px;
  max-width:300px;
  margin-top:20px;
}
.jobs-navigation {
  display:none;
}
.job-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.job-card {
  position:relative;
  min-height:365px;
  overflow:hidden;
  border-radius:20px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:23px;
  color:#fff;
  background:var(--card-bg,#536672);
  isolation:isolate;
}
.job-card:before {
  content:'';
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(0deg,#15252ced,transparent 65%);
}
.job-card .media-direction {
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:10px 10px 28px;
  flex:1;
  justify-content:center;
}
.job-card .asset-label {
  position:absolute;
  top:22px;
  left:24px;
  padding:7px 10px;
  border:1px solid #ffffff30;
  border-radius:100px;
  background:#ffffff0d;
  opacity:.85;
}
.media-symbol {
  font-size:28px;
  font-weight:400;
  line-height:1;
  margin:20px 0 12px;
  opacity:.65;
  transform:rotate(-45deg);
}
.job-card .media-direction>p {
  margin-top:28px;
  font-size:12px;
  line-height:1.65;
  max-width:220px;
  color:#eef1ef;
}
.job-caption {
  padding:5px 3px 5px;
  z-index:1;
}
.job-caption h3 {
  font-size:29px;
  letter-spacing:-.045em;
}
.job-caption p {
  font-size:12px;
  color:#d9e0e1;
  margin-top:8px;
}
.yard {
  --card-bg:#607da8;
}
.assembly {
  --card-bg:#9b8972;
}
.cleanout {
  --card-bg:#857c70;
}
.lifting {
  --card-bg:#677683;
}
.seasonal {
  --card-bg:#8a775c;
}
.jobs-footer {
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  padding-top:27px;
  font-size:13px;
  color:var(--muted);
}
.text-link {
  display:inline-flex;
  min-height:44px;
  align-items:center;
  gap:18px;
  color:var(--ink);
  font-weight:600;
}
.results {
  background:#edf1f8;
}
.results-inner {
  display:grid;
  grid-template-columns:.85fr 1.5fr;
  gap:65px;
  align-items:center;
  padding-top:80px;
  padding-bottom:80px;
}
.results-heading>p:last-child {
  font-size:15px;
  margin-top:25px;
  color:#66717a;
}
.comparison {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:6px;
}
.comparison figure {
  position:relative;
  min-height:360px;
  display:flex;
  align-items:center;
  padding:32px 25px;
}
.before {
  background:#e0e3e8;
  color:#596573;
}
.after {
  background:#cbd8ef;
  color:#354f79;
}
.comparison-label {
  position:absolute;
  top:16px;
  left:16px;
  border:1px solid #ffffff90;
  border-radius:100px;
  background:#ffffff6b;
  padding:6px 12px;
  font-size:11px;
  font-weight:500;
}
.comparison .media-direction p {
  font-size:13px;
  line-height:1.7;
  margin-top:18px;
}
.comparison .media-direction {
  width:100%;
}
.how {
  isolation:isolate;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:110px;
  align-items:center;
}
.app-visual {
  min-height:580px;
  background:#e6ebf4;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:42px 20px 30px;
  color:var(--blue);
  position:relative;
  overflow:hidden;
}
.phone-stage {
  position:relative;
  max-width:100%;
}
@media(min-width:701px) {
  .app-visual {
    background:none;
    overflow:visible;
  }
  .phone-stage::before {
    content:"";
    position:absolute;
    z-index:-1;
    top:50%;
    left:50%;
    width:184%;
    height:134%;
    transform:translate(-50%,-50%);
    background:radial-gradient(ellipse closest-side,#e6ebf4 65%,transparent 100%);
    pointer-events:none;
  }
}
.phone-preview {
  position:relative;
  width:260px;
  max-width:100%;
  padding:6px;
  border:2px solid #69717c;
  border-radius:39px;
  background:linear-gradient(125deg,#525962,#16191d 35%,#30363d 72%,#777e88);
  box-shadow:0 24px 44px -16px #1b2b3745,0 8px 18px -10px #1b2b3740,inset 0 0 0 1px #ffffff30;
}
.phone-preview::before,.phone-preview::after {
  content:"";
  position:absolute;
  width:3px;
  border-radius:2px;
  background:linear-gradient(90deg,#31363d,#89909a,#31363d);
}
.phone-preview::before {left:-4px;top:87px;height:28px;box-shadow:0 39px 0 #606872}
.phone-preview::after {right:-4px;top:121px;height:47px}
.phone-screen {
  position:relative;
  overflow:hidden;
  border-radius:31px;
  background:#fff;
  isolation:isolate;
}
.phone-dynamic-island {
  position:absolute;
  z-index:2;
  top:8px;
  left:50%;
  transform:translateX(-50%);
  width:29%;
  height:18px;
  border-radius:20px;
  background:#08090b;
  box-shadow:inset 0 0 0 1px #ffffff08;
  pointer-events:none;
}
.phone-dynamic-island::after {
  content:"";
  position:absolute;
  right:7px;
  top:6px;
  width:6px;
  height:6px;
  border-radius:50%;
  background:radial-gradient(circle at 40% 35%,#24384f,#10151e 55%,#050608);
}
.phone-home-indicator {
  position:absolute;
  z-index:2;
  bottom:6px;
  left:50%;
  transform:translateX(-50%);
  width:30%;
  height:3px;
  border-radius:4px;
  background:#10141b;
  opacity:.8;
  pointer-events:none;
}
.app-walkthrough {
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:720/1558;
  object-fit:contain;
  background:#fff;
}
.app-walkthrough::-webkit-media-controls,
.app-walkthrough::-webkit-media-controls-start-playback-button {
  display:none !important;
}
.app-visual-note {
  font-size:11px;
  margin-top:30px;
}
.steps {
  padding:0;
  list-style:none;
  margin:32px 0;
}
.steps li {
  display:flex;
  gap:24px;
  border-top:1px solid var(--line);
  padding:20px 0;
}
.steps li>span {
  color:var(--blue);
  font-size:11px;
  padding-top:5px;
}
.steps h3 {
  font-size:23px;
  letter-spacing:-.035em;
}
.steps p {
  color:var(--muted);
  font-size:13px;
  margin-top:7px;
}
.questions {
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:70px;
  padding-top:30px;
  padding-bottom:90px;
}
.questions h2 {
  font-size:42px;
}
.support-link {
  font-size:12px;
  display:inline-flex;
  align-items:center;
  min-height:44px;
  gap:12px;
  margin-top:24px;
  color:var(--muted);
}
.faq-list details {
  border-bottom:1px solid var(--line);
}
.faq-list details:first-child {
  border-top:1px solid var(--line);
}
.faq-list summary {
  list-style:none;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding:22px 0;
  cursor:pointer;
  font-size:16px;
  min-height:64px;
}
.faq-list summary::-webkit-details-marker {
  display:none;
}
.faq-list summary>span {
  font-size:23px;
  font-weight:400;
  color:var(--blue);
  transition:transform .2s;
}
.faq-list details[open] summary>span {
  transform:rotate(45deg);
}
.faq-list details>p {
  font-size:14px;
  color:var(--muted);
  padding:0 24px 24px 0;
}
.faq-list p a {
  text-decoration:underline;
  text-underline-offset:3px;
}
.download {
  background:var(--blue);
  color:white;
  text-align:center;
  padding:80px 24px 85px;
}
.download .eyebrow {
  color:#d6e1f4;
}
.download h2 {
  font-size:clamp(62px,7.3vw,104px);
  letter-spacing:-.065em;
}
.download h2 span {
  color:#c6d8f5;
}
.download .store-link {
  margin-top:32px;
}
.worker-banner {
  width:calc(100% - 80px);
  max-width:1200px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:48px 0;
  gap:28px;
  border-bottom:1px solid var(--line);
  color:var(--ink);
}
.worker-banner .eyebrow {
  display:block;
  margin-bottom:12px;
  font-size:10px;
  color:var(--blue);
}
.worker-banner h2 {
  font-size:clamp(30px,3.5vw,44px);
  line-height:1.1;
}
.worker-banner-cta {
  display:inline-flex;
  align-items:center;
  gap:16px;
  min-height:44px;
  color:var(--blue);
  font-size:15px;
  font-weight:500;
  white-space:nowrap;
}
.worker-banner-arrow {
  display:grid;
  place-items:center;
  flex-shrink:0;
  width:24px;
  height:24px;
}
.worker-banner:hover .worker-banner-cta {
  text-decoration:underline;
  text-underline-offset:5px;
}
.site-footer {
  margin:auto;
  padding:36px max(40px,calc((100% - 1200px)/2)) 30px;
  display:flex;
  gap:30px;
  align-items:center;
  flex-wrap:wrap;
}
.footer-brand {
  display:flex;
  align-items:center;
  gap:18px;
}
.footer-brand img {
  object-fit:contain;
}
.footer-brand span {
  font-size:12px;
  color:var(--muted);
  line-height:1.5;
}
.site-footer nav {
  display:flex;
  gap:24px;
  flex-wrap:wrap;
  margin-left:auto;
}
.site-footer nav a {
  display:flex;
  align-items:center;
  min-height:44px;
  font-size:12px;
}
.site-footer>p {
  font-size:10px;
  color:var(--muted);
  width:100%;
  padding-top:12px;
}
@media(min-width:1500px) {
  .hero-direction {
    left:58%;
    right:14%;
  }
  .hero-frame {
    left:55%;
    right:12%;
  }
}
@media(max-width:1000px) {
  .hero h1 {
    font-size:78px;
  }
  .hero-copy {
    max-width:55%;
  }
  .hero-description {
    max-width:290px;
  }
  .hero-direction>p {
    font-size:18px;
  }
  .hero-direction {
    left:62%;
    right:7%;
  }
  .hero-frame {
    left:59%;
    right:5%;
  }
  .hero-direction .production-note {
    font-size:10px;
  }
  .job-card {
    padding:20px;
    min-height:355px;
  }
  .job-caption h3 {
    font-size:25px;
  }
  .how {
    gap:55px;
  }
  .results-inner {
    gap:30px;
  }
  .questions {
    gap:35px;
  }
  .site-footer nav {
    gap:18px;
  }
  .comparison figure {
    padding:24px 18px;
  }
}
@media(max-width:700px) {
  :root {
    --header-top:calc(10px + env(safe-area-inset-top));
  }
  html {
    scroll-padding-top:calc(90px + env(safe-area-inset-top));
  }
  .section {
    padding:56px max(24px,env(safe-area-inset-right)) 56px max(24px,env(safe-area-inset-left));
  }
  .site-header {
    top:var(--header-top);
    width:calc(100% - 24px - env(safe-area-inset-left) - env(safe-area-inset-right));
    padding:6px 9px 6px 14px;
    gap:12px;
    border-radius:12px;
  }
  .brand {
    min-height:44px;
    min-width:46px;
  }
  .brand img {
    width:49px;
    height:44px;
  }
  .desktop-nav {
    display:none;
  }
  .hero {
    min-height:560px;
    min-height:max(560px,100svh);
  }
  .hero-inner {
    padding:calc(160px + env(safe-area-inset-top)) max(24px,env(safe-area-inset-right)) calc(110px + env(safe-area-inset-bottom)) max(24px,env(safe-area-inset-left));
    align-items:flex-end;
  }
  .hero-copy {
    max-width:none;
  }
  .hero h1 {
    font-size:clamp(56px,13vw,84px);
  }
  .hero .eyebrow {
    font-size:10px;
    margin-bottom:17px;
  }
  .hero-description {
    max-width:none;
    font-size:15px;
    margin-top:20px;
  }
  .hero .store-link {
    margin-top:23px;
  }
  .hero-note {
    font-size:13px;
    color:#fff;
    text-shadow:0 1px 4px #000c,0 2px 12px #0008;
    margin-top:12px;
  }
  .hero-direction {
    top:140px;
    left:20%;
    right:20%;
  }
  .hero-direction>p {
    font-size:17px;
    line-height:1.4;
    margin:14px 0 10px;
  }
  .hero-direction .production-note {
    font-size:10px;
  }
  .hero-frame {
    left:16%;
    right:16%;
    top:120px;
    bottom:auto;
    height:224px;
  }
  .hero-bottom {
    bottom:calc(46px + env(safe-area-inset-bottom));
    left:24px;
    right:24px;
  }
  .section-heading {
    display:block;
    margin-bottom:28px;
  }
  .section-heading>p {
    font-size:16px;
    margin-top:20px;
  }
  .eyebrow {
    font-size:10px;
    margin-bottom:16px;
  }
  h2 {
    font-size:clamp(40px,10vw,56px);
  }
  .job-grid {
    --gallery-gutter:max(24px,env(safe-area-inset-left));
    grid-template-columns:none;
    grid-auto-flow:column;
    grid-auto-columns:calc(100% - 28px);
    gap:12px;
    margin-inline:calc(-1 * var(--gallery-gutter));
    padding-inline:var(--gallery-gutter);
    overflow-x:auto;
    overscroll-behavior-x:contain;
    scroll-snap-type:x mandatory;
    scroll-padding-inline:var(--gallery-gutter);
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
  .job-grid::-webkit-scrollbar { display:none; }
  .job-grid:focus-visible { outline:3px solid var(--blue); outline-offset:5px; }
  .jobs-navigation {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-top:18px;
  }
  .job-pagination,.job-arrows { display:flex; align-items:center; }
  .job-pagination { gap:0; }
  .job-pagination button {
    display:grid;
    place-items:center;
    width:24px;
    height:44px;
    padding:0;
    border:0;
    background:transparent;
  }
  .job-pagination button::after {
    content:'';
    width:6px;
    height:6px;
    border-radius:100px;
    background:#bac2c7;
    transition:width .2s,background .2s;
  }
  .job-pagination button[aria-current=true]::after {
    width:22px;
    background:var(--blue);
  }
  .job-arrows { gap:8px; }
  .job-arrows button {
    display:grid;
    place-items:center;
    width:44px;
    height:44px;
    padding:0;
    border:1px solid #d9dfdf;
    border-radius:50%;
    background:#fff;
    color:var(--ink);
    font-size:22px;
    transition:background .2s,color .2s;
  }
  .job-arrows button:not(:disabled):hover { background:var(--ink); color:white; }
  .job-arrows button:disabled { opacity:.3; cursor:default; }
  .job-card {
    min-height:0;
    height:clamp(340px,103vw,440px);
    scroll-snap-align:start;
    scroll-snap-stop:always;
    padding:24px;
    border-radius:20px;
  }
  .job-card .media-direction {
    padding:48px 0 30px;
  }
  .job-card .asset-label {
    font-size:10px;
    letter-spacing:.08em;
  }
  .job-card .media-direction>p {
    margin-top:0;
    font-size:14px;
    line-height:1.65;
  }
  .media-symbol {
    font-size:23px;
    margin:16px 0 12px;
  }
  .job-caption {
    padding:0 0 6px;
  }
  .job-caption h3 {
    font-size:32px;
    line-height:1.07;
  }
  .job-caption p {
    font-size:15px;
    line-height:1.5;
  }
  .jobs-footer {
    display:block;
    padding-top:24px;
    font-size:13px;
  }
  .jobs-footer .text-link {
    font-size:14px;
    margin-top:4px;
  }
  .results-inner {
    display:block;
  }
  .results-heading {
    margin-bottom:30px;
  }
  .results-heading>p:last-child {
    font-size:14px;
    margin-top:18px;
  }
  .comparison {
    gap:5px;
  }
  .comparison figure {
    min-height:270px;
    padding:55px 16px 26px;
  }
  .comparison .media-direction p {
    font-size:14px;
  }
  .comparison-label {
    left:12px;
    top:12px;
    font-size:10px;
  }
  .how {
    display:flex;
    flex-direction:column;
    gap:38px;
    align-items:stretch;
  }
  .how.section {padding-left:0;padding-right:0;padding-bottom:0}
  .how-copy {padding-left:max(24px,env(safe-area-inset-left));padding-right:max(24px,env(safe-area-inset-right))}
  .app-visual {
    min-height:0;
    order:1;
    background:linear-gradient(to bottom,var(--paper) 0,#e6ebf4 96px);
    padding-top:72px;
  }
  .phone-preview { width:min(260px,70vw); }
  .app-visual-note { font-size:13px; }
  .how-copy {
    order:0;
  }
  .how-copy h2 {
    font-size:clamp(40px,9vw,56px);
  }
  .steps {
    margin:28px 0 20px;
  }
  .steps h3 {
    font-size:23px;
  }
  .steps p {
    font-size:16px;
  }
  .questions {
    display:block;
    padding-top:15px;
    padding-bottom:60px;
  }
  .questions h2 {
    font-size:40px;
  }
  .support-link {
    margin-top:14px;
    font-size:14px;
  }
  .faq-list {
    margin-top:24px;
  }
  .faq-list summary {
    font-size:16px;
    padding:20px 0;
  }
  .faq-list details>p {
    font-size:16px;
  }
  .download {
    padding:64px 24px 68px;
  }
  .download h2 {
    font-size:clamp(62px,14vw,92px);
  }
  .worker-banner {
    width:calc(100% - 48px);
    padding:38px 0 32px;
    display:block;
  }
  .worker-banner h2 {
    font-size:clamp(30px,8vw,38px);
  }
  .worker-banner-cta { margin-top:12px; }
  .site-footer {
    padding:28px 24px calc(30px + env(safe-area-inset-bottom));
    gap:22px;
  }
  .site-footer nav {
    margin:0;
    gap:6px 23px;
    width:100%;
  }
  .site-footer nav a { font-size:14px; }
  .footer-brand span { font-size:14px; }
  .site-footer>p {
    padding-top:0;
  }
}
@media(max-width:370px) {
  .hero h1 {
    font-size:clamp(42px,13vw,48px);
  }
  .hero-inner {
    padding-left:20px;
    padding-right:20px;
  }
  .hero-description {
    font-size:14px;
  }
  .section {
    padding-left:20px;
    padding-right:20px;
  }
  .job-card {
    min-height:340px;
    padding:24px;
  }
  .job-card .media-direction>p {
    max-width:210px;
  }
  .job-caption h3 {
    font-size:30px;
  }
  .comparison figure {
    padding-left:12px;
    padding-right:12px;
  }
  .hero-direction {
    left:17%;
    right:17%;
  }
  .hero-direction>p {
    font-size:16px;
  }
}
@media(max-height:500px) and (orientation:landscape) {
  .site-header {
    top:8px;
    width:calc(100% - 24px - env(safe-area-inset-left) - env(safe-area-inset-right));
    padding:4px 12px;
  }
  .brand,.brand img { min-height:44px; height:44px; }
  .desktop-nav { display:none; }
  .hero { min-height:320px; min-height:max(320px,100svh); }
  .hero-inner {
    padding:80px max(32px,env(safe-area-inset-right)) 60px max(32px,env(safe-area-inset-left));
    align-items:flex-end;
  }
  .hero-copy {
    max-width:100%;
    width:100%;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    column-gap:24px;
    align-items:center;
  }
  .hero h1 { font-size:clamp(36px,6vw,48px); }
  .hero .eyebrow { grid-column:1 / -1; margin-bottom:12px; }
  .hero .store-link { margin-top:0; }
  .hero .store-link img { width:144px; }
  .hero-note { grid-column:1 / -1; }
  .hero-bottom { bottom:20px; }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*:before,*:after {
    transition:none!important;
    animation:none!important;
  }
}

/* Client service areas, using the same map and locations as the worker site. */
.service-locations{border-top:1px solid var(--line)}
.service-locations-heading>p{margin-top:18px;color:var(--muted);font-size:16px}
.service-locations-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);gap:44px;align-items:center;margin-top:32px}
.service-locations-map{width:100%;height:auto}
.service-locations-details{min-width:0}
.service-location-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 20px;list-style:none;margin:0;padding:0}
.service-location-list li{display:flex;align-items:center;gap:10px;min-height:82px;padding:14px 0;min-width:0;border-bottom:1px solid var(--line)}
.service-location-icon{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;background:var(--blue)}
.service-location-icon img{width:22px;height:22px;object-fit:contain;filter:brightness(0) invert(1)}
.service-location-list strong{display:block;font-size:16px;font-weight:500;line-height:1.3;letter-spacing:-.02em}
.service-location-list li>span:last-child>span{display:block;color:var(--muted);font-size:13px;margin-top:4px}
.service-locations-actions{margin-top:20px}
.service-locations-actions .text-link{font-size:14px;color:var(--blue)}
.service-locations-actions p{font-size:13px;color:var(--muted)}
.service-locations-actions p a{display:inline-flex;align-items:center;min-height:44px;color:var(--blue);text-decoration:underline;text-underline-offset:3px}
@media(max-width:1000px){
 .service-locations-layout{grid-template-columns:1fr;gap:12px}
 .service-locations-map{max-width:760px;margin:auto}
 .service-location-list{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:700px){
 .service-locations-heading>p{max-width:260px}
 .service-locations-layout{margin-top:24px;gap:16px}
 .service-locations-map{width:calc(100% + 24px);max-width:none;margin-inline:-12px}
 .service-location-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}
 .service-location-list li{gap:8px;min-height:80px}
 .service-location-icon{flex-basis:28px;width:28px;height:28px}
 .service-location-icon img{width:19px;height:19px}
 .service-location-list strong{font-size:15px}
 .service-location-list li>span:last-child>span{font-size:12px}
}

/* Compact review carousel, with the same live Google data and rotation. */
.google-reviews{position:relative;background:#f0f3f8;overflow:hidden}
.google-reviews-inner{padding-top:56px;padding-bottom:44px}
.google-reviews-heading{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:12px 24px;margin-bottom:22px}
.google-reviews-brand{display:flex;align-items:center;gap:9px;width:100%;margin:0;line-height:1}
.google-reviews-brand img{display:block;width:65px;height:auto}
.google-reviews-brand span{font-size:14px;font-weight:400;letter-spacing:0;color:#5e5e5e}
.google-reviews-heading h2{font-size:clamp(30px,3.2vw,42px);line-height:1.15;letter-spacing:-.045em}
.google-reviews-proof{padding-bottom:3px}
.google-reviews-proof p{display:flex;align-items:baseline;gap:5px;line-height:1.4}
.google-reviews-proof strong{font-size:16px;font-weight:600}
.google-reviews-proof p>span{font-size:13px;color:var(--muted)}
.google-reviews-proof-label{display:block;margin-top:2px;color:var(--muted);font-size:11px}
.google-reviews-sources{display:flex;justify-content:center;flex-wrap:wrap;gap:0 20px;margin-top:8px}
.google-review-listing{display:inline-flex;align-items:center;min-height:36px;font-size:11px;color:var(--muted)}
.google-review-listing:hover{color:var(--blue);text-decoration:underline;text-underline-offset:4px}
.google-reviews-content{min-width:0}
.google-reviews-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 32px) / 3);gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none;align-items:stretch;padding-block:4px 14px}
.google-reviews-track::-webkit-scrollbar{display:none}
.google-reviews-track:focus-visible{outline:3px solid var(--blue);outline-offset:4px}
.google-review-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;border:1px solid #e0e5ed;border-radius:14px;padding:22px;background:#fff;min-width:0;min-height:280px;scroll-snap-align:start;scroll-snap-stop:always;transition:border-color .45s}
.google-review-card.is-current{border-color:#9aafd3}
.google-review-top{display:flex;align-items:center;flex-wrap:wrap;gap:6px 12px;width:100%;justify-content:space-between;margin-bottom:14px}
.google-review-stars{color:#967000;font-size:14px;letter-spacing:1px;white-space:nowrap}
.google-review-area{font-size:11px;color:var(--muted)}
.google-review-text{margin:0;font-size:15px;line-height:1.55;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;overflow-wrap:anywhere}
.google-review-text.is-expanded{display:block}
.google-review-expand{border:0;background:transparent;padding:4px 0;color:var(--blue);min-height:36px;font-size:12px;text-decoration:underline;text-underline-offset:3px}
.google-review-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;margin-top:auto;padding-top:18px}
.google-review-author{display:flex;align-items:center;gap:8px;min-width:0}
.google-review-avatar{display:grid;place-items:center;position:relative;flex:0 0 32px;width:32px;height:32px;border-radius:50%;background:#edf1f8;color:var(--blue);overflow:hidden;font-size:13px}
.google-review-avatar img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.google-review-author>div{min-width:0}
.google-review-name{display:block;font-size:12px;font-weight:500;overflow-wrap:anywhere;line-height:1.4}
.google-review-name:hover{text-decoration:underline}
.google-review-author time{display:block;font-size:10px;color:var(--muted);margin-top:3px}
.google-review-source{display:inline-flex;align-items:center;min-height:44px;flex-shrink:0;font-size:11px;color:var(--muted)}
.google-review-source:hover{color:var(--blue);text-decoration:underline;text-underline-offset:3px}
.google-reviews-navigation{display:flex;justify-content:space-between;align-items:center;gap:12px}
.google-maps-attribution{font:500 13px Arial,sans-serif;color:#5e5e5e;white-space:nowrap}
.google-reviews-navigation>div{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--muted)}
.google-reviews-navigation button{display:grid;place-items:center;min-width:44px;height:44px;border:0;border-radius:50%;background:transparent;font-size:20px;color:var(--ink)}
.google-reviews-navigation button:hover{background:#e3eaf4}
.google-reviews-navigation button:disabled{opacity:.35;cursor:default}
.google-reviews-navigation .google-reviews-playback{font-size:11px;border-radius:20px;padding:0 8px;min-width:44px;order:1}
.google-reviews-status{color:var(--muted);font-size:11px;margin-top:2px;text-align:center}
.google-reviews-retry{min-height:44px;padding:8px 16px;margin-top:12px;border:1px solid var(--line);border-radius:30px;background:white;color:var(--blue)}
@media(max-width:1000px){
 .google-reviews-track{grid-auto-columns:calc((100% - 16px) / 2)}
}
@media(max-width:700px){
 .google-reviews-inner{padding-top:36px;padding-bottom:30px}
 .google-reviews-heading{gap:10px;margin-bottom:18px}
 .google-reviews-heading h2{font-size:30px;width:100%}
 .google-reviews-proof{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 10px;padding:0}
 .google-reviews-proof-label{font-size:11px;margin:0}
 .google-reviews-track{grid-auto-columns:calc(100% - 22px);gap:12px;padding-bottom:10px}
 .google-review-card{padding:18px;min-height:276px}
 .google-review-footer{gap:8px;padding-top:14px}
 .google-reviews-navigation{gap:4px;flex-wrap:wrap}
 .google-reviews-navigation>div{gap:0}
 .google-reviews-sources{gap:0 14px;justify-content:flex-start;margin-top:6px}
 .google-reviews-status{text-align:left;line-height:1.5}
}
@media(prefers-reduced-motion:reduce){
 .google-review-card{transition:none}
}

@media(max-width:370px){.how.section{padding-left:0;padding-right:0}.how-copy{padding-left:20px;padding-right:20px}}

/* Job card photos */
.job-photo {
  position:absolute;
  inset:0;
  z-index:-2;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 40%;
}
.job-card .job-caption { margin-top:auto; }
.job-card:before { background:linear-gradient(0deg,#15252cf0,#15252c40 45%,transparent 70%); }
