<style>
        body, h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; }
        p, li { font-family: 'Open Sans', sans-serif; }
        
        body { background-color: #121212; color: #f4f4f4; }
        .bg-smoke { background-color: #1a1a1a; }
        .bg-card { background-color: #222222; }
        .text-copper { color: #d97736; }
        .bg-copper { background-color: #d97736; color: #fff; }

        /* Top Navbar Style med Centreret Menu */
        .nav-bar {
            background-color: rgba(18, 18, 18, 0.95);
            border-bottom: 1px solid #2a2a2a;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 12px 24px;
            position: relative;
        }

        .brand-logo {
            text-decoration: none;
            color: #fff;
            display: inline-block;
            text-align: center;
            line-height: 1.1;
        }
        .brand-logo b {
            font-size: 1.3rem;
            border-top: 2px solid #fff;
            border-bottom: 2px solid #fff;
            padding: 2px 0;
            display: block;
            letter-spacing: 1.5px;
        }
        .brand-logo span {
            font-size: 0.75rem;
            letter-spacing: 5px;
            color: #aaa;
            display: block;
            margin-top: 2px;
        }

        .nav-center-links {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 8px;
        }
        
        .hero-logo {
            max-width: 480px;
            width: 90%;
            height: auto;
            margin-bottom: 24px;
            filter: drop-shadow(0px 8px 16px rgba(0,0,0,0.8));
            transition: transform 0.3s ease;
        }
        .hero-logo:hover {
            transform: scale(1.5);
        }

        /* CTA Button */
        .btn-copper {
            background-color: #d97736;
            color: #fff;
            padding: 14px 36px;
            font-weight: 700;
            border-radius: 4px;
            text-transform: uppercase;
            letter-spacing: 1px;
            display: inline-block;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        .btn-copper:hover {
            background-color: #b85f26;
            transform: translateY(-2px);
            color: #fff;
        }

        /* Galleri billeder */
        .gallery-card {
            border-radius: 8px;
            overflow: hidden;
            border: 1px solid #2a2a2a;
            transition: transform 0.3s ease, border-color 0.3s ease;
        }
        .gallery-card:hover {
            transform: translateY(-5px);
            border-color: #d97736;
        }
        .gallery-card img {
            width: 100%;
            height: 220px;
            object-fit: cover;
            display: block;
        }

        /* Metoder & Udstyr Kort */
        .method-card {
            background-color: #1e1e1e;
            border: 1px solid #2a2a2a;
            border-radius: 8px;
            padding: 28px 20px;
            height: 100%;
            transition: all 0.3s ease;
        }
        .method-card:hover {
            border-color: #d97736;
            transform: translateY(-5px);
        }
        .method-icon {
            font-size: 2.5rem;
            color: #d97736;
            margin-bottom: 16px;
        }

        /* Koncept Boks Style */
        .concept-card {
            background-color: #1e1e1e;
            border-left: 4px solid #d97736;
            border-radius: 8px;
            padding: 36px;
            margin-top: 24px;
        }

        /* Menu Sektion Kort Style */
        .menu-card-full {
            background-color: #1e1e1e;
            border: 1px solid #2a2a2a;
            border-radius: 8px;
            padding: 32px;
            margin-bottom: 24px;
            transition: all 0.3s ease;
        }
        .menu-card-full:hover {
            border-color: #d97736;
            transform: translateY(-3px);
            box-shadow: 0 8px 24px rgba(217, 119, 54, 0.15);
        }
        .menu-badge {
            background-color: #d97736;
            color: #fff;
            font-size: 0.75rem;
            font-weight: 700;
            padding: 4px 12px;
            border-radius: 20px;
            letter-spacing: 1px;
            text-transform: uppercase;
            display: inline-block;
            margin-bottom: 12px;
        }
        .menu-price {
            font-size: 2rem;
            font-weight: 900;
            color: #d97736;
        }
        
        /* PERMANENT BILLEDE UNDER HVER UDSKÆRING */
        .menu-list {
            list-style: none;
            padding-left: 0;
            margin: 20px 0;
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            gap: 16px;
        }
        .menu-item-box {
            background-color: #141414;
            border-left: 3px solid #d97736;
            border-radius: 6px;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .menu-item-header {
            padding: 10px 12px;
            font-weight: 700;
            font-size: 0.95rem;
            display: flex;
            align-items: center;
        }
        .animal-emoji {
            font-size: 1.1rem;
            margin-right: 8px;
        }
        
        .inline-meat-preview {
            padding: 0 10px 10px 10px;
            background-color: #141414;
        }
        .inline-meat-preview img {
            width: 100%;
            height: 120px;
            object-fit: cover;
            border-radius: 4px;
            cursor: pointer;
            transition: all 0.2s ease;
            border: 1px solid #2a2a2a;
        }
        .inline-meat-preview img:hover {
            transform: scale(1.03);
            border-color: #d97736;
            box-shadow: 0 4px 12px rgba(0,0,0,0.5);
        }

        /* MODAL BILLEDE-POPUP STYLE */
        .meat-modal-content {
            background-color: #1a1a1a;
            color: #fff;
            border: 2px solid #d97736;
            border-radius: 12px;
            overflow: hidden;
            max-width: 650px;
            margin: auto;
        }
        .meat-modal-img {
            width: 100%;
            max-height: 380px;
            object-fit: cover;
        }

        /* KØD KARUSEL STYLES */
        .meat-slider-container {
            position: relative;
            background-color: #1e1e1e;
            border: 1px solid #2a2a2a;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.5);
        }
        .meat-slide { display: none; }
        .meat-slide-active { display: block; }
        .meat-image-container img {
            width: 100%;
            height: 380px;
            object-fit: cover;
            border-radius: 8px;
        }
        .slider-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(18, 18, 18, 0.85);
            color: #d97736;
            border: 2px solid #d97736;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
        }
        .slider-btn:hover {
            background-color: #d97736;
            color: #fff;
            transform: translateY(-50%) scale(1.1);
        }
        .slider-btn-left { left: -20px; }
        .slider-btn-right { right: -20px; }

        /* ANMELDELSES SLIDESHOW STYLES */
        .testimonial-slider-container {
            position: relative;
            max-width: 850px;
            margin: 0 auto;
        }
        .testimonial-slide {
            display: none;
            animation: fadeIn 0.8s ease-in-out;
        }
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .testimonial-card-slide {
            background-color: #1e1e1e;
            border-left: 5px solid #d97736;
            border-radius: 8px;
            padding: 40px;
            text-align: center;
            box-shadow: 0 8px 24px rgba(0,0,0,0.4);
        }
        .stars { 
            color: #FFD700; 
            font-size: 2.2rem; 
            margin-bottom: 16px; 
            letter-spacing: 4px;
            filter: drop-shadow(0 2px 4px rgba(255, 215, 0, 0.3));
        }
        .quote-mark {
            font-size: 2.5rem;
            color: #d97736;
            line-height: 0;
            vertical-align: -10px;
            font-family: Georgia, serif;
        }
        .dots-container {
            text-align: center;
            margin-top: 20px;
        }
        .dot {
            cursor: pointer;
            height: 12px;
            width: 12px;
            margin: 0 5px;
            background-color: #333;
            border-radius: 50%;
            display: inline-block;
            transition: background-color 0.3s ease, transform 0.3s ease;
        }
        .dot.active, .dot:hover {
            background-color: #d97736;
            transform: scale(1.2);
        }

        /* --- ORIGINALE FARVER TIL INSTAGRAM & FACEBOOK IKONER & MAIL --- */
        .some-card {
            background-color: #1a1a1a;
            border: 1px solid #2a2a2a;
            border-radius: 8px;
            padding: 32px 20px;
            transition: all 0.3s ease;
            text-decoration: none;
            display: block;
            color: #fff;
            height: 100%;
        }
        .some-card:hover {
            border-color: #444;
            transform: translateY(-5px);
            background-color: #222;
        }
        
        .some-icon {
            font-size: 4.5rem;
            margin-bottom: 16px;
            transition: transform 0.3s ease;
        }
        .some-card:hover .some-icon {
            transform: scale(1.1);
        }

        /* Original Facebook Blå */
        .icon-facebook {
            color: #1877F2;
        }

        /* Original Instagram Gradient */
        .icon-instagram {
            background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        /* Mail Ikon */
        .icon-email {
            color: #d97736;
        }

        .footer-logo {
            max-width: 180px;
            height: auto;
            margin-bottom: 20px;
            opacity: 0.9;
        }
        .status-icon {
            font-size: 2rem;
            color: #d97736;
            margin-bottom: 8px;
        }

        .hero-title {
            font-size: 3.2rem;
            font-weight: 900;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        @media (max-width: 992px) {
            .nav-center-links { display: none; }
        }
        @media (max-width: 600px) {
            .hero-title { font-size: 2rem; }
            .hero-logo { max-width: 320px; }
            .some-icon { font-size: 3.5rem; }
            .menu-card-full { padding: 20px; }
            .menu-list { grid-template-columns: 1fr; }
            .meat-image-container img { height: 250px; }
            .slider-btn-left { left: 5px; }
            .slider-btn-right { right: 5px; }
            .concept-card { padding: 20px; }
            .testimonial-card-slide { padding: 24px; }
            .stars { font-size: 1.8rem; }
        }
        
        /* Gmail Rød til E-mail ikon */
				.icon-email {
				    color: #EA4335;
				}
				
				.logo-container {
				  position: relative;
				  display: inline-block; /* Tilpasser sig logoets størrelse */
				}

				
				/* Teksten bagved */
				.background-text {
				  position: absolute;
				  top: 50%;
				  left: 50%;
				  transform: translate(-50%, -50%); /* Centrerer teksten præcist i midten */
				  z-index: 1;                       /* Lavere lag-værdi */
				  
				  /* Styling af teksten */
				  font-size: 2rem;
				  /* font-weight: bold; */
				  color: #333;
				  white-space: nowrap;               /* Forhindrer at teksten ombrydes */
				}

				/* Logoet foran */
				.logo-image {
				  position: relative;
				  z-index: 2;                       /* Højere lag-værdi skubbes forrest */
				  display: block;
				}
        
        
    </style>