/* CSS Variables */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
:root {
    --butter-yellow: #F6EAC2;
    --pastry-brown: #5C3A21;
    --eggshell-blue: #E0F2FE;
    --caramel: #3D2B1A;
    --cream: #FFF8E7;
    --rich-brown: #2C1A0E;
    --shadow: rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;

    /* Slate */
    --slate-50: rgb(248 250 252);
    --slate-100: rgb(241 245 249);
    --slate-200: rgb(226 232 240);
    --slate-300: rgb(203 213 225);
    --slate-400: rgb(148 163 184);
    --slate-500: rgb(100 116 139);
    --slate-600: rgb(71 85 105);
    --slate-700: rgb(51 65 85);
    --slate-800: rgb(30 41 59);
    --slate-900: rgb(15 23 42);
    --slate-950: rgb(2 6 23);
    /* Gray */
    --gray-50: rgb(249 250 251);
    --gray-100: rgb(243 244 246);
    --gray-200: rgb(229 231 235);
    --gray-300: rgb(209 213 219);
    --gray-400: rgb(156 163 175);
    --gray-500: rgb(107 114 128);
    --gray-600: rgb(75 85 99);
    --gray-700: rgb(55 65 81);
    --gray-800: rgb(31 41 55);
    --gray-900: rgb(17 24 39);
    --gray-950: rgb(3 7 18);
    /* Zinc */
    --zinc-50: rgb(250 250 250);
    --zinc-100: rgb(244 244 245);
    --zinc-200: rgb(228 228 231);
    --zinc-300: rgb(212 212 216);
    --zinc-400: rgb(161 161 170);
    --zinc-500: rgb(113 113 122);
    --zinc-600: rgb(82 82 91);
    --zinc-700: rgb(63 63 70);
    --zinc-800: rgb(39 39 42);
    --zinc-900: rgb(24 24 27);
    --zinc-950: rgb(9 9 11);
    /* Stone */
    --stone-50: rgb(250 250 249);
    --stone-100: rgb(245 245 244);
    --stone-200: rgb(231 229 228);
    --stone-300: rgb(214 211 209);
    --stone-400: rgb(168 162 158);
    --stone-500: rgb(120 113 108);
    --stone-600: rgb(87 83 78);
    --stone-700: rgb(68 64 60);
    --stone-800: rgb(41 37 36);
    --stone-900: rgb(28 25 23);
    --stone-950: rgb(12 10 9);
    /* Red */
    --red-50: rgb(254 242 242);
    --red-100: rgb(254 226 226);
    --red-200: rgb(254 202 202);
    --red-300: rgb(252 165 165);
    --red-400: rgb(248 113 113);
    --red-500: rgb(239 68 68);
    --red-600: rgb(220 38 38);
    --red-700: rgb(185 28 28);
    --red-800: rgb(153 27 27);
    --red-900: rgb(127 29 29);
    --red-950: rgb(69 10 10);
    /* Amber */
    --amber-50: rgb(255 251 235);
    --amber-100: rgb(254 243 199);
    --amber-200: rgb(253 230 138);
    --amber-300: rgb(252 211 77);
    --amber-400: rgb(251 191 36);
    --amber-500: rgb(245 158 11);
    --amber-600: rgb(217 119 6);
    --amber-700: rgb(180 83 9);
    --amber-800: rgb(146 64 14);
    --amber-900: rgb(120 53 15);
    --amber-950: rgb(69 26 3);
    /* Emerald */
    --emerald-50: rgb(236 253 245);
    --emerald-100: rgb(209 250 229);
    --emerald-200: rgb(167 243 208);
    --emerald-300: rgb(110 231 183);
    --emerald-400: rgb(52 211 153);
    --emerald-500: rgb(16 185 129);
    --emerald-600: rgb(5 150 105);
    --emerald-700: rgb(4 120 87);
    --emerald-800: rgb(6 95 70);
    --emerald-900: rgb(6 78 59);
    --emerald-950: rgb(2 44 34);
    /* Blue */
    --blue-50: rgb(239 246 255);
    --blue-100: rgb(219 234 254);
    --blue-200: rgb(191 219 254);
    --blue-300: rgb(147 197 253);
    --blue-400: rgb(96 165 250);
    --blue-500: rgb(59 130 246);
    --blue-600: rgb(37 99 235);
    --blue-700: rgb(29 78 216);
    --blue-800: rgb(30 64 175);
    --blue-900: rgb(30 58 138);
    --blue-950: rgb(23 37 84);
    /* Indigo */
    --indigo-50: rgb(238 242 255);
    --indigo-100: rgb(224 231 255);
    --indigo-200: rgb(199 210 254);
    --indigo-300: rgb(165 180 252);
    --indigo-400: rgb(129 140 248);
    --indigo-500: rgb(99 102 241);
    --indigo-600: rgb(79 70 229);
    --indigo-700: rgb(67 56 202);
    --indigo-800: rgb(55 48 163);
    --indigo-900: rgb(49 46 129);
    --indigo-950: rgb(30 27 75);
    /* Pink */
    --pink-50: rgb(253 242 248);
    --pink-100: rgb(252 231 243);
    --pink-200: rgb(251 207 232);
    --pink-300: rgb(249 168 212);
    --pink-400: rgb(244 114 182);
    --pink-500: rgb(236 72 153);
    --pink-600: rgb(219 39 119);
    --pink-700: rgb(190 24 93);
    --pink-800: rgb(157 23 77);
    --pink-900: rgb(131 24 67);
    --pink-950: rgb(80 4 36);

	
	/* Emerald Green */
    --green-50: rgb(236 253 245);
    --green-100: rgb(209 250 229);
    --green-200: rgb(167 243 208);
    --green-300: rgb(110 231 183);
    --green-400: rgb(52 211 153);
    --green-500: rgb(16 185 129);
    --green-600: rgb(5 150 105);
    --green-700: rgb(4 120 87);
    --green-800: rgb(6 95 70);
    --green-900: rgb(6 78 59);
    --green-950: rgb(2 44 34);

    /* Rose Red */
    --red-50: rgb(255 241 242);
    --red-100: rgb(255 228 230);
    --red-200: rgb(254 205 211);
    --red-300: rgb(253 164 175);
    --red-400: rgb(251 113 133);
    --red-500: rgb(244 63 94);
    --red-600: rgb(225 29 72);
    --red-700: rgb(190 18 60);
    --red-800: rgb(159 18 57);
    --red-900: rgb(136 19 55);
    --red-950: rgb(76 5 25);

    /* Royal Purple */
    --purple-50: rgb(250 245 255);
    --purple-100: rgb(243 232 255);
    --purple-200: rgb(233 213 255);
    --purple-300: rgb(216 180 254);
    --purple-400: rgb(192 132 252);
    --purple-500: rgb(168 85 247);
    --purple-600: rgb(147 51 234);
    --purple-700: rgb(126 34 206);
    --purple-800: rgb(107 33 168);
    --purple-900: rgb(88 28 135);
    --purple-950: rgb(59 7 100);

    /* Sky Blue */
    --blue-50: rgb(239 246 255);
    --blue-100: rgb(219 234 254);
    --blue-200: rgb(191 219 254);
    --blue-300: rgb(147 197 253);
    --blue-400: rgb(96 165 250);
    --blue-500: rgb(59 130 246);
    --blue-600: rgb(37 99 235);
    --blue-700: rgb(29 78 216);
    --blue-800: rgb(30 64 175);
    --blue-900: rgb(30 58 138);
    --blue-950: rgb(23 37 84);

    /* Amber Brown */
    --brown-50: rgb(255 251 235);
    --brown-100: rgb(254 243 199);
    --brown-200: rgb(253 230 138);
    --brown-300: rgb(252 211 77);
    --brown-400: rgb(251 191 36);
    --brown-500: rgb(245 158 11);
    --brown-600: rgb(217 119 6);
    --brown-700: rgb(180 83 9);
    --brown-800: rgb(146 64 14);
    --brown-900: rgb(120 53 15);
    --brown-950: rgb(69 26 3);

    /* Burnt Orange */
    --orange-50: rgb(255 247 237);
    --orange-100: rgb(255 237 213);
    --orange-200: rgb(254 215 170);
    --orange-300: rgb(253 186 116);
    --orange-400: rgb(251 146 60);
    --orange-500: rgb(249 115 22);
    --orange-600: rgb(234 88 12);
    --orange-700: rgb(194 65 12);
    --orange-800: rgb(154 52 18);
    --orange-900: rgb(124 45 18);
    --orange-950: rgb(67 20 7);

/* Neon Cyan/Electric */
    --neon-cyan-50: rgb(236 254 255);
    --neon-cyan-100: rgb(207 250 254);
    --neon-cyan-200: rgb(165 243 252);
    --neon-cyan-300: rgb(103 232 249);
    --neon-cyan-400: rgb(34 211 238);
    --neon-cyan-500: rgb(6 182 212);
    --neon-cyan-600: rgb(8 145 178);
    --neon-cyan-700: rgb(14 116 144);
    --neon-cyan-800: rgb(21 94 117);
    --neon-cyan-900: rgb(22 78 99);
    --neon-cyan-950: rgb(8 51 68);

    /* Neon Lime/Radon */
    --neon-lime-50: rgb(247 254 231);
    --neon-lime-100: rgb(236 252 203);
    --neon-lime-200: rgb(217 249 157);
    --neon-lime-300: rgb(190 242 93);
    --neon-lime-400: rgb(163 230 53);
    --neon-lime-500: rgb(132 204 22);
    --neon-lime-600: rgb(101 163 13);
    --neon-lime-700: rgb(77 124 15);
    --neon-lime-800: rgb(63 98 18);
    --neon-lime-900: rgb(54 83 20);
    --neon-lime-950: rgb(26 46 5);

    /* Neon Pink/Laser */
    --neon-pink-50: rgb(253 242 248);
    --neon-pink-100: rgb(252 231 243);
    --neon-pink-200: rgb(249 168 212);
    --neon-pink-300: rgb(244 114 182);
    --neon-pink-400: rgb(236 72 153);
    --neon-pink-500: rgb(219 39 119);
    --neon-pink-600: rgb(190 24 93);
    --neon-pink-700: rgb(157 23 77);
    --neon-pink-800: rgb(131 24 67);
    --neon-pink-900: rgb(100 21 56);
    --neon-pink-950: rgb(80 7 36);

    /* Neon Yellow/Sulfur */
    --neon-yellow-50: rgb(254 252 232);
    --neon-yellow-100: rgb(254 249 195);
    --neon-yellow-200: rgb(254 240 138);
    --neon-yellow-300: rgb(253 224 71);
    --neon-yellow-400: rgb(250 204 21);
    --neon-yellow-500: rgb(234 179 8);
    --neon-yellow-600: rgb(202 138 4);
    --neon-yellow-700: rgb(161 98 7);
    --neon-yellow-800: rgb(133 77 14);
    --neon-yellow-900: rgb(113 63 18);
    --neon-yellow-950: rgb(66 32 6);

    /* Neon Violet/Plasma */
    --neon-violet-50: rgb(245 243 255);
    --neon-violet-100: rgb(237 233 254);
    --neon-violet-200: rgb(221 214 254);
    --neon-violet-300: rgb(196 181 253);
    --neon-violet-400: rgb(167 139 250);
    --neon-violet-500: rgb(139 92 246);
    --neon-violet-600: rgb(124 58 237);
    --neon-violet-700: rgb(109 40 217);
    --neon-violet-800: rgb(91 33 182);
    --neon-violet-900: rgb(76 29 149);
    --neon-violet-950: rgb(46 16 101);
	
	/* Standard Web Gold (50% transparency) */
--gold-trans: rgba(255, 215, 0, 0.5);

/* Modern CSS Syntax (50% transparency) */
--gold-trans-alt: rgb(255 215 0 / 0.5);

/* Richer, "Ollama Dashboard" Gold (closer to Amber-400) */
--gold-rich-trans: rgb(251 191 36 / 0.5);

    --linear-background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    --background-main: #f5f7fa;
}

/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: Poppins, sans-serif;
}

body {
    color: var(--slate-400);
    line-height: 1.6;
    background-color: var(--cream);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.2;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.site-header {
    background: var(--slate-100) !important;
    box-shadow: 0 4px 20px var(--shadow);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 3px solid var(--butter-yellow);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.logo-text {
    font-size: 1.8rem;
    color: var(--pastry-brown);
}

.logo-highlight {
    color: var(--caramel);
    background: var(--butter-yellow);
    padding: 0 8px;
    border-radius: 20px;
    margin-left: 5px;
}

/* Navigation */
.nav-list {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-list a {
    font-size: 1.1rem;
    color: var(--pastry-brown);
    padding: 0.5rem 0;
    position: relative;
}

.nav-list a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: var(--pastry-brown);
    transition: var(--transition);
}

.nav-list a:hover::after {
    width: 100%;
}

/* Dropdown Menu */
.nav-dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--cream);
    min-width: 200px;
    box-shadow: 0 8px 20px var(--shadow);
    border-radius: 8px;
    padding: 1rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition);
    z-index: 100;
}

.nav-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li {
    list-style: none;
}

.dropdown-menu a {
    display: block;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
}

.dropdown-menu a:hover {
    background-color: var(--butter-yellow);
}

.dropdown-divider {
    height: 1px;
    background-color: var(--butter-yellow);
    margin: 0.5rem 0;
}

/* Header Actions */
.header-actions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.cart-icon {
    position: relative;
    font-size: 1.5rem;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: var(--pastry-brown);
    color: var(--cream);
    font-size: 0.8rem;
    font-weight: bold;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
}

.mobile-menu-toggle span {
    width: 30px;
    height: 3px;
    background-color: var(--pastry-brown);
    transition: var(--transition);
}

/* Mobile Navigation */
.mobile-nav {
    display: none;
    background-color: var(--cream);
    padding: 1rem 0;
    box-shadow: 0 4px 10px var(--shadow);
}

.mobile-nav.active {
    display: block;
}

.mobile-nav-list {
    list-style: none;
}

.mobile-nav-list a {
    display: block;
    padding: 1rem 20px;
    color: var(--pastry-brown);
    border-bottom: 1px solid var(--butter-yellow);
}

/* Hero Section */
/* Hero Section with Video Background */
.hero {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
}

.hero-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This makes the video cover the area without stretching */
    object-position: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    /* This darkens the video so text is readable */
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2; /* Makes sure text appears above video and overlay */
    max-width: 800px;
    padding: 2rem;
    animation: fadeInUp 1s ease;
}

.hero-title {
    font-size: 4rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero-highlight {
    background-color: var(--gold-rich-trans);
    color: var(--pastry-brown);
    padding: 0 1rem;
    border-radius: 50px;
    display: inline-block;
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-size: 1.1rem;
    transition: var(--transition);
    border: none;
    cursor: pointer;
}

.btn-primary {
    background-color: var(--butter-yellow);
    color: var(--pastry-brown);
}

.btn-primary:hover {
    background-color: var(--pastry-brown);
    color: var(--cream);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.btn-secondary {
    background-color: transparent;
    color: white;
    border: 2px solid white;
    margin-left: 1rem;
}

.btn-secondary:hover {
    background-color: white;
    color: var(--pastry-brown);
    transform: translateY(-3px);
}

.btn-outline {
    background-color: transparent;
    color: var(--pastry-brown);
    border: 2px solid var(--pastry-brown);
}

.btn-outline:hover {
    background-color: var(--pastry-brown);
    color: var(--cream);
}

/* Story Section */
.story-section {
    padding: 6rem 0;
    background-color: var(--cream);
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.section-title {
    font-size: 2.5rem;
    color: var(--pastry-brown);
    margin-bottom: 1.5rem;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background-color: var(--butter-yellow);
}

.text-center .section-title::after {
    left: 50%;
    transform: translateX(-50%);
}

.story-text {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: var(--caramel);
}

.family-signature {
    margin-top: 2rem;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.3rem;
}

/* Image Placeholders */
.image-placeholder {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, var(--butter-yellow), var(--eggshell-blue));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--pastry-brown);
    box-shadow: 0 10px 30px var(--shadow);
}

/* Bestsellers Section */
.bestsellers-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--butter-yellow) 0%, var(--cream) 100%);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.product-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px var(--shadow);
    transition: var(--transition);
    position: relative;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px var(--shadow);
}

.product-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: var(--pastry-brown);
    color: var(--cream);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-family: 'Fredoka One', sans-serif;
    z-index: 1;
}

.product-image {
    height: 250px;
    overflow: hidden;
}

.product-image .image-placeholder {
    height: 100%;
    border-radius: 0;
    font-size: 4rem;
}

.product-info {
    padding: 1.5rem;
}

.product-name {
    font-size: 1.8rem;
    color: var(--pastry-brown);
    margin-bottom: 0.25rem;
}

.product-fullname {
    color: var(--caramel);
    font-style: italic;
    margin-bottom: 1rem;
}

.product-description {
    color: var(--caramel);
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-price {
    font-family: 'Fredoka One', sans-serif;
    font-size: 1.5rem;
    color: var(--pastry-brown);
}

.btn-add-to-cart {
    background-color: var(--butter-yellow);
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    color: var(--pastry-brown);
    cursor: pointer;
    transition: var(--transition);
}

.btn-add-to-cart:hover {
    background-color: var(--pastry-brown);
    color: var(--cream);
}

/* Promise Section */
.promise-section {
    padding: 6rem 0;
    background-color: white;
}

.promise-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
}

.promise-item {
    padding: 2rem;
}

.promise-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.promise-item h3 {
    color: var(--pastry-brown);
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.promise-item p {
    color: var(--caramel);
}

/* Footer */
.site-footer {
    background-color: var(--rich-brown);
    color: var(--cream);
    padding: 4rem 0 2rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 2fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--butter-yellow);
}

.footer-subtitle {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: var(--butter-yellow);
}

.footer-nav {
    list-style: none;
}

.footer-nav li {
    margin-bottom: 0.5rem;
}

.footer-nav a {
    color: var(--cream);
    opacity: 0.8;
    transition: var(--transition);
}

.footer-nav a:hover {
    opacity: 1;
    color: var(--butter-yellow);
}

.footer-social {
    margin-top: 1.5rem;
    display: flex;
    gap: 1rem;
}

.social-link {
    font-size: 1.5rem;
    opacity: 0.8;
    transition: var(--transition);
}

.social-link:hover {
    opacity: 1;
    transform: translateY(-3px);
}

.newsletter-form {
    display: flex;
    margin-top: 1rem;
}

.newsletter-form input {
    flex: 1;
    padding: 0.8rem;
    border: none;
    border-radius: 50px 0 0 50px;
    font-family: 'Cormorant Garamond', serif;
}

.newsletter-form button {
    background-color: var(--butter-yellow);
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 0 50px 50px 0;
    cursor: pointer;
    transition: var(--transition);
}

.newsletter-form button:hover {
    background-color: var(--pastry-brown);
    color: var(--cream);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.mt-4 {
    margin-top: 2rem;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .promise-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .main-nav {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .story-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .promise-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
    }
    
    .hero-buttons .btn {
        display: block;
        margin: 1rem 0;
    }
    
    .btn-secondary {
        margin-left: 0;
    }
}




/* Page Header */
.page-header {
    background: linear-gradient(135deg, var(--pastry-brown), var(--caramel));
    color: var(--cream);
    padding: 4rem 0;
    text-align: center;
}

.page-title {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.page-subtitle {
    font-size: 1.3rem;
    opacity: 0.9;
}

/* Category Filter */
.category-filter {
    padding: 2rem 0;
    background-color: white;
    border-bottom: 1px solid var(--butter-yellow);
}

.filter-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 0.8rem 2rem;
    border: 2px solid var(--pastry-brown);
    border-radius: 50px;
    font-family: 'Fredoka One', sans-serif;
    color: var(--pastry-brown);
    transition: var(--transition);
}

.filter-btn:hover,
.filter-btn.active {
    background-color: var(--pastry-brown);
    color: var(--cream);
}

/* Product Meta */
.product-meta {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
    font-size: 0.9rem;
    color: var(--caramel);
}

.product-category {
    background-color: var(--butter-yellow);
    padding: 0.2rem 1rem;
    border-radius: 20px;
}

.product-stock {
    opacity: 0.7;
}

.product-actions {
    display: flex;
    gap: 0.5rem;
}

.btn-view {
    padding: 0.5rem 1rem;
    border: 1px solid var(--pastry-brown);
    border-radius: 25px;
    color: var(--pastry-brown);
    transition: var(--transition);
}

.btn-view:hover {
    background-color: var(--pastry-brown);
    color: var(--cream);
}

/* Cart Page */
.cart-section {
    padding: 4rem 0;
    min-height: 60vh;
}

.empty-cart {
    text-align: center;
    padding: 4rem;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 5px 20px var(--shadow);
}

.empty-cart-icon {
    font-size: 5rem;
    margin-bottom: 2rem;
    opacity: 0.5;
}

.empty-cart h2 {
    font-size: 2rem;
    color: var(--pastry-brown);
    margin-bottom: 1rem;
}

.empty-cart p {
    margin-bottom: 2rem;
    color: var(--caramel);
}

.cart-grid {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 2rem;
}

.cart-items {
    background-color: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 5px 20px var(--shadow);
}

.cart-item {
    display: grid;
    grid-template-columns: 80px 1fr 100px 100px 40px;
    gap: 1rem;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid var(--butter-yellow);
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-item-image .image-placeholder.small {
    width: 80px;
    height: 80px;
    font-size: 2rem;
}

.cart-item-details h3 {
    font-size: 1.2rem;
    color: var(--pastry-brown);
    margin-bottom: 0.25rem;
}

.cart-item-fullname {
    font-size: 0.9rem;
    color: var(--caramel);
    opacity: 0.8;
    margin-bottom: 0.25rem;
}

.cart-item-price {
    font-size: 0.9rem;
    color: var(--caramel);
}

.cart-item-quantity input {
    width: 80px;
    padding: 0.5rem;
    border: 1px solid var(--butter-yellow);
    border-radius: 5px;
    text-align: center;
}

.cart-item-subtotal {
    font-family: 'Fredoka One', sans-serif;
    color: var(--pastry-brown);
    text-align: right;
}

.btn-remove {
    width: 30px;
    height: 30px;
    border: none;
    background-color: #ff4444;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.btn-remove:hover {
    background-color: #cc0000;
    transform: scale(1.1);
}

.cart-actions {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
}

.cart-summary {
    background-color: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 5px 20px var(--shadow);
    height: fit-content;
}

.summary-title {
    font-size: 1.5rem;
    color: var(--pastry-brown);
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--butter-yellow);
}

.summary-details {
    margin-bottom: 1.5rem;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    color: var(--caramel);
}

.summary-row.total {
    font-size: 1.3rem;
    font-family: 'Fredoka One', sans-serif;
    color: var(--pastry-brown);
    border-top: 2px solid var(--butter-yellow);
    margin-top: 1rem;
    padding-top: 1rem;
}

.btn-block {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}

.checkout-note {
    font-size: 0.9rem;
    text-align: center;
    color: var(--caramel);
    opacity: 0.8;
}

/* Checkout Page */
.checkout-section {
    padding: 4rem 0;
}

.checkout-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}

.checkout-form {
    background-color: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 5px 20px var(--shadow);
}

.form-section {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--butter-yellow);
}

.form-section:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.form-section-title {
    font-size: 1.3rem;
    color: var(--pastry-brown);
    margin-bottom: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group.half {
    margin-bottom: 0;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--caramel);
    font-weight: 600;
}

.form-control {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid var(--butter-yellow);
    border-radius: 5px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    transition: var(--transition);
}

.form-control:focus {
    outline: none;
    border-color: var(--pastry-brown);
    box-shadow: 0 0 0 3px rgba(92, 58, 33, 0.1);
}

textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

.form-help {
    font-size: 0.9rem;
    color: var(--caramel);
    opacity: 0.8;
    margin-top: 0.5rem;
}

.payment-note {
    background-color: var(--butter-yellow);
    padding: 1rem;
    border-radius: 10px;
    color: var(--caramel);
}

.btn-large {
    padding: 1.2rem 3rem;
    font-size: 1.2rem;
    width: 100%;
}

.order-summary {
    background-color: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 5px 20px var(--shadow);
    height: fit-content;
    position: sticky;
    top: 100px;
}

.order-items {
    margin: 1.5rem 0;
}

.order-item {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--butter-yellow);
}

.summary-totals {
    margin: 1.5rem 0;
    padding: 1rem 0;
    border-top: 2px solid var(--butter-yellow);
}

.delivery-info {
    background-color: var(--butter-yellow);
    padding: 1rem;
    border-radius: 10px;
    color: var(--caramel);
    font-size: 0.9rem;
}

.delivery-info p {
    margin: 0.5rem 0;
}

/* Order Confirmation */
.confirmation-section {
    padding: 4rem 0;
    min-height: 60vh;
}

.confirmation-box {
    max-width: 800px;
    margin: 0 auto;
    background-color: white;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 5px 20px var(--shadow);
    text-align: center;
}

.confirmation-icon {
    font-size: 5rem;
    margin-bottom: 1rem;
}

.confirmation-title {
    font-size: 2.5rem;
    color: var(--pastry-brown);
    margin-bottom: 0.5rem;
}

.confirmation-subtitle {
    font-size: 1.2rem;
    color: var(--caramel);
    margin-bottom: 2rem;
}

.order-number {
    background-color: var(--butter-yellow);
    padding: 1rem;
    border-radius: 10px;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.order-details {
    text-align: left;
    margin: 2rem 0;
    padding: 2rem 0;
    border-top: 2px solid var(--butter-yellow);
    border-bottom: 2px solid var(--butter-yellow);
}

.detail-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin: 1.5rem 0;
}

.detail-item {
    display: flex;
    flex-direction: column;
}

.detail-label {
    font-size: 0.9rem;
    color: var(--caramel);
    opacity: 0.8;
    margin-bottom: 0.25rem;
}

.detail-value {
    font-size: 1.1rem;
    color: var(--pastry-brown);
    font-weight: 600;
}

.order-items-confirmation {
    margin: 2rem 0;
}

.order-item-confirmation {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--butter-yellow);
}

.order-total-confirmation {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    font-family: 'Fredoka One', sans-serif;
    font-size: 1.2rem;
    color: var(--pastry-brown);
}

.order-notes {
    background-color: var(--butter-yellow);
    padding: 1rem;
    border-radius: 10px;
    margin: 1.5rem 0;
}

.order-notes h4 {
    margin-bottom: 0.5rem;
    color: var(--pastry-brown);
}

.confirmation-actions {
    margin-top: 2rem;
}

.confirmation-message {
    margin-bottom: 2rem;
    color: var(--caramel);
    font-size: 1.1rem;
    line-height: 1.6;
}

/* About Page */
.story-hero {
    background: linear-gradient(135deg, var(--pastry-brown), var(--caramel));
    color: var(--cream);
    padding: 6rem 0;
    text-align: center;
}

.full-story-section {
    padding: 4rem 0;
}

.story-content-full {
    max-width: 800px;
    margin: 0 auto;
}

.story-block {
    margin-bottom: 3rem;
}

.story-block h2 {
    font-size: 2rem;
    color: var(--pastry-brown);
    margin-bottom: 1.5rem;
}

.story-block p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.8;
}

.story-block.highlight {
    background-color: var(--butter-yellow);
    padding: 2rem;
    border-radius: 20px;
    margin: 3rem 0;
}

.philosophy-list {
    list-style: none;
    margin-top: 1rem;
}

.philosophy-list li {
    margin-bottom: 1rem;
    padding-left: 2rem;
    position: relative;
    font-size: 1.1rem;
}

.story-image-large {
    margin: 3rem 0;
}

.story-image-large .image-placeholder {
    height: 400px;
    font-size: 5rem;
}

.family-quote {
    text-align: center;
    padding: 3rem;
    background: linear-gradient(135deg, var(--cream), var(--butter-yellow));
    border-radius: 20px;
    margin: 3rem 0;
}

.family-quote blockquote {
    font-size: 1.8rem;
    font-style: italic;
    color: var(--pastry-brown);
    margin-bottom: 1rem;
    line-height: 1.4;
}

.family-quote cite {
    font-size: 1.2rem;
    color: var(--caramel);
    opacity: 0.8;
}

.team-section {
    padding: 4rem 0;
    background-color: var(--cream);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.team-member {
    text-align: center;
}

.member-photo {
    margin-bottom: 1.5rem;
}

.member-photo .image-placeholder.circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 4rem;
}

.team-member h3 {
    font-size: 1.5rem;
    color: var(--pastry-brown);
    margin-bottom: 0.5rem;
}

.member-role {
    color: var(--caramel);
    font-style: italic;
    margin-bottom: 1rem;
}

.member-bio {
    font-size: 0.95rem;
    opacity: 0.9;
}

/* Responsive additions */
@media (max-width: 1024px) {
    .cart-grid,
    .checkout-grid {
        grid-template-columns: 1fr;
    }
    
    .order-summary {
        position: static;
    }
    
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .cart-item {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1rem;
    }
    
    .cart-item-image {
        margin: 0 auto;
    }
    
    .cart-item-subtotal {
        text-align: center;
    }
    
    .btn-remove {
        margin: 0 auto;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .detail-grid {
        grid-template-columns: 1fr;
    }
    
    .team-grid {
        grid-template-columns: 1fr;
    }
    
    .family-quote blockquote {
        font-size: 1.4rem;
    }
    
    .confirmation-box {
        padding: 2rem;
    }
}


.account-dropdown {
    position: relative;
    margin-left: 1rem;
}

.account-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background-color: var(--butter-yellow);
    border-radius: 50px;
    transition: var(--transition);
}

.account-link:hover {
    background-color: var(--pastry-brown);
    color: var(--cream);
}

.account-icon {
    font-size: 1.2rem;
}

.account-name {
    font-family: 'Fredoka One', sans-serif;
    font-size: 0.9rem;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-menu {
    min-width: 200px;
    right: 0;
    left: auto;
}


/*add product*/
       .admin-container {
            max-width: 80%;
            margin: 0 auto;
			border:2px solid red;
        }

        /* Header */
        .admin-header {
            text-align: center;
            margin-bottom: 3rem;
            animation: fadeInDown 0.8s ease;
        }

        .admin-header h1 {
            font-family: 'Fredoka One', sans-serif;
            font-size: 3rem;
            color: var(--pastry-brown);
            margin-bottom: 0.5rem;
            text-shadow: 2px 2px 0 var(--butter-yellow);
        }

        .admin-header .subtitle {
            font-size: 1.3rem;
            color: var(--caramel);
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
        }

        .admin-header .subtitle span {
            background: var(--pastry-brown);
            color: var(--cream);
            padding: 0.2rem 1rem;
            border-radius: 50px;
            font-size: 0.9rem;
            font-family: 'Fredoka One', sans-serif;
        }

        /* Breadcrumb */
        .breadcrumb {
            background: white;
            padding: 1rem 2rem;
            border-radius: 50px;
            margin-bottom: 2rem;
            box-shadow: var(--shadow);
            display: flex;
            align-items: center;
            gap: 0.5rem;
            flex-wrap: wrap;
            animation: fadeIn 0.8s ease;
        }

        .breadcrumb a {
            color: var(--pastry-brown);
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
        }

        .breadcrumb a:hover {
            color: var(--caramel);
            text-decoration: underline;
        }

        .breadcrumb .separator {
            color: var(--pastry-brown);
            opacity: 0.5;
            margin: 0 0.25rem;
        }

        .breadcrumb .current {
            color: var(--caramel);
            font-weight: 600;
            background: var(--butter-yellow);
            padding: 0.2rem 1rem;
            border-radius: 50px;
        }

        /* Message Alert */
        .alert {
            padding: 1.2rem 2rem;
            border-radius: 50px;
            margin-bottom: 2rem;
            font-weight: 600;
            font-size: 1.1rem;
            display: flex;
            align-items: center;
            gap: 1rem;
            animation: slideIn 0.5s ease;
            box-shadow: var(--shadow);
        }

        .alert-success {
            background: var(--success-green);
            color: white;
            border-left: 5px solid #2E7D32;
        }

        .alert-error {
            background: var(--error-red);
            color: white;
            border-left: 5px solid #B71C1C;
        }

        .alert::before {
            font-size: 1.5rem;
        }

        .alert-success::before {
            content: "🎉";
        }

        .alert-error::before {
            content: "⚠️";
        }

        /* Form Card */
        .form-card {
            background: white;
            border-radius: 30px;
            padding: 3rem;
            box-shadow: var(--shadow);
            border: 3px solid var(--butter-yellow);
            animation: fadeInUp 0.8s ease;
            transition: box-shadow 0.3s ease;
        }

        .form-card:hover {
            box-shadow: var(--hover-shadow);
        }

        .form-section {
            margin-bottom: 2.5rem;
            padding-bottom: 2rem;
            border-bottom: 2px dashed var(--butter-yellow);
        }

        .form-section:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .section-title {
            font-family: 'Fredoka One', sans-serif;
            font-size: 1.5rem;
            color: var(--pastry-brown);
            margin-bottom: 1.5rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .section-title::before {
            content: "🍪";
            font-size: 1.8rem;
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem;
            margin-bottom: 1rem;
        }

        .form-group {
            margin-bottom: 1.5rem;
        }

        .form-group label {
            display: block;
            margin-bottom: 0.5rem;
            color: var(--pastry-brown);
            font-weight: 700;
            font-size: 1.1rem;
        }

        .form-group label .required {
            color: var(--error-red);
            margin-left: 0.2rem;
            font-size: 1rem;
        }

        .form-group label i {
            margin-right: 0.5rem;
            font-style: normal;
            opacity: 0.7;
        }

        .form-control {
            width: 100%;
            padding: 1rem 1.2rem;
            border: 2px solid var(--butter-yellow);
            border-radius: 15px;
            font-size: 1rem;
            font-family: 'Cormorant Garamond', serif;
            transition: all 0.3s ease;
            background: var(--cream);
        }

        .form-control:focus {
            outline: none;
            border-color: var(--pastry-brown);
            box-shadow: 0 0 0 4px rgba(92, 58, 33, 0.1);
            background: white;
        }

        .form-control:hover {
            border-color: var(--pastry-brown);
        }

        select.form-control {
            cursor: pointer;
            appearance: none;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235C3A21'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: right 1rem center;
            background-size: 1.5rem;
        }

        textarea.form-control {
            min-height: 120px;
            resize: vertical;
        }

        /* Checkbox styling */
        .checkbox-group {
            background: var(--butter-yellow);
            padding: 1.2rem;
            border-radius: 15px;
            margin: 1.5rem 0;
        }

        .checkbox-label {
            display: flex;
            align-items: center;
            gap: 0.8rem;
            cursor: pointer;
            color: var(--pastry-brown);
            font-weight: 700;
            font-size: 1.1rem;
        }

        .checkbox-label input[type="checkbox"] {
            width: 20px;
            height: 20px;
            cursor: pointer;
            accent-color: var(--pastry-brown);
        }

        /* Image upload area */
        .image-upload-area {
            border: 3px dashed var(--butter-yellow);
            border-radius: 20px;
            padding: 2rem;
            text-align: center;
            background: var(--cream);
            transition: all 0.3s ease;
            margin: 1.5rem 0;
        }

        .image-upload-area:hover {
            border-color: var(--pastry-brown);
            background: white;
        }

        .upload-icon {
            font-size: 3rem;
            margin-bottom: 1rem;
            opacity: 0.7;
        }

        .upload-text {
            color: var(--pastry-brown);
            font-weight: 600;
            margin-bottom: 0.5rem;
        }

        .upload-hint {
            color: var(--caramel);
            font-size: 0.9rem;
            opacity: 0.7;
        }

        .file-input {
            display: none;
        }

        .file-input-label {
            display: inline-block;
            padding: 0.8rem 2rem;
            background: var(--pastry-brown);
            color: white;
            border-radius: 50px;
            cursor: pointer;
            font-weight: 600;
            transition: all 0.3s ease;
            margin-top: 1rem;
        }

        .file-input-label:hover {
            background: var(--caramel);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(92, 58, 33, 0.3);
        }

        /* Image preview */
        .preview-container {
            margin-top: 1.5rem;
            position: relative;
            display: inline-block;
        }

        .preview-label {
            position: absolute;
            top: -10px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--pastry-brown);
            color: white;
            padding: 0.2rem 1rem;
            border-radius: 50px;
            font-size: 0.8rem;
            font-weight: 600;
            white-space: nowrap;
        }

        #imagePreview {
            max-width: 200px;
            max-height: 200px;
            border-radius: 15px;
            border: 3px solid var(--butter-yellow);
            box-shadow: var(--shadow);
            margin-top: 1rem;
            object-fit: cover;
        }

        /* Badge preview */
        .badge-preview {
            display: inline-block;
            padding: 0.3rem 1rem;
            background: var(--pastry-brown);
            color: white;
            border-radius: 50px;
            font-size: 0.8rem;
            font-weight: 600;
            margin-top: 0.5rem;
        }

        /* Action buttons */
        .form-actions {
            display: flex;
            gap: 1rem;
            margin-top: 2.5rem;
            padding-top: 1.5rem;
            border-top: 2px solid var(--butter-yellow);
        }

        .btn {
            padding: 1rem 2rem;
            border: none;
            border-radius: 50px;
            font-family: 'Fredoka One', sans-serif;
            font-size: 1.1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
        }

        .btn-primary {
            background: var(--pastry-brown);
            color: white;
            flex: 2;
        }

        .btn-primary:hover {
            background: var(--caramel);
            transform: translateY(-3px);
            box-shadow: 0 5px 20px rgba(92, 58, 33, 0.4);
        }

        .btn-primary:active {
            transform: translateY(-1px);
        }

        .btn-secondary {
            background: var(--butter-yellow);
            color: var(--pastry-brown);
            flex: 1;
            border: 2px solid var(--pastry-brown);
        }

        .btn-secondary:hover {
            background: var(--pastry-brown);
            color: white;
            transform: translateY(-3px);
        }

        .btn i {
            font-size: 1.2rem;
            transition: transform 0.3s ease;
        }

        .btn-primary:hover i {
            transform: translateX(5px);
        }

        /* Form validation indicators */
        .form-control:invalid:not(:placeholder-shown) {
            border-color: var(--error-red);
        }

        .form-control:valid:not(:placeholder-shown) {
            border-color: var(--success-green);
        }

        /* Loading animation */
        .loading {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255,255,255,0.9);
            z-index: 9999;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

        .loading.active {
            display: flex;
        }

        .loading-spinner {
            width: 50px;
            height: 50px;
            border: 5px solid var(--butter-yellow);
            border-top-color: var(--pastry-brown);
            border-radius: 50%;
            animation: spin 1s linear infinite;
            margin-bottom: 1rem;
        }

        .loading-text {
            color: var(--pastry-brown);
            font-family: 'Fredoka One', sans-serif;
            font-size: 1.2rem;
        }

        /* Animations */
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateX(-30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes spin {
            to { transform: rotate(360deg); }
        }

        /* Responsive */
        @media (max-width: 768px) {
            body {
                padding: 1rem;
            }

            .admin-header h1 {
                font-size: 2rem;
            }

            .form-card {
                padding: 1.5rem;
            }

            .form-row {
                grid-template-columns: 1fr;
                gap: 0;
            }

            .form-actions {
                flex-direction: column;
            }

            .btn {
                width: 100%;
            }

            .breadcrumb {
                padding: 1rem;
                font-size: 0.9rem;
            }
        }

        /* Tooltip */
        .tooltip {
            position: relative;
            display: inline-block;
            margin-left: 0.5rem;
        }

        .tooltip .tooltip-icon {
            background: var(--butter-yellow);
            color: var(--pastry-brown);
            width: 18px;
            height: 18px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 0.8rem;
            font-weight: bold;
            cursor: help;
        }

        .tooltip .tooltip-text {
            visibility: hidden;
            width: 200px;
            background: var(--pastry-brown);
            color: white;
            text-align: center;
            padding: 0.5rem;
            border-radius: 10px;
            position: absolute;
            z-index: 1;
            bottom: 125%;
            left: 50%;
            margin-left: -100px;
            opacity: 0;
            transition: opacity 0.3s;
            font-size: 0.85rem;
            font-weight: normal;
            pointer-events: none;
        }

        .tooltip:hover .tooltip-text {
            visibility: visible;
            opacity: 1;
        }