/* Wish page: an annual intentions ledger. */

#body-wrap.type-wish {
  --wish-bg: #eef1ec;
  --wish-surface: #ffffff;
  --wish-surface-soft: #e3e9e2;
  --wish-ink: #19241f;
  --wish-muted: #65746b;
  --wish-faint: #8b9890;
  --wish-line: #d2dcd4;
  --wish-line-strong: #b3c3b8;
  --wish-primary: #2f6c55;
  --wish-primary-dark: #1f4d3c;
  --wish-primary-soft: #dcebe1;
  --wish-coral: #c66c50;
  --wish-coral-soft: #f1dfd7;
  --wish-focus: #2d8065;
  --wish-shadow: 0 16px 34px rgba(26, 43, 34, 0.08);
  --wish-font-body: 'Fira Sans', 'Noto Sans SC', sans-serif;
  --wish-font-display: 'Newsreader', 'Noto Serif SC', serif;
  --wish-font-mono: 'Fira Code', 'SFMono-Regular', Consolas, monospace;
  background: var(--wish-bg);
}

[data-theme='dark'] #body-wrap.type-wish {
  --wish-bg: #111814;
  --wish-surface: #18221c;
  --wish-surface-soft: #202d25;
  --wish-ink: #edf3ee;
  --wish-muted: #acbbb0;
  --wish-faint: #84948a;
  --wish-line: #34453a;
  --wish-line-strong: #4b6152;
  --wish-primary: #86bc9e;
  --wish-primary-dark: #a9d5b9;
  --wish-primary-soft: #1f3d2d;
  --wish-coral: #ed947e;
  --wish-coral-soft: #4b2e27;
  --wish-focus: #a2d5b8;
  --wish-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

#body-wrap.type-wish *,
#body-wrap.type-wish *::before,
#body-wrap.type-wish *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

#body-wrap.type-wish #content-inner,
#body-wrap.type-wish #page,
#body-wrap.type-wish #article-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

#body-wrap.type-wish #page > .page-title,
#body-wrap.type-wish #aside-content,
#body-wrap.type-wish #card-toc,
#body-wrap.type-wish #article-container > link,
#body-wrap.type-wish #article-container > script {
  display: none !important;
}

#body-wrap.type-wish #page-header.wish-page-hero {
  --wish-hero-ink: #ffffff;
  --wish-hero-muted: rgba(255, 255, 255, 0.79);
  --wish-hero-line: rgba(255, 255, 255, 0.32);
  position: relative;
  height: 500px;
  overflow: hidden;
  background-color: #0b1510;
  background-image: none;
}

#body-wrap.type-wish #page-header.wish-page-hero::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: rgba(7, 18, 13, 0.63);
  content: '';
}

#body-wrap.type-wish #page-header.wish-page-hero::after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: max(24px, calc((100% - 1200px) / 2 + 24px));
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  content: '';
}

#body-wrap.type-wish #page-header.wish-page-hero #nav {
  position: relative;
  z-index: 3;
}

#body-wrap.type-wish #page-header.wish-page-hero:not(.nav-fixed) #nav a,
#body-wrap.type-wish #page-header.wish-page-hero:not(.nav-fixed) #nav .site-page,
#body-wrap.type-wish #page-header.wish-page-hero:not(.nav-fixed) #nav .site-name,
#body-wrap.type-wish #page-header.wish-page-hero:not(.nav-fixed) #toggle-menu {
  color: var(--wish-hero-ink);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

#body-wrap.type-wish #page-header.wish-page-hero #page-site-info {
  position: absolute;
  z-index: 1;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 60px 24px 0;
  align-items: center;
}

#body-wrap.type-wish #page-header.wish-page-hero .wish-hero-content {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 28px;
  color: var(--wish-hero-ink);
  text-align: left;
  animation: wishHeroEnter 560ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

#body-wrap.type-wish #page-header.wish-page-hero .wish-hero-content::before {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 3px;
  background: var(--wish-coral);
  content: '';
}

#body-wrap.type-wish #page-header.wish-page-hero .wish-hero-kicker {
  display: flex;
  margin: 0 0 19px;
  align-items: center;
  gap: 13px;
  color: var(--wish-hero-muted);
  font-family: var(--wish-font-mono);
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.5;
}

#body-wrap.type-wish #page-header.wish-page-hero .wish-hero-kicker i {
  display: block;
  width: 34px;
  height: 1px;
  background: var(--wish-hero-line);
}

#body-wrap.type-wish #page-header.wish-page-hero #site-title {
  margin: 0;
  color: var(--wish-hero-ink);
  font-family: var(--wish-font-display);
  font-size: 4.25rem;
  font-weight: 600;
  line-height: 1.03;
  text-align: left;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.3);
}

#body-wrap.type-wish #page-header.wish-page-hero .wish-hero-lede {
  max-width: 500px;
  margin: 18px 0 0;
  color: var(--wish-hero-muted);
  font-family: var(--wish-font-body);
  font-size: 1rem;
  line-height: 1.75;
}

#body-wrap.type-wish #page-header.wish-page-hero .wish-hero-meta {
  display: flex;
  margin: 27px 0 0;
  flex-wrap: wrap;
  gap: 12px 28px;
}

#body-wrap.type-wish #page-header.wish-page-hero .wish-hero-meta span {
  display: inline-flex;
  padding-left: 13px;
  border-left: 1px solid var(--wish-hero-line);
  color: var(--wish-hero-muted);
  font-family: var(--wish-font-mono);
  font-size: 0.68rem;
  line-height: 1.4;
}

#body-wrap.type-wish #page-header.wish-page-hero .wish-hero-scroll {
  position: absolute;
  z-index: 2;
  right: max(24px, calc((100% - 1200px) / 2 + 24px));
  bottom: 25px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--wish-hero-line);
  border-radius: 50%;
  color: var(--wish-hero-ink);
  font-size: 0.8rem;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}

#body-wrap.type-wish #page-header.wish-page-hero .wish-hero-scroll:hover {
  background: rgba(255, 255, 255, 0.13);
  transform: translateY(3px);
}

@keyframes wishHeroEnter {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

.wish-container {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 68px 24px 94px;
  color: var(--wish-ink);
  font-family: var(--wish-font-body);
  background-color: var(--wish-bg);
}

.wish-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms cubic-bezier(0.16, 1, 0.3, 1);
}

.wish-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.wish-kicker {
  display: flex;
  margin: 0;
  align-items: center;
  gap: 10px;
  color: var(--wish-primary);
  font-family: var(--wish-font-mono);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.wish-kicker span:first-child {
  color: var(--wish-coral);
}

.wish-intro {
  display: grid;
  padding-bottom: 56px;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 42px;
  align-items: end;
}

.wish-intro-copy {
  max-width: 650px;
}

.wish-intro-copy h2 {
  margin: 17px 0 0;
  color: var(--wish-ink);
  font-family: var(--wish-font-display);
  font-size: clamp(2.7rem, 5.7vw, 5.2rem);
  font-weight: 600;
  line-height: 1.02;
}

.wish-intro-copy h2 em {
  color: var(--wish-primary);
  font-style: normal;
}

.wish-intro-lede {
  max-width: 580px;
  margin: 24px 0 0;
  color: var(--wish-muted);
  font-size: 1rem;
  line-height: 1.9;
}

.wish-intro-note {
  display: inline-flex;
  margin: 23px 0 0;
  align-items: center;
  gap: 9px;
  color: var(--wish-coral);
  font-family: var(--wish-font-mono);
  font-size: 0.67rem;
}

.wish-intro-note i {
  font-size: 0.76rem;
}

.wish-year-mark {
  display: flex;
  min-height: 190px;
  padding: 20px 0 18px 24px;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid var(--wish-line-strong);
  text-align: right;
}

.wish-year-mark > span {
  color: var(--wish-primary);
  font-family: var(--wish-font-display);
  font-size: clamp(4.8rem, 9vw, 7.4rem);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.78;
}

.wish-year-mark small {
  color: var(--wish-faint);
  font-family: var(--wish-font-mono);
  font-size: 0.64rem;
  letter-spacing: 0.09em;
  line-height: 1.55;
}

.wish-dashboard {
  display: grid;
  padding: 26px 0;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  gap: 12px;
  border-top: 1px solid var(--wish-line);
  border-bottom: 1px solid var(--wish-line);
}

.wish-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.wish-stat {
  display: flex;
  min-height: 124px;
  padding: 15px 16px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--wish-line);
  background: var(--wish-surface);
  box-shadow: var(--wish-shadow);
}

.wish-stat-index {
  color: var(--wish-coral);
  font-family: var(--wish-font-mono);
  font-size: 0.64rem;
  font-weight: 600;
}

.wish-stat strong {
  color: var(--wish-ink);
  font-family: var(--wish-font-display);
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 0.9;
}

.wish-stat span:last-child {
  color: var(--wish-muted);
  font-size: 0.72rem;
}

.wish-progress-card {
  display: flex;
  min-height: 124px;
  padding: 16px 18px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--wish-line-strong);
  background: var(--wish-primary-soft);
}

.wish-progress-copy {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px 10px;
  align-items: baseline;
}

.wish-progress-copy .wish-kicker {
  grid-column: 1 / -1;
}

.wish-progress-copy strong {
  color: var(--wish-primary-dark);
  font-family: var(--wish-font-display);
  font-size: 2.2rem;
  font-weight: 600;
}

.wish-progress-copy > span {
  color: var(--wish-primary-dark);
  font-size: 0.68rem;
  line-height: 1.4;
}

.wish-progress-visual {
  position: relative;
  display: flex;
  padding-top: 10px;
  justify-content: space-between;
}

.wish-progress-track {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  overflow: hidden;
  background: rgba(47, 108, 85, 0.18);
}

.wish-progress-track i {
  display: block;
  width: 0;
  height: 100%;
  background: var(--wish-coral);
  transition: width 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.wish-progress-mark {
  color: var(--wish-muted);
  font-family: var(--wish-font-mono);
  font-size: 0.55rem;
}

.wish-list-heading {
  display: grid;
  padding: 74px 0 28px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px 38px;
  align-items: end;
}

.wish-list-heading h2 {
  margin: 12px 0 0;
  color: var(--wish-ink);
  font-family: var(--wish-font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1;
}

.wish-list-heading > div:first-child > p:last-child {
  margin: 13px 0 0;
  color: var(--wish-muted);
  font-size: 0.86rem;
}

.wish-list-controls {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.wish-filter-bar {
  display: inline-flex;
  padding: 3px;
  border: 1px solid var(--wish-line-strong);
  background: var(--wish-surface);
}

.wish-filter-bar button {
  display: inline-flex;
  min-height: 31px;
  padding: 6px 10px;
  align-items: center;
  gap: 6px;
  border: 0;
  border-radius: 2px;
  background: transparent;
  color: var(--wish-muted);
  cursor: pointer;
  font-family: var(--wish-font-body);
  font-size: 0.67rem;
  font-weight: 600;
  transition: color 180ms ease, background 180ms ease;
}

.wish-filter-bar button:hover,
.wish-filter-bar button[aria-selected='true'] {
  background: var(--wish-primary-soft);
  color: var(--wish-primary-dark);
}

.wish-filter-bar button i {
  font-size: 0.63rem;
}

.wish-search {
  display: flex;
  width: 220px;
  padding: 7px 10px;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--wish-line-strong);
  color: var(--wish-faint);
}

.wish-search:focus-within {
  border-color: var(--wish-primary);
  color: var(--wish-primary);
}

.wish-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--wish-ink);
  font-family: var(--wish-font-body);
  font-size: 0.72rem;
}

.wish-search input::placeholder {
  color: var(--wish-faint);
}

.wish-filter-status {
  grid-column: 1 / -1;
  justify-self: end;
  margin: 0;
  color: var(--wish-faint);
  font-family: var(--wish-font-mono);
  font-size: 0.59rem;
}

.wish-lists {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 44px;
}

.wish-list-section {
  min-width: 0;
}

.wish-section-heading {
  display: grid;
  padding-bottom: 17px;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  border-bottom: 1px solid var(--wish-line);
}

.wish-section-marker {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.71rem;
}

.wish-section-marker-completed {
  color: var(--wish-primary);
}

.wish-section-marker-pending {
  color: var(--wish-coral);
}

.wish-section-heading h3 {
  margin: 4px 0 0;
  color: var(--wish-ink);
  font-family: var(--wish-font-display);
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1;
}

.wish-section-count {
  color: var(--wish-faint);
  font-family: var(--wish-font-mono);
  font-size: 0.62rem;
}

.wish-list {
  margin-top: 4px;
}

.wish-item {
  display: grid;
  min-width: 0;
  padding: 18px 10px 18px 0;
  grid-template-columns: 38px minmax(0, 1fr) auto 26px;
  gap: 13px;
  align-items: center;
  border-bottom: 1px solid var(--wish-line);
  transition: background 180ms ease, padding-left 180ms ease, opacity 180ms ease;
}

.wish-item:hover {
  padding-left: 9px;
  background: var(--wish-surface);
}

.wish-item.is-hidden {
  display: none;
}

.wish-item-index {
  color: var(--wish-faint);
  font-family: var(--wish-font-mono);
  font-size: 0.61rem;
}

.wish-item-main {
  min-width: 0;
}

.wish-item-text {
  display: block;
  color: var(--wish-ink);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.55;
}

.wish-item.completed .wish-item-text {
  color: var(--wish-muted);
  text-decoration: line-through;
  text-decoration-color: var(--wish-line-strong);
}

.wish-item-meta {
  display: flex;
  margin-top: 5px;
  align-items: center;
  gap: 7px;
  color: var(--wish-faint);
  font-family: var(--wish-font-mono);
  font-size: 0.58rem;
}

.wish-item-meta i {
  color: var(--wish-primary);
  font-size: 0.55rem;
}

.wish-item.pending .wish-item-meta i {
  color: var(--wish-coral);
}

.wish-date {
  padding: 5px 7px;
  border: 1px solid var(--wish-line);
  color: var(--wish-muted);
  font-family: var(--wish-font-mono);
  font-size: 0.59rem;
  white-space: nowrap;
}

.wish-item-status {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  font-size: 0.65rem;
}

.wish-item-status-completed {
  background: var(--wish-primary-soft);
  color: var(--wish-primary);
}

.wish-item-status-pending {
  border: 1px solid var(--wish-coral);
  color: var(--wish-coral);
}

.wish-list-empty {
  padding: 25px 0;
  color: var(--wish-faint);
  font-size: 0.75rem;
}

.wish-footer {
  display: flex;
  margin-top: 76px;
  padding-top: 24px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--wish-line);
  text-align: center;
}

.wish-footer-line {
  width: 28px;
  height: 3px;
  background: var(--wish-coral);
}

.wish-footer p {
  margin: 0;
  color: var(--wish-primary-dark);
  font-family: var(--wish-font-display);
  font-size: 1.45rem;
  font-weight: 600;
}

.wish-footer-sub {
  color: var(--wish-faint);
  font-family: var(--wish-font-mono);
  font-size: 0.6rem;
}

.wish-search:focus-within,
.wish-filter-bar button:focus-visible,
.wish-hero-scroll:focus-visible {
  outline: 3px solid var(--wish-focus);
  outline-offset: 3px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 900px) {
  #body-wrap.type-wish #page-header.wish-page-hero {
    height: 440px;
  }

  .wish-dashboard,
  .wish-lists {
    grid-template-columns: 1fr;
  }

  .wish-progress-card {
    min-height: 114px;
  }
}

@media (max-width: 680px) {
  #body-wrap.type-wish #page-header.wish-page-hero {
    height: 390px;
  }

  #body-wrap.type-wish #page-header.wish-page-hero::before {
    background: rgba(7, 18, 13, 0.7);
  }

  #body-wrap.type-wish #page-header.wish-page-hero #page-site-info {
    padding: 46px 20px 0;
  }

  #body-wrap.type-wish #page-header.wish-page-hero .wish-hero-content {
    padding-left: 20px;
  }

  #body-wrap.type-wish #page-header.wish-page-hero #site-title {
    max-width: 270px;
    font-size: 3.15rem;
  }

  #body-wrap.type-wish #page-header.wish-page-hero .wish-hero-lede {
    max-width: 290px;
    font-size: 0.8rem;
  }

  #body-wrap.type-wish #page-header.wish-page-hero .wish-hero-meta {
    gap: 10px 16px;
  }

  #body-wrap.type-wish #page-header.wish-page-hero .wish-hero-meta span {
    font-size: 0.59rem;
  }

  #body-wrap.type-wish #page-header.wish-page-hero .wish-hero-scroll {
    right: 20px;
    bottom: 18px;
  }

  .wish-container {
    padding: 44px 16px 66px;
  }

  .wish-intro {
    padding-bottom: 38px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .wish-intro-copy h2 {
    font-size: 2.85rem;
  }

  .wish-intro-lede {
    margin-top: 18px;
    font-size: 0.84rem;
  }

  .wish-year-mark {
    min-height: 90px;
    padding: 13px 0 0;
    flex-direction: row;
    align-items: end;
    border-top: 1px solid var(--wish-line-strong);
    border-left: 0;
  }

  .wish-year-mark > span {
    font-size: 4rem;
  }

  .wish-year-mark small {
    text-align: right;
  }

  .wish-dashboard {
    padding: 18px 0;
  }

  .wish-stat {
    min-height: 104px;
  }

  .wish-stat strong {
    font-size: 2.2rem;
  }

  .wish-list-heading {
    padding-top: 52px;
    grid-template-columns: 1fr;
  }

  .wish-list-controls {
    width: 100%;
    align-items: stretch;
  }

  .wish-filter-bar {
    justify-content: space-between;
  }

  .wish-filter-bar button {
    flex: 1;
    justify-content: center;
    padding-inline: 6px;
  }

  .wish-search {
    width: 100%;
  }

  .wish-filter-status {
    justify-self: start;
  }

  .wish-lists {
    gap: 36px;
  }

  .wish-item {
    grid-template-columns: 27px minmax(0, 1fr) auto 22px;
    gap: 9px;
  }

  .wish-item:hover {
    padding-left: 5px;
  }

  .wish-item-text {
    font-size: 0.81rem;
  }

  .wish-date {
    padding-inline: 5px;
    font-size: 0.53rem;
  }

  .wish-item-status {
    width: 22px;
    height: 22px;
    font-size: 0.57rem;
  }

  .wish-footer {
    margin-top: 56px;
  }

  .wish-footer p {
    font-size: 1.18rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  #body-wrap.type-wish #page-header.wish-page-hero .wish-hero-content,
  .wish-reveal {
    animation: none;
    transition: none;
  }

  .wish-reveal {
    opacity: 1;
    transform: none;
  }

  .wish-progress-track i {
    transition: none;
  }
}

/* Full-cover canvas mode: the wish wall owns the whole viewport. */
#body-wrap.type-wish {
  --wish-bg: #0b1510;
  --wish-surface: rgba(11, 28, 20, 0.74);
  --wish-surface-soft: rgba(23, 51, 37, 0.78);
  --wish-ink: #f4f6ef;
  --wish-muted: rgba(232, 241, 234, 0.72);
  --wish-faint: rgba(225, 238, 227, 0.48);
  --wish-line: rgba(227, 240, 229, 0.2);
  --wish-line-strong: rgba(227, 240, 229, 0.38);
  --wish-primary: #a5cfb2;
  --wish-primary-dark: #d4edda;
  --wish-primary-soft: rgba(65, 119, 86, 0.45);
  --wish-coral: #f0a17f;
  --wish-coral-soft: rgba(155, 76, 56, 0.48);
  --wish-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

[data-theme='dark'] #body-wrap.type-wish {
  --wish-bg: #07100b;
  --wish-surface: rgba(7, 20, 13, 0.78);
  --wish-surface-soft: rgba(20, 44, 31, 0.8);
}

#body-wrap.type-wish #page-header {
  --wish-hero-ink: #ffffff;
  --wish-hero-muted: rgba(255, 255, 255, 0.79);
  --wish-hero-line: rgba(255, 255, 255, 0.32);
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px !important;
  min-height: 0 !important;
  background: transparent !important;
  pointer-events: none;
}

#body-wrap.type-wish #page-header #nav {
  position: relative;
  z-index: 3;
  pointer-events: auto;
}

#body-wrap.type-wish #page-header:not(.nav-fixed) #nav a,
#body-wrap.type-wish #page-header:not(.nav-fixed) #nav .site-page,
#body-wrap.type-wish #page-header:not(.nav-fixed) #nav .site-name,
#body-wrap.type-wish #page-header:not(.nav-fixed) #toggle-menu {
  color: var(--wish-hero-ink);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

#body-wrap.type-wish #page-header::before,
#body-wrap.type-wish #page-header::after {
  display: none;
}

#body-wrap.type-wish #page-header #page-site-info {
  display: none !important;
}

#body-wrap.type-wish #page-header.wish-page-hero .wish-hero-scroll {
  right: max(24px, calc((100% - 1200px) / 2 + 24px));
  bottom: auto;
  top: 94px;
  pointer-events: auto;
}

#body-wrap.type-wish .wish-container {
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 100vh;
  max-width: none;
  margin: 0;
  padding: 112px max(24px, calc((100% - 1120px) / 2)) 94px;
  overflow: hidden;
  isolation: isolate;
  background-color: var(--wish-bg);
  background-image: none;
}

.wish-container::before,
.wish-container::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  content: '';
}

.wish-container::before {
  background: rgba(5, 14, 9, 0.77);
}

.wish-container::after {
  background-image: none;
}

.wish-container > * {
  position: relative;
  z-index: 1;
}

.wish-container > #wish-data {
  display: none;
}

.wish-reveal {
  color: var(--wish-ink);
}

.wish-intro {
  border-bottom-color: var(--wish-line-strong);
}

.wish-intro-copy h2,
.wish-list-heading h2,
.wish-section-heading h3 {
  color: var(--wish-ink);
}

.wish-intro-lede,
.wish-list-heading > div:first-child > p:last-child,
.wish-footer-sub {
  color: var(--wish-muted);
}

.wish-year-mark {
  border-color: var(--wish-line-strong);
}

.wish-year-mark > span {
  color: var(--wish-primary);
}

.wish-year-mark small,
.wish-stat-index,
.wish-section-count,
.wish-item-index {
  color: var(--wish-faint);
}

.wish-dashboard {
  border-color: var(--wish-line);
}

.wish-stat,
.wish-progress-card,
.wish-filter-bar,
.wish-item:hover {
  border-color: var(--wish-line);
  background: var(--wish-surface);
  box-shadow: none;
}

.wish-progress-card {
  border-color: var(--wish-line-strong);
  background: var(--wish-surface-soft);
}

.wish-stat strong,
.wish-item-text,
.wish-footer p {
  color: var(--wish-ink);
}

.wish-stat span:last-child,
.wish-progress-copy > span,
.wish-progress-mark,
.wish-item-meta,
.wish-date {
  color: var(--wish-muted);
}

.wish-progress-copy strong {
  color: var(--wish-primary-dark);
}

.wish-progress-track {
  background: rgba(209, 235, 216, 0.18);
}

.wish-list-heading,
.wish-list-section,
.wish-footer {
  border-color: var(--wish-line);
}

.wish-filter-bar {
  background: rgba(7, 20, 13, 0.58);
}

.wish-filter-bar button {
  color: var(--wish-muted);
}

.wish-filter-bar button:hover,
.wish-filter-bar button[aria-selected='true'] {
  background: var(--wish-primary-soft);
  color: var(--wish-primary-dark);
}

.wish-search {
  border-color: var(--wish-line-strong);
  color: var(--wish-muted);
}

.wish-search input {
  color: var(--wish-ink);
}

.wish-search input::placeholder,
.wish-filter-status,
.wish-list-empty {
  color: var(--wish-faint);
}

.wish-section-marker-completed {
  color: var(--wish-primary);
}

.wish-section-marker-pending {
  color: var(--wish-coral);
}

.wish-section-heading,
.wish-item {
  border-color: var(--wish-line);
}

.wish-item.completed .wish-item-text {
  color: var(--wish-muted);
}

.wish-date {
  border-color: var(--wish-line);
}

.wish-item-status-completed {
  background: var(--wish-primary-soft);
  color: var(--wish-primary);
}

.wish-item-status-pending {
  border-color: var(--wish-coral);
  color: var(--wish-coral);
}

.wish-footer-line {
  background: var(--wish-coral);
}

@media (max-width: 680px) {
  #body-wrap.type-wish #page-header {
    height: 60px !important;
  }

  #body-wrap.type-wish #page-header.wish-page-hero .wish-hero-scroll {
    top: 72px;
    right: 20px;
  }

  #body-wrap.type-wish .wish-container {
    min-height: 100svh;
    padding: 94px 16px 66px;
  }

  .wish-container::before {
    background: rgba(5, 14, 9, 0.82);
  }
}
