* { box-sizing: border-box; }
body { margin: 0; background: #E9E3D3; font-family: 'Roboto Condensed', sans-serif; color: #2B2B29; }
a { color: #B3311E; }
a:hover { color: #8E2417; }
@keyframes pulse-ring {
  0% { transform: scale(0.6); opacity: 0.85; }
  70% { transform: scale(2.6); opacity: 0; }
  100% { transform: scale(2.6); opacity: 0; }
}

.card { width: 100%; max-width: 1100px; margin: 0 auto; background: #FFFFFF; min-height: 100vh; }

.header { position: relative; background: #3F4A34; padding: 34px 28px 26px; overflow: hidden; }
.bunting { position: absolute; top: 0; left: 0; right: 0; display: flex; justify-content: space-between; padding: 0 6px; }
.flag { width: 22px; height: 30px; clip-path: polygon(0 0, 100% 0, 50% 100%); }
.logo-watermark { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -52%); height: 200px; width: auto; opacity: 0.1; pointer-events: none; }
.header-content { position: relative; text-align: center; max-width: 640px; margin: 0 auto; }
.camp-title { font-family: 'Roboto Slab', serif; font-weight: 900; font-size: 32px; color: #F4F0E4; letter-spacing: 0.3px; line-height: 1.05; }
.camp-subtitle { font-size: 13px; color: #C7CDBB; letter-spacing: 1.8px; text-transform: uppercase; margin-top: 8px; }
.datetime-row { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 18px; font-size: 15px; color: #DCE0CE; }
.dot-sep { color: #B3311E; }
.clock-label { font-family: 'Roboto Slab', serif; font-weight: 700; color: #F4F0E4; }

.ribbon { margin-top: 22px; background: #B3311E; color: #F4F0E4; padding: 16px 34px 16px 22px; text-align: left; clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%); }
.ribbon-label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; opacity: 0.9; display: flex; align-items: center; gap: 8px; }
.pulse-dot { position: relative; width: 8px; height: 8px; display: inline-block; flex: none; }
.pulse-dot span { position: absolute; inset: 0; border-radius: 50%; background: #F4F0E4; }
.pulse-dot span.ring { animation: pulse-ring 1.8s cubic-bezier(0.2,0.6,0.4,1) infinite; }
.ribbon-activity { font-family: 'Roboto Slab', serif; font-weight: 900; font-size: 24px; margin-top: 8px; line-height: 1.2; }
.ribbon-location { font-size: 14px; margin-top: 4px; opacity: 0.92; }
.ribbon-time { font-size: 12px; margin-top: 6px; opacity: 0.8; }

.next-up { margin-top: 16px; font-size: 13px; color: #B7BEA6; }
.next-up strong { color: #DCE0CE; }

.body-content { padding: 30px 28px 40px; display: flex; flex-wrap: wrap; gap: 40px; container-type: inline-size; }
.trail-column { flex: 1 1 380px; min-width: 0; }
.map-menu-column { flex: 1 1 320px; min-width: 280px; display: flex; flex-direction: column; }
.section-label { font-size: 13px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; color: #6B6B5F; margin-bottom: 16px; }

.trail-row { display: flex; gap: 14px; align-items: flex-start; border-radius: 6px; padding: 2px 8px; margin: 0 -8px; }
.trail-dot-col { width: 14px; flex: none; position: relative; }
.trail-line { position: absolute; left: 50%; top: 0; width: 2px; background: #E3DDC8; transform: translateX(-50%); }
.trail-dot { position: relative; margin-top: 5px; width: 14px; height: 14px; border-radius: 50%; box-sizing: border-box; }
.trail-body { flex: 1; padding: 8px 0 22px; }
.trail-top { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.trail-activity { font-size: 16px; color: #2B2B29; }
.flag-icon { width: 16px; height: auto; vertical-align: middle; margin-left: 6px; border-radius: 2px; box-shadow: 0 0 0 1px rgba(0,0,0,0.08); }
.ribbon-activity .flag-icon { width: 22px; margin-left: 8px; }
.eagle-required-icon { width: 16px; height: auto; vertical-align: middle; margin-left: 6px; }
.ribbon-activity .eagle-required-icon { width: 22px; margin-left: 8px; }
.now-badge { flex: none; font-size: 9px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; background: #B3311E; color: #F4F0E4; padding: 3px 8px; border-radius: 20px; }
.trail-meta { font-size: 12px; color: #9A9483; margin-top: 3px; letter-spacing: 0.3px; }
.trail-dish { font-size: 13px; color: #4A473E; margin-top: 4px; font-style: italic; }
.trail-options { font-size: 12px; color: #9A9483; margin-top: 4px; letter-spacing: 0.2px; }
.trail-options-list { margin: 2px 0 0; padding-left: 16px; }
.trail-options-list li { margin-top: 2px; }

.map-wrap { position: relative; border-radius: 8px; overflow: hidden; border: 1px solid #E3DDC8; }
.map-wrap img { width: 100%; height: auto; display: block; }
.map-pin { position: absolute; transform: translate(-50%, -50%); }
.map-pin-inner { position: relative; width: 22px; height: 22px; }
.map-pin-ring { position: absolute; inset: 0; border-radius: 50%; background: #B3311E; opacity: 0.55; animation: pulse-ring 1.6s ease-out infinite; }
.map-pin-dot { position: absolute; inset: 5px; border-radius: 50%; background: #B3311E; border: 2px solid #FFFFFF; }
.map-caption { font-size: 13px; color: #6B6B5F; margin-top: 10px; line-height: 1.45; }
.map-caption strong { color: #B3311E; }

.menu-box { border: 1px solid #E3DDC8; border-radius: 8px; overflow: hidden; }
.menu-row { display: flex; gap: 14px; align-items: center; padding: 14px 16px; }
.menu-name { width: 76px; flex: none; font-family: 'Roboto Slab', serif; font-weight: 700; font-size: 13px; }
.menu-dish { flex: 1; font-size: 14px; color: #4A473E; }

.ribbon-weather { font-size: 13px; margin-top: 4px; opacity: 0.85; }
.ribbon-options { font-size: 12px; margin-top: 6px; opacity: 0.82; }
.ribbon-options-list { margin: 2px 0 0; padding-left: 16px; }
.ribbon-options-list li { margin-top: 2px; }

.hourly-row { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 8px; margin-bottom: 16px; }
.hourly-chip { flex: none; width: 56px; text-align: center; border: 1px solid #E3DDC8; border-radius: 8px; padding: 10px 6px; }
.hourly-time { font-size: 11px; font-weight: 700; color: #6B6B5F; text-transform: uppercase; }
.hourly-icon { font-size: 18px; margin-top: 6px; }
.hourly-temp { font-size: 13px; font-weight: 700; color: #2B2B29; margin-top: 4px; }
.hourly-precip { font-size: 11px; color: #6B6B5F; margin-top: 2px; }

.rain-badge-row { display: flex; gap: 12px; margin-bottom: 16px; padding: 12px 14px; background: linear-gradient(135deg, #F9F7F0 0%, #F5F2E8 100%); border: 1px solid #E3DDC8; border-radius: 8px; }
.rain-badge { flex: 1; text-align: center; }
.rain-badge-label { font-size: 11px; font-weight: 700; text-transform: uppercase; color: #6B6B5F; letter-spacing: 0.5px; margin-bottom: 4px; }
.rain-badge-value { font-size: 16px; font-weight: 700; color: #2B2B29; }

.forecast-box { border: 1px solid #E3DDC8; border-radius: 8px; overflow: hidden; margin-bottom: 16px; }
.forecast-row { display: flex; gap: 10px; align-items: center; padding: 12px 16px; }
.forecast-day { width: 42px; flex: none; font-family: 'Roboto Slab', serif; font-weight: 700; font-size: 13px; }
.forecast-cond { flex: 1; font-size: 13px; color: #4A473E; }
.forecast-temps { flex: none; font-size: 12px; color: #6B6B5F; text-align: right; }

.radar-wrap { border-radius: 8px; overflow: hidden; border: 1px solid #E3DDC8; }
.radar-wrap iframe { display: block; width: 100%; }

#schedule { display: flex; gap: 40px; }
.trail-col { flex: 1 1 0; min-width: 0; }

@media (min-width: 1700px) {
  .card { max-width: 1800px; }
}

@media (min-width: 2600px) {
  .card { max-width: 3000px; }
}

@container (min-width: 1500px) {
  .map-menu-column { flex-direction: row; flex-wrap: wrap; gap: 32px; align-items: flex-start; }
  .map-menu-column > .map-menu-col,
  .map-menu-column > #weatherSection {
    flex: 1 1 320px;
    min-width: 0;
  }
}
