:root {
  --color-bg: #f0efe9;
  --color-surface: #ebe7db;
  --color-surface-2: #e3ddcd;
  --color-text: #3a4a16;
  --color-text-muted: #667054;
  --color-text-faint: #a8a190;
  --color-accent: #3a4a16;
  --radius-lg: 16px;
  --radius-full: 9999px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Google Sans Flex', Inter, sans-serif;
  background: var(--color-bg);
  color: var(--color-text);
}

#loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--color-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.loader-monogram {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  opacity: 0;
  animation: loaderFadeIn 0.45s ease forwards;
}

.loader-mz {
  position: relative;
  display: inline-block;
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 700;
  color: var(--color-accent);
  letter-spacing: -0.02em;
  line-height: 1;
  text-align: center;
}

.loader-mz-base,
.loader-mz-fill {
  display: block;
  white-space: nowrap;
}

.loader-mz-base {
  position: relative;
  opacity: 0.18;
}

.loader-mz-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0;
  overflow: hidden;
  transition: width 1.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: width;
}

.loader-name {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  text-align: center;
}

.loader-name-text {
  display: inline-block;
  opacity: 0.78;
}

.loader-bar-wrap {
  width: min(320px, 60vw);
  height: 1px;
  background: rgba(58, 74, 22, 0.16);
  overflow: hidden;
  border-radius: var(--radius-full);
}

#loader-bar {
  height: 100%;
  width: 0;
  background: var(--color-accent);
  border-radius: var(--radius-full);
  box-shadow: 0 0 12px rgba(58, 74, 22, 0.24);
}

body.has-custom-cursor,
body.has-custom-cursor a,
body.has-custom-cursor button,
body.has-custom-cursor .card,
body.has-custom-cursor .page-nav-link {
  cursor: none;
}

.cursor-dot {
  position: fixed;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--color-accent);
  border-radius: var(--radius-full);
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s;
  will-change: transform;
  opacity: 1;
}

.cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 1.5px solid var(--color-accent);
  border-radius: var(--radius-full);
  pointer-events: none;
  z-index: 9997;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease, background 0.3s ease, border-color 0.3s ease,
    opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
  opacity: 0.7;
}

.cursor-dot.is-hidden,
.cursor-ring.is-hidden {
  opacity: 0;
}

.cursor-ring.is-hovering {
  width: 64px;
  height: 64px;
  background: rgba(58, 74, 22, 0.12);
}

.cursor-ring.is-read {
  width: 128px;
  height: 128px;
  background: rgba(58, 74, 22, 0.92);
  border-color: rgba(58, 74, 22, 0.92);
  opacity: 1;
}

.cursor-ring-label {
  font-size: 9px;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: var(--color-accent);
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.2s;
  user-select: none;
}

.cursor-ring.show-label .cursor-ring-label {
  opacity: 1;
}

.cursor-ring.is-read .cursor-ring-label {
  color: #f0efe9;
  font-size: 14px;
  letter-spacing: 0.08em;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.page-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 18px 32px;
  background: rgba(240, 239, 233, 0.9);
  border-bottom: 1px solid rgba(58, 74, 22, 0.12);
  backdrop-filter: blur(16px);
}

.page-nav.has-reading-progress {
  border-bottom-color: transparent;
  overflow: hidden;
}

.page-nav-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-surface-2), var(--color-surface));
}

.page-nav-progress-fill {
  display: block;
  width: 0;
  height: 100%;
  background: var(--color-text-faint);
  transition: width 0.6s cubic-bezier(0.02, 0.02, 0.44, 1);
}

/* Small progress shown when user clicks an article card */
.nav-action-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  pointer-events: none;
  z-index: 60;
  background: transparent;
}

.nav-action-progress-fill {
  display: block;
  width: 0;
  height: 100%;
  background: var(--color-accent, #4a90e2);
  transition: width 0.35s ease, opacity 0.35s ease;
}

/* Fade the clicked article card for immediate feedback */
.article-card.is-loading,
.project-card.is-loading {
  opacity: 0.45;
  pointer-events: none;
  transition: opacity 180ms ease;
}

/* Fade the entire page when navigating back from an article */
.page-wrap.is-loading {
  opacity: 0.45;
  pointer-events: none;
  transition: opacity 180ms ease;
}

/* Article detail hero image: full width, constrained height */
.article-hero {
  width: 100%;
  /*max-height: 400px;*/
  aspect-ratio: 16/9;
  overflow: hidden;
  margin: 24px 0;
  border-radius: 1.4rem;
  border: 1px solid var(--color-surface-2);
}

.article-hero .article-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-tags {
  margin: 0 0 18px 0;
}

.page-nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.page-nav-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.page-nav-link {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.page-nav-link.active {
  color: var(--color-text);
  font-weight: 600;
}

.page-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px 72px;
}

.page-kicker {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.article-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.article-back-link:hover {
  color: var(--color-text);
}

.article-back-icon {
  width: 22px;
  height: 22px;
  display: block;
  flex: 0 0 auto;
}

.page-title {
  margin: 10px 0 10px;
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
}

.page-subtitle {
  margin: 12px 0;
  color: var(--color-text-muted);
  max-width: 68ch;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.card {
  grid-column: span 4;
  background: var(--color-surface);
  border: 1px solid rgba(58, 74, 22, 0.1);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.article-card,
.project-card {
  position: relative;
  background: var(--color-surface-2);
  border: 1px solid rgba(58, 74, 22, 0.14);
  transition: box-shadow 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
}

.article-card .card-body,
.project-card .card-body {
  /* Keep the card body visually consistent with the article card
     so short excerpts don't reveal a different background. */
  background: linear-gradient(180deg, rgba(240, 239, 233, 0.72), var(--color-surface-2));
}

.article-card-link:hover,
.project-card-link:hover {
  border-color: rgba(58, 74, 22, 0.2);
  box-shadow: 0 0 0 1px rgba(58, 74, 22, 0.12), 0 20px 60px rgba(58, 74, 22, 0.08);
  transform: translateY(-4px);
}

.card-hitarea {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.article-card-link:hover .card-cover,
.project-card-link:hover .card-cover {
  filter: saturate(0.88) brightness(0.78);
}

.article-card .link-btn,
.project-card .link-btn {
  position: relative;
  z-index: 4;
}

.card-cover {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--color-surface-2);
}

.card-body {
  padding: 16px;
}

.meta {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.card-title {
  margin: 8px 0;
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.card-excerpt {
  margin: 0 0 14px;
  color: var(--color-text-muted);
}

/* Clamp excerpts to 3 lines with ellipsis */
.card-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.pill {
  padding: 5px 10px;
  border-radius: var(--radius-full);
  background: rgba(58, 74, 22, 0.08);
  color: var(--color-text-muted);
  font-size: 12px;
}

.link-btn {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-text);
}

.empty {
  margin-top: 32px;
  background: var(--color-surface);
  border: 1px dashed rgba(58, 74, 22, 0.22);
  border-radius: var(--radius-lg);
  padding: 24px;
  color: var(--color-text-muted);
}

.article-body {
  margin-top: 28px;
  width: 100%;
}

.article-body > :first-child {
  margin-top: 0;
}

.article-body > :last-child {
  margin-bottom: 0;
}

.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6 {
  margin: 1.2em 0 0.45em;
  font-family: 'Instrument Serif', Georgia, serif;
  line-height: 1.15;
  color: var(--color-text);
}

.article-body h1 {
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
}

.article-body h2 {
  font-size: clamp(1.5rem, 2.1vw, 1.95rem);
}

.article-tts-word.is-highlighted {
  background: rgba(58, 74, 22, 0.16);
  color: var(--color-text);
  border-radius: 0.18em;
  box-shadow: 0 0 0 2px rgba(58, 74, 22, 0.04);
}

.article-tts-word {
  transition: background-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
  scroll-margin-block: 50vh;
}

.article-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 18px 0 16px;
}

.article-tts-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 10px 16px;
  border: 1px solid rgba(58, 74, 22, 0.18);
  border-radius: var(--radius-full);
  background: rgba(58, 74, 22, 0.06);
  color: var(--color-text);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.article-tts-trigger span {
    font-size: 13px;
    font-family: "Google Sans Flex", Inter, sans-serif;
}

.article-tts-trigger img {
    width: 20px;
    height: 20px;  
}

.article-tts-trigger:hover {
  transform: translateY(-1px);
  background: rgba(58, 74, 22, 0.1);
  border-color: rgba(58, 74, 22, 0.28);
}

.article-tts-trigger.is-active {
  background: rgba(58, 74, 22, 0.1);
  border-color: rgba(58, 74, 22, 0.28);
}

.article-tts-trigger[hidden] {
  display: none !important;
}

.article-share-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 44px;
  min-width: 44px;
  height: 44px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(58, 74, 22, 0.18);
  border-radius: var(--radius-full);
  background: rgba(58, 74, 22, 0.06);
  color: var(--color-text);
  cursor: pointer;
  transition: width 0.32s cubic-bezier(0.16, 1, 0.3, 1), transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.article-share-button:hover {
  transform: translateY(-1px);
  background: rgba(58, 74, 22, 0.1);
  border-color: rgba(58, 74, 22, 0.28);
}

.article-share-button:focus-visible {
  outline-offset: 2px;
}

.article-share-icon,
.article-share-feedback {
  position: absolute;
  transition: opacity 0.24s ease, transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.article-share-icon {
  width: 20px;
  height: 20px;
  opacity: 1;
  transform: scale(1);
}

.article-share-feedback {
  font-family: "Google Sans Flex", Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(8px) scale(0.96);
}

.article-share-button.is-copied {
  width: 132px;
  background: rgba(58, 74, 22, 0.12);
  border-color: rgba(58, 74, 22, 0.28);
  box-shadow: 0 10px 30px rgba(58, 74, 22, 0.08);
}

.article-share-button.is-copied .article-share-icon {
  opacity: 0;
  transform: translateY(-8px) scale(0.7);
}

.article-share-button.is-copied .article-share-feedback {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.article-tts-player[hidden] {
  display: none !important;
}

.article-tts-player {
  position: fixed;
  left: 50%;
  bottom: max(16px, env(safe-area-inset-bottom));
  transform: translateX(-50%);
  width: min(600px, calc(100vw - 24px));
  z-index: 80;
  pointer-events: none;
}

.article-tts-shell {
  pointer-events: auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px 16px 12px;
  border: 1px solid rgba(58, 74, 22, 0.16);
  border-radius: 22px;
  background: rgba(240, 239, 233, 0.94);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 60px rgba(58, 74, 22, 0.12);
}

.article-tts-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 104px;
  min-height: 44px;
  padding: 0 14px;
  border: 0;
  border-radius: var(--radius-full);
  background: var(--color-text);
  color: #f8f6ef;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.article-tts-toggle:disabled {
  opacity: 0.6;
  cursor: default;
}

.article-tts-toggle-icon {
  font-size: 12px;
  line-height: 1;
}

.article-tts-scrub {
  position: relative;
  min-width: 0;
}

.article-tts-scrubber {
  width: 100%;
  margin: 0;
  appearance: none;
  background: transparent;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.article-tts-scrubber:disabled {
  cursor: default;
}

.article-tts-scrubber::-webkit-slider-runnable-track {
  height: 8px;
  background: transparent;
}

.article-tts-scrubber::-webkit-slider-thumb {
  appearance: none;
  width: 18px;
  height: 18px;
  margin-top: -5px;
  border-radius: 50%;
  background: var(--color-accent);
  border: 2px solid #f0efe9;
  box-shadow: 0 0 0 1px rgba(58, 74, 22, 0.18);
}

.article-tts-scrubber::-moz-range-track {
  height: 8px;
  background: transparent;
}

.article-tts-scrubber::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--color-accent);
  border: 2px solid #f0efe9;
  box-shadow: 0 0 0 1px rgba(58, 74, 22, 0.18);
}

.article-tts-track {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 8px;
  transform: translateY(-50%);
  border-radius: var(--radius-full);
  background: rgba(58, 74, 22, 0.12);
  overflow: hidden;
}

.article-tts-fill {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--color-text), rgba(58, 74, 22, 0.72));
}

.article-tts-times {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 96px;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  color: var(--color-text-muted);
}

.article-tts-status {
  grid-column: 1 / -1;
  margin: 6px 0 0;
  min-height: 1em;
  font-size: 12px;
  color: var(--color-text-muted);
}

/* Sentence panel above the player showing prev / current / next sentence */
.article-tts-sentences {
  margin-bottom: 0px;
  padding: 6px 8px 8px 8px;
  border-radius: 14px;
  background: rgba(240,239,233,0.95);
  color: var(--color-text-muted);
  transition: height 260ms ease, opacity 260ms ease, padding 260ms ease;
  overflow: hidden;
  height: 0;
  opacity: 0;
  border: 1px solid rgba(58, 74, 22, 0.16);
  border-bottom: 0;
}

.article-tts-sentences.is-collapsed {
  height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.article-tts-sentences:not(.is-collapsed) {
  opacity: 1;
}

.tts-list {
  height: 100%;
  max-height: 100%;
  overflow: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tts-list::-webkit-scrollbar {
  display: none;
}

/* Visually attach the sentences panel to the shell so they look like one component */
.article-tts-player .article-tts-sentences {
  box-shadow: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.article-tts-player .article-tts-shell {
  margin-top: 0;
}

.article-tts-player .article-tts-sentences:not(.is-collapsed) + .article-tts-shell {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.article-tts-player .article-tts-sentences.is-collapsed + .article-tts-shell {
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}

.tts-item {
  padding: 8px 6px;
  font-size: 15px;
  line-height: 1.4;
  color: var(--color-text-muted);
}

.tts-item.is-current {
  color: var(--color-text);
  font-weight: 700;
}

.tts-sentence-word {
  display: inline;
  transition: background-color 0.16s ease, color 0.16s ease;
}

.tts-sentence-word.is-highlighted {
  background: #ffffff;
  padding: 6px 8px;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(58,74,22,0.06);
  color: var(--color-text);
}

.article-tts-player.is-loading .article-tts-toggle,
.article-tts-player.is-loading .article-tts-scrubber {
  pointer-events: none;
  opacity: 0.7;
}

.article-tts-player.is-error {
  border-color: rgba(171, 72, 58, 0.28);
}

@media (max-width: 768px) {
  .article-tts-player {
    width: calc(100vw - 16px);
    bottom: max(8px, env(safe-area-inset-bottom));
  }

  .article-tts-shell {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .article-tts-times {
    justify-content: space-between;
    width: 100%;
  }
}

/* Experience Lottie fade controls */
.experience-lottie {
  opacity: 0;
  transition: opacity 320ms ease;
  will-change: opacity;
}
.experience-lottie.is-visible {
  opacity: 1;
}

/* On small viewports, show all lotties (disable fade effect) */
@media (max-width: 768px) {
  .experience-lottie {
    opacity: 1 !important;
    transition: none !important;
  }
}

.article-body h3 {
  font-size: clamp(1.3rem, 1.8vw, 1.6rem);
}

.article-body h4 {
  font-size: 1.2rem;
}

.article-body h5 {
  font-size: 1.06rem;
}

.article-body h6 {
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.article-body p,
.article-body li {
  font-family: 'Google Sans Flex', Inter, sans-serif;
  color: var(--color-text-muted);
  line-height: 1.72;
}

.article-body ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.article-body ul li {
  position: relative;
  padding-left: 1.5rem;
}

.article-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 14px;
  height: 14px;
  transform: translateY(-20%);
  background: currentColor;
  -webkit-mask: url("../../images/bullet-2.svg") center / contain no-repeat;
  mask: url("../../images/bullet-2.svg") center / contain no-repeat;
}

.article-body ol {
  list-style: decimal;
  padding-left: 1.5rem;
}

.article-body p {
  margin: 0 0 1em;
}

.article-body ul,
.article-body ol {
  margin: 0 0 1em;
  padding-left: 1.2rem;
}

.article-body li + li {
  margin-top: 0.32em;
}

.article-body a {
  color: var(--color-accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.article-body strong {
  color: var(--color-text);
  font-weight: 680;
}

.article-body em {
  color: #516236;
  font-style: italic;
}

.article-body blockquote {
  margin: 1.2em 0;
  padding: 0.75em 1em;
  border-left: 2px solid rgba(58, 74, 22, 0.35);
  background: rgba(58, 74, 22, 0.05);
  border-radius: 0 10px 10px 0;
}

.article-body blockquote p {
  color: #556446;
}

.article-body code {
  font-family: 'IBM Plex Mono', 'SFMono-Regular', ui-monospace, Menlo, monospace;
  font-size: 0.92em;
  display: block;
  background: rgba(58, 74, 22, 0.08);
  color: #2f3f0b;
  padding: 0.5em 1em;
  border-radius: 6px;
}

.article-body pre {
  margin: 1.2em 0;
  background: #2f3b1f;
  color: #e7efda;
  border-radius: 12px;
  overflow-x: auto;
  padding: 14px 16px;
}

.article-body pre code {
  background: transparent;
  color: inherit;
  padding: 0;
}

.article-body hr {
  border: 0;
  border-top: 1px solid rgba(58, 74, 22, 0.2);
  margin: 1.5em 0;
}

.pt-image {
  margin: 20px 0;
}

.pt-image img {
  width: 100%;
  border-radius: 12px;
}

@media (max-width: 860px) {
  .page-title {
    font-size: clamp(2.35rem, 8vw, 3.3rem);
    line-height: 1.02;
  }

  .card-title {
    font-size: clamp(1.8rem, 5vw, 2.15rem);
  }

  .card {
    grid-column: span 12;
  }

  #loader {
    gap: 24px;
    padding: 24px;
  }

  body.has-custom-cursor,
  body.has-custom-cursor a,
  body.has-custom-cursor button,
  body.has-custom-cursor .card,
  body.has-custom-cursor .page-nav-link {
    cursor: auto;
  }

  .cursor-dot,
  .cursor-ring {
    display: none;
  }
}
