Toggle menu
17
24
14
1.7K
Landrace.Wiki - The Landrace Cannabis Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Accession/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
/* Cleaner Hero Header - Remove frames and tighten */
/* MEDIAWIKI-COMPATIBLE SCIENTIFIC RESEARCH DATABASE STYLING */
 
/* Research Database Header - Dark, Technical */
.hero-header {
.hero-header {
   background: white;
   background: #0f172a;
   border-radius: 8px;
  border: 1px solid #334155;
   border-radius: 2px;
   overflow: hidden;
   overflow: hidden;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
   box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
   margin-bottom: 1.5rem;
   margin-bottom: 2rem;
  position: relative;
}
}


/* Tighter top section */
/* Scientific header section */
.hero-top {
.hero-top {
   background: #0f172a;
   background: #1e293b;
   color: white;
   color: white;
   padding: 1rem 1.5rem;
   padding: 1.5rem 2rem;
   position: relative;
   position: relative;
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}
}


/* Scientific title typography */
.hero-title {
.hero-title {
   font-size: 1.8rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
   font-weight: bold;
   font-size: 1.75rem;
   font-weight: 600;
   margin: 0;
   margin: 0;
   line-height: 1;
   line-height: 1.1;
   color: white;
   color: #f8fafc;
   max-width: 70%;
  letter-spacing: -0.02em;
   max-width: 65%;
}
}


/* Technical data badges */
.hero-subtitle {
.hero-subtitle {
   font-family: monospace;
   font-family: "SF Mono", Monaco, Inconsolata, "Roboto Mono", "Courier New", monospace;
   font-size: 0.7rem;
   font-size: 0.65rem;
   color: #94a3b8;
   color: #cbd5e1;
   background: rgba(255, 255, 255, 0.08);
   background: rgba(15, 23, 42, 0.8);
   padding: 0.25rem 0.5rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
   border-radius: 3px;
   padding: 0.3rem 0.6rem;
   border-radius: 2px;
   display: inline-block;
   display: inline-block;
  margin-top: 0.5rem;
}
/* Geographic breadcrumb in header - SIMPLE LIKE THE WORKING SUBTITLES */
.hero-breadcrumb {
   margin-top: 0.75rem;
   margin-top: 0.75rem;
}
   font-weight: 500;
 
.hero-breadcrumb-label {
   font-size: 0.55rem;
   text-transform: uppercase;
   text-transform: uppercase;
  color: #64748b;
  font-weight: bold;
   letter-spacing: 0.5px;
   letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
  display: block;
}
.hero-breadcrumb .level {
  font-family: monospace;
  font-size: 0.65rem;
  color: #10b981;
  background: rgba(16, 185, 129, 0.15);
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  display: inline-block;
  margin-right: 0.25rem;
  font-weight: 600;
}
.hero-breadcrumb .separator {
  color: #64748b;
  margin: 0 0.25rem;
  font-size: 0.6rem;
}
}


/* Status indicators - more technical */
.hero-badges {
.hero-badges {
   position: absolute;
   position: absolute;
   top: 0.75rem;
   top: 1.5rem;
   right: 1rem;
   right: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
}


.hero-badge {
.hero-badge {
   padding: 0.1rem 0.3rem;
   padding: 0.2rem 0.5rem;
   border-radius: 4px;
   border-radius: 2px;
   font-size: 0.5rem;
  font-family: "SF Mono", Monaco, Inconsolata, "Roboto Mono", "Courier New", monospace;
   font-weight: bold;
   font-size: 0.55rem;
   font-weight: 600;
   text-transform: uppercase;
   text-transform: uppercase;
   margin-bottom: 0.1rem;
   letter-spacing: 0.5px;
  display: block;
   min-width: 60px;
   min-width: 50px;
   text-align: center;
   text-align: center;
  border: 1px solid transparent;
}
}


.badge-active {
.badge-active {
   background: #16a34a;
   background: rgba(5, 150, 105, 0.2);
   color: white;
  color: #10b981;
   border-color: rgba(5, 150, 105, 0.3);
}
}


.badge-tier1 {
.badge-tier1 {
   background: #2563eb;
   background: rgba(59, 130, 246, 0.2);
   color: white;
  color: #60a5fa;
   border-color: rgba(59, 130, 246, 0.3);
}
}


.badge-priority {
.badge-priority {
   background: #dc2626;
   background: rgba(239, 68, 68, 0.2);
   color: white;
  color: #f87171;
   border-color: rgba(239, 68, 68, 0.3);
}
}


/* Split section */
/* Scientific data visualization split */
.hero-split {
.hero-split {
   display: table;
   display: table;
Line 108: Line 96:
   table-layout: fixed;
   table-layout: fixed;
   background: #f8fafc;
   background: #f8fafc;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
}
}


Line 114: Line 103:
   width: 50%;
   width: 50%;
   vertical-align: top;
   vertical-align: top;
   height: 400px;
   height: 420px;
   position: relative;
   position: relative;
}
}
Line 125: Line 114:
.hero-image img {
.hero-image img {
   width: 100%;
   width: 100%;
   height: 400px;
   height: 420px;
   object-fit: cover;
   object-fit: cover;
}
}


/* Placeholder */
/* Scientific placeholder - more technical */
.photo-placeholder {
.photo-placeholder {
   height: 400px;
   height: 420px;
   background: #f8fafc;
   background: #f8fafc;
   display: table;
   display: table;
   width: 100%;
   width: 100%;
  position: relative;
}
}


Line 141: Line 131:
   vertical-align: middle;
   vertical-align: middle;
   text-align: center;
   text-align: center;
   padding: 2rem;
   padding: 2.5rem;
}
   position: relative;
 
.placeholder-icon {
  font-size: 3rem;
  color: #94a3b8;
  margin-bottom: 1rem;
   display: block;
}
}


.placeholder-title {
.placeholder-title {
   font-size: 1.2rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
   color: #334155;
   font-size: 1.1rem;
   font-weight: bold;
   color: #1e293b;
   font-weight: 600;
   margin-bottom: 0.75rem;
   margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}
}


.placeholder-subtitle {
.placeholder-subtitle {
   font-size: 0.9rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
   color: #64748b;
   font-size: 0.85rem;
   line-height: 1.4;
   color: #475569;
   max-width: 280px;
   line-height: 1.5;
   margin: 0 auto 1rem;
   max-width: 300px;
   margin: 0 auto 1.25rem;
}
}


.placeholder-instruction {
.placeholder-instruction {
   font-size: 0.8rem;
  font-family: "SF Mono", Monaco, Inconsolata, "Roboto Mono", "Courier New", monospace;
   color: #94a3b8;
   font-size: 0.7rem;
   background: white;
   color: #64748b;
  padding: 0.75rem;
   background: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
   border: 1px solid #e2e8f0;
   border: 1px solid #e2e8f0;
   max-width: 260px;
  padding: 0.75rem 1rem;
  border-radius: 2px;
   max-width: 280px;
   margin: 0 auto;
   margin: 0 auto;
  line-height: 1.3;
}
}


/* Image overlay - tightened */
/* Technical image overlay */
.image-overlay {
.image-overlay {
   position: absolute;
   position: absolute;
Line 183: Line 172:
   left: 0;
   left: 0;
   right: 0;
   right: 0;
   background: rgba(0, 0, 0, 0.6);
   background: rgba(15, 23, 42, 0.9);
   color: white;
   color: white;
   padding: 0.75rem 1rem 0.5rem;
   padding: 1.5rem 1.25rem 1rem;
}
}


.image-caption {
.image-caption {
   font-size: 0.8rem;
  font-family: "SF Mono", Monaco, Inconsolata, "Roboto Mono", "Courier New", monospace;
   font-weight: bold;
   font-size: 0.7rem;
   font-weight: 500;
   margin: 0;
   margin: 0;
   line-height: 1.2;
   line-height: 1.3;
  color: #e2e8f0;
}
}


/* Map section - FIXED */
/* Research-grade map section */
.hero-map {
.hero-map {
   background: #f8fafc;
   background: #f8fafc;
  position: relative;
}
}


.map-container {
.map-container {
   height: 400px;
   height: 420px;
   width: 100%;
   width: 100%;
   background: #e2e8f0;
   background: #e2e8f0;
Line 208: Line 200:
   justify-content: center;
   justify-content: center;
   color: #64748b;
   color: #64748b;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
   font-size: 0.9rem;
   font-size: 0.9rem;
   font-weight: bold;
   font-weight: 500;
   position: relative;
   position: relative;
}
}


/* Ensure the actual map div takes full space when loaded */
.lw-map {
.lw-map {
   width: 100% !important;
   width: 100% !important;
   height: 400px !important;
   height: 420px !important;
}
}


/* TIGHTENED Map Legend - REFINED COLORS */
/* Scientific data overlay */
.map-legend {
.map-legend {
   position: absolute;
   position: absolute;
   top: 0.5rem;
   top: 1rem;
   left: 0.5rem;
   left: 1rem;
   background: rgba(255, 255, 255, 0.95);
  background: rgba(15, 23, 42, 0.95);
   border-radius: 6px;
   border: 1px solid rgba(148, 163, 184, 0.3);
   padding: 0.5rem;
   border-radius: 2px;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
   padding: 1rem;
   max-width: 160px;
   box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.1);
   max-width: 200px;
   z-index: 1000;
   z-index: 1000;
   font-size: 0.7rem;
   color: white;
}
}


.legend-section {
.legend-section {
   margin-bottom: 0.4rem;
   margin-bottom: 0.75rem;
}
}


Line 243: Line 235:


.legend-title {
.legend-title {
  font-family: "SF Mono", Monaco, Inconsolata, "Roboto Mono", "Courier New", monospace;
   font-size: 0.6rem;
   font-size: 0.6rem;
   text-transform: uppercase;
   text-transform: uppercase;
   color: #475569;
   color: #94a3b8;
   font-weight: bold;
   font-weight: 600;
   margin-bottom: 0.15rem;
   margin-bottom: 0.4rem;
   letter-spacing: 0.5px;
   letter-spacing: 1px;
}
}


.legend-primary {
.legend-primary {
   font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
   color: #1e293b;
   font-weight: 600;
   font-size: 0.7rem;
   color: #f8fafc;
   margin-bottom: 0.1rem;
   font-size: 0.75rem;
   line-height: 1.1;
   margin-bottom: 0.25rem;
   line-height: 1.2;
}
}


.legend-secondary {
.legend-secondary {
   color: #475569;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
   font-size: 0.65rem;
   color: #cbd5e1;
   margin-bottom: 0.15rem;
   font-size: 0.7rem;
   line-height: 1.1;
   margin-bottom: 0.4rem;
   line-height: 1.2;
}
}


.legend-coords {
.legend-coords {
   font-family: monospace;
   font-family: "SF Mono", Monaco, Inconsolata, "Roboto Mono", "Courier New", monospace;
   font-size: 0.6rem;
   font-size: 0.65rem;
   color: #334155;
   color: #10b981;
   background: #f1f5f9;
   background: rgba(5, 150, 105, 0.1);
   padding: 0.15rem 0.3rem;
  border: 1px solid rgba(5, 150, 105, 0.2);
   border-radius: 3px;
   padding: 0.3rem 0.5rem;
   border-radius: 2px;
   line-height: 1;
   line-height: 1;
}
}


/* TIGHTENED Conservation Status Legend */
/* Research data strip - technical presentation */
.leaflet-control {
.hero-details {
   font-size: 0.65rem !important;
   background: #1e293b;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  padding: 1.25rem 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  position: relative;
}
 
.detail-group {
  display: flex;
  flex-direction: column;
  min-width: 120px;
  text-align: center;
  position: relative;
}
}


.leaflet-control-layers {
.detail-label {
   background: rgba(255, 255, 255, 0.9) !important;
   font-family: "SF Mono", Monaco, Inconsolata, "Roboto Mono", "Courier New", monospace;
   border-radius: 4px !important;
  font-size: 0.6rem;
   box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1) !important;
   text-transform: uppercase;
   border: 1px solid rgba(0, 0, 0, 0.1) !important;
   color: #94a3b8;
   padding: 0.3rem !important;
  font-weight: 600;
   margin-bottom: 0.5rem;
   letter-spacing: 1px;
}
}


.leaflet-control-layers-list {
.detail-value {
   margin: 0 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
   font-size: 0.85rem;
  font-weight: 600;
  color: #f8fafc;
  line-height: 1.2;
}
}


.leaflet-control-layers label {
.detail-value.highlight {
   font-size: 0.6rem !important;
   color: #10b981;
  margin-bottom: 0.1rem !important;
  line-height: 1.1 !important;
  padding-left: 0.15rem !important;
}
}


/* Tighten leaflet zoom controls */
/* Scientific leaflet controls */
.leaflet-control-zoom {
.leaflet-control {
   border: 1px solid rgba(0, 0, 0, 0.1) !important;
   font-family: "SF Mono", Monaco, Inconsolata, "Roboto Mono", "Courier New", monospace !important;
   border-radius: 4px !important;
   font-size: 0.6rem !important;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1) !important;
}
}


.leaflet-control-zoom a {
.leaflet-control-layers {
   width: 24px !important;
   background: rgba(15, 23, 42, 0.95) !important;
   height: 24px !important;
   border: 1px solid rgba(148, 163, 184, 0.3) !important;
   line-height: 24px !important;
   border-radius: 2px !important;
   font-size: 14px !important;
   box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
   background: rgba(255, 255, 255, 0.9) !important;
  color: white !important;
   padding: 0.75rem !important;
}
}


/* Legacy map overlay styles - REFINED COLORS */
.leaflet-control-layers label {
.map-overlay {
   font-size: 0.65rem !important;
   position: absolute;
   color: #cbd5e1 !important;
  top: 0.5rem;
   margin-bottom: 0.25rem !important;
  left: 0.5rem;
   line-height: 1.2 !important;
   background: rgba(255, 255, 255, 0.95);
   padding-left: 0.5rem !important;
   border-radius: 6px;
  padding: 0.5rem;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
   max-width: 160px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
}


.map-overlay h4 {
.leaflet-control-zoom {
   margin: 0 0 0.25rem 0;
   border: 1px solid rgba(148, 163, 184, 0.3) !important;
   font-size: 0.6rem;
   border-radius: 2px !important;
   text-transform: uppercase;
   box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2) !important;
  color: #475569;
  font-weight: bold;
  letter-spacing: 0.5px;
}
}


.location-primary {
.leaflet-control-zoom a {
   font-weight: bold;
   width: 28px !important;
   color: #1e293b;
   height: 28px !important;
   margin-bottom: 0.25rem;
   line-height: 28px !important;
   font-size: 0.7rem;
   font-size: 16px !important;
   line-height: 1.1;
  background: rgba(15, 23, 42, 0.95) !important;
  color: #cbd5e1 !important;
   border: none !important;
}
}


.location-secondary {
.leaflet-control-zoom a:hover {
   color: #475569;
   background: rgba(15, 23, 42, 1) !important;
   font-size: 0.65rem;
   color: white !important;
  line-height: 1.1;
}
}


/* Coordinates badge - technical styling */
.coordinates {
.coordinates {
   position: absolute;
   position: absolute;
   bottom: 0.5rem;
   bottom: 1rem;
   right: 0.5rem;
   right: 1rem;
   background: rgba(30, 41, 59, 0.8);
   background: rgba(15, 23, 42, 0.95);
   color: white;
   color: #10b981;
   padding: 0.25rem 0.4rem;
   padding: 0.5rem 0.75rem;
   border-radius: 4px;
   border-radius: 2px;
   font-family: monospace;
   font-family: "SF Mono", Monaco, Inconsolata, "Roboto Mono", "Courier New", monospace;
   font-size: 0.6rem;
   font-size: 0.65rem;
   font-weight: bold;
   font-weight: 500;
   line-height: 1;
   line-height: 1;
  border: 1px solid rgba(5, 150, 105, 0.2);
}
}


/* Details section - REFINED COLORS */
/* Legacy map overlay - compatibility */
.hero-details {
.map-overlay {
   background: #f8fafc;
  position: absolute;
   border-top: 1px solid #e2e8f0;
  top: 1rem;
   padding: 0.75rem 1.5rem;
  left: 1rem;
   text-align: center;
   background: rgba(15, 23, 42, 0.95);
   border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 2px;
   padding: 1rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
   max-width: 200px;
  color: white;
}
}


.detail-group {
.map-overlay h4 {
  display: inline-block;
   margin: 0 0 0.4rem 0;
   margin: 0 0.75rem 0.5rem 0;
   font-family: "SF Mono", Monaco, Inconsolata, "Roboto Mono", "Courier New", monospace;
   min-width: 85px;
  vertical-align: top;
}
 
.detail-label {
   font-size: 0.6rem;
   font-size: 0.6rem;
   text-transform: uppercase;
   text-transform: uppercase;
   color: #475569;
   color: #94a3b8;
   font-weight: bold;
   font-weight: 600;
  margin-bottom: 0.15rem;
   letter-spacing: 1px;
   letter-spacing: 0.5px;
}
}


.detail-value {
.location-primary {
   font-size: 0.8rem;
   font-weight: 600;
   font-weight: bold;
  color: #f8fafc;
   color: #1e293b;
   margin-bottom: 0.25rem;
   line-height: 1.1;
   font-size: 0.75rem;
   line-height: 1.2;
}
}


.detail-value.highlight {
.location-secondary {
   color: #0d9488;
   color: #cbd5e1;
  font-size: 0.7rem;
  line-height: 1.2;
}
}


/* Mobile */
/* Mobile responsiveness for research interface */
@media (max-width: 768px) {
@media (max-width: 768px) {
   .hero-split {
   .hero-split {
Line 409: Line 421:
     display: block;
     display: block;
     width: 100%;
     width: 100%;
     height: 300px;
     height: 320px;
   }
   }
    
    
Line 418: Line 430:
    
    
   .photo-placeholder {
   .photo-placeholder {
     height: 300px;
     height: 320px;
   }
   }
    
    
   .map-container {
   .map-container {
     height: 300px;
     height: 320px;
   }
   }
    
    
   .lw-map {
   .lw-map {
     height: 300px !important;
     height: 320px !important;
   }
   }
    
    
Line 432: Line 444:
     position: static;
     position: static;
     margin-top: 1rem;
     margin-top: 1rem;
  }
    flex-direction: row;
 
    flex-wrap: wrap;
  .hero-badge {
     gap: 0.5rem;
     margin: 0 0.5rem 0.5rem 0;
   }
   }
    
    
   .hero-top {
   .hero-top {
     padding: 1.5rem;
     padding: 1.25rem 1.5rem;
   }
   }
    
    
   .hero-details {
   .hero-details {
     padding: 1rem 1.5rem;
     padding: 1rem 1.5rem;
    gap: 1rem;
   }
   }
    
    
   .map-legend, .map-overlay {
   .map-legend {
     max-width: 140px;
     max-width: 160px;
     padding: 0.4rem;
     padding: 0.75rem;
  }
 
  .legend-primary, .location-primary {
    font-size: 0.65rem;
  }
 
  .legend-secondary, .location-secondary {
    font-size: 0.6rem;
  }
 
  .hero-breadcrumb-path {
    justify-content: flex-start;
   }
   }
}
}

Revision as of 14:29, 17 September 2025

/* MEDIAWIKI-COMPATIBLE SCIENTIFIC RESEARCH DATABASE STYLING */

/* Research Database Header - Dark, Technical */
.hero-header {
  background: #0f172a;
  border: 1px solid #334155;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  margin-bottom: 2rem;
  position: relative;
}

/* Scientific header section */
.hero-top {
  background: #1e293b;
  color: white;
  padding: 1.5rem 2rem;
  position: relative;
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

/* Scientific title typography */
.hero-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.1;
  color: #f8fafc;
  letter-spacing: -0.02em;
  max-width: 65%;
}

/* Technical data badges */
.hero-subtitle {
  font-family: "SF Mono", Monaco, Inconsolata, "Roboto Mono", "Courier New", monospace;
  font-size: 0.65rem;
  color: #cbd5e1;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(148, 163, 184, 0.2);
  padding: 0.3rem 0.6rem;
  border-radius: 2px;
  display: inline-block;
  margin-top: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Status indicators - more technical */
.hero-badges {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.hero-badge {
  padding: 0.2rem 0.5rem;
  border-radius: 2px;
  font-family: "SF Mono", Monaco, Inconsolata, "Roboto Mono", "Courier New", monospace;
  font-size: 0.55rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  min-width: 60px;
  text-align: center;
  border: 1px solid transparent;
}

.badge-active {
  background: rgba(5, 150, 105, 0.2);
  color: #10b981;
  border-color: rgba(5, 150, 105, 0.3);
}

.badge-tier1 {
  background: rgba(59, 130, 246, 0.2);
  color: #60a5fa;
  border-color: rgba(59, 130, 246, 0.3);
}

.badge-priority {
  background: rgba(239, 68, 68, 0.2);
  color: #f87171;
  border-color: rgba(239, 68, 68, 0.3);
}

/* Scientific data visualization split */
.hero-split {
  display: table;
  width: 100%;
  table-layout: fixed;
  background: #f8fafc;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.hero-image, .hero-map {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  height: 420px;
  position: relative;
}

.hero-image {
  background: #f1f5f9;
  border-right: 1px solid #e2e8f0;
}

.hero-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

/* Scientific placeholder - more technical */
.photo-placeholder {
  height: 420px;
  background: #f8fafc;
  display: table;
  width: 100%;
  position: relative;
}

.placeholder-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 2.5rem;
  position: relative;
}

.placeholder-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1rem;
  color: #1e293b;
  font-weight: 600;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

.placeholder-subtitle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.85rem;
  color: #475569;
  line-height: 1.5;
  max-width: 300px;
  margin: 0 auto 1.25rem;
}

.placeholder-instruction {
  font-family: "SF Mono", Monaco, Inconsolata, "Roboto Mono", "Courier New", monospace;
  font-size: 0.7rem;
  color: #64748b;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #e2e8f0;
  padding: 0.75rem 1rem;
  border-radius: 2px;
  max-width: 280px;
  margin: 0 auto;
  line-height: 1.3;
}

/* Technical image overlay */
.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(15, 23, 42, 0.9);
  color: white;
  padding: 1.5rem 1.25rem 1rem;
}

.image-caption {
  font-family: "SF Mono", Monaco, Inconsolata, "Roboto Mono", "Courier New", monospace;
  font-size: 0.7rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
  color: #e2e8f0;
}

/* Research-grade map section */
.hero-map {
  background: #f8fafc;
  position: relative;
}

.map-container {
  height: 420px;
  width: 100%;
  background: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  position: relative;
}

.lw-map {
  width: 100% !important;
  height: 420px !important;
}

/* Scientific data overlay */
.map-legend {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(15, 23, 42, 0.95);
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 2px;
  padding: 1rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  max-width: 200px;
  z-index: 1000;
  color: white;
}

.legend-section {
  margin-bottom: 0.75rem;
}

.legend-section:last-child {
  margin-bottom: 0;
}

.legend-title {
  font-family: "SF Mono", Monaco, Inconsolata, "Roboto Mono", "Courier New", monospace;
  font-size: 0.6rem;
  text-transform: uppercase;
  color: #94a3b8;
  font-weight: 600;
  margin-bottom: 0.4rem;
  letter-spacing: 1px;
}

.legend-primary {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  color: #f8fafc;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
  line-height: 1.2;
}

.legend-secondary {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #cbd5e1;
  font-size: 0.7rem;
  margin-bottom: 0.4rem;
  line-height: 1.2;
}

.legend-coords {
  font-family: "SF Mono", Monaco, Inconsolata, "Roboto Mono", "Courier New", monospace;
  font-size: 0.65rem;
  color: #10b981;
  background: rgba(5, 150, 105, 0.1);
  border: 1px solid rgba(5, 150, 105, 0.2);
  padding: 0.3rem 0.5rem;
  border-radius: 2px;
  line-height: 1;
}

/* Research data strip - technical presentation */
.hero-details {
  background: #1e293b;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  padding: 1.25rem 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  position: relative;
}

.detail-group {
  display: flex;
  flex-direction: column;
  min-width: 120px;
  text-align: center;
  position: relative;
}

.detail-label {
  font-family: "SF Mono", Monaco, Inconsolata, "Roboto Mono", "Courier New", monospace;
  font-size: 0.6rem;
  text-transform: uppercase;
  color: #94a3b8;
  font-weight: 600;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}

.detail-value {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: #f8fafc;
  line-height: 1.2;
}

.detail-value.highlight {
  color: #10b981;
}

/* Scientific leaflet controls */
.leaflet-control {
  font-family: "SF Mono", Monaco, Inconsolata, "Roboto Mono", "Courier New", monospace !important;
  font-size: 0.6rem !important;
}

.leaflet-control-layers {
  background: rgba(15, 23, 42, 0.95) !important;
  border: 1px solid rgba(148, 163, 184, 0.3) !important;
  border-radius: 2px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
  color: white !important;
  padding: 0.75rem !important;
}

.leaflet-control-layers label {
  font-size: 0.65rem !important;
  color: #cbd5e1 !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.2 !important;
  padding-left: 0.5rem !important;
}

.leaflet-control-zoom {
  border: 1px solid rgba(148, 163, 184, 0.3) !important;
  border-radius: 2px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2) !important;
}

.leaflet-control-zoom a {
  width: 28px !important;
  height: 28px !important;
  line-height: 28px !important;
  font-size: 16px !important;
  background: rgba(15, 23, 42, 0.95) !important;
  color: #cbd5e1 !important;
  border: none !important;
}

.leaflet-control-zoom a:hover {
  background: rgba(15, 23, 42, 1) !important;
  color: white !important;
}

/* Coordinates badge - technical styling */
.coordinates {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: rgba(15, 23, 42, 0.95);
  color: #10b981;
  padding: 0.5rem 0.75rem;
  border-radius: 2px;
  font-family: "SF Mono", Monaco, Inconsolata, "Roboto Mono", "Courier New", monospace;
  font-size: 0.65rem;
  font-weight: 500;
  line-height: 1;
  border: 1px solid rgba(5, 150, 105, 0.2);
}

/* Legacy map overlay - compatibility */
.map-overlay {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(15, 23, 42, 0.95);
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 2px;
  padding: 1rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  max-width: 200px;
  color: white;
}

.map-overlay h4 {
  margin: 0 0 0.4rem 0;
  font-family: "SF Mono", Monaco, Inconsolata, "Roboto Mono", "Courier New", monospace;
  font-size: 0.6rem;
  text-transform: uppercase;
  color: #94a3b8;
  font-weight: 600;
  letter-spacing: 1px;
}

.location-primary {
  font-weight: 600;
  color: #f8fafc;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.2;
}

.location-secondary {
  color: #cbd5e1;
  font-size: 0.7rem;
  line-height: 1.2;
}

/* Mobile responsiveness for research interface */
@media (max-width: 768px) {
  .hero-split {
    display: block;
  }
  
  .hero-image, .hero-map {
    display: block;
    width: 100%;
    height: 320px;
  }
  
  .hero-map {
    border-right: none;
    border-top: 1px solid #e2e8f0;
  }
  
  .photo-placeholder {
    height: 320px;
  }
  
  .map-container {
    height: 320px;
  }
  
  .lw-map {
    height: 320px !important;
  }
  
  .hero-badges {
    position: static;
    margin-top: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  
  .hero-top {
    padding: 1.25rem 1.5rem;
  }
  
  .hero-details {
    padding: 1rem 1.5rem;
    gap: 1rem;
  }
  
  .map-legend {
    max-width: 160px;
    padding: 0.75rem;
  }
}