.maestro-story {
  margin: 38px 0 48px;
  border: 1px solid var(--bd);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(24, 39, 33, 0.09);
  overflow: hidden;
}
.maestro-story-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 18px;
  background: #fff;
  border-bottom: 1px solid var(--bd);
}
.maestro-story-tab {
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-rows: auto auto 1fr;
  column-gap: 14px;
  align-content: start;
  align-items: start;
  min-height: 198px;
  padding: 20px 18px;
  border: 1px solid #d8e2de;
  border-top: 2.25px solid transparent;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--t2);
  text-align: left;
  cursor: pointer;
  transition: 0.2s ease;
}
.maestro-story-tab:hover {
  border-color: #bed4d3;
  background: #fff;
  transform: translateY(-1px);
}
.maestro-story-tab[aria-selected='true'] {
  border-color: #9dc9d6;
  border-top-color: #3ba0c4;
  background: #fff;
  color: var(--tx);
  box-shadow: 0 10px 26px rgba(23, 38, 32, 0.1);
}
.maestro-story-tab > .maestro-story-tab-number {
  grid-row: 1/4;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-top: 1px;
  border-radius: 50%;
  background: var(--bg2);
  color: var(--t2);
  font-size: 12px;
  font-weight: 800;
}
.maestro-story-tab[aria-selected='true'] > .maestro-story-tab-number {
  background: #d9f2f8;
  color: #1a5568;
}
.maestro-story-tab b {
  color: var(--tx);
  font-size: 16px;
  line-height: 1.25;
}
.maestro-story-tab small {
  margin-top: 6px;
  color: #267d9c;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}
.maestro-story-tab em {
  grid-column: 2;
  margin-top: 10px;
  color: #64706b;
  font-size: 15px;
  font-style: normal;
  line-height: 1.5;
}
.maestro-story-guide {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 13px 18px;
  border-bottom: 1px solid var(--bd);
  background: #fff;
}
.maestro-story-guide-copy {
  text-align: center;
}
.maestro-story-guide-copy span {
  display: block;
  color: #267d9c;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.maestro-story-guide button {
  min-height: 42px;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.2s ease;
}
.maestro-story-prev {
  justify-self: start;
  border: 1px solid #cedbd7;
  background: #fff;
  color: #4f5d58;
}
.maestro-story-prev:disabled {
  opacity: 0.35;
  cursor: default;
}
.maestro-story-next {
  justify-self: end;
  border: 1px solid #3ba0c4;
  background: #3ba0c4;
  color: #fff;
  box-shadow: 0 8px 20px rgba(59, 160, 196, 0.2);
}
.maestro-story-next:hover {
  background: #2f91b3;
  transform: translateY(-1px);
}
.maestro-story-control-dock {
  position: relative;
  height: 54px;
  border-bottom: 1px solid var(--bd);
  background: #fff;
}
.maestro-story-control-dock .maestro-story-play {
  top: 10px;
  right: 18px;
}
.maestro-story-play[aria-pressed='true'] .play-glyph::before {
  width: 0;
  height: 0;
  top: 1px;
  left: 4px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid currentColor;
  background: transparent;
  border-radius: 0;
}
.maestro-story-play[aria-pressed='true'] .play-glyph::after {
  display: none;
}
.maestro-story-panel--work .demo-play-control {
  display: none !important;
}
.maestro-demo-card-slot {
  display: flow-root;
  margin: var(--demo-card-gap) 0;
}
.maestro-demo-card-slot > [data-reduce-costs-card] {
  cursor: default;
}
.maestro-demo-card-slot > [data-reduce-costs-card]:hover {
  transform: none;
}
.maestro-demo-card-slot > [data-reduce-costs-card] > .wfb {
  padding-top: 0;
}
.maestro-demo-card-slot .maestro-story {
  margin: 0;
  border: 0;
  border-top: 1px solid var(--bd);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.reduce-costs-demo-body {
  cursor: default;
}
/* Exact MacBook shell from symgora-maestro.html. */
.maestro-story--live {
  --shadow: 0 34px 90px rgba(26, 34, 31, 0.16);
  overflow: visible;
}
.maestro-story--live .maestro-story-tabs {
  border-radius: 0;
}
.maestro-story-panel[hidden] {
  display: none !important;
}
.maestro-story-panel--mac {
  padding: 28px 20px 18px;
  background: #fff;
}
.maestro-story-panel--work {
  padding: 20px;
  background: #fff;
}
.maestro-story-panel--work .wfc {
  margin: 0;
  box-shadow: 0 18px 55px rgba(26, 38, 33, 0.08);
}
.maestro-story--live .device-stage {
  margin: 0 auto;
  position: relative;
}
.maestro-story--live .device-stage::before {
  content: '';
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 12px;
  height: 90px;
  background: radial-gradient(ellipse, rgba(26, 32, 30, 0.17), transparent 66%);
  filter: blur(20px);
}
.maestro-story--live .macbook {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.maestro-story--live .mac-lid {
  position: relative;
  width: 91%;
  aspect-ratio: 16/10;
  margin: 0 auto;
  padding: 10px 10px 12px;
  border-radius: 25px 25px 8px 8px;
  background: linear-gradient(145deg, #202523, #0b0e0d 62%);
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
.maestro-story--live .mac-lid::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 4px;
  width: 92px;
  height: 25px;
  transform: translateX(-50%);
  border-radius: 0 0 14px 14px;
  background: #0b0e0d;
  z-index: 5;
}
.maestro-story--live .mac-camera {
  position: absolute;
  left: 50%;
  top: 9px;
  width: 6px;
  height: 6px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #18211f;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
  z-index: 6;
}
.maestro-story--live .mac-display {
  height: 100%;
  border-radius: 16px 16px 4px 4px;
  overflow: hidden;
  background: #f5f7f6;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.maestro-story--live .mac-menubar {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 14px;
  background: linear-gradient(180deg, #fcfcfd 0%, #eef0f3 100%);
  border-bottom: 1px solid #dde1e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  font-family:
    -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Segoe UI', Helvetica, Arial, sans-serif;
}
.maestro-story--live .traffic {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}
.maestro-story--live .traffic i {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #ff6a5f, #e0443e);
  box-shadow:
    inset 0 0.5px 0.5px rgba(255, 255, 255, 0.4),
    inset 0 -0.5px 0.5px rgba(0, 0, 0, 0.15);
}
.maestro-story--live .traffic i:nth-child(2) {
  background: radial-gradient(circle at 32% 28%, #ffc12f, #dfa023);
}
.maestro-story--live .traffic i:nth-child(3) {
  background: radial-gradient(circle at 32% 28%, #2bd63f, #1aad2c);
}
.maestro-story--live .mac-address {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  height: 27px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #dde1e6;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.05);
}
.maestro-story--live .mac-address svg {
  width: 10px;
  height: 12px;
  flex: 0 0 auto;
  stroke: #6b8f6f;
  fill: none;
  stroke-width: 1.6;
}
.maestro-story--live .mac-address b {
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: -0.1px;
  color: #3c4149;
  white-space: nowrap;
}
.maestro-story--live .mac-address span {
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: -0.1px;
  color: #9aa0a8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.maestro-story--live .mac-screen {
  height: calc(100% - 40px);
  overflow: hidden;
  background: #f5f7f6;
}
.maestro-story--live .mac-demo-viewport {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.maestro-story--live .mac-demo-frame {
  position: absolute;
  inset: 0 auto auto 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
  transform-origin: top left;
}
.maestro-story--live .mac-base {
  position: relative;
  width: 100%;
  height: 32px;
  background: linear-gradient(180deg, #f5f6f7 0, #d7dade 36%, #b9bdc2 83%, #a8adb2 100%);
  border-radius: 2px 2px 17px 17px;
  box-shadow:
    0 20px 35px rgba(20, 25, 23, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -2px 3px rgba(0, 0, 0, 0.07);
}
.maestro-story--live .mac-base::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 170px;
  height: 9px;
  transform: translateX(-50%);
  border-radius: 0 0 9px 9px;
  background: linear-gradient(180deg, rgba(60, 64, 67, 0.17), rgba(255, 255, 255, 0.2));
}
.maestro-story--live .mac-foot {
  position: absolute;
  bottom: -5px;
  width: 5%;
  height: 6px;
  border-radius: 0 0 5px 5px;
  background: #262a29;
}
.maestro-story--live .mac-foot.left {
  left: 5%;
}
.maestro-story--live .mac-foot.right {
  right: 5%;
}
@media (max-width: 760px) {
  .maestro-story-panel--mac {
    padding: 12px 8px;
  }
  .maestro-story--live .device-stage {
    overflow: visible;
  }
  .maestro-story--live .device-stage::before {
    display: none;
  }
  .maestro-story--live .macbook {
    width: 100%;
    margin: 0;
  }
  .maestro-story--live .mac-lid {
    width: 100%;
    aspect-ratio: auto;
    padding: 4px;
    border-radius: 22px;
    background: linear-gradient(145deg, #202523, #0b0e0d);
    box-shadow: 0 24px 55px rgba(26, 34, 31, 0.15);
  }
  .maestro-story--live .mac-lid::before,
  .maestro-story--live .mac-camera,
  .maestro-story--live .mac-menubar,
  .maestro-story--live .mac-base {
    display: none;
  }
  .maestro-story--live .mac-display {
    height: min(780px, calc(100svh - 26px));
    min-height: 680px;
    border-radius: 18px;
    background: #f5f7f6;
  }
  .maestro-story--live .mac-screen {
    height: 100%;
    overflow: hidden;
  }
  .maestro-story-panel--work {
    padding: 8px;
  }
}

.journey-story {
  gap: 28px;
  margin-top: 36px;
}
.journey-step {
  padding: 30px 32px;
  border-radius: 18px;
}
.journey-step-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
}
.journey-step-label {
  display: flex;
  align-items: center;
  gap: 12px;
}
.journey-step-number {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--hi);
  color: #1a5568;
  font-size: 11px;
  font-weight: 900;
}
.journey-step-label b {
  display: block;
  color: #1a5568;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.journey-step-label small {
  display: block;
  margin-top: 3px;
  color: var(--t3);
  font-size: 10px;
  font-weight: 700;
}
.journey-step-badge {
  flex: 0 0 auto;
  padding: 7px 11px;
  border-radius: 999px;
  background: #e4f4f8;
  color: #267d9c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.journey-step h3 {
  margin: 20px 0 8px;
  font:
    500 26px 'Playfair Display',
    serif;
}
.journey-step-intro {
  max-width: 840px;
  margin: 0;
  color: var(--t2);
  font-size: 15px;
  line-height: 1.7;
}
.journey-foundation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
}
.journey-foundation-item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 13px;
  border: 1px solid #dfe6e3;
  border-radius: 11px;
  background: #fff;
  color: var(--t2);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}
.journey-foundation-item:before {
  content: '✓';
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #e7f5ed;
  color: #2d8b5a;
  font-size: 10px;
  font-weight: 900;
}
.journey-choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 22px;
}
.journey-choice {
  position: relative;
  padding: 22px;
  border: 1px solid #dfe6e3;
  border-radius: 14px;
  background: #fff;
}
.journey-choice.is-catalog {
  border-top: 2.25px solid #3ba0c4;
}
.journey-choice.is-custom {
  border-top: 2.25px solid #aec6cf;
}
.journey-choice-tag {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 999px;
  background: #e4f4f8;
  color: #267d9c;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.journey-choice.is-custom .journey-choice-tag {
  background: #edf2f4;
  color: #2d5a6b;
}
.journey-choice h4 {
  margin: 13px 0 7px;
  font:
    500 20px 'Playfair Display',
    serif;
}
.journey-choice p {
  margin: 0;
  color: var(--t2);
  font-size: 15px;
  line-height: 1.7;
}
.journey-choice strong {
  display: block;
  margin-top: 15px;
  color: #267d9c;
  font-size: 13px;
}
.journey-step--studio {
  background: linear-gradient(145deg, #fff, #f2f8f8);
}
.journey-loop {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 24px;
}
.journey-loop-step {
  position: relative;
  min-width: 0;
  padding: 16px 10px;
  border: 1px solid #dfe6e3;
  border-radius: 11px;
  background: #fff;
  text-align: center;
}
.journey-loop-step:not(:last-child):after {
  content: '›';
  position: absolute;
  z-index: 2;
  right: -9px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #dceceb;
  color: #267d9c;
  font-size: 15px;
  font-weight: 800;
  transform: translateY(-50%);
}
.journey-loop-step i {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin: 0 auto 9px;
  border-radius: 50%;
  background: var(--hi);
  color: #1a5568;
  font-style: normal;
}
.journey-loop-step i svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.journey-loop-step b {
  display: block;
  font-size: 13px;
}
.journey-loop-step span {
  display: block;
  margin-top: 5px;
  color: var(--t2);
  font-size: 12px;
  line-height: 1.45;
}
.journey-step--autonomy {
  background: linear-gradient(145deg, #edf8f2, #fff);
}
.journey-step--autonomy .journey-step-badge {
  background: #fff;
  color: #2d5a3d;
}
.autonomy-rail {
  display: grid;
  grid-template-columns: 1fr 42px 1fr 42px 1fr;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
}
.autonomy-level {
  padding: 18px;
  border: 1px solid #cfe1d7;
  border-radius: 12px;
  background: #fff;
}
.autonomy-level b {
  display: block;
  font:
    500 19px 'Playfair Display',
    serif;
}
.autonomy-level span {
  display: block;
  margin-top: 4px;
  color: #2d8b5a;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.autonomy-level small {
  display: block;
  margin-top: 9px;
  color: var(--t2);
  font-size: 13px;
  line-height: 1.5;
}
.autonomy-level small strong {
  color: var(--t1);
  font-weight: 700;
}
.autonomy-arrow {
  text-align: center;
  color: #2d8b5a;
  font-size: 22px;
}
.journey-repeat {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  margin-top: 20px;
  padding: 17px 19px;
  border: 1px solid #cfe1d7;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
}
.journey-repeat b {
  display: block;
  font:
    500 17px 'Playfair Display',
    serif;
}
.journey-repeat span {
  display: block;
  max-width: 720px;
  margin-top: 5px;
  color: var(--t2);
  font-size: 15px;
  line-height: 1.7;
}
.journey-repeat em {
  flex: 0 0 auto;
  color: #2d8b5a;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
@media (max-width: 900px) {
  .journey-foundation-grid {
    grid-template-columns: 1fr 1fr;
  }
  .journey-loop {
    grid-template-columns: repeat(3, 1fr);
  }
  .journey-loop-step:nth-child(3):after {
    display: none;
  }
}
@media (max-width: 680px) {
  .journey-step {
    padding: 24px 21px;
  }
  .journey-step-head,
  .journey-repeat {
    align-items: flex-start;
    flex-direction: column;
  }
  .journey-step-badge {
    align-self: flex-start;
  }
  .journey-foundation-grid,
  .journey-choice-grid {
    grid-template-columns: 1fr;
  }
  .journey-loop {
    grid-template-columns: 1fr;
  }
  .journey-loop-step:not(:last-child):after {
    content: '↓';
    right: auto;
    left: 50%;
    top: auto;
    bottom: -13px;
    transform: translateX(-50%);
  }
  .autonomy-rail {
    grid-template-columns: 1fr;
  }
  .autonomy-arrow {
    transform: rotate(90deg);
  }
  .journey-repeat em {
    align-self: flex-start;
  }
}

.section-intro {
  max-width: 100%;
  text-wrap: balance;
}
.hero .ct {
  container-type: inline-size;
}
.hero .h1 {
  font-size: var(--hero-title-size);
  line-height: var(--hero-title-leading);
  letter-spacing: var(--hero-title-tracking);
}
.hero .h1 > span {
  display: block;
  white-space: nowrap;
}
.hero .bl {
  font-size: var(--hero-lead-size);
  line-height: var(--hero-lead-leading);
  font-weight: 400;
  max-width: 740px;
}
.hero-outcomes {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 36px;
}
.hero-outcome {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--t2);
  white-space: nowrap;
}
.hero-outcome .vicon,
#impact .vcard .vicon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin: 0;
  background: transparent;
}
.hero-outcome .vicon svg,
#impact .vcard .vicon svg {
  width: 21px;
  height: 21px;
}
#impact .vcard .vicon {
  margin-bottom: 16px;
}
.hero-action {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.hero-action .hero-start {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 13px 26px;
  font-size: 15px;
  background: #fff;
  color: var(--hd);
  border: 2px solid var(--hd);
}
.hero-action .hero-start:hover {
  background: var(--hd);
  color: #fff;
  box-shadow: 0 4px 14px rgba(59, 160, 196, 0.12);
}
@media (max-width: 1000px) {
  .hero-outcomes {
    gap: 22px 28px;
  }
}
@media (max-width: 560px) {
  .hero-outcomes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .hero-action {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-action .hero-start {
    padding: 13px 24px;
  }
}
#contact {
  scroll-margin-top: 80px;
}
.impact-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 900px) {
  .impact-cards-grid {
    grid-template-columns: 1fr;
  }
}
.impact-value-num i {
  font-family: 'Bodoni Moda', serif;
  font-weight: 700;
  font-size: 0.5em;
  opacity: 1;
  color: var(--tx);
  margin-left: 4px;
  vertical-align: 0.02em;
  text-transform: uppercase;
}
#impact,
#demo {
  --pr: var(--pastel-red);
  --pg: var(--pastel-green);
  --pb: var(--pastel-blue);
  --py: var(--pastel-yellow);
}
.live-demo .ah-wrap {
  padding-bottom: 0;
  margin-bottom: 0;
}
.demo-animation-progress-wrap {
  height: 58px;
  display: flex;
  align-items: center;
}
.demo-animation-progress {
  position: relative;
  width: 100%;
  height: 2px;
  background: #dedfdc;
  overflow: hidden;
}
.demo-animation-progress::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: #f8eed5;
  animation: demoAnimationProgress 12s linear infinite;
}
@keyframes demoAnimationProgress {
  to {
    width: 100%;
  }
}
.live-demo:not(.demo-animation-started) .wfb *,
.live-demo:not(.demo-animation-started) .wfb *::before,
.live-demo:not(.demo-animation-started) .wfb *::after {
  animation-play-state: paused !important;
}
.live-demo.demo-animation-reset .wfb *,
.live-demo.demo-animation-reset .wfb *::before,
.live-demo.demo-animation-reset .wfb *::after {
  animation: none !important;
}
#faqs .wfh {
  padding: 16px 24px;
}
#faqs .wfb {
  padding: 0 24px 20px;
}
.contact-card {
  max-width: 940px;
  margin: 0 auto;
  padding: 44px 46px 38px;
  border: 1px solid var(--bd);
  border-top: 2.25px solid var(--hd);
  border-radius: 14px;
  background: var(--sf);
  text-align: left;
}
.contact-form {
  --form-accent: var(--hd);
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.field-full {
  grid-column: 1/-1;
}
.field label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--form-accent);
}
.field label span {
  font-weight: 400;
  color: var(--t3);
}
.field input,
.field textarea,
.field select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d8d6cf;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--hd);
  font: inherit;
  font-size: 14px;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}
.field input,
.field select {
  height: 47px;
  padding: 0 14px;
}
.field textarea {
  min-height: 88px;
  padding: 13px 14px;
  resize: vertical;
  line-height: 1.5;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #aaa79f;
}
.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--form-accent);
  box-shadow: 0 0 0 3px rgba(59, 160, 196, 0.13);
  background: #fff;
}
.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: nowrap;
  margin-top: 20px;
}
.contact-action {
  width: 228px;
  box-sizing: border-box;
  margin-top: 0;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: transparent;
  font-family: inherit;
  line-height: 1.6;
  cursor: pointer;
}
.form-note {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 1.45;
  color: var(--t3);
}
.form-note .email-button {
  color: var(--hd);
}
.form-note .email-button:hover {
  color: #fff;
}
.form-note .email-button svg {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}
.prototype-note {
  width: 100%;
  min-height: 17px;
  margin-top: 10px;
  font-size: 12px;
  color: var(--form-accent);
}
.prototype-note.is-sending {
  color: var(--t3);
}
.prototype-note.is-success {
  color: #4f8460;
  font-weight: 600;
}
.prototype-note.is-error {
  color: #a34f4f;
  font-weight: 600;
}
.contact-action:disabled {
  cursor: wait;
  opacity: 0.68;
}
.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.reassurance-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--t2);
}
.reassurance-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.reassurance-row span::before {
  content: '\2713';
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: rgba(59, 160, 196, 0.12);
  color: var(--form-accent);
  font-size: 10px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .contact-card {
    padding: 30px 24px 28px;
    border-radius: 14px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .field-full {
    grid-column: auto;
  }
  .form-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

#demo {
  --demo-card-gap: 40px;
}
.demo-workflow-list {
  display: flex;
  flex-direction: column;
  gap: var(--demo-card-gap);
  padding-top: var(--demo-card-gap);
}
#demo .wfc.live-demo {
  margin-top: var(--workflow-label-height, 44px);
}
@media (max-width: 760px) {
  #demo {
    --demo-card-gap: 48px;
  }
}

#demo .workflow-performer-outcrop {
  cursor: pointer;
}
#demo .workflow-performer-outcrop:focus-visible {
  outline: 2px solid var(--workflow-performer-ink);
  outline-offset: 3px;
}

/* Keep demo navigation together and expose the live demo sooner. */
#demo .maestro-story-guide {
  grid-template-columns: auto 1fr auto auto;
  gap: 10px;
  padding: 10px 18px;
}
#demo .maestro-story-guide > * {
  grid-column: auto;
  grid-row: auto;
}
#demo .maestro-story-guide .maestro-story-play {
  position: static;
  height: 34px;
}
#demo .maestro-story-tab {
  min-height: 0;
  padding: 16px;
  column-gap: 10px;
}
#demo .maestro-story-tab em {
  margin-top: 8px;
  font-size: 14px;
}
.maestro-story-mobile-description {
  display: none;
}
.workflow-autonomy-note {
  margin: 0 0 20px;
}
@media (max-width: 900px) {
  #demo .maestro-story-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 12px 12px 0;
    border-bottom: 0;
  }
  #demo .maestro-story-tab {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    justify-items: center;
    gap: 8px;
    padding: 12px 6px;
    text-align: center;
  }
  #demo .maestro-story-tab > .maestro-story-tab-number {
    grid-row: auto;
    width: 28px;
    height: 28px;
  }
  #demo .maestro-story-tab b {
    font-size: 13px;
  }
  #demo .maestro-story-tab small,
  #demo .maestro-story-tab em {
    display: none;
  }
  #demo .maestro-story-mobile-description {
    display: block;
    margin: 0;
    padding: 16px;
    border-bottom: 1px solid var(--bd);
    color: #64706b;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 520px) {
  #demo .maestro-story-guide {
    gap: 6px;
    padding: 10px 8px;
  }
  #demo .maestro-story-guide button {
    padding: 8px;
    font-size: 10px;
  }
  #demo .maestro-story-guide-copy span {
    font-size: 10px;
    letter-spacing: 0;
  }
}

/* Match supporting descriptions to the product-card body typography. */
#demo .maestro-story-tab em,
#demo .maestro-story-mobile-description,
#journey .journey-foundation-item,
#journey .journey-loop-step span,
#journey .autonomy-level small {
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  color: var(--t2);
}

/* Match demo navigation buttons to the compact animation control. */
#demo .maestro-story-guide button {
  min-height: 34px;
  height: 34px;
  padding: 0 13px;
  font-size: 11px;
  font-weight: 500;
}

.section-intro--wide {
  width: 100%;
  max-width: 100%;
  text-wrap: wrap;
}

/* Keep the homepage logo, availability badge, and menu separate at every width. */
.home-nav .nav-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(40px, 1fr);
  gap: 12px;
}
.home-nav-brand a {
  display: inline-flex;
  vertical-align: middle;
}
.home-nav .dd-wrap {
  justify-self: end;
}
@media (max-width: 560px) {
  .home-nav .nav-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding-inline: 20px;
  }
  .home-nav-status {
    justify-self: center;
  }
}
@media (max-width: 350px) {
  .home-nav .nav-inner {
    gap: 8px;
    padding-inline: 12px;
  }
}

/* Let founder cards wrap inside the page instead of overflowing on phones. */
.company-team {
  flex: 0 1 728px;
  min-width: 0;
  max-width: 100%;
}
.company-team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}
.company-founder {
  width: 100%;
  min-width: 0;
  min-height: 540px;
}
.company-founder > div:last-child {
  max-width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 760px) {
  .company-team-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
}

/* Reusable homepage presentation rules. */
.homepage .home-img-1 {
  height: 32px;
  opacity: 0.85;
}
.homepage .home-span-2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eceae5;
  color: #3d3d3d;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 16px 6px 12px;
  border-radius: 20px;
  border: 1px solid #ddd9d2;
}
.homepage .home-span-3 {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7eb8c9;
  box-shadow: 0 0 6px rgba(126, 184, 201, 0.5);
  animation: homeLivePulse 1.35s ease-in-out infinite;
}
.homepage .space-24 {
  height: 24px;
}
.homepage .space-32 {
  height: 32px;
}
.homepage .space-16 {
  height: 16px;
}
.homepage .home-fu-7 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.homepage .home-div-8 {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.homepage .home-h3-9 {
  margin-bottom: 8px;
}
.homepage .space-48 {
  height: 48px;
}
.homepage .home-p-11 {
  font-size: 14px;
  color: var(--t3);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.homepage .home-vkicker-12 {
  letter-spacing: 0.35px;
}
.homepage .home-sec-13 {
  padding: 80px 0;
}
.homepage .home-bl-14 {
  font-size: 17px;
}
#demo .wfc.live-demo.home-wfc-15 {
  --workflow-performer-accent: var(--pr);
  --workflow-performer-ink: var(--prd);
  border-top-color: var(--workflow-performer-accent);
}
.homepage .home-accordion-text-16 {
  flex: 1;
  min-width: 0;
}
.homepage .home-accordion-text-17 {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.homepage .home-accordion-text-18 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.homepage .home-pulse-dot-19 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pr);
  display: inline-block;
  --pulse-glow: rgba(255, 179, 186, 0.58);
  --pulse-glow-strong: rgba(255, 179, 186, 0.96);
}
.homepage .home-span-20 {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.2px;
  color: var(--tx);
}
.homepage .home-span-21 {
  width: 1px;
  height: 18px;
  background: var(--bd);
  display: inline-block;
}
.homepage .home-span-22 {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--prd);
}
.homepage .home-accordion-text-23 {
  margin-top: 8px;
  max-width: 900px;
}
.homepage .home-accordion-text-24 {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  margin-right: 4px;
  align-self: flex-start;
}
.homepage .home-span-25 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #e4f9e7;
  color: #1f5a33;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 12px 5px 10px;
  border-radius: 20px;
  border: 1px solid #b2f2bb;
  white-space: nowrap;
}
.homepage .home-span-26 {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2d8b5a;
  box-shadow: 0 0 6px rgba(45, 139, 90, 0.5);
  animation: homeLivePulse 1.35s ease-in-out infinite;
  --pulse-glow: rgba(45, 139, 90, 0.5);
  --pulse-glow-strong: rgba(45, 139, 90, 0.95);
}
.homepage .home-lb-27 {
  margin-bottom: 6px;
}
.homepage .home-b-28 {
  font-size: 9.5px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: var(--t3);
}
.homepage .home-g2-29 {
  gap: 24px;
  margin-bottom: 16px;
  align-items: stretch;
}
.homepage .home-div-30 {
  display: flex;
  flex-direction: column;
}
.homepage .home-div-31 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: var(--t3);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.homepage .home-div-32 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: var(--hd);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.homepage .home-g2-33 {
  gap: 24px;
}
.homepage .home-div-34 {
  margin-top: 14px;
  padding: 14px 16px;
  background: #fdeeee;
  border: 1px solid #f5c2c2;
  border-radius: 12px;
}
.homepage .home-div-35 {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8b2e2e;
  margin-bottom: 6px;
}
.homepage .home-div-36 {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  font-weight: 500;
  color: #8b2e2e;
  line-height: 1.25;
  letter-spacing: -0.2px;
}
.homepage .home-div-37 {
  font-size: 12px;
  color: #8b2e2e;
  margin-top: 4px;
  opacity: 0.85;
}
.homepage .home-div-38 {
  margin-top: 14px;
  padding: 14px 16px;
  background: #e8f9ec;
  border: 1px solid #b2f2bb;
  border-radius: 12px;
}
.homepage .home-div-39 {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1f5a33;
  margin-bottom: 6px;
}
.homepage .home-div-40 {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  font-weight: 500;
  color: #1f5a33;
  line-height: 1.25;
  letter-spacing: -0.2px;
}
.homepage .home-div-41 {
  font-size: 12px;
  color: #1f5a33;
  margin-top: 4px;
  opacity: 0.85;
}
#demo .wfc.live-demo.home-wfc-42 {
  --workflow-performer-accent: var(--pg);
  --workflow-performer-ink: var(--pgd);
  border-top-color: var(--workflow-performer-accent);
}
.homepage .home-pulse-dot-43 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pg);
  display: inline-block;
  --pulse-glow: rgba(178, 242, 187, 0.58);
  --pulse-glow-strong: rgba(178, 242, 187, 0.96);
}
.homepage .home-span-44 {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--pgd);
}
#demo .wfc.live-demo.home-wfc-45 {
  --workflow-performer-accent: var(--pb);
  --workflow-performer-ink: var(--pbd);
  border-top-color: var(--workflow-performer-accent);
}
.homepage .home-pulse-dot-46 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pb);
  display: inline-block;
  --pulse-glow: rgba(174, 198, 207, 0.62);
  --pulse-glow-strong: rgba(174, 198, 207, 0.98);
}
.homepage .home-span-47 {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--pbd);
}
#demo .wfc.live-demo.home-wfc-48 {
  --workflow-performer-accent: var(--py);
  --workflow-performer-ink: var(--pyd);
  border-top-color: var(--workflow-performer-accent);
}
.homepage .home-pulse-dot-49 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--py);
  display: inline-block;
  --pulse-glow: rgba(255, 250, 205, 0.7);
  --pulse-glow-strong: rgba(255, 250, 205, 1);
}
.homepage .home-span-50 {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--pyd);
}
.homepage .home-div-51 {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8px;
}
.homepage .home-div-52 {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--hi);
  margin-bottom: 14px;
}
.homepage .home-div-53 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--hd);
  margin-bottom: 16px;
}
.homepage .home-div-54 {
  margin-top: 12px;
  font-size: 12px;
  color: var(--t3);
}
.homepage .home-span-55 {
  font-weight: 700;
  letter-spacing: 0.3px;
}
.homepage .home-fu-56 {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.homepage .home-div-57 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--t3);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.homepage .home-cd-58 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homepage .home-img-59 {
  width: 122px;
  height: 122px;
  border-radius: 50%;
  border: 3px solid var(--hi);
  object-fit: cover;
}
.homepage .home-div-60 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 500;
  margin-top: 16px;
}
.homepage .home-div-61 {
  font-size: 14px;
  color: var(--hd);
  font-weight: 600;
  margin-top: 4px;
}
.homepage .home-bd-62 {
  margin: 12px -9px 0;
  text-align: center;
}
.homepage .home-p-63 {
  font-size: 12px;
  color: var(--t3);
  margin-top: 8px;
  text-align: center;
}
.homepage .home-div-64 {
  display: flex;
  gap: 16px;
  margin-top: 12px;
  align-items: center;
  justify-content: center;
}
.homepage .space-28 {
  height: 28px;
}
.homepage .home-div-66 {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin: auto -16px 4px;
}
.homepage .home-lbtn-67 {
  padding: 8px 16px;
  font-size: 13px;
  border-width: 1.5px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.homepage .home-lbtn-68 {
  padding: 8px 10px;
  font-size: 13px;
  border-width: 1.5px;
  display: inline-flex;
  align-items: center;
}
.homepage .space-25 {
  height: 25px;
}
.homepage .home-div-70 {
  flex: 0 0 240px;
  width: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 575.5px;
}
.homepage .home-div-71 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.homepage .home-cd-72 {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: var(--sf);
  border: 1px solid var(--bd);
  border-top: 2.25px solid #a91b33;
  border-radius: 12px;
}
.homepage .space-30 {
  height: 30px;
}
.homepage .home-cd-74 {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: var(--sf);
  border: 1px solid var(--bd);
  border-top: 2.25px solid #43b02a;
  border-radius: 12px;
}
.homepage .home-cd-75 {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: var(--sf);
  border: 1px solid var(--bd);
  border-top: 2.25px solid #000000;
  border-radius: 12px;
}
.homepage .home-div-76 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--t3);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.homepage .home-cd-77 {
  padding: 0;
  overflow: hidden;
  border-radius: 12px;
}
.homepage .home-img-78 {
  width: 100%;
  height: auto;
  display: block;
}
.homepage .home-accordion-text-79 {
  display: flex;
  align-items: center;
  gap: 16px;
}
.homepage .home-accordion-text-80 {
  font-weight: 600;
  font-size: 16px;
}
.homepage .home-section-81 {
  background: linear-gradient(180deg, var(--bg) 0%, #fef8e8 45%, #f9edd0 100%);
  padding: 120px 0 80px;
  border-top: 1px solid var(--bd);
}
.homepage .space-52 {
  height: 52px;
}
.homepage .home-div-83 {
  text-align: center;
}
.homepage .home-a-84 {
  text-decoration: none;
  display: inline-block;
}
.homepage .home-img-85 {
  height: 40px;
  opacity: 0.7;
}
.homepage .home-div-86 {
  font-size: 14px;
  color: #303338;
  opacity: 0.7;
  margin-top: 6px;
}
.homepage .space-80 {
  height: 80px;
}
.homepage .home-footer-88 {
  padding: 40px 0;
  border-top: 1px solid var(--bd);
}
.homepage .home-div-89 {
  display: flex;
  justify-content: flex-end;
}
.homepage .home-div-90 {
  display: flex;
  gap: 64px;
}
.homepage .home-div-91 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.homepage .space-0 {
  height: 0px;
}
.homepage .home-div-93 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.homepage .home-img-94 {
  height: 24px;
  opacity: 0.6;
}
.homepage .home-div-95 {
  font-size: 12px;
  color: #303338;
  opacity: 0.6;
  margin-top: 0px;
}
.homepage .home-div-96 {
  font-size: 12px;
  color: #303338;
  opacity: 0.6;
}

/* Keep homepage card surfaces consistently white, including selected states. */
.vcard,
.cd,
.lc,
.pc,
.qb,
.wfc,
.maestro-story-tab,
.journey-foundation-item,
.journey-choice,
.journey-loop-step,
.autonomy-level,
.journey-repeat,
.contact-card {
  background: #fff;
}

/* Homepage interaction, reading widths, and progressive enhancement. */
.homepage .section-intro {
  width: 100%;
  max-width: 68ch;
  text-wrap: pretty;
}
.homepage .section-intro--wide {
  max-width: 82ch;
}
.homepage .hero-copy-mobile {
  display: none;
}
.home-nav .dd-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  justify-content: center;
  border-radius: 10px;
}
.home-nav details[open] .dd-menu {
  display: block;
  max-height: calc(100svh - 90px);
  overflow-y: auto;
}
.homepage summary {
  list-style: none;
}
.homepage summary::-webkit-details-marker {
  display: none;
}
.homepage details.wfc {
  cursor: default;
}
.homepage details.wfc > summary {
  cursor: pointer;
  text-align: left;
}
.accordion-text {
  display: block;
}
.homepage details.wfc[open] > .wfb {
  display: block;
}
.homepage details.wfc:not([open]) > .wfb {
  display: none;
}
.homepage details.wfc[open] > summary .wfch {
  transform: rotate(90deg);
}
.homepage :is(summary, button, a):focus-visible {
  outline: 2px solid var(--hd);
  outline-offset: 4px;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 16px;
  z-index: 1000;
  transform: translateY(-150%);
  padding: 12px 18px;
  background: #fff;
  color: var(--tx);
  border: 1px solid var(--bd);
  border-radius: 8px;
}
.skip-link:focus {
  transform: none;
}
.homepage:not(.reveal-ready) :is(.fu, .fu-i) {
  opacity: 1;
  transform: none;
}
.product-system-fallback {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.product-fallback-card {
  padding: 28px;
  border: 1px solid var(--bd);
  border-radius: 14px;
  background: #fff;
}
.product-fallback-card h3 {
  font:
    500 24px 'Playfair Display',
    serif;
}
.product-fallback-card p {
  margin-block: 16px;
  line-height: 1.7;
}
.homepage:not(.reveal-ready)
  .maestro-story
  :is(
    .maestro-story-guide,
    .maestro-story-tabs,
    .maestro-story-mobile-description,
    .maestro-story-panel--mac
  ) {
  display: none;
}
.homepage:not(.reveal-ready) #maestroViewWork {
  display: block !important;
}
.demo-fallback-note {
  padding: 20px;
  line-height: 1.7;
}
[data-maestro-viewport][aria-busy='true']::after {
  content: 'Loading interactive demo…';
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: var(--bg);
  color: var(--t2);
  pointer-events: none;
}
@media (max-width: 560px) {
  .homepage .hero .h1 > span {
    white-space: normal;
  }
  .homepage .hero .h1 > span:last-child {
    white-space: nowrap;
  }
  .homepage .hero-copy-desktop {
    display: none;
  }
  .homepage .hero-copy-mobile {
    display: inline;
  }
  .product-system-fallback {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  html:has(.homepage) {
    scroll-behavior: auto;
  }
  .homepage *,
  .homepage *::before,
  .homepage *::after {
    animation: none !important;
    transition: none !important;
  }
  .homepage :is(.fu, .fu-i, .demo-reveal, .demo-ready, .ah-val, .ah-badge) {
    opacity: 1 !important;
    transform: none !important;
  }
  .homepage .ah-skel {
    display: none;
  }
}

.homepage .image-natural-width {
  width: auto;
}
