/* Schuyler Now v274 — Local Webcams hub and homepage promo card. */
.local-webcams-promo-shell{margin-top:10px}
.local-webcams-promo-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:15px 18px;border:1px solid #b9d6e7;border-radius:16px;background:linear-gradient(105deg,#f6fbff 0%,#edf7ff 47%,#fff6de 100%);box-shadow:0 8px 24px rgba(8,53,101,.08);color:#123d5e;text-decoration:none}
.local-webcams-promo-card:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(8,53,101,.13);text-decoration:none}
.local-webcams-promo-card:focus-visible{outline:3px solid #f5b642;outline-offset:3px}
.local-webcams-promo-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:15px;background:linear-gradient(145deg,#0d648e,#0b416b);color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.2)}
.local-webcams-promo-icon svg{width:34px;height:34px;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}
.local-webcams-promo-copy{display:grid;gap:2px;min-width:0}
.local-webcams-promo-copy small{color:#9a5a12;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:950}
.local-webcams-promo-copy strong{color:#083565;font-size:20px;line-height:1.2}
.local-webcams-promo-copy>span{color:#4d657a;font-size:13px;font-weight:750}
.local-webcams-promo-cta{display:flex;align-items:center;gap:8px;color:#0a5e91;font-weight:950;white-space:nowrap}
.local-webcams-promo-cta b{font-size:20px}

.local-webcams-page{background:#f3f7fa}
.webcam-hub-shell{max-width:1220px;margin:0 auto;padding:26px 16px 48px}
.webcam-hub-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:22px;padding:28px;border-radius:22px;background:linear-gradient(125deg,#063866 0%,#0a678f 55%,#f2b84b 120%);color:#fff;box-shadow:0 16px 40px rgba(7,57,94,.2)}
.webcam-hub-hero:after{content:"";position:absolute;right:-70px;top:-95px;width:270px;height:270px;border-radius:50%;border:34px solid rgba(255,255,255,.08)}
.webcam-hub-hero-copy{position:relative;z-index:1;max-width:800px}
.webcam-hub-hero .eyebrow{color:#bde7ff;margin:0 0 4px}
.webcam-hub-hero h1{font-size:clamp(34px,5vw,52px);line-height:1.03;margin:0 0 10px}
.webcam-hub-hero p{max-width:760px;margin:0;color:#e5f5ff;font-size:17px;font-weight:700;line-height:1.55}
.webcam-hub-count{position:relative;z-index:1;display:grid;place-items:center;min-width:126px;min-height:104px;padding:14px;border:1px solid rgba(255,255,255,.3);border-radius:18px;background:rgba(255,255,255,.12);text-align:center;backdrop-filter:blur(5px)}
.webcam-hub-count strong{display:block;font-size:36px;line-height:1}
.webcam-hub-count span{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.webcam-hub-intro{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:24px 2px 12px}
.webcam-hub-intro h2{margin:0;color:#083565;font-size:27px}
.webcam-hub-intro p{margin:3px 0 0;color:#557084;font-weight:700}
.webcam-hub-source-note{color:#65798a;font-size:12px;font-weight:700;text-align:right;max-width:410px}
.webcam-hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.webcam-hub-card{overflow:hidden;border:1px solid #cddde8;border-radius:18px;background:#fff;box-shadow:0 8px 28px rgba(8,46,82,.08)}
.webcam-hub-card.featured{grid-column:1/-1}
.webcam-hub-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:17px 18px 12px}
.webcam-hub-card-head .eyebrow{margin:0 0 3px;color:#17769f;font-size:11px}
.webcam-hub-card-head h2,.webcam-hub-card-head h3{margin:0;color:#083565;font-size:21px;line-height:1.2}
.webcam-hub-card-head p{margin:5px 0 0;color:#5b7184;font-size:13px;font-weight:700}
.webcam-hub-tag{flex:0 0 auto;border-radius:999px;padding:6px 9px;background:#e7f6eb;color:#19733b;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}
.webcam-hub-tag.sunrise{background:#fff1d0;color:#955b00}
.webcam-hub-tag.sunset{background:#fde8e2;color:#a74327}
.webcam-hub-tag.weather{background:#e6f1ff;color:#175d9d}
.webcam-hub-player{position:relative;aspect-ratio:16/9;background:linear-gradient(135deg,#082e52,#0b678f);overflow:hidden}
.webcam-hub-player iframe,.webcam-hub-player img{position:absolute;inset:0;width:100%;height:100%;border:0;object-fit:cover}
.webcam-hub-player .webcam-fallback{z-index:0}
.webcam-hub-player iframe{z-index:1;background:#dcecf5}
.webcam-hub-player img{z-index:1;background:#dcecf5}
.webcam-hub-meta{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 18px 16px}
.webcam-hub-credit{display:grid;gap:2px;color:#566f82;font-size:12px;font-weight:700}
.webcam-hub-credit strong{color:#193e5d;font-size:13px}
.webcam-hub-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.webcam-hub-action{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 11px;border:1px solid #bfd3e2;border-radius:10px;color:#0c6194;font-size:12px;font-weight:900;text-decoration:none;background:#f8fbfd}
.webcam-hub-action:hover{background:#eaf5fb;text-decoration:none}
.webcam-hub-section{margin-top:26px}
.mesonet-player{background:#dce8ef}
.mesonet-player img[hidden]{display:none}
.mesonet-placeholder{position:absolute;inset:0;display:grid;place-items:center;padding:20px;color:#38556d;font-weight:850;text-align:center}
.mesonet-status{font-size:12px;color:#5c7183;font-weight:750}
.animal-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.animal-cam-link{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:58px;padding:12px 14px;border:1px solid #d4e1e9;border-radius:13px;background:#fff;color:#153e5e;text-decoration:none;font-weight:900;box-shadow:0 5px 16px rgba(8,46,82,.05)}
.animal-cam-link:hover{background:#f4f9fc;text-decoration:none}
.animal-cam-link small{display:block;color:#6a7e8e;font-size:11px;font-weight:700;margin-top:2px}
.animal-cam-link b{color:#0a6797;font-size:18px}
.webcam-watch-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;margin-top:26px;padding:17px 18px;border:1px solid #edcf98;border-radius:16px;background:#fff9eb;color:#4d3a18}
.webcam-watch-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:#f2d8a2;font-size:22px}
.webcam-watch-card h2{margin:0 0 3px;color:#6b4810;font-size:18px}
.webcam-watch-card p{margin:0;color:#725d35;font-size:13px;font-weight:700}
.webcam-watch-card a{color:#855600;font-weight:900;white-space:nowrap}
@media(max-width:800px){.local-webcams-promo-card{grid-template-columns:auto minmax(0,1fr)}.local-webcams-promo-cta{grid-column:2}.webcam-hub-hero{grid-template-columns:1fr}.webcam-hub-count{display:none}.webcam-hub-grid{grid-template-columns:1fr}.webcam-hub-card.featured{grid-column:auto}.animal-links{grid-template-columns:1fr 1fr}.webcam-hub-intro{display:block}.webcam-hub-source-note{text-align:left;margin-top:7px}.webcam-hub-meta{display:block}.webcam-hub-actions{justify-content:flex-start;margin-top:10px}.webcam-watch-card{grid-template-columns:auto 1fr}.webcam-watch-card>a{grid-column:2}}
@media(max-width:560px){.local-webcams-promo-shell{padding:0 10px}.local-webcams-promo-card{gap:11px;padding:13px}.local-webcams-promo-icon{width:46px;height:46px}.local-webcams-promo-copy strong{font-size:17px}.local-webcams-promo-copy>span{display:none}.local-webcams-promo-cta{font-size:13px}.webcam-hub-shell{padding:16px 11px 36px}.webcam-hub-hero{padding:22px 18px;border-radius:17px}.webcam-hub-hero p{font-size:15px}.webcam-hub-intro h2{font-size:23px}.animal-links{grid-template-columns:1fr}.webcam-hub-card-head{padding:14px}.webcam-hub-meta{padding:11px 14px 14px}.webcam-watch-card{grid-template-columns:1fr}.webcam-watch-icon{display:none}.webcam-watch-card>a{grid-column:auto}.webcam-hub-actions{display:grid}.webcam-hub-action{width:100%}}
