/* Hello Health — Gambarino + Satoshi, forest green */

:root {
  --green: #08150c;
  --green-hover: #1a2e1f;
  --green-soft: #0f1f14;
  --surface: #f3efe8;
  --surface-raised: #ebe6de;
  --stone-800: #292524;
  --stone-700: #44403c;
  --stone-600: #57534e;
  --stone-500: #78716c;
  --line: rgba(8, 21, 12, 0.1);
  --line-light: rgba(243, 239, 232, 0.14);
  --max: 1180px;
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --radius: 2px;
  --font-display: "Gambarino", "Iowan Old Style", Georgia, serif;
  --font-body: "Satoshi", system-ui, -apple-system, sans-serif;
  --chamfer: 10px;
}

.font-display,
.font-display-medium {
  font-family: var(--font-display);
  font-weight: 400;
}

.font-cooper,
.font-cooper-medium {
  font-family: var(--font-display);
  font-weight: 400;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    transform: none !important;
  }
}

body {
  margin: 0;
  color: var(--stone-800);
  background: var(--surface);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.028;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

main,
.site-header,
.site-footer {
  position: relative;
  z-index: 1;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

a:hover {
  color: var(--green-hover);
}

:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--green);
  color: #fff;
  padding: 0.75rem 1rem;
  z-index: 100;
}

.skip:focus {
  left: 1rem;
  top: 1rem;
}

.wrap {
  width: min(var(--max), 100% - 2 * var(--gutter));
  margin-inline: auto;
}

/* ——— Header ——— */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid transparent;
  background: transparent;
  transition: background 0.2s ease, border-color 0.2s ease;
  pointer-events: none;
}

.site-header.is-scrolled,
.site-header.header-solid {
  background: rgba(243, 239, 232, 0.96);
  border-bottom-color: var(--line);
  backdrop-filter: blur(12px);
}

.nav {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 64px;
  padding: 0.85rem 0;
}

.site-header:not(.is-scrolled):not(.header-solid) .nav-links a {
  color: rgba(255, 255, 255, 0.92);
}

.site-header:not(.is-scrolled):not(.header-solid) .nav-links a:hover,
.site-header:not(.is-scrolled):not(.header-solid) .nav-links a[aria-current="page"] {
  color: #fff;
}

.site-header:not(.is-scrolled):not(.header-solid) .btn-primary {
  background: #fff;
  color: var(--green);
}

.site-header:not(.is-scrolled):not(.header-solid) .btn-primary:hover {
  background: var(--surface);
  color: var(--green);
}

.site-header:not(.is-scrolled):not(.header-solid) .menu-btn {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  background: transparent;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  min-width: 0;
}

.brand-logo {
  display: block;
  height: 34px;
  width: auto;
  object-fit: contain;
}

.brand-icon {
  width: 14px;
  height: 14px;
  object-fit: contain;
  flex-shrink: 0;
  opacity: 0.88;
}

.site-header:not(.is-scrolled):not(.header-solid) .brand-icon {
  filter: brightness(0) invert(1);
  opacity: 0.82;
}

.site-header:not(.is-scrolled):not(.header-solid) .brand-logo {
  filter: brightness(0) invert(1);
}

.footer-brand .brand-logo {
  height: 30px;
  filter: brightness(0) invert(1);
}

.nav-links {
  display: none;
  align-items: center;
  gap: 1.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  text-decoration: none;
  font-size: 0.88rem;
  color: var(--stone-700);
  font-weight: 500;
  letter-spacing: 0.01em;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--green);
}

.nav-links a[aria-current="page"] {
  font-weight: 700;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--surface);
  color: var(--green);
  cursor: pointer;
}

.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  display: block;
  width: 16px;
  height: 1.5px;
  background: currentColor;
  position: relative;
}

.menu-btn span::before,
.menu-btn span::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-btn span::before {
  top: -5px;
}

.menu-btn span::after {
  top: 5px;
}

.mobile-panel {
  pointer-events: auto;
  display: none;
  margin: 0 var(--gutter);
  padding: 0.25rem 0 1rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-top: 0;
}

.mobile-panel.open {
  display: block;
}

.mobile-panel a {
  display: block;
  padding: 0.85rem 1rem;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  font-weight: 500;
  font-size: 0.92rem;
  color: var(--stone-800);
}

.mobile-panel .btn {
  margin: 1rem 1rem 0;
  width: calc(100% - 2rem);
}

@media (min-width: 960px) {
  .nav-links {
    display: flex;
  }

  .menu-btn {
    display: none;
  }

  .mobile-panel {
    display: none !important;
  }
}

@media (max-width: 959px) {
  .nav-actions .btn {
    display: none;
  }
}

/* ——— Buttons ——— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.75rem 1.35rem;
  border-radius: 0;
  border: 1px solid transparent;
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - var(--chamfer)),
    calc(100% - var(--chamfer)) 100%,
    0 100%
  );
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.btn-primary {
  background: var(--green);
  color: #fff;
}

.btn-primary:hover {
  background: var(--green-hover);
  color: #fff;
}

.btn-lg {
  min-height: 50px;
  padding: 0.9rem 1.65rem;
  font-size: 0.92rem;
}

/* ——— Hero ——— */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transform: scale(1.06);
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      var(--surface) 0%,
      rgba(8, 21, 12, 0.88) 22%,
      rgba(8, 21, 12, 0.45) 52%,
      rgba(8, 21, 12, 0.2) 78%,
      rgba(8, 21, 12, 0.32) 100%
    );
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding: calc(5.5rem + env(safe-area-inset-top)) 0 clamp(2rem, 5vw, 3rem);
  display: grid;
  gap: clamp(1.75rem, 4vw, 2.5rem);
}

.hero-place {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.hero h1 {
  margin: 0;
  max-width: 12ch;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6.8vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: -0.025em;
  font-weight: 400;
}

.hero-lead {
  margin: 1rem 0 0;
  max-width: 34ch;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.08rem;
  line-height: 1.5;
}

.hero-cta-row {
  margin-top: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
}

.hero-trust {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.hero-trust-icon {
  width: 14px;
  height: 14px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
  opacity: 0.78;
}

.hero-trust-link {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.hero-trust-badge {
  height: 1.05rem;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0.72;
  transition: opacity 0.15s ease;
}

.hero-trust-link:hover .hero-trust-badge {
  opacity: 1;
}

.hero-copy .btn {
  margin-top: 0;
}

.hero-stats {
  margin: 0;
  padding: 1.35rem 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-stats li {
  flex: 1 1 140px;
  padding: 0 1.25rem;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-stats li:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-stat-value {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  line-height: 1;
  letter-spacing: -0.02em;
}

.hero-stat-label {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.62);
}

/* ——— About ——— */
.about {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  background: var(--surface);
  border-top: 1px solid var(--line);
}

.about-inner {
  max-width: 36rem;
}

.about-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--green);
}

.about-lead {
  margin: 0.65rem 0 0;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--stone-700);
}

.about-doctor-line {
  margin: 0.75rem 0 0;
  font-size: 1.05rem;
  color: var(--stone-800);
}

.about-doctor-line strong {
  font-weight: 700;
}

.about-detail {
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
  color: var(--stone-600);
}

.about-body {
  margin: 0.85rem 0 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--stone-600);
}

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

/* ——— How it works ——— */
.how {
  padding: clamp(2.75rem, 6vw, 4rem) 0;
  background: var(--surface);
}

.how-title {
  margin: 0;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--green);
}

.how-steps {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
}

@media (min-width: 860px) {
  .how-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.how-steps li {
  padding: 1.15rem 0;
  border-top: 1px solid var(--line);
}

@media (min-width: 860px) {
  .how-steps li {
    padding: 0;
    border-top: 0;
    border-left: 1px solid var(--line);
    padding-left: 1.5rem;
  }

  .how-steps li:first-child {
    border-left: 0;
    padding-left: 0;
  }
}

.how-steps h3 {
  margin: 0;
  font-size: 1.08rem;
  letter-spacing: -0.015em;
  color: var(--green);
}

.how-steps p {
  margin: 0.35rem 0 0;
  font-size: 0.94rem;
  color: var(--stone-600);
  line-height: 1.45;
}

/* ——— FAQ ——— */
.faq {
  padding: clamp(2.75rem, 6vw, 4rem) 0 clamp(3rem, 7vw, 4.5rem);
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-raised) 100%);
}

.faq-wrap {
  text-align: center;
}

.faq-head h2,
.faq-title {
  margin: 0 0 1.5rem;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  letter-spacing: -0.025em;
  color: var(--green);
}

.faq-list {
  max-width: 640px;
  margin-inline: auto;
  text-align: center;
}

.faq details {
  border-top: 1px solid var(--line);
  padding: 0.1rem 0;
}

.faq details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 1.1rem 2rem;
  font-weight: 600;
  font-size: 1.02rem;
  letter-spacing: -0.01em;
  position: relative;
  color: var(--stone-800);
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 1.3rem;
  color: var(--stone-500);
}

.faq details[open] summary::after {
  content: "–";
}

.faq details p {
  margin: 0 auto 1.1rem;
  color: var(--stone-600);
  max-width: 52ch;
}

.faq-cta {
  margin: 2rem 0 0;
}

/* ——— Close CTA (physicians) ——— */
.close-cta {
  padding: 0 0 clamp(3rem, 7vw, 4.5rem);
}

.close-panel {
  padding: clamp(1.75rem, 4vw, 2.5rem) 0;
  border-top: 1px solid var(--line);
  color: var(--stone-800);
}

.close-panel h2 {
  margin: 0;
  max-width: 16ch;
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--green);
}

.close-panel p {
  margin: 0.75rem 0 0;
  max-width: 48ch;
  color: var(--stone-600);
}

.close-panel .btn {
  margin-top: 1.25rem;
}

/* ——— Footer ——— */
.site-footer {
  padding: 2.25rem 0 0;
  background: var(--green);
  color: rgba(243, 239, 232, 0.72);
  overflow: hidden;
}

.site-footer > .wrap {
  padding-bottom: 0;
}

.footer-top {
  display: grid;
  gap: 2rem;
}

@media (min-width: 800px) {
  .footer-top {
    grid-template-columns: 1.2fr 1fr;
    gap: 3rem;
    align-items: start;
  }
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #fff;
  font-size: 1.05rem;
}

.footer-brand-block p {
  margin: 0.85rem 0 0;
  max-width: 36ch;
  font-size: 0.94rem;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.footer-links h3 {
  margin: 0 0 0.65rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
}

.footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.footer-links a {
  text-decoration: none;
  font-size: 0.92rem;
  color: rgba(243, 239, 232, 0.72);
}

.footer-links a:hover {
  color: #fff;
}

.footer-bottom {
  margin-top: 2rem;
  padding: 1.1rem 0 0;
  border-top: 1px solid var(--line-light);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: space-between;
  font-size: 0.84rem;
}

.footer-bottom a {
  color: rgba(243, 239, 232, 0.78);
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #fff;
}

.footer-copy {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.footer-legal {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
}

.footer-icon {
  width: 0.95em;
  height: 0.95em;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
  opacity: 0.82;
}

.footer-badge-link {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.footer-badge {
  height: 1.15em;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0.78;
  transition: opacity 0.15s ease;
}

.footer-badge-link:hover .footer-badge {
  opacity: 1;
}

.site-footer-compact {
  padding: 1.5rem 0 1.25rem;
}

.site-footer-compact .footer-bottom {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.wordmark {
  margin: 2rem 0 0;
  padding: 0;
  font-size: clamp(3.5rem, 14vw, 8rem);
  line-height: 0.85;
  letter-spacing: -0.035em;
  color: rgba(255, 255, 255, 0.06);
  white-space: nowrap;
  transform: translateY(32%);
  margin-bottom: -0.08em;
}

/* ——— Motion: visible by default ——— */
.reveal {
  opacity: 1;
  transform: translateY(18px);
  transition: transform 0.65s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.reveal.is-inview {
  transform: translateY(0);
}

.how-steps li.reveal:nth-child(2) {
  transition-delay: 0.07s;
}

.how-steps li.reveal:nth-child(3) {
  transition-delay: 0.14s;
}

.how-title,
.faq-title,
.faq-head h2 {
  font-family: var(--font-display);
  font-weight: 400;
}

.about.reveal {
  transition-delay: 0.08s;
}

/* ——— Physicians page ——— */
.offer-section {
  padding: 0 0 clamp(3rem, 7vw, 4.5rem);
}

.page-hero {
  padding: calc(5.5rem + env(safe-area-inset-top)) 0 2rem;
}

.page-hero h1 {
  margin: 0;
  max-width: 14ch;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--green);
  font-weight: 400;
}

.page-hero .lead {
  margin: 1rem 0 0;
  max-width: 46ch;
  color: var(--stone-600);
  font-size: 1.08rem;
}

.page-hero .hero-location {
  margin: 0 0 0.75rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--stone-600);
}

.doc-hero-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 960px) {
  .doc-hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
  }
}

.doc-hero-grid .offer-card {
  margin: 0;
  align-self: stretch;
}

.doc-hero-visual {
  margin: 0;
}

.doc-hero-visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center center;
  display: block;
  border: 1px solid var(--line);
  border-left: 3px solid var(--green);
}

.offer-band {
  display: grid;
  gap: 1rem;
}

@media (min-width: 800px) {
  .offer-band {
    grid-template-columns: 1.15fr 0.85fr;
  }

  .offer-band:has(.offer-card:only-child) {
    grid-template-columns: 1fr;
    max-width: 28rem;
  }
}

.offer-card {
  padding: 1.6rem 1.45rem;
  background: var(--surface-raised);
  border: 1px solid rgba(8, 21, 12, 0.08);
  border-left: 3px solid rgba(8, 21, 12, 0.18);
}

.offer-card.highlight {
  background: var(--green);
  color: rgba(243, 239, 232, 0.88);
}

.offer-card h2 {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.1rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--green);
}

.offer-card.highlight h2 {
  color: #fff;
}

.offer-card p {
  margin: 0.85rem 0 0;
  color: var(--stone-600);
}

.offer-card.highlight p {
  color: rgba(243, 239, 232, 0.78);
}

.big-metric {
  margin: 1.15rem 0 0;
  font-size: clamp(2.8rem, 7vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #fff;
}

.big-metric span {
  display: block;
  margin-top: 0.4rem;
  font-family: var(--font-body);
  font-size: 0.98rem;
  letter-spacing: 0;
  color: rgba(243, 239, 232, 0.72);
  font-weight: 500;
}

.points {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.8rem;
}

.points li {
  padding-left: 1rem;
  border-left: 2px solid rgba(122, 140, 62, 0.65);
  color: var(--stone-600);
}

.offer-card.highlight .points li {
  color: rgba(243, 239, 232, 0.82);
  border-left-color: rgba(168, 184, 122, 0.55);
}

.points strong {
  display: block;
  color: var(--stone-800);
  margin-bottom: 0.12rem;
}

.offer-card.highlight .points strong {
  color: #fff;
}

.physician-cta {
  margin-top: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.email-link {
  font-weight: 600;
  color: var(--green);
  text-decoration: none;
}

.offer-card.highlight .email-link {
  color: #fff;
}

.btn-quiet {
  background: transparent;
  color: var(--green);
  border-color: rgba(8, 21, 12, 0.14);
}

.btn-quiet:hover {
  background: var(--surface);
  color: var(--green);
}

/* ——— Legal pages ——— */
.legal-page {
  padding: calc(5.5rem + env(safe-area-inset-top)) 0 clamp(3rem, 7vw, 4.5rem);
}

.legal-page h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  letter-spacing: -0.025em;
  color: var(--green);
  font-weight: 400;
}

.legal-updated {
  margin: 0.5rem 0 1.5rem;
  font-size: 0.9rem;
  color: var(--stone-500);
}

.legal-page h2 {
  margin: 1.75rem 0 0.65rem;
  font-size: 1.15rem;
  color: var(--green);
}

.legal-page p,
.legal-page li {
  color: var(--stone-600);
  max-width: 62ch;
}

.legal-page ul {
  margin: 0.5rem 0 0;
  padding-left: 1.25rem;
}

.legal-page a {
  color: var(--green);
  font-weight: 600;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.muted {
  color: var(--stone-500);
}
