/* Editorial finishing layer. Enqueue after home-2026.css.
 * Product photographs stay complete at every viewport; portrait avatars
 * deliberately retain their existing treatment.
 */

body.pv-site .pv-post .pv-post__figure {
  overflow: hidden;
  background: var(--pb-card);
}

body.pv-site .pv-post .pv-post__figure img,
body.pv-site .pv-post .pv-post__figure--bottle img {
  display: block;
  position: static;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  aspect-ratio: auto;
  padding: 0;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: normal;
}

body.pv-site .pv-post .pv-post__figure--bottle img {
  box-sizing: border-box;
  max-height: 36.25rem;
  padding: clamp(1rem, 3vw, 2rem);
}

body.pv-site .pv-post .pv-post__related-thumb,
body.pv-site .pv-blog .pv-post__related-thumb {
  width: 5.5rem;
  height: 4.125rem;
  background: var(--pb-card);
}

body.pv-site .pv-post .pv-post__related-thumb img,
body.pv-site .pv-post .pv-post__related-thumb--bottle img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: normal;
}

body.pv-site .pv-post .pv-post__lede {
  font-size: 1rem;
  line-height: 1.7;
}

body.pv-site .pv-post .pv-post__body {
  max-width: 70ch;
  margin-top: 2rem;
  color: var(--pb-body);
  overflow-wrap: anywhere;
}

body.pv-site .pv-post .pv-post__body :is(p, li),
body.pv-site .pv-post .pv-post__intro p {
  font-size: 1rem;
  line-height: 1.75;
}

body.pv-site .pv-post .pv-post__body h2 {
  margin: 1.5em 0 0.5em;
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
  line-height: 1.25;
}

body.pv-site .pv-post .pv-post__body h3 {
  margin: 1.5em 0 0.5em;
  font-size: 1.125rem;
  line-height: 1.4;
}

body.pv-site .pv-post .pv-post__body :is(ul, ol) {
  display: block;
  margin: 0 0 1.5rem;
  padding-left: 1.5rem;
  list-style-position: outside;
}

body.pv-site .pv-post .pv-post__body ul { list-style-type: disc; }
body.pv-site .pv-post .pv-post__body ol { list-style-type: decimal; }

body.pv-site .pv-post .pv-post__body :is(ul, ol) li {
  margin: 0.5rem 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

body.pv-site .pv-post .pv-post__body a {
  color: var(--pb-rust);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

body.pv-site .pv-post .pv-post__body img {
  max-width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

/* Named sections do not depend on their position in the article. */
body.pv-site .pv-post .pv-post__cards.pv-post__cards--editorial {
  gap: 1rem;
  margin-top: 2rem;
}

body.pv-site .pv-post .pv-post__cards.pv-post__cards--editorial > * {
  grid-column: 1 / -1;
}

body.pv-site .pv-post .pv-post__card {
  padding: 1.25rem;
}

body.pv-site .pv-post .pv-post__card-head,
body.pv-site .pv-post .pv-post__join-head {
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

body.pv-site .pv-post .pv-post__card-copy,
body.pv-site .pv-post .pv-post__col-text,
body.pv-site .pv-post .pv-post__author-note {
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--pb-body);
  overflow-wrap: anywhere;
}

body.pv-site .pv-post .pv-post__col-name,
body.pv-site .pv-post .pv-post__point-name {
  margin-bottom: 0.375rem;
  font-size: 0.9375rem;
  line-height: 1.4;
}

body.pv-site .pv-post .pv-post__cols {
  grid-auto-flow: row;
  grid-template-columns: minmax(0, 1fr);
}

body.pv-site .pv-post .pv-post__cols--ruled > * { padding-right: 0; }

body.pv-site .pv-post .pv-post__cols--ruled > * + * {
  margin-top: 1rem;
  padding-top: 1rem;
  padding-left: 0;
  border-left: 0;
  border-top: 1px solid var(--pb-rule);
}

body.pv-site .pv-post .pv-post__spec {
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem 1.5rem;
}

body.pv-site .pv-post .pv-post__spec-row {
  display: grid;
  align-content: start;
  gap: 0.25rem;
  min-width: 0;
}

body.pv-site .pv-post .pv-post__spec dt {
  gap: 0.375rem;
  font-size: 0.75rem;
  line-height: 1.5;
}

body.pv-site .pv-post .pv-post__spec dd {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--pb-body);
}

body.pv-site .pv-post .pv-post__card--split { align-items: flex-start; }
body.pv-site .pv-post .pv-post__card--split .pv-post__more {
  display: flex;
  margin-top: 0.75rem;
}

body.pv-site .pv-post .pv-post__metrics {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
  margin: 0;
}

body.pv-site .pv-post .pv-post__metric { min-width: 0; }

body.pv-site .pv-post .pv-post__metric dt {
  margin-bottom: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--pb-body);
}

body.pv-site .pv-post .pv-post__metric dd {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--pb-ink);
  overflow-wrap: anywhere;
}

body.pv-site .pv-post .pv-post__metric dd.pv-post__metric-detail {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--pb-body);
}

body.pv-site .pv-post .pv-post__sources {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--pb-line);
  font-size: 0.8125rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

body.pv-site .pv-post .pv-post__sources ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  padding: 0;
  list-style: none;
}

body.pv-site .pv-post .pv-post__meter {
  display: block;
  appearance: none;
  width: 100%;
  height: 0.5rem;
  margin-top: 0.75rem;
  border: 0;
  border-radius: 1px;
  background: var(--pb-line);
  accent-color: var(--pb-rust);
}

body.pv-site .pv-post .pv-post__meter::-webkit-meter-bar {
  height: 0.5rem;
  border: 0;
  border-radius: 1px;
  background: var(--pb-line);
}

body.pv-site .pv-post .pv-post__meter::-webkit-meter-optimum-value,
body.pv-site .pv-post .pv-post__meter::-webkit-meter-suboptimum-value,
body.pv-site .pv-post .pv-post__meter::-webkit-meter-even-less-good-value {
  background: var(--pb-rust);
}

body.pv-site .pv-post .pv-post__meter::-moz-meter-bar {
  background: var(--pb-rust);
}

body.pv-site .pv-post .pv-post__data-note {
  margin: 1rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: var(--pb-muted);
}

body.pv-site .pv-post .pv-post__btn {
  min-height: 2.75rem;
  max-width: 100%;
  padding: 0.625rem 1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
  white-space: normal;
  text-align: center;
}

body.pv-site .pv-post .pv-post__more {
  font-size: 0.75rem;
  line-height: 1.5;
}

body.pv-site .pv-post .pv-post__chip {
  min-height: 2rem;
  max-width: 100%;
  padding-block: 0.25rem;
  font-size: 0.8125rem;
  overflow-wrap: anywhere;
}

body.pv-site .pv-post .pv-post__related-date,
body.pv-site .pv-post .pv-post__related-kicker {
  font-size: 0.75rem;
  line-height: 1.5;
}

body.pv-site .pv-post a:focus-visible {
  outline: 2px solid var(--pb-rust);
  outline-offset: 3px;
}

/* The journal uses the same complete image policy as individual posts. */
body.pv-site .pv-blog .pv-blog__lead { min-height: 0; }

body.pv-site .pv-blog .pv-blog__lead-figure {
  display: grid;
  place-items: center;
  aspect-ratio: auto;
  max-height: none;
}

body.pv-site .pv-blog .pv-blog__lead-figure img,
body.pv-site .pv-blog .pv-blog__lead-figure--bottle img {
  position: static;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: normal;
}

body.pv-site .pv-blog .pv-blog__lead-figure--bottle img {
  box-sizing: border-box;
  max-height: 36.25rem;
}

body.pv-site .pv-blog .pv-blog__card-figure img,
body.pv-site .pv-blog .pv-blog__card-figure--bottle img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: normal;
}

body.pv-site .pv-blog .pv-blog__tile-art img {
  object-fit: contain;
  object-position: center;
}

body.pv-site .pv-blog .pv-blog__lead-copy {
  font-size: 0.9375rem;
  line-height: 1.7;
}

body.pv-site .pv-blog .pv-blog__card-title {
  font-size: 1.125rem;
  line-height: 1.35;
}

body.pv-site .pv-blog .pv-blog__card-copy,
body.pv-site .pv-blog .pv-blog__tile-copy {
  font-size: 0.875rem;
  line-height: 1.65;
}

body.pv-site .pv-blog .pv-blog__card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem 0.625rem;
  font-size: 0.75rem;
  line-height: 1.5;
  white-space: normal;
}

body.pv-site .pv-blog .pv-blog__card-meta span + span {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

@media (min-width: 768px) {
  body.pv-site .pv-post .pv-post__cards.pv-post__cards--editorial > * {
    grid-column: span 6;
  }

  body.pv-site .pv-post .pv-post__cards.pv-post__cards--editorial > :is(
    .pv-post__card--notes,
    .pv-post__card--facts,
    .pv-post__card--community,
    .pv-post__card--wide
  ) {
    grid-column: 1 / -1;
  }

  body.pv-site .pv-post .pv-post__card--notes .pv-post__cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.pv-site .pv-post .pv-post__card--notes .pv-post__cols--ruled > * {
    padding-right: 1rem;
  }

  body.pv-site .pv-post .pv-post__card--notes .pv-post__cols--ruled > * + * {
    margin-top: 0;
    padding-top: 0;
    padding-left: 1rem;
    border-top: 0;
    border-left: 1px solid var(--pb-rule);
  }

  body.pv-site .pv-post .pv-post__card--notes .pv-post__cols--ruled > :last-child {
    padding-right: 0;
  }

  body.pv-site .pv-post .pv-post__spec,
  body.pv-site .pv-post .pv-post__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.pv-site .pv-post .pv-post__metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  body.pv-site .pv-post .pv-post__cards.pv-post__cards--editorial {
    gap: 1.25rem;
  }
}

@media (min-width: 1440px) {
  body.pv-site .pv-post .pv-post__cards--editorial > .pv-post__card {
    padding: 1.5rem;
  }
}
