﻿.site-body {
  margin: 0;  
  background: var(--bgPage);
  color: var(--ink);
  font-family: var(--font-ui);
}

.site-body--landing {
  background: radial-gradient(circle at 78% 12%, var(--bgLandingGlow) 0, var(--bgShell) 46%, var(--bgLandingEnd) 100%);
}

.site-header {
  max-width: 1080px;
  margin: 0 auto;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-header .brand {
  min-width: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-nav-link {
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 7px;
}

.site-nav-link:hover {
  color: var(--ink);
  background: var(--bgGlass);
}

.site-nav-link.is-active {
  color: var(--ink);
  background: var(--bgCard);
  box-shadow: 0 1px 0 var(--line);
}

.site-nav-link--account {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  max-width: 180px;
  min-width: 0;
}

.site-nav-user-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 34px;
  padding: 0 14px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
}

.site-nav-btn--ghost {
  color: var(--ink);
  border-color: var(--line);
  background: var(--bgGlassNav);
}

.site-nav-btn--primary {
  color: var(--onAccent);
  background: var(--accent);
  border-color: var(--accentDark);
}

.site-nav-btn--primary:hover {
  background: var(--accentDark);
}

.site-main {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 18px 48px;
}

.site-main--landing {
  padding-bottom: 0;
}

.site-main--app {
  padding-bottom: 24px;
}

.home-hero {
  padding: 56px 0 36px;
  max-width: 680px;
}

.home-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: center;
  padding: 40px 0 32px;
}

.home-hero-copy {
  min-width: 0;
}

.home-hero-points {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home-hero-points li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--textProse);
}

.home-hero-points .material-symbols-rounded {
  font-size: 18px;
  color: var(--accent);
  flex: 0 0 auto;
  margin-top: 1px;
}

.home-preview {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--bgPanel);
  box-shadow: 0 22px 48px var(--shadowLg);
  overflow: hidden;
  min-width: 0;
}

.home-preview-chrome {
  height: 36px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, var(--bgGradientPageStart) 0%, var(--bgGradientPageEnd) 100%);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
}

.home-preview-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bgSkeleton);
}

.home-preview-dot:first-child {
  background: var(--demoRed);
}

.home-preview-dot:nth-child(2) {
  background: var(--demoYellow);
}

.home-preview-dot:nth-child(3) {
  background: var(--demoGreen);
}

.home-preview-label {
  margin-left: 6px;
  font-family: var(--font-data);
  font-size: 11px;
  color: var(--muted);
}

.home-preview-body {
  padding: 14px 12px 16px;
  max-height: 420px;
  overflow: hidden;
}

.home-preview-body .report-card-user {
  white-space: normal!important;
}

.home-preview-body .report-entry {
  margin-bottom: 0;
}

.home-preview-body .report-entry:not(:last-child)::after {
  display: none;
}

.home-preview-body .msg-assistant h3 {
  margin-top: 0;
  font-size: 1em;
}

.home-preview-body .msg-assistant table {
  min-width: 0;
  font-size: 0.82em;
}

.home-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 36px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--bgGlassMedium);
}

.home-metric {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 4px 8px;
}

.home-metric-value {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.home-metric-label {
  font-size: 12px;
  line-height: 1.35;
  color: var(--muted);
}

.home-section {
  padding: 36px 0;
}

.home-section--alt {
  margin-inline: -18px;
  padding-inline: 18px;
  background: var(--bgGlassLight);
  border-block: 1px solid var(--borderLanding);
}

.home-section-head {
  max-width: 640px;
  margin-bottom: 22px;
}

.home-section-title {
  margin: 0 0 8px;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.home-section-lead {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--muted);
}

.home-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.home-step {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--bgGlassStrong);
  padding: 16px 16px 16px 54px;
  position: relative;
}

.home-step-num {
  position: absolute;
  left: 16px;
  top: 16px;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--accentSoft);
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-step h3 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
}

.home-step p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--muted);
}

.home-examples {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-example {
  display: block;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bgCard);
  color: var(--textCardAlt);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  transition: border-color 0.15s ease, background-color 0.15s ease, transform 0.15s ease;
}

.home-example:hover {
  border-color: var(--borderFocusAlt);
  background: var(--bgGradientPageStart);
  transform: translateY(-1px);
}

.home-grid--wide {
  margin-top: 0;
}

.home-trust {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.home-trust-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bgCard);
}

.home-trust-item .material-symbols-rounded {
  font-size: 22px;
  color: var(--accent);
  flex: 0 0 auto;
}

.home-trust-item h3 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
}

.home-trust-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--muted);
}

.home-trust-item code {
  font-family: var(--font-data);
  font-size: 0.92em;
  background: var(--bgCode);
  border-radius: 4px;
  padding: 1px 4px;
}

.home-faq {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home-faq-item {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bgGlassStrong);
  padding: 14px 16px;
}

.home-faq-item dt {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
}

.home-faq-item dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--muted);
}

.home-faq-item a {
  color: var(--textLink);
  text-decoration: none;
}

.home-cta-band {
  margin-top: 12px;
  padding: 28px 22px;
  border: 1px solid var(--borderStrong);
  border-radius: 14px;
  background: linear-gradient(135deg, var(--bgAccentTint) 0%, var(--accentGradientSoftEnd) 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.home-cta-copy h2 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.home-cta-copy p {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.45;
}

.site-nav-btn--large {
  height: 42px;
  padding: 0 20px;
  font-size: 15px;
}

.site-footer {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 18px 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;  
}

.site-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.site-footer-nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
}

.site-footer-nav a:hover {
  color: var(--ink);
}

.site-footer-note {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--textFaint);
  max-width: 52ch;
}

.home-eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--textFeature);
}

.home-title {
  margin: 0 0 14px;
  font-size: clamp(32px, 5vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: var(--ink);
}

.home-lead {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.5;
  color: var(--muted);
  max-width: 54ch;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.home-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--bgGlassStrong);
  padding: 18px 16px;
}

.home-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--accentSoft);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.home-card h2 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
}

.home-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--muted);
}


/* Landing demo (report preview) */
.message-label {
  font-size: 12px;
  color: var(--textSubtle);
  margin: 10px 0 5px;
  letter-spacing: 0.01em;
  font-weight: 600;
}

.msg {
  width: fit-content;
  max-width: min(78%, 760px);
  border-radius: 10px;
  line-height: 1.4;
  font-size: 15px;
  white-space: pre-wrap;
  word-break: break-word;
  padding: 10px 12px;
  margin-bottom: 8px;
}

.msg-user {
  margin-left: auto;
  background: linear-gradient(130deg, var(--accentGradientStart) 0%, var(--accentGradientEnd) 100%);
  color: var(--onAccent);
  box-shadow: 0 8px 22px var(--accentShadow);
}

.msg-assistant {
  max-width: min(92%, 980px);
  width: min(92%, 980px);
  background: transparent;
  color: var(--textBody);
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  white-space: normal;
  overflow-wrap: anywhere;
}

.msg-assistant > :first-child {
  margin-top: 0;
}

.msg-assistant > :last-child {
  margin-bottom: 0;
}

.msg-assistant h1,
.msg-assistant h2,
.msg-assistant h3,
.msg-assistant h4 {
  margin: 25px 0 10px;
  color: var(--textHeading);
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.msg-assistant h1 { font-size: 1.2em; }
.msg-assistant h2 { font-size: 1.12em; }
.msg-assistant h3 { font-size: 1.06em; }
.msg-assistant h4 { font-size: 1em; }

.msg-assistant p {
  margin: 0 0 6px;
  line-height: 1.4;
}

.msg-assistant p:last-child {
  margin-bottom: 0;
}

.msg-assistant ul,
.msg-assistant ol {
  margin: 6px 0 8px 20px;
  padding: 0;
}

.msg-assistant li {
  margin-bottom: 10px;
}

.msg-assistant li p {
  margin: 0;
}

.msg-assistant li > ul,
.msg-assistant li > ol {
  margin-top: 4px;
  margin-bottom: 0;
}

.msg-assistant a {
  color: var(--textLink);
  text-decoration: none;
  border-bottom: 1px dashed var(--accentLinkBorder);
}

.msg-assistant a:hover {
  border-bottom-color: var(--accentLinkBorderHover);
}

.msg-assistant strong {
  font-weight: 700;
  color: var(--textStrong);
}

.msg-assistant em {
  color: var(--textEm);
}

.msg-assistant code {
  font-family: var(--font-data);
  background: var(--bgCodeInline);
  border-radius: 4px;
  padding: 2px 5px;
  font-size: 0.92em;
}

.msg-assistant pre {
  font-family: var(--font-data);
  background: var(--bgCodeBlock);
  border: 1px solid var(--borderCode);
  border-radius: 8px;
  padding: 8px 10px;
  overflow: auto;
  margin: 6px 0;
}

.msg-assistant pre code {
  background: transparent;
  padding: 0;
  border-radius: 0;
}

.msg-assistant blockquote {
  margin: 6px 0;
  padding: 6px 10px;
  border-left: 3px solid var(--borderQuote);
  color: var(--textQuote);
  background: var(--bgQuote);
  border-radius: 0 6px 6px 0;
}

.msg-assistant hr {
  border: 0;
  border-top: 1px solid var(--borderLight);
  margin: 10px 0;
  display: none;
}

.msg-assistant table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  font-size: 0.9em;
  margin-bottom: 20px;
  margin-top: 20px;  
  table-layout: fixed;
  font-family: var(--font-data);
}

.msg-assistant th,
.msg-assistant td {
  border: 1px solid var(--borderCode);
  padding: 6px 8px;
  text-align: left;
  vertical-align: top;
  white-space: normal;
  word-break: break-word;
}

.msg-assistant th {
  background: var(--bgTableHead);
  color: var(--textTableHead);
  font-weight: 700;
}

.msg-assistant tbody tr:nth-child(even) {
  background: var(--bgGlassLight);
}

.msg-assistant td:nth-child(n+2),
.msg-assistant th:nth-child(n+2) {
  text-align: right;
}

.msg-assistant td:first-child,
.msg-assistant th:first-child {
  text-align: left;
}

.msg-assistant h2 + .md-table-wrap,
.msg-assistant h3 + .md-table-wrap {
  margin-top: 6px;
}

.msg-assistant-thinking {
  opacity: 0.85;
  width: fit-content;
  max-width: 260px;
  padding: 8px 12px;
  border-radius: 10px;
  background: var(--borderSubtle);
  border: 1px solid var(--borderMuted);
}

.thinking-dots {
  display: inline-flex;
  margin-left: 2px;
  min-width: 16px;
  letter-spacing: 1px;
}

.thinking-text {
  margin-left: 0;
}

.thinking-dots span {
  opacity: 0.2;
  animation: thinkingPulse 1.2s infinite;
}

.thinking-dots span:nth-child(2) {
  animation-delay: 0.2s;
}

.thinking-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes thinkingPulse {
  0%, 80%, 100% { opacity: 0.2; }
  40% { opacity: 0.95; }
}

.msg-tool {
  background: transparent;
  border: 1px solid var(--borderLight);
  color: var(--textTableCell);
  max-width: min(72%, 820px);
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 1.3;
  padding: 7px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
}

.tool-icon {
  font-size: 15px;
  color: var(--textToolName);
  flex: 0 0 auto;
}

.tool-text {
  white-space: nowrap;
}

.tool-log {
  width: min(92%, 980px);
  margin: 4px 0 10px;
  padding: 4px 0 2px 2px;
}

.tool-log-head {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--textLabel);
  font-size: 13px;
  margin-bottom: 6px;
}

.tool-log-head:empty {
  display: none;
}

.tool-log-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 5px;
}

.tool-log-details {
  margin-top: 5px;
}

.tool-log-details summary {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--textMeta);
  font-size: 12px;
  line-height: 1.25;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.tool-log-details summary::-webkit-details-marker {
  display: none;
}

.tool-log-details summary .material-symbols-rounded {
  font-size: 16px;
  transition: transform 0.16s ease;
}

.tool-log-details:not([open]) summary .material-symbols-rounded {
  transform: rotate(-90deg);
}

.tool-log-count {
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--bgAccentSoft);
  color: var(--textChip);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-data);
  font-size: 11px;
}

.tool-log-row {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--textChipStrong);
  font-size: 13px;
  line-height: 1.3;
  font-family: var(--font-data);
  text-transform: lowercase;
}

.tool-log-row .material-symbols-rounded {
  font-size: 15px;
  color: var(--textTool);
}

.tool-log-row.error .material-symbols-rounded {
  color: var(--dangerIcon);
}

.tool-log-meta {
  color: var(--textToolMuted);
  font-size: 12px;
  font-family: var(--font-data);
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 50%;
  overflow: hidden;
  background: var(--bgNeutral);
  border-radius: 7px;
  padding: 0 7px;
  max-width: max-content;
}

.report-entry {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: min(96%, 1040px);
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 18px;
}

.report-entry:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 67px;
  right: 0;
  bottom: 0;
  height: 1px;
  border-bottom: 1px solid var(--borderSection);
  display: none;
}

.report-avatar {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: var(--bgTableHover);
  color: var(--textIndigo);
  border: 1px solid var(--borderGhost);
}

.report-avatar .material-symbols-rounded {
  font-size: 28px;
}

.report-avatar-assistant {
  background: var(--indigo);
  border: 1px solid var(--indigo);
  color: var(--onAccent);
}

.report-card {
  flex: 1;
  padding: 0 12px;
  min-width: 0;
}

.report-card-user-content {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex: 1;
  min-width: 0;
  background: var(--bgTableStripe);
  border-radius: 8px;
  margin-left: 10px;
  overflow: hidden;
}

.report-card-user {
  background: var(--bgTableStripe);
  padding: 7px 12px;
  font-size: 14px;
  line-height: 1.35;
  color: var(--textBody);
  white-space: normal;
  word-break: break-word;
}

.report-card-user > :first-child {
  margin-top: 0;
}

.report-card-user > :last-child {
  margin-bottom: 0;
}

.report-card-user p {
  margin: 0 0 6px;
}

.report-card-user p:last-child {
  margin-bottom: 0;
}

.report-card-user blockquote {
  margin: 6px 0;
  padding: 6px 10px;
  border-left: 3px solid var(--borderQuote);
  color: var(--textQuoteAlt);
  background: var(--bgQuoteStrong);
  border-radius: 0 6px 6px 0;
}

.report-card-user blockquote:first-child {
  margin-top: 0;
}

.report-card-user blockquote p {
  margin: 0;
}

.report-card-assistant {
  padding: 0 12px;
}

.report-card-assistant .msg-assistant {
  max-width: 100%;
  width: 100%;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  margin: 0;
}

.report-tool-log {
  margin: 0 0 12px;
  padding: 0;
  width: 100%;
}

.report-tool-log .tool-log-head {
  margin-bottom: 5px;
}

.report-tool-log .tool-log-row {
  font-size: 12px;
}

.report-result {
  font-size: 14px;
  color: var(--textBody);
}

.report-thinking {
  display: inline-flex;
  align-items: center;
  color: var(--textMarkdown);
  font-size: 14px;
  padding: 2px 0;
}

.share-empty {
  padding: 48px 22px;
  text-align: center;
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 980px) {
  .msg,
  .msg-tool {
    max-width: 92%;
  }
}

.auth-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  background: radial-gradient(circle at 78% 12%, var(--bgLandingGlow) 0, var(--bgShell) 46%, var(--bgLandingEnd) 100%);
}

.auth-card {
  width: min(420px, 100%);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--bgPanel);
  box-shadow: 0 18px 42px var(--shadowLanding);
  overflow: hidden;
}

.auth-card-head {
  padding: 22px 22px 0;
}

.auth-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.auth-title {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.auth-subtitle {
  margin: 0 0 18px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.45;
}

.auth-form {
  padding: 0 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.auth-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
}

.auth-field input {
  width: 100%;
  height: 38px;
  border: 1px solid var(--border);
  border-radius: 7px;
  padding: 0 10px;
  font: inherit;
  font-size: 14px;
}

.auth-field-hint {
  margin-top: 4px;
  font-size: 12px;
  color: var(--muted);
}

.auth-footer {
  padding: 14px 22px 18px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  color: var(--muted);
}

.auth-footer a {
  color: var(--textLink);
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 960px) {
  .home-hero-layout {
    grid-template-columns: 1fr;
    padding-top: 24px;
  }

  .home-preview {
    order: -1;
  }

  .home-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .home-grid {
    grid-template-columns: 1fr;
  }

  .home-examples {
    grid-template-columns: 1fr;
  }

  .home-metrics {
    grid-template-columns: 1fr;
  }

  .home-cta-band {
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav-link[href="#how"],
  .site-nav-link[href="#examples"] {
    display: none;
  }
}
