:root {
  color-scheme: light;
  --canvas: #efede9;
  --paper: #fbfaf7;
  --ink: #2e3039;
  --muted: #977c70;
  --line: #ded8ce;
  --coral: #de7582;
  --coral-soft: #f7d8dd;
  --sage: #6a8b74;
  --sage-soft: #dce8dd;
  --blue: #425c74;
  --gold: #c99a43;
  --shadow: 0 22px 70px rgba(49, 45, 39, 0.10);
  --radius: 8px;
  --radius-soft-corner: 104px 4px 4px 4px;
  --radius-profile-corner: 60px 4px 4px 4px;
  --font-display: "Helvetica Neue", "Inter", Arial, sans-serif;
  --font-ui: "Helvetica Neue", "Inter", Arial, sans-serif;
  --font-body: "Sura", Georgia, serif;
  --font-sans: var(--font-ui);
  --font-serif: var(--font-body);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--font-ui);
  line-height: 1.5;
  text-size-adjust: 100%;
}

body {
  background: var(--canvas);
  margin: 0;
  min-height: 100vh;
  min-width: 320px;
}

img,
video,
iframe {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-color: color-mix(in srgb, currentColor 35%, transparent);
  text-underline-offset: 0.16em;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, opacity 160ms ease, text-decoration-color 160ms ease, transform 120ms ease;
}

a:hover,
a:focus-visible {
  text-decoration-color: var(--coral);
}

a:active {
  opacity: 0.72;
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  background: var(--ink);
  color: var(--paper);
  left: 1rem;
  padding: 0.65rem 0.8rem;
  position: absolute;
  top: 1rem;
  transform: translateY(-160%);
  z-index: 5;
}

.skip-link:focus {
  transform: translateY(0);
}

.topbar {
  align-items: center;
  display: grid;
  gap: clamp(36px, 7vw, 86px);
  grid-template-columns: minmax(190px, 250px) minmax(0, 770px);
  justify-content: center;
  margin: 0 auto;
  max-width: 1160px;
  padding: 34px 24px 12px;
}

.site-mark {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.icon-links {
  display: flex;
  gap: 0.45rem;
  justify-self: end;
}

.icon-link {
  align-items: center;
  background: color-mix(in srgb, var(--coral-soft) 52%, transparent);
  border: 1px solid color-mix(in srgb, var(--coral) 25%, transparent);
  border-radius: 999px;
  color: var(--blue);
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 800;
  height: 1.35rem;
  justify-content: center;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 1.35rem;
}

.social-pill {
  box-shadow: 0 10px 28px rgba(74, 52, 42, 0.12);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 50%;
  text-transform: none;
  top: calc(100% + 0.45rem);
  transform: translate(-50%, -0.2rem);
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 10;
}

.icon-link .social-pill .pill__icon {
  flex: 0 0 auto;
  height: 0.72rem;
  width: 0.72rem;
}

.icon-link:hover .social-pill,
.icon-link:focus-visible .social-pill {
  opacity: 1;
  transform: translate(-50%, 0);
}

.icon-link:hover,
.icon-link:focus-visible {
  color: currentColor;
}

.topbar > .pill {
  justify-self: end;
}

.pill {
  align-items: center;
  background: rgba(217, 217, 217, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--radius);
  color: var(--muted);
  display: inline-flex;
  font-family: var(--font-ui);
  font-size: 0.625rem;
  font-weight: 500;
  gap: 0.28rem;
  line-height: 1;
  min-height: 1.25rem;
  padding: 0.22rem 0.45rem;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}

a.pill:hover,
a.pill:focus-visible,
button.pill:hover,
button.pill:focus-visible,
label.pill:hover,
label.pill:focus-within {
  box-shadow: 0 8px 18px rgba(222, 117, 130, 0.12);
}

a.pill:active,
button.pill:active,
label.pill:active {
  box-shadow: none;
  transform: translateY(1px);
}

.pill__icon {
  display: block;
  fill: none;
  height: 0.72rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 0.72rem;
}

.pill--soft {
  background: color-mix(in srgb, var(--paper) 76%, var(--coral-soft));
  border-color: color-mix(in srgb, var(--coral) 22%, transparent);
  color: color-mix(in srgb, var(--blue) 74%, var(--ink));
}

.pill--small {
  font-size: 0.625rem;
  min-height: 1.25rem;
  padding: 0.22rem 0.42rem;
}

.pill--button {
  cursor: pointer;
}

.pill--accent {
  background: linear-gradient(180deg, var(--coral) 0%, #df8064 100%);
  border-color: color-mix(in srgb, var(--coral) 62%, #df8064);
  color: #fff;
  box-shadow: 0 8px 20px rgba(222, 117, 130, 0.22);
}

.pill--accent:hover,
.pill--accent:focus-visible {
  filter: none;
}

.pill--danger {
  color: #a64758;
}

button.pill {
  appearance: none;
  font-family: var(--font-sans);
}

.site-shell {
  display: grid;
  gap: clamp(36px, 7vw, 86px);
  grid-template-columns: minmax(190px, 250px) minmax(0, 770px);
  justify-content: center;
  margin: 0 auto;
  max-width: 1160px;
  padding: clamp(42px, 8vw, 120px) 24px 84px;
}

.profile-panel {
  align-self: start;
  padding-top: 2rem;
  position: sticky;
  text-align: center;
  top: 1.5rem;
}

.profile-panel__image {
  background: var(--coral-soft);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: block;
  margin: 0 auto 1rem;
  width: min(100%, 230px);
}

@keyframes profile-rain-fall {
  from {
    top: var(--rain-start, -130px);
    transform: translate3d(0, 0, 0) rotate(var(--rain-angle, -20deg));
  }

  to {
    top: var(--rain-end, calc(100% + 56px));
    transform: translate3d(var(--rain-drift, 32px), 0, 0) rotate(var(--rain-angle, -20deg));
  }
}

@media (prefers-reduced-motion: reduce) {
  .profile-panel__rain-line {
    animation: none !important;
  }
}

.profile-panel__name {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.05;
  margin: 0;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  width: 100%;
}

.profile-panel__name-track {
  display: flex;
  transform: translateX(-50%);
  width: 200%;
}

.profile-name-first-load .profile-panel__name-track {
  animation: profile-name-slide 1500ms cubic-bezier(.72, 0, .18, 1) 480ms both;
}

.profile-panel__name-frame {
  display: block;
  flex: 0 0 50%;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

@keyframes profile-name-slide {
  0%,
  32% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .profile-panel__name-track {
    animation: none;
    transform: translateX(-50%);
  }
}

.profile-panel__tagline {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.4;
  margin: 0.85rem auto 2rem;
  max-width: 13rem;
}

.role-list {
  color: var(--muted);
  display: grid;
  font-size: 0.7rem;
  gap: 1rem;
  margin: 0 0 2.4rem;
}

.role-list p,
.role-list__item,
.profile-panel__bio {
  margin: 0;
}

.profile-panel__bio p {
  margin: 0;
}

.profile-panel__bio p + p {
  margin-top: 0.85rem;
}

.role-list strong {
  color: var(--ink);
}

.role-list p span {
  display: block;
}

.role-list__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem;
  justify-content: center;
  margin-top: 0.28rem;
}

.role-list__badge {
  font-size: 0.5rem;
  min-height: 1rem;
  padding: 0.25rem 0.34rem;
  text-decoration: none;
}

.role-list__badge:not(:has(.role-list__badge-icon))::before {
  background: currentColor;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 0.55rem;
  width: 0.55rem;
}

.role-list__badge-icon {
  border-radius: 2px;
  display: block;
  flex: 0 0 auto;
  height: 0.82rem;
  object-fit: contain;
  width: 0.82rem;
}

.role-list__badge--green {
  background: #e2f7ee;
  border-color: #96e4c5;
  color: #247b5c;
}

.role-list__badge--blue {
  background: #e9f3ff;
  border-color: #a8d2ff;
  color: #2d628f;
}

.role-list__badge--coral {
  background: #fde9ed;
  border-color: #f4b5c0;
  color: #a64758;
}

.role-list__badge--dark {
  background: #e5ece5;
  border-color: #b8c8bb;
  color: #2a3c2e;
}

.profile-panel__bio {
  color: var(--muted);
  font-size: 0.75rem;
  margin: 0 auto 0.35rem;
  max-width: 12.5rem;
}

.profile-panel__bio-more[hidden] {
  display: none;
}

.profile-panel__bio-more {
  margin-top: 1rem;
}

.profile-panel__more {
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.profile-panel__chevron {
  display: block;
  height: 0.75rem;
  margin-top: 0.16rem;
  transition: transform 160ms ease;
  width: 0.75rem;
}

.profile-panel--bio-open .profile-panel__chevron {
  transform: rotate(180deg);
}

.profile-panel__made {
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0.65rem auto 0;
}

.profile-panel__made a {
  color: #de7582;
  text-decoration: none;
}

.profile-panel__heart-link {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin: 0 0.08rem;
  vertical-align: -0.08em;
}

.profile-panel__heart {
  display: block;
  fill: currentColor;
  height: 0.74rem;
  width: 0.74rem;
}

.article-layout {
  min-width: 0;
}

.article-hero {
  display: grid;
  gap: 1.2rem;
  margin-bottom: clamp(1.4rem, 3vw, 2.4rem);
}

.article-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 7vw, 4.9rem);
  font-weight: 700;
  line-height: 1.02;
  margin: 0;
}

.article-cover {
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  box-shadow: var(--shadow);
  display: block;
  object-fit: cover;
  width: 100%;
}

.article-meta {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 0.73rem;
  font-weight: 800;
  justify-content: space-between;
}

.share-cluster,
.share-options {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  justify-content: flex-end;
}

.share-cluster {
  min-width: 64px;
}

.article-share__icon--close,
.share-cluster--open .article-share__icon--share {
  display: none;
}

.share-cluster--open .article-share__icon--close {
  display: block;
}

.share-options {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateX(0.35rem);
  transition: max-width 220ms ease, opacity 160ms ease, transform 220ms ease;
  visibility: hidden;
  white-space: nowrap;
}

.share-cluster--open .share-options {
  max-width: 14rem;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
}

.share-option {
  justify-content: center;
}

.post-body {
  font-family: var(--font-body);
  font-size: clamp(1.04rem, 1.45vw, 1.18rem);
  max-width: 640px;
}

.post-body > * {
  margin-left: 0;
  margin-right: 0;
}

.post-body p,
.post-body li {
  color: var(--ink);
}

.post-body p {
  margin: 0 0 1.35rem;
}

.post-body > p:first-of-type::first-letter,
.dropcap::first-letter {
  color: var(--ink);
  float: left;
  font-family: var(--font-display);
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 0.78;
  margin: 0.16rem 0.56rem 0 0;
}

.post-body h1,
.post-body h2,
.post-body h3 {
  color: var(--ink);
  font-family: var(--font-display);
  line-height: 1.12;
}

.post-body h1 {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  margin: 3rem 0 1rem;
}

.post-body h2 {
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  margin: 2.5rem 0 0.75rem;
}

.post-body h3 {
  font-size: clamp(1.12rem, 2vw, 1.35rem);
  margin: 2rem 0 0.5rem;
}

.post-body ul,
.post-body ol {
  display: grid;
  gap: 0.52rem;
  margin: 0 0 1.45rem;
  padding-left: 1.35rem;
}

.post-body a {
  color: inherit;
  font-weight: 700;
  text-decoration-color: var(--coral);
  text-decoration-thickness: 0.08em;
}

.post-body a:hover,
.post-body a:focus-visible {
  text-decoration-color: var(--coral);
}

.post-body img {
  border-radius: 6px;
  display: block;
  height: auto;
  margin: 2rem 0;
}

.image-block {
  margin: 2rem 0;
}

.image-block img {
  margin: 0;
}

.image-block--full img {
  width: 100%;
}

.post-image-zoom {
  cursor: zoom-in;
}

.image-lightbox {
  align-items: center;
  background: rgba(31, 29, 28, 0.72);
  cursor: zoom-out;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: clamp(1rem, 3vw, 2.5rem);
  position: fixed;
  z-index: 100;
}

.image-lightbox:not([hidden]) {
  animation: image-lightbox-fade 180ms ease both;
}

.image-lightbox--closing {
  animation: image-lightbox-fade 230ms ease reverse both;
}

.image-lightbox[hidden] {
  display: none;
}

.image-lightbox__image {
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  cursor: default;
  max-height: 92vh;
  max-width: 94vw;
  object-fit: contain;
}

@keyframes image-lightbox-fade {
  from {
    background: rgba(31, 29, 28, 0);
  }

  to {
    background: rgba(31, 29, 28, 0.72);
  }
}

.post-body blockquote,
.quote {
  border: 0;
  margin: 2rem 0;
}

.post-body blockquote:not(.quote) {
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2.3vw, 1.55rem);
  position: relative;
  padding-left: 1.15rem;
}

.post-body blockquote:not(.quote)::before {
  background: linear-gradient(180deg, var(--coral) 0%, #df8064 100%);
  border-radius: 999px;
  bottom: 0.2rem;
  content: "";
  left: 0;
  position: absolute;
  top: 0.2rem;
  width: 4px;
}

.quote {
  border-radius: var(--radius);
}

.quote p {
  margin: 0;
}

.quote cite,
.post-body blockquote cite {
  color: var(--muted);
  display: block;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
  margin-top: 0.9rem;
}

.quote--pull {
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  line-height: 1.18;
  padding: clamp(1.3rem, 4vw, 2.1rem);
}

.quote--pull p {
  color: var(--paper);
}

.quote--pull cite {
  color: color-mix(in srgb, var(--paper) 72%, transparent);
}

.quote--quiet {
  background: color-mix(in srgb, var(--sage-soft) 78%, var(--paper));
  border: 1px solid color-mix(in srgb, var(--sage) 20%, transparent);
  color: var(--ink);
  font-size: 1rem;
  padding: 1.1rem 1.2rem;
}

.gallery {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 2rem 0;
}

.gallery figure,
.media-embed {
  margin: 0;
}

.gallery img {
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  height: 100%;
  margin: 0;
  object-fit: cover;
  width: 100%;
}

figcaption {
  color: var(--muted);
  font-size: 0.78rem;
  margin-top: 0.45rem;
}

.media-embed {
  margin: 2.25rem 0;
}

.media-embed iframe,
.media-embed video {
  aspect-ratio: 16 / 9;
  background: #111;
  border: 0;
  border-radius: 6px;
  display: block;
  height: auto;
  width: 100%;
}

.more-posts {
  display: grid;
  gap: 1rem;
  margin: clamp(7rem, 14vw, 13rem) 0 0;
  max-width: 640px;
}

.more-post {
  align-items: center;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: 64px minmax(0, 1fr) max-content;
  min-height: 52px;
  padding: 0.35rem 0;
  position: relative;
  text-decoration: none;
  transition: opacity 160ms ease;
  width: 100%;
}

.more-post--current {
  opacity: 0.5;
}

.more-post::before {
  background: linear-gradient(180deg, var(--coral) 0%, #df8064 100%);
  border-radius: 999px;
  content: "";
  height: 48px;
  left: -12px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-6px, -50%);
  transition: opacity 160ms ease, transform 160ms ease;
  width: 4px;
}

.more-post:hover::before,
.more-post:focus-visible::before,
.more-post--current::before {
  opacity: 1;
  transform: translate(0, -50%);
}

.more-post img {
  aspect-ratio: 4 / 3;
  border-radius: 4px;
  object-fit: cover;
  width: 64px;
}

.more-post__title {
  font-family: var(--font-display);
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, currentColor 25%, transparent);
  text-underline-offset: 0.12em;
}

.more-post:hover .more-post__title,
.more-post:focus-visible .more-post__title {
  text-decoration-color: var(--coral);
}

.more-post--current .more-post__title {
  font-weight: 800;
  text-decoration: none;
}

.more-post--current:hover .more-post__title,
.more-post--current:focus-visible .more-post__title {
  text-decoration: none;
}

.more-post__meta {
  align-items: end;
  display: grid;
  gap: 0.35rem;
  justify-items: end;
}

.more-post time {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 800;
  white-space: nowrap;
}

.site-watermark {
  display: none;
}

.mobile-site-footer {
  display: none;
}

@media (min-width: 861px) {
  .topbar {
    align-items: center;
    gap: clamp(56px, 7vw, 96px);
    grid-template-columns: 254px minmax(0, 770px);
    height: auto;
    max-width: 1167px;
    padding: 34px 24px 0;
    position: relative;
    width: 100%;
  }

  .topbar::after {
    content: none;
  }

  .topbar .icon-links {
    gap: 0.62rem;
    grid-column: 1;
    justify-self: end;
  }

  .site-mark {
    color: var(--muted);
    grid-column: 2;
    justify-self: start;
  }

  .icon-link {
    background: transparent;
    border: 0;
    color: #917a70;
    height: 20px;
    width: 20px;
  }

  .icon-link svg {
    display: block;
    fill: none;
    height: 100%;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 100%;
  }

  .site-shell {
    gap: clamp(56px, 7vw, 96px);
    grid-template-columns: 254px minmax(0, 770px);
    max-width: 1167px;
    padding: 228px 24px 0;
    width: 100%;
  }

  .profile-panel {
    padding-top: 0;
    text-align: right;
    top: 24px;
  }

  .profile-panel__portrait {
    background: linear-gradient(180deg, var(--coral) 0%, #df8064 100%);
    border-radius: var(--radius-profile-corner);
    height: 156px;
    margin: 0 auto 18px;
    isolation: isolate;
    overflow: visible;
    position: relative;
    width: 254px;
  }

  .profile-panel__portrait::before,
  .profile-panel__portrait::after {
    content: none;
  }

  .profile-panel__rain {
    border-radius: inherit;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
  }

  .profile-panel__rain-line {
    animation: profile-rain-fall var(--rain-duration, 14s) linear infinite;
    background: rgba(217, 217, 217, 0.2);
    border-radius: 10px;
    display: block;
    height: 82px;
    opacity: 0.56;
    position: absolute;
    top: var(--rain-start, -130px);
    transform: rotate(var(--rain-angle, -20deg));
    width: 8px;
  }

  .profile-panel__rain-line--1 {
    --rain-duration: 13s;
    animation-delay: -2s;
    left: 14px;
  }

  .profile-panel__rain-line--2 {
    --rain-duration: 16s;
    animation-delay: -8s;
    left: 36px;
  }

  .profile-panel__rain-line--3 {
    --rain-duration: 12s;
    animation-delay: -5s;
    left: 64px;
  }

  .profile-panel__rain-line--4 {
    --rain-duration: 15s;
    animation-delay: -12s;
    left: 93px;
  }

  .profile-panel__rain-line--5 {
    --rain-duration: 13.5s;
    animation-delay: -9s;
    left: 146px;
  }

  .profile-panel__rain-line--6 {
    --rain-duration: 17s;
    animation-delay: -15s;
    left: 174px;
  }

  .profile-panel__rain-line--7 {
    --rain-duration: 14.5s;
    animation-delay: -7s;
    left: 211px;
  }

  .profile-panel__rain-line--8 {
    --rain-duration: 16.5s;
    animation-delay: -4s;
    left: 233px;
  }

  .profile-panel__rain-line--9 {
    --rain-duration: 12.8s;
    animation-delay: -10s;
    left: 4px;
  }

  .profile-panel__rain-line--10 {
    --rain-duration: 15.7s;
    animation-delay: -1s;
    left: 53px;
  }

  .profile-panel__rain-line--11 {
    --rain-duration: 13.8s;
    animation-delay: -6s;
    left: 119px;
  }

  .profile-panel__rain-line--12 {
    --rain-duration: 17.8s;
    animation-delay: -13s;
    left: 160px;
  }

  .profile-panel__rain-line--13 {
    --rain-duration: 14.2s;
    animation-delay: -11s;
    left: 196px;
  }

  .profile-panel__rain-line--14 {
    --rain-duration: 16.8s;
    animation-delay: -16s;
    left: 244px;
  }

  .profile-panel__image {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    height: 181px;
    left: 62px;
    margin: 0;
    object-fit: contain;
    object-position: bottom center;
    position: absolute;
    bottom: 0;
    width: 160px;
    z-index: 1;
  }

  .profile-panel__name {
    font-size: 2.4806rem;
    line-height: 1.05;
    margin: 0 0 8px auto;
    white-space: nowrap;
    width: 100%;
  }

  .profile-panel__tagline {
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.22;
    margin: 0 0 42px auto;
    max-width: 251px;
  }

  .role-list {
    align-items: end;
    color: var(--muted);
    font-family: var(--font-display);
    font-size: 0.875rem;
    gap: 1.02rem;
    line-height: 1.15;
    margin-bottom: 38px;
    text-align: right;
  }

  .role-list p {
    display: block;
  }

  .role-list .role-list__mark {
    display: none;
  }

  .role-list p:nth-child(1) .role-list__mark {
    background: #41d8a6;
  }

  .role-list p:nth-child(2) .role-list__mark {
    background: #1d8cff;
  }

  .role-list p:nth-child(3) .role-list__mark {
    background: linear-gradient(135deg, #f3686f, #f85486);
  }

  .role-list p:nth-child(4) .role-list__mark {
    background: #2a3c2e;
  }

  .role-list strong {
    color: var(--ink);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: color-mix(in srgb, currentColor 26%, transparent);
    text-underline-offset: 0.12em;
  }

  .role-list p span:not(.role-list__mark) {
    display: inline;
    color: #977c70;
  }

  .role-list__links {
    gap: 0.3rem;
    justify-content: flex-end;
    margin-top: 0.32rem;
  }

  .role-list__badge {
    border-radius: var(--radius);
    font-size: 0.625rem;
    letter-spacing: 0;
    min-height: 1.25rem;
    padding: 0.24rem 0.38rem;
  }

  .profile-panel__bio {
    color: #977c70;
    font-family: var(--font-display);
    font-size: 0.875rem;
    line-height: 1.12;
    margin: 0 0 5px auto;
    max-height: 78px;
    max-width: 254px;
    overflow: hidden;
  }

  .profile-panel--bio-open .profile-panel__bio {
    max-height: none;
    overflow: visible;
  }

  .profile-panel__more {
    appearance: none;
    background: transparent;
    border: 0;
    color: #977c70;
    cursor: pointer;
    display: inline-flex;
    font-family: var(--font-display);
    font-size: 0.625rem;
    font-weight: 700;
    gap: 0.32rem;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    text-decoration: none;
  }

  .profile-panel--bio-open .profile-panel__chevron {
    transform: rotate(180deg);
  }

  .profile-panel__made {
    color: #977c70;
    font-family: var(--font-display);
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1;
    margin: 56px 0 0;
  }

  .profile-panel__made a {
    color: #de7582;
    text-decoration: none;
  }

  .article-layout {
    max-width: 770px;
    width: 100%;
  }

  .article-hero {
    gap: 0;
    margin-bottom: 28px;
    padding-top: 0;
  }

  .article-hero h1 {
    font-size: 4.25rem;
    line-height: 1.11;
    max-width: 770px;
  }

  .article-cover {
    aspect-ratio: 770 / 434;
    border-radius: var(--radius-soft-corner);
    box-shadow: none;
    margin-top: 33px;
  }

  .article-meta {
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 0.875rem;
    font-weight: 700;
    margin-top: 36px;
  }

  .article-meta .pill {
    color: var(--ink);
    font-size: 0.625rem;
    height: 20px;
    justify-content: center;
    min-height: 20px;
    padding: 0 0.42rem;
    width: 64px;
  }

  .article-meta .share-option {
    width: max-content;
  }

  .post-body {
    color: var(--ink);
    font-size: 1.125rem;
    line-height: 2rem;
    max-width: 770px;
  }

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

  .post-body > p:first-of-type::first-letter,
  .dropcap::first-letter {
    font-size: 4rem;
    line-height: 0.72;
    margin: 0.24rem 0.58rem 0 0;
  }

  .post-body h1 {
    font-size: 3.4rem;
  }

  .post-body h2 {
    font-size: 1.75rem;
    margin-top: 2.4rem;
  }

  .post-body h3 {
    font-size: 1.25rem;
    margin-top: 2rem;
  }

  .more-posts {
    gap: 1.3rem;
    margin-top: 15rem;
    max-width: 770px;
  }

  .more-post {
    grid-template-columns: 64px minmax(0, 1fr) max-content;
  }

  .more-post img {
    aspect-ratio: 64 / 40;
  }

  .more-post::before {
    height: 40px;
  }

  .more-post__title {
    font-size: 1.25rem;
  }

  .more-post time {
    font-size: 0.75rem;
  }

  .site-watermark {
    background: linear-gradient(
      180deg,
      rgba(174, 161, 152, 0.36) 0%,
      rgba(174, 161, 152, 0.18) 48%,
      rgba(174, 161, 152, 0) 100%
    );
    background-clip: text;
    color: transparent;
    display: block;
    font-family: var(--font-display);
    font-size: 9.997rem;
    font-weight: 700;
    line-height: 0.95;
    margin-top: 9rem;
    overflow: hidden;
    white-space: nowrap;
  }
}

.admin-shell {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: minmax(240px, 320px) minmax(0, 820px);
  margin: 0 auto;
  max-width: 1240px;
  padding: 22px 24px 72px;
}

.editor-page .topbar {
  display: none;
}

.editor-auth {
  align-items: start;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr);
  margin: 0;
  max-width: none;
  padding: 24px 24px 0;
  position: relative;
  width: 100%;
}

.editor-auth__content {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 44px rgba(49, 45, 39, 0.08);
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
}

.editor-auth__copy {
  display: grid;
  gap: 0.3rem;
}

.editor-auth__copy h1 {
  font-size: 1.15rem;
  margin: 0;
}

.editor-auth__token {
  color: var(--muted);
  display: grid;
  font-size: 0.72rem;
  font-weight: 800;
  gap: 0.3rem;
}

.editor-auth__token input {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  min-height: 2.4rem;
  padding: 0.62rem 0.7rem;
  width: 100%;
}

.editor-home-link {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  justify-self: center;
  padding-top: 0;
  text-decoration: none;
}

.editor-auth--connected {
  align-items: center;
  gap: 1rem;
  padding-top: 18px;
}

.editor-auth--connected .editor-auth__content {
  align-items: center;
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
  justify-self: stretch;
  min-height: 44px;
  padding: 0.5rem 0.65rem;
  width: 100%;
}

.editor-auth--connected .editor-auth__copy {
  align-items: center;
  display: flex;
  gap: 0.65rem;
  margin-right: auto;
}

.editor-auth--connected .editor-auth__token,
.editor-auth--connected .auth-help {
  display: none;
}

.auth-card p {
  color: var(--muted);
  margin: 0;
}

.editor-auth p {
  color: var(--muted);
  margin: 0;
}

.auth-help {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
  margin-top: 0.25rem;
  padding-top: 0.75rem;
}

.auth-help summary {
  color: var(--ink);
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 800;
}

.auth-help ol {
  display: grid;
  gap: 0.45rem;
  margin: 0.75rem 0;
  padding-left: 1.15rem;
}

.auth-help li::marker {
  color: var(--accent);
  font-weight: 800;
}

.auth-help a {
  color: var(--link);
  font-weight: 800;
  text-decoration-color: color-mix(in srgb, currentColor 35%, transparent);
  text-underline-offset: 0.16em;
}

.auth-help code {
  background: rgba(151, 122, 111, 0.12);
  border-radius: 4px;
  color: var(--ink);
  font-size: 0.72rem;
  padding: 0.08rem 0.22rem;
}

.editor-user {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.editor-panel,
.editor-sidebar,
.editor-canvas {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 44px rgba(49, 45, 39, 0.08);
}

.editor-panel {
  align-self: start;
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
}

.editor-panel h1 {
  font-size: 1.4rem;
  margin: 0 0 0.4rem;
}

.editor-panel label {
  color: var(--muted);
  display: grid;
  font-size: 0.72rem;
  font-weight: 800;
  gap: 0.3rem;
}

.editor-panel input,
.editor-panel select,
.editor-panel textarea {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  min-height: 2.4rem;
  padding: 0.62rem 0.7rem;
  width: 100%;
}

.editor-panel textarea {
  min-height: 5.8rem;
  resize: vertical;
}

.editor-sidebar {
  align-self: start;
  display: grid;
  gap: 0.9rem;
  max-height: calc(100vh - 120px);
  padding: 1rem;
  position: sticky;
  top: 1rem;
}

.editor-sidebar__header,
.editor-sidebar__actions,
.compose-topline {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: space-between;
}

.editor-sidebar h1 {
  font-size: 1.35rem;
  margin: 0;
}

.post-list {
  display: grid;
  gap: 0.35rem;
  overflow: auto;
  padding-right: 0.2rem;
}

.post-list__item {
  align-items: start;
  background: transparent;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: var(--ink);
  display: grid;
  gap: 0.35rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 0.18rem;
  position: relative;
  width: 100%;
}

.post-list__select {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: grid;
  gap: 0.2rem;
  min-width: 0;
  padding: 0.54rem;
  text-align: left;
}

.post-list__item:hover,
.post-list__item--active {
  background: color-mix(in srgb, var(--canvas) 68%, var(--paper));
  border-color: var(--line);
}

.post-list__item--dirty {
  border-color: color-mix(in srgb, var(--accent) 45%, var(--line));
}

.post-list__title {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.18;
}

.post-list__meta,
.post-list__empty {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
}

.post-list__actions {
  justify-self: end;
  position: relative;
}

.post-list__actions > summary {
  list-style: none;
}

.post-list__actions > summary::-webkit-details-marker {
  display: none;
}

.post-list__actions-toggle {
  align-items: center;
  border-radius: var(--radius);
  color: var(--muted);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 800;
  height: 1.8rem;
  justify-content: center;
  line-height: 1;
  width: 1.8rem;
}

.post-list__actions-toggle:hover,
.post-list__actions[open] .post-list__actions-toggle {
  background: rgba(217, 217, 217, 0.24);
  color: var(--ink);
}

.post-list__actions-menu {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 32px rgba(49, 45, 39, 0.12);
  display: grid;
  gap: 0.2rem;
  min-width: 8.5rem;
  padding: 0.35rem;
  position: absolute;
  right: 0;
  top: calc(100% + 0.25rem);
  z-index: 5;
}

.post-list__action {
  background: transparent;
  border: 0;
  border-radius: var(--radius);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.48rem 0.55rem;
  text-align: left;
}

.post-list__action:hover {
  background: color-mix(in srgb, var(--canvas) 68%, var(--paper));
}

.post-list__action--danger {
  color: #a64758;
}

.compose-shell {
  display: grid;
  gap: 0.75rem;
  min-width: 0;
}

.compose-topline {
  padding-inline: 0.25rem;
  justify-content: flex-end;
}

.dirty-state {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  margin-left: auto;
}

.inline-date {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  font-family: var(--font-display);
  font-size: 0.875rem;
  font-weight: 800;
  gap: 0.45rem;
}

.inline-date input {
  background: transparent;
  border: 0;
  color: var(--ink);
  font: inherit;
  min-height: 2rem;
  padding: 0;
}

.editor-article-meta {
  justify-content: flex-start;
  margin-top: 0.45rem;
}

.compose-canvas {
  background: transparent;
  border: 0;
  box-shadow: none;
  display: grid;
  gap: 1rem;
  min-height: 78vh;
  padding: clamp(1.2rem, 4vw, 3rem);
}

.compose-title {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 5.1rem);
  font-weight: 800;
  line-height: 0.98;
  margin: 0;
  outline: none;
}

.compose-title:empty::before,
.editor-body:empty::before {
  color: color-mix(in srgb, var(--muted) 72%, transparent);
  content: attr(data-placeholder);
}

.cover-picker {
  justify-self: start;
}

.cover-preview {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-profile-corner);
  display: block;
  height: auto;
  margin: 0.3rem 0 0.6rem;
  max-height: none;
  object-fit: cover;
  width: 100%;
}

.cover-preview[hidden] {
  display: none;
}

.editor-actions,
.editor-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.editor-toolbar {
  align-items: center;
  background: color-mix(in srgb, var(--canvas) 62%, var(--paper));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(49, 45, 39, 0.1);
  justify-self: start;
  padding: 0.55rem;
  position: sticky;
  top: 0.75rem;
  z-index: 2;
}

.editor-toolbar .pill--active {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

.editor-canvas {
  outline: none;
}

.editor-body {
  min-height: 44vh;
  outline: none;
}

.editor-embed {
  background: color-mix(in srgb, var(--paper) 82%, var(--canvas));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 0.55rem;
  margin: 1.4rem 0;
  padding: 0.75rem;
}

.editor-embed pre {
  color: var(--muted);
  font-family: var(--font-ui);
  font-size: 0.72rem;
  margin: 0;
  overflow: auto;
  white-space: pre-wrap;
}

.editor-embed__label {
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 800;
}

.editor-media {
  position: relative;
}

.editor-media__hit {
  background: transparent;
  border: 0;
  cursor: pointer;
  inset: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
}

.editor-media__actions {
  display: flex;
  gap: 0.45rem;
  left: 0.5rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0.5rem;
  transform: translateY(-0.25rem);
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 3;
}

.editor-media--selected .editor-media__actions {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.editor-media--selected iframe,
.editor-media--selected video {
  outline: 2px solid color-mix(in srgb, var(--coral) 78%, transparent);
  outline-offset: 2px;
}

.editor-media__actions .pill {
  background: color-mix(in srgb, var(--paper) 94%, transparent);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--ink) 14%, transparent);
}

.editor-gallery {
  display: grid;
  gap: 0.75rem;
  margin: 2rem 0;
}

.editor-gallery__grid {
  margin: 0;
}

.editor-gallery__item {
  cursor: pointer;
  position: relative;
}

.editor-gallery__actions {
  display: flex;
  gap: 0.45rem;
  left: 0.5rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0.5rem;
  transform: translateY(-0.25rem);
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 2;
}

.editor-gallery__item--selected .editor-gallery__actions {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.editor-gallery__item--selected img {
  outline: 2px solid color-mix(in srgb, var(--coral) 78%, transparent);
  outline-offset: 2px;
}

.editor-gallery__actions .pill {
  background: color-mix(in srgb, var(--paper) 94%, transparent);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--ink) 14%, transparent);
}

.editor-gallery__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: flex-start;
}

.editor-image {
  cursor: pointer;
  margin: 1rem 0;
  position: relative;
}

.editor-image img {
  margin: 0;
}

.editor-image--full img {
  width: 100%;
}

.editor-image__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  left: 0.5rem;
  max-width: calc(100% - 1rem);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0.5rem;
  transform: translateY(-0.25rem);
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 2;
}

.editor-image--selected .editor-image__actions {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.editor-image--selected img {
  outline: 2px solid color-mix(in srgb, var(--coral) 78%, transparent);
  outline-offset: 2px;
}

.editor-image__actions .pill {
  background: color-mix(in srgb, var(--paper) 94%, transparent);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--ink) 14%, transparent);
}

.editor-body h1,
.editor-body h2,
.editor-body h3 {
  line-height: 1.1;
  margin: 1.2rem 0 0.5rem;
}

.editor-body p,
.editor-body ul,
.editor-body ol,
.editor-body blockquote {
  margin: 0 0 1rem;
}

.editor-body img {
  border-radius: 6px;
  display: block;
  margin: 1rem 0;
  max-height: 420px;
  object-fit: cover;
}

.editor-body .editor-image img {
  margin: 0;
}

.editor-body .editor-image--full img {
  max-height: none;
  width: 100%;
}

.status-line {
  color: var(--muted);
  font-size: 0.78rem;
  min-height: 1.2rem;
}

@media (max-width: 860px) {
  .topbar {
    gap: 1rem;
    grid-template-columns: auto 1fr;
    padding: 22px 18px 8px;
  }

  .topbar .icon-links {
    gap: 0.62rem;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .site-mark {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .icon-link {
    background: transparent;
    border: 0;
    color: #917a70;
    height: 20px;
    width: 20px;
  }

  .icon-link svg {
    display: block;
    fill: none;
    height: 100%;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 100%;
  }

  .social-pill {
    left: auto;
    right: 0;
    transform: translateY(-0.2rem);
  }

  .icon-link:hover .social-pill,
  .icon-link:focus-visible .social-pill {
    transform: translateY(0);
  }

  .site-shell {
    gap: 3.2rem;
    grid-template-columns: minmax(0, 1fr);
    padding: 24px 18px 0;
  }

  .profile-panel {
    display: grid;
    gap: 0.95rem;
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
    padding-top: 0;
    position: static;
    text-align: left;
  }

  .profile-panel__portrait {
    background: linear-gradient(180deg, var(--coral) 0%, #df8064 100%);
    border-radius: 56px 6px 6px 6px;
    grid-column: 1;
    height: clamp(190px, 46vw, 300px);
    margin: 0;
    max-width: 770px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .profile-panel__portrait::before,
  .profile-panel__portrait::after {
    display: none;
  }

  .profile-panel__rain {
    border-radius: inherit;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
  }

  .profile-panel__rain-line {
    animation: profile-rain-fall var(--rain-duration, 14s) linear infinite;
    background: rgba(217, 217, 217, 0.18);
    border-radius: 10px;
    display: block;
    height: clamp(76px, 20vw, 112px);
    opacity: 0.52;
    position: absolute;
    --rain-drift: 26px;
    top: var(--rain-start, -150px);
    transform: rotate(var(--rain-angle, -20deg));
    width: clamp(7px, 1.7vw, 10px);
  }

  .profile-panel__rain-line--1 {
    --rain-duration: 13s;
    animation-delay: -2s;
    left: 7%;
  }

  .profile-panel__rain-line--2 {
    --rain-duration: 16s;
    animation-delay: -8s;
    left: 16%;
  }

  .profile-panel__rain-line--3 {
    --rain-duration: 12s;
    animation-delay: -5s;
    left: 27%;
  }

  .profile-panel__rain-line--4 {
    --rain-duration: 15s;
    animation-delay: -12s;
    left: 40%;
  }

  .profile-panel__rain-line--5 {
    --rain-duration: 13.5s;
    animation-delay: -9s;
    left: 58%;
  }

  .profile-panel__rain-line--6 {
    --rain-duration: 17s;
    animation-delay: -15s;
    left: 70%;
  }

  .profile-panel__rain-line--7 {
    --rain-duration: 14.5s;
    animation-delay: -7s;
    left: 83%;
  }

  .profile-panel__rain-line--8 {
    --rain-duration: 16.5s;
    animation-delay: -4s;
    left: 92%;
  }

  .profile-panel__rain-line--9 {
    --rain-duration: 12.8s;
    animation-delay: -10s;
    left: 2%;
  }

  .profile-panel__rain-line--10 {
    --rain-duration: 15.7s;
    animation-delay: -1s;
    left: 22%;
  }

  .profile-panel__rain-line--11 {
    --rain-duration: 13.8s;
    animation-delay: -6s;
    left: 35%;
  }

  .profile-panel__rain-line--12 {
    --rain-duration: 17.8s;
    animation-delay: -13s;
    left: 51%;
  }

  .profile-panel__rain-line--13 {
    --rain-duration: 14.2s;
    animation-delay: -11s;
    left: 76%;
  }

  .profile-panel__rain-line--14 {
    --rain-duration: 16.8s;
    animation-delay: -16s;
    left: 97%;
  }

  .profile-panel__image {
    background: transparent;
    border-radius: 0;
    bottom: 0;
    box-shadow: none;
    height: min(112%, 340px);
    left: 50%;
    margin: 0;
    object-fit: contain;
    object-position: bottom center;
    position: absolute;
    transform: translateX(-50%);
    width: min(58vw, 260px);
    z-index: 1;
  }

  .profile-panel__name,
  .profile-panel__tagline,
  .profile-panel__bio,
  .profile-panel__more {
    grid-column: 1;
  }

  .profile-panel__name {
    font-size: clamp(2.1rem, 10vw, 3.25rem);
    line-height: 0.98;
    margin-top: 0.15rem;
  }

  .profile-panel__tagline,
  .profile-panel__bio {
    margin-left: 0;
    margin-right: auto;
    max-width: 32rem;
  }

  .profile-panel__more {
    justify-self: start;
    white-space: nowrap;
  }

  .role-list {
    display: grid;
    font-family: var(--font-display);
    font-size: 0.875rem;
    gap: 0.95rem;
    grid-column: 1;
    justify-items: start;
    margin: 0.35rem 0 1.1rem;
    max-width: 32rem;
    text-align: left;
    width: 100%;
  }

  .role-list p span {
    display: inline;
  }

  .role-list__links {
    justify-content: flex-start;
  }

  .profile-panel .pill {
    justify-self: start;
  }

  .profile-panel > .profile-panel__made {
    display: none;
  }

  .post-body,
  .more-posts {
    max-width: none;
  }

  .more-posts {
    margin-top: 7rem;
  }

  .site-watermark {
    background: linear-gradient(
      180deg,
      rgba(174, 161, 152, 0.28) 0%,
      rgba(174, 161, 152, 0.12) 48%,
      rgba(174, 161, 152, 0) 100%
    );
    background-clip: text;
    color: transparent;
    display: block;
    font-family: var(--font-display);
    font-size: clamp(5.2rem, 24vw, 9rem);
    font-weight: 700;
    line-height: 0.9;
    margin-top: 5rem;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
  }

  .mobile-site-footer {
    color: #977c70;
    display: block;
    font-family: var(--font-display);
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1;
    margin: 0.35rem 0 2.5rem;
  }

  .admin-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .editor-auth,
  .editor-auth--connected {
    grid-template-columns: minmax(0, 1fr);
    padding-inline: 18px;
  }

  .editor-home-link {
    padding-top: 0;
  }
}

@media (max-width: 560px) {
  .topbar {
    grid-template-columns: auto 1fr;
  }

  .topbar > .pill {
    display: none;
  }

  .article-hero h1 {
    font-size: clamp(2.2rem, 14vw, 3.3rem);
  }

  .article-cover {
    border-radius: 48px 4px 4px 4px;
  }

  .profile-panel {
    gap: 0.85rem;
  }

  .profile-panel__portrait {
    height: clamp(176px, 58vw, 240px);
  }

  .profile-panel__image {
    height: min(114%, 270px);
    left: 50%;
    width: min(64vw, 210px);
  }

  .gallery {
    grid-template-columns: 1fr;
  }

  .more-post {
    grid-template-columns: 56px 1fr;
  }

  .more-post__meta {
    grid-column: 2;
    justify-items: start;
  }

  .more-post time {
    grid-column: auto;
  }
}
