:root {
  --bg: #151009;
  --bg-deep: #0e0a06;
  --bg-raised: #1d150c;
  --bg-raised-2: #241a0f;
  --ink: #f5efe6;
  --ink-dim: #c9bfae;
  --ink-faint: #8f8674;
  --accent: #f0973f;
  --accent-deep: #d97a24;
  --accent-glow: rgba(240, 151, 63, 0.35);
  --hairline: rgba(245, 239, 230, 0.12);
  --radius-lg: 28px;
  --radius-md: 16px;
  --font-display: 'Iowan Old Style', 'Palatino', 'Palatino Linotype', 'Book Antiqua', Georgia, 'Times New Roman', serif;
  --font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  background: radial-gradient(1200px 700px at 50% -10%, #2a1e10 0%, var(--bg) 55%, var(--bg-deep) 100%);
  color: var(--ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* ---- grain / atmosphere ---- */
.grain {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---- header ---- */
.site-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 640px;
  margin: 0 auto;
  padding: 28px 24px 8px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  flex: none;
}

.brand-record {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #3a2a16 0%, #14100a 70%);
  box-shadow: inset 0 0 0 1px rgba(245, 239, 230, 0.14);
}

.brand-record::before {
  content: '';
  position: absolute;
  inset: 26%;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 14px var(--accent-glow);
}

.brand-record::after {
  content: '';
  position: absolute;
  inset: 45%;
  border-radius: 50%;
  background: var(--bg-deep);
}

.brand-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.35rem;
  letter-spacing: 0.01em;
}

.brand-tag {
  margin: 0;
  color: var(--ink-faint);
  font-size: 0.8rem;
  letter-spacing: 0.02em;
}

/* ---- header link ---- */
.header-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid var(--hairline);
  color: var(--ink);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.15s ease;
}

.header-link:hover {
  border-color: var(--ink-faint);
  background: rgba(245, 239, 230, 0.05);
}

.header-link:active {
  transform: translateY(1px);
}

.install-mark {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 20h14v-2H5v2zM19 9h-4V3H9v6H5l7 7 7-7z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 20h14v-2H5v2zM19 9h-4V3H9v6H5l7 7 7-7z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.back-mark {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* ---- stage ---- */
.stage {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
  padding: 20px 24px 56px;
}

.hero {
  padding: 20px 0 28px;
}

.hero-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2rem, 8vw, 2.9rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--ink);
  animation: rise 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-sub {
  margin: 16px 0 0;
  color: var(--ink-dim);
  font-size: 1rem;
  line-height: 1.5;
  animation: rise 0.7s 0.08s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---- viewfinder ---- */
.viewfinder {
  position: relative;
  aspect-ratio: 1 / 1;
  max-height: 62vh;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-deep);
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.8), 0 0 0 1px var(--hairline);
  animation: rise 0.7s 0.16s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.watermark {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.watermark svg {
  width: 64%;
  height: auto;
  fill: #8f8674;
  opacity: 0.45;
}

.viewfinder video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.viewfinder.is-scanning video {
  opacity: 1;
}

.overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.corner {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 0 solid var(--accent);
  filter: drop-shadow(0 0 6px var(--accent-glow));
}

.corner-tl { top: 18px; left: 18px; border-top-width: 3px; border-left-width: 3px; border-top-left-radius: 10px; }
.corner-tr { top: 18px; right: 18px; border-top-width: 3px; border-right-width: 3px; border-top-right-radius: 10px; }
.corner-bl { bottom: 18px; left: 18px; border-bottom-width: 3px; border-left-width: 3px; border-bottom-left-radius: 10px; }
.corner-br { bottom: 18px; right: 18px; border-bottom-width: 3px; border-right-width: 3px; border-bottom-right-radius: 10px; }

.beam {
  position: absolute;
  left: 14px;
  right: 14px;
  height: 2px;
  top: 20%;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  box-shadow: 0 0 18px 2px var(--accent-glow);
  opacity: 0;
}

.beam.is-on {
  opacity: 1;
  animation: sweep 2.4s ease-in-out infinite;
}

@keyframes sweep {
  0% { top: 16%; }
  50% { top: 84%; }
  100% { top: 16%; }
}

.status {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  margin: 0;
  text-align: center;
  font-size: 0.85rem;
  color: var(--ink);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.8);
  transition: color 0.2s ease;
}

.status.error {
  color: #ff9d7a;
}

/* ---- controls ---- */
.controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 22px;
  animation: rise 0.7s 0.24s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.btn {
  appearance: none;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 14px 24px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.btn:active {
  transform: translateY(1px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: #241503;
  box-shadow: 0 12px 30px -12px var(--accent-glow);
}

.btn-primary:hover {
  box-shadow: 0 16px 36px -12px var(--accent-glow);
  transform: translateY(-1px);
}

.btn-primary:disabled {
  opacity: 0.6;
  cursor: default;
  transform: none;
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--hairline);
}

.btn-ghost:hover {
  border-color: var(--ink-faint);
  background: rgba(245, 239, 230, 0.04);
}

/* ---- result card ---- */
.result {
  margin-top: 26px;
  animation: rise 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.result-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card {
  display: flex;
  gap: 20px;
  padding: 22px;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, var(--bg-raised-2), var(--bg-raised));
  border: 1px solid var(--hairline);
  box-shadow: 0 30px 70px -35px rgba(0, 0, 0, 0.9);
  animation: rise 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.card-art {
  flex: none;
  width: 116px;
  height: 116px;
  border-radius: var(--radius-md);
  background-color: var(--bg-deep);
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1px var(--hairline);
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-art.is-placeholder .placeholder-glyph {
  display: block;
}

.placeholder-glyph {
  display: none;
  font-size: 2rem;
  color: var(--ink-faint);
}

.card-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.card-kind {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--accent);
}

.card-name {
  margin: 6px 0 2px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.35rem;
  line-height: 1.15;
  color: var(--ink);
}

.card-artist {
  margin: 0 0 16px;
  color: var(--ink-dim);
  font-size: 0.9rem;
  line-height: 1.4;
}

.card-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-top: auto;
}

.card-actions .btn {
  padding: 12px 14px;
  font-size: 0.88rem;
  white-space: nowrap;
}

.btn-apple {
  background: #fff;
  color: #0d0a06;
}

.btn-apple:hover {
  transform: translateY(-1px);
}

.btn-apple.disabled {
  opacity: 0.45;
  cursor: default;
  transform: none;
}

.apple-mark {
  display: inline-block;
  width: 16px;
  height: 19px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.card-hint {
  margin: 12px 0 0;
  font-size: 0.78rem;
  color: var(--ink-faint);
}

.card-hint:empty {
  display: none;
}

.btn-spotify {
  background: #1db954;
  color: #0e0a06;
  box-shadow: 0 12px 30px -12px rgba(29, 185, 84, 0.5);
}

.btn-spotify:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 36px -12px rgba(29, 185, 84, 0.55);
}

.spotify-mark {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.66 0 12 0zm5.521 17.34c-.24.359-.66.48-1.021.24-2.82-1.74-6.36-2.101-10.561-1.141-.418.122-.779-.179-.899-.539-.12-.421.18-.78.54-.9 4.56-1.021 8.52-.6 11.64 1.32.42.18.479.659.301 1.02zm1.44-3.3c-.301.42-.841.6-1.262.3-3.239-1.98-8.159-2.58-11.939-1.38-.479.12-1.02-.12-1.14-.6-.12-.48.12-1.021.6-1.141C9.6 9.9 15 10.561 18.72 12.84c.361.181.54.78.241 1.2zm.12-3.36C15.24 8.4 8.82 8.16 5.16 9.301c-.6.179-1.2-.181-1.38-.721-.18-.601.18-1.2.72-1.381 4.26-1.26 11.28-1.02 15.721 1.621.539.3.719 1.02.419 1.56-.299.421-1.02.599-1.559.3z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.66 0 12 0zm5.521 17.34c-.24.359-.66.48-1.021.24-2.82-1.74-6.36-2.101-10.561-1.141-.418.122-.779-.179-.899-.539-.12-.421.18-.78.54-.9 4.56-1.021 8.52-.6 11.64 1.32.42.18.479.659.301 1.02zm1.44-3.3c-.301.42-.841.6-1.262.3-3.239-1.98-8.159-2.58-11.939-1.38-.479.12-1.02-.12-1.14-.6-.12-.48.12-1.021.6-1.141C9.6 9.9 15 10.561 18.72 12.84c.361.181.54.78.241 1.2zm.12-3.36C15.24 8.4 8.82 8.16 5.16 9.301c-.6.179-1.2-.181-1.38-.721-.18-.601.18-1.2.72-1.381 4.26-1.26 11.28-1.02 15.721 1.621.539.3.719 1.02.419 1.56-.299.421-1.02.599-1.559.3z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.scan-mark {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 15.2a3.2 3.2 0 1 0 0-6.4 3.2 3.2 0 0 0 0 6.4zM9 2 7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2H9zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 15.2a3.2 3.2 0 1 0 0-6.4 3.2 3.2 0 0 0 0 6.4zM9 2 7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2H9zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.scan-again {
  display: flex;
  margin: 14px auto 0;
}

/* ---- progress ---- */
.progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 26px;
  padding: 24px;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, var(--bg-raised-2), var(--bg-raised));
  border: 1px solid var(--hairline);
  box-shadow: 0 30px 70px -35px rgba(0, 0, 0, 0.9);
  animation: rise 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.spinner {
  width: 22px;
  height: 22px;
  flex: none;
  border-radius: 50%;
  border: 2px solid var(--hairline);
  border-top-color: var(--accent);
  animation: spin 0.9s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.progress-text {
  margin: 0;
  color: var(--ink-dim);
  font-size: 0.95rem;
}

/* ---- scanned state: hide scanner chrome ---- */
body.has-result .hero,
body.has-result .viewfinder,
body.has-result .controls {
  display: none;
}

/* ---- footer ---- */
.site-footer {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 24px 40px;
  text-align: center;
}

.site-footer p {
  margin: 0;
  color: var(--ink-faint);
  font-size: 0.78rem;
  line-height: 1.5;
}

/* ---- install page ---- */
.install-panel {
  margin-top: 8px;
  padding: 26px;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, var(--bg-raised-2), var(--bg-raised));
  border: 1px solid var(--hairline);
  box-shadow: 0 30px 70px -35px rgba(0, 0, 0, 0.9);
}

.install-panel + .install-panel {
  margin-top: 36px;
}

@media (display-mode: standalone), (display-mode: fullscreen) {
  #install-link,
  .install-panel {
    display: none !important;
  }
}

.panel-title {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--ink);
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 560px) {
  .why-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.why-card {
  padding: 20px;
  border-radius: var(--radius-md);
  background: rgba(14, 10, 6, 0.35);
  border: 1px solid var(--hairline);
}

.why-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(240, 151, 63, 0.12);
  color: var(--accent);
  margin-bottom: 14px;
}

.why-icon svg {
  width: 22px;
  height: 22px;
}

.why-card h3 {
  margin: 0 0 6px;
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--ink);
}

.why-card p {
  margin: 0;
  color: var(--ink-dim);
  font-size: 0.9rem;
  line-height: 1.5;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.tab {
  appearance: none;
  border: 1px solid var(--hairline);
  background: transparent;
  color: var(--ink-dim);
  padding: 9px 16px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.tab:hover {
  color: var(--ink);
  border-color: var(--ink-faint);
}

.tab.active {
  color: #241503;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  border-color: transparent;
}

.steps {
  display: none;
}

.steps.active {
  display: block;
  animation: rise 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.steps ol {
  margin: 0;
  padding-left: 1.3em;
  color: var(--ink-dim);
  font-size: 0.95rem;
  line-height: 1.6;
}

.steps ol li {
  margin: 0 0 12px;
}

.steps ol li strong {
  color: var(--ink);
  font-weight: 600;
}

.steps ol li:last-child {
  margin-bottom: 0;
}

.install-note {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  background: rgba(240, 151, 63, 0.08);
  border: 1px solid rgba(240, 151, 63, 0.22);
  color: var(--ink-dim);
  font-size: 0.85rem;
  line-height: 1.5;
}

.install-note strong {
  color: var(--ink);
}

.hidden {
  display: none !important;
}

/* ---- responsive ---- */
@media (min-width: 640px) {
  .card-art {
    width: 140px;
    height: 140px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ---- drag & drop overlay ---- */
body.is-dragging::after {
  content: 'Drop images to scan';
  position: fixed;
  inset: 12px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed var(--accent);
  border-radius: var(--radius-lg);
  background: rgba(21, 16, 9, 0.88);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 5vw, 2rem);
  text-align: center;
  pointer-events: none;
}
