.webcam-page { background: #f2f2f2; color: #203e36; }
.webcam-page * { box-sizing: border-box; }
.wc-wrap { max-width: 1160px; margin: auto; padding: 0 24px; }
.wc-breadcrumbs { padding: 18px 0; font-size: 14px; }
.wc-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.wc-breadcrumbs li + li::before { content: '/'; color: #71857e; margin-right: 8px; }
.webcam-page a { color: #12664e; text-underline-offset: 4px; }
.webcam-page .headerlink { color: white; }
.webcam-page .hero-credits a { color: white; }
.wc-hero--spot { height: clamp(320px,36vw,540px); }
.wc-hero--spot img { object-position: center 55%; }
.spot-photo-label { position: absolute; z-index: 2; bottom: 18px; right: 24px; padding: 6px 12px; border-radius: 20px; color: white; background: rgb(18 61 53 / 80%); font-size: 12px; }
.wc-intro { position: relative; padding: 32px 32px 38px; margin: 0 -32px 34px; border-radius: 0 0 22px 22px; background: linear-gradient(135deg,#e4f0eb 0%,#f8fbfa 65%); overflow: hidden; }
.wc-intro::after { content: ''; position: absolute; right: -26px; bottom: -38px; width: 260px; height: 90px; border: 3px solid #e9b94d; border-color: #e9b94d transparent transparent; border-radius: 50%; transform: rotate(-8deg); opacity: .7; }
.wc-hero { position: relative; height: clamp(320px,32vw,520px); overflow: hidden; background: #203e36; }
.wc-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.wc-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgb(0 0 0 / 48%), rgb(0 0 0 / 8%)); }
.wc-hero-title { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; height: 100%; max-width: 1160px; margin: auto; padding: 32px 24px; }
.webcam-page .wc-hero h1 { margin: 0; color: white; text-align: center; text-transform: uppercase; font: 700 clamp(34px,5vw,64px)/1.12 'Poppins',Arial,sans-serif; text-shadow: 2px 3px 2px rgb(0 0 0 / 55%); }
.wc-hub-intro { max-width: 800px; margin: 12px auto 36px; text-align: center; }
.wc-hub-intro p { margin: 0; font-size: 17px; line-height: 1.8; }
.webcam-page .wc-intro h1 { margin: 0 0 16px; color: #123d35; font: 700 clamp(30px, 4vw, 46px)/1.16 'Poppins', Arial, sans-serif; letter-spacing: -.035em; text-transform: none; text-shadow: none; text-align: left; }
.wc-intro p { max-width: 740px; margin: 0; font-size: 17px; line-height: 1.8; }
.wc-section { margin: 12px 0 40px; }
.webcam-page .wc-section h2 { color: #123d35; text-align: left; text-transform: none; font: 700 24px/1.4 'Poppins',Arial,sans-serif; margin: 0 0 18px; }
.wc-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; padding: 0; list-style: none; }
.wc-grid > li { min-width: 0; }
.wc-tile { position: relative; display: flex; flex-direction: column; min-height: 200px; height: 100%; padding: 28px 24px 22px; border: 1px solid #d5e2dc; border-top: 5px solid #009879; border-radius: 16px; background: white; text-decoration: none; box-shadow: 0 4px 0 rgb(18 61 53 / 3%); transition: transform .15s, border-color .15s, box-shadow .15s; }
.wc-tile::before { content: '◉'; display: grid; place-items: center; width: 30px; height: 30px; margin-bottom: 16px; border-radius: 50%; background: #e4f0eb; color: #009879; font-size: 14px; }
.wc-tile:hover { transform: translateY(-3px); border-color: #438b72; box-shadow: 0 10px 20px rgb(18 61 53 / 10%); }
.wc-tile:focus-visible, .webcam-page a:focus-visible { outline: 3px solid #26775b; outline-offset: 4px; }
.webcam-page .wc-tile h3 { margin: 0 0 10px; font: 700 21px/1.4 'Poppins',Arial,sans-serif; color: #163e32; text-transform: none; }
.wc-tile p { margin: 0 0 20px; color: #496259; font-size: 15px; line-height: 1.7; }
.wc-tile span { margin-top: auto; color: #12664e; font-size: 14px; font-weight: 600; }
.wc-notice { font-size: 14px; line-height: 1.7; color: #52675f; margin: 0 0 24px; max-width: 820px; }
.wc-camera-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px; }
.wc-camera { border: 1px solid #d5e2dc; border-radius: 18px; background: white; overflow: hidden; min-width: 0; scroll-margin-top: 24px; box-shadow: 0 5px 0 rgb(18 61 53 / 4%); }
.webcam-page .wc-camera h2 { margin: 0; padding: 22px 22px 6px; font-size: 20px; }
.wc-source { padding: 0 22px 16px; margin: 0; font-size: 14px; line-height: 1.6; color: #60736c; }
.wc-camera iframe { display: block; border: 0; width: 100%; aspect-ratio: 16/9; height: auto; background: #173e34; }
.wc-camera .wc-fallback { padding: 14px 22px 18px; margin: 0; font-size: 14px; background: #f8fbfa; }
.wc-camera-grid--single { max-width: 840px; grid-template-columns: 1fr; }
.wc-links { display: flex; flex-wrap: wrap; gap: 12px 24px; list-style: none; padding: 0; margin: 16px 0; font-size: 16px; line-height: 1.7; }
.wc-related { border-top: 1px solid #d5e2dc; padding-top: 24px; }
.wc-jumps { margin: 0 0 24px; }
.wc-jumps a { font-size: 14px; }
.wc-jumps .wc-links { flex-wrap: nowrap; overflow-x: auto; padding: 6px 0; gap: 10px; }
.wc-jumps a { display: block; white-space: nowrap; padding: 8px 12px; border: 1px solid #d5e2dc; border-radius: 8px; background: white; }
.webcam-page .footer { height: auto; min-height: 80px; padding: 20px; }
.webcam-page .footer a { color: #b1e7ce; }
@media(max-width:800px) { .wc-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .wc-intro.wc-intro--hub { grid-template-columns: 1fr; gap: 24px; } .wc-intro img { height: 170px; } }
@media(max-width:600px) { .wc-wrap { padding: 0 16px; } .wc-intro { padding: 24px 16px 30px; margin: 0 -16px 28px; } .wc-grid,.wc-camera-grid { grid-template-columns: 1fr; } .wc-intro img { height: 170px; } .wc-tile { min-height: 0; padding: 22px 20px 20px; } .wc-intro p { font-size: 16px; } .wc-breadcrumbs { font-size: 13px; } }
@media(prefers-reduced-motion:reduce) { .wc-tile { transition: none; } }
.spot-card-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; list-style: none; padding: 0; margin: 0; }
.spot-card-grid > li { min-width: 0; }
.spot-card { display: flex; flex-direction: column; height: 100%; overflow: hidden; border: 1px solid #dce5df; border-radius: 18px; background: #fff; text-decoration: none; box-shadow: 0 5px 18px rgb(18 61 53 / 5%); transition: transform .2s,box-shadow .2s; }
.spot-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgb(18 61 53 / 12%); }
.spot-card-photo { position: relative; aspect-ratio: 8/5; overflow: hidden; background: #dce8e2; }
.spot-card-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; transition: transform .35s; }
.spot-card:hover img { transform: scale(1.035); }
.spot-card-placeholder { position: absolute; bottom: 14px; left: 18px; color: white; font-size: 12px; background: #123d35; border-radius: 20px; padding: 5px 10px; }
.spot-card-body { flex: 1; display: flex; flex-direction: column; padding: 24px; }
.webcam-page .spot-card h3 { margin: 0 0 10px; color: #123d35; font: 700 25px/1.3 'Poppins',Arial,sans-serif; text-transform: none; }
.spot-card p { margin: 0 0 22px; font-size: 15px; line-height: 1.7; color: #52675f; }
.spot-card-action { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 16px; border-top: 1px solid #e4ece7; color: #12664e; font-size: 14px; font-weight: 600; }
.spot-card-action span { display: grid; place-items: center; width: 34px; height: 34px; background: #e7f2ec; border-radius: 50%; font-size: 20px; }
@media(max-width:600px) { .spot-card-grid { grid-template-columns: 1fr; gap: 22px; } .spot-card-body { padding: 20px; } }
@media(prefers-reduced-motion:reduce) { .spot-card,.spot-card-photo img { transition: none; } .spot-card:hover,.spot-card:hover img { transform: none; } }
