@font-face {
  font-family: Lantern Sans;
  src: local("Inter"), local("Helvetica Neue");
  font-display: swap;
}
:root {
  font-family:
    Lantern Sans,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: #302d29;
  background: #f9f7f2;
  font-synthesis: none;
  --paper: #f9f7f2;
  --ink: #302d29;
  --muted: #706b61;
  --orange: #b6602a;
  --line: #e5e0d7;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 36px;
}
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
button,
input {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
img {
  display: block;
  max-width: 100%;
  object-fit: contain;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible,
[tabindex="0"]:focus-visible {
  outline: 3px solid #b56833;
  outline-offset: 5px;
}
button:focus-visible,
input:focus-visible {
  outline-offset: 3px;
}
[hidden] {
  display: none !important;
}
::selection {
  background: #eed7b8;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.055em;
  text-wrap: balance;
}
h1 em,
h2 em {
  font-weight: 400;
  color: var(--orange);
}
.wrap {
  width: min(1120px, calc(100% - 96px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  transform: translateY(-160%);
  z-index: 10;
  background: var(--ink);
  color: white;
  border-radius: 8px;
}
.skip-link:focus {
  transform: none;
}
.site-header {
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
}
.brand > span {
  font-size: 26px;
  font-weight: 650;
  letter-spacing: -1.3px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.brand-by {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--muted);
}
.site-header nav {
  display: flex;
  gap: 30px;
  margin-left: 8px;
}
.site-header nav a,
.header-link {
  font-size: 13px;
  text-decoration: none;
  color: #69655f;
}
.header-link {
  color: var(--ink);
  display: flex;
  gap: 17px;
  align-items: center;
}
.header-link > span {
  font-size: 20px;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 680px;
  padding-block: 68px 70px;
  gap: 18px;
}
.eyebrow {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  font-weight: 600;
  line-height: 1.6;
  color: #73624f;
}
.hero .eyebrow {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 10px;
}
.status-dot,
.small-dot,
.green-dot,
.amber-dot {
  display: inline-block;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c9874b;
}
.status-dot {
  box-shadow: 0 0 0 4px #c9874b12;
}
.small-dot {
  width: 5px;
  height: 5px;
  background: #8b9a7e;
}
.hero h1 {
  font-size: clamp(60px, 6.4vw, 83px);
  line-height: 1.025;
  margin-top: 25px;
}
.hero-description {
  font-size: 15px;
  line-height: 1.85;
  color: #736f68;
  margin-top: 25px;
  max-width: 360px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 30px;
}
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  border-radius: 7px;
  padding: 14px 20px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition:
    transform 160ms var(--ease),
    background-color 160ms ease;
}
.button-dark {
  background: #34342d;
  color: #fffdf8;
  box-shadow:
    0 2px 3px #2222220c,
    inset 0 1px 0 #ffffff15;
}
.button span {
  font-size: 17px;
}
.button:active {
  transform: scale(0.97);
}
.text-link {
  font-size: 12px;
  text-decoration: none;
  display: flex;
  gap: 18px;
  align-items: center;
}
.availability {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 10px;
  color: #756c60;
  margin-top: 19px;
}
.hero-art {
  height: 500px;
  position: relative;
  isolation: isolate;
  overflow: clip;
}
.hero-art:before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  max-width: 100%;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: radial-gradient(
    ellipse,
    #ffe4a75e 0%,
    #f6d49b26 43%,
    #f9f7f200 70%
  );
}
.orbit {
  position: absolute;
  left: 50%;
  top: 48%;
  border: 1px solid #decfba50;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-24deg);
  z-index: -1;
}
.orbit-outer {
  width: 470px;
  height: 370px;
  max-width: 100%;
}
.orbit-inner {
  width: 350px;
  height: 280px;
  max-width: 85%;
  border-style: dashed;
  border-color: #ddc6a132;
}
.hero-mascot {
  width: 310px;
  height: 310px;
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%) rotate(-9deg);
  filter: drop-shadow(5px 15px 20px #c9802530);
  animation: mascot-arrive 700ms var(--ease) both;
}
.mascot-shadow {
  position: absolute;
  width: 140px;
  height: 15px;
  border-radius: 50%;
  background: #b7854930;
  filter: blur(14px);
  left: 50%;
  top: 83%;
  transform: translateX(-50%);
}
.floating-note {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #ffffff;
  border-radius: 12px;
  padding: 13px 15px;
  background: #fffdf8f2;
  box-shadow:
    0 8px 28px #795c1e0b,
    0 1px 3px #795c1e06;
}
.floating-note > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.floating-note strong {
  font-size: 11px;
  font-weight: 550;
}
.floating-note > div > span {
  font-size: 10px;
  color: #756a5c;
  display: flex;
  align-items: center;
  gap: 5px;
}
.floating-note .agent-icon {
  display: grid;
  place-items: center;
  background: #f1eee8;
  width: 35px;
  height: 35px;
  border-radius: 9px;
}
.note-working {
  left: 0;
  top: 55px;
  transform: rotate(-5deg);
}
.note-waiting {
  right: 2px;
  bottom: 79px;
  transform: rotate(4deg);
  padding: 15px;
}
.note-check {
  margin-left: 14px;
  color: #91a386;
  font-size: 12px;
}
.green-dot {
  width: 4px;
  height: 4px;
  background: #709275;
}
.amber-dot {
  margin-left: 9px;
  background: #d18b39;
  box-shadow: 0 0 0 4px #f5ead4;
}
.art-spark {
  position: absolute;
  color: #bc9359;
  font-size: 27px;
}
.spark-one {
  right: 30px;
  top: 70px;
}
.spark-two {
  left: 49px;
  bottom: 130px;
  font-size: 19px;
}
.art-caption {
  position: absolute;
  bottom: 4px;
  left: 32px;
  font-family: Georgia, serif;
  font-size: 15px;
  font-style: italic;
  color: #796e5d;
  transform: rotate(-5deg);
}
.art-caption svg {
  width: 65px;
  position: absolute;
  right: -70px;
  top: -27px;
}
.agent-strip {
  text-align: center;
  padding: 18px 0 41px;
  border-bottom: 1px solid var(--line);
}
.agent-strip > p {
  font-size: 10px;
  letter-spacing: 0.5px;
  color: #756c60;
}
.agent-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 37px;
  margin-top: 25px;
  flex-wrap: wrap;
}
.agent-logos > span {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 550;
  color: #625e57;
}
.agent-logos img {
  width: 23px;
  height: 23px;
  filter: saturate(0.65);
}
.agent-logos .and-more {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
  color: #756c60;
}
.how-section {
  padding-top: 105px;
  padding-bottom: 99px;
}
.section-intro {
  text-align: center;
}
.section-intro h2 {
  font-size: 48px;
  line-height: 1.13;
  margin-top: 17px;
}
.section-intro > p:last-child:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.85;
  color: var(--muted);
  margin-top: 22px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 54px;
}
.step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
}
.step-number {
  font-family: Georgia, serif;
  font-size: 20px;
  color: #7a6852;
}
.step-top svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: #a28668;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.steps h3 {
  font-size: 15px;
  letter-spacing: -0.3px;
  font-weight: 550;
  margin-top: 23px;
}
.steps article > p {
  font-size: 12px;
  line-height: 1.95;
  color: var(--muted);
  margin-top: 12px;
}
.preview-section {
  background: #eeeae1;
  border-block: 1px solid #e8e2d7;
  padding: 76px 0;
}
.preview-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}
.preview-copy .eyebrow {
  max-width: 270px;
}
.preview-copy h2 {
  font-size: 47px;
  line-height: 1.13;
  margin-top: 21px;
}
.preview-copy > p:not(.eyebrow):not(.preview-disclaimer) {
  font-size: 13px;
  line-height: 1.95;
  color: #696358;
  max-width: 290px;
  margin-top: 25px;
}
.preview-tip {
  display: flex;
  gap: 12px;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 15px;
  color: #786349;
  line-height: 1.55;
  margin-top: 32px;
  transform: rotate(-3deg);
}
.preview-tip > span:first-child {
  font-size: 31px;
  line-height: 1;
}
.preview-disclaimer {
  font-size: 9px;
  color: #6b6459;
  line-height: 1.8;
  margin-top: 30px;
}
.demo-scene {
  position: relative;
  min-width: 0;
  padding: 24px 50px 35px 0;
  isolation: isolate;
}
.demo-scene:before {
  content: "";
  position: absolute;
  inset: 10% -3% 10% -20%;
  z-index: -1;
  background: radial-gradient(ellipse, #dac59470, transparent 66%);
}
.demo-window {
  background: linear-gradient(145deg, #363833, #2c2f2c);
  border: 1px solid #ffffff55;
  border-radius: 19px;
  box-shadow:
    0 25px 50px -20px #302a2b45,
    0 3px 8px #302a2b12,
    inset 0 0 0 3px #ffffff03;
  color: #f2f0e9;
  padding: 15px 13px 0;
  min-height: 433px;
}
.demo-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px 16px;
}
.demo-title-mark {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  color: #c0c1b9;
}
.demo-live {
  font-size: 8px;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  padding: 3px 6px;
  letter-spacing: 0.4px;
  color: #a7aaa1;
}
.demo-tabs {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #ffffff10;
  padding-inline: 4px;
  margin-bottom: 12px;
}
.demo-tabs button {
  border: 0;
  background: transparent;
  color: #aeb1a7;
  font-size: 10px;
  padding: 4px 0 12px;
  position: relative;
}
.demo-tabs button[aria-selected="true"] {
  color: #f7f3e9;
}
.demo-tabs button[aria-selected="true"]:after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 2px;
  background: #e9b669;
  left: 0;
  right: 0;
  border-radius: 2px;
}
.demo-tabs button > span {
  font-size: 9px;
  background: #ffffff0b;
  border-radius: 4px;
  padding: 2px 5px;
  margin-left: 4px;
}
.demo-tabs button[aria-selected="true"] > span {
  color: #edbf7e;
  background: #c9964c24;
}
.demo-content {
  min-height: 228px;
}
.demo-card {
  background: #ffffff06;
  border: 1px solid #ffffff0a;
  border-radius: 10px;
  padding: 13px;
  margin-bottom: 9px;
}
.card-heading {
  display: flex;
  align-items: center;
  gap: 9px;
}
.card-heading img,
.demo-agent-row > img {
  padding: 4px;
  background: #ffffff0c;
  border-radius: 7px;
}
.card-heading h3 {
  font-size: 10px;
  font-weight: 550;
}
.card-heading p {
  font-size: 8px;
  color: #a9afa1;
  margin-top: 4px;
}
.agent-status {
  font-size: 8px;
  color: #edbd74;
  white-space: nowrap;
  margin-left: auto;
  display: flex;
  gap: 4px;
  align-items: center;
}
.agent-status:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}
.agent-message {
  font-size: 10px;
  line-height: 1.7;
  color: #d2d4cb;
  margin-top: 11px;
  max-width: 270px;
}
.card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 9px;
}
.card-bottom > span {
  font-size: 8px;
  color: #9fa598;
}
.reply-button {
  border: 1px solid #ffffff1a;
  background: #ffffff05;
  color: #d7dacd;
  font-size: 8px;
  padding: 6px 8px;
  min-height: 28px;
  border-radius: 5px;
}
.reply-button > span {
  margin-right: 3px;
}
.demo-composer {
  border-top: 1px solid #ffffff0c;
  padding-top: 12px;
  margin-top: 13px;
}
.demo-composer label {
  display: block;
  font-size: 9px;
  color: #cdcfc5;
  margin-bottom: 9px;
  padding-left: 2px;
}
.demo-composer label > span {
  color: #a3aa9b;
}
.composer-field {
  display: flex;
  gap: 7px;
  padding: 6px 6px 6px 10px;
  border: 1px solid #ffffff13;
  border-radius: 8px;
  background: #00000012;
}
.composer-field input {
  min-width: 0;
  flex: 1;
  color: #f2f0e9;
  background: transparent;
  border: 0;
  font-size: 10px;
  min-height: 26px;
  border-radius: 3px;
}
.composer-field input::placeholder {
  color: #989f91;
}
.composer-field button {
  flex: 0 0 27px;
  height: 27px;
  border: 1px solid #dfb67878;
  background: #e7b66e;
  color: #303128;
  border-radius: 6px;
  font-size: 17px;
  line-height: 1;
}
.composer-field button:disabled {
  opacity: 0.4;
}
.demo-feedback {
  font-size: 8px;
  color: #a5b59b;
  min-height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  padding: 7px 0;
}
.demo-lantern {
  width: 59px;
  height: 63px;
  display: grid;
  place-items: center;
  position: absolute;
  right: -24px;
  top: 111px;
  border: 1px solid #ffffff66;
  box-shadow:
    0 6px 20px #685d4130,
    0 0 20px #dba65720,
    inset 0 1px 1px #ffffff30;
  background: linear-gradient(150deg, #57584acc, #393d33dd);
  border-radius: 22px;
  transition: transform 180ms var(--ease);
}
.demo-lantern img {
  filter: drop-shadow(0 0 5px #efa95040);
}
.demo-lantern > span {
  position: absolute;
  right: -3px;
  top: -4px;
  border: 2px solid #eeeae1;
  background: #e5a853;
  color: #453a26;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 600;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
}
.demo-scene-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 8px;
  color: #6e6557;
  gap: 10px;
}
.demo-scene-footer > span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.demo-scene-footer button {
  border: 0;
  background: transparent;
  font-size: 9px;
  color: #726959;
  padding: 9px 0;
}
.demo-scene-footer button > span {
  margin-left: 5px;
  font-size: 12px;
}
.demo-agent-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 5px;
  border-bottom: 1px solid #ffffff09;
}
.demo-agent-row > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.demo-agent-row strong {
  font-size: 10px;
  font-weight: 500;
}
.demo-agent-row > div > span {
  font-size: 8px;
  color: #a9afa1;
}
.status-running {
  color: #aeb4a4;
}
.status-working {
  color: #91c898;
}
.demo-agents-note {
  font-size: 8px;
  line-height: 1.7;
  color: #a3aa9b;
  text-align: center;
  margin-top: 17px;
}
.demo-empty {
  min-height: 258px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.demo-empty > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff08;
  color: #adcb9a;
  font-size: 18px;
  margin-bottom: 18px;
}
.demo-empty h3 {
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.7px;
}
.demo-empty p {
  font-size: 10px;
  color: #b0b6a6;
  margin-top: 12px;
}
.demo-window[data-collapsed="true"] {
  visibility: hidden;
  pointer-events: none;
}
.demo-window[data-collapsed="true"] ~ .demo-lantern {
  transform: translateY(40px);
}
.details-section {
  padding-top: 100px;
  padding-bottom: 10px;
}
.details-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 48px;
}
.detail-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 23px 25px 29px;
  background: #fbf9f5;
}
.detail-art {
  height: 153px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  gap: 15px;
}
.detail-art > span {
  font-family: Georgia, serif;
  font-size: 13px;
  font-style: italic;
  color: #7c6f5c;
}
.local-art svg {
  width: 110px;
  height: 76px;
  fill: none;
  stroke: #a5957c;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.local-art svg rect:nth-of-type(2) {
  fill: #eae3d5;
  stroke: #ad9979;
}
.detail-card h3 {
  font-size: 14px;
  letter-spacing: -0.3px;
  font-weight: 550;
}
.detail-card p {
  font-size: 11px;
  line-height: 1.95;
  color: #756a5c;
  margin-top: 11px;
}
.shortcut-art > div {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 76px;
}
.shortcut-art kbd {
  display: grid;
  place-items: center;
  height: 43px;
  width: 41px;
  border: 1px solid #ded8cc;
  background: linear-gradient(#fffdf8, #f3efe6);
  box-shadow:
    0 3px 0 #e6e0d5,
    0 4px 6px #9d7e4710;
  border-radius: 7px;
  color: #a29784;
  font-family: inherit;
  font-size: 20px;
}
.shortcut-art .space-key {
  width: 76px;
  font-size: 10px;
}
.mini-screen {
  height: 76px;
  width: 122px;
  border: 1px solid #cfc6b5;
  border-radius: 7px;
  position: relative;
  padding: 19px 12px;
  background: linear-gradient(140deg, #f7f3ea, #eae3d5);
  box-shadow: 0 4px 12px #ac95630a;
}
.mini-line {
  height: 3px;
  background: #dad2c3;
  margin: 5px 0;
  width: 50px;
  border-radius: 4px;
}
.mini-line:nth-child(2) {
  width: 33px;
}
.mini-line:nth-child(3) {
  width: 41px;
}
.mini-pill {
  position: absolute;
  right: 4px;
  top: 19px;
  display: grid;
  place-items: center;
  border: 1px solid #eee8da;
  background: #706e60;
  border-radius: 11px;
  height: 35px;
  width: 27px;
  box-shadow: 0 2px 6px #524d3420;
}
.compatibility {
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  gap: 90px;
  border-bottom: 1px solid var(--line);
  padding: 54px 0 56px;
  margin-top: 16px;
}
.compatibility h3 {
  font-family: Georgia, serif;
  font-size: 29px;
  line-height: 1.18;
  letter-spacing: -0.9px;
  font-weight: 400;
  margin-top: 12px;
}
.compatibility > div > p {
  font-size: 12px;
  line-height: 1.9;
  color: #736e65;
}
.compatibility > div > p.compatibility-note {
  font-size: 10px;
  color: #756a5c;
  margin-top: 15px;
  line-height: 1.9;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  padding: 85px 0 90px;
}
.faq-section h2 {
  font-size: 39px;
  margin-top: 16px;
}
.faq-section > div > p:last-child:not(.eyebrow) {
  font-size: 12px;
  line-height: 1.95;
  color: var(--muted);
  margin-top: 22px;
}
.faq-section > div > p > a {
  text-decoration: none;
  color: #7a6245;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  padding: 21px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 19px;
  font-weight: 300;
  color: #918573;
  transition: transform 180ms var(--ease);
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details p {
  font-size: 12px;
  line-height: 1.9;
  color: #7a7267;
  padding-bottom: 22px;
  padding-right: 25px;
}
.closing-section {
  text-align: center;
  padding: 55px 24px 65px;
  position: relative;
  isolation: isolate;
  border: 1px solid #e8dfcc;
  border-radius: 15px;
  background: #f3eee2;
  overflow: hidden;
  margin-bottom: 64px;
}
.closing-glow {
  position: absolute;
  left: 50%;
  top: -250px;
  width: 620px;
  height: 620px;
  transform: translateX(-50%);
  background: radial-gradient(circle, #f8d99145, transparent 65%);
  z-index: -1;
}
.closing-section > img {
  margin-inline: auto;
  width: 84px;
  height: 84px;
  transform: rotate(-8deg);
  filter: drop-shadow(0 9px 12px #be843d20);
}
.closing-section .eyebrow {
  font-size: 9px;
  margin-top: 19px;
}
.closing-section h2 {
  font-size: 46px;
  line-height: 1.14;
  margin-top: 16px;
}
.closing-section > p:not(.eyebrow) {
  font-size: 12px;
  line-height: 1.85;
  color: #75654f;
  margin-top: 20px;
}
.closing-section .button {
  margin-top: 26px;
}
.closing-note {
  display: block;
  font-size: 9px;
  color: #75654f;
  margin-top: 15px;
  line-height: 1.6;
}
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0 33px;
  border-top: 1px solid var(--line);
  gap: 20px;
}
.site-footer .brand > span {
  font-size: 22px;
}
.site-footer > p {
  font-size: 10px;
  color: #74695a;
}
.site-footer > p > a {
  text-decoration: underline;
  color: #615b50;
}
.site-footer > a:last-child {
  font-size: 10px;
  text-decoration: none;
  color: #756c5e;
}
.site-footer > a:last-child > span {
  margin-left: 12px;
}
@keyframes mascot-arrive {
  from {
    opacity: 0;
    transform: translate(-50%, -47%) rotate(-6deg);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(-9deg);
  }
}
@media (hover: hover) and (pointer: fine) {
  .site-header nav a:hover,
  .text-link:hover,
  .header-link:hover,
  .site-footer a:hover {
    color: #ae692d;
  }
  .button-dark:hover {
    background: #4a493e;
  }
  .reply-button:hover {
    background: #ffffff14;
  }
  .demo-lantern:hover {
    transform: translateY(-2px);
  }
  .demo-window[data-collapsed="true"] ~ .demo-lantern:hover {
    transform: translateY(38px);
  }
  .faq-list summary:hover {
    color: #9a6633;
  }
  .composer-field button:not(:disabled):hover {
    background: #f4c784;
  }
}
@media (min-width: 1500px) {
  .hero {
    min-height: 740px;
  }
  .hero-art {
    height: 540px;
  }
  .hero-mascot {
    width: 335px;
    height: 335px;
  }
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    min-height: 600px;
    gap: 0;
    padding-block: 55px;
  }
  .hero h1 {
    font-size: 65px;
  }
  .hero-art {
    height: 440px;
  }
  .hero-mascot {
    width: 265px;
    height: 265px;
  }
  .floating-note {
    gap: 7px;
    padding: 10px;
  }
  .note-working {
    top: 45px;
    left: -4px;
  }
  .note-waiting {
    right: 2px;
    bottom: 55px;
  }
  .floating-note strong {
    font-size: 10px;
  }
  .floating-note > div > span {
    font-size: 9px;
  }
  .note-check {
    margin-left: 6px;
  }
  .art-caption {
    bottom: 8px;
    left: 5px;
    font-size: 13px;
  }
  .orbit-outer {
    height: 300px;
  }
  .orbit-inner {
    height: 220px;
  }
  .agent-logos {
    gap: 24px;
  }
  .agent-logos > span {
    font-size: 11px;
    gap: 7px;
  }
  .steps {
    gap: 28px;
  }
  .preview-layout {
    gap: 36px;
    grid-template-columns: 0.9fr 1.1fr;
  }
  .preview-copy h2 {
    font-size: 40px;
  }
  .demo-scene {
    padding-right: 26px;
  }
  .demo-lantern {
    right: -21px;
    width: 47px;
    height: 54px;
    border-radius: 18px;
  }
  .demo-lantern img {
    width: 37px;
    height: 37px;
  }
  .demo-scene-footer {
    right: 26px;
  }
  .details-grid {
    gap: 14px;
  }
  .detail-card {
    padding-inline: 20px;
  }
  .compatibility {
    gap: 55px;
  }
  .faq-section {
    gap: 55px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 82px;
  }
  .brand > span {
    font-size: 23px;
    gap: 7px;
  }
  .brand img {
    width: 31px;
    height: 31px;
  }
  .brand-by {
    font-size: 10px;
  }
  .site-header nav {
    gap: 16px;
    margin-left: 0;
  }
  .site-header nav a {
    font-size: 11px;
  }
  .site-header nav a:nth-child(2) {
    display: none;
  }
  .header-link {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 49px;
    padding-bottom: 35px;
    text-align: center;
    min-height: auto;
  }
  .hero .eyebrow {
    justify-content: center;
    font-size: 9px;
  }
  .hero h1 {
    font-size: 68px;
    line-height: 1.02;
    margin-top: 24px;
  }
  .hero-description {
    margin: 23px auto 0;
    font-size: 14px;
    max-width: 340px;
  }
  .hero-actions {
    justify-content: center;
    margin-top: 24px;
  }
  .availability {
    justify-content: center;
    font-size: 9px;
    margin-top: 18px;
  }
  .hero-art {
    height: 405px;
    width: min(450px, 100%);
    margin: 20px auto 0;
    overflow: clip;
  }
  .hero-mascot {
    width: 260px;
    height: 260px;
  }
  .hero-art:before {
    width: 390px;
    height: 390px;
    top: 0;
  }
  .note-working {
    left: 4px;
    top: 40px;
  }
  .note-waiting {
    right: 2px;
    bottom: 53px;
  }
  .floating-note {
    text-align: left;
  }
  .orbit-outer {
    width: 360px;
    height: 280px;
  }
  .orbit-inner {
    width: 270px;
    height: 215px;
  }
  .spark-one {
    right: 28px;
    top: 62px;
  }
  .spark-two {
    left: 24px;
    bottom: 99px;
  }
  .art-caption {
    left: 34px;
    bottom: 8px;
    font-size: 13px;
  }
  .art-caption svg {
    width: 52px;
    right: -62px;
    top: -25px;
  }
  .mascot-shadow {
    top: 81%;
  }
  .agent-strip {
    padding-top: 16px;
    padding-bottom: 29px;
  }
  .agent-logos {
    gap: 20px 26px;
    margin-top: 22px;
    max-width: 430px;
    margin-inline: auto;
  }
  .agent-logos > span {
    font-size: 11px;
  }
  .agent-logos img {
    width: 21px;
    height: 21px;
  }
  .agent-logos .and-more {
    font-size: 12px;
  }
  .how-section {
    padding-block: 69px 64px;
  }
  .section-intro h2 {
    font-size: 37px;
  }
  .section-intro > p:last-child:not(.eyebrow) {
    font-size: 12px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.5px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 25px;
    max-width: 440px;
    margin: 35px auto 0;
  }
  .steps article {
    position: relative;
    padding-left: 44px;
  }
  .step-top {
    border: 0;
    padding: 0;
  }
  .step-number {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 17px;
  }
  .step-top svg {
    display: none;
  }
  .steps h3 {
    margin-top: 0;
    font-size: 14px;
  }
  .steps article > p {
    margin-top: 8px;
    font-size: 12px;
  }
  .preview-section {
    padding-block: 57px;
  }
  .preview-layout {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .preview-copy {
    text-align: center;
  }
  .preview-copy .eyebrow {
    max-width: none;
  }
  .preview-copy h2 {
    font-size: 42px;
    margin-top: 19px;
  }
  .preview-copy > p:not(.eyebrow):not(.preview-disclaimer) {
    margin: 21px auto 0;
    font-size: 12px;
    max-width: 305px;
  }
  .preview-tip {
    justify-content: center;
    margin-top: 21px;
    font-size: 14px;
  }
  .preview-disclaimer {
    margin-top: 18px;
    font-size: 9px;
  }
  .demo-scene {
    width: min(425px, calc(100% - 15px));
    margin: auto;
    padding-right: 34px;
    padding-top: 15px;
    min-height: 480px;
  }
  .demo-window {
    padding: 14px 12px 0;
  }
  .demo-lantern {
    right: -15px;
    top: 110px;
  }
  .demo-scene-footer {
    right: 34px;
    font-size: 8px;
  }
  .demo-title-mark {
    font-size: 11px;
  }
  .demo-tabs button {
    font-size: 11px;
    padding-top: 7px;
  }
  .card-heading h3 {
    font-size: 11px;
  }
  .card-heading p {
    font-size: 9px;
  }
  .agent-message {
    font-size: 11px;
  }
  .agent-status {
    font-size: 9px;
  }
  .reply-button {
    font-size: 10px;
    padding: 7px 9px;
    min-height: 32px;
  }
  .demo-card {
    padding: 12px;
  }
  .card-bottom > span {
    font-size: 9px;
  }
  .demo-composer label {
    font-size: 10px;
  }
  .composer-field input {
    font-size: 12px;
    min-height: 32px;
  }
  .composer-field button {
    height: 32px;
    flex-basis: 32px;
  }
  .demo-feedback {
    font-size: 9px;
    min-height: 35px;
  }
  .demo-content {
    min-height: 254px;
  }
  .demo-agent-row {
    padding-block: 16px;
  }
  .demo-agent-row strong {
    font-size: 11px;
  }
  .demo-agent-row > div > span {
    font-size: 9px;
  }
  .demo-agents-note {
    font-size: 9px;
  }
  .details-section {
    padding-top: 67px;
  }
  .details-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 33px;
    max-width: 440px;
    margin-inline: auto;
  }
  .detail-card {
    padding: 22px 25px 25px;
  }
  .detail-art {
    height: 117px;
    gap: 8px;
    margin-bottom: 17px;
  }
  .detail-card h3 {
    font-size: 15px;
  }
  .detail-card p {
    font-size: 12px;
  }
  .compatibility {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 41px 0;
    margin-top: 6px;
    max-width: 440px;
    margin-inline: auto;
  }
  .compatibility h3 {
    font-size: 28px;
  }
  .compatibility > div > p {
    font-size: 12px;
  }
  .compatibility > div > p.compatibility-note {
    font-size: 11px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 53px;
    max-width: 440px;
  }
  .faq-section h2 {
    font-size: 36px;
  }
  .faq-section > div > p:last-child:not(.eyebrow) {
    margin-top: 15px;
    font-size: 12px;
  }
  .faq-list summary {
    font-size: 12px;
    padding-block: 19px;
  }
  .closing-section {
    padding: 38px 18px 43px;
    margin-bottom: 39px;
  }
  .closing-section h2 {
    font-size: 37px;
  }
  .closing-section > p:not(.eyebrow) {
    font-size: 11px;
  }
  .closing-section .eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
  }
  .closing-note {
    font-size: 8px;
    max-width: 225px;
    margin-inline: auto;
  }
  .site-footer {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 25px;
  }
  .site-footer > p {
    order: 3;
    width: 100%;
    font-size: 9px;
  }
  .site-footer > a:last-child {
    font-size: 10px;
  }
  .site-footer .brand > span {
    font-size: 21px;
  }
}
@media (max-width: 360px) {
  .hero h1 {
    font-size: 60px;
  }
  .brand-by {
    display: none;
  }
  .hero-art {
    height: 365px;
  }
  .hero-mascot {
    width: 235px;
    height: 235px;
  }
  .floating-note {
    padding: 8px;
    gap: 5px;
  }
  .floating-note .agent-icon {
    width: 29px;
    height: 29px;
  }
  .note-waiting {
    right: -3px;
    bottom: 43px;
  }
  .note-working {
    left: 0;
    top: 27px;
  }
  .floating-note > div > span {
    font-size: 8px;
  }
  .floating-note strong {
    font-size: 9px;
  }
  .art-caption {
    left: 10px;
  }
  .hero-description {
    font-size: 13px;
  }
  .section-intro h2 {
    font-size: 33px;
  }
  .preview-copy h2 {
    font-size: 38px;
  }
  .card-heading {
    gap: 6px;
  }
  .card-heading h3 {
    font-size: 10px;
  }
  .agent-status {
    font-size: 8px;
  }
  .demo-card {
    padding: 10px;
  }
  .demo-scene {
    width: calc(100% - 8px);
    padding-right: 28px;
  }
  .demo-scene-footer {
    right: 28px;
  }
  .desktop-break {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .button:active {
    transform: none;
  }
}
