/* A garden accompanies exploration and settles above the footer. */
.editorial-home .editorial-hero {
  grid-template-columns: minmax(0, 1fr) 128px;
  column-gap: 64px;
  row-gap: 20px;
  padding-block: 0 36px;
}
.editorial-home #page-title { font: 400 clamp(1.9rem, 3vw, 2.2rem)/1.2 var(--serif); letter-spacing: -.025em; }
.editorial-home .hero-statement { font-size: 21px; margin-top: 18px; }
.editorial-home .hero-intro { max-width: 690px; }
.editorial-home .portrait-block { align-self: start; margin-top: 36px; }
.editorial-home .portrait-block img { width: 128px; height: 128px; filter: none; }
.editorial-home .portrait-block figcaption { font-size: 11px; margin-top: 12px; }
.editorial-home .updates-section { padding-top: 26px; }
.garden-dock { position: relative; min-height: 327px; }
.home-garden { min-width: 0; width: 100%; margin: 0; }
.garden-art {
  /* Keep the ASCII grid monospaced in every site language. */
  font: 400 11px/10px "IBM Plex Mono", "Courier New", monospace;
  font-variant-ligatures: none;
  letter-spacing: 0;
  text-align: center;
  white-space: pre;
  color: var(--ink);
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 270px;
  overflow: hidden;
  user-select: none;
}
.garden-art .garden-bloom { color: var(--accent); }
.garden-still { display: inline-block; text-align: left; }
.garden-art .garden-earth { color: #84816f; }
.garden-caption { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 47px; padding: 0 0 10px; border-bottom: 1px solid var(--rule); }
.garden-note { color: var(--accent); font: 400 23px/1.3 var(--hand); }
.garden-toggle { border: 0; background: transparent; color: var(--muted); font: 400 12px/1.4 var(--sans); padding: 8px 0 8px 12px; min-height: 44px; text-decoration: underline; text-underline-offset: 4px; }
.garden-toggle:hover { color: var(--accent); }
.garden-toggle[hidden], .garden-toggle span[hidden] { display: none; }
html.garden-enabled { scroll-padding-bottom: 145px; }
.home-garden[data-floating="true"] { position: fixed; bottom: 0; left: 0; right: 0; z-index: 20; height: 122px; border-top: 1px solid var(--rule); background: var(--page-bg); pointer-events: none; }
.home-garden[data-floating="true"] .garden-art { width: min(100% - 40px, 850px); height: 120px; margin: 0 auto; }
.home-garden[data-floating="true"] .garden-caption { position: absolute; inset: 0 16px auto auto; padding: 0; border: 0; min-height: 44px; }
.home-garden[data-floating="true"] .garden-note { display: none; }
.home-garden[data-floating="true"] .garden-toggle { pointer-events: auto; padding-inline: 8px; background: var(--page-bg); }
@media (min-width: 901px) {
  .home-garden[data-floating="true"] { left: auto; right: auto; width: calc(min(100vw - 80px,1280px) - 460px); }
  .home-garden[data-floating="true"] .garden-art { width: 100%; }
}
@media (min-width: 901px) and (max-width: 1150px) {
  .home-garden[data-floating="true"] { width: calc(100vw - 280px); }
}
.editorial-home main a, .editorial-home main button { scroll-margin-bottom: 145px; }
html:lang(zh-Hant-TW) .garden-note { font-family: "Kaiti TC", "BiauKai", "DFKai-SB", serif; font-size: 19px; }
html:lang(zh-Hant-TW) .editorial-home #page-title,
html:lang(zh-Hant-TW) .editorial-home .section-heading h2 { font-family: "Songti TC", "Noto Serif TC", serif; letter-spacing: 0; line-height: 1.4; }
@media (max-width: 760px) {
  .editorial-home .editorial-hero { column-gap: 28px; grid-template-columns: minmax(0, 1fr) 104px; padding-top: 36px; }
  .editorial-home .portrait-block img { width: 104px; height: 104px; }
  .editorial-home .hero-statement { font-size: 20px; }
}
@media (max-width: 520px) {
  .editorial-home .editorial-hero { display: grid; grid-template-columns: minmax(0, 1fr) 64px; column-gap: 16px; row-gap: 0; padding-top: 8px; }
  .editorial-home .hero-copy { display: contents; }
  .editorial-home .editorial-eyebrow { grid-column: 1 / -1; grid-row: 1; margin-bottom: 12px; }
  .editorial-home #page-title { grid-column: 1; grid-row: 2; font-size: 29px; align-self: center; }
  .editorial-home .portrait-block { grid-column: 2; grid-row: 2; margin: 0; align-self: center; }
  .editorial-home .portrait-block img { width: 64px; height: 64px; }
  .editorial-home .hero-statement { grid-column: 1 / -1; grid-row: 3; font-size: 19px; }
  .editorial-home .hero-intro { grid-column: 1 / -1; grid-row: 4; }
  .editorial-home .hero-links { grid-column: 1 / -1; grid-row: 5; column-gap: 20px; }
  .garden-art { line-height: 10px; }
  .garden-caption { min-height: 52px; }
  .editorial-home .section-heading h2 { font-size: 24px; }
}
@media print {
  .home-garden, .garden-dock { display: none; }
  .editorial-home .editorial-hero { padding-bottom: 32px; }
}
