.page-shell.video-stories-page { width: 100vw; max-width: none; margin: 0; padding: 0; }
.video-feature { width: 100%; padding: clamp(80px, 9vw, 140px) clamp(18px, 5vw, 90px); background: var(--green-950); color: #fff; }
.video-feature__inner, .latest-videos__inner { width: 100%; max-width: none; }
.video-stories-heading { display: grid; max-width: 1250px; margin: 0 auto clamp(48px, 6vw, 78px); grid-template-columns: 1.1fr .9fr; gap: 15px clamp(45px, 8vw, 120px); align-items: end; }
.video-stories-heading > p, .latest-videos__heading p { grid-column: 1 / -1; margin: 0; color: var(--gold-light); font-size: .73rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.video-stories-heading h2, .latest-videos__heading h2 { margin: 0; color: #fff; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2.8rem, 5vw, 5.1rem); line-height: 1.01; }
.video-stories-heading > div { color: rgb(255 255 255 / 72%); font-size: 1.04rem; line-height: 1.75; }
.video-stories-heading > div p { margin: 0; }
.video-playlist-wrap { position: relative; width: min(100%, 1450px); margin: 0 auto; aspect-ratio: 16 / 8.5; overflow: hidden; border: 1px solid rgb(255 255 255 / 18%); box-shadow: 0 30px 80px rgb(0 0 0 / 30%); }
.video-playlist-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-feature__note { margin: 17px auto 0; color: rgb(255 255 255 / 52%); font-size: .76rem; text-align: center; }
.latest-videos { width: 100%; padding: clamp(80px, 9vw, 145px) clamp(18px, 4vw, 76px); background: #fbf7ee; }
.latest-videos__heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 50px; }
.latest-videos__heading p { color: #9b762b; }
.latest-videos__heading h2 { margin-top: 8px; color: var(--green-950); font-size: clamp(2.6rem, 4.5vw, 4.5rem); }
.latest-videos__heading > a { flex: 0 0 auto; padding-bottom: 8px; border-bottom: 1px solid currentColor; color: var(--green-800); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 3vw, 45px) clamp(18px, 2vw, 30px); }
.video-card { min-width: 0; }
.video-card__media { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; border: 0; aspect-ratio: 16 / 9; background: var(--green-950); cursor: pointer; }
.video-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: opacity .25s ease, transform .5s ease; }
.video-card__media:hover img { opacity: .72; transform: scale(1.035); }
.video-card__play { position: absolute; top: 50%; left: 50%; width: 62px; height: 62px; border-radius: 50%; background: var(--gold); transform: translate(-50%, -50%); box-shadow: 0 9px 28px rgb(0 0 0 / 24%); }
.video-card__play::after { content: ''; position: absolute; top: 50%; left: 53%; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 13px solid var(--green-950); transform: translate(-50%, -50%); }
.video-card__number { position: absolute; right: 12px; bottom: 11px; padding: 6px 8px; background: rgb(4 30 23 / 78%); color: #fff; font-size: .66rem; font-weight: 800; }
.video-card__body { padding: 20px 3px 0; }
.video-card time { color: #9b762b; font-size: .69rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.video-card h3 { margin: 9px 0 0; color: var(--green-950); font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.25rem, 1.8vw, 1.65rem); line-height: 1.25; }
.video-feed-empty { padding: 60px 25px; border: 1px dashed rgb(13 53 43 / 24%); text-align: center; }
.video-modal[hidden] { display: none; }
.video-modal { position: fixed; z-index: 1100; inset: 0; display: grid; padding: 70px clamp(15px, 6vw, 110px); place-items: center; background: rgb(2 17 13 / 95%); }
.video-modal__player { width: min(1250px, 100%); aspect-ratio: 16 / 9; }
.video-modal__player iframe { width: 100%; height: 100%; border: 0; }
.video-modal__close { position: absolute; top: 18px; right: 28px; border: 0; background: transparent; color: #fff; font-size: 2.8rem; cursor: pointer; }
body.video-modal-open { overflow: hidden; }
@media (max-width: 900px) {
	.video-stories-heading { grid-template-columns: 1fr; }
	.video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 580px) {
	.video-feature, .latest-videos { padding-inline: 14px; }
	.video-playlist-wrap { aspect-ratio: 16 / 10; }
	.latest-videos__heading { align-items: flex-start; flex-direction: column; }
	.video-grid { grid-template-columns: 1fr; }
	.video-modal { padding-inline: 10px; }
}
