<style>
        /* Stops links from turning purple after being clicked */
        a, a:visited {
            color: inherit;
            text-decoration: none;
        }

        /* Specifically for your carousel items to keep text white */
        .nav-item, .nav-item:visited {
            color: white !important;
        }

        /* Keeps the gold hover effect working */
        .main-header ul li a:hover,
        .main-header ul li a:active {
            color: #d6b58e !important;
        }
        html {
            scroll-behavior: smooth;
            scroll-padding-top: 80px; 
        }

        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Georgia', serif; }
        body { 
            background-color: #fdfaf6; 
            color: #333; 
            line-height: 1.6; 
            overflow-x: hidden; 
            -webkit-tap-highlight-color: transparent; 
        }

        /* --- Global Button Logic --- */
        .btn { 
            padding: 16px 32px; 
            text-decoration: none; 
            border-radius: 50px; 
            font-size: 0.85rem; 
            text-transform: uppercase; 
            font-weight: 600; 
            letter-spacing: 1.2px; 
            transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1); 
            display: inline-flex; 
            align-items: center; 
            justify-content: center; 
            min-width: 230px; 
            box-shadow: 0 4px 6px rgba(0,0,0,0.05);
            border: none;
            cursor: pointer;
            color: white !important;
        }

        .btn i { margin-right: 12px; font-size: 1rem; color: white !important; }

        .btn-primary { background: #d6b58e; }
        @media (hover: hover) {
            .btn-primary:hover { 
                background-color: #4a4a4a; 
                transform: translateY(-2px);
                box-shadow: 0 8px 15px rgba(0,0,0,0.1);
            }
        }
        .btn-primary:active { 
            transform: scale(0.96); 
            background-color: #4a4a4a !important; 
            transition: 0.05s; 
        }

        /* --- Social Icons styling --- */
        .social-links { 
            display: flex; 
            justify-content: center; 
            gap: 40px; 
            width: 100%;
        }

        .social-links a { 
            color: white; 
            font-size: 2.5rem; 
            transition: all 0.2s ease; 
            text-decoration: none; 
            display: inline-block;
        }

        @media (hover: hover) {
            .social-links a:hover { color: #d6b58e; transform: translateY(-5px); }
        }
        .social-links a:active { 
            transform: scale(0.85); 
            color: #d6b58e; 
            transition: 0.05s;
        }

        /* --- Header & Nav --- */
        .main-header {
            background: #f7f4ef;
            padding: 20px 5%;
            border-bottom: 1px solid #eee;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        @media (min-width: 769px) {
            .main-header { flex-direction: column; padding: 30px 5%; }
            .main-header .logo-img { height: 110px; margin-bottom: 20px; }
            .main-header ul { display: flex; list-style: none; gap: 30px; }
            .desktop-hide { display: none !important; }
        }

        @media (max-width: 768px) {
            .main-header { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
            .main-header ul { display: none; } 
            .main-header .logo-img { height: 70px; grid-column: 2; }
            .header-call-left { justify-self: start; }
            .header-menu-right { justify-self: end; }
            .header-icon-btn { 
                background: none; border: none; font-size: 1.4rem; color: #555; cursor: pointer;
                width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
                text-decoration: none; transition: transform 0.2s;
            }
        }

        .main-header ul li a { text-decoration: none; color: #555; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 2px; transition: 0.3s; }
        .main-header ul li a:hover { color: #d6b58e; }

        .sticky-navbar {
            position: fixed; top: 0; left: 0; width: 100%;
            background: #f7f4ef; padding: 10px 5%;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            display: flex; align-items: center; justify-content: space-between;
            z-index: 1000; transform: translateY(-100%); opacity: 0;
            transition: all 0.4s ease;
        }
        .sticky-navbar.visible { transform: translateY(0); opacity: 1; }
        .logo-small { height: 40px; width: auto; }

        /* --- Sections --- */
        .hero { 
            background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), 
                        url('img/6.jpg'); 
            background-size: cover; background-position: center; 
            display: flex; flex-direction: column; justify-content: center; align-items: center;
            color: white; text-align: center;
            height: 65vh; padding: 0 20px;
        }
        @media (min-width: 769px) {
            .hero {
                background-position: center 30% !important;
            }
        }

        .follow-banner { 
            background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
                        url('img/2.jpg'); 
            background-size: cover; background-position: center; 
            
            display: flex; flex-direction: column; justify-content: center; align-items: center;
            color: white; text-align: center;
            padding: 80px 20px; margin-top: 40px;
        }
        .follow-banner h2 { font-size: 2.2rem; margin-bottom: 30px; font-weight: normal; }

        .sugarbowlbakes-banner { 
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), 
                url('img/sbb-bg.png'); /* Consider using a cake photo here if you have one */
    background-size: cover; 
    background-position: center; 
    background-attachment: fixed; /* Optional: gives a nice parallax feel */
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
    color: white; 
    text-align: center;
    padding: 100px 20px; 
    margin-top: 60px;
}

.partner-logo {
    display: block;
    margin: 0 auto 20px auto;
    max-width: 200px; /* Make it big enough to see */
    height: auto;
    border: none !important;
    filter: none !important;
}

.sugarbowlbakes-banner h2 { 
    font-size: 2.5rem; 
    margin-bottom: 10px; 
    font-weight: 300; 
    letter-spacing: 1px;
}

.sugarbowlbakes-banner p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.btn-partner {
    display: inline-block;
    padding: 12px 30px;
    background-color: transparent;
    color: white;
    border: 2px solid white;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.btn-partner:hover {
    background-color: white;
    color: #333; /* Dark text on white background when hovered */
}

        .story-flex { display: flex; align-items: center; justify-content: center; gap: 50px; max-width: 1100px; margin: 0 auto; padding: 100px 5%; text-align: left;}
        .story-text { flex: 1; }
        .story-image { 
            flex: 0 0 320px; width: 320px; height: 320px; border-radius: 50%; overflow: hidden; 
            border: 8px solid white; box-shadow: 0 10px 30px rgba(0,0,0,0.1); 
        }
        .story-image img { width: 100%; height: 100%; object-fit: cover; }

        .container { padding: 80px 5%; text-align: center; } /* Adjusted padding to help alignment */
        .section-title { font-size: 2.4rem; margin-bottom: 20px; color: #2c2c2c; font-weight: normal; }
        .accent { color: #d6b58e; font-style: italic; }
        .accentnoitalic { color: #d6b58e; font-style: ; }

        .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px; max-width: 1100px; margin-left: auto; margin-right: auto; }
        .card { background: white; padding: 30px 20px; border-radius: 8px; box-shadow: 0 10px 25px rgba(0,0,0,0.03); border: 1px solid #f0f0f0; transition: transform 0.3s ease; text-align: left; }
        .card i { font-size: 2rem; color: #d6b58e; margin-bottom: 15px; display: block; text-align: center; }
        .card h3 { text-align: center; margin-bottom: 15px; }
        
        .card ul { list-style: none; padding: 0; margin: 10px 0; }
        .card ul li { margin-bottom: 6px; padding-left: 25px; position: relative; font-size: 0.95rem; }
        .card ul li::before { content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 0; color: #d6b58e; font-size: 0.8rem; }


        .card-link {
            text-decoration: none !important;
            color: inherit !important; /* Keeps your text dark gray/black */
            display: block; /* Ensures the whole card area is clickable */
            transition: all 0.3s ease;
            cursor: pointer;
        }

        /* Enhancing the hover effect since it's now a button */
        .card-link:hover {
            transform: translateY(-8px);
            border-color: #d6b58e; /* Adds a subtle gold border on hover */
            box-shadow: 0 15px 35px rgba(0,0,0,0.08);
        }

        /* Ensuring the text inside lists doesn't get messed up by being a link */
        .card-link ul {
            color: #333;
        }

        /* Mobile tap highlight fix */
        .card-link {
            -webkit-tap-highlight-color: transparent;
        }

/* 1. Force the card link to ignore the blue color */
.card-link {
    text-decoration: none !important;
    color: #333 !important; /* Forces your dark text color */
    display: flex;
    flex-direction: column;
}

/* 1. LAYOUT: Force the card to be a flex container so we can push the button to the bottom */
.card-link {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* Ensures all cards in a row are the same height */
}

/* Container for the text content so it doesn't squish the button */
.card-content {
    flex-grow: 1; 
}

/* 2. BUTTON STYLING: Mimics your .btn-primary style but sized for a card */
.btn-mock {
    display: block;
    background-color: #d6b58e; /* Your gold accent color */
    color: white !important;
    padding: 12px 20px;
    border-radius: 50px;
    text-align: center;
    margin-top: 25px;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.2px;
    transition: all 0.3s ease;
}

/* 3. HOVER LOGIC: When the user hovers anywhere on the card, the button reacts */
.card-link:hover .btn-mock {
    background-color: #4a4a4a; /* Matches your .btn-primary:hover color */
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Ensure price tag is centered and spaced above the button */
.price-tag {
    margin-top: 15px;
    text-align: center;
    font-size: 0.95rem;
}

/* 2. Ensure all text inside the card stays dark */
.card-link h3, 
.card-link p, 
.card-link li {
    color: #333 !important;
    text-decoration: none !important;
}

/* 3. Keep your icons gold */
.card-link i {
    color: #d6b58e !important;
}

/* 4. Stop the text from turning purple after clicking */
.card-link:visited {
    color: #333 !important;
}

/* 5. Optional: Make the title turn gold only when hovering over the card */
.card-link:hover h3 {
    color: #d6b58e !important;
    transition: 0.3s;
}




        .welfare-box { background: #fff; padding: 40px; border-radius: 12px; border-top: 4px solid #d6b58e; box-shadow: 0 5px 15px rgba(0,0,0,0.03); text-align: left; margin-bottom: 30px; }

        .contact-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 40px; }
        .tag-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 30px 0; }
        .area-tag { background: white; padding: 8px 18px; border-radius: 50px; border: 1px solid #d6b58e; font-size: 0.85rem; color: #4a4a4a; }

        @media (max-width: 768px) {
            .story-flex { flex-direction: column-reverse; text-align: center; padding: 60px 5%; }
            .story-image { flex: 0 0 250px; width: 250px; height: 250px; margin: 0 auto 20px auto; }
            .btn { width: 90%; max-width: 300px; min-width: auto; }
            .btn-mobile-adj { width: auto; max-width: 250px; text-transform: none !important; }
            .section-title { font-size: 2rem; }
            .desktop-only-nav { display: none !important; }
        }

        /* --- Mobile Overlay Menu --- */
        .mobile-menu {
            position: fixed; top: 0; right: -100%; width: 100%; height: 100%;
            background: #fdfaf6; z-index: 2000;
            display: flex; flex-direction: column; justify-content: center; align-items: center;
            transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .mobile-menu.active { right: 0; }
        .mobile-menu ul { list-style: none; text-align: center; }
        .mobile-menu ul li { margin: 18px 0; }
        .mobile-menu ul li a { font-size: 1.4rem; text-decoration: none; color: #333; text-transform: uppercase; letter-spacing: 2px; }
        .menu-close-btn { position: absolute; top: 20px; right: 20px; background: none; border: none; font-size: 2.2rem; color: #555; cursor: pointer; }
        .mobile-menu .social-links a { color: #5a5a5a; font-size: 2rem; }

        footer { 
    text-align: center; 
    padding: 60px 20px; 
    background: #333; 
    color: #bbb; 
    font-size: 0.8rem; 
}

.footer-links {
    margin-top: 10px; /* Adjusts the gap between the copyright and the link */
    display: block;
}

.footer-links a {
    color: #bbb;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}
        
        
        
        
        
                /* --- Navigation Carousel --- */
        .nav-carousel-container {
            padding: 60px 5%; /* Keeps the Title aligned */
            background: #fdfaf6;
            overflow: hidden; /* Prevents horizontal scrollbars on the whole page */
        }


        .nav-carousel {
            display: flex;
            gap: 20px;
            overflow-x: auto;
            padding: 20px 5%; 
            margin: 0 -5.5%; 
            scrollbar-width: none; 
            -ms-overflow-style: none;  
            -webkit-overflow-scrolling: touch;
            
            /* ADD THIS LINE: This allows the cards to center if they don't fill the width */
            justify-content: center; 
        }

        /* MOBILE OVERRIDE */
        @media (max-width: 768px) {
            .nav-carousel {
                /* On mobile, we change center back to flex-start 
                   so the first card starts at the left edge to allow swiping */
                justify-content: flex-start; 
            }
        }
        .nav-carousel::-webkit-scrollbar {
            display: none; /* Chrome/Safari */
        }

        .nav-item {
            flex: 0 0 280px; /* Width of each button */
            aspect-ratio: 1 / 1; /* Makes it perfectly square */
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            text-decoration: none;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }

        .nav-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .nav-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 60%);
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 25px;
            color: white;
        }

        .nav-overlay h3 {
            font-size: 1.4rem;
            margin-bottom: 5px;
            font-family: 'Georgia', serif;
        }

        .nav-overlay span {
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            opacity: 0.9;
        }

        @media (hover: hover) {
            .nav-item:hover {
                transform: translateY(-10px);
                box-shadow: 0 15px 30px rgba(0,0,0,0.15);
            }
            .nav-item:hover img {
                transform: scale(1.1);
            }
        }

        @media (max-width: 768px) {
            .nav-item {
                flex: 0 0 240px; /* Slightly smaller on mobile */
            }
            .nav-carousel-container {
                padding: 40px 5%;
            }
        }

        /* OPT-IN TO CROSS-DOCUMENT VIEW TRANSITIONS */
        @view-transition {
            navigation: auto;
        }

        /* Ensure the page has a solid background so the slides don't overlap transparently */
        html {
            background-color: #f8f3fc; /* Your light purple theme color */
        }

        /* VIEW TRANSITIONS - SLIDE IN/OUT */
        @media (prefers-reduced-motion: no-preference) {
            /* Define the animations */
            @keyframes slide-out-left {
                to { transform: translateX(-100%); }
            }

            @keyframes slide-in-right {
                from { transform: translateX(100%); }
            }

            /* Apply the animations */
            ::view-transition-old(root) {
                animation: 0.4s cubic-bezier(0.4, 0, 0.2, 1) both slide-out-left;
            }

            ::view-transition-new(root) {
                animation: 0.4s cubic-bezier(0.4, 0, 0.2, 1) both slide-in-right;
            }
        }
    </style>