/* Ski report pages: shared with generate-mountain-pages.mjs — dark system + homepage alignment */
/* Requires: /styles.css, /ski-pass-comparison/pass-comparison-page.css, body.pass-page-body.ski-report-page */

body.pass-page-body.ski-report-page {
  --sr-pass: #6b7280;
}

/* main uses .pp-shell from pass-comparison-page.css; .sr-page adds ski-report spacing */
.sr-page {
  padding-top: 8px;
}

/* Quiet breadcrumb */
.sr-breadcrumb {
  font-size: 13px;
  color: var(--pp-text-faint, rgba(240, 246, 252, 0.52));
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.sr-breadcrumb a {
  color: var(--pp-accent, #45a2ff);
  text-decoration: none;
  font-weight: 500;
}
.sr-breadcrumb a:hover {
  text-decoration: underline;
}
.sr-breadcrumb-sep {
  color: var(--pp-text-faint, rgba(240, 246, 252, 0.35));
  opacity: 0.8;
}

/* Hero */
.sr-hero {
  position: relative;
  border-radius: var(--pp-radius, 22px);
  overflow: hidden;
  margin-bottom: 28px;
  background: linear-gradient(145deg, rgba(12, 32, 58, 0.92) 0%, rgba(6, 18, 38, 0.96) 100%);
  border: 1px solid var(--pp-border, rgba(142, 178, 226, 0.2));
  box-shadow: var(--pp-shadow, 0 20px 50px rgba(0, 0, 0, 0.35));
}
.sr-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 20%, rgba(69, 162, 255, 0.12) 0%, transparent 55%);
  pointer-events: none;
}
.sr-hero-inner {
  position: relative;
  z-index: 1;
  padding: clamp(22px, 4vw, 36px);
}
.sr-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}
@media (min-width: 880px) {
  .sr-hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 32px;
    align-items: stretch;
  }
}

.sr-eyebrow-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.sr-pass-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sr-pass);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid color-mix(in srgb, var(--sr-pass) 45%, transparent);
  border-radius: 999px;
  padding: 5px 12px;
}
.sr-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  color: #6ee7b7;
  background: rgba(22, 163, 74, 0.18);
  border: 1px solid rgba(22, 163, 74, 0.35);
  border-radius: 999px;
  padding: 5px 10px;
}
.sr-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #34d399;
  animation: sr-pulse 1.8s ease-in-out infinite;
}
@keyframes sr-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.45;
    transform: scale(0.85);
  }
}
.sr-freshness {
  font-size: 11px;
  color: var(--pp-text-faint, rgba(240, 246, 252, 0.45));
  margin-left: auto;
}

.sr-title {
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(1.75rem, 4.5vw, 2.65rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--pp-text, #f0f6fc);
  margin: 0 0 6px;
  letter-spacing: -0.02em;
}
.sr-title-state {
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.45em;
  font-weight: 600;
  color: var(--pp-text-faint, rgba(240, 246, 252, 0.55));
  margin-left: 0.35em;
}
.sr-tagline {
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--pp-text-dim, rgba(240, 246, 252, 0.78));
  margin: 0 0 10px;
  max-width: 52ch;
}
.sr-location-line {
  font-size: 14px;
  color: var(--pp-text-faint, rgba(240, 246, 252, 0.55));
  margin: 0 0 20px;
}

.sr-hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.sr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 22px;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.15s, transform 0.1s, border-color 0.15s;
  border: 1px solid transparent;
}
.sr-btn--primary {
  background: var(--pp-accent, #45a2ff);
  color: #061018 !important;
  box-shadow: 0 8px 28px rgba(69, 162, 255, 0.28);
}
.sr-btn--primary:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}
.sr-btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: var(--pp-text, #f0f6fc) !important;
  border-color: var(--pp-border, rgba(142, 178, 226, 0.25));
}
.sr-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

.sr-hero-trust {
  font-size: 12px;
  line-height: 1.5;
  color: var(--pp-text-faint, rgba(240, 246, 252, 0.48));
  margin: 0;
  max-width: 52ch;
}

/* Conditions card */
.sr-conditions-card {
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid var(--pp-border, rgba(142, 178, 226, 0.18));
  border-radius: var(--pp-radius-sm, 16px);
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sr-conditions-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pp-text-faint, rgba(240, 246, 252, 0.45));
  margin: 0;
}
.sr-snow-row {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}
.sr-snow-main {
  min-width: 100px;
}
.sr-snow-label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--pp-text-faint, rgba(240, 246, 252, 0.45));
  margin-bottom: 4px;
}
.sr-snow-value .snow-big {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--pp-text, #f0f6fc);
  line-height: 1;
  letter-spacing: -0.03em;
}
.sr-snow-value .snow-big-unit {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--pp-text-dim, rgba(240, 246, 252, 0.75));
  margin-left: 1px;
}
.sr-skeleton {
  display: block;
  height: 2.75rem;
  width: 5.5rem;
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.06) 0%,
    rgba(255, 255, 255, 0.12) 50%,
    rgba(255, 255, 255, 0.06) 100%
  );
  background-size: 200% 100%;
  animation: sr-shimmer 1.2s ease-in-out infinite;
}
@keyframes sr-shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.sr-forecast-fallback {
  font-size: 14px;
  color: var(--pp-text-faint, rgba(240, 246, 252, 0.5));
  font-style: normal;
}

.sr-stat-micro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 420px) {
  .sr-stat-micro {
    grid-template-columns: 1fr;
  }
}
.sr-stat-micro-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sr-stat-micro-val {
  font-size: 17px;
  font-weight: 700;
  color: var(--pp-text, #f0f6fc);
}
.sr-stat-micro-val.sr-data-placeholder {
  color: var(--pp-text-faint, rgba(240, 246, 252, 0.35));
  font-weight: 600;
}
.sr-stat-micro-label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--pp-text-faint, rgba(240, 246, 252, 0.42));
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Highlights */
.sr-highlights {
  margin-bottom: 28px;
}
.sr-section-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pp-accent, #45a2ff);
  margin: 0 0 12px;
}
.sr-highlight-chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sr-highlight-chips li {
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--pp-border, rgba(142, 178, 226, 0.2));
  color: var(--pp-text-dim, rgba(240, 246, 252, 0.85));
}

/* Snapshot / editorial */
.sr-snapshot {
  border-radius: var(--pp-radius-sm, 16px);
  border: 1px solid var(--pp-border, rgba(142, 178, 226, 0.2));
  background: rgba(255, 255, 255, 0.04);
  padding: 26px 28px;
  margin-bottom: 24px;
}
.sr-snapshot h2 {
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 14px;
  color: var(--pp-text, #f0f6fc);
}
.sr-snapshot p {
  font-size: 15px;
  line-height: 1.72;
  color: var(--pp-text-dim, rgba(240, 246, 252, 0.78));
  margin: 0 0 12px;
}
.sr-snapshot p:last-child {
  margin-bottom: 0;
}

/* Stats grid */
.sr-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}
@media (min-width: 520px) {
  .sr-stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 900px) {
  .sr-stats-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
.sr-stat-card {
  border-radius: 14px;
  border: 1px solid var(--pp-border, rgba(142, 178, 226, 0.2));
  background: rgba(0, 0, 0, 0.2);
  padding: 14px 12px;
  text-align: center;
}
.sr-stat-card .stat-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pp-text-faint, rgba(240, 246, 252, 0.48));
  margin-bottom: 6px;
}
.sr-stat-card .stat-value {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--pp-text, #f0f6fc);
  line-height: 1.2;
}
.sr-stat-card .stat-unit {
  font-size: 12px;
  font-weight: 500;
  color: var(--pp-text-faint, rgba(240, 246, 252, 0.5));
}

/* Detail panels */
.sr-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 720px) {
  .sr-panels {
    grid-template-columns: 1fr;
  }
}
.sr-panel {
  border-radius: var(--pp-radius-sm, 16px);
  border: 1px solid var(--pp-border, rgba(142, 178, 226, 0.2));
  background: rgba(255, 255, 255, 0.04);
  padding: 22px 24px;
}
.sr-panel h3 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pp-text-faint, rgba(240, 246, 252, 0.52));
  margin: 0 0 14px;
}
.sr-panel-extra {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.sr-panel-extra .sr-detail-row:first-child {
  padding-top: 0;
}
.sr-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 14px;
}
.sr-detail-row:last-child {
  border-bottom: none;
}
.sr-detail-key {
  color: var(--pp-text-faint, rgba(240, 246, 252, 0.55));
}
.sr-detail-val {
  font-weight: 700;
  color: var(--pp-text, #f0f6fc);
  text-align: right;
}
.sr-detail-val a {
  color: var(--pp-accent, #45a2ff);
  text-decoration: none;
  font-weight: 700;
}
.sr-detail-val a:hover {
  text-decoration: underline;
}

/* Terrain bars */
.sr-bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}
.sr-bar-row:last-child {
  margin-bottom: 0;
}
.sr-bar-label {
  width: 92px;
  color: var(--pp-text-faint, rgba(240, 246, 252, 0.55));
  flex-shrink: 0;
}
.sr-bar-track {
  flex: 1;
  height: 8px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 99px;
  overflow: hidden;
}
.sr-bar-fill {
  height: 100%;
  border-radius: 99px;
}
.sr-bar-pct {
  width: 38px;
  text-align: right;
  font-weight: 700;
  color: var(--pp-text, #f0f6fc);
}

.sr-pass-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: color-mix(in srgb, var(--sr-pass) 18%, transparent);
  color: var(--sr-pass);
  border: 1px solid color-mix(in srgb, var(--sr-pass) 40%, transparent);
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 700;
}

/* Pass guide callout */
.sr-pass-callout {
  margin: 20px 0 24px;
  padding: 16px 20px;
  border-radius: var(--pp-radius-sm, 16px);
  border: 1px solid var(--pp-border, rgba(142, 178, 226, 0.25));
  background: rgba(69, 162, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.sr-pass-callout-kicker {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--pp-accent, #45a2ff);
  margin-bottom: 4px;
}
.sr-pass-callout h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 4px;
  color: var(--pp-text, #f0f6fc);
}
.sr-pass-callout p {
  font-size: 13px;
  margin: 0;
  color: var(--pp-text-dim, rgba(240, 246, 252, 0.75));
}
.sr-pass-callout .pp-btn {
  flex-shrink: 0;
}

/* Matcher */
.sr-matcher {
  border-radius: var(--pp-radius-sm, 16px);
  border: 1px solid var(--pp-border, rgba(142, 178, 226, 0.22));
  background: rgba(0, 0, 0, 0.18);
  padding: 24px 26px;
  margin-bottom: 28px;
}
.sr-matcher-title {
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--pp-text, #f0f6fc);
  margin: 0 0 6px;
}
.sr-matcher-sub {
  font-size: 14px;
  color: var(--pp-text-faint, rgba(240, 246, 252, 0.55));
  margin: 0 0 20px;
}
.sr-matcher-q {
  margin-bottom: 16px;
}
.sr-matcher-q-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--pp-text-dim, rgba(240, 246, 252, 0.85));
  margin-bottom: 8px;
}
.sr-matcher-opts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sr-matcher .mo {
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  font-family: inherit;
  border: 1px solid var(--pp-border, rgba(142, 178, 226, 0.25));
  background: rgba(255, 255, 255, 0.06);
  color: var(--pp-text, #f0f6fc);
  cursor: pointer;
  transition: all 0.15s;
}
.sr-matcher .mo:hover,
.sr-matcher .mo.selected {
  border-color: var(--pp-accent, #45a2ff);
  background: rgba(69, 162, 255, 0.2);
  color: var(--pp-text, #f0f6fc);
}
.sr-matcher .matcher-result {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 12px;
}
.sr-matcher .matcher-result--yes {
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.28);
}
.sr-matcher .matcher-result--maybe {
  background: rgba(234, 179, 8, 0.1);
  border: 1px solid rgba(234, 179, 8, 0.25);
}
.sr-matcher .matcher-result--no {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.22);
}
.sr-matcher #mVerdict {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 8px;
}
.sr-matcher .matcher-result--yes #mVerdict {
  color: #86efac;
}
.sr-matcher .matcher-result--maybe #mVerdict {
  color: #fcd34d;
}
.sr-matcher .matcher-result--no #mVerdict {
  color: #fca5a5;
}
.sr-matcher #mReason {
  font-size: 13px;
  line-height: 1.55;
  color: var(--pp-text-dim, rgba(240, 246, 252, 0.78));
  margin-bottom: 14px;
}
.sr-matcher .btn-matcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--pp-accent, #45a2ff);
  color: #061018 !important;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
}
.sr-matcher .btn-matcher:hover {
  filter: brightness(1.08);
}

/* Nearby */
.sr-nearby-section {
  margin-bottom: 24px;
}
.sr-nearby-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.sr-nearby-head h2 {
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  color: var(--pp-text, #f0f6fc);
}
.sr-nearby-head a {
  font-size: 13px;
  font-weight: 600;
  color: var(--pp-accent, #45a2ff);
  text-decoration: none;
}
.sr-nearby-head a:hover {
  text-decoration: underline;
}
.sr-nearby-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 700px) {
  .sr-nearby-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.sr-nearby-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 16px 14px;
  border-radius: 14px;
  border: 1px solid var(--pp-border, rgba(142, 178, 226, 0.2));
  background: rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, background 0.15s, transform 0.12s;
  min-height: 100%;
}
.sr-nearby-card:hover {
  border-color: var(--pp-border-strong, rgba(94, 148, 222, 0.42));
  background: rgba(69, 162, 255, 0.06);
  transform: translateY(-2px);
}
.sr-nc-name {
  font-size: 15px;
  font-weight: 800;
  color: var(--pp-text, #f0f6fc);
  line-height: 1.25;
}
.sr-nc-meta {
  font-size: 12px;
  font-weight: 600;
  color: var(--pp-text-faint, rgba(240, 246, 252, 0.52));
}
.sr-nc-diff {
  font-size: 12px;
  font-weight: 600;
  color: var(--pp-text-dim, rgba(240, 246, 252, 0.75));
  margin-top: 2px;
}
.sr-nc-delta {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 999px;
  width: fit-content;
  margin-top: 4px;
}
.sr-nc-delta--more {
  background: rgba(34, 197, 94, 0.15);
  color: #86efac;
}
.sr-nc-delta--less {
  background: rgba(255, 255, 255, 0.06);
  color: var(--pp-text-faint, rgba(240, 246, 252, 0.55));
}
.sr-nc-delta--same {
  background: rgba(69, 162, 255, 0.12);
  color: var(--pp-accent, #7ab8ff);
}
.sr-nc-arrow {
  font-size: 12px;
  font-weight: 700;
  color: var(--pp-accent, #45a2ff);
  margin-top: auto;
  padding-top: 8px;
}

.sr-state-link {
  font-size: 14px;
  color: var(--pp-text-faint, rgba(240, 246, 252, 0.55));
  margin-bottom: 20px;
}
.sr-state-link a {
  color: var(--pp-accent, #45a2ff);
  font-weight: 600;
  text-decoration: none;
}
.sr-state-link a:hover {
  text-decoration: underline;
}

.sr-disclaimer {
  font-size: 12px;
  color: var(--pp-text-faint, rgba(240, 246, 252, 0.45));
  margin-top: 8px;
  line-height: 1.55;
}

/* Featured sponsor in hero */
.hero-sponsor-card {
  margin-top: 18px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}
.hero-sponsor-copy {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1 1 420px;
}
.hero-sponsor-text-wrap {
  min-width: 0;
}
.hero-sponsor-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 179, 138, 0.14);
  border: 1px solid rgba(110, 231, 183, 0.32);
  color: #6ee7b7;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 999px;
  padding: 6px 10px;
  white-space: nowrap;
  flex-shrink: 0;
}
.hero-sponsor-title {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 2px;
}
.hero-sponsor-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.45;
}
.hero-sponsor-btn {
  background: var(--pp-accent, #45a2ff);
  color: #061018 !important;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  transition: filter 0.12s, transform 0.1s;
  flex-shrink: 0;
}
.hero-sponsor-btn:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}
@media (max-width: 600px) {
  .hero-sponsor-card {
    align-items: stretch;
  }
  .hero-sponsor-copy {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .hero-sponsor-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

body.pass-page-body.ski-report-page .pp-cta-band {
  margin-top: 12px;
  margin-bottom: 28px;
}

body.pass-page-body.ski-report-page .site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 32px;
}
body.pass-page-body.ski-report-page .site-footer p,
body.pass-page-body.ski-report-page .site-footer a {
  color: rgba(240, 246, 252, 0.55);
}
body.pass-page-body.ski-report-page .site-footer a:hover {
  color: var(--pp-accent, #45a2ff);
}
