.nha-videos { background: var(--nha-mountain-100); }
.nha-videos__grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 1.75rem; align-items: start; }
.nha-video-card { min-width: 0; }
.nha-video-card--featured { grid-row: span 2; }
.nha-video-card__cover { display: block; position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: .8rem; background: var(--nha-forest-950); color: #fff; }
.nha-video-card__image { width: 100%; height: 100%; object-fit: cover; }
.nha-video-card__cover::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent 50%, rgba(0,0,0,.65)); pointer-events: none; }
.nha-video-card__art { display: grid; align-items: start; padding: 8%; height: 100%; background: radial-gradient(ellipse at 90% 10%, #52866c, transparent 65%), linear-gradient(150deg, #155244, #062d27); }
.nha-video-card__art > span { font: 600 clamp(1.3rem, 3vw, 3rem)/1.05 var(--nha-serif); letter-spacing: .05em; opacity: .9; }
.nha-video-card__play { position: absolute; z-index: 1; display: grid; place-items: center; width: 3.5rem; height: 3.5rem; left: 50%; top: 50%; transform: translate(-50%, -50%); padding-left: .15rem; border-radius: 50%; color: var(--nha-forest-950); background: #fff; box-shadow: 0 2px 16px #0003; }
.nha-video-card__watch { position: absolute; z-index: 1; bottom: 1rem; right: 1rem; font-size: .8rem; font-weight: 700; }
.nha-video-card__cover:hover .nha-video-card__play { background: var(--nha-saffron); }
.nha-video-card__body { padding-top: 1.15rem; overflow-wrap: anywhere; }
.nha-video-card__body .nha-eyebrow { margin-bottom: .5rem; font-size: .65rem; }
.nha-video-card h3 { font-size: 1.6rem; margin-bottom: .7rem; }
.nha-video-card--featured h3 { font-size: clamp(1.8rem, 3vw, 2.5rem); }
.nha-video-card__body > p:last-child { color: var(--nha-ink-650); margin-bottom: 0; }
.nha-videos__grid--1 { grid-template-columns: minmax(0, 1fr); max-width: 58rem; }
.nha-video-dialog { box-sizing: border-box; width: min(58rem, calc(100% - 2rem)); max-width: none; max-height: calc(100dvh - 2rem); padding: 1.5rem; border: 0; border-radius: 1rem; color: var(--nha-ink-950); background: white; overflow: auto; overscroll-behavior: contain; }
.nha-video-dialog::backdrop { background: rgba(6, 24, 20, .85); }
.nha-video-dialog__heading { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.nha-video-dialog__heading h2 { margin: 0; font-size: clamp(1.3rem, 3vw, 2rem); overflow-wrap: anywhere; }
.nha-video-dialog__close { flex-shrink: 0; width: 44px; height: 44px; border: 1px solid var(--nha-border); background: #fff; border-radius: 50%; cursor: pointer; font-size: 1.5rem; }
.nha-video-dialog__consent { background: var(--nha-mountain-100); padding: 1.5rem; border-radius: .5rem; }
.nha-video-dialog__player { width: 100%; min-width: 0; aspect-ratio: 16 / 9; min-height: 200px; background: #000; }
.nha-video-dialog__player iframe { display: block; width: 100%; height: 100%; min-height: 200px; border: 0; }
.nha-video-dialog [hidden] { display: none !important; }
.nha-video-dialog__footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 1rem; margin: 1rem 0 0; font-size: .8rem; }
.nha-video-dialog__footer a { text-decoration: underline; }
body.nha-video-open { overflow: hidden; }
@media (min-width: 68.01rem) {
	.nha-video-card:not(.nha-video-card--featured) { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 1rem; }
	.nha-video-card:not(.nha-video-card--featured) .nha-video-card__body { padding-top: 0; }
	.nha-video-card:not(.nha-video-card--featured) h3 { font-size: 1.4rem; }
	.nha-video-card:not(.nha-video-card--featured) .nha-video-card__art > span { font-size: .75rem; }
	.nha-video-card:not(.nha-video-card--featured) .nha-video-card__watch { display: none; }
}
@media (max-width: 48rem) {
	.nha-videos__grid { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
	.nha-video-card--featured { grid-row: auto; }
	.nha-video-dialog { padding: 1rem; }
	.nha-video-dialog__consent { padding: 1rem; }
}
