.article-page {
  --article-measure: 680px;
  background-color: #fbfaf6;
}

.article-page .reading-progress {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(51, 70, 80, .08);
}

.article-page .reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--amber);
  transition: width .08s linear;
}

.article-page .article-header {
  position: relative;
  top: auto;
  left: auto;
  margin: 0 auto;
  transform: none;
}

.article-shell {
  padding: 64px 0 138px;
}

.article-masthead {
  width: min(860px, calc(100vw - 80px));
  margin: 0 auto 44px;
  text-align: center;
}

.breadcrumb {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 11px;
}

.breadcrumb a {
  border-bottom: 1px solid transparent;
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
  border-color: currentColor;
}

.article-masthead h1 {
  max-width: 17em;
  margin: 0 auto;
  font-family: var(--display);
  font-size: clamp(37px, 3.8vw, 50px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.article-lead {
  max-width: 39em;
  margin: 25px auto 24px;
  color: #566168;
  font-size: 14px;
  line-height: 2.1;
}

.article-byline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
  color: #6b7377;
  font-family: var(--pixel);
  font-size: 9px;
}

.article-cover {
  position: relative;
  width: min(900px, calc(100vw - 80px));
  margin: 0 auto;
}

.article-cover img {
  width: 100%;
  height: min(56vw, 500px);
  object-fit: cover;
  object-position: center 52%;
  border-radius: 12px;
}

.article-cover figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 218px;
  padding: 14px 18px;
  color: var(--ink);
  background: rgba(255, 254, 250, .94);
}

.article-cover figcaption span {
  font-family: var(--display);
  font-size: 13px;
}

.article-cover figcaption small {
  color: var(--muted);
  font-family: var(--pixel);
  font-size: 7px;
  letter-spacing: .04em;
}

.mood-ticket {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 44px;
  align-items: center;
  width: min(760px, calc(100vw - 80px));
  margin: -1px auto 84px;
  padding: 21px 26px;
  color: #34464f;
  border-bottom: 1px solid rgba(83, 107, 119, .25);
  background: #e6eef0;
}

.mood-ticket > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mood-ticket p {
  margin: 0;
  font-family: var(--display);
  font-size: 14px;
}

.ticket-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--amber);
}

.mood-ticket ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 26px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #56676f;
  font-size: 12px;
}

.mood-ticket li::before {
  margin-right: 9px;
  color: var(--amber);
  content: "・";
}

.article-layout {
  display: grid;
  grid-template-columns: 190px minmax(0, var(--article-measure)) 170px;
  gap: 54px;
  justify-content: center;
  width: min(1240px, calc(100vw - 64px));
  margin: 0 auto;
}

.article-toc,
.article-margin {
  align-self: start;
  position: sticky;
  top: 42px;
}

.article-toc > p {
  margin: 0 0 17px;
  padding-bottom: 9px;
  color: var(--moss-text);
  border-bottom: 1px solid var(--line);
  font-family: var(--pixel);
  font-size: 9px;
}

.article-toc ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-toc li + li {
  margin-top: 3px;
}

.article-toc a {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 6px;
  padding: 8px 0;
  color: #667177;
  font-size: 10px;
  line-height: 1.55;
  transition: color .22s, transform .22s;
}

.article-toc a span {
  color: var(--amber);
  font-family: var(--pixel);
  font-size: 8px;
}

.article-toc a:hover,
.article-toc a:focus-visible,
.article-toc a[aria-current="true"] {
  color: var(--ink);
  transform: translateX(4px);
}

.mobile-toc {
  display: none;
}

.article-content {
  min-width: 0;
  font-size: 16px;
  line-height: 2.15;
}

.article-content > p {
  margin: 0 0 1.75em;
}

.article-drop::first-letter {
  float: left;
  margin: .09em .16em 0 0;
  color: var(--amber);
  font-family: var(--display);
  font-size: 4em;
  line-height: .8;
}

.article-section {
  scroll-margin-top: 46px;
  margin-top: 100px;
}

.section-number {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 13px;
  color: var(--amber);
  font-family: var(--pixel);
  font-size: 10px;
}

.section-number::after {
  width: 42px;
  height: 1px;
  content: "";
  background: var(--amber);
}

.article-section h2 {
  margin: 0 0 27px;
  font-family: var(--display);
  font-size: 31px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0;
}

.article-section > p:not(.section-number) {
  margin: 0 0 1.7em;
}

.pencil-quote {
  position: relative;
  margin: 86px -38px;
  padding: 42px 52px 38px;
  color: #48616d;
  border-top: 1px solid rgba(83, 107, 119, .25);
  border-bottom: 1px solid rgba(83, 107, 119, .25);
  font-family: var(--display);
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}

.pencil-quote::after {
  position: absolute;
  right: 7%;
  bottom: 29px;
  width: 110px;
  height: 6px;
  content: "";
  background: rgba(182, 79, 67, .35);
  clip-path: polygon(0 45%, 17% 20%, 41% 54%, 68% 25%, 100% 48%, 100% 75%, 71% 59%, 45% 87%, 21% 58%, 0 76%);
}

.pencil-quote span {
  display: block;
  margin-bottom: 8px;
  color: var(--amber);
  font-family: var(--pixel);
  font-size: 8px;
}

.tiny-recipe {
  display: grid;
  grid-template-columns: 155px 1fr;
  margin: 45px 0 12px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.tiny-recipe-label {
  display: grid;
  place-items: center;
  padding: 25px 18px;
  color: #34464f;
  border-right: 1px solid rgba(83, 107, 119, .18);
  background: #e6eef0;
  font-family: var(--pixel);
  font-size: 9px;
  text-align: center;
}

.tiny-recipe p {
  margin: 0;
  padding: 24px 28px;
  color: #59646a;
  font-size: 13px;
  line-height: 1.9;
}

.tiny-recipe strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: 16px;
  font-weight: 500;
}

.article-inline-photo {
  margin: 88px -70px 100px;
}

.article-inline-photo img {
  width: 100%;
  max-height: 640px;
  object-fit: cover;
  object-position: center 56%;
  border-radius: 12px;
}

.article-inline-photo figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 11px;
}

.article-inline-photo figcaption small {
  font-family: var(--pixel);
  font-size: 7px;
}

.comfort-shelf {
  margin: 96px -38px 108px;
  padding: 38px 42px 32px;
  color: #34464f;
  border-top: 5px solid var(--night);
  background: #e6eef0;
}

.comfort-heading span {
  color: var(--amber);
  font-family: var(--pixel);
  font-size: 9px;
}

.comfort-heading h2 {
  margin: 8px 0 5px;
  font-family: var(--display);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
}

.comfort-heading > p {
  margin: 0;
  color: #5d6e75;
  font-size: 12px;
}

.comfort-shelf ul {
  margin: 30px 0 22px;
  padding: 0;
  border-top: 1px solid rgba(52, 70, 79, .18);
  list-style: none;
}

.comfort-shelf li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(52, 70, 79, .18);
}

.comfort-shelf li > span {
  padding-top: 2px;
  color: var(--amber);
  font-family: var(--pixel);
  font-size: 9px;
}

.comfort-shelf strong {
  font-family: var(--display);
  font-size: 16px;
  font-weight: 500;
}

.comfort-shelf li p {
  margin: 3px 0 0;
  color: #5b6a71;
  font-size: 12px;
  line-height: 1.75;
}

.comfort-shelf .commerce-disclosure {
  margin: 0;
  color: #66757b;
  font-size: 9px;
  line-height: 1.7;
}

.small-checklist {
  margin: 96px 0 108px;
  padding: 38px 40px 32px;
  border: 1px solid rgba(48, 56, 64, .18);
  background: rgba(255, 254, 250, .7);
}

.small-checklist header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 26px;
}

.small-checklist header span {
  color: var(--amber);
  font-family: var(--pixel);
  font-size: 9px;
}

.small-checklist h2 {
  margin: 4px 0 0;
  font-family: var(--display);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
}

.check-count {
  margin: 0;
  color: var(--moss-text);
  font-family: var(--pixel);
  font-size: 10px;
}

.check-items {
  border-top: 1px solid var(--line);
}

.check-items label {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 11px;
  align-items: center;
  padding: 15px 2px;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  font-size: 13px;
}

.check-items input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--amber);
}

.check-items input:checked + span {
  color: #7a8185;
  text-decoration: line-through;
}

.check-message {
  margin: 17px 0 0;
  color: #5c686e;
  font-size: 11px;
}

.article-ending {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 110px;
  text-align: center;
}

.article-ending span {
  color: var(--moss-text);
  font-family: var(--pixel);
  font-size: 9px;
}

.article-ending i {
  display: block;
  width: 8px;
  height: 8px;
  margin: 18px 0;
  border-radius: 50%;
  background: var(--amber);
}

.article-ending p {
  margin: 0;
  font-family: var(--display);
  font-size: 24px;
}

.article-margin {
  padding-top: 6px;
}

.room-note {
  padding: 25px 22px 20px;
  color: #34464f;
  background: #f0dcd5;
  box-shadow: 8px 11px 25px rgba(51, 70, 80, .1);
  transform: rotate(1.5deg);
}

.room-note span {
  display: block;
  color: var(--amber);
  font-family: var(--pixel);
  font-size: 8px;
}

.room-note p {
  margin: 15px 0 20px;
  font-family: var(--display);
  font-size: 20px;
  line-height: 1.75;
}

.room-note small {
  display: block;
  color: #6d7376;
  font-size: 9px;
  text-align: right;
}

.margin-whisper {
  margin: 35px 0 0 20px;
  color: #788186;
  font-size: 10px;
  line-height: 1.8;
  writing-mode: vertical-rl;
}

.related-reading {
  padding: 92px 0 96px;
  color: var(--ink);
  border-top: 1px solid var(--line);
  background: #f7f3ee;
}

.related-inner {
  width: var(--page);
  margin: 0 auto;
}

.related-inner > header {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 42px;
}

.related-inner header p {
  max-width: 30em;
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 13px;
}

.related-inner h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0;
}

.related-links {
  border-bottom: 1px solid var(--line);
}

.related-links a {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) 105px 34px;
  gap: 24px;
  align-items: center;
  min-height: 116px;
  padding: 22px 10px;
  border-top: 1px solid var(--line);
  transition: color .25s, background .25s, padding .3s cubic-bezier(.16, 1, .3, 1);
}

.related-links a > span {
  color: var(--amber);
  font-family: var(--pixel);
  font-size: 9px;
}

.related-links strong {
  font-family: var(--display);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.65;
}

.related-links small {
  color: var(--moss-text);
  font-family: var(--pixel);
  font-size: 8px;
}

.related-links .related-action {
  color: var(--ink);
  font-family: var(--body);
  font-size: 11px;
  font-weight: 600;
}

.related-links a:hover,
.related-links a:focus-visible {
  color: var(--amber);
  padding-right: 16px;
  padding-left: 16px;
  background: rgba(255, 254, 250, .72);
}

.article-page .site-footer {
  gap: 28px 64px;
  padding-top: 48px;
  padding-bottom: 24px;
}

.article-page .footer-brand {
  display: grid;
  grid-template-columns: auto minmax(180px, 1fr);
  gap: 0 28px;
  align-items: center;
}

.article-page .footer-brand span {
  grid-column: 1;
  margin-left: 12px;
}

.article-page .footer-brand strong {
  grid-column: 1;
  font-size: 29px;
}

.article-page .footer-brand p {
  grid-column: 2;
  grid-row: 1 / 3;
  max-width: 23em;
  margin: 0;
  color: #cbd7da;
  line-height: 1.8;
}

.article-page .site-footer nav {
  gap: 9px 32px;
  padding-top: 4px;
}

.article-page .copyright {
  margin-top: 12px;
  padding-top: 18px;
}

@media (max-width: 1120px) {
  .article-layout {
    grid-template-columns: 170px minmax(0, var(--article-measure));
    gap: 44px;
  }

  .article-margin {
    display: none;
  }
}

@media (max-width: 900px) {
  .article-page .article-header {
    left: auto;
  }

  .article-shell {
    padding-top: 56px;
  }

  .article-masthead,
  .article-cover,
  .mood-ticket {
    width: min(100% - 48px, 760px);
  }

  .article-masthead h1 br {
    display: none;
  }

  .article-cover img {
    height: min(62vw, 470px);
  }

  .mood-ticket {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 48px;
  }

  .mobile-toc {
    display: block;
    width: min(100% - 48px, var(--article-measure));
    margin: 0 auto 78px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .mobile-toc summary {
    padding: 18px 2px;
    color: var(--moss-text);
    font-family: var(--pixel);
    font-size: 10px;
    cursor: pointer;
  }

  .mobile-toc ol {
    margin: 0 0 20px;
    padding-left: 2em;
    color: #626e73;
    font-size: 12px;
  }

  .mobile-toc li + li {
    margin-top: 7px;
  }

  .article-layout {
    display: block;
    width: min(100% - 48px, var(--article-measure));
  }

  .article-toc {
    display: none;
  }
}

@media (max-width: 640px) {
  .article-page {
    --article-measure: 100%;
  }

  .article-shell {
    padding: 52px 0 100px;
  }

  .article-masthead,
  .article-cover,
  .mood-ticket,
  .mobile-toc,
  .article-layout {
    width: calc(100% - 36px);
  }

  .breadcrumb {
    justify-content: flex-start;
    margin-bottom: 38px;
  }

  .article-masthead {
    margin-bottom: 40px;
    text-align: left;
  }

  .article-masthead h1 {
    font-size: 31px;
    line-height: 1.55;
  }

  .article-lead {
    margin-top: 26px;
    font-size: 14px;
  }

  .article-byline {
    justify-content: flex-start;
    gap: 6px 15px;
  }

  .article-cover img {
    height: 88vw;
    max-height: 430px;
    object-position: 57% center;
  }

  .article-cover figcaption {
    position: relative;
    min-width: 0;
    padding: 12px 2px 0;
    background: transparent;
  }

  .mood-ticket {
    margin-top: 34px;
    padding: 22px 20px;
  }

  .mood-ticket ul {
    display: grid;
    gap: 4px;
  }

  .article-content {
    font-size: 15px;
    line-height: 2.1;
  }

  .article-section {
    margin-top: 82px;
  }

  .article-section h2 {
    font-size: 25px;
    line-height: 1.7;
  }

  .pencil-quote,
  .comfort-shelf,
  .article-inline-photo {
    margin-right: 0;
    margin-left: 0;
  }

  .pencil-quote {
    padding: 36px 18px;
    font-size: 20px;
    text-align: left;
  }

  .tiny-recipe {
    grid-template-columns: 1fr;
  }

  .tiny-recipe-label {
    place-items: start;
    padding: 13px 18px;
    border-right: 0;
  }

  .tiny-recipe p {
    padding: 20px 18px;
  }

  .article-inline-photo img {
    height: 118vw;
    max-height: 560px;
  }

  .article-inline-photo figcaption {
    display: grid;
    gap: 2px;
  }

  .comfort-shelf,
  .small-checklist {
    padding: 30px 22px 26px;
  }

  .comfort-heading h2,
  .small-checklist h2 {
    font-size: 22px;
  }

  .small-checklist header {
    align-items: start;
  }

  .related-reading {
    padding: 70px 0 72px;
  }

  .related-inner > header {
    display: block;
    margin-bottom: 30px;
  }

  .related-inner h2 {
    font-size: 32px;
  }

  .related-inner header p {
    margin-top: 10px;
  }

  .related-links a {
    grid-template-columns: 1fr auto;
    gap: 8px 18px;
    min-height: 0;
    padding: 20px 2px 22px;
  }

  .related-links strong {
    grid-column: 1 / -1;
    grid-row: 2;
    font-size: 17px;
  }

  .related-links small {
    grid-column: 1;
    grid-row: 3;
  }

  .related-links .related-action {
    grid-column: 2;
    grid-row: 3;
  }

  .related-links a:hover,
  .related-links a:focus-visible {
    padding-right: 8px;
    padding-left: 8px;
  }

  .article-page .site-footer {
    gap: 34px;
    padding-top: 44px;
    padding-bottom: 22px;
  }

  .article-page .footer-brand {
    display: flex;
  }

  .article-page .footer-brand p {
    margin-top: 12px;
  }

  .article-page .site-footer nav {
    padding-top: 0;
  }

  .article-page .copyright {
    margin-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .article-page .reading-progress span {
    transition: none;
  }
}
