/* Hero media, download controls, harness ticker, and app-like Lantern bar. */
.site-header {
  position: absolute;
  z-index: 3;
  inset: 0 0 auto;
  height: 96px;
  color: #fffaf3;
  border-bottom-color: #fff7e92b;
}
.site-header .brand-by,
.site-header nav a,
.site-header .header-download {
  color: #fff6e9;
  text-shadow: 0 1px 8px #141a1680;
}
.site-header nav a {
  padding-block: 12px;
}
.site-header .header-download {
  padding: 11px 15px;
  border: 1px solid #fff7e94d;
  border-radius: 999px;
  background: #17211d66;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.site-header a:focus-visible,
.hero-garden a:focus-visible,
.hero-garden button:focus-visible {
  outline-color: #fff5df;
}
.hero-garden {
  position: relative;
  isolation: isolate;
  overflow: clip;
  background: #283529;
  color: #fffaf3;
}
.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("/assets/hero-autumn-poster.webp") center / cover no-repeat;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-video-toggle {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  border: 1px solid #fff7e94d;
  border-radius: 7px;
  background: #17211dcc;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff8ed;
  font-size: 10px;
  line-height: 1.4;
  min-height: 34px;
}
.hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      #1019128c 0%,
      #10191200 25%,
      #10191200 70%,
      #10191259 100%
    ),
    linear-gradient(
      90deg,
      #101912bf 0%,
      #1019129c 30%,
      #10191240 57%,
      #10191200 85%
    );
}
.hero-garden .hero {
  min-height: max(760px, 100svh);
  padding-block: 150px 100px;
}
.hero-copy {
  text-shadow: 0 2px 18px #121b1240;
}
.hero h1 {
  font-size: clamp(56px, 5.5vw, 75px);
  line-height: 1.07;
  letter-spacing: -0.055em;
}
.hero h1 em {
  color: #ffe0a6;
}
.hero .eyebrow {
  color: #fff0d6;
}
.hero .status-dot {
  background: #ffca72;
  box-shadow: 0 0 0 4px #ffca7226;
}
.hero-description {
  max-width: 385px;
  font-size: 16px;
  color: #fff4e5;
  line-height: 1.8;
}
.hero-actions {
  gap: 23px;
  flex-wrap: wrap;
}
.hero .text-link {
  font-size: 12px;
  font-weight: 500;
  color: #fffaf3;
}
.hero .availability {
  display: block;
  font-size: 11px;
  line-height: 1.8;
  color: #f5e7d2;
}
.hero-art {
  overflow: visible;
}
.hero-art::before {
  display: none;
}
.hero-art .hero-mascot {
  width: 315px;
  height: 315px;
}
.hero-art .floating-note {
  background: #17211dcc;
  border-color: #fff7e94d;
  box-shadow: 0 12px 36px #10191230;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.hero-art .floating-note > div > span {
  color: #eee5d6;
}
.hero-art .note-check {
  color: #bedcaf;
}
.hero-art .green-dot {
  background: #bedcaf;
}
.hero-art .amber-dot {
  background: #ffcd7e;
  box-shadow: 0 0 0 4px #ffcd7e24;
}
.hero-art .note-working {
  left: 12px;
  top: 45px;
}
.hero-art .note-waiting {
  right: 0;
  bottom: 78px;
}
.hero-art .mascot-shadow {
  background: #795f3940;
}
.button-download {
  gap: 11px;
  min-height: 54px;
  padding: 14px 18px;
  border: 1px solid #c18a47;
  border-radius: 10px;
  background: linear-gradient(155deg, #4b3a28, #2f281f);
  box-shadow:
    0 4px 9px #4e361c20,
    inset 0 1px 0 #f4dab640;
  color: #fff8ea;
  font-weight: 550;
  transition:
    transform 180ms var(--ease),
    box-shadow 180ms ease;
}
.button-download > svg:first-child {
  width: 23px;
  height: 23px;
}
.button-download > svg:last-child {
  width: 15px;
  height: 15px;
  margin-left: 10px;
  color: #e5bf87;
}
.button-download > span {
  font-size: 13px;
}
.hero .button-download {
  min-height: 58px;
  padding-inline: 21px;
  border-color: #fffaf3;
  border-radius: 999px;
  background: #fffaf3;
  color: #2a3028;
  box-shadow: 0 5px 20px #10191226;
  text-shadow: none;
}
.hero .button-download > svg:last-child {
  color: #53604c;
}
.header-download {
  gap: 10px;
  font-weight: 500;
  color: #51422d;
}
.header-download svg {
  width: 16px;
  height: 16px;
}
.agent-strip {
  padding-top: 35px;
  padding-bottom: 29px;
}
.ticker-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.ticker-heading p {
  font-size: 12px;
  color: #746957;
}
#ticker-pause {
  border: 1px solid #dfd7ca;
  border-radius: 5px;
  padding: 5px 8px;
  background: transparent;
  color: #6c624f;
  font-size: 9px;
  min-height: 26px;
}
#ticker-pause span {
  margin-left: 6px;
}
.ticker-viewport {
  margin-top: 26px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    black 5%,
    black 95%,
    transparent
  );
  mask-image: linear-gradient(
    90deg,
    transparent,
    black 5%,
    black 95%,
    transparent
  );
}
.ticker-viewport::-webkit-scrollbar {
  display: none;
}
.ticker-track {
  display: flex;
  width: max-content;
}
.ticker-track[data-ready="true"] {
  animation: harness-ticker 110s linear infinite;
}
.ticker-group {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  list-style: none;
  gap: 38px;
  margin: 0;
  padding: 8px 38px 8px 0;
}
.ticker-group li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #5b554a;
  white-space: nowrap;
}
.ticker-group img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}
.ticker-group .harness-omp {
  padding: 3px;
  background: #181916;
  border-radius: 6px;
}
.ticker-note {
  font-size: 10px;
  line-height: 1.8;
  color: #746957;
  margin-top: 16px;
}
.ticker-note a {
  margin-left: 5px;
}
.agent-strip[data-paused="true"] .ticker-track,
.ticker-viewport:focus-within .ticker-track,
.agent-strip[data-offscreen="true"] .ticker-track {
  animation-play-state: paused;
}
@keyframes harness-ticker {
  to {
    transform: translateX(-50%);
  }
}
.section-intro > p:last-child:not(.eyebrow) {
  font-size: 14px;
}
.steps article > p,
.detail-card p {
  font-size: 13px;
}
.steps h3,
.detail-card h3 {
  font-size: 16px;
}
.preview-copy h2 {
  font-size: 44px;
}
.preview-copy > p:not(.eyebrow):not(.preview-disclaimer) {
  font-size: 14px;
  max-width: 300px;
}
.preview-disclaimer {
  font-size: 11px;
}
.replay-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 17px;
  border: 1px solid #c9bda7;
  border-radius: 6px;
  color: #65503a;
  background: #f9f5ec;
  padding: 10px 13px;
  font-size: 11px;
}
.demo-scene {
  padding-right: 74px;
  min-height: 525px;
}
.demo-window {
  position: relative;
  min-height: 472px;
  transition:
    opacity 200ms var(--ease),
    transform 240ms var(--ease);
  transform-origin: right 60px;
}
.demo-window[data-panel-hidden="true"] {
  opacity: 0;
  transform: translateX(8px) scale(0.97);
  pointer-events: none;
}
.demo-window[data-keyboard="true"] {
  transition: none;
}
.demo-scene-footer {
  right: 74px;
}
.lantern-dock {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  width: 60px;
  top: 78px;
  right: -2px;
  padding: 5px;
}
.dock-shell {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(135deg, #56594f, #30362eee);
  border: 1px solid #ffffff66;
  border-radius: 31px;
  box-shadow: inset 0 1px 2px #ffffff20;
  clip-path: inset(0 0 calc(100% - 60px) 0 round 30px);
  transition: clip-path 280ms cubic-bezier(0.22, 1, 0.36, 1);
}
.lantern-dock[data-expanded="true"] .dock-shell {
  clip-path: inset(0 0 0 0 round 30px);
}
.lantern-dock[data-expanded="true"] {
  pointer-events: auto;
}
.lantern-dock .demo-lantern {
  pointer-events: auto;
  position: relative;
  top: auto;
  right: auto;
  width: 50px;
  height: 50px;
  border: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 50%;
  transform: none;
  padding: 0;
}
.lantern-dock .demo-lantern > img {
  width: 43px;
  height: 43px;
}
.lantern-dock .demo-lantern > span {
  right: -2px;
  top: 0;
  border-color: #eeeae1;
}
.dock-actions {
  display: grid;
  gap: 3px;
  padding-top: 8px;
  padding-bottom: 7px;
  visibility: hidden;
}
.lantern-dock[data-expanded="true"] .dock-actions {
  visibility: visible;
}
.dock-action {
  position: relative;
  width: 44px;
  height: 40px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  color: #d9ded1;
  border: 0;
  border-radius: 12px;
  background: transparent;
  opacity: 0;
  transform: translateY(-12px) scale(0.95);
  transition:
    opacity 130ms ease,
    transform 220ms var(--ease),
    background-color 160ms ease;
}
.dock-action svg {
  width: 20px;
  height: 20px;
}
.dock-action > img {
  border-radius: 6px;
}
.dock-action[aria-pressed="true"] {
  background: #f0c48318;
  color: #f7ce8e;
}
.lantern-dock[data-expanded="true"] .dock-action {
  transform: none;
  opacity: 1;
}
.lantern-dock[data-expanded="true"] .dock-action:nth-child(1) {
  transition-delay: 20ms;
}
.lantern-dock[data-expanded="true"] .dock-action:nth-child(2) {
  transition-delay: 40ms;
}
.lantern-dock[data-expanded="true"] .dock-action:nth-child(3) {
  transition-delay: 60ms;
}
.lantern-dock[data-expanded="true"] .dock-action:nth-child(4) {
  transition-delay: 80ms;
}
.lantern-dock[data-expanded="true"] .dock-action:nth-child(5) {
  transition-delay: 100ms;
}
.lantern-dock[data-expanded="true"] .dock-action:nth-child(6) {
  transition-delay: 120ms;
}
.lantern-dock[data-expanded="true"] .dock-action:nth-child(7) {
  transition-delay: 140ms;
}
.lantern-dock[data-keyboard="true"] *,
.lantern-dock[data-keyboard="true"] .dock-shell {
  transition: none;
}
.dock-tooltip {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  padding: 7px 10px;
  border: 1px solid #696c5f;
  border-radius: 6px;
  background: #333a30;
  color: #f1f1e9;
  font-size: 10px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
}
.dock-action:focus-visible .dock-tooltip {
  opacity: 1;
}
.demo-extra {
  min-height: 381px;
  padding: 19px 10px 8px;
}
.extra-eyebrow {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #b3bca7;
}
.demo-extra h3 {
  margin-top: 14px;
  font:
    30px/1.15 Georgia,
    serif;
  letter-spacing: -0.8px;
  color: #f3f1e9;
}
#extra-description {
  color: #c4ccba;
  font-size: 12px;
  line-height: 1.8;
  margin-top: 17px;
}
#new-session-controls {
  margin-top: 23px;
}
#new-session-controls label {
  display: block;
  color: #c4ccba;
  font-size: 10px;
  margin-bottom: 8px;
}
#sample-harness {
  width: 100%;
  border: 1px solid #68715c;
  border-radius: 7px;
  background: #30372c;
  color: #f2f0e9;
  padding: 11px;
  font-size: 12px;
}
.extra-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  margin-top: 13px;
  padding: 12px;
  border: 1px solid #ceaa74;
  background: #e3b578;
  color: #302b21;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 550;
  text-decoration: none;
}
.extra-back {
  background: transparent;
  border: 0;
  color: #c1cab5;
  font-size: 11px;
  padding: 10px 0;
  margin-top: 20px;
}
#extra-feedback {
  min-height: 34px;
  font-size: 11px;
  color: #b8d1a8;
  line-height: 1.7;
  margin-top: 16px;
}
#settings-controls {
  margin-top: 25px;
}
#login-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border: 0;
  border-block: 1px solid #ffffff15;
  background: transparent;
  color: #e7ebdf;
  font-size: 12px;
}
.switch {
  width: 31px;
  height: 18px;
  border-radius: 12px;
  background: #727968;
  padding: 3px;
}
.switch::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #edf0e7;
}
#login-toggle[aria-pressed="true"] .switch {
  background: #88a675;
}
#login-toggle[aria-pressed="true"] .switch::before {
  transform: translateX(13px);
}
#settings-controls > p {
  color: #bcc4af;
  font-size: 10px;
  margin-top: 10px;
}
.compatibility {
  scroll-margin-top: 32px;
}
.compatibility > div > p {
  font-size: 13px;
}
.compatibility > div > p + p {
  margin-top: 14px;
}
.compatibility > div > p.compatibility-note {
  font-size: 12px;
}
.compatibility strong {
  font-weight: 600;
  color: #514b3f;
}
.faq-list summary,
.faq-list details p {
  font-size: 13px;
}
.closing-section > p:not(.eyebrow) {
  font-size: 14px;
}
.closing-note {
  font-size: 11px;
}
@media (hover: hover) and (pointer: fine) {
  .site-header nav a:hover,
  .site-header .header-download:hover,
  .hero .text-link:hover {
    color: #ffe0a6;
  }
  .button-download:hover {
    box-shadow:
      0 7px 18px #4e361c30,
      inset 0 1px 0 #f4dab640;
    transform: translateY(-2px);
  }
  .button-download:active {
    transform: scale(0.97);
  }
  .ticker-viewport:hover .ticker-track {
    animation-play-state: paused;
  }
  .lantern-dock .demo-lantern:hover {
    transform: none;
  }
  .dock-action:hover {
    background: #ffffff13;
  }
  .dock-action:hover .dock-tooltip {
    opacity: 1;
  }
  .replay-button:hover {
    background: #fffaf0;
  }
}
@media (max-width: 1000px) {
  .hero h1 {
    font-size: clamp(46px, 5.7vw, 57px);
  }
  .hero-garden .hero {
    width: calc(100% - 48px);
  }
  .hero-description {
    font-size: 14px;
  }
  .hero .hero-art .hero-mascot {
    width: 270px;
    height: 270px;
  }
  .hero .hero-art .note-working {
    left: 5px;
  }
  .hero-actions {
    gap: 18px;
  }
  .button-download {
    padding-inline: 14px;
    gap: 8px;
  }
  .button-download > span {
    font-size: 12px;
  }
  .preview-layout {
    gap: 32px;
    grid-template-columns: 0.8fr 1.2fr;
  }
  .preview-copy h2 {
    font-size: 36px;
  }
  .demo-scene {
    padding-right: 58px;
  }
  .lantern-dock {
    right: -8px;
  }
  .demo-scene-footer {
    right: 58px;
  }
}
@media (max-width: 760px) {
  .site-header {
    height: 78px;
  }
  .hero-backdrop {
    background-position: 55% center;
  }
  .hero-video {
    object-position: 55% center;
  }
  .hero-video-toggle {
    right: 10px;
    bottom: 10px;
    padding: 7px 9px;
    font-size: 9px;
  }
  .hero-backdrop::after {
    background: linear-gradient(
      180deg,
      #101912a6 0%,
      #10191299 35%,
      #10191280 57%,
      #10191226 79%,
      #10191259 100%
    );
  }
  .hero-garden .hero {
    width: calc(100% - 40px);
    min-height: 100svh;
    padding-top: 120px;
    padding-bottom: 48px;
  }
  .hero h1 {
    font-size: clamp(46px, 12vw, 62px);
    margin-top: 19px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .hero-description {
    max-width: 340px;
    font-size: 14px;
    line-height: 1.75;
    margin-top: 20px;
  }
  .hero-actions {
    flex-direction: column;
    gap: 18px;
    margin-top: 24px;
  }
  .hero .availability {
    margin-top: 17px;
    font-size: 10px;
  }
  .hero .hero-art {
    height: 300px;
    margin-top: 12px;
    width: 100%;
  }
  .hero .hero-art .hero-mascot {
    width: 225px;
    height: 225px;
  }
  .hero-art .note-working {
    top: 4px;
  }
  .hero-art .note-waiting {
    bottom: 22px;
    right: 0;
  }
  .button-download {
    min-height: 53px;
    padding: 14px 18px;
    gap: 11px;
  }
  .button-download > span {
    font-size: 13px;
  }
  .header-download {
    display: none;
  }
  .ticker-heading {
    gap: 12px;
  }
  .ticker-heading p {
    font-size: 11px;
  }
  .ticker-group {
    gap: 26px;
    padding-right: 26px;
  }
  .ticker-group li {
    font-size: 12px;
    gap: 8px;
  }
  .ticker-note {
    font-size: 9px;
    max-width: 300px;
    margin-inline: auto;
  }
  .ticker-note a {
    display: block;
    margin-left: 0;
  }
  .section-intro > p:last-child:not(.eyebrow) {
    font-size: 13px;
  }
  .preview-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .preview-copy h2 {
    font-size: 39px;
  }
  .preview-copy > p:not(.eyebrow):not(.preview-disclaimer) {
    font-size: 13px;
  }
  .preview-disclaimer {
    margin-top: 19px;
  }
  .demo-scene {
    width: min(440px, 100%);
    padding-right: 59px;
    min-height: 545px;
  }
  .demo-window {
    min-height: 500px;
  }
  .lantern-dock {
    right: -5px;
    top: 70px;
    width: 54px;
    padding-inline: 2px;
  }
  .demo-scene-footer {
    right: 59px;
  }
  .demo-title-mark {
    font-size: 10px;
  }
  .card-heading {
    gap: 6px;
  }
  .card-heading h3 {
    font-size: 10px;
  }
  .agent-status {
    font-size: 8px;
  }
  .demo-card {
    padding: 10px;
  }
  .agent-message {
    font-size: 11px;
  }
  .demo-tabs {
    gap: 15px;
  }
  .demo-tabs button {
    font-size: 10px;
  }
  .dock-action {
    width: 42px;
  }
  .demo-extra {
    min-height: 410px;
    padding-inline: 3px;
  }
  .demo-extra h3 {
    font-size: 26px;
  }
  #extra-description {
    font-size: 11px;
  }
  .closing-section h2 {
    font-size: 35px;
  }
  .closing-section > p:not(.eyebrow) {
    font-size: 12px;
  }
  .closing-note {
    font-size: 9px;
    max-width: none;
  }
}
@media (max-width: 360px) {
  .hero h1 {
    font-size: 43px;
  }
  .hero .hero-art {
    height: 310px;
  }
  .hero .hero-art .hero-mascot {
    width: 215px;
    height: 215px;
  }
  .hero-art .note-waiting {
    bottom: 27px;
  }
  .demo-scene {
    padding-right: 51px;
  }
  .lantern-dock {
    right: -7px;
  }
  .demo-scene-footer {
    right: 51px;
  }
  .card-heading img {
    width: 24px;
    height: 24px;
  }
  .card-heading p {
    font-size: 8px;
  }
  .agent-status {
    font-size: 7px;
  }
  .demo-title-mark {
    font-size: 9px;
  }
  .composer-field input {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ticker-track[data-ready="true"] {
    animation: none;
  }
  .ticker-group[aria-hidden="true"] {
    display: none;
  }
  #ticker-pause {
    display: none;
  }
  .ticker-viewport {
    -webkit-mask-image: none;
    mask-image: none;
    scrollbar-width: thin;
  }
  .button-download:hover {
    transform: none;
  }
}
