:root {
  --ink: #17231f;
  --muted: #5b6963;
  --paper: #f7f4ec;
  --surface: #fffdf8;
  --brand: #315c4d;
  --accent: #ef8354;
  --accent-2: #d9e9d8;
  --line: rgba(23, 35, 31, 0.14);
  --display: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --radius: 1.5rem;
  --shadow: 0 24px 70px rgba(23, 35, 31, 0.11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 2rem)); margin-inline: auto; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 20; padding: .7rem 1rem; transform: translateY(-180%); background: var(--ink); color: white; border-radius: 999px; }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 10; padding: 1.1rem 0; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; font-size: .85rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.brand-mark { width: 2.45rem; height: 2.45rem; display: grid; place-items: center; color: var(--surface); background: var(--brand); border-radius: 50%; font-family: var(--display); font-size: 1.1rem; letter-spacing: 0; }
.nav-links { display: flex; align-items: center; gap: 1.5rem; font-size: .9rem; font-weight: 700; }
.nav-links a { text-decoration: none; }
.nav-links a:not(.button):hover { color: var(--brand); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 3rem; padding: .75rem 1.2rem; border: 1px solid transparent; border-radius: 999px; background: var(--brand); color: white; text-decoration: none; font-size: .9rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(23,35,31,.15); }
.button-light { background: var(--surface); color: var(--ink); border-color: var(--line); }
.button-small { min-height: 2.55rem; padding: .55rem 1rem; }

.hero { position: relative; overflow: hidden; padding: 4.5rem 0 5rem; }
.hero::before { content: ""; position: absolute; width: 34rem; height: 34rem; right: -15rem; top: -14rem; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(255,255,255,.14), 0 0 0 10rem rgba(255,255,255,.08); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(2rem, 7vw, 7rem); }
.eyebrow { margin: 0 0 1rem; color: var(--brand); font-size: .75rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.25rem; font-family: var(--display); font-size: clamp(3.2rem, 7.8vw, 6.8rem); line-height: .93; letter-spacing: -.055em; font-weight: 500; }
h1 em { color: var(--brand); font-weight: inherit; }
.hero-copy { max-width: 41rem; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.17rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.microcopy { margin: 1rem 0 0; color: var(--muted); font-size: .78rem; }

.demo-panel { position: relative; min-height: 31rem; padding: 1rem; background: var(--ink); border-radius: 2rem; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.demo-panel::after { content: ""; position: absolute; inset: .7rem; border: 1px solid rgba(255,255,255,.13); border-radius: 1.55rem; pointer-events: none; }
.panel-inner { position: relative; z-index: 1; min-height: 29rem; padding: 1.6rem; display: flex; flex-direction: column; color: white; }
.panel-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 2.2rem; }
.panel-label { font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; opacity: .65; }
.live-dot { display: flex; align-items: center; gap: .5rem; font-size: .72rem; font-weight: 800; }
.live-dot::before { content: ""; width: .55rem; height: .55rem; background: var(--accent); border-radius: 50%; box-shadow: 0 0 0 .35rem color-mix(in srgb, var(--accent) 18%, transparent); }
.panel-title { max-width: 14ch; margin-bottom: 1.5rem; font-family: var(--display); font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; font-weight: 500; letter-spacing: -.03em; }
.schedule { display: grid; gap: .65rem; margin-top: auto; }
.schedule-row { display: grid; grid-template-columns: 4.4rem 1fr auto; align-items: center; gap: .8rem; padding: .85rem .9rem; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.09); border-radius: 1rem; }
.schedule-time { color: var(--accent); font-size: .77rem; font-weight: 900; }
.schedule-name { font-size: .88rem; font-weight: 750; }
.schedule-meta { font-size: .7rem; opacity: .55; }
.status { padding: .3rem .55rem; color: var(--ink); background: var(--accent-2); border-radius: 99px; font-size: .62rem; font-weight: 900; text-transform: uppercase; }

.proof { border-block: 1px solid var(--line); background: rgba(255,255,255,.26); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { padding: 1.45rem 1rem; text-align: center; border-right: 1px solid var(--line); }
.proof-item:last-child { border-right: 0; }
.proof-item strong { display: block; margin-bottom: .2rem; font-family: var(--display); font-size: 1.5rem; font-weight: 600; }
.proof-item span { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.section { padding: clamp(5rem, 9vw, 8rem) 0; }
.section-alt { background: var(--surface); }
.section-kicker { margin-bottom: .75rem; color: var(--brand); font-size: .74rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.section-heading { max-width: 15ch; margin-bottom: 1rem; font-family: var(--display); font-size: clamp(2.4rem, 5vw, 4.4rem); line-height: 1.02; letter-spacing: -.04em; font-weight: 500; }
.section-intro { max-width: 42rem; color: var(--muted); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 3rem; }
.section-head .section-intro { max-width: 28rem; margin-bottom: .4rem; }

.services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.service-card { min-height: 19rem; padding: 1.45rem; display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-number { width: 2.6rem; height: 2.6rem; display: grid; place-items: center; margin-bottom: 3rem; border-radius: 50%; background: var(--accent-2); font-size: .77rem; font-weight: 900; }
.service-card h3 { margin-bottom: .65rem; font-family: var(--display); font-size: 1.55rem; font-weight: 600; line-height: 1.1; }
.service-card p { color: var(--muted); font-size: .88rem; }
.service-tag { margin-top: auto; color: var(--brand); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.system-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.feature-stack { display: grid; gap: .8rem; }
.feature { display: grid; grid-template-columns: auto 1fr; gap: 1rem; padding: 1.25rem; border: 1px solid var(--line); border-radius: 1.25rem; background: var(--paper); }
.feature-icon { width: 2.6rem; height: 2.6rem; display: grid; place-items: center; border-radius: .8rem; color: var(--surface); background: var(--brand); font-weight: 900; }
.feature h3 { margin-bottom: .2rem; font-size: .95rem; }
.feature p { margin-bottom: 0; color: var(--muted); font-size: .84rem; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; counter-reset: steps; }
.step { position: relative; padding-top: 1.3rem; border-top: 2px solid var(--line); counter-increment: steps; }
.step::before { content: "0" counter(steps); display: block; margin-bottom: 2.2rem; color: var(--accent); font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.step h3 { font-family: var(--display); font-size: 1.65rem; font-weight: 600; }
.step p { color: var(--muted); font-size: .9rem; }

.cta { position: relative; overflow: hidden; padding: clamp(3rem, 7vw, 5.5rem); color: white; background: var(--brand); border-radius: 2rem; }
.cta::after { content: ""; position: absolute; width: 22rem; height: 22rem; right: -8rem; bottom: -13rem; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 4rem rgba(255,255,255,.05), 0 0 0 8rem rgba(255,255,255,.04); }
.cta > * { position: relative; z-index: 1; }
.cta h2 { max-width: 14ch; margin-bottom: 1rem; font-family: var(--display); font-size: clamp(2.5rem, 6vw, 5rem); line-height: .98; letter-spacing: -.04em; font-weight: 500; }
.cta p { max-width: 38rem; color: rgba(255,255,255,.74); }
.cta .button { margin-top: 1rem; background: white; color: var(--brand); }

.site-footer { padding: 2rem 0; color: var(--muted); font-size: .76rem; }
.footer-row { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.footer-row p { margin: 0; }
.footer-row a { color: var(--brand); font-weight: 800; }

.spa { --ink:#2a1c28; --muted:#745f6f; --paper:#f5eee9; --surface:#fffaf7; --brand:#743e63; --accent:#e18473; --accent-2:#ead8e2; }
.auto { --ink:#111a1e; --muted:#5c686d; --paper:#eef1ed; --surface:#f9fbf8; --brand:#0d6971; --accent:#b8d83d; --accent-2:#d9ecbd; --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; }
.auto h1, .auto .section-heading, .auto .cta h2 { text-transform: uppercase; letter-spacing: -.025em; }
.cleaning { --ink:#12343b; --muted:#58747a; --paper:#edf8f2; --surface:#fbfffc; --brand:#176b61; --accent:#f3ba55; --accent-2:#cfeadd; }
.fitness { --ink:#171926; --muted:#656879; --paper:#f1f1eb; --surface:#fbfbf7; --brand:#5142ad; --accent:#ff713e; --accent-2:#dcd9ff; --display: ui-sans-serif, system-ui, sans-serif; }
.fitness h1, .fitness .section-heading, .fitness .cta h2 { font-weight: 900; text-transform: uppercase; }
.tattoo { --ink:#1b1917; --muted:#6c655e; --paper:#eeeae2; --surface:#fbf8f1; --brand:#852c25; --accent:#d65836; --accent-2:#e8d2c6; }
.massage { --ink:#24312c; --muted:#64736c; --paper:#f1eee4; --surface:#fbfaf4; --brand:#547568; --accent:#d99d73; --accent-2:#dbe5dc; }
.tutoring { --ink:#20254b; --muted:#62698b; --paper:#f2f4ff; --surface:#fcfcff; --brand:#4b55b3; --accent:#f0b844; --accent-2:#dce5ff; --display: ui-rounded, "Arial Rounded MT Bold", ui-sans-serif, system-ui, sans-serif; }
.mobile-pet { --ink:#19342b; --muted:#5c746b; --paper:#f5f0df; --surface:#fffdf6; --brand:#28604e; --accent:#ee7d43; --accent-2:#d9e8cf; }

@media (max-width: 900px) {
  .hero { padding-top: 3rem; }
  .hero-grid, .system-grid { grid-template-columns: 1fr; }
  .demo-panel { width: min(100%, 34rem); margin-inline: auto; transform: none; }
  .services { grid-template-columns: repeat(2, 1fr); }
  .section-head { display: block; }
}
@media (max-width: 640px) {
  .shell { width: min(100% - 1.25rem, 1180px); }
  .nav-links > a:not(.button) { display: none; }
  .brand { font-size: .7rem; }
  .hero { padding: 2.5rem 0 3.5rem; }
  h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .panel-inner { padding: 1rem; }
  .schedule-row { grid-template-columns: 3.8rem 1fr; }
  .schedule-row .status { display: none; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .services, .steps { grid-template-columns: 1fr; }
  .service-card { min-height: 16rem; }
  .cta { border-radius: 1.4rem; }
  .footer-row { align-items: flex-start; flex-direction: column; }
}

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