/* Snow Climate Article Styles */
.snow-hero {
  background: linear-gradient(135deg, #e6f7ff 0%, #f0f9ff 100%);
}

.snow-hero .hero-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 119, 182, 0.2);
}

.ai-disclosure {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}

.climate-notice {
  background: #f0f7ff;
  border-left: 4px solid #0077b6;
  padding: 15px;
  border-radius: 0 8px 8px 0;
  margin: 25px 0;
  display: flex;
  align-items: flex-start;
}

.climate-notice .notice-icon {
  color: #0077b6;
  font-size: 24px;
  margin-right: 15px;
}

.climate-notice p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

.climate-factors {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.factor {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.factor-icon {
  font-size: 32px;
  color: #0077b6;
  margin-bottom: 15px;
}

.factor h3 {
  margin: 10px 0;
  font-size: 18px;
  color: #333;
}

.climate-model {
  background: white;
  padding: 20px;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.model-graph {
  height: 40px;
  background: #f5f5f5;
  border-radius: 20px;
  margin: 15px 0;
  overflow: hidden;
  position: relative;
}

.graph-bar {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 15px;
  font-weight: 600;
  color: white;
  position: absolute;
  top: 0;
}

.graph-bar.current {
  background: #48cae4;
  left: 0;
}

.graph-bar.projected {
  background: #0096c7;
  right: 0;
}

.model-source {
  font-size: 13px;
  color: #666;
  text-align: right;
  margin-top: 5px;
}

.landmark-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin: 40px 0;
}

.landmark-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  align-items: center;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.landmark-image {
  position: relative;
}

.landmark-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.landmark-details {
  padding: 20px;
}

.landmark-details h3 {
  margin-top: 0;
  color: #0077b6;
  font-size: 22px;
}

.adaptation {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.adapt-label {
  font-weight: 600;
  color: #333;
}

.adapt-desc {
  color: #0077b6;
  margin-left: 8px;
}

.adaptation-table {
  overflow-x: auto;
  margin: 30px 0;
}

.adaptation-table table {
  width: 100%;
  border-collapse: collapse;
}

.adaptation-table th, 
.adaptation-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.adaptation-table th {
  background: #0077b6;
  color: white;
  font-weight: 500;
}

.adaptation-table tr:nth-child(even) {
  background: #f9f9f9;
}

.adaptation-table tr:hover {
  background: #f0f7ff;
}

.innovation-spotlight {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 40px 0;
  align-items: center;
}

.innovation-image {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}

.innovation-details h3 {
  margin-top: 0;
  color: #0077b6;
  font-size: 22px;
}

.innovation-list {
  list-style: none;
  padding: 0;
}

.innovation-list li {
  margin-bottom: 12px;
  padding-left: 30px;
  position: relative;
}

.innovation-list li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #0077b6;
}

.impact-analysis {
  margin: 30px 0;
}

.impact-sector {
  margin-bottom: 25px;
}

.impact-sector h3 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #333;
}

.impact-meter {
  height: 30px;
  background: #f5f5f5;
  border-radius: 15px;
  margin-bottom: 8px;
  overflow: hidden;
  position: relative;
}

.impact-positive {
  height: 100%;
  background: #4cc9f0;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 15px;
  color: white;
  font-weight: 600;
}

.impact-negative {
  height: 100%;
  background: #ef476f;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 15px;
  color: white;
  font-weight: 600;
}

.impact-label {
  font-size: 14px;
  color: #666;
}

.economic-note {
  font-size: 14px;
  color: #666;
  font-style: italic;
  margin-top: 20px;
}

.climate-comparisons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin: 30px 0;
}

.comparison-card {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.comparison-card h3 {
  margin-top: 0;
  color: #0077b6;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.comp-data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 15px 0;
}

.data-point {
  background: #f0f7ff;
  padding: 10px;
  border-radius: 6px;
}

.data-label {
  display: block;
  font-size: 13px;
  color: #666;
}

.data-value {
  font-weight: 600;
  color: #0077b6;
  font-size: 18px;
}

.climate-timeline {
  background: white;
  padding: 25px;
  border-radius: 10px;
  margin: 40px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.climate-timeline h3 {
  margin-top: 0;
  color: #0077b6;
}

.timeline-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 25px 0;
}

.timeline-step {
  text-align: center;
  padding: 15px;
  background: #f0f7ff;
  border-radius: 8px;
}

.step-year {
  font-weight: 700;
  color: #0077b6;
  margin-bottom: 8px;
}

.timeline-note {
  font-size: 14px;
  color: #666;
  text-align: center;
}

.reality-check {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.check-item {
  text-align: center;
  padding: 25px 15px;
  border-radius: 10px;
}

.check-item i {
  font-size: 36px;
  margin-bottom: 15px;
}

.check-item.true i {
  color: #4cc9f0;
}

.check-item.unlikely i {
  color: #ef476f;
}

.check-item.maybe i {
  color: #ffd166;
}

.check-item h3 {
  margin: 10px 0;
  font-size: 20px;
}

.climate-message {
  background: #f0f7ff;
  padding: 25px;
  border-radius: 10px;
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.6;
}

.climate-cta {
  background: linear-gradient(135deg, #0077b6 0%, #023e8a 100%);
  color: white;
}

.climate-cta h3 {
  color: white;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .landmark-card,
  .innovation-spotlight {
    grid-template-columns: 1fr;
  }
  
  .landmark-image {
    height: 250px;
  }
}

@media (max-width: 768px) {
  .climate-factors {
    grid-template-columns: 1fr;
  }
  
  .impact-positive, 
  .impact-negative {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .comp-data {
    grid-template-columns: 1fr;
  }
  
  .timeline-steps {
    grid-template-columns: 1fr;
  }
  
  .reality-check {
    grid-template-columns: 1fr;
  }
}