  :root {
    --cream: #F9F6F0;
    --warm-white: #FEFCF8;
    --charcoal: #1C1C1E;
    --text-muted: #6B6B6B;
    --accent: #2D6A4F;
    --accent-light: #B7E4C7;
    --accent-pale: #F0F7F4;
    --gold: #B5852A;
    --gold-light: #FDF3DC;
    --border: #E8E2D9;
    --red: #C0392B;
    --section2: #C4C5BA;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  body { font-family: 'DM Sans', sans-serif; background: var(--warm-white); color: var(--charcoal); }
  h1, h2, h3, .logo { font-family: 'Playfair Display', serif; }

  /* NAV */
  nav {
    position: fixed; top: 0; width: 100%; z-index: 1000;
    background: rgba(254,252,248,0.95); backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--border);
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 3rem; height: 64px;
  }
  .logo { font-size: 1.35rem; font-weight: 700; color: var(--accent); letter-spacing: -0.5px; }
  .logo span { color: var(--gold); }
  .nav-links { display: flex; gap: 2rem; list-style: none; }
  .nav-links a { text-decoration: none; color: var(--charcoal); font-size: 0.9rem; font-weight: 400; transition: color 0.2s; }
  .nav-links a:hover { color: var(--accent); }
  .nav-btn {
    background: var(--accent); color: white; border: none; padding: 0.45rem 1.1rem;
    border-radius: 6px; font-family: 'DM Sans', sans-serif; font-size: 0.85rem; cursor: pointer; transition: background 0.2s;
  }
  .nav-btn:hover { background: #235740; }

  /* PAGES */
  .page { display: none; }
  .page.active { display: block; }

  /* HERO */
  .hero {
    height: 100vh; position: relative; overflow: hidden;
    display: flex; align-items: flex-end; padding-bottom: 6rem;
  }
  .hero-bg {
    position: absolute; inset: 0; z-index: 0;
    background: linear-gradient(160deg, #1a3a2a 0%, #2D6A4F 40%, #4a9e72 100%);
  }
  .hero-pattern {
    position: absolute; inset: 0; z-index: 1; opacity: 0.06;
    background-image: radial-gradient(circle at 2px 2px, white 1px, transparent 0);
    background-size: 32px 32px;
  }
  .hero-img-overlay {
    position: absolute; inset: 0; z-index: 2;
    background: url('https://uploads.naturkartan-cdn.se/a680486f3b8f554af29ee1299f10e4ca.jpg') center/cover;
    opacity: 0.35;
  }
  .hero-content { position: relative; z-index: 3; padding: 0 3rem; max-width: 700px; }
  .hero-tag {
    display: inline-block; background: var(--gold); color: white;
    font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase;
    padding: 0.3rem 0.8rem; border-radius: 3px; margin-bottom: 1.2rem;
  }
  .hero h1 { font-size: clamp(2.5rem, 5vw, 4rem); color: white; line-height: 1.15; margin-bottom: 1rem; }
  .hero p { color: rgba(255,255,255,0.8); font-size: 1.05rem; line-height: 1.7; max-width: 480px; margin-bottom: 2rem; }
  .hero-cta {
    display: inline-flex; gap: 1rem; flex-wrap: wrap;
  }
  .btn-primary {
    background: white; color: var(--accent); border: none;
    padding: 0.75rem 1.8rem; border-radius: 8px; font-family: 'DM Sans', sans-serif;
    font-weight: 500; font-size: 0.95rem; cursor: pointer; transition: all 0.2s; text-decoration: none; display: inline-block;
  }
  .btn-primary:hover { background: var(--accent-pale); }
  .btn-outline {
    background: transparent; color: white; border: 1.5px solid rgba(255,255,255,0.5);
    padding: 0.75rem 1.8rem; border-radius: 8px; font-family: 'DM Sans', sans-serif;
    font-weight: 400; font-size: 0.95rem; cursor: pointer; transition: all 0.2s; text-decoration: none; display: inline-block;
  }
  .btn-outline:hover { border-color: white; background: rgba(255,255,255,0.1); }

  /* MAP SECTION */
  .section { padding: 6rem 3rem; background: var(--cream); }
  .section-header { text-align: center; margin-bottom: 3rem; }
  .section-tag { font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); font-weight: 500; margin-bottom: 0.5rem; }
  .section-header h2 { font-size: 2.2rem; color: var(--charcoal); }
  .section-header p { color: var(--text-muted); margin-top: 0.5rem; max-width: 500px; margin-left: auto; margin-right: auto; }
  #map { height: 520px; border-radius: 16px; border: 1px solid var(--border); box-shadow: 0 4px 24px rgba(0,0,0,0.08); }
  .leaflet-popup-content-wrapper { border-radius: 12px; box-shadow: 0 8px 32px rgba(0,0,0,0.15); font-family: 'DM Sans', sans-serif; }
  .map-popup h3 { font-family: 'Playfair Display', serif; font-size: 1rem; margin-bottom: 0.3rem; color: var(--charcoal); }
  .map-popup p { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 0.6rem; }
  .map-popup-btn {
    display: inline-block; background: var(--accent); color: white;
    padding: 0.3rem 0.8rem; border-radius: 5px; font-size: 0.8rem; cursor: pointer; border: none; font-family: 'DM Sans', sans-serif;
  }

  /* CUSTOM MARKER */
  .map-marker {
    background: var(--accent); color: white; border: 2.5px solid white;
    width: 32px; height: 32px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: 600; font-size: 0.8rem; font-family: 'DM Sans', sans-serif;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2); cursor: pointer;
  }

  /* ATTRACTION LIST */
  .attractions-section { background: var(--section2); }
  .attractions-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem; margin-top: 2rem;
  }
  .attraction-card {
    background: white; border-radius: 14px; border: 1px solid var(--border);
    overflow: hidden; transition: all 0.25s; cursor: pointer;
  }
  .attraction-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,0.1); }
  .card-num {
    display: inline-flex; align-items: center; justify-content: center;
    width: 28px; height: 28px; background: var(--accent); color: white;
    border-radius: 50%; font-size: 0.78rem; font-weight: 600; flex-shrink: 0;
  }
  .card-body { padding: 1.1rem 1.2rem; display: flex; align-items: center; gap: 0.9rem; }
  .card-info h3 { font-size: 1.2rem; font-family: 'Playfair Display', serif; color: var(--charcoal); margin-bottom: 0.2rem; }
  .card-info p { font-size: 0.8rem; color: var(--text-muted); }
  .card-link { font-size: 0.8rem; color: var(--accent); font-weight: 500; margin-left: auto; flex-shrink: 0; }

  /* ABOUT */
  .about-section { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; padding: 6rem 3rem; }
  .about-img { border-radius: 16px; overflow: hidden; height: 400px; }
  .about-img img { width: 100%; height: 100%; object-fit: cover; }
  .about-text .section-tag { display: block; }
  .about-text h2 { font-size: 2rem; margin-bottom: 1rem; line-height: 1.25; }
  .about-text p { color: var(--text-muted); line-height: 1.8; margin-bottom: 1rem; }

  /* FOOTER */
  footer { background: var(--charcoal); color: rgba(255,255,255,0.6); text-align: center; padding: 2rem; font-size: 0.85rem; }

  /* ATTRACTION PAGE */
  .attraction-page { padding-top: 64px; }
  .back-btn {
    display: inline-flex; align-items: center; gap: 0.5rem;
    color: var(--accent); text-decoration: none; font-size: 0.9rem; font-weight: 500;
    padding: 1.5rem 3rem; cursor: pointer; background: none; border: none; font-family: 'DM Sans', sans-serif;
  }
  .back-btn:hover { opacity: 0.7; }

  /* SLIDESHOW */
  .slideshow { position: relative; height: 480px; background: #111; overflow: hidden; }
  .slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0.6s; }
  .slide.active { opacity: 1; }
  .slide img { width: 100%; height: 100%; object-fit: contain; }
  .slide-controls { position: absolute; bottom: 1.2rem; left: 50%; transform: translateX(-50%); display: flex; gap: 0.5rem; z-index: 10; }
  .slide-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.5); border: none; cursor: pointer; transition: all 0.2s; }
  .slide-dot.active { background: white; width: 22px; border-radius: 4px; }
  .slide-prev, .slide-next {
    position: absolute; top: 50%; transform: translateY(-50%); z-index: 10;
    background: rgba(255,255,255,0.9); border: none; border-radius: 50%;
    width: 40px; height: 40px; cursor: pointer; font-size: 1.1rem; display: flex; align-items: center; justify-content: center;
    transition: background 0.2s;
  }
  .slide-prev { left: 1.2rem; }
  .slide-next { right: 1.2rem; }
  .slide-prev:hover, .slide-next:hover { background: white; }

  /* ATTRACTION DETAIL */
  .attraction-detail { max-width: 860px; margin: 0 auto; padding: 3rem; }
  .attraction-detail h1 { font-size: 2.2rem; margin-bottom: 0.5rem; }
  .attraction-detail .tagline { color: var(--text-muted); font-size: 1.05rem; margin-bottom: 2rem; }
  .detail-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 3rem; }
  .info-text { line-height: 1.8; color: #444; }
  .hours-card { background: var(--cream); border-radius: 12px; padding: 1.5rem; border: 1px solid var(--border); }
  .hours-card h3 { font-size: 1rem; margin-bottom: 1rem; color: var(--charcoal); }
  .hours-row { display: flex; justify-content: space-between; align-items: center; padding: 0.4rem 0; border-bottom: 1px solid var(--border); font-size: 0.88rem; }
  .hours-row:last-child { border-bottom: none; }
  .hours-row .day { color: var(--text-muted); }
  .hours-row .time { font-weight: 500; color: var(--charcoal); }
  .hours-row .closed { color: var(--red); font-weight: 500; }
  .social-links { display: flex; gap: 0.75rem; margin-top: 2rem; flex-wrap: wrap; }
  .social-link {
    display: inline-flex; align-items: center; gap: 0.45rem;
    background: white; border: 1px solid var(--border); border-radius: 8px;
    padding: 0.5rem 1rem; font-size: 0.85rem; text-decoration: none; color: var(--charcoal);
    transition: all 0.2s;
  }
  .social-link:hover { border-color: var(--accent); color: var(--accent); }
  .social-icon { width: 18px; height: 18px; }

  /* ADMIN */
  .admin-page { padding-top: 64px; min-height: 100vh; background: var(--cream); }
  .admin-header { background: white; border-bottom: 1px solid var(--border); padding: 2rem 3rem; }
  .admin-header h1 { font-size: 1.6rem; }
  .admin-header p { color: var(--text-muted); font-size: 0.9rem; margin-top: 0.3rem; }
  .admin-body { max-width: 900px; margin: 0 auto; padding: 2.5rem 3rem; }
  .admin-tabs { display: flex; gap: 0; margin-bottom: 2rem; border-bottom: 2px solid var(--border); }
  .admin-tab {
    padding: 0.75rem 1.5rem; background: none; border: none; cursor: pointer;
    font-family: 'DM Sans', sans-serif; font-size: 0.9rem; color: var(--text-muted);
    border-bottom: 2px solid transparent; margin-bottom: -2px; transition: all 0.2s;
  }
  .admin-tab.active { color: var(--accent); border-bottom-color: var(--accent); font-weight: 500; }
  .admin-section { display: none; }
  .admin-section.active { display: block; }
  .form-group { margin-bottom: 1.4rem; }
  .form-group label { display: block; font-size: 0.85rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.4rem; }
  .form-group input, .form-group textarea, .form-group select {
    width: 100%; padding: 0.65rem 0.9rem; border: 1.5px solid var(--border); border-radius: 8px;
    font-family: 'DM Sans', sans-serif; font-size: 0.9rem; background: white; color: var(--charcoal);
    transition: border-color 0.2s;
  }
  .form-group input:focus, .form-group textarea:focus, .form-group select:focus {
    outline: none; border-color: var(--accent);
  }
  .form-group textarea { min-height: 100px; resize: vertical; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .btn-save {
    background: var(--accent); color: white; border: none; padding: 0.7rem 2rem;
    border-radius: 8px; font-family: 'DM Sans', sans-serif; font-size: 0.9rem; font-weight: 500;
    cursor: pointer; transition: background 0.2s;
  }
  .btn-save:hover { background: #235740; }
  .btn-cancel {
    background: transparent; color: var(--text-muted); border: 1.5px solid var(--border);
    padding: 0.7rem 1.5rem; border-radius: 8px; font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem; cursor: pointer; margin-left: 0.75rem;
  }
  .admin-card { background: white; border-radius: 12px; border: 1px solid var(--border); padding: 1.5rem; margin-bottom: 1.2rem; }
  .admin-card h3 { font-size: 1rem; font-family: 'Playfair Display', serif; margin-bottom: 0.3rem; }
  .admin-card p { font-size: 0.85rem; color: var(--text-muted); }
  .admin-card-actions { display: flex; gap: 0.5rem; margin-top: 0.8rem; }
  .btn-edit {
    font-size: 0.8rem; padding: 0.35rem 0.9rem; border-radius: 6px; border: 1.5px solid var(--border);
    background: white; cursor: pointer; font-family: 'DM Sans', sans-serif; color: var(--charcoal); transition: all 0.2s;
  }
  .btn-edit:hover { border-color: var(--accent); color: var(--accent); }
  .login-card {
    max-width: 400px; margin: 6rem auto; background: white; border-radius: 16px;
    border: 1px solid var(--border); padding: 2.5rem;
  }
  .login-card h2 { margin-bottom: 0.3rem; font-size: 1.5rem; }
  .login-card p { color: var(--text-muted); font-size: 0.88rem; margin-bottom: 1.8rem; }
  .login-error { color: var(--red); font-size: 0.85rem; margin-top: -0.5rem; margin-bottom: 1rem; display: none; }
  .badge {
    display: inline-block; font-size: 0.7rem; padding: 0.2rem 0.6rem; border-radius: 4px;
    font-weight: 500; letter-spacing: 0.5px; text-transform: uppercase;
  }
  .badge-admin { background: var(--gold-light); color: var(--gold); }
  .badge-user { background: var(--accent-pale); color: var(--accent); }
  .success-msg {
    background: var(--accent-pale); color: var(--accent); padding: 0.75rem 1rem;
    border-radius: 8px; font-size: 0.88rem; margin-bottom: 1rem; display: none;
    border: 1px solid var(--accent-light);
  }
  .hours-editor .form-row { grid-template-columns: 1fr 1fr 1fr; }
  .image-previews { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 0.5rem; }
  .img-preview-wrap { position: relative; }
  .img-preview-wrap img { width: 80px; height: 60px; object-fit: cover; border-radius: 6px; border: 1px solid var(--border); }
  .img-remove {
    position: absolute; top: -6px; right: -6px; background: var(--red); color: white;
    border: none; border-radius: 50%; width: 18px; height: 18px; font-size: 0.65rem;
    cursor: pointer; display: flex; align-items: center; justify-content: center;
  }
  .separator { border: none; border-top: 1px solid var(--border); margin: 2rem 0; }