/*
 * Golf World-only presentation.
 * Kept separate from the shared site stylesheet so article layout changes
 * cannot disturb the global header, footer, or other YGT pages.
 */

.story-body .article-video,
.story-body .article-media {
  width: 100%;
  margin: 28px auto;
}

.story-body .article-media .embed-frame,
.story-body .embed-frame.article-video {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.story-body .article-media iframe,
.story-body .embed-frame.article-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.story-body .article-media img {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
}

.story-body .article-media figcaption {
  margin-top: 10px;
}

.world-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 26px;
}

.world-category-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 15px;
  color: #f4f1e9;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none;
}

.world-category-nav a:hover,
.world-category-nav a:focus-visible {
  color: #fff;
  border-color: #ff3159;
  background: rgba(255, 0, 51, 0.1);
}

.world-archive-groups {
  display: grid;
  gap: 34px;
}

.world-archive-group {
  scroll-margin-top: 120px;
}

.world-scope-note {
  margin-top: 18px;
  color: #b9bec7;
}

.world-scope-note a {
  color: #f0d284;
  font-weight: 850;
}

.involved-post {
  margin: 30px 0;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 4px solid #ff3159;
  border-radius: 16px;
  background: linear-gradient(145deg, #171a1f, #0e1013);
}

.involved-post .eyebrow {
  margin: 0 0 8px;
  color: #f0d284 !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.involved-post h2 {
  margin: 0 0 12px;
  font-size: clamp(24px, 4vw, 34px);
}

.involved-post blockquote {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(20px, 3vw, 27px);
  font-weight: 850;
  line-height: 1.35;
}

.involved-post p:last-child {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .story-body .article-video,
  .story-body .article-media {
    margin-block: 22px;
  }

}
