/* Shared marketing theme. Light warm paper is the default; graphite is an explicit dark mode. */
html {
  color-scheme: light;
  background: var(--home-bg);
  --home-bg: #f6f4ed;
  --home-panel: #fffcf6;
  --home-band: #eeebe3;
  --home-nav: rgba(246, 244, 237, .92);
  --home-line: #d4d0c4;
  --home-text: #242820;
  --home-muted: #5c6157;
  --home-warm: #786a53;
  --home-lead: #5c6157;
  --home-action: var(--home-warm);
  --home-action-hover: #625540;
  --home-action-ink: #fffcf6;
  --home-positive: #2f7a56;
  --home-success: #1e8c52;
  --home-success-ink: #062113;
  --home-button-bg: #242820;
  --home-button-fg: #f6f4ed;
  --home-button-hover: #3a4034;
  --home-button-outline: #c6c2b6;
  --home-button-outline-hover-bg: #ece9df;
  --home-button-outline-hover-border: #aea99c;
  --home-hero-border: #c9c5b8;
  --home-control-line: #ddd8cc;
  --home-step: #7a7f74;
  --home-pause: #5c6157;
  --home-pause-hover: #242820;
  --home-caption: #6a6f64;
  --home-price-unit: #7a7f74;
  --home-plan-list: #5c6157;
  --home-plan-check: #7a7f74;
  --home-footer: #6a6f64;
  --home-footer-hover: #242820;
  --home-dialog-bg: #fffcf6;
  --home-dialog-border: #d4d0c4;
  --home-dialog-backdrop: rgba(36, 40, 32, .45);
  --home-dialog-muted: #6a6f64;
  --home-dialog-input-bg: #fff;
  --home-dialog-input-border: #d4d0c4;
  --home-dialog-close-bg: #eeebe3;
  --home-error: #a33d3d;
  --home-shadow: 0 16px 36px rgba(36, 40, 32, .08);
  --home-claimed-bg: rgba(12, 27, 19, .92);
  --home-claimed-ring: rgba(46, 140, 82, .28);
  --home-scan-glow: rgba(120, 106, 83, .22);
  --text-primary: var(--home-text);
  --text-secondary: var(--home-muted);
  --text-muted: #7a7f74;
}
html[data-theme="dark"] {
  color-scheme: dark;
  --home-bg: #161715;
  --home-panel: #20211e;
  --home-band: #1e201c;
  --home-nav: rgba(22, 23, 21, .94);
  --home-line: #343630;
  --home-text: #f3f1ec;
  --home-muted: #abaea4;
  --home-warm: #d6cab5;
  --home-lead: #b6b8b0;
  --home-action: var(--home-warm);
  --home-action-hover: #e3dacb;
  --home-action-ink: #242820;
  --home-positive: #a0cdb2;
  --home-success: #6cdb98;
  --home-success-ink: #092213;
  --home-button-bg: #f3f1ec;
  --home-button-fg: #111;
  --home-button-hover: #e3dacb;
  --home-button-outline: #444;
  --home-button-outline-hover-bg: #202020;
  --home-button-outline-hover-border: #666;
  --home-hero-border: #4b4c43;
  --home-control-line: #333;
  --home-step: #858585;
  --home-pause: #aaa;
  --home-pause-hover: #fff;
  --home-caption: #a5a79d;
  --home-price-unit: #999;
  --home-plan-list: #b5b5b5;
  --home-plan-check: #777;
  --home-footer: #858585;
  --home-footer-hover: #fff;
  --home-dialog-bg: #141414;
  --home-dialog-border: #444;
  --home-dialog-backdrop: rgba(0, 0, 0, .8);
  --home-dialog-muted: #a1a1a1;
  --home-dialog-input-bg: #0a0a0a;
  --home-dialog-input-border: #444;
  --home-dialog-close-bg: #222;
  --home-error: #ffb3b3;
  --home-shadow: 0 16px 36px rgba(0, 0, 0, .12);
  --home-claimed-bg: rgba(12, 27, 19, .92);
  --home-claimed-ring: rgba(108, 219, 152, .28);
  --home-scan-glow: rgba(214, 202, 181, .2);
  --text-muted: #858585;
}
.landing-home {
  background: var(--home-bg);
  color: var(--home-text);
  font-family: 'DM Sans', system-ui, sans-serif;
  line-height: 1.6;
}
.landing-home a { color: inherit; text-decoration: none; }
.landing-home button, .landing-home input { font: inherit; }
.landing-home a, .landing-home button { -webkit-tap-highlight-color: transparent; }
.landing-home :focus-visible { outline: 2px solid var(--home-action); outline-offset: 5px; }
.landing-home section { padding: 0; }
.landing-home h1, .landing-home h2, .landing-home h3 { font-family: 'Outfit', system-ui, sans-serif; color: var(--home-text); }
.landing-home h2 { margin: 0; font-size: clamp(34px, 4vw, 48px); font-weight: 600; line-height: 1.08; letter-spacing: -.045em; white-space: pre-line; }
.landing-home h3 { margin: 0; font-size: 22px; font-weight: 500; line-height: 1.25; letter-spacing: -.025em; }
.home-shell { width: min(1160px, calc(100% - 80px)); margin-inline: auto; }
.home-muted { color: var(--home-muted); }
.home-small { font-size: 13px; }
.home-eyebrow { margin: 0 0 20px; color: var(--home-muted); font-size: 12px; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; }
.skip-link { position: absolute; left: 24px; top: -100px; z-index: 100; padding: 12px 18px; background: #f3f1ec; color: #111 !important; }
.skip-link:focus { top: 10px; }
.home-nav { position: sticky; top: 0; z-index: 30; height: 80px; background: var(--home-nav); border-bottom: 1px solid var(--home-line); backdrop-filter: blur(16px); }
.home-nav-inner, .home-nav-actions, .home-nav-links { display: flex; align-items: center; }
.home-nav-inner { height: 100%; justify-content: space-between; gap: 24px; }
.home-brand { display: inline-flex; gap: 10px; align-items: center; font-family: 'Outfit', system-ui, sans-serif; font-size: 24px; font-weight: 600; letter-spacing: -.04em; }
.home-mark { display: inline-grid; width: 42px; height: 36px; flex-shrink: 0; }
.home-mark-lg { width: 78px; height: 64px; }
.home-mark img { grid-area: 1 / 1; width: 100%; height: 100%; object-fit: contain; }
.home-mark-on-dark { display: none; }
html[data-theme="dark"] .home-mark-on-light { display: none; }
html[data-theme="dark"] .home-mark-on-dark { display: block; }
.home-nav-links { gap: 30px; margin-left: auto; font-size: 13px; color: var(--home-muted); }
.home-nav-links a:hover { color: var(--home-action); }
.home-nav-actions { gap: 12px; margin-left: 18px; }
.home-language, .home-theme { color: var(--home-muted); border: 0; background: transparent; cursor: pointer; }
.home-language { padding: 8px 3px; min-width: 32px; font-size: 12px !important; }
.home-theme { display: inline-grid; place-items: center; width: 36px; height: 36px; padding: 0; }
.home-language:hover, .home-theme:hover { color: var(--home-text); }
.home-theme-icon { grid-area: 1 / 1; width: 18px; height: 18px; }
html[data-theme="light"] .home-theme-icon-sun,
html:not([data-theme]) .home-theme-icon-sun { display: none; }
html[data-theme="dark"] .home-theme-icon-moon { display: none; }
.landing-home .home-button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; min-height: 48px; padding: 12px 21px; border: 1px solid var(--home-button-bg); border-radius: 7px; background: var(--home-button-bg); color: var(--home-button-fg); font-size: 14px; font-weight: 500; line-height: 1.4; transition: background .16s, border-color .16s, transform .16s; }
.landing-home .home-button:hover { background: var(--home-button-hover); border-color: var(--home-button-hover); transform: translateY(-2px); }
/* Actions share the warm headline accent; green marks confirmed states. */
.landing-home .home-button[data-demo-link] { background: var(--home-action); border-color: var(--home-action); color: var(--home-action-ink); }
.landing-home .home-button[data-demo-link]:hover { background: var(--home-action-hover); border-color: var(--home-action-hover); }
.landing-home .home-button-small { min-height: 36px; padding: 8px 14px; font-size: 12px; }
.landing-home .home-button-outline { background: transparent; color: var(--home-text); border-color: var(--home-button-outline); }
.landing-home .home-button-outline:hover { background: var(--home-button-outline-hover-bg); border-color: var(--home-button-outline-hover-border); }
.home-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.landing-home .home-text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; color: var(--home-action); }
.landing-home .home-text-link:hover, .home-detail-links a:hover { color: var(--home-action-hover); text-decoration: underline; text-underline-offset: 5px; }
.home-hero { display: grid; grid-template-columns: .95fr 1.05fr; gap: 56px; align-items: center; padding-block: 90px 86px; }
.home-hero-copy { padding-bottom: 12px; }
.landing-home h1 { margin: 0 0 25px; font-size: clamp(58px, 6.7vw, 88px); line-height: .99; letter-spacing: -.065em; font-weight: 600; }
.home-title-muted { display: block; color: var(--home-warm); }
.home-lead { max-width: 380px; margin: 0 0 29px; font-size: 17px; line-height: 1.7; color: var(--home-lead); }
.home-hero-copy > .home-small { margin: 19px 0 0; }
.landing-home .home-hero-visual { display: block; width: 100%; max-width: none; min-width: 0; position: relative; padding: 0; }
.landing-home .hero-scene { border: 1px solid var(--home-hero-border); border-radius: 12px; background: var(--home-panel); box-shadow: var(--home-shadow); overflow: hidden; }
.landing-home .hero-stage { filter: none; }
/* Desaturate the footage, not the status UI layered over it. */
.landing-home .hero-desk-photo,
.landing-home .hero-phone-feed-photo { filter: grayscale(.4); }
html[data-theme="dark"] .landing-home .hero-desk-photo,
html[data-theme="dark"] .landing-home .hero-phone-feed-photo { filter: grayscale(.65); }
.landing-home .hero-scene[data-phase="done"] .hero-phone-feed-photo { filter: brightness(.82) grayscale(.4); }
html[data-theme="dark"] .landing-home .hero-scene[data-phase="done"] .hero-phone-feed-photo { filter: brightness(.82) grayscale(.65); }
.landing-home .hero-phone-reticle span { border-color: var(--home-action); }
.landing-home .hero-phone-scanline { background: linear-gradient(90deg, transparent, var(--home-action), transparent); box-shadow: 0 0 8px var(--home-scan-glow); }
.landing-home .scene-controls { display: flex; align-items: center; gap: 10px; padding: 0 17px; border-top: 1px solid var(--home-control-line); }
.landing-home .hero-scene-steps { position: static; flex: 1; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; margin: 0; padding: 0; }
.landing-home .hero-scene-steps button { min-height: 56px; border-radius: 0; border-bottom: 2px solid transparent; padding: 14px 4px; background: transparent; box-shadow: none; color: var(--home-step); text-transform: none; letter-spacing: -.01em; font-size: 14px; font-weight: 500; backdrop-filter: none; }
.landing-home .hero-scene-steps button::before { content: none; }
.landing-home .hero-scene-steps button:hover { color: var(--home-text); background: transparent; }
.landing-home .hero-scene-steps button.is-active { color: var(--home-action); border-bottom-color: var(--home-action); }
.landing-home .hero-scene[data-phase="scan"] .hero-scene-steps [data-step="approach"],
.landing-home .hero-scene[data-phase="done"] .hero-scene-steps [data-step="approach"],
.landing-home .hero-scene[data-phase="done"] .hero-scene-steps [data-step="scan"] { color: var(--home-success); }
.landing-home .hero-scene[data-phase="scan"] .hero-scene-steps [data-step="approach"]::after,
.landing-home .hero-scene[data-phase="done"] .hero-scene-steps [data-step="approach"]::after,
.landing-home .hero-scene[data-phase="done"] .hero-scene-steps [data-step="scan"]::after { content: '✓'; font-size: .9em; }
.landing-home .hero-scene[data-phase="done"] .hero-scene-steps [data-step="done"] { color: var(--home-success); border-bottom-color: var(--home-success); }
.landing-home .hero-device-switch { background: color-mix(in srgb, var(--home-panel) 92%, transparent); border-color: var(--home-hero-border); box-shadow: var(--home-shadow); }
.landing-home .hero-device-switch button { color: var(--home-step); }
.landing-home .hero-device-switch button[aria-selected="true"] { background: var(--home-band); color: var(--home-text); }
.scene-pause { display: grid; place-items: center; flex-shrink: 0; width: 44px; height: 44px; padding: 0; border: 1px solid var(--home-control-line); border-radius: 6px; color: var(--home-pause); background: transparent; cursor: pointer; }
.scene-pause:hover { color: var(--home-pause-hover); border-color: var(--home-button-outline-hover-border); }
.scene-caption { margin: 14px 0 0; text-align: center; color: var(--home-caption); font-size: 12px; }
.landing-home .home-section { padding-block: 76px; border-top: 1px solid var(--home-line); scroll-margin-top: 100px; }
.home-how, .home-questions { background: var(--home-band); }
.home-section-heading { margin: 0 0 38px; }
.home-explain-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 46px; }
.home-number { display: block; width: 28px; padding-top: 10px; border-top: 2px solid currentColor; margin-bottom: 23px; font-family: ui-monospace, monospace; color: var(--home-warm); font-size: 12px; }
.home-explain-booking .home-number { color: var(--home-action); }
.home-explain-success .home-number { color: var(--home-positive); }
.home-explain p { max-width: 310px; margin: 12px 0 0; color: var(--home-muted); font-size: 14px; }
.home-detail-links { display: flex; gap: 30px; margin-top: 26px; color: var(--home-action); font-size: 12px; }
.home-heading-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.home-heading-row > p { max-width: 265px; margin: 0; font-size: 15px; }
.home-hardware {
  color-scheme: light;
  --home-text: #242820;
  --home-muted: #5b6055;
  --home-line: #cdcbbf;
  background: #e9e6dc;
  color: var(--home-text);
}
.home-products { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border: 1px solid var(--home-line); border-radius: 10px; overflow: hidden; }
.home-product { min-width: 0; background: #f3f1e9; }
.home-product + .home-product { border-left: 1px solid var(--home-line); }
.home-product-image { display: flex; align-items: center; justify-content: center; aspect-ratio: 1.55; background: #dedfd3; overflow: hidden; }
.home-product-image img { display: block; width: 68%; height: auto; object-fit: contain; filter: grayscale(.35); }
.home-product-copy { padding: 24px 27px 27px; }
.home-product-copy p { min-height: 45px; max-width: 280px; margin: 10px 0 18px; color: var(--home-muted); font-size: 14px; }
.home-product-detail { color: #666c60; font-size: 11px; letter-spacing: .03em; }
.home-hardware-note { margin: 17px 0 0; }
.home-pricing-layout { display: grid; grid-template-columns: .8fr 1.5fr; gap: 65px; }
.home-pricing-contact { margin-top: 30px; font-size: 14px; }
.home-pricing-contact a { color: var(--home-action); text-decoration: underline; text-underline-offset: 5px; }
.home-pricing-contact a:hover { color: var(--home-action-hover); }
.home-plans { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border: 1px solid var(--home-line); border-radius: 10px; overflow: hidden; }
.home-plan { padding: 28px; background: var(--home-panel); }
.home-plan + .home-plan { border-left: 1px solid var(--home-line); }
.home-plan > .home-muted { font-size: 13px; margin: 8px 0 20px; }
.home-price { margin: 0 0 26px; font-family: 'Outfit',system-ui,sans-serif; font-size: 48px; font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.home-price span { font-family: 'DM Sans',system-ui,sans-serif; font-size: 12px; font-weight: 400; letter-spacing: 0; color: var(--home-price-unit); }
.home-plan ul { list-style: none; margin: 0 0 27px; padding: 0; display: grid; gap: 11px; font-size: 12px; color: var(--home-plan-list); }
.home-plan li { padding-left: 17px; position: relative; }
.home-plan li::before { content: '✓'; position: absolute; left: 0; color: var(--home-plan-check); }
.home-plan .home-button { width: 100%; justify-content: space-between; }
.home-pricing-note { margin: 18px 0 0; max-width: 600px; }
.home-faq-layout { display: grid; grid-template-columns: .8fr 1.5fr; gap: 65px; }
.home-faq { border-bottom: 1px solid var(--home-line); }
.home-faq:first-child { border-top: 1px solid var(--home-line); }
.home-faq summary { cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; font-size: 15px; list-style: none; }
.home-faq summary::-webkit-details-marker { display: none; }
.home-faq-icon { flex-shrink: 0; color: var(--home-plan-check); font-size: 22px; line-height: 1; transition: transform .15s; }
.home-faq[open] .home-faq-icon { transform: rotate(45deg); }
.home-faq summary:hover .home-faq-icon, .home-faq summary:focus-visible .home-faq-icon, .home-faq[open] .home-faq-icon { color: var(--home-action); }
.home-faq > p { margin: 0; padding: 0 30px 23px 0; color: var(--home-muted); font-size: 14px; line-height: 1.8; }
.landing-home .home-closing { padding-block: 76px; border-top: 1px solid var(--home-line); text-align: center; }
.home-closing .home-mark { display: grid; margin: 0 auto 24px; }
.home-closing h2 { font-size: clamp(34px,4.7vw,58px); }
.home-closing p { margin: 19px 0 26px; font-size: 15px; }
.home-closing .home-actions { justify-content: center; }
.home-footer { padding: 25px 0; border-top: 1px solid var(--home-line); color: var(--home-footer); font-size: 12px; }
.home-footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.home-footer-inner p { margin: 0; }
.home-footer-inner > div { display: flex; gap: 22px; }
.home-footer a:hover { color: var(--home-footer-hover); }
.home-dialog { width: min(480px,calc(100% - 32px)); max-height: calc(100dvh - 48px); margin: auto; padding: 0; overflow-y: auto; border: 1px solid var(--home-dialog-border); border-radius: 12px; background: var(--home-dialog-bg); color: var(--home-text); }
.home-dialog::backdrop { background: var(--home-dialog-backdrop); backdrop-filter: blur(5px); }
.home-dialog .contact-card { width: 100%; max-width: none; background: var(--home-dialog-bg); color: var(--home-text); border: 0; border-radius: 0; padding: 30px; box-shadow: none; }
.home-dialog h2 { font-size: 30px; }
.home-dialog .contact-kicker, .home-dialog .contact-lead, .home-dialog .contact-plan-label { color: var(--home-dialog-muted); }
.home-dialog .contact-close { color: var(--home-text); background: var(--home-dialog-close-bg); }
.home-dialog .contact-form label { color: var(--home-text); }
.home-dialog .contact-form input:not([type="hidden"]) { color: var(--home-text); background: var(--home-dialog-input-bg); border-color: var(--home-dialog-input-border); }
.home-dialog .btn-primary, .home-dialog .btn-secondary { background: var(--home-button-bg); color: var(--home-button-fg); border-radius: 6px; }
.home-dialog .contact-error { color: var(--home-error); }
.home-dialog .contact-success p { color: var(--home-success); }
@media (min-width:1600px) { .home-hero { padding-block: 110px; } }
@media (max-width:1000px) {
  .home-shell { width: calc(100% - 48px); }
  .home-hero { gap: 30px; padding-block: 70px; }
  .landing-home h1 { font-size: 64px; }
  .home-lead { font-size: 15px; }
  .home-nav-links { gap: 20px; }
  .home-pricing-layout, .home-faq-layout { gap: 32px; grid-template-columns: .7fr 1.5fr; }
  .home-plan { padding: 22px; }
  .home-explain-grid { gap: 28px; }
  .home-product-copy { padding: 22px; }
}
@media (max-width:760px) {
  .home-nav { height: 68px; }
  .home-nav-links { display: none; }
  .home-brand { font-size: 22px; }
  .home-nav-actions { margin: 0; gap: 8px; }
  .home-hero { grid-template-columns: 1fr; gap: 36px; padding-block: 50px 48px; }
  .home-hero-copy { text-align: center; padding: 0; }
  .landing-home h1 { font-size: clamp(54px,10vw,74px); letter-spacing: -.06em; }
  .home-lead { margin-inline: auto; max-width: 360px; }
  .home-hero-copy .home-actions { justify-content: center; }
  .landing-home .home-hero-visual { max-width: 540px; margin-inline: auto; }
  .landing-home .hero-phone { width: 90px; height: 180px; }
  .landing-home .home-section { padding-block: 52px; scroll-margin-top: 80px; }
  .home-heading-row { align-items: flex-start; flex-direction: column; gap: 22px; }
  .home-heading-row > p { max-width: 330px; }
  .home-products { grid-template-columns: 1fr; }
  .home-product { display: grid; grid-template-columns: .85fr 1.15fr; align-items: stretch; }
  .home-product + .home-product { border-left: 0; border-top: 1px solid var(--home-line); }
  .home-product-image { aspect-ratio: auto; min-height: 180px; }
  .home-product-image img { width: 90%; }
  .home-product-copy { padding: 24px 20px; }
  .home-product-copy p { min-height: 0; }
  .home-pricing-layout, .home-faq-layout { grid-template-columns: 1fr; gap: 26px; }
  .home-pricing-layout .home-section-heading { margin-bottom: 0; }
  .home-pricing-contact { margin-top: 23px; }
  .home-footer-inner { flex-wrap: wrap; }
}
@media (max-width:480px) {
  .home-shell { width: calc(100% - 40px); }
  .home-hero .home-eyebrow { font-size: 10px; }
  .home-explain-grid { grid-template-columns: 1fr; gap: 26px; }
  .home-explain { display: grid; grid-template-columns: 30px 1fr; gap: 0 14px; }
  .home-number { grid-row: span 2; width: 24px; padding-top: 8px; }
  .home-explain p { margin-top: 9px; }
  .home-detail-links { flex-wrap: wrap; gap: 14px 25px; }
  .home-product { grid-template-columns: .72fr 1.28fr; }
  .home-product-copy { padding: 23px 16px; }
  .home-product-copy p { font-size: 13px; }
  .home-product-detail { font-size: 11px; }
  .home-plans { grid-template-columns: 1fr; }
  .home-plan { padding: 28px; }
  .home-plan + .home-plan { border-left: 0; border-top: 1px solid var(--home-line); }
  .home-plan ul { font-size: 14px; }
  .landing-home .scene-controls { gap: 5px; padding-inline: 10px; }
  .landing-home .hero-scene-steps button { min-height: 50px; font-size: 12px; }
  .scene-pause { width: 40px; height: 44px; }
  .scene-caption { font-size: 11px; }
  .landing-home .hero-phone { width: 70px; height: 142px; }
  .home-footer-inner { justify-content: flex-start; gap: 16px 25px; }
  .home-footer-inner > div { width: 100%; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  .landing-home *, .landing-home *::before, .landing-home *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .landing-home .home-button:hover { transform: none; }
}
.home-dialog .contact-form button[type="submit"] { min-height: 46px; padding: 11px 18px; font-size: 14px; }
.home-dialog .contact-form button:disabled { opacity: .55; cursor: wait; }
