/* Tuusula Tourism - Luxury & Sophisticated Design System */

/* ===============================================
   CSS CUSTOM PROPERTIES (Design Tokens)
   =============================================== */

:root {
  /* Colors */
  --primary-50: #F5EFEF;
  --primary-500: #6B3A3A;
  --primary-600: #5A2F2F;
  --primary-900: #3D2020;
  
  --neutral-50: #FAFAF8;
  --neutral-100: #F5F4F0;
  --neutral-200: #E8E6E0;
  --neutral-500: #9B9A94;
  --neutral-700: #4A4A45;
  --neutral-900: #1C1C19;
  
  /* Typography */
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Lato', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  
  /* Font Sizes - Desktop */
  --size-display-xl: 72px;
  --size-heading-1: 56px;
  --size-heading-2: 40px;
  --size-heading-3: 32px;
  --size-body-large: 20px;
  --size-body: 18px;
  --size-body-small: 16px;
  --size-caption: 14px;
  
  /* Font Sizes - Mobile */
  --size-display-xl-mobile: 48px;
  --size-heading-1-mobile: 40px;
  --size-heading-2-mobile: 32px;
  --size-heading-3-mobile: 24px;
  
  /* Font Weights */
  --weight-light: 300;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  
  /* Line Heights */
  --lh-tight: 1.1;
  --lh-snug: 1.2;
  --lh-normal: 1.3;
  --lh-relaxed: 1.6;
  --lh-loose: 1.7;
  
  /* Letter Spacing */
  --ls-tight: -0.01em;
  --ls-normal: 0;
  --ls-wide: 0.01em;
  --ls-wider: 0.05em;
  --ls-widest: 0.1em;
  
  /* Spacing */
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 32px;
  --space-xl: 48px;
  --space-2xl: 64px;
  --space-3xl: 96px;
  --space-4xl: 128px;
  --space-hero: 160px;
  
  /* Border Radius */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-full: 9999px;
  
  /* Box Shadows */
  --shadow-card: 0 4px 12px rgba(28, 28, 25, 0.08), 0 2px 4px rgba(28, 28, 25, 0.04);
  --shadow-card-hover: 0 12px 24px rgba(28, 28, 25, 0.12), 0 6px 12px rgba(28, 28, 25, 0.06);
  --shadow-modal: 0 24px 48px rgba(28, 28, 25, 0.15), 0 12px 24px rgba(28, 28, 25, 0.08);
  
  /* Animation */
  --duration-fast: 300ms;
  --duration-standard: 400ms;
  --duration-luxury: 500ms;
  --duration-elegant: 600ms;
  
  --easing-standard: cubic-bezier(0.4, 0.0, 0.2, 1);
  --easing-elegant: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ===============================================
   RESET & BASE STYLES
   =============================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-size: var(--size-body);
  font-weight: var(--weight-regular);
  line-height: var(--lh-relaxed);
  color: var(--neutral-700);
  background-color: var(--neutral-50);
  letter-spacing: var(--ls-wide);
}

/* ===============================================
   NAVIGATION
   =============================================== */

.navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all var(--duration-standard) var(--easing-standard);
  height: 80px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.navigation.scrolled {
  background-color: var(--neutral-50);
  box-shadow: var(--shadow-card);
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  /* Center the navigation links while keeping the logo aligned to the left.
     The logo is absolutely positioned, so the remaining flex items (nav links) can be centered. */
  justify-content: center;
  height: 100%;
  padding: 0 var(--space-lg);
  position: relative;
}

.nav-logo {
  position: absolute;
  left: 0;
  z-index: 10;
}

.nav-logo a {
  text-decoration: none;
}

.nav-logo h2 {
  font-family: var(--font-heading);
  font-size: var(--size-heading-3);
  font-weight: var(--weight-semibold);
  color: var(--primary-900);
  letter-spacing: var(--ls-wider);
  text-decoration: none;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: var(--space-lg);
}

.nav-links li {
  list-style: none;
  display: list-item;
}

.nav-links a {
  text-decoration: none;
  color: var(--neutral-700);
  font-weight: var(--weight-light);
  letter-spacing: var(--ls-widest);
  text-transform: uppercase;
  font-size: var(--size-body-small);
  transition: color var(--duration-fast) var(--easing-standard);
  position: relative;
}

/* Clean navigation links styling */
.nav-links a {
  text-decoration: none;
  color: var(--neutral-700);
  font-weight: var(--weight-light);
  letter-spacing: var(--ls-widest);
  text-transform: uppercase;
  font-size: var(--size-body-small);
  transition: color var(--duration-fast) var(--easing-standard);
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  font-variant-ligatures: none;
  text-rendering: optimizeSpeed;
}

/* Remove any potential degree symbols or extra characters - ALL states */
.nav-links a::before,
.nav-links a::after {
  display: none !important;
  content: none !important;
}

/* Remove any potential degree symbols or extra characters */
.nav-links a {
  background: none !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-position: none !important;
}

/* Remove any potential degree symbols using CSS filters */
.nav-links a {
  filter: none !important;
  transform: none !important;
}

.nav-links a {
  background-image: none !important;
  background-repeat: no-repeat !important;
}

.nav-links a:hover,
.nav-links a:hover,
.nav-links a.active {
  color: var(--primary-600);
}

.nav-links a.active {
  position: relative;
  background-color: rgba(107, 58, 58, 0.08);
  border: 1.5px solid var(--primary-500);
  border-radius: var(--radius-sm);
  padding: var(--space-xs) var(--space-sm);
  transition: all var(--duration-fast) var(--easing-standard);
  font-variant-ligatures: none !important;
  text-rendering: optimizeSpeed !important;
}

/* COMPLETE protection for YHTEYSTIEDOT - ALL states including active */
.nav-links a[href="#yhteystiedot"],
.nav-links a[href="#yhteystiedot"]:hover,
.nav-links a[href="#yhteystiedot"].active,
.nav-links a[href="#yhteystiedot"]::before,
.nav-links a[href="#yhteystiedot"]::after {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  font-variant-ligatures: none !important;
  font-feature-settings: none !important;
  -webkit-font-feature-settings: none !important;
  text-rendering: optimizeSpeed !important;
  content: none !important;
  text-decoration: none !important;
}

/* Firefox-specific fix for degree symbol issue */
@supports (-moz-appearance: none) {
  .nav-links a[href="#yhteystiedot"],
  .nav-links a[href="#yhteystiedot"]:hover,
  .nav-links a[href="#yhteystiedot"].active {
    font-feature-settings: none !important;
    font-variant-ligatures: none !important;
    text-rendering: optimizeSpeed !important;
    -moz-osx-font-smoothing: grayscale !important;
    /* Use clean system font stack for Firefox to prevent font rendering issues */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  }
  
  /* Additional protection for all nav links in Firefox */
  .nav-links a {
    font-feature-settings: none !important;
    font-variant-ligatures: none !important;
    -moz-osx-font-smoothing: grayscale !important;
    /* Force system font stack for all navigation links */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  }
}

/* CTA Button in Nav */
.cta-button {
  display: inline-block;
  padding: var(--space-sm) var(--space-lg);
  font-family: var(--font-body);
  font-size: var(--size-body);
  font-weight: var(--weight-medium);
  letter-spacing: var(--ls-wider);
  text-decoration: none;
  text-align: center;
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all var(--duration-fast) var(--easing-standard);
}

.cta-button {
  background-color: transparent;
  color: var(--neutral-700);
  border: 1.5px solid var(--neutral-200);
}

.cta-button:hover {
  background-color: var(--neutral-50);
  border-color: var(--primary-500);
  color: var(--primary-600);
}

.cta-primary {
  background-color: var(--primary-600);
  color: white;
  border: none;
  height: 56px;
  padding: 0 var(--space-lg);
}

.cta-primary:hover {
  background-color: var(--primary-500);
  transform: translateY(-2px);
  box-shadow: var(--shadow-card);
}

/* ===============================================
   HERO SECTION
   =============================================== */

.hero {
  height: 600px;
  position: relative;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% + 100px);
  object-fit: cover;
  opacity: 0.6;
  z-index: 1;
}

.hero-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--space-hero) var(--space-lg);
  background: 
    linear-gradient(135deg, rgba(250, 250, 248, 0.5) 0%, rgba(245, 244, 240, 0.3) 50%, rgba(250, 250, 248, 0.5) 100%),
    linear-gradient(to bottom, rgba(250, 250, 248, 0.1) 0%, rgba(250, 250, 248, 0.7) 60%, rgba(250, 250, 248, 0.7) 100%);
  background-position: center 100px, center 100px;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: var(--size-display-xl);
  font-weight: var(--weight-bold);
  line-height: var(--lh-tight);
  color: var(--primary-900);
  letter-spacing: var(--ls-tight);
  margin-bottom: var(--space-md);
  font-feature-settings: "liga" 1;
  text-shadow: 0 2px 4px rgba(255, 255, 255, 0.8);
}

.hero-lead {
  font-size: var(--size-body-large);
  font-weight: var(--weight-regular);
  line-height: var(--lh-loose);
  color: var(--primary-900);
  margin-bottom: var(--space-lg);
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.hero-description {
  font-size: var(--size-body);
  line-height: var(--lh-relaxed);
  color: var(--primary-900);
  margin-bottom: var(--space-2xl);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

/* ===============================================
   CONTENT SECTIONS
   =============================================== */

.content-section {
  padding: var(--space-3xl) 0;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.content-section:first-child {
  margin-top: 0;
}

.content-section:nth-child(even) {
  background-color: var(--neutral-100);
}

.section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-lg);
}

.section-header {
  text-align: center;
  margin-bottom: var(--space-2xl);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-eyebrow {
  font-size: var(--size-caption);
  font-weight: var(--weight-light);
  text-transform: uppercase;
  letter-spacing: var(--ls-widest);
  color: transparent;
  margin-bottom: var(--space-sm);
}

.section-title {
  font-family: var(--font-heading);
  font-size: var(--size-heading-1);
  font-weight: var(--weight-semibold);
  line-height: var(--lh-snug);
  color: var(--primary-900);
  margin-bottom: var(--space-lg);
  font-feature-settings: "liga" 1;
}

.section-lead {
  font-size: var(--size-body-large);
  line-height: var(--lh-loose);
  color: var(--neutral-700);
}

/* ===============================================
   MUSEUM GRID
   =============================================== */

.museum-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
  margin-top: var(--space-lg);
}

.museum-card {
  background: var(--neutral-50);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform var(--duration-standard) var(--easing-standard);
}

.museum-card:hover {
  transform: translateY(-4px);
}

.museum-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.museum-card-content {
  padding: var(--space-lg);
}

.museum-card-content h3 {
  font-family: var(--font-heading);
  font-size: var(--size-heading-4);
  font-weight: var(--weight-semibold);
  color: var(--primary-900);
  margin-bottom: var(--space-md);
}

.museum-card-content p {
  font-size: var(--size-body-md);
  line-height: var(--line-height-relaxed);
  color: var(--neutral-700);
  margin-bottom: var(--space-sm);
}

.museum-card-content p:last-child {
  margin-bottom: 0;
}

.museum-location {
  font-size: var(--size-body-sm);
  color: var(--neutral-600);
  font-weight: var(--weight-medium);
  margin-top: var(--space-sm);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-lg);
}

.info-card {
  background-color: var(--neutral-100);
  border-radius: var(--radius-md);
  padding: var(--space-xl);
  box-shadow: var(--shadow-card);
  transition: all var(--duration-standard) var(--easing-elegant);
}

.info-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
}

.info-title {
  font-family: var(--font-heading);
  font-size: var(--size-heading-3);
  font-weight: var(--weight-semibold);
  color: var(--primary-900);
  margin-bottom: var(--space-md);
  line-height: var(--lh-snug);
}

.info-text {
  font-size: var(--size-body);
  line-height: var(--lh-relaxed);
  color: var(--neutral-700);
  margin-bottom: var(--space-sm);
}

.info-text:last-child {
  margin-bottom: 0;
}



/* ===============================================
   NATURE SECTION
   =============================================== */

.nature-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}

.nature-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2xl);
  align-items: start;
}

.nature-text {
  padding-right: var(--space-lg);
}

.nature-text h3 {
  font-family: var(--font-heading);
  font-size: var(--size-heading-3);
  font-weight: var(--weight-medium);
  color: var(--neutral-900);
  margin-bottom: var(--space-sm);
}

.nature-text p {
  font-size: var(--size-body);
  line-height: var(--lh-relaxed);
  color: var(--neutral-700);
  margin-bottom: var(--space-md);
}

.nature-images {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.nature-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: var(--radius-sm);
}

.outdoor-areas h3 {
  font-family: var(--font-heading);
  font-size: var(--size-heading-2);
  font-weight: var(--weight-medium);
  color: var(--neutral-900);
  margin-bottom: var(--space-lg);
  text-align: center;
}

.area-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-lg);
}

.area-card {
  background-color: var(--neutral-50);
  padding: var(--space-xl);
  border-radius: var(--radius-md);
  border: 1px solid var(--neutral-200);
  transition: all var(--duration-standard) var(--easing-standard);
}

.area-card:hover {
  border-color: var(--primary-500);
  transform: translateY(-2px);
}

.area-card h4 {
  font-family: var(--font-heading);
  font-size: var(--size-body-large);
  font-weight: var(--weight-medium);
  color: var(--neutral-900);
  margin-bottom: var(--space-sm);
}

/* ===============================================
   ACTIVITY GRID
   =============================================== */

.activity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-lg);
}

.activity-card {
  background-color: var(--neutral-100);
  padding: var(--space-xl);
  border-radius: var(--radius-md);
  border-left: 4px solid var(--primary-500);
  transition: all var(--duration-standard) var(--easing-standard);
}

.activity-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-card);
}

.activity-card h3 {
  font-family: var(--font-heading);
  font-size: var(--size-heading-3);
  font-weight: var(--weight-medium);
  color: var(--neutral-900);
  margin-bottom: var(--space-sm);
}

.activity-card p {
  margin-bottom: var(--space-sm);
}

.activity-provider {
  font-size: var(--size-body-small);
  font-weight: var(--weight-light);
  color: var(--primary-600);
}

/* ===============================================
   ACCESSIBILITY SECTION
   =============================================== */

.transport-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-lg);
  margin-bottom: var(--space-2xl);
}

.transport-card {
  background-color: var(--neutral-100);
  padding: var(--space-xl);
  border-radius: var(--radius-md);
  text-align: center;
  transition: all var(--duration-standard) var(--easing-standard);
}

.transport-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
}

.transport-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto var(--space-md);
  color: var(--primary-600);
}

.transport-card h3 {
  font-family: var(--font-heading);
  font-size: var(--size-heading-3);
  font-weight: var(--weight-medium);
  color: var(--neutral-900);
  margin-bottom: var(--space-md);
}

.transport-card p {
  text-align: left;
  margin-bottom: var(--space-sm);
}

.transport-card strong {
  color: var(--neutral-900);
}

.practical-info h3 {
  font-family: var(--font-heading);
  font-size: var(--size-heading-2);
  font-weight: var(--weight-medium);
  color: var(--neutral-900);
  margin-bottom: var(--space-lg);
  text-align: center;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-lg);
}

.info-item {
  background-color: var(--neutral-50);
  padding: var(--space-lg);
  border-radius: var(--radius-md);
  border: 1px solid var(--neutral-200);
}

.info-item h4 {
  font-family: var(--font-heading);
  font-size: var(--size-body-large);
  font-weight: var(--weight-medium);
  color: var(--neutral-900);
  margin-bottom: var(--space-sm);
}

/* ===============================================
   FOOTER
   =============================================== */

.footer,
.yhteystiedot-section {
  background-color: var(--neutral-900);
  color: var(--neutral-200);
  padding: var(--space-2xl) 0 var(--space-lg);
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-lg);
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-2xl);
  margin-bottom: var(--space-2xl);
}

.footer-section h3 {
  font-family: var(--font-heading);
  font-size: var(--size-heading-3);
  font-weight: var(--weight-medium);
  color: var(--neutral-50);
  margin-bottom: var(--space-lg);
}

.trip-plan {
  margin-bottom: var(--space-lg);
}

.trip-plan h4 {
  font-family: var(--font-heading);
  font-size: var(--size-body-large);
  font-weight: var(--weight-medium);
  color: var(--primary-500);
  margin-bottom: var(--space-sm);
}

.contact-info p {
  margin-bottom: var(--space-sm);
}

.contact-info a {
  color: var(--primary-500);
  text-decoration: none;
  transition: color var(--duration-fast) var(--easing-standard);
}

.contact-info a:hover {
  color: var(--primary-600);
  text-decoration: underline;
}

.responsibility-tips {
  list-style: none;
}

.responsibility-tips li {
  position: relative;
  padding-left: var(--space-lg);
  margin-bottom: var(--space-sm);
}

.responsibility-tips li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--primary-500);
  font-weight: var(--weight-bold);
}

.footer-bottom {
  border-top: 1px solid var(--neutral-700);
  padding-top: var(--space-lg);
  text-align: center;
}

.footer-bottom p {
  font-size: var(--size-body-small);
  color: var(--neutral-500);
  margin-bottom: var(--space-xs);
}

.footer-note {
  font-style: italic;
}

/* ===============================================
   RESPONSIVE DESIGN
   =============================================== */

@media (max-width: 768px) {
  /* Typography adjustments */
  .hero-title {
    font-size: var(--size-display-xl-mobile);
  }
  
  .section-title {
    font-size: var(--size-heading-1-mobile);
  }
  
  .card-title,
  .transport-card h3,
  .footer-section h3 {
    font-size: var(--size-heading-3-mobile);
  }
  
  /* Layout adjustments */
  .hero {
    height: 350px;
    margin-top: 80px; /* Tila fixed navigation:lle */
  }
  
  .hero-container {
    padding: 80px var(--space-sm) var(--space-2xl);
  }
  
  .hero-background {
    opacity: 0.4;
  }
  
  .content-section {
    padding: var(--space-2xl) 0;
  }
  
  .section-container {
    padding: 0 var(--space-sm);
  }
  
  .section-header {
    margin-bottom: var(--space-lg);
  }
  
  /* Navigation mobile */
  .nav-container {
    padding: 0 var(--space-sm);
    justify-content: space-between; /* Tila logo ja menu toggle välillä */
  }
  
  .nav-logo {
    position: relative; /* Normaali sijainti mobiilissa */
  }
  
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--neutral-50);
    flex-direction: column;
    padding: var(--space-md);
    box-shadow: var(--shadow-card);
    gap: var(--space-md);
  }
  
  .nav-links.active {
    display: flex;
  }
  
  .nav-links a {
    font-size: var(--size-body-md);
    padding: var(--space-sm) 0;
    border-bottom: 1px solid var(--neutral-200);
  }
  
  .nav-links li:last-child a {
    border-bottom: none;
  }
  
/* Mobile menu toggle - piilotettu työpöydällä */
.mobile-menu-toggle {
  display: none;
}

@media (max-width: 768px) {
  /* Mobile menu toggle */
  .mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 20px;
    height: 16px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
  }
  
  .mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--primary-900);
    transition: all 0.3s ease;
  }
  
  .mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  
  .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  
  .mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
  }
  
  /* Grid adjustments */
  .museum-grid {
    grid-template-columns: 1fr;
  }
  
  .activity-grid {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
  }
  
  .transport-options {
    grid-template-columns: 1fr;
  }
  
  .area-cards {
    grid-template-columns: 1fr;
  }
  
  .nature-layout {
    grid-template-columns: 1fr;
  }
  
  .nature-images {
    grid-template-columns: 1fr;
  }
  
  .nature-image:first-child {
    grid-column: 1;
  }
  .info-grid {
    grid-template-columns: 1fr;
    gap: var(--space-md);
  }
  
  .nature-content {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
  }
  
  .nature-images {
    grid-template-columns: 1fr;
  }
  
  .nature-image:first-child {
    grid-column: 1;
  }
  
  /* Card adjustments */
  .museum-card {
    padding: 0;
  }
  
  .activity-card,
  .transport-card {
    padding: var(--space-lg);
  }
  
  .footer-content {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 40px;
  }
  
  .section-title {
    font-size: 32px;
  }
  
  .hero {
    height: 600px;
    margin-top: 80px; /* Tila fixed navigation:lle */
  }
  
  .hero-container {
    padding: 110px var(--space-sm) var(--space-xl);
  }
  
  .hero-background {
    opacity: 1;
    object-position: center 0;
  }
  
  .hero-container {
    background: 
      linear-gradient(135deg, rgba(250, 250, 248, 0.5) 0%, rgba(245, 244, 240, 0.3) 50%, rgba(250, 250, 248, 0.5) 100%),
      linear-gradient(to bottom, rgba(250, 250, 248, 0.1) 0%, rgba(250, 250, 248, 0.7) 60%, rgba(250, 250, 248, 0.7) 100%);
    background-position: center 100px, center 100px;
  }
  
  /* Navigation adjustments for very small screens */
  .nav-container {
    padding: 0 var(--space-sm);
  }
  
  .nav-logo h2 {
    font-size: var(--size-heading-4);
  }
  
  .mobile-menu-toggle {
    width: 20px;
    height: 16px;
  }
  
  .mobile-menu-toggle span {
    height: 2px;
  }
  
  .nav-links {
    padding: var(--space-md);
  }
  
  .nav-links a {
    font-size: var(--size-body-md);
    padding: var(--space-sm) 0;
  }
  
  .museum-card {
    padding: 0;
  }
  
  .activity-card,
  .transport-card {
    padding: var(--space-md);
  }
}

/* ===============================================
   ACCESSIBILITY & MOTION
   =============================================== */

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  
  html {
    scroll-behavior: auto;
  }
}

/* Focus styles for accessibility */
a:focus,
button:focus {
  outline: 2px solid var(--primary-500);
  outline-offset: 2px;
}

/* Ensure sufficient contrast */
::selection {
  background-color: var(--primary-500);
  color: white;
}

/* High contrast support */
@media (prefers-contrast: high) {
  :root {
    --neutral-500: #6B6B66;
    --primary-600: #4A2020;
  }
}