span.block.size-2.rounded-full.bg-foreground {
  display: none !important;
}

#products > header p,
#writing > header p,
#inspiration > header p {
  display: none !important;
}

:root {
  --muted-foreground: 240 5% 84%;
  --subtle-foreground: 240 5% 80%;
  --shared-header-font-size: 28px;
}

.text-muted-foreground,
.text-subtle-foreground {
  color: #a9a9a9 !important;
}

main h2,
#products > header h2,
#socials > header h2 {
  font-size: var(--shared-header-font-size) !important;
  line-height: 1.05 !important;
}

main h1.text-foreground,
main h1.text-foreground ~ p.text-foreground,
.col-span-12.sm\:col-span-8 p.text-foreground {
  color: #8f8f8f !important;
  opacity: 1 !important;
}

#socials .divide-y > :not(:last-child) {
  border-bottom-width: 0 !important;
}

#socials a[href*="instagram.com"] {
  display: none !important;
}

#socials,
#socials > header,
#socials > div {
  background: #0a0a0a !important;
}

#socials::before,
#socials::after,
#socials > header::before,
#socials > header::after,
#socials > div::before,
#socials > div::after {
  display: none !important;
  content: none !important;
}

footer p.text-\[13px\].text-muted-foreground {
  display: none !important;
}

footer a.group.relative.flex.w-full.items-center {
  display: none !important;
}

footer .inline-flex.items-baseline.tabular-nums {
  display: none !important;
}

footer .mt-3.flex.w-full.items-center.justify-center.gap-6.text-\[15px\].tracking-tight.text-muted-foreground.sm\:gap-10 {
  margin-top: 0 !important;
  justify-content: center !important;
}

[role="button"][aria-label*="Expand inspiration map"] > .pointer-events-none.absolute.inset-0 {
  display: none !important;
}

[role="button"][aria-label*="Expand inspiration map"] > .grid > div {
  aspect-ratio: 4 / 5 !important;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1) !important;
  will-change: transform !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

[role="button"][aria-label*="Expand inspiration map"] > .grid > div img {
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1) !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  filter: none !important;
}

[role="button"][aria-label*="Expand inspiration map"] > .grid > div:hover {
  transform: translateY(-6px) !important;
  box-shadow: none !important;
  filter: none !important;
}

[role="button"][aria-label*="Expand inspiration map"] > .grid > div:hover img {
  transform: scale(1.025) !important;
  filter: none !important;
}

#products button[aria-label],
#writing button[aria-label] {
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1) !important;
  will-change: transform !important;
}

#products button[aria-label] .relative.overflow-hidden.rounded-2xl img,
#products button[aria-label] .relative.overflow-hidden.rounded-2xl video,
#writing button[aria-label] .relative.overflow-hidden.rounded-2xl img,
#writing button[aria-label] .relative.overflow-hidden.rounded-2xl video {
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1) !important;
  will-change: transform !important;
}

#products button[aria-label] .rounded-2xl,
#writing button[aria-label] .rounded-2xl,
[role="button"][aria-label*="Expand inspiration map"] > .grid > div,
[role="button"][aria-label*="Expand inspiration map"] > .grid > div img {
  border-radius: 2rem !important;
}

#products button[aria-label]:hover,
#writing button[aria-label]:hover {
  transform: translateY(-6px) !important;
}

#products button[aria-label]:hover .relative.overflow-hidden.rounded-2xl img,
#products button[aria-label]:hover .relative.overflow-hidden.rounded-2xl video,
#writing button[aria-label]:hover .relative.overflow-hidden.rounded-2xl img,
#writing button[aria-label]:hover .relative.overflow-hidden.rounded-2xl video {
  transform: scale(1.025) !important;
}

.portfolio-card-meta {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 4px;
  pointer-events: none;
}

.portfolio-card-meta::before {
  display: none !important;
}

.portfolio-card-title {
  color: rgba(255, 255, 255, 0.96);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.portfolio-card-title--small-caps {
  color: #a9a9a9;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.portfolio-card-subtitle {
  color: #a9a9a9;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.reader-open {
  overflow: hidden !important;
}

.local-reader-overlay {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  background: rgba(8, 8, 8, 0.95);
}

.local-reader-overlay.open {
  display: block;
}

.local-reader-frame {
  width: 100%;
  height: 100%;
  border: 0;
  background: #0a0a0a;
  opacity: 1;
  transition: opacity 140ms ease;
}

.local-reader-overlay.loading .local-reader-frame {
  opacity: 0;
}

.local-reader-close {
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 1201;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 9999px;
  background: rgba(14, 14, 14, 0.78);
  color: transparent;
  font-size: 0;
  line-height: 1;
  font-family: inherit;
  cursor: pointer;
}

.local-reader-close::before {
  content: "×";
  display: block;
  color: #f0f0f0;
  font-size: 24px;
  line-height: 1;
  transform: translateY(-1px);
}

.lucide-arrow-up-right {
  display: none !important;
}
