.home-page {
  padding: 3.1rem 0 0;
}

.home-cover,
.home-index,
.reading-list,
.reader-questions,
.source-line {
  width: var(--page);
  margin-left: auto;
  margin-right: auto;
}

.home-cover {
  display: block;
  padding-bottom: 3.3rem;
}

.home-cover h1 {
  max-width: 32ch;
  margin: 0 auto;
  font-size: 3.55rem;
  line-height: 1.03;
  text-align: center;
}

.home-cover h1 .title-line {
  display: block;
  white-space: nowrap;
}

.home-hero-image {
  width: 100%;
  max-width: 68rem;
  margin: 1.65rem auto 0;
}

.home-hero-image img,
.topic-entry__image img {
  display: block;
  width: 100%;
  height: auto;
  background: var(--surface);
}

.answer-block {
  width: 100%;
  margin-top: 1.65rem;
  padding-top: 1.1rem;
  border-top: var(--rule-major);
}

.answer-block p {
  max-width: 49rem;
  margin: 0 auto;
  font-family: var(--serif);
  font-size: 1.42rem;
  line-height: 1.38;
}

.intro-overview {
  grid-column: 2;
  max-width: 45rem;
  margin-top: 0.25rem;
}

.intro-overview p,
.topic-entry p,
.faq-list p,
.source-line li {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.18rem;
  line-height: 1.58;
}

.intro-overview p + p,
.topic-entry p + p {
  margin-top: 1rem;
}

.home-index,
.reading-list,
.reader-questions,
.source-line {
  display: block;
  padding: 3rem 0;
}

.topic-list {
  max-width: 49rem;
  margin-left: auto;
  margin-right: auto;
  border-top: var(--rule-major);
}

.topic-entry {
  display: grid;
  grid-template-columns: 16rem minmax(0, 1fr);
  gap: 2rem;
  padding: 1.9rem 0 2.05rem;
  border-bottom: var(--rule-minor);
}

.topic-entry:last-child {
  border-bottom: 0;
}

.topic-entry__label {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.02;
  text-decoration: none;
}

.topic-entry__label::after {
  content: " /";
  color: var(--accent);
}

.topic-entry p {
  max-width: 44rem;
}

.topic-entry__image {
  max-width: 44rem;
  margin: 0 0 1.05rem;
}

.topic-entry__more {
  display: inline-block;
  margin-top: 0.85rem;
  color: var(--accent);
  font-family: var(--sans);
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration-thickness: 1px;
  text-transform: uppercase;
}

.reading-list ol {
  counter-reset: start;
  list-style: none;
  max-width: 49rem;
  margin: 0 auto;
  padding: 0;
  border-top: var(--rule-major);
}

.reading-list li {
  counter-increment: start;
  display: grid;
  grid-template-columns: 3.4rem 16rem minmax(0, 1fr);
  gap: 1rem 1.3rem;
  align-items: baseline;
  padding: 0.78rem 0;
  border-bottom: var(--rule-minor);
}

.reading-list li::before {
  content: counter(start, decimal-leading-zero);
  color: var(--muted);
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
}

.reading-list li:last-child {
  border-bottom: 0;
}

.reading-list a {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  border-bottom: 1px solid var(--accent);
}

.reading-list span {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 0.98rem;
  line-height: 1.35;
}

.faq-list {
  max-width: 49rem;
  margin-left: auto;
  margin-right: auto;
  border-top: var(--rule-major);
}

.public-section-heading {
  max-width: 49rem;
  margin: 0 auto 1rem;
  font-size: 1.65rem;
  line-height: 1.05;
}

.faq-list details {
  padding: 0.85rem 0 0.95rem;
  border-bottom: var(--rule-minor);
}

.faq-list details:last-child {
  border-bottom: 0;
}

.faq-list summary {
  cursor: pointer;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.14;
}

.faq-list p {
  max-width: 48rem;
  margin-top: 0.55rem;
  font-size: 1.06rem;
  line-height: 1.45;
}

.source-line {
  border-bottom: 0;
}

.source-line h2,
.source-line ul {
  max-width: 49rem;
  margin-left: auto;
  margin-right: auto;
}

.source-line h2 {
  margin: 0;
  padding-top: 1.1rem;
  border-top: var(--rule-minor);
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
}

.source-line ul {
  list-style: none;
  margin-top: 0.85rem;
  padding: 0;
}

.source-line li {
  max-width: 46rem;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 0.94rem;
  line-height: 1.35;
}

.source-line li + li {
  margin-top: 0.42rem;
}

.source-line span {
  color: var(--muted);
}

.source-line a {
  color: var(--ink);
  text-decoration-thickness: 1px;
}

.legal-page {
  width: var(--page);
  margin: 0 auto;
  padding: 3.1rem 0 0;
}

.legal-document {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
}

.legal-hero {
  padding-bottom: 2.8rem;
}

.legal-kicker {
  margin: 0 0 0.9rem;
  color: var(--accent);
  font-family: var(--sans);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.legal-hero h1 {
  margin: 0;
  font-size: 3.55rem;
  line-height: 1.03;
}

.legal-standfirst {
  max-width: 50rem;
  margin: 0;
  padding-top: 1.1rem;
  border-top: var(--rule-major);
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1.35;
}

.legal-meta {
  margin: 0.2rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
}

.legal-body {
  border-top: var(--rule-minor);
}

.legal-body section {
  padding: 2.05rem 0;
  border-bottom: var(--rule-minor);
}

.legal-body h2 {
  margin: 0 0 0.8rem;
  font-family: var(--serif);
  font-size: 1.55rem;
  line-height: 1.08;
}

.legal-body p {
  max-width: 50rem;
  margin: 0;
  font-family: var(--serif);
  font-size: 1.12rem;
  line-height: 1.55;
}

.legal-body p + p {
  margin-top: 1rem;
}

.article-page {
  padding: 3.1rem 0 0;
}

.article-layout {
  width: var(--page);
  margin: 0 auto;
}

.article-header {
  display: block;
  padding-bottom: 3.3rem;
}

.article-kicker {
  margin: 0;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.85rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.article-header h1 {
  max-width: 32ch;
  margin: 0.9rem auto 0;
  font-size: 3.55rem;
  line-height: 1.03;
  text-align: center;
}

.article-title-line {
  display: block;
}

.article-hero-image,
.article-inline-image {
  width: 100%;
  margin: 0;
}

.article-hero-image {
  max-width: 68rem;
  margin: 1.65rem auto 0;
}

.article-hero-image img,
.article-inline-image img {
  display: block;
  width: 100%;
  height: auto;
  background: var(--surface);
}

.article-answer {
  width: 100%;
  margin-top: 1.65rem;
}

.article-answer p {
  margin-left: auto;
  margin-right: auto;
}

.article-content {
  display: grid;
  grid-template-columns: 16rem minmax(0, 1fr);
  gap: 4rem;
  padding: 3rem 0;
  border-top: var(--rule-major);
}

.article-content section {
  grid-column: 2;
  max-width: 49rem;
  padding: 0 0 3rem;
  border-bottom: var(--rule-minor);
}

.article-content section:last-child {
  border-bottom: 0;
}

.hub-content {
  display: block;
}

.hub-content section {
  max-width: 49rem;
  margin-left: auto;
  margin-right: auto;
}

.hub-content section + section {
  margin-top: 3rem;
}

.article-content h2 {
  margin: 0 0 1rem;
  font-size: 2.35rem;
  line-height: 1.06;
}

.article-content p,
.article-content li,
.article-content td,
.article-content th {
  font-family: var(--serif);
  font-size: 1.18rem;
  line-height: 1.58;
}

.article-content p {
  margin: 0;
}

.article-content p + p,
.article-content .article-inline-image + p,
.article-content .article-table-wrap + p {
  margin-top: 1rem;
}

.article-inline-image {
  margin-bottom: 1.2rem;
}

.article-table-wrap {
  max-width: 100%;
  margin: 1.2rem 0;
  overflow-x: auto;
}

.article-content table {
  width: 100%;
  border-collapse: collapse;
  border-top: var(--rule-major);
}

.article-content th,
.article-content td {
  padding: 0.75rem 0.8rem;
  border-bottom: var(--rule-minor);
  text-align: left;
  vertical-align: top;
}

.article-content th {
  font-weight: 700;
}

.article-related ul {
  margin: 0;
  padding-left: 1.15rem;
}

.article-related li + li {
  margin-top: 0.35rem;
}

.hub-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: var(--rule-major);
}

.hub-link-list li {
  display: grid;
  grid-template-columns: minmax(13rem, 18rem) minmax(0, 1fr);
  gap: 1rem 1.5rem;
  align-items: baseline;
  padding: 0.85rem 0;
  border-bottom: var(--rule-minor);
}

.hub-link-list a,
.hub-link-list .pending-link {
  font-weight: 700;
  text-decoration-thickness: 1px;
}

.hub-link-list span:not(.pending-link) {
  color: var(--muted);
}

@media (max-width: 1100px) {
  :root {
    --page: min(calc(100% - 2rem), 58rem);
  }

  .masthead-panel {
    grid-template-columns: 1fr;
    gap: 1rem;
    min-height: auto;
    padding: 1.8rem 0 1.5rem;
  }

  .masthead-side {
    display: none;
  }

  .brand-wordmark {
    font-size: 4.6rem;
    white-space: normal;
  }

  h1 {
    font-size: 3.25rem;
  }

  .home-cover,
  .home-index,
  .reading-list,
  .reader-questions,
  .source-line,
  .article-header,
  .article-content {
    grid-template-columns: 12rem minmax(0, 1fr);
    gap: 2.5rem;
  }

  .home-cover h1 {
    font-size: 3.65rem;
  }

  .article-header h1 {
    font-size: 3.65rem;
  }

  .answer-block,
  .intro-overview,
  .article-kicker,
  .article-header h1,
  .article-hero-image,
  .article-answer,
  .article-content section {
    grid-column: 2;
  }

  .home-cover,
  .home-index,
  .reading-list,
  .reader-questions,
  .source-line,
  .article-header,
  .article-content {
    display: block;
  }

  .home-cover h1,
  .answer-block,
  .intro-overview,
  .topic-list,
  .reading-list ol,
  .public-section-heading,
  .faq-list,
  .source-line h2,
  .source-line ul,
  .article-kicker,
  .article-header h1,
  .article-hero-image,
  .article-answer,
  .article-content section {
    grid-column: auto;
  }

  .intro-overview,
  .article-content section {
    max-width: 44rem;
    margin-left: 0;
  }

  .home-cover h1 {
    max-width: 32ch;
    margin-left: auto;
    margin-right: auto;
  }

  .article-header h1 {
    max-width: 32ch;
    margin-left: auto;
    margin-right: auto;
  }

  .hub-content section {
    margin-left: auto;
    margin-right: auto;
  }

  .answer-block {
    max-width: none;
    width: 100%;
    margin-left: 0;
  }

  .topic-entry {
    grid-template-columns: 12rem minmax(0, 1fr);
  }

  .reading-list li {
    grid-template-columns: 3.5rem minmax(12rem, 17rem) minmax(0, 1fr);
  }

  .story-body--with-sidebar {
    grid-template-columns: minmax(0, 1fr) 21rem;
    gap: 2rem;
  }

  .article-copy p {
    font-size: 1.35rem;
  }

  .site-footer__inner {
    grid-template-columns: minmax(16rem, 1fr) minmax(0, 0.75fr);
    gap: 3rem 4rem;
  }

  .footer-brand {
    grid-column: 1;
  }

  .site-footer__nav[aria-label="Topics"] {
    grid-column: 2;
    grid-row: 1;
  }

  .site-footer__nav[aria-label="Vietnamese Coffee"] {
    grid-column: 2;
    grid-row: 2;
  }

  .footer-newsletter-column {
    grid-column: 1;
    grid-row: 2;
  }

  .copyright {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 0 !important;
  }
}

@media (max-width: 720px) {
  :root {
    --header-progress: 1;
    --masthead-fade: 0;
  }

  .utility-bar {
    grid-template-columns: 2.8rem minmax(0, 1fr) auto;
    gap: 0.7rem;
    height: 4.2rem;
    min-height: 4.2rem;
    top: 0;
    transform: translateX(-50%);
  }

  .utility-bar::before {
    top: 0;
    height: 4.2rem;
  }

  .utility-bar::after {
    opacity: 1;
  }

  .masthead-panel {
    display: block;
    min-height: 0;
    margin-top: 0;
    border: 0;
  }

  .masthead-panel::before {
    display: none;
  }

  .brand-slot {
    min-height: 0;
  }

  .masthead-side,
  .category-nav {
    display: none;
  }

  .site-menu__bar {
    grid-template-columns: 3.2rem minmax(0, 1fr) 3.2rem;
    width: 100%;
    min-height: 4.2rem;
    padding: 0 1rem;
  }

  .site-menu__brand {
    width: min(19rem, 54vw);
  }

  .site-menu__content {
    display: block;
    width: calc(100% - 2rem);
    min-height: auto;
    border-left: 0;
    border-right: 0;
  }

  .site-menu__primary,
  .site-menu__section {
    padding: 1.7rem 0;
  }

  .site-menu__primary {
    border-right: 0;
    border-bottom: var(--rule-minor);
  }

  .site-menu__section + .site-menu__section {
    border-left: 0;
    border-top: var(--rule-minor);
  }

  .site-menu__primary a {
    font-size: clamp(2rem, 7.6vw, 3rem);
  }

  .site-menu__primary a + a {
    margin-top: 0.58rem;
  }

  .site-menu__section h2 {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0;
    font-size: 1.35rem;
  }

  .site-menu__section h2::after {
    content: "";
    width: 0.72rem;
    height: 0.72rem;
    border-right: 2px solid var(--ink);
    border-bottom: 2px solid var(--ink);
    transform: rotate(45deg) translateY(-0.18rem);
  }

  .site-menu__section a {
    display: none;
  }

  .utility-left,
  .utility-right {
    gap: 0.75rem;
    transform: none;
  }

  .menu-button {
    height: 4.2rem;
  }

  .subscribe-link {
    height: 3rem;
    min-height: 3rem;
    padding: 0 0.8rem;
    font-size: 0.78rem !important;
  }

  .brand-wordmark {
    width: min(53.5vw, 13.5rem);
  }

  .utility-brand {
    pointer-events: auto;
  }

  .story {
    padding-top: 2.4rem;
  }

  .story-meta-top {
    flex-wrap: wrap;
    row-gap: 0.45rem;
    margin-bottom: 1.15rem;
  }

  .story-meta-top p {
    font-size: 0.86rem;
  }

  h1 {
    max-width: 11ch;
    font-size: 2.65rem;
    line-height: 1.02;
  }

  .home-page {
    padding-top: 0.8rem;
  }

  .article-page {
    padding-top: 0.8rem;
  }

  .home-cover,
  .home-index,
  .reading-list,
  .reader-questions,
  .source-line,
  .article-header,
  .article-content {
    display: block;
    padding: 1.8rem 0;
  }

  .home-kicker {
    margin-bottom: 0.8rem;
  }

  .home-cover h1 {
    max-width: 13ch;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.85rem;
  }

  .article-header h1 {
    max-width: 13ch;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.85rem;
  }

  .home-cover h1 .title-line {
    white-space: normal;
  }

  .answer-block {
    margin-top: 1.25rem;
  }

  .article-answer {
    margin-top: 1.25rem;
  }

  .answer-block p {
    font-size: 1.25rem;
    line-height: 1.45;
  }

  .article-content h2 {
    font-size: 2rem;
  }

  .article-content p,
  .article-content li,
  .article-content td,
  .article-content th {
    font-size: 1.08rem;
  }

  .hub-link-list li {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .intro-overview {
    margin-top: 1.45rem;
  }

  .intro-overview p,
  .topic-entry p,
  .faq-list p,
  .source-line li {
    font-size: 1.03rem;
  }

  .legal-page {
    padding-top: 0.8rem;
  }

  .legal-hero {
    padding-bottom: 2.2rem;
  }

  .legal-hero h1 {
    font-size: 3rem;
  }

  .legal-standfirst {
    font-size: 1.22rem;
  }

  .legal-body section {
    padding: 1.55rem 0;
  }

  .legal-body p {
    font-size: 1.02rem;
  }

  .topic-entry {
    display: block;
    padding: 1.2rem 0;
  }

  .topic-entry__label {
    display: inline-block;
    margin-bottom: 0.7rem;
    font-size: 1.6rem;
  }

  .reading-list li {
    grid-template-columns: 2.5rem minmax(0, 1fr);
    gap: 0.8rem 1rem;
  }

  .reading-list span {
    grid-column: 2;
  }

  .faq-list summary {
    font-size: 1.25rem;
  }

  .standfirst {
    font-size: 1.25rem;
    line-height: 1.43;
  }

  .story-credits {
    font-size: 1rem;
  }

  .share-row {
    gap: 1rem;
  }

  .story-body {
    margin-top: 3rem;
  }

  .story-body--with-sidebar {
    display: block;
  }

  .article-copy p {
    font-size: 1.06rem;
    line-height: 1.55;
  }

  .article-copy h2 {
    font-size: 1.7rem;
  }

  .article-photo--portrait,
  .article-photo--wide {
    max-width: none;
  }

  .recommendation-rail {
    margin-top: 2.4rem;
  }

  .newspaper-banner {
    grid-template-columns: 1fr;
  }

  .newspaper-banner__title {
    padding: 0.9rem 1rem;
    font-size: 2rem;
  }

  .newspaper-banner__stamp {
    display: none;
  }

  .print-note {
    padding: 1.3rem 1rem;
  }

  .print-note p {
    font-size: 1.08rem;
  }

  .newsletter-block {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 1.35rem 1rem;
  }

  .newsletter-block h2 {
    font-size: 1.9rem;
  }

  .newsletter-block p {
    font-size: 1.45rem;
  }

  .newsletter-block form div {
    display: block;
  }

  .newsletter-block input,
  .newsletter-block button {
    width: 100%;
  }

  .newsletter-block button {
    margin-top: 0.65rem;
  }

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

  .related-grid article,
  .related-grid article:first-child {
    padding: 1rem 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    padding-top: 1.8rem;
    text-align: center;
  }

  .footer-brand,
  .footer-newsletter-column,
  .site-footer__nav,
  .copyright {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .site-footer__nav[aria-label="Topics"] {
    grid-column: 1 / -1;
    grid-row: auto;
    order: 3;
  }

  .site-footer__nav[aria-label="Vietnamese Coffee"] {
    grid-column: 1 / -1;
    grid-row: auto;
    order: 4;
  }

  .footer-brand {
    order: 1;
  }

  .footer-newsletter-column {
    order: 2;
    width: min(100%, 22rem);
    margin: 0 auto;
    text-align: left;
  }

  .copyright {
    order: 5;
  }

  .footer-logo {
    width: min(100%, 22rem);
    margin: 0 auto;
  }

  .footer-newsletter {
    max-width: 22rem;
    margin: 1.15rem auto 0;
  }

  .footer-newsletter div {
    max-width: none;
  }

  .copyright {
    grid-column: 1 / -1;
    justify-content: center;
    margin-top: 0 !important;
    text-align: center;
  }

  .site-footer__nav {
    align-items: center;
    gap: 0.55rem;
    margin-top: 0;
  }

  .site-footer__nav[aria-label="Topics"],
  .site-footer__nav[aria-label="Vietnamese Coffee"] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
    row-gap: 0.7rem;
    max-width: 22rem;
    margin: 0 auto;
  }

  .site-footer__nav h2 {
    grid-column: 1 / -1;
    margin-bottom: 0.2rem;
    text-align: center;
  }

  .site-footer__nav a {
    font-size: 0.98rem;
    line-height: 1.25;
    text-align: center;
  }

}
