/* Homepage: the teaser's typography, with graphite and warm paper surfaces.
   Shared content pages continue to use styles.css. */
.landing-home {
  color-scheme: dark;
  --home-bg: #161715;
  --home-panel: #20211e;
  --home-line: #343630;
  --home-text: #f3f1ec;
  --home-muted: #abaea4;
  --home-warm: #d6cab5;
  --home-action: #a6c5ee;
  --home-action-hover: #c0d7f5;
  --home-positive: #a0cdb2;
  --home-success: #6cdb98;
  --text-primary: var(--home-text);
  --text-secondary: var(--home-muted);
  --text-muted: #858585;
  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: rgba(22,23,21,.94); 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-brand img { object-fit: contain; }
.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: 16px; margin-left: 18px; }
.home-language { padding: 8px 3px; min-width: 32px; color: var(--home-muted); border: 0; background: transparent; cursor: pointer; font-size: 12px !important; }
.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-text); border-radius: 7px; background: var(--home-text); color: #111; font-size: 14px; font-weight: 500; line-height: 1.4; transition: background .16s, border-color .16s, transform .16s; }
.landing-home .home-button:hover { background: #e3dacb; border-color: #e3dacb; transform: translateY(-2px); }
/* Blue identifies the demo and actions; green remains a confirmed state. */
.landing-home .home-button[data-demo-link] { background: var(--home-action); border-color: var(--home-action); color: #182534; }
.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: #444; }
.landing-home .home-button-outline:hover { background: #202020; border-color: #666; }
.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: #b6b8b0; }
.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 #4b4c43; border-radius: 12px; background: var(--home-panel); box-shadow: 0 16px 36px rgba(0,0,0,.12); 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(.65); }
.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 rgba(166,197,238,.2); }
.landing-home .hero-phone-claimed-card { background: rgba(12,27,19,.92); box-shadow: 0 0 0 1px rgba(108,219,152,.28), 0 6px 14px rgba(0,0,0,.22); }
.landing-home .hero-phone-check { background: var(--home-success); color: #092213; box-shadow: none; }
.landing-home .hero-phone-claimed p span:last-child { color: var(--home-success); opacity: 1; }
.landing-home .scene-controls { display: flex; align-items: center; gap: 10px; padding: 0 17px; border-top: 1px solid #333; }
.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: #858585; 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="done"] .hero-scene-steps [data-step="scan"] { color: var(--home-success); }
.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); }
.scene-pause { display: grid; place-items: center; flex-shrink: 0; width: 44px; height: 44px; padding: 0; border: 1px solid #333; border-radius: 6px; color: #aaa; background: transparent; cursor: pointer; }
.scene-pause:hover { color: #fff; border-color: #666; }
.scene-caption { margin: 14px 0 0; text-align: center; color: #a5a79d; 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: #1e201c; }
.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: #999; }
.home-plan ul { list-style: none; margin: 0 0 27px; padding: 0; display: grid; gap: 11px; font-size: 12px; color: #b5b5b5; }
.home-plan li { padding-left: 17px; position: relative; }
.home-plan li::before { content: '✓'; position: absolute; left: 0; color: #777; }
.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: #777; 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 img { display: block; margin: 0 auto 24px; object-fit: contain; }
.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: #858585; 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: #fff; }
.home-dialog { width: min(480px,calc(100% - 32px)); max-height: calc(100dvh - 48px); margin: auto; padding: 0; overflow-y: auto; border: 1px solid #444; border-radius: 12px; background: #141414; color: var(--home-text); }
.home-dialog::backdrop { background: rgba(0,0,0,.8); backdrop-filter: blur(5px); }
.home-dialog .contact-card { width: 100%; max-width: none; background: #141414; 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: #a1a1a1; }
.home-dialog .contact-close { color: #ddd; background: #222; }
.home-dialog .contact-form label { color: #ddd; }
.home-dialog .contact-form input:not([type="hidden"]) { color: #f3f1ec; background: #0a0a0a; border-color: #444; }
.home-dialog .btn-primary, .home-dialog .btn-secondary { background: #f3f1ec; color: #111; border-radius: 6px; }
.home-dialog .contact-error { color: #ffb3b3; }
.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: 16px; }
  .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; }
