:root {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #302d29;
  background: #f9f7f2;
  font-synthesis: none;
  --accent: #786046;
  --line: #e3ddd2;
  --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;
}
body.theme-violet {
  --accent: #6c5689;
}
body.theme-teal {
  --accent: #346b62;
}
body.theme-gold {
  --accent: #87591f;
}
button,
input {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
img {
  display: block;
  max-width: 100%;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
h2 {
  font-size: clamp(34px, 3.8vw, 49px);
  line-height: 1.12;
}
h3 {
  font-size: 18px;
  font-weight: 550;
  letter-spacing: -0.025em;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px;
}
.wrap {
  width: min(1120px, calc(100% - 80px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10;
  padding: 12px 18px;
  border-radius: 8px;
  background: #172322;
  color: white;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  height: 96px;
  border-bottom: 1px solid #fff7e92b;
  color: #fffaf3;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.brand > img {
  border-radius: 7px;
}
.brand > span {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.9px;
}
.brand small {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.site-header nav a,
.header-link {
  color: #fff6e9;
  font-size: 12px;
  text-decoration: none;
  text-shadow: 0 1px 8px #141a1680;
}
.site-header nav a {
  padding-block: 12px;
}
.header-link {
  display: flex;
  align-items: center;
  gap: 13px;
  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: #25392f;
  color: #fffaf3;
}
.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hero-poster,
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    #1019128c 0%,
    #10191226 27%,
    #10191266 45%,
    #101912b3 76%,
    #10191299 100%
  );
}
.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: max(790px, 100svh);
  padding-block: 220px 130px;
  text-align: center;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
}
.eyebrow {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  line-height: 1.6;
  color: var(--accent);
}
.hero-content .eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff2db;
  text-shadow: 0 1px 12px #17211d;
}
.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffcf7f;
  box-shadow: 0 0 0 4px #ffcf7f20;
  flex-shrink: 0;
}
.hero-content h1 {
  margin-top: 23px;
  font-size: clamp(48px, 5.7vw, 81px);
  line-height: 1.075;
  text-shadow: 0 3px 20px #111b1833;
}
.hero-content h1 em {
  color: #ffe3b1;
  font-weight: 400;
}
.hero-description {
  max-width: 550px;
  margin-top: 28px;
  font-size: 16px;
  line-height: 1.8;
  color: #fff5e7;
  text-wrap: pretty;
  text-shadow: 0 2px 12px #17211d;
}
.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 31px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 56px;
  padding: 15px 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 550;
  transition:
    transform 180ms var(--ease),
    box-shadow 180ms ease;
}
.button-light {
  color: #2a3028;
  background: #fffaf3;
  box-shadow: 0 5px 20px #10191226;
}
.button-dark {
  color: #fffaf3;
  background: #302f29;
}
.button span {
  font-size: 17px;
  line-height: 1;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
.hero-note {
  max-width: 510px;
  margin-top: 22px;
  color: #f5e7d2;
  font-size: 11px;
  line-height: 1.7;
  text-wrap: balance;
}
.hero-scroll {
  position: absolute;
  left: calc(50% - 20px);
  bottom: 26px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  font-size: 20px;
  border: 1px solid #fff7e947;
  border-radius: 50%;
  text-decoration: none;
}
.hero-video-toggle {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 26px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  padding: 9px 12px;
  border: 1px solid #fff7e94d;
  border-radius: 7px;
  background: #17211dcc;
  color: #fff8ed;
  font-size: 10px;
  line-height: 1.4;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
/* The same copy-left, product-right composition as Lantern. */
.hero-garden-split .hero-backdrop::after {
  background:
    linear-gradient(180deg, #1019128c, #10191200 28%, #10191200 72%, #10191266),
    linear-gradient(90deg, #101912bf, #1019129c 30%, #10191240 60%, #1019120d);
}
.hero-split {
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  align-items: center;
  gap: 64px;
  min-height: max(790px, 100svh);
  padding-block: 160px 110px;
  text-align: left;
}
.hero-split .hero-copy {
  display: block;
}
.hero-split .eyebrow,
.hero-split .hero-actions {
  justify-content: flex-start;
}
.hero-split h1 {
  font-size: clamp(48px, 4.8vw, 68px);
  line-height: 1.07;
  letter-spacing: -0.055em;
  text-wrap: initial;
}
.hero-split .hero-description {
  max-width: 420px;
}
.hero-split .hero-actions {
  gap: 24px;
}
.hero-split .hero-note {
  text-wrap: pretty;
}
.hero-art {
  position: relative;
  min-width: 0;
  width: 100%;
  max-width: 490px;
  justify-self: center;
  padding-bottom: 70px;
  isolation: isolate;
}
.hero-wordmark {
  width: 92%;
  height: auto;
  margin: 0 auto 30px;
  filter: drop-shadow(0 5px 16px #0b171ba6);
  animation: product-arrive 600ms var(--ease) both;
}
.hero-art-harness .hero-wordmark {
  width: 100%;
  margin-bottom: 18px;
}
.hero-art-bus .hero-mascot {
  position: relative;
  width: min(64%, 280px);
  height: auto;
  margin: -56px auto 6px;
  filter: drop-shadow(0 14px 25px #0b171b59);
  animation: product-arrive 600ms var(--ease) both;
}
.hero-preview-card {
  overflow: hidden;
  border: 1px solid #fff7e947;
  border-radius: 16px;
  background: #13201fe8;
  color: #fffaf3;
  box-shadow:
    0 24px 70px #0616193d,
    inset 0 1px 0 #ffffff0d;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  animation: product-arrive 600ms 80ms var(--ease) both;
}
.preview-titlebar {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px 20px;
  border-bottom: 1px solid #fff7e91f;
  color: #e1e2d9;
  font-size: 10px;
}
.preview-titlebar .window-dots {
  gap: 5px;
}
.preview-titlebar .window-dots i {
  width: 7px;
  height: 7px;
}
.preview-label {
  margin-left: auto;
  color: #d0d6ce;
  font-size: 9px;
}
.coding-preview,
.handoff-preview {
  padding: 25px;
}
.preview-prompt {
  display: flex;
  gap: 12px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
.preview-prompt > span {
  color: #ffcb82;
  font-size: 20px;
  line-height: 1;
}
.preview-response {
  display: flex;
  gap: 12px;
  margin-top: 21px;
  color: #e0e4dc;
  font-size: 12px;
  line-height: 1.75;
}
.preview-spark {
  color: #ffcb82;
  font-size: 19px;
  line-height: 1.3;
}
.preview-steps {
  display: grid;
  gap: 14px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}
.preview-steps li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #e0e4dc;
  font-size: 11px;
}
.preview-check {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #bedcaf3b;
  border-radius: 50%;
  color: #c1e3b6;
  font-size: 10px;
}
.preview-steps code {
  margin-left: auto;
  color: #c1cdbf;
  font-size: 9px;
}
.preview-result {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 17px;
  border-top: 1px solid #fff7e91f;
  color: #d2e7c8;
  font-size: 11px;
}
.preview-caption {
  margin-top: 16px;
  color: #fff5e7;
  text-align: center;
  text-shadow: 0 1px 10px #101912;
  font-size: 10px;
  line-height: 1.6;
}
.hero-floating-note {
  position: absolute;
  right: -16px;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 100%;
  padding: 15px 19px;
  border: 1px solid #fff7e959;
  border-radius: 13px;
  color: #fffaf3;
  background: #182524e8;
  box-shadow: 0 16px 38px #081b242e;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transform: rotate(3deg);
  animation: note-arrive 600ms 160ms var(--ease) both;
}
.floating-note-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: #d7e7c614;
  color: #d2e7c8;
  font-size: 17px;
}
.hero-floating-note strong,
.hero-floating-note div > span {
  display: block;
  font-size: 11px;
  line-height: 1.5;
}
.hero-floating-note strong {
  font-weight: 550;
}
.hero-floating-note div > span {
  margin-top: 3px;
  color: #e0e4dc;
  font-size: 10px;
}
.handoff-agent {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px;
  border: 1px solid #fff7e926;
  border-radius: 11px;
  background: #fff7e906;
}
.handoff-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #fffaf3;
}
.handoff-agent strong,
.handoff-path strong {
  display: block;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.6;
}
.handoff-agent div > span,
.handoff-path div > span {
  display: block;
  margin-top: 2px;
  color: #d6ded3;
  font-size: 10px;
  line-height: 1.6;
}
.handoff-tag {
  margin-left: auto;
  padding: 4px 8px;
  border: 1px solid #fff7e926;
  border-radius: 5px;
  color: #d6ded3;
  font-size: 9px;
}
.handoff-path {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 23px 28px;
}
.handoff-path > span {
  color: #ffcb82;
  font-size: 24px;
}
.handoff-path strong {
  color: #ffdfa5;
  font-size: 11px;
}
.handoff-path div > span {
  font-size: 9px;
}
.handoff-destination {
  border-color: #bedcaf40;
  background: #bedcaf0a;
}
.handoff-destination > .preview-check {
  margin-left: auto;
}
.handoff-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 23px;
  color: #d6ded3;
  font-size: 10px;
}
.bus-message {
  align-items: flex-start;
}
.bus-message .handoff-icon {
  margin-top: 2px;
}
.bus-agent-name {
  display: inline-block;
  margin-left: 5px;
  color: #d6ded3;
  font-size: 9px;
  font-weight: 400;
}
.bus-message div > span {
  margin-top: 5px;
  font-size: 12px;
}
.bus-result {
  margin-top: 24px;
}
.local-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #bedcaf;
}
@keyframes product-arrive {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes note-arrive {
  from {
    opacity: 0;
    transform: translateY(10px) rotate(3deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(3deg);
  }
}
.features-section {
  padding-block: 98px 104px;
}
.section-heading {
  margin-bottom: 54px;
  text-align: center;
}
.section-heading h2 {
  margin-top: 16px;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
}
.features-grid article {
  border-top: 1px solid var(--line);
  padding-top: 26px;
}
.feature-number {
  display: inline-block;
  margin-bottom: 25px;
  color: var(--accent);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}
.features-grid h3 {
  margin-bottom: 13px;
}
.features-grid p,
.section-description {
  color: #665f53;
  font-size: 14px;
  line-height: 1.85;
  text-wrap: pretty;
}
.example-section {
  padding-block: 87px;
  border-block: 1px solid var(--line);
  background: #f0ece3;
}
.example-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 85px;
  align-items: center;
}
.example-layout h2 {
  margin-top: 18px;
}
.section-description {
  margin-top: 24px;
}
.example-layout .text-link {
  margin-top: 27px;
  color: var(--accent);
}
.terminal {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #536053;
  border-radius: 16px;
  background: #202d27;
  color: #e7eddc;
  box-shadow: 0 22px 55px #2831261a;
}
.terminal figcaption {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 21px;
  border-bottom: 1px solid #ffffff1a;
  color: #d1d9ca;
  font-size: 10px;
}
.window-dots {
  display: inline-flex;
  gap: 5px;
}
.window-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #758274;
}
pre {
  margin: 0;
  overflow-x: auto;
  tab-size: 2;
}
code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}
.terminal pre {
  padding: 31px 24px;
  font-size: 11px;
  line-height: 2.25;
}
.terminal-caption {
  border-top: 1px solid #ffffff14;
  padding: 14px 21px;
  color: #b8c2b0;
  font-size: 10px;
}
.start-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
  padding-block: 105px;
  border-bottom: 1px solid var(--line);
}
.start-section h2 {
  margin-top: 18px;
}
.start-section .button {
  margin-top: 27px;
}
.install-box {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #ded6c7;
  border-radius: 13px;
  background: #fffcf6;
}
.install-heading {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 19px;
  border-bottom: 1px solid #eae2d5;
  font-size: 11px;
  color: #6c614f;
}
.install-heading button {
  padding: 7px 9px;
  min-height: 31px;
  border: 1px solid #d9d0c0;
  border-radius: 5px;
  color: #625442;
  background: transparent;
  font-size: 10px;
}
.install-box pre {
  padding: 24px 20px;
  font-size: 11px;
  line-height: 2;
}
.install-note {
  margin-top: 18px;
  font-size: 11px;
  line-height: 1.8;
  color: #746958;
}
.start-section .text-link {
  margin-top: 18px;
  color: var(--accent);
}
.copy-status {
  min-height: 17px;
  margin-top: 10px;
  color: #665f53;
  font-size: 11px;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 85px;
  padding-block: 94px;
}
.faq-section h2 {
  max-width: 290px;
  margin-top: 16px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 23px;
  cursor: pointer;
  list-style: none;
  font-size: 13px;
  line-height: 1.6;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  color: var(--accent);
  font-size: 20px;
  line-height: 1;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details > p {
  max-width: 470px;
  padding: 0 20px 25px 0;
  color: #665f53;
  font-size: 13px;
  line-height: 1.85;
}
.family-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 45px 42px;
  border: 1px solid #e4d9c3;
  border-radius: 16px;
  background: #f1e8d5;
  margin-bottom: 70px;
}
.family-section h2 {
  margin-top: 13px;
  font-size: 34px;
}
.family-section p:not(.eyebrow) {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.7;
  color: #70614d;
}
.family-section nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: min(330px, 40%);
  flex-shrink: 0;
}
.family-section nav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 17px;
  padding: 12px 15px;
  border: 1px solid #d9ccb4;
  border-radius: 8px;
  font-size: 12px;
  text-decoration: none;
}
.family-section nav a[aria-current] {
  background: #fffaf2;
}
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-block: 28px 35px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  color: #756b5d;
}
.site-footer > a {
  font-size: 17px;
  color: #302d29;
  font-weight: 600;
  letter-spacing: -0.6px;
  text-decoration: none;
}
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-footer nav a {
  text-decoration: none;
}
.preview-index {
  padding-block: 100px;
}
.preview-index h1 {
  margin-block: 24px 40px;
  font-size: clamp(44px, 7vw, 80px);
}
.preview-index nav {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px #17211d26;
  }
  .site-header nav a:hover,
  .header-link:hover,
  .hero-actions .text-link:hover {
    color: #ffe3b1;
  }
  .family-section nav a:hover {
    background: #fffaf2;
  }
  .site-footer nav a:hover,
  .faq-list summary:hover {
    color: var(--accent);
  }
}
.button:active {
  transform: scale(0.97);
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 56px);
  }
  .site-header {
    gap: 20px;
  }
  .site-header nav {
    gap: 20px;
  }
  .header-link {
    display: none;
  }
  .hero-split {
    gap: 32px;
  }
  .hero-split h1 {
    font-size: clamp(42px, 5.3vw, 53px);
  }
  .hero-split .hero-description {
    font-size: 14px;
  }
  .coding-preview,
  .handoff-preview {
    padding: 20px;
  }
  .hero-floating-note {
    right: 0;
  }
  .handoff-path {
    gap: 16px;
    padding: 20px 15px;
  }
  .features-grid {
    gap: 28px;
  }
  .example-layout,
  .start-section,
  .faq-section {
    gap: 40px;
  }
  .family-section {
    padding: 35px;
  }
  .family-section h2 {
    font-size: 30px;
  }
}
@media (max-width: 820px) {
  .hero-split {
    grid-template-columns: 1fr;
    gap: 48px;
    min-height: 100svh;
    padding-block: 135px 100px;
  }
  .hero-split .hero-copy {
    width: 100%;
    max-width: 550px;
    justify-self: center;
  }
  .hero-split h1 {
    font-size: clamp(43px, 8vw, 62px);
  }
  .hero-split .hero-description {
    max-width: 440px;
  }
  .hero-split .hero-actions {
    flex-direction: row;
    gap: 20px;
  }
  .hero-split .hero-art {
    width: min(100%, 460px);
  }
  .hero-art-bus .hero-mascot {
    margin-top: -16px;
  }
  .hero-garden-split .hero-backdrop::after {
    background: linear-gradient(
      180deg,
      #101912b3,
      #10191299 32%,
      #10191240 70%,
      #10191266
    );
  }
}
@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 78px;
    gap: 16px;
  }
  .brand > span {
    gap: 6px;
    font-size: 21px;
  }
  .brand small {
    font-size: 9px;
  }
  .brand img {
    width: 25px;
    height: 25px;
  }
  .site-header nav {
    gap: 15px;
  }
  .site-header nav a {
    font-size: 11px;
  }
  .site-header nav a:first-child {
    display: none;
  }
  .hero-content {
    min-height: max(740px, 100svh);
    padding-block: 155px 130px;
  }
  .hero-split {
    min-height: 100svh;
    padding-block: 120px 100px;
  }
  .hero-content h1 {
    font-size: clamp(43px, 8.5vw, 60px);
    line-height: 1.08;
    letter-spacing: -0.045em;
  }
  .hero-content .eyebrow {
    font-size: 8px;
    letter-spacing: 1.1px;
  }
  .hero-description {
    max-width: 450px;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 25px;
  }
  .hero-actions {
    flex-direction: column;
    gap: 24px;
    margin-top: 29px;
  }
  .hero-note {
    font-size: 10px;
    max-width: 290px;
    line-height: 1.8;
  }
  .hero-split .hero-note {
    max-width: 100%;
  }
  .hero-split .hero-actions {
    align-items: flex-start;
    gap: 20px;
  }
  .hero-split .hero-actions .text-link {
    min-height: 56px;
  }
  .hero-wordmark {
    margin-bottom: 24px;
  }
  .preview-titlebar {
    padding: 15px;
    gap: 10px;
    font-size: 9px;
  }
  .hero-floating-note {
    padding: 13px 16px;
  }
  .handoff-agent {
    gap: 10px;
    padding: 12px;
  }
  .hero-video-toggle {
    right: 16px;
    bottom: 20px;
    font-size: 9px;
  }
  .hero-scroll {
    left: 20px;
    bottom: 18px;
  }
  .hero-backdrop::after {
    background: linear-gradient(
      180deg,
      #10191299,
      #10191266 28%,
      #101912b3 65%,
      #10191280
    );
  }
  .features-section {
    padding-block: 62px 65px;
  }
  .section-heading {
    margin-bottom: 37px;
  }
  .features-grid {
    grid-template-columns: 1fr;
    gap: 29px;
  }
  .features-grid article {
    padding-top: 20px;
  }
  .feature-number {
    margin-bottom: 16px;
  }
  .features-grid h3 {
    margin-bottom: 10px;
  }
  .example-section {
    padding-block: 62px;
  }
  .example-layout,
  .start-section,
  .faq-section {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .section-description {
    margin-top: 20px;
    font-size: 13px;
  }
  .terminal pre {
    padding: 25px 17px;
    font-size: 10px;
    line-height: 2;
  }
  .terminal figcaption {
    gap: 12px;
    padding-inline: 17px;
    font-size: 9px;
  }
  .terminal-caption {
    padding-inline: 17px;
    font-size: 9px;
  }
  .start-section {
    padding-block: 65px;
  }
  .start-section > div {
    min-width: 0;
  }
  .faq-section {
    padding-block: 62px;
  }
  .faq-section h2 {
    max-width: none;
  }
  .family-section {
    flex-direction: column;
    align-items: flex-start;
    padding: 29px 24px;
    gap: 27px;
    margin-bottom: 47px;
  }
  .family-section nav {
    width: 100%;
    gap: 10px;
  }
  .site-footer {
    flex-wrap: wrap;
    gap: 20px;
    padding-block: 25px;
  }
  .site-footer > span {
    font-size: 10px;
  }
  .site-footer nav {
    flex-basis: 100%;
    gap: 25px;
  }
}
@media (max-width: 370px) {
  .brand small {
    display: none;
  }
  .hero-content h1 {
    font-size: 39px;
  }
  .hero-content .eyebrow {
    font-size: 7px;
  }
  .coding-preview,
  .handoff-preview {
    padding: 16px;
  }
  .handoff-tag {
    padding: 4px;
    font-size: 8px;
  }
  .handoff-agent {
    gap: 8px;
    padding: 10px;
  }
  .handoff-icon {
    width: 33px;
    height: 33px;
  }
  .handoff-path {
    gap: 14px;
    padding-inline: 10px;
  }
  .install-heading {
    padding-inline: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .button:hover,
  .button:active {
    transform: none;
  }
}
