@import url("./blog.css");

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

.lifestyle-main {
  max-width: 1000px;
  margin: 0 auto;
  padding: 28px 20px 72px;
}

.lifestyle-layout {
  display: grid;
  grid-template-columns: minmax(0, 680px) 248px;
  justify-content: center;
  gap: 24px;
  align-items: start;
}

.lifestyle-primary {
  min-width: 0;
}

.lifestyle-sidebar {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 14px;
}

.lifestyle-sidebar-module {
  padding: 18px 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-sizing: border-box;
}

.lifestyle-sidebar-label {
  margin: 0 0 8px;
  color: #8a6c2f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lifestyle-sidebar-title {
  margin: 0;
  color: #111;
  font-size: 20px;
  line-height: 1.15;
}

.lifestyle-newsletter-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 14px;
}

.lifestyle-newsletter-form input {
  min-width: 0;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #fff;
  color: #111;
  font: inherit;
  box-sizing: border-box;
}

.lifestyle-newsletter-form button {
  min-height: 40px;
  border: 0;
  background: #b7ee53;
  color: #111;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.lifestyle-sidebar-helper {
  margin: 10px 0 0;
  color: #555;
  font-size: 12px;
  line-height: 1.5;
}

.lifestyle-artists-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.lifestyle-artists-see-all {
  color: #111;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.lifestyle-artist-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lifestyle-artist-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.lifestyle-artist-list li:first-child {
  border-top: 0;
  padding-top: 4px;
}

.lifestyle-artist-rank {
  color: #8a6c2f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.lifestyle-artist-name {
  color: #111;
  font-size: 15px;
  line-height: 1.3;
  text-decoration: none;
}

.lifestyle-intro,
.feed-toolbar,
.editorial-feed {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.lifestyle-intro,
.feed-toolbar {
  border-radius: 0;
}

.editorial-feed {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}

.lifestyle-intro {
  padding: 24px 26px;
  margin-bottom: 18px;
}

.section-kicker {
  margin: 0 0 8px;
  color: #0f7a3a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}

.intro-title,
.toolbar-title,
.feed-title,
.story-title,
.story-title-link {
  margin: 0;
  color: #111;
}

.intro-title {
  font-size: 33px;
  line-height: 1.1;
}

.intro-copy,
.toolbar-copy,
.story-excerpt,
.suggestion-copy,
.story-supplemental {
  color: #444;
  line-height: 1.7;
}

.intro-copy {
  margin: 12px 0 0;
  max-width: 760px;
}

.feed-toolbar {
  padding: 22px 24px;
  margin-bottom: 22px;
}

.toolbar-heading {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
}

.toolbar-title,
.feed-title {
  font-size: 24px;
  line-height: 1.12;
}

.toolbar-copy {
  margin: 0;
  font-size: 15px;
}

.toolbar-controls {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) repeat(3, minmax(150px, 1fr));
  gap: 12px;
  align-items: end;
}

.search-field,
.select-field {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.field-label {
  color: #3b3b3b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.search-field input,
.select-field select {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 14px;
  background: #fff;
  color: #111;
  font: inherit;
}

.toolbar-meta {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.results-count {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  color: #5a5a5a;
}

.smart-suggestions {
  display: none;
}

.smart-suggestions.is-visible {
  display: block;
}

.suggestion-box {
  padding: 14px 16px;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.suggestion-label {
  margin: 0 0 6px;
  color: #0f7a3a;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.35px;
}

.suggestion-copy {
  margin: 0;
  font-size: 14px;
}

.suggestion-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.suggestion-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}

.suggestion-link:hover,
.story-read-more:hover,
.story-title-link:hover,
.story-author a:hover {
  color: #0f7a3a;
}

.feed-heading {
  padding: 20px 24px 0;
}

.feed-stream {
  display: grid;
}

.feed-story {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 22px;
  padding: 18px 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.feed-story:first-child {
  border-top: 0;
  grid-template-columns: 1fr;
  gap: 18px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.feed-story:not(:first-child) {
  gap: 16px;
}

.story-image-link {
  display: block;
  align-self: start;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
}

.story-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.feed-story:first-child .story-image {
  aspect-ratio: 5 / 4;
}

.feed-story:not(:first-child) .story-image-link {
  max-width: 160px;
}

.story-body {
  min-width: 0;
}

.story-category {
  display: inline-block;
  margin-bottom: 10px;
  color: #0f7a3a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}

.story-title {
  font-size: 28px;
  line-height: 1.16;
}

.story-title-link {
  color: inherit;
  text-decoration: none;
}

.story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 10px 0 14px;
  color: #666;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.story-author a {
  color: #111;
  text-decoration: none;
}

.story-excerpt,
.story-supplemental {
  margin: 0;
  font-size: 15px;
}

.story-supplemental {
  margin-top: 12px;
  font-size: 14px;
}

.story-read-more {
  display: inline-flex;
  margin-top: 16px;
  color: #111;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.feed-empty {
  padding: 28px 24px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.feed-empty-title {
  margin: 0 0 8px;
  color: #111;
  font-size: 20px;
}

.feed-empty-copy {
  margin: 0;
  color: #555;
  line-height: 1.7;
}

.author-shell {
  max-width: 960px;
  margin: 0 auto;
  padding: 28px 20px 72px;
}

.author-intro,
.author-feed {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  border-radius: 22px;
}

.author-intro {
  padding: 24px 26px;
  margin-bottom: 22px;
}

.author-name {
  margin: 0;
  color: #111;
  font-size: 34px;
  line-height: 1.08;
}

.author-bio {
  margin: 14px 0 0;
  color: #444;
  line-height: 1.7;
}

.author-feed {
  overflow: hidden;
}

.author-feed-header {
  padding: 20px 24px 0;
}

.article-shell {
  max-width: 960px;
  margin: 0 auto;
  padding: 28px 20px 72px;
}

.article-card,
.article-related {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  border-radius: 22px;
}

.article-card {
  padding: 28px 28px 32px;
}

.flat-card,
.flat-card-box,
.story-card,
.article-card.flat-card,
.feature-card,
.service-card,
.heat-card,
.media-card,
.route-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.flat-card img,
.flat-card iframe,
.flat-card video,
.media-card img,
.media-card iframe,
.media-card video {
  border-radius: 4px;
}

.article-kicker {
  margin: 0 0 10px;
  color: #8a6c2f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.article-title {
  margin: 0;
  color: #111;
  font-size: clamp(32px, 5vw, 46px);
  line-height: 1.02;
}

.article-lede {
  margin: 18px 0 0;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 1.75;
  max-width: 760px;
}

.article-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 22px 0 0;
  color: #555;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.article-meta-row a,
.article-artist-link,
.article-inline-link,
.article-related-link,
.article-related a {
  color: #111;
  text-decoration: none;
}

.article-meta-row a:hover,
.article-artist-link:hover,
.article-inline-link:hover,
.article-related-link:hover,
.article-related a:hover {
  text-decoration: underline;
}

.article-figure {
  margin: 28px 0 0;
}

.article-header {
  position: relative;
}

.article-hero,
.article-media,
.media-frame {
  position: relative;
  overflow: hidden;
  background: #05070b;
}

.article-figure.article-hero,
.article-figure.article-media,
.article-figure.media-frame {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}

.article-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 18px;
  background: #111;
}

.article-media iframe,
.article-media video,
.article-video,
.article-cloudinary-video,
.article-trending-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #05070b;
  object-fit: cover;
}

.article-media video,
.article-cloudinary-video {
  object-fit: cover;
}

.article-media figcaption,
.media-frame figcaption {
  background: #fff;
  color: #444;
  padding: 10px 12px;
}

.article-cloudinary-media img,
.article-cloudinary-media video {
  filter: saturate(1.04) contrast(1.02);
}

body.is-lifestyle-artist-page .article-figure {
  margin: 24px 0 0;
  width: 100%;
  max-width: 760px;
  box-sizing: border-box;
}

body.is-lifestyle-artist-page .article-figure img {
  aspect-ratio: 16 / 10;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.is-lifestyle-artist-page .article-card--editorial {
  display: block;
}

body.is-lifestyle-artist-page .article-header-group {
  max-width: 760px;
}

body.is-lifestyle-artist-page .article-content-column {
  margin-top: 24px;
}

body.is-lifestyle-artist-page .article-content-intro {
  max-width: 760px;
  margin-bottom: 22px;
}

body.is-lifestyle-artist-page .article-content-intro .article-meta-row {
  margin-top: 0;
}

body.is-lifestyle-artist-page .article-content-intro .article-share-row {
  margin-top: 14px;
}

body.is-lifestyle-artist-page .article-content-intro .article-lede {
  margin-top: 18px;
}

body.is-lifestyle-middle-story-page .article-social-row {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 18px 0 0;
}

body.is-lifestyle-middle-story-page .article-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #111;
  text-decoration: none;
}

body.is-lifestyle-middle-story-page .article-social-icon img {
  display: block;
  width: 15px;
  height: 15px;
  object-fit: contain;
}

body.is-lifestyle-middle-story-page .article-share-row {
  display: none;
}

body.is-lifestyle-middle-story-page .article-content-intro {
  max-width: 760px;
  margin-bottom: 22px;
}

body.is-lifestyle-middle-story-page .article-content-intro .article-lede {
  margin-top: 0;
}

.article-body {
  margin-top: 28px;
}

.article-body p {
  margin: 0 0 18px;
  color: #2c2c2c;
  line-height: 1.85;
}

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

.article-section h2 {
  margin: 0 0 10px;
  color: #111;
  font-size: 22px;
  line-height: 1.2;
}

.article-body strong {
  color: #111;
}

.article-taxonomy {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
}

.article-taxonomy span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.06);
  color: #222;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-related {
  margin-top: 24px;
  padding: 22px 24px 24px;
}

.article-related-title {
  margin: 0 0 8px;
  color: #111;
  font-size: 24px;
}

.article-related-copy {
  margin: 0;
  color: #555;
  line-height: 1.7;
}

.article-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.article-related-link {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.article-shell--editorial {
  max-width: 1240px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 44px;
  align-items: start;
}

.article-card--editorial {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  min-width: 0;
}

.article-header-group,
.article-content-column {
  max-width: 760px;
}

.article-share-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
}

.article-share-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  color: #111;
  background: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.article-share-link:hover {
  text-decoration: none;
  color: #0f7a3a;
}

.article-content-column {
  margin-top: 26px;
}

.article-sidebar {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 18px;
}

.sidebar-module,
.article-engagement,
.article-comments-placeholder,
.article-related--editorial {
  padding: 22px 22px 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.96);
}

.sidebar-label {
  margin: 0 0 8px;
  color: #8a6c2f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sidebar-title {
  margin: 0;
  color: #111;
  font-size: 24px;
  line-height: 1.12;
}

.sidebar-copy {
  margin: 12px 0 0;
  color: #4b4b4b;
  line-height: 1.7;
}

.sidebar-newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: 18px;
}

.sidebar-newsletter-form input {
  min-width: 0;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  color: #111;
  background: #fff;
  font: inherit;
}

.sidebar-newsletter-form button {
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  color: #111;
  background: #b7ee53;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.sidebar-story-list {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.sidebar-story {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  color: #111;
  text-decoration: none;
}

.sidebar-story img {
  display: block;
  width: 88px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #111;
}

.sidebar-story span {
  font-size: 15px;
  line-height: 1.45;
}

.sidebar-story:hover span {
  text-decoration: underline;
}

.article-lower-section {
  display: grid;
  gap: 24px;
  margin-top: 44px;
}

.article-engagement {
  display: grid;
  gap: 18px;
}

.article-reaction-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.article-reaction-chip {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: #111;
  background: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.article-related--editorial {
  margin-top: 0;
}

.article-related--editorial .article-related-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.article-related--editorial .article-related-link {
  justify-content: center;
  min-height: 48px;
}

@media (max-width: 900px) {
  .lifestyle-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .lifestyle-sidebar {
    position: static;
    order: 2;
  }

  .toolbar-controls {
    grid-template-columns: 1fr 1fr;
  }

  .search-field {
    grid-column: 1 / -1;
  }

  .feed-story {
    grid-template-columns: 160px minmax(0, 1fr);
  }

  .feed-story:first-child {
    grid-template-columns: 1fr;
  }

  .article-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .article-sidebar {
    position: static;
  }
}

@media (max-width: 720px) {
  .lifestyle-main,
  .author-shell,
  .article-shell {
    padding: 24px 16px 56px;
  }

  .lifestyle-layout {
    gap: 22px;
  }

  .lifestyle-intro,
  .feed-toolbar,
  .author-intro {
    padding: 20px;
  }

  .lifestyle-intro,
  .feed-toolbar {
    border-radius: 0;
  }

  .editorial-feed {
    border-radius: 0;
  }

  .intro-title,
  .author-name {
    font-size: 28px;
  }

  .toolbar-title,
  .feed-title {
    font-size: 22px;
  }

  .toolbar-controls {
    grid-template-columns: 1fr;
  }

  .lifestyle-sidebar-module {
    padding: 20px 18px;
  }

  .feed-story {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
    padding: 20px;
  }

  .feed-story:first-child {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .feed-story:not(:first-child) .story-image-link {
    max-width: 112px;
  }

  .story-title {
    font-size: 24px;
  }

  .story-image {
    aspect-ratio: 1 / 1;
  }

  .feed-story:first-child .story-image {
    aspect-ratio: 16 / 10;
  }

  .article-card,
  .article-related {
    border-radius: 18px;
  }

  .article-card {
    padding: 22px 20px 24px;
  }

  .article-title {
    font-size: 30px;
  }

  .article-lede {
    font-size: 17px;
  }

  .article-related-links {
    flex-direction: column;
    align-items: stretch;
  }

  .article-shell--editorial {
    padding-top: 24px;
  }

  .article-header-group,
  .article-content-column {
    max-width: none;
  }

  .article-share-row,
  .article-reaction-row {
    gap: 8px;
  }

  .sidebar-module,
  .article-engagement,
  .article-comments-placeholder,
  .article-related--editorial {
    padding: 20px 18px 22px;
  }

  .sidebar-newsletter-form {
    grid-template-columns: 1fr;
  }

  .sidebar-story {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
  }

  .sidebar-story img {
    width: 72px;
  }
}

body.is-lifestyle-middle-story-page .article-card--editorial {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  min-width: 0;
}

body.is-lifestyle-middle-story-page .article-sidebar {
  min-width: 0;
  width: 100%;
}

body.is-lifestyle-middle-story-page .article-figure {
  width: 100%;
  max-width: 100%;
  margin: 28px auto 34px;
}

body.is-lifestyle-middle-story-page .article-figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 640px;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.is-lifestyle-middle-story-page .article-content-column {
  max-width: 760px;
  margin: 0 auto;
}

.article-shell.article-shell--editorial .article-title,
.article-shell.article-shell--editorial .article-lede,
.article-shell.article-shell--editorial .article-body p {
  max-width: min(100%, calc(100vw - 64px));
  width: min(100%, calc(100vw - 64px));
  white-space: normal;
  overflow-wrap: break-word;
}

@media (max-width: 720px) {
  body.is-lifestyle-middle-story-page .header,
  body.is-lifestyle-artist-page .header {
    box-sizing: border-box;
    max-width: 100vw;
  }

  body.is-lifestyle-middle-story-page .hero-inner,
  body.is-lifestyle-artist-page .hero-inner,
  body.is-lifestyle-middle-story-page .article-shell,
  body.is-lifestyle-artist-page .article-shell,
  body.is-lifestyle-middle-story-page .article-layout,
  body.is-lifestyle-artist-page .article-layout,
  body.is-lifestyle-middle-story-page .article-card--editorial,
  body.is-lifestyle-artist-page .article-card--editorial,
  body.is-lifestyle-middle-story-page .article-header-group,
  body.is-lifestyle-artist-page .article-header-group,
  body.is-lifestyle-middle-story-page .article-content-column,
  body.is-lifestyle-artist-page .article-content-column,
  body.is-lifestyle-middle-story-page .article-figure,
  body.is-lifestyle-artist-page .article-figure {
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  body.is-lifestyle-middle-story-page .nav-inner,
  body.is-lifestyle-artist-page .nav-inner {
    max-width: 100%;
    box-sizing: border-box;
  }

  body.is-lifestyle-middle-story-page .hero-subtitle,
  body.is-lifestyle-artist-page .hero-subtitle,
  body.is-lifestyle-middle-story-page .article-title,
  body.is-lifestyle-artist-page .article-title,
  body.is-lifestyle-middle-story-page .article-lede,
  body.is-lifestyle-artist-page .article-lede {
    overflow-wrap: break-word;
  }

  body.is-lifestyle-middle-story-page .hero-subtitle,
  body.is-lifestyle-artist-page .hero-subtitle,
  body.is-lifestyle-middle-story-page .article-meta-row,
  body.is-lifestyle-artist-page .article-meta-row {
    max-width: 100%;
    white-space: normal;
  }

  body.is-lifestyle-middle-story-page .hero-subtitle,
  body.is-lifestyle-artist-page .hero-subtitle {
    width: min(100%, 34ch);
    margin-inline: auto;
  }

  .article-shell--editorial,
  .article-shell--editorial .article-layout,
  .article-shell--editorial .article-card--editorial,
  .article-shell--editorial .article-header-group,
  .article-shell--editorial .article-content-column,
  .article-shell--editorial .article-figure {
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .article-shell--editorial,
  .article-shell--editorial .article-card--editorial,
  .article-shell--editorial .article-header-group,
  .article-shell--editorial .article-content-column {
    width: min(100%, calc(100vw - 32px));
  }

  .article-shell--editorial .article-title,
  .article-shell--editorial .article-lede {
    max-width: calc(100vw - 64px) !important;
    width: calc(100vw - 64px) !important;
    overflow-wrap: break-word;
    word-break: normal !important;
    white-space: normal !important;
  }

  .article-shell--editorial .article-title {
    font-size: 28px;
    line-height: 1.08;
  }

  .article-shell--editorial .article-body p {
    max-width: calc(100vw - 64px) !important;
    width: calc(100vw - 64px) !important;
    white-space: normal;
    overflow-wrap: break-word;
  }

  body.is-lifestyle-middle-story-page .article-meta-row,
  body.is-lifestyle-artist-page .article-meta-row {
    gap: 8px 12px;
    font-size: 12px;
    line-height: 1.45;
  }

  body.is-lifestyle-middle-story-page .article-lede,
  body.is-lifestyle-artist-page .article-lede,
  body.is-lifestyle-middle-story-page .article-body p,
  body.is-lifestyle-artist-page .article-body p {
    max-width: 100%;
    width: min(100%, calc(100vw - 48px));
    white-space: normal;
    overflow-wrap: break-word;
  }
}

@media (max-width: 600px) {
  .article-shell.article-shell--editorial .article-card--editorial .article-header-group > .article-title,
  .article-shell.article-shell--editorial .article-card--editorial .article-header-group > .article-lede,
  .article-shell.article-shell--editorial .article-card--editorial .article-content-column .article-body p {
    max-width: min(100%, 320px) !important;
    width: min(100%, 320px) !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .article-shell.article-shell--editorial .article-card--editorial .article-header-group > .article-title {
    font-size: 25px;
    line-height: 1.14;
  }
}
