/* Public homepage presentation only. The account, sales, payment, and training
   pages continue to use their original styles and application code. */
#page-home,
body.fd-home-active #mainNav {
  --ink: #1d1d1f;
  --off: #f5f5f7;
  --mid: #636368;
  --accent: #0071e3;
  --accent2: #0077ed;
  --soft: #edf5ff;
  --bdr: #dedee3;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
#page-home { overflow: clip; }
body.fd-home-active { overflow-x: clip; }
#page-home h1, #page-home h2, #page-home h3, #page-home h4,
#page-home button, #page-home .logo, body.fd-home-active #mainNav .logo {
  font-family: inherit;
}
#page-home :focus-visible, body.fd-home-active #mainNav :focus-visible {
  outline: 3px solid #0071e3;
  outline-offset: 5px;
}
#page-home section[id] { scroll-margin-top: 84px; }
#page-home .reveal { opacity: 1; transform: none; }
body.fd-home-active #mainNav {
  height: 68px;
  padding-inline: max(5%, calc((100vw - 1240px) / 2));
  background: rgba(250, 250, 252, .86);
  backdrop-filter: saturate(180%) blur(24px);
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  box-shadow: none;
}
body.fd-home-active #mainNav .logo { font-size: 1.125rem; letter-spacing: -.035em; }
body.fd-home-active #mainNav .logo-mark, #page-home .logo-mark {
  background: #1d1d1f;
  border-radius: 9px;
}
body.fd-home-active #mainNav .nav-links { gap: clamp(16px, 2vw, 28px); }
body.fd-home-active #mainNav .nav-links a { color: #4c4c51; font-size: .875rem; }
body.fd-home-active #mainNav .btn-nav {
  background: #0071e3 !important;
  border-radius: 100px;
  font-weight: 500;
  padding: 9px 19px;
}
body.fd-home-active #mainNav .btn-nav-ol { border: 0 !important; padding-inline: 0; }
.fd-menu-toggle { display: none; }

/* The photographs are separate planes that share a physical hinge. Scrolling
   changes their perspective and the screen contents without moving the page. */
#page-home .fd-hero {
  display: block;
  position: relative;
  height: auto;
  min-height: 0;
  padding: 0;
  background: #f5f5f7;
  overflow: visible;
  isolation: isolate;
}
#page-home .fd-hero::before { display: none; }
.fd-sticky {
  position: relative;
  height: 1200px;
  overflow: clip;
}
.fd-intro {
  position: relative;
  z-index: 4;
  padding: 126px 24px 0;
  text-align: center;
}
.fd-eyebrow {
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #636368;
  margin-bottom: 20px;
}
#page-home .fd-intro h1 {
  font-size: clamp(3.25rem, 6.8vw, 6rem);
  line-height: 1.015;
  letter-spacing: -.065em;
  font-weight: 600;
  margin: 0 0 22px;
}
.fd-intro h1 span { color: #0071e3; }
.fd-intro-description {
  font-size: clamp(1rem, 1.65vw, 1.25rem);
  line-height: 1.5;
  letter-spacing: -.018em;
  color: #636368;
  margin: 0 auto;
  max-width: 640px;
}
#page-home .fd-intro .hero-cta {
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin: 26px 0 0;
}
#page-home .btn-primary, #page-home .btn-plan-new, #page-home .btn-send-lp {
  background: #0071e3;
  border-radius: 100px;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: -.01em;
  box-shadow: none;
  min-height: 48px;
  justify-content: center;
}
#page-home .btn-primary:hover, #page-home .btn-plan-new:hover,
#page-home .btn-send-lp:hover { background: #0077ed; opacity: 1; box-shadow: none; }
#page-home .btn-outline-hero {
  border: 0;
  border-radius: 5px;
  padding: 10px 0;
  font-size: 1rem;
  color: #0066cc;
  gap: 8px;
}
#page-home .btn-outline-hero:hover { text-decoration: underline; }
.fd-scroll-hint {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin-top: 30px;
  color: #6e6e73;
  font-size: .875rem;
}
.fd-scroll-hint svg { width: 17px; height: 17px; }
.fd-laptop-stage {
  position: absolute;
  inset: 0;
  perspective: 1600px;
  perspective-origin: 50% 78%;
  pointer-events: none;
}
.fd-device {
  position: absolute;
  width: min(80vw, 960px, 100svh);
  aspect-ratio: 3 / 2;
  left: 50%;
  bottom: 20%;
  transform: translate(-50%, var(--fd-device-lift, -45px)) scale(var(--fd-device-scale, .7));
  transform-origin: 50% 96%;
  transform-style: preserve-3d;
}
.fd-lid, .fd-base {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}
.fd-spin-rig {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transform-origin: 50% 110.215% var(--fd-spin-depth, 180px);
  transform: rotate3d(0, -.9510565, .309017, var(--fd-spin-angle, 0deg));
}
.fd-lid {
  transform-origin: 50% 96%;
  transform: rotateX(var(--fd-lid-angle, -108deg));
}
.fd-lid-front, .fd-lid-back, .fd-base-front, .fd-base-bottom {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.fd-lid-front { transform: translateZ(1px); }
.fd-lid-back { transform: rotateY(180deg) translateZ(3px); }
.fd-base-front { transform: translateZ(0px); }
.fd-base-bottom { transform: rotateY(180deg) translateZ(5px); }
.fd-is-closed .fd-lid-front, .fd-is-closed .fd-base-front { visibility: hidden; }
.fd-base {
  top: 93%;
  bottom: auto;
  width: 100%;
  height: 100%;
  transform-origin: 50% 3%;
  transform: rotateX(var(--fd-base-angle, 72deg));
}
.fd-lid-image, .fd-base-image, .fd-lid-back img, .fd-base-bottom img {
  display: block;
  width: 100%;
  height: 100%;
  user-select: none;
}
.fd-lid-back img { clip-path: inset(4% 2.6% 4.2% 2.6% round 3.3% / 5%); }
.fd-base-bottom img { clip-path: inset(2.7% 2.6% 3.3% 2.6% round 4.8% / 7.2%); }
.fd-display {
  position: absolute;
  left: 3.95%;
  right: 3.8%;
  top: 9.2%;
  bottom: 9.5%;
  overflow: hidden;
  background: #f8f9fc;
  color: #1d1d1f;
  opacity: var(--fd-screen-opacity, 0);
  transform: translateZ(1px);
  display: flex;
  flex-direction: column;
  container-type: inline-size;
}
/* The screen is an automation catalog. Desktop shows the full grid; document
   scrolling moves through any overflow on smaller screens. */
.fd-screen-bar {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 20px;
  border-bottom: 1px solid #e4e6ed;
  background: #fff;
  font-size: .875rem;
}
.fd-screen-brand { font-size: 1rem; font-weight: 600; letter-spacing: -.035em; }
.fd-catalog-count { font-size: .75rem; color: #636368; }
.fd-catalog-heading { padding: 15px 18px 13px; text-align: center; flex-shrink: 0; }
#page-home .fd-catalog-heading h2 { font-size: 1.375rem; font-weight: 600; line-height: 1.15; letter-spacing: -.04em; margin: 0 0 5px; }
.fd-catalog-heading p { font-size: .875rem; color: #73737a; line-height: 1.4; }
.fd-catalog-viewport { flex: 1; min-height: 0; overflow: hidden; margin: 0 15px 12px; }
.fd-automation-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(86px, 1fr);
  gap: 8px;
  transform: translateY(var(--fd-catalog-y, 0px));
}
.fd-automation-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 0;
  padding: 10px 9px;
  border: 1px solid #e3e7ef;
  border-radius: 12px;
  background: #fff;
  text-align: center;
  opacity: var(--fd-tile-opacity, 1);
  transform: translateY(var(--fd-tile-y, 0px)) scale(var(--fd-tile-scale, 1));
}
.fd-automation-icon { display: flex; color: #0071e3; }
.fd-automation-icon svg { display: block; width: 24px; height: 24px; }
#page-home .fd-automation-tile h3 { margin: 0; color: #252529; font-size: .875rem; font-weight: 500; line-height: 1.22; letter-spacing: -.015em; overflow-wrap: anywhere; }
.fd-catalog-footer { flex-shrink: 0; display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid #e4e6ed; padding: 9px 18px; font-size: .75rem; color: #73737a; background: #fff; }
#fdCatalogPosition { color: #0066cc; white-space: nowrap; }
@container (min-width: 661px) and (max-width: 780px) {
  .fd-automation-grid { grid-auto-rows: minmax(72px, 1fr); gap: 7px; }
  .fd-automation-tile { padding: 6px 8px; gap: 5px; }
  .fd-automation-icon svg { width: 20px; height: 20px; }
  .fd-catalog-heading { padding: 11px 16px; }
  .fd-catalog-heading p { display: none; }
  #page-home .fd-catalog-heading h2 { margin: 0; font-size: 1.25rem; }
}
@container (max-width: 660px) {
  .fd-automation-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: minmax(76px, 1fr); }
  .fd-automation-tile { gap: 6px; padding: 8px; }
  .fd-automation-icon svg { width: 21px; height: 21px; }
  .fd-catalog-heading { padding: 11px 14px; }
  #page-home .fd-catalog-heading h2 { font-size: 1.125rem; }
}
@container (max-width: 440px) {
  .fd-automation-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: minmax(68px, 1fr); gap: 7px; }
  .fd-automation-tile { flex-direction: row; text-align: left; justify-content: flex-start; gap: 9px; border-radius: 8px; padding: 8px 9px; }
  .fd-automation-icon { flex-shrink: 0; }
  .fd-automation-icon svg { width: 19px; height: 19px; }
  .fd-catalog-viewport { margin: 0 10px 8px; }
  .fd-catalog-heading { padding: 9px 12px; }
  .fd-catalog-heading p { display: none; }
  #page-home .fd-catalog-heading h2 { font-size: 1rem; margin: 0; }
  .fd-catalog-footer { padding: 7px 12px; }
  .fd-catalog-footer > span:first-child { display: none; }
  .fd-catalog-footer { justify-content: center; }
}
.fd-story-footer {
  position: absolute;
  bottom: 26px;
  left: 5%;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  z-index: 5;
}
.fd-story-caption { font-size: .875rem; color: #6e6e73; }
.fd-story-footer a { color: #6e6e73; font-size: .875rem; text-decoration: none; padding: 8px 0; flex-shrink: 0; }
.fd-story-footer a:hover { color: #0071e3; }
.fd-progress-track { position: absolute; left: 0; bottom: 0; height: 2px; width: 100%; background: #e8e8ed; }
.fd-progress-track span { display: block; height: 100%; background: #0071e3; transform: scaleX(var(--fd-progress, 1)); transform-origin: left; }
body.fd-motion-enabled .fd-hero { height: 380svh !important; }
body.fd-motion-enabled .fd-sticky { position: sticky; top: 0; height: 100svh; }
body.fd-motion-enabled .fd-intro {
  opacity: var(--fd-intro-opacity, 1);
  transform: translateY(var(--fd-intro-y, 0px));
  will-change: opacity, transform;
}
body.fd-motion-enabled .fd-scroll-hint { display: flex; }
body.fd-motion-enabled .fd-lid { will-change: transform; }
body.fd-motion-enabled .fd-device { will-change: transform; }
body.fd-motion-enabled .fd-spin-rig { will-change: transform; }
body.fd-motion-enabled .fd-display { will-change: opacity; }

/* Retain the existing content and actions, with a quieter, editorial rhythm. */
#page-home section:not(.hero) { padding: 112px max(5%, calc((100vw - 1200px) / 2)) !important; }
#page-home .section-eyebrow { font-size: .875rem; letter-spacing: .015em; font-weight: 600; text-transform: none; color: #636368; margin-bottom: 18px; }
#page-home .section-title { font-size: clamp(2.2rem, 4.5vw, 4rem); font-weight: 600; line-height: 1.07; letter-spacing: -.055em; max-width: 780px; margin-bottom: 22px; }
#page-home .section-sub { font-size: 1.125rem; line-height: 1.6; max-width: 610px; letter-spacing: -.015em; }
#page-home .features-header { text-align: left; margin: 0 auto 54px; max-width: 1200px; }
#page-home .features-header .section-title, #page-home .features-header .section-sub { margin-left: 0; }
#page-home #features { background: #fff !important; }
#page-home .features-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 1200px; gap: 20px; }
#page-home .feature-card {
  border: 1px solid transparent;
  background: #f5f5f7;
  border-radius: 24px;
  padding: 32px;
  box-shadow: none;
  transition: transform .3s ease, background .3s ease;
}
#page-home .feature-card:hover { transform: translateY(-4px); background: #eff3f9; box-shadow: none; }
#page-home .feature-card::after { display: none; }
#page-home .feature-icon { width: 44px; height: 44px; background: transparent; margin-bottom: 26px; color: #0071e3; justify-content: flex-start; }
#page-home .feature-icon svg { width: 30px; height: 30px; }
#page-home .feature-card h3 { font-size: 1.25rem; font-weight: 600; letter-spacing: -.025em; margin-bottom: 12px; line-height: 1.2; }
#page-home .feature-card p { font-size: 1rem; line-height: 1.6; color: #636368; }
#page-home #how { background: #f5f5f7 !important; }
#page-home .how-inner { max-width: 1200px; gap: 64px; align-items: center; }
#page-home .how-num { background: #e3e3e8; color: #4c4c51; width: 34px; height: 34px; font-size: .875rem; font-weight: 500; }
#page-home .how-step { padding: 24px 0; gap: 18px; }
#page-home .how-step-title { font-size: 1.125rem; font-weight: 600; letter-spacing: -.02em; }
#page-home .how-step-body { font-size: 1rem; line-height: 1.6; }
#page-home .how-visual { background: #fff; padding: 36px; border: 0; border-radius: 28px; min-height: 520px; box-shadow: 0 16px 64px rgba(0, 0, 0, .045); }
#page-home .how-visual-inner { gap: 16px; }
#page-home .chat-bubble { max-width: 93%; font-size: 1rem; padding: 17px 18px; }
#page-home .chat-bubble.ai { background: #edf5ff; color: #1d1d1f; }
#page-home .chat-bubble.user { background: #f5f5f7; border: 0; box-shadow: none; }
#page-home .chat-name { font-size: .75rem; letter-spacing: .025em; color: #0066cc; opacity: 1; margin-bottom: 6px; }
#page-home .stats-strip { background: #1d1d1f; padding: 80px 5%; }
#page-home .stats-inner { max-width: 1200px; gap: 36px; }
#page-home .stat-val-hero { font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 600; letter-spacing: -.055em; }
#page-home .stat-label-hero { color: #b4b4ba; font-size: 1rem; line-height: 1.5; max-width: 215px; margin: 16px auto 0; }
#page-home #approach { background: #fff !important; }
#page-home .pricing-header { margin-bottom: 44px; }
#page-home .pricing-header .section-sub { margin-top: 20px; }
#page-home .pricing-card-wrap { background: #f5f5f7; border: 0; border-radius: 28px; box-shadow: none; max-width: 700px; padding: 44px; }
#page-home .pricing-card-wrap::before { display: none; }
#page-home .plan-badge-new { font-size: .875rem; text-transform: none; letter-spacing: 0; background: transparent; padding: 0; color: #636368; }
#page-home .plan-features-new { gap: 20px; margin: 6px 0 32px; }
#page-home .plan-features-new li { font-size: 1rem; align-items: flex-start; gap: 14px; }
#page-home .plan-features-new li::before { color: #0071e3; }
#page-home .plan-note-new { font-size: .875rem; line-height: 1.5; margin-top: 18px; }
#page-home #contact { background: #f5f5f7 !important; border-top: 0 !important; }
#page-home .contact-inner-new { max-width: 1200px; gap: 70px; }
#page-home .contact-perk { margin-bottom: 22px; gap: 14px; }
#page-home .perk-icon-new { background: transparent; color: #0071e3; }
#page-home .perk-icon-new svg { width: 24px; height: 24px; }
#page-home .perk-title-new { font-size: 1rem; }
#page-home .perk-body-new { font-size: 1rem; margin-top: 4px; }
#page-home .contact-form-box { border: 0; border-radius: 26px; background: #fff; padding: 36px; }
#page-home .form-group-lp { margin-bottom: 20px; }
#page-home .form-group-lp label { font-size: .875rem; font-weight: 500; margin-bottom: 8px; }
#page-home .form-input-lp { font-family: inherit; font-size: 1rem !important; border-width: 1px; background: #fff; padding: 14px 15px; border-color: #c9c9d0; }
#page-home .form-input-lp:focus { border-color: #0071e3; box-shadow: 0 0 0 3px #0071e31a; }
#page-home .btn-send-lp { margin-top: 2px; }
#page-home .lp-footer { background: #f5f5f7; padding: 60px max(5%, calc((100vw - 1200px) / 2)) 30px; border-top: 1px solid #dedee3; }
#page-home .lp-footer .logo { color: #1d1d1f !important; }
#page-home .lp-footer-top { border-color: #dedee3; }
#page-home .lp-footer-brand p { color: #636368; font-size: .875rem; }
#page-home .lp-footer-col h4 { color: #1d1d1f; font-size: .875rem; letter-spacing: 0; text-transform: none; }
#page-home .lp-footer-col a { color: #636368; font-size: .875rem; }
#page-home .lp-footer-col a:hover { color: #0071e3; }
#page-home .lp-footer-copy, #page-home .lp-footer-admin a { color: #636368; font-size: .875rem; }
#page-home .lp-footer-admin a:hover { color: #0071e3; }

@media (min-width: 769px) and (max-height: 820px) {
  body.fd-motion-enabled .fd-intro { padding-top: 100px; }
  #page-home .fd-intro h1 { font-size: clamp(3.25rem, 6vw, 5rem); }
  body.fd-motion-enabled .fd-eyebrow { margin-bottom: 14px; }
  body.fd-motion-enabled .fd-scroll-hint { margin-top: 20px; }
}
@media (max-width: 1100px) {
  body.fd-home-active #mainNav .nav-links { gap: 16px; }
  #page-home .features-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #page-home .how-inner { gap: 40px; }
}
@media (max-width: 900px) {
  #page-home .contact-inner-new, #page-home .how-inner { grid-template-columns: 1fr; gap: 44px; }
  #page-home .how-visual { min-height: 0; }
  body.fd-home-active #mainNav { padding-inline: 5%; }
  body.fd-home-active.fd-home-enhanced .fd-menu-toggle {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border: 0; background: transparent;
    color: #1d1d1f; cursor: pointer; border-radius: 8px;
  }
  body.fd-home-active.fd-home-enhanced #navLinks {
    display: none; position: absolute; top: 67px; left: 0; right: 0;
    padding: 24px 6% 30px; background: #fafafc;
    border-bottom: 1px solid #dedee3; align-items: stretch; gap: 7px;
    box-shadow: 0 16px 20px rgba(0,0,0,.03);
  }
  body.fd-home-active.fd-home-enhanced #mainNav.fd-menu-open #navLinks { display: flex; flex-direction: column; }
  body.fd-home-active.fd-home-enhanced #navLinks a {
    display: block; padding: 10px 8px; font-size: 1rem !important;
    border-radius: 8px; min-height: 44px;
  }
  body.fd-home-active.fd-home-enhanced #navLinks .btn-nav { margin-top: 8px; text-align: center; padding: 11px 18px !important; }
  body.fd-home-active.fd-home-enhanced #navLinks .btn-nav-ol { text-align: center; padding: 11px 18px !important; }
}
@media (max-width: 768px) {
  #page-home section:not(.hero) { padding: 78px 6% !important; }
  .fd-intro { padding: 118px 22px 0; }
  #page-home .fd-intro h1 { font-size: clamp(3.25rem, 10.8vw, 5rem); letter-spacing: -.06em; }
  .fd-intro-description { font-size: 1.125rem; max-width: 460px; }
  .fd-intro-description br { display: none; }
  .fd-device { width: 88vw; bottom: 28%; }
  .fd-laptop-stage { perspective: 1200px; perspective-origin: 50% 70%; }
  .fd-screen-bar { padding: 11px 16px; }
  .fd-story-footer { bottom: 35px; }
  .fd-story-caption { max-width: 270px; }
  body.fd-motion-enabled .fd-hero { height: 430svh !important; }
  #page-home .features-grid { gap: 16px; }
  #page-home .feature-card { padding: 26px; }
  #page-home .section-title { font-size: clamp(2.2rem, 7vw, 3.25rem); }
  #page-home .stats-inner { gap: 40px 24px; }
  #page-home .lp-footer-bottom { align-items: flex-start; gap: 22px; flex-direction: column; }
}
@media (max-width: 600px) {
  .fd-device { width: 96vw; bottom: 27%; }
  .fd-laptop-stage { perspective: 1100px; perspective-origin: 50% 71%; }
  .fd-eyebrow { font-size: .75rem; letter-spacing: .07em; margin-bottom: 18px; }
  #page-home .fd-intro .hero-cta { gap: 20px; margin-top: 24px; }
  #page-home .fd-intro .btn-primary { padding: 12px 22px; }
  #page-home .fd-intro .btn-outline-hero { font-size: .875rem; }
  .fd-scroll-hint { margin-top: 26px; }
  .fd-screen-bar { padding: 9px 13px; }
  .fd-screen-brand { font-size: .875rem; }
  .fd-story-footer { flex-direction: column; gap: 10px; text-align: center; bottom: 24px; }
  .fd-story-caption { max-width: 300px; font-size: 1rem; line-height: 1.5; }
  .fd-story-footer a { font-size: .875rem; }
  #page-home .features-grid { grid-template-columns: 1fr; }
  #page-home .feature-card { padding: 30px; }
  #page-home .feature-icon { margin-bottom: 18px; }
  #page-home .pricing-card-wrap, #page-home .contact-form-box { padding: 28px; border-radius: 22px; }
  #page-home .how-visual { padding: 24px; }
  #page-home .stats-strip { padding: 60px 6%; }
  #page-home .stat-label-hero { font-size: .875rem; }
  #page-home .lp-footer-nav { gap: 56px; }
}
@media (max-width: 380px) {
  #page-home .fd-intro .hero-cta { gap: 16px; }
  #page-home .fd-intro .btn-primary { font-size: .875rem; padding-inline: 20px; }
}

/* Static, fully open presentation is also the default if enhancement fails.
   Short viewports (including high zoom) never trap content in a sticky frame. */
body:not(.fd-motion-enabled) .fd-sticky { height: auto; padding-bottom: 0; }
body:not(.fd-motion-enabled) .fd-laptop-stage { position: relative; height: min(80vw, 760px); margin-top: 65px; perspective-origin: 50% 78%; }
body:not(.fd-motion-enabled) .fd-device { bottom: 22%; }
body:not(.fd-motion-enabled) .fd-story-footer { position: relative; left: auto; right: auto; bottom: auto; margin: 12px 6% 0; padding-bottom: 30px; }
body:not(.fd-motion-enabled) .fd-scroll-hint,
body:not(.fd-motion-enabled) .fd-progress-track { display: none; }
body.fd-art-unavailable .fd-laptop-stage { display: none; }
body.fd-art-unavailable .fd-sticky { padding-bottom: 48px; }
body.fd-art-unavailable .fd-story-caption { max-width: none; }
@media (prefers-reduced-motion: reduce) {
  html:has(body.fd-home-active) { scroll-behavior: auto; }
  #page-home *, #page-home *::before, #page-home *::after {
    animation: none !important; transition: none !important;
  }
}

/* Reduced-motion and short viewports keep the laptop open. Its catalog can be
   scrolled directly with touch, wheel, or keyboard when the grid overflows. */
body.fd-catalog-static .fd-laptop-stage, body.fd-catalog-static .fd-display { pointer-events: auto; }
body.fd-catalog-static .fd-catalog-viewport { overflow-y: auto; scrollbar-width: thin; scrollbar-color: #b9c2d2 transparent; }
body.fd-catalog-static .fd-automation-grid { transform: none; }
body.fd-catalog-static .fd-lid-back, body.fd-catalog-static .fd-base-bottom { display: none; }

@container (max-width: 340px) {
  .fd-catalog-heading { display: none; }
  .fd-automation-grid { grid-template-columns: 1fr; grid-auto-rows: minmax(52px, 1fr); }
  .fd-screen-bar { padding: 7px 12px; }
  .fd-catalog-footer { padding: 5px 10px; }
}
