
.videos-page{background:#455563;color:#fff;padding:0 0 40px;min-height:60vh}
.videos-page *{box-sizing:border-box}
.videos-intro,.video-feature,.video-note{width:min(1120px,calc(100% - 48px));margin-inline:auto}
.videos-intro{padding:42px 0 24px;text-align:center}
.videos-intro h1,.section-heading h2,.video-note h2{font-family:Georgia,'Times New Roman',serif;font-weight:500}
.videos-intro h1{font-size:clamp(36px,4.5vw,52px);margin:.08em 0;color:#f0c34b}
.videos-intro>p:last-child{max-width:800px;margin:0 auto;font-size:clamp(1.08rem,1.5vw,1.25rem);line-height:1.62;color:#eef1ef}
.eyebrow{text-transform:uppercase;letter-spacing:.11em;font-size:clamp(.9rem,1.7vw,1.08rem);font-weight:700;color:#e6ebe8;margin:0}
.ornate-rule{display:flex;align-items:center;gap:12px;margin:13px 0 22px;color:#d7ad42}
.ornate-rule span{height:1px;background:#d7ad42;flex:1}.ornate-rule b{font-family:Georgia,serif;font-size:25px;line-height:1;font-weight:400}
.section-heading{display:flex;align-items:center;gap:18px;margin-bottom:18px}
.section-heading h2{font-size:clamp(30px,4vw,43px);margin:0;color:#f0c34b;white-space:nowrap}
.section-heading span{height:1px;background:#d7ad42;flex:1}
.video-feature{padding:18px 0 38px}
.video-shell{position:relative;aspect-ratio:16/9;background:#111;border:1px solid rgba(223,185,70,.55);box-shadow:0 12px 32px #18242c66;overflow:hidden}
.video-shell iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.video-copy{padding:16px 18px 4px;background:#354750;border:1px solid #607079;border-top:0}
.video-copy p{margin:0 0 8px;line-height:1.55;color:#eef2ef}
.video-copy .video-credit{font-size:.9rem;color:#cfd8dc}
.video-note{margin-top:14px;padding:24px 28px;display:flex;align-items:center;justify-content:space-between;gap:28px;background:#354953;border-top:1px solid #d7ad42;border-bottom:1px solid #d7ad42}
.video-note h2{margin:3px 0 5px;color:#fff;font-size:31px}.video-note p{margin:0;color:#e6ebe8}
.video-note a{display:inline-flex;align-items:center;gap:12px;white-space:nowrap;background:#176fa6;color:#fff!important;text-decoration:none!important;border:1px solid #80c9ef;padding:13px 18px;border-radius:5px;font-weight:750;box-shadow:0 4px 12px #17252b55}
.video-note a:hover{background:#2386c1}
@media(max-width:700px){
  .videos-intro,.video-feature,.video-note{width:min(100% - 28px,1120px)}
  .videos-intro{padding-top:30px}
  .video-note{display:block;padding:20px}
  .video-note a{margin-top:17px;width:100%;justify-content:center}
  .section-heading h2{white-space:normal}
}

.video-feature.secondary{padding-top:10px}
.text-video-link{color:#f0c34b!important;text-decoration:underline;text-underline-offset:3px}
