@charset "UTF-8";
@font-face {
  font-family: "Akkurat";
  src: url("/fonts/Akkurat.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

html {
  font-size: 16px; }

:root {
  --bg: #ffffff;
  --fg: #000000;
  --muted: #666666;
  --accent: #bf616a; }

[data-theme="dark"] {
  --bg: #000000;
  --fg: #ffffff;
  --muted: #999999; }

[data-theme="dark"] b,
[data-theme="dark"] strong {
  -webkit-text-stroke: 0.3px #ffffff; }

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

body {
  background: var(--bg);
  color: var(--fg);
  font-family: "Akkurat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

body {
  font-size: 0.8125rem;
  line-height: 1.8; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

h1 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.0625rem; }

h4, h5, h6 {
  font-size: 1rem; }

mark {
  background: #ebe2c5;
  color: var(--bg); }

::selection {
  background: #c8bc98;
  color: var(--bg); }

hr {
  color: var(--fg);
  margin-top: 2rem;
  margin-bottom: 2rem; }

ul, ol {
  padding-left: 2rem; }

a {
  color: inherit;
  text-decoration: underline; }
  a:hover {
    color: var(--muted); }

blockquote {
  margin: 0.5rem 0;
  border-left: 0.1rem solid;
  padding-left: 1rem;
  display: flow-root; }
  blockquote p {
    margin: 0;
    text-indent: 2ch; }
    blockquote p + p {
      margin-top: 0.75em; }

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 100%; }
  input[type="range"]::-webkit-slider-runnable-track {
    height: 1px;
    background: var(--fg);
    opacity: 0.35; }
  input[type="range"]::-moz-range-track {
    height: 1px;
    background: var(--fg);
    opacity: 0.35;
    border: none; }
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 3px;
    height: 12px;
    background: var(--fg);
    border-radius: 0;
    margin-top: -5.5px; }
  input[type="range"]::-moz-range-thumb {
    width: 3px;
    height: 12px;
    background: var(--fg);
    border: none;
    border-radius: 0; }

.nav a,
.posts-nav a,
.post-item {
  text-decoration: none;
  transition: none; }

.nav a:hover,
.posts-nav a:hover {
  color: inherit;
  text-decoration: underline; }

.post-item:hover .post-title {
  text-decoration: underline; }

.sitenav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3rem;
  height: 3.5rem;
  background: var(--bg);
  z-index: 1000; }

.sitenav-name {
  text-decoration: none;
  font-size: 1.2rem; }
  .sitenav-name:hover {
    color: inherit;
    text-decoration: none; }

.sitenav-nav {
  display: none;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.8125rem; }
  .sitenav-nav a {
    text-decoration: none;
    display: flex;
    align-items: center; }
    .sitenav-nav a:hover {
      text-decoration: none; }
    .sitenav-nav a.active {
      color: var(--accent); }

.hamburger {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
  touch-action: manipulation; }
  .hamburger span {
    display: block;
    width: 1.375rem;
    height: 1.5px;
    background: var(--fg);
    transition: transform 0.2s ease, opacity 0.2s ease; }
  .hamburger.open span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg); }
  .hamburger.open span:nth-child(2) {
    opacity: 0; }
  .hamburger.open span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed;
  top: 3.5rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bg);
  padding: 1.5rem 1.5rem;
  flex-direction: column;
  gap: 1.25rem;
  z-index: 999;
  font-size: 0.9375rem;
  border-bottom: 1px solid var(--fg);
  overflow-y: auto; }
  .mobile-menu.open {
    display: flex; }
  .mobile-menu a {
    text-decoration: none; }
    .mobile-menu a:hover {
      text-decoration: underline;
      color: inherit; }
  .mobile-menu .nav-section {
    margin-top: 0;
    gap: 0.625rem; }
  .mobile-menu .nav-section-title {
    font-size: 0.75rem; }
  .mobile-menu .nav-section-item {
    font-size: 0.9375rem; }

.sitenav-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem; }

.mobile-menu-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 998; }
  .mobile-menu-backdrop.open {
    display: block; }

.mobile-menu-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.25rem; }

@media (min-width: 769px) {
  .sitenav {
    top: 0;
    bottom: 0;
    left: max(3rem, calc((100vw - 80rem) / 2 + 3rem));
    right: auto;
    width: 12rem;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2rem 1.5rem;
    transition: left 0.2s ease;
    overflow-y: auto;
    scrollbar-width: none; }
    .sitenav::-webkit-scrollbar {
      display: none; }
  .sitenav-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 1rem; }
  .hamburger {
    display: none; }
  .sitenav-icons {
    margin-top: auto; }
  body.nav-collapsible.nav-collapsed .sitenav {
    left: -15rem; } }

.nav-section {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.6rem; }

.nav-section-title {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted); }

.nav-section-item {
  text-decoration: none;
  display: flex;
  align-items: center; }
  .nav-section-item:hover {
    color: inherit;
    text-decoration: underline; }
  .nav-section-item.active {
    color: var(--accent);
    text-decoration: none; }

.bio {
  margin-top: 0; }

.sitenav-icon {
  display: flex;
  align-items: center;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.1s ease; }
  .sitenav-icon svg {
    width: 1em;
    height: 1em;
    display: block; }
  .sitenav-icon:hover {
    color: var(--fg);
    text-decoration: none; }

.theme-toggle {
  background: none;
  border: none;
  color: var(--muted);
  cursor: pointer;
  font-family: inherit;
  font-size: 0.8125rem;
  padding: 0;
  display: flex;
  align-items: center; }
  .theme-toggle:hover {
    color: var(--fg); }

[data-theme="light"] .icon-moon {
  display: none; }

[data-theme="dark"] .icon-sun {
  display: none; }

/* now playing widget — hidden until JS populates it */
.now-playing {
  display: none;
  flex-direction: column;
  gap: 0.35rem;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease; }

@media (max-width: 768px) {
  .sitenav .now-playing {
    display: none !important; } }

.now-playing-label {
  font-size: 0.75rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600; }

.now-playing-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
  min-width: 0; }
  .now-playing-row:hover {
    text-decoration: none;
    color: inherit; }
    .now-playing-row:hover .now-playing-track {
      text-decoration: underline; }

.now-playing-art {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--fg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: var(--muted);
  flex-shrink: 0; }
  .now-playing-art img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none; }
  .now-playing-art.has-art img {
    display: block; }
  .now-playing-art.has-art .now-playing-art-icon {
    display: none; }

.now-playing-art-icon {
  display: block;
  flex-shrink: 0;
  color: var(--muted); }

.now-playing-text {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
  overflow: hidden;
  padding-top: 0.18rem; }

.now-playing-track,
.now-playing-artist {
  font-size: 0.75rem;
  line-height: 1.6;
  white-space: nowrap;
  display: block; }

.now-playing-artist {
  color: var(--muted); }

.now-playing-track.marquee {
  animation: marquee 12s linear infinite; }

@keyframes marquee {
  0% {
    transform: translateX(0); }
  15% {
    transform: translateX(0);
    animation-timing-function: ease-in-out; }
  50% {
    transform: translateX(var(--marquee-distance)); }
  65% {
    transform: translateX(var(--marquee-distance));
    animation-timing-function: ease-in-out; }
  100% {
    transform: translateX(0); } }

@media (min-width: 769px) {
  .now-playing {
    margin-top: 1.5rem; } }

.site-body {
  min-height: 100vh; }

.page {
  padding: 5rem 1.5rem; }

.page--full {
  max-width: none;
  padding: 5rem 3rem 3rem; }

.right-sidebar {
  position: fixed;
  top: 0;
  right: 3rem;
  bottom: 0;
  width: 12rem;
  overflow-y: auto;
  padding: 3rem 0; }
  .right-sidebar:empty {
    display: none; }

@media (min-width: 769px) {
  .site-body {
    margin-left: max(15rem, calc((100vw - 80rem) / 2 + 15rem));
    margin-right: max(3rem, calc((100vw - 80rem) / 2 + 3rem));
    transition: margin-left 0.2s ease, margin-right 0.2s ease; }
  body:has(.right-sidebar:not(:empty)) .site-body {
    margin-right: 15rem;
    /* right sidebar right:3rem + width:12rem */ }
  body.nav-collapsible.nav-collapsed .site-body {
    margin-left: 0;
    margin-right: 0; }
  .page {
    padding: 2rem; }
  .page--full {
    padding: 2rem; } }

/* Outside */
.geo-layout {
  display: flex;
  flex-direction: column; }

.geo-map-col {
  width: 100%; }

.map-sidebar-toggle {
  display: none;
  background: none;
  border: none;
  padding: 0.4rem 0;
  font-family: inherit;
  font-size: 0.75rem;
  color: var(--fg);
  cursor: pointer;
  text-align: left;
  width: 100%; }

@media (min-width: 769px) {
  body.nav-collapsible .map-sidebar-toggle {
    display: block; } }

#geo-map {
  width: 100%;
  height: 40vh;
  container-type: inline-size; }

.geo-list {
  display: flex;
  flex-direction: column; }

.leaflet-tooltip.map-preview-tooltip {
  background: var(--bg);
  border: 1px solid var(--fg);
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  color: var(--fg); }
  .leaflet-tooltip.map-preview-tooltip::before {
    display: none; }

.map-preview {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.75rem;
  font-family: "Akkurat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--fg);
  min-width: min(10rem, 40cqw);
  max-width: min(14rem, 50cqw); }
  .map-preview strong {
    font-size: 0.8125rem; }
  .map-preview span {
    color: var(--muted); }

.map-preview-subtitle {
  color: var(--muted);
  font-size: 0.75rem;
  white-space: normal; }

.map-preview-imgs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(9rem, 30cqw), 1fr));
  gap: 0.25rem;
  margin-top: 0.5rem; }
  .map-preview-imgs img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block; }

.geo-sort {
  position: sticky;
  top: 0;
  background: var(--bg);
  padding: 0.75rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap; }

.geo-sort-label {
  color: var(--muted); }

.geo-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem; }

.geo-header-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0; }

.geo-header-desc,
.geo-header-desc p {
  font-size: 0.8125rem;
  margin: 0; }

.geo-sort-sep {
  color: var(--fg); }

.geo-sort-btn {
  background: none;
  border: none;
  font-family: inherit;
  font-size: 0.8125rem;
  color: var(--fg);
  cursor: pointer;
  padding: 0;
  text-decoration: none; }
  .geo-sort-btn.active {
    text-decoration: underline; }
  .geo-sort-btn:hover {
    text-decoration: underline; }

.outside-region-header {
  font-size: 1.2rem;
  color: var(--fg);
  padding: 1rem 0 0.25rem;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  gap: 0.375rem; }

.region-indicator {
  font-size: 0.7rem;
  line-height: 1;
  display: flex;
  align-items: center;
  transform: translateY(-0.1em); }

.outside-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1rem; }

.geo-back {
  display: block;
  color: var(--muted);
  text-decoration: none;
  padding-bottom: 0.75rem; }
  .geo-back:hover {
    color: var(--fg);
    text-decoration: none; }

.outside-header {
  display: flex;
  flex-direction: column;
  gap: 0.25rem; }

.outside-title {
  font-size: 1.25rem;
  font-weight: 400; }

.outside-subtitle {
  font-size: 0.9375rem;
  color: var(--muted);
  margin-top: 0.125rem; }

.outside-meta {
  color: var(--muted); }

.outside-body {
  font-size: 0.8125rem;
  line-height: 1.7; }

.outside-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.25rem; }
  .outside-gallery img {
    width: 100%;
    height: 11.25rem;
    object-fit: cover;
    display: block; }

.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 2000;
  align-items: center;
  justify-content: center; }
  .lightbox.open {
    display: flex; }

.lightbox-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  max-width: calc(100vw - 7.5rem); }

.lightbox-img {
  max-width: 100%;
  max-height: calc(100vh - 5rem);
  object-fit: contain;
  display: block; }

.lightbox-caption {
  color: #ffffff;
  opacity: 0.7;
  text-align: center; }

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: fixed;
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.5rem;
  padding: 0.75rem;
  opacity: 0.6;
  transition: opacity 0.1s; }
  .lightbox-close:hover,
  .lightbox-prev:hover,
  .lightbox-next:hover {
    opacity: 1; }

.lightbox-close {
  top: 1rem;
  right: 1rem;
  font-size: 2rem; }

.lightbox-prev {
  left: 1rem;
  top: 50%;
  transform: translateY(-50%); }

.lightbox-next {
  right: 1rem;
  top: 50%;
  transform: translateY(-50%); }

.geo-entry {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--fg);
  text-decoration: none; }
  .geo-entry:first-child {
    padding-top: 0; }
  .geo-entry:hover {
    text-decoration: none; }
  .geo-entry:hover .geo-entry-title {
    text-decoration: underline; }

.geo-entry-title {
  font-size: 0.9375rem;
  display: flex;
  flex-direction: column;
  gap: 0.125rem; }

.geo-entry-subtitle {
  color: var(--muted); }

.geo-entry-meta {
  color: var(--muted);
  white-space: nowrap; }

/* Posts layout */
.posts-intro {
  line-height: 1.7; }

.posts-filter {
  position: sticky;
  top: 0;
  background: var(--bg);
  padding: 0 0 0.75rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem; }

.posts-filter-label {
  color: var(--muted); }

.posts-filter-sep {
  color: var(--fg); }

.posts-filter-btn {
  background: none;
  border: none;
  font-family: inherit;
  font-size: 0.8125rem;
  color: var(--fg);
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  text-transform: lowercase; }
  .posts-filter-btn--active, .posts-filter-btn:hover {
    text-decoration: underline; }

.post-item-tag {
  cursor: pointer; }

.posts-list {
  display: flex;
  flex-direction: column;
  gap: 0; }

.post-item {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--fg);
  text-decoration: none;
  color: inherit;
  align-items: flex-start; }
  .post-item:first-child {
    padding-top: 0; }
  .post-item:hover {
    text-decoration: none; }
  .post-item:hover .post-item-title {
    text-decoration: underline; }

.post-item-img-wrap {
  width: 14rem;
  aspect-ratio: 4 / 3;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid var(--fg);
  background: var(--muted); }
  .post-item-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

.post-item-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0; }

.post-item-header {
  display: flex;
  flex-direction: column;
  gap: 0.125rem; }

.post-item-title {
  font-size: 1rem;
  font-weight: 500; }

.post-item-date {
  color: var(--muted);
  white-space: nowrap; }

.post-item-subtitle {
  font-size: 0.8125rem;
  color: var(--muted);
  margin: 0; }

.post-item-desc {
  font-size: 0.8125rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.5; }

.post-item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin-top: 0.125rem; }

.post-item-tag {
  font-size: 0.75rem;
  color: var(--muted);
  border: 1px solid var(--muted);
  padding: 0.0625rem 0.375rem; }

.park-title-bar {
  display: flex;
  flex-direction: column;
  gap: 0.25rem; }

.park-title {
  font-size: 1.25rem; }

.park-completion {
  font-size: 0.75rem;
  color: var(--muted); }

.park-trails {
  display: flex;
  flex-direction: column; }

.park-trail-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--fg);
  gap: 1rem; }

.park-trail-name {
  font-size: 0.9375rem; }

.park-trail-status {
  font-size: 0.75rem;
  color: var(--muted);
  white-space: nowrap; }

.park-trail-status--complete {
  color: var(--fg); }

.park-trail-status--partial {
  color: var(--muted); }

/* Parks list */
.parks-intro {
  max-width: 40rem;
  margin: 0 auto;
  padding: 0 1rem;
  font-size: 0.9375rem; }

.parks-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem; }

.parks-list {
  display: flex;
  flex-direction: column;
  max-width: 40rem;
  margin: 2rem auto;
  padding: 0 1rem; }

.park-list-item {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1rem 0;
  border-bottom: 1px solid var(--fg);
  text-decoration: none;
  color: inherit; }
  .park-list-item:first-child {
    padding-top: 0; }

.park-list-img-wrap {
  width: 7rem;
  aspect-ratio: 1;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid var(--fg);
  background: var(--muted); }
  .park-list-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

.park-list-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-top: 0.25rem; }

.park-list-name {
  font-size: 1rem; }

.park-list-pct {
  font-size: 0.8125rem;
  color: var(--muted); }

.park-list-trails {
  color: var(--muted); }

/* Slideshow */
.slideshow {
  position: relative;
  cursor: pointer;
  user-select: none;
  border: 1px solid var(--fg); }

.slideshow-img {
  display: none;
  width: 100%;
  height: auto;
  vertical-align: top; }
  .slideshow-img.active {
    display: block; }

.slideshow-counter {
  position: absolute;
  bottom: 0.5rem;
  right: 0.75rem;
  font-size: 0.75rem;
  color: #ffffff;
  mix-blend-mode: difference; }

/* Library */
.collection-now {
  margin-bottom: 2rem; }

.collection-section-title {
  margin-top: 2rem;
  margin-bottom: 1rem; }
  .collection-section-title:first-child {
    margin-top: 0; }

.collection-grid--library {
  grid-template-columns: repeat(auto-fill, minmax(6rem, 1fr));
  gap: 0.75rem; }
  .collection-grid--library .collection-img-wrap {
    aspect-ratio: 2 / 3;
    border: 1px solid var(--fg); }
    .collection-grid--library .collection-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: opacity 0.15s; }
  .collection-grid--library .collection-item:hover .collection-img-wrap img {
    opacity: 0.85; }
  .collection-grid--library .collection-caption {
    display: none; }

.library-modal-rating {
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  color: var(--fg); }

/* Collections */
.collection-wrap {
  max-width: none; }

.collection-intro {
  margin-bottom: 1.5rem;
  line-height: 1.7; }

.collection-search {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  flex-shrink: 0; }

.collection-search-icon-wrap {
  position: relative;
  width: 13px;
  height: 13px;
  flex-shrink: 0; }

.collection-search-icon {
  color: var(--muted);
  position: absolute;
  top: 0;
  left: 0; }

.collection-search-clear {
  display: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: var(--muted);
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0; }
  .collection-search-clear:hover {
    color: var(--fg); }

.collection-search-input-wrap {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--fg);
  padding-bottom: 0; }

.collection-search-input {
  background: none;
  border: none;
  font-family: inherit;
  font-size: 0.8125rem;
  color: var(--fg);
  padding: 0;
  width: 16rem;
  outline: none; }
  .collection-search-input::placeholder {
    color: var(--muted); }

.collection-toolbar {
  position: sticky;
  top: 0;
  background: var(--bg);
  padding: 0.5rem 0 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.5rem; }
  @media (min-width: 769px) {
    .collection-toolbar {
      flex-direction: row;
      align-items: center;
      gap: 1.5rem; } }
.collection-filter {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  flex: 1; }

.collection-filter-label {
  color: var(--muted); }

.collection-filter-sep {
  color: var(--fg); }

.collection-filter-btn {
  background: none;
  border: none;
  font-family: inherit;
  font-size: 0.8125rem;
  color: var(--fg);
  cursor: pointer;
  padding: 0;
  text-transform: lowercase; }
  .collection-filter-btn--active, .collection-filter-btn:hover {
    text-decoration: underline; }

.collection-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
  gap: 1rem; }

.collection-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-decoration: none;
  cursor: pointer; }
  .collection-item:hover .collection-name {
    text-decoration: underline; }

.collection-img-wrap {
  border: 1px solid var(--fg);
  aspect-ratio: 1;
  overflow: hidden; }
  .collection-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.15s ease; }

.collection-item:hover .collection-img-wrap img {
  opacity: 0.85; }

.collection-img-wrap--overlay {
  position: relative; }

.collection-overlay-caption {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.625rem 0.75rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.2) 55%, transparent 100%);
  opacity: 0.92;
  transition: opacity 0.2s ease; }
  .collection-overlay-caption .collection-name {
    color: #fff;
    line-height: 1.3; }

.collection-item:hover .collection-overlay-caption {
  opacity: 1; }

.collection-caption {
  display: flex;
  flex-direction: column;
  gap: 0.125rem; }

.collection-id {
  font-size: 0.75rem;
  color: var(--muted); }

/* Rock overlay */
.collection-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2000;
  padding: 2rem;
  align-items: center;
  justify-content: center; }
  .collection-overlay.open {
    display: flex; }

.collection-modal {
  background: var(--bg);
  border: 1px solid var(--fg);
  display: block;
  max-width: 50rem;
  width: 100%;
  max-height: calc(100vh - 4rem);
  overflow: auto;
  position: relative;
  padding: 2rem; }

.collection-modal-imgs {
  float: left;
  width: 12rem;
  min-height: 12rem;
  margin-right: 2rem;
  margin-bottom: 0.5rem; }
  .collection-modal-imgs img {
    max-width: 100%; }
  .collection-modal-imgs .slideshow {
    width: 100%;
    min-height: 12rem; }
  @media (max-width: 768px) {
    .collection-modal-imgs {
      float: none;
      width: 100%;
      min-height: unset;
      margin-right: 0;
      margin-bottom: 1rem; } }
.collection-modal-info {
  overflow: hidden; }

.collection-modal-header {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 1rem; }

.collection-modal-id {
  color: var(--muted); }

.collection-modal-title {
  font-size: 1.25rem;
  font-weight: 400; }

.collection-modal-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.25rem 1rem;
  margin-bottom: 0; }
  .collection-modal-meta dt {
    color: var(--muted); }
  .collection-modal-meta dd {
    margin: 0; }

.collection-modal-content {
  line-height: 1.7;
  color: var(--fg); }

.media-modal-img {
  width: 100%;
  display: block;
  border-bottom: 1px solid var(--fg); }

.media-modal-link {
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  vertical-align: middle;
  margin-left: 0.5rem; }
  .media-modal-link svg {
    width: 18px;
    height: 18px; }
  @media (max-width: 768px) {
    .media-modal-link svg {
      width: 13px;
      height: 13px; } }
  .media-modal-link:hover {
    color: var(--fg); }

.collection-modal-prev,
.collection-modal-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  color: #fff;
  padding: 1rem;
  z-index: 2001;
  touch-action: manipulation; }
  .collection-modal-prev:hover,
  .collection-modal-next:hover {
    opacity: 0.6; }
  @media (max-width: 768px) {
    .collection-modal-prev,
    .collection-modal-next {
      top: auto;
      bottom: 1rem;
      transform: none; } }
.collection-modal-prev {
  left: 1rem; }

.collection-modal-next {
  right: 1rem; }

/* Post single */
li:has(.expandable) {
  list-style: none;
  cursor: pointer;
  position: relative; }
  li:has(.expandable)::before {
    content: "▸";
    position: absolute;
    left: -1em; }
    @media (max-width: 768px) {
      li:has(.expandable)::before {
        left: -1.2em; } }
  li:has(.expandable).open::before {
    content: "▾"; }

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

.post-body h1, .post-body h2, .post-body h3, .post-body h4, .post-body h5, .post-body h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem; }

.post-body p {
  margin-bottom: 1.25rem; }

.post-body img,
.post-body video {
  max-width: 100%;
  display: block;
  margin: 1.5rem 0; }

.post-body figure {
  margin: 1.5rem 0;
  text-align: center; }

.post-body figcaption,
.post-body figcaption p {
  color: var(--muted);
  font-style: italic;
  margin: 0.5rem 0 0; }

.post-body .html-video,
.post-body figure img {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

.post-body pre {
  background: var(--fg);
  color: var(--bg);
  padding: 1rem;
  overflow-x: auto;
  margin: 1.5rem 0; }

.post-body p code {
  background: color-mix(in srgb, var(--fg) 8%, transparent);
  padding: 0.0625rem 0.25rem; }

.pins-intro {
  margin-bottom: 1.5rem;
  line-height: 1.7; }

.pins-grid {
  columns: 10rem;
  column-gap: 0.75rem; }

.pin {
  break-inside: avoid;
  margin-bottom: 0.75rem;
  cursor: pointer; }

.pin--image img {
  width: 100%;
  display: block;
  border: 1px solid var(--fg); }

.pin--text {
  border: 1px solid var(--fg);
  padding: 0.75rem;
  font-size: 0.8125rem; }
  .pin--text p:last-child {
    margin-bottom: 0; }

.pin-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1000;
  align-items: center;
  justify-content: center; }
  .pin-lightbox.open {
    display: flex; }

.pin-lightbox-inner {
  width: 90vw;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto; }

.pin-lightbox-img {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain; }

.pin-lightbox-text {
  background: var(--bg);
  color: var(--fg);
  border: 1px solid var(--fg);
  padding: 1.5rem;
  font-size: 0.8125rem;
  max-width: 560px; }
  .pin-lightbox-text p:last-child {
    margin-bottom: 0; }

.pin-lightbox-prev,
.pin-lightbox-next {
  position: fixed;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.5rem;
  opacity: 0.7; }
  .pin-lightbox-prev:hover,
  .pin-lightbox-next:hover {
    opacity: 1; }

.pin-lightbox-prev {
  left: 1rem;
  top: 50%;
  transform: translateY(-50%); }

.pin-lightbox-next {
  right: 1rem;
  top: 50%;
  transform: translateY(-50%); }

#giflink-popover {
  position: fixed;
  display: none;
  transform: translate(-50%, calc(-100% - 0.5rem));
  pointer-events: none;
  z-index: 9999; }
  #giflink-popover img {
    display: block; }

.art-page {
  max-width: none; }

.art-intro {
  margin-bottom: 1.5rem;
  line-height: 1.7; }

.art-grid {
  position: relative;
  padding: 0; }

.art-item {
  flex: 0 0 auto;
  max-width: 100%;
  margin: 0; }

.art-img {
  display: block;
  width: 100%;
  height: auto;
  transition: filter 0.2s ease, transform 0.2s ease; }

.art-item--cutout .art-img {
  filter: drop-shadow(2px 6px 12px rgba(0, 0, 0, 0.18)); }

.art-item--cutout:hover .art-img {
  filter: drop-shadow(3px 8px 16px rgba(0, 0, 0, 0.28));
  transform: scale(1.015); }

.art-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2000;
  padding: 2rem;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto; }
  .art-overlay.open {
    display: flex; }

.art-modal {
  background: var(--bg);
  border: 1px solid var(--fg);
  max-width: 48rem;
  width: 100%;
  padding: 2rem;
  position: relative;
  margin: auto; }

.art-modal-img-wrap {
  text-align: center;
  margin-bottom: 1.5rem; }

.art-modal-img {
  max-width: 100%;
  max-height: 60vh;
  object-fit: contain; }

.art-modal-info {
  display: flex;
  flex-direction: column;
  gap: 0.375rem; }

.art-modal-title {
  font-size: 1.125rem;
  font-weight: 400; }

.art-modal-date {
  color: var(--muted);
  margin: 0; }

.art-modal-content {
  line-height: 1.7;
  margin-top: 0.5rem; }
  .art-modal-content img {
    max-width: 100%;
    height: auto; }

.art-modal-prev,
.art-modal-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  color: #fff;
  padding: 1rem;
  z-index: 2001;
  touch-action: manipulation; }
  .art-modal-prev:hover,
  .art-modal-next:hover {
    opacity: 0.6; }
  @media (max-width: 768px) {
    .art-modal-prev,
    .art-modal-next {
      top: auto;
      bottom: 1rem;
      transform: none; } }
.art-modal-prev {
  left: 1rem; }

.art-modal-next {
  right: 1rem; }

.concerts-page {
  max-width: none; }

.concerts-intro {
  margin-bottom: 1.5rem;
  line-height: 1.7; }

.concerts-filter {
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--bg);
  padding: 0.5rem 0 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem; }

.concerts-filter-label {
  color: var(--muted); }

.concerts-filter-sep {
  color: var(--fg); }

.concerts-filter-btn {
  background: none;
  border: none;
  font-family: inherit;
  font-size: 0.8125rem;
  color: var(--fg);
  cursor: pointer;
  padding: 0;
  text-transform: lowercase; }
  .concerts-filter-btn--active, .concerts-filter-btn:hover {
    text-decoration: underline; }

.concerts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
  gap: 1rem; }

.concerts-card {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid var(--fg); }
  .concerts-card:hover .concerts-card-overlay {
    opacity: 1; }

.concerts-card-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.concerts-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.625rem 0.75rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.2) 55%, transparent 100%);
  opacity: 0.92;
  transition: opacity 0.2s ease; }

.concerts-card-name {
  color: #fff;
  line-height: 1.3; }

.concerts-card-subtitle {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  line-height: 1.3;
  margin-top: 0.1rem; }

/* Modal */
.concerts-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2000;
  padding: 2rem;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto; }
  .concerts-overlay.open {
    display: flex; }

.concerts-modal {
  background: var(--bg);
  border: 1px solid var(--fg);
  max-width: 36rem;
  width: 100%;
  position: relative;
  margin: auto; }

.concerts-modal-info {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.375rem; }

.concerts-modal-title {
  font-size: 1.125rem;
  font-weight: 400; }

.concerts-modal-subtitle {
  color: var(--muted);
  margin: 0; }

.concerts-modal-content {
  line-height: 1.7;
  margin-top: 0.5rem; }
  .concerts-modal-content img {
    max-width: 100%;
    height: auto; }

.concerts-modal-prev,
.concerts-modal-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  color: #fff;
  padding: 1rem;
  z-index: 2001;
  touch-action: manipulation; }
  .concerts-modal-prev:hover,
  .concerts-modal-next:hover {
    opacity: 0.6; }
  @media (max-width: 768px) {
    .concerts-modal-prev,
    .concerts-modal-next {
      top: auto;
      bottom: 1rem;
      transform: none; } }
.concerts-modal-prev {
  left: 1rem; }

.concerts-modal-next {
  right: 1rem; }

/* ── Desktop overrides ── */
@media (min-width: 769px) {
  html {
    font-size: 28px; }
  .geo-layout {
    flex-direction: row;
    gap: 3rem;
    align-items: flex-start; }
  .geo-map-col {
    flex: 1;
    position: sticky;
    top: 2rem; }
  #geo-map {
    height: calc(100vh - 4rem); }
  .geo-layout--list .geo-list {
    width: 20rem;
    flex-shrink: 0;
    height: calc(100vh - 4rem);
    overflow-y: auto;
    scrollbar-width: none; }
    .geo-layout--list .geo-list::-webkit-scrollbar {
      display: none; } }

/* ── Mobile overrides ── */
@media (max-width: 768px) {
  .page {
    padding: 4rem 1rem 1.5rem; }
  .page--full {
    padding: 4rem 1rem 1.5rem; }
  .right-sidebar {
    display: none; }
  .sitenav {
    padding: 0 1rem; }
  #geo-map {
    height: 40vh; }
  .geo-list {
    margin-top: 2rem; }
  .geo-map-col {
    order: 2; }
  .geo-layout--list .geo-map-col,
  .geo-layout--single .geo-map-col {
    position: sticky;
    top: 3.5rem;
    z-index: 10;
    background: var(--bg);
    padding-bottom: 1rem; }
  .geo-layout--list .geo-map-col {
    order: 0; }
  .geo-layout--list .geo-list {
    margin-top: 0; }
  .geo-layout--list .geo-sort {
    position: sticky;
    top: calc(3.5rem + 40vh);
    z-index: 10;
    padding-bottom: 1rem; }
  .geo-back {
    text-align: right; }
  .lightbox-inner {
    max-width: 100vw;
    width: 100%; }
  .lightbox-img {
    max-height: calc(100vh - 8rem); } }

.media-modal-img {
  width: 100%;
  display: block;
  padding-top: 1.5rem; }
  @media (min-width: 769px) {
    .media-modal-img {
      max-height: 50vh;
      width: auto;
      margin: 0 auto; } }
  .media-modal-img .lightbox-prev,
  .media-modal-img .lightbox-next {
    top: auto;
    bottom: 1rem;
    transform: none; }
  .media-modal-img .lightbox-prev {
    left: 2rem; }
  .media-modal-img .lightbox-next {
    right: 2rem; }
  .media-modal-img .outside-gallery {
    grid-template-columns: 1fr; }
  .media-modal-img .posts-layout {
    flex-direction: column;
    gap: 1.5rem; }
  .media-modal-img .posts-sidebar {
    width: 100%;
    position: static; }
  .media-modal-img .posts-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem; }
  .media-modal-img .collection-modal {
    overflow-y: auto;
    touch-action: pan-y; }
  .media-modal-img .collection-modal-imgs {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem; }
  .media-modal-img .slideshow {
    touch-action: manipulation; }
  .media-modal-img .art-modal-prev,
  .media-modal-img .art-modal-next,
  .media-modal-img .collection-modal-prev,
  .media-modal-img .collection-modal-next,
  .media-modal-img .pin-lightbox-prev,
  .media-modal-img .pin-lightbox-next,
  .media-modal-img .concerts-modal-prev,
  .media-modal-img .concerts-modal-next {
    top: auto;
    bottom: 1rem;
    transform: none; }
  .media-modal-img .art-modal-prev,
  .media-modal-img .collection-modal-prev,
  .media-modal-img .pin-lightbox-prev,
  .media-modal-img .concerts-modal-prev {
    left: 2rem; }
  .media-modal-img .art-modal-next,
  .media-modal-img .collection-modal-next,
  .media-modal-img .pin-lightbox-next,
  .media-modal-img .concerts-modal-next {
    right: 2rem; }
  .media-modal-img .collection-toolbar {
    position: static;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem; }

.feed-intro {
  margin-bottom: 1.5rem;
  line-height: 1.7; }

.feed-toolbar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--bg);
  padding: 0.5rem 0 0.75rem; }

.feed-toolbar-label {
  color: var(--muted); }

.feed-filter-sep {
  color: var(--fg); }

.feed-filter-btn {
  background: none;
  border: none;
  font-family: inherit;
  font-size: 0.8125rem;
  color: var(--fg);
  cursor: pointer;
  padding: 0;
  text-transform: lowercase; }
  .feed-filter-btn--active, .feed-filter-btn:hover {
    text-decoration: underline; }

.feed-year-section + .feed-year-section {
  margin-top: 2rem; }

.feed-year-heading {
  margin-bottom: 0.5rem; }

.feed-entries {
  display: flex;
  flex-direction: column; }

.feed-entry {
  border-top: 1px solid color-mix(in srgb, var(--fg) 20%, transparent);
  padding-top: 0.75rem;
  margin-top: 0.75rem; }

.feed-entry--first {
  border-top: none;
  padding-top: 0;
  margin-top: 0; }

.feed-entry {
  line-height: 1.6; }
  .feed-entry p {
    margin-bottom: 1.25rem; }
  .feed-entry > p:last-of-type,
  .feed-entry > ul:last-child,
  .feed-entry > ol:last-child {
    margin-bottom: 0; }

.feed-intro p {
  margin-bottom: 1.25rem; }

.feed-content {
  color: var(--muted);
  font-size: 0.8125rem;
  line-height: 1.6;
  margin-top: 0.2rem; }
  .feed-content p {
    margin: 0; }
  .feed-content ul, .feed-content ol {
    margin: 0;
    padding-left: 1.25rem; }

.feed-img-float {
  float: left;
  margin-top: 0.25rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem; }
  @media (max-width: 768px) {
    .feed-img-float {
      width: 10rem; }
      .feed-img-float img {
        width: 100%;
        height: 100%;
        object-fit: cover; } }
/* Card entries (with image) */
.feed-entry--card .post-item {
  border-bottom: none;
  padding: 0.25rem 0; }

.feed-entry--card .post-item-tags {
  display: none; }

.feed-entry--card .post-item-date,
.feed-entry--card .post-item-subtitle,
.feed-entry--card .post-item-desc {
  color: var(--fg); }

.music-player {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bg);
  border: 1px solid var(--fg);
  padding: 0.6rem 1rem;
  display: none;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 320px;
  max-width: 480px;
  z-index: 100;
  font-size: 0.8125rem; }
  .music-player.visible {
    display: flex; }

.music-player-title {
  color: var(--fg);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center; }

.music-player-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem; }

.music-player-time,
.music-player-dur {
  color: var(--muted);
  white-space: nowrap;
  font-variant-numeric: tabular-nums; }

.music-player-scrubber {
  flex: 1;
  accent-color: var(--fg);
  cursor: pointer; }

.feed-entry--audio .feed-audio-player {
  display: flex;
  align-items: center;
  gap: 0.75rem; }

.feed-entry--audio .feed-audio-btn {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  background: none;
  border: 1px solid var(--fg);
  color: var(--fg);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0; }
  .feed-entry--audio .feed-audio-btn .icon-pause {
    display: none; }
  .feed-entry--audio .feed-audio-btn.is-playing .icon-play {
    display: none; }
  .feed-entry--audio .feed-audio-btn.is-playing .icon-pause {
    display: block; }
  .feed-entry--audio .feed-audio-btn:hover:not(:disabled) {
    background: color-mix(in srgb, var(--fg) 10%, transparent); }
  .feed-entry--audio .feed-audio-btn:disabled {
    opacity: 0.3;
    cursor: default; }

.feed-entry--audio .feed-audio-info {
  flex: 1;
  min-width: 0; }

.feed-entry--audio .feed-audio-meta {
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-bottom: 0.15rem; }

.feed-entry--audio .feed-audio-tag {
  font-size: 0.8125rem;
  color: var(--muted);
  margin-left: 0.2rem; }

.feed-entry--audio .feed-content {
  font-size: 0.8125rem;
  color: var(--fg); }

.feed-entry--audio audio {
  display: none; }

.guestbook-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem; }

.guestbook-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem; }
  .guestbook-field label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--muted); }
  .guestbook-field .guestbook-optional {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0; }
  .guestbook-field input,
  .guestbook-field textarea {
    background: none;
    border: 1px solid var(--fg);
    color: var(--fg);
    font-family: inherit;
    font-size: 0.8125rem;
    padding: 0.5rem 0.625rem;
    width: 100%;
    resize: vertical;
    outline: none; }
    .guestbook-field input:focus,
    .guestbook-field textarea:focus {
      border-color: var(--accent); }

.guestbook-submit {
  align-self: flex-start;
  background: none;
  border: 1px solid var(--fg);
  color: var(--fg);
  font-family: inherit;
  font-size: 0.8125rem;
  padding: 0.4rem 1rem;
  cursor: pointer; }
  .guestbook-submit:hover {
    background: var(--fg);
    color: var(--bg); }

.guestbook-entries {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }

.guestbook-entry {
  display: flex;
  flex-direction: column;
  gap: 0.25rem; }

.guestbook-entry-meta {
  display: flex;
  align-items: baseline;
  gap: 0.75rem; }

.guestbook-entry-name {
  font-weight: 700;
  font-size: 0.8125rem; }

.guestbook-entry-date {
  font-size: 0.75rem;
  color: var(--muted); }

.guestbook-entry-message {
  font-size: 0.8125rem;
  margin: 0; }

.guestbook-replies {
  margin-top: 0.75rem;
  padding-left: 1rem;
  border-left: 1px solid var(--fg);
  display: flex;
  flex-direction: column;
  gap: 0.75rem; }

.guestbook-reply {
  display: flex;
  flex-direction: column;
  gap: 0.25rem; }
