body{
  padding: 25px;
}
.title {
	color: #5C6AC4;
}
       /* =========================================================
           GLOBAL STYLES
        ========================================================= */

        :root {
            --cream: #f8f4ed;
            --cream-dark: #eee7db;
            --white: #ffffff;
            --brown-dark: #3d3028;
            --brown: #6f5747;
            --brown-light: #a58b78;
            --accent: #c47f5a;
            --accent-dark: #a96543;
            --text: #3d3028;
            --text-light: #75685f;
            --border: #e4dbcf;
            --sidebar-width: 250px;
            --sidebar-collapsed-width: 75px;
            --shadow: 0 8px 30px rgba(61, 48, 40, 0.08);
            --transition: 0.25s ease;
        }

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

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family:
                -apple-system,
                BlinkMacSystemFont,
                "Segoe UI",
                Roboto,
                Helvetica,
                Arial,
                sans-serif;
            background: var(--cream);
            color: var(--text);
            line-height: 1.6;
        }

        a {
            color: inherit;
            text-decoration: none;
        }

        button {
            font: inherit;
        }

        /* =========================================================
           PAGE LAYOUT
        ========================================================= */

        .site-container {
            min-height: 100vh;
        }

        /* =========================================================
           SIDEBAR
        ========================================================= */
        .sidebar {
            position: fixed;
            top: 0;
            left: 0;
            bottom: 0;
            width: var(--sidebar-width);
            background: var(--brown-dark);
            color: var(--white);
            display: flex;
            flex-direction: column;
            z-index: 100;
            transition: width var(--transition);
            overflow: hidden;
        }

        .sidebar.collapsed {
            width: var(--sidebar-collapsed-width);
        }

        /* Sidebar Header */

        .sidebar-header {
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 18px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 12px;
            white-space: nowrap;
        }

        .logo-icon {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--accent);
            border-radius: 12px;
            font-size: 21px;
            flex-shrink: 0;
        }

        .logo-text {
            font-size: 18px;
            font-weight: 700;
            padding-left: 10px;
            letter-spacing: -0.3px;
            opacity: 1;
            transition: opacity var(--transition);
        }

        .sidebar.collapsed .logo-text {
            opacity: 0;
            width: 0;
        }

        /* Menu Toggle */

        .menu-toggle {
            width: 36px;
            height: 36px;
            border: none;
            background: transparent;
            color: var(--white);
            border-radius: 8px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            flex-shrink: 0;
        }

        .menu-toggle:hover {
            background: rgba(255, 255, 255, 0.1);
        }

        /* Navigation */

        .navigation {
            padding: 24px 12px;
        }

        .nav-item {
            display: flex;
            align-items: center;
            gap: 14px;
            min-height: 50px;
            padding: 0 14px;
            margin-bottom: 6px;
            border-radius: 10px;
            color: rgba(255, 255, 255, 0.7);
            transition:
                background var(--transition),
                color var(--transition);

            white-space: nowrap;
        }

        .nav-item:hover {
            background: rgba(255, 255, 255, 0.08);
            color: var(--white);
        }


        .nav-item.active {
            background: var(--accent);
            color: var(--white);
        }

        .nav-icon {
            width: 24px;
            margin-left: 13px;
            display: flex;
            justify-content: center;
            font-size: 20px;
            flex-shrink: 0;
        }

        .nav-text {
            font-size: 14px;
            font-weight: 600;
            opacity: 1;
            transition: opacity var(--transition);
        }


        .sidebar.collapsed .nav-text {
            opacity: 0;
            width: 0;
        }


        .sidebar.collapsed .nav-item {
            justify-content: center;
            padding: 0;
        }

        /* =========================================================
           MAIN CONTENT
        ========================================================= */
        .main-content {
            margin-left: var(--sidebar-width);

            min-height: 100vh;

            transition: margin-left var(--transition);
        }

        .sidebar.collapsed ~ .main-content {
            margin-left: var(--sidebar-collapsed-width);
        }

        .content-wrapper {
            max-width: 1300px;
            margin: 0 auto;
            padding: 50px;
        }

        /* =========================================================
           PAGE HEADER
        ========================================================= */

        .page-header {
            margin-bottom: 35px;
        }

        .eyebrow {
            color: var(--accent-dark);
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-bottom: 8px;
        }

        .page-header h1 {
            font-size: clamp(32px, 4vw, 52px);
            line-height: 1.1;
            letter-spacing: -1.5px;
            margin-bottom: 15px;
        }

        .header-description {
            max-width: 700px;
            color: var(--text-light);
            font-size: 17px;
        }

        .definition {
            font-size: 14px;
            line-height: 18px;
        }

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

        .hero {
            display: flex;
            align-items: center;
            padding: 25px;
            border-radius: 24px;
            background:
                linear-gradient(
                    135deg,
                    rgba(61, 48, 40, 0.95),
                    rgba(111, 87, 71, 0.88)
                );
            color: var(--white);
            position: relative;
            overflow: hidden;
            margin-bottom: 25px;
            box-shadow: var(--shadow);
        }

        .hero::after {
            content: "";
            position: absolute;
            right: 70px;
            bottom: 30px;
            width: 300px;
            height: 300px;
            background-image: url("https://uploads.onecompiler.io/44yb9d69p/1786828154882/breakery-logo-round.PNG");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            opacity: 0.12;
            transform: rotate(-10deg);
        }

        .hero-content {
            position: relative;
            z-index: 1;
            max-width: 650px;
        }

        .hero .eyebrow {
            color: #f1c2a8;
            margin-bottom: 10px;
        }

        .hero h2 {
            font-family: Georgia, "Times New Roman", serif;
            font-size: clamp(38px, 5vw, 64px);
            line-height: 0.9;
            letter-spacing: -2px;
            margin-bottom: 20px;
        }

        .hero p {
            max-width: 550px;
            color: rgba(255, 255, 255, 0.82);
            font-size: 17px;
            margin-bottom: 20px;
        }

        /* =========================================================
           BUTTONS
        ========================================================= */

        .button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 48px;
            padding: 0 24px;
            border-radius: 10px;
            background: var(--accent);
            color: var(--white);
            font-size: 14px;
            font-weight: 700;
            border: none;
            cursor: pointer;
            transition:
                background var(--transition),
                transform var(--transition);
        }

        .button:hover {
            background: var(--accent-dark);
            transform: translateY(-2px);
        }

        /* =========================================================
           SECTION HEADERS
        ========================================================= */

        .section-header {
            display: flex;
            align-items: end;
            justify-content: space-between;
            gap: 20px;
            margin-bottom: 20px;
        }

        .section-header h2 {
            font-size: 26px;
            letter-spacing: -0.5px;
        }

        .section-link {
            color: var(--accent-dark);
            font-size: 14px;
            font-weight: 700;
        }

        .section-link:hover {
            text-decoration: underline;
        }

 /* =========================================================
   FEATURE CARD
========================================================= */

.feature-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 10px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 24px;
    min-height: 150px;
    overflow: hidden;
    transition:
        transform var(--transition),
        box-shadow var(--transition);
}

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

/* Text */
.feature-content {
    flex: 1;
    min-width: 0;
}

.feature-content h3 {
    font-size: 18px;
    margin-bottom: 0px;
}

.feature-content p {
    color: var(--text-light);
    font-size: 14px;
    line-height: 16px;
}

/* Image */
.feature-image {
    width: 125px;
    height: 125px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
}

.feature-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.feature-card:hover .feature-image img {
    transform: scale(1.05);
}

        /* =========================================================
           CALL TO ACTION
        ========================================================= */
        .cta {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 30px;
            background: var(--cream-dark);
            border: 1px solid var(--border);
            border-radius: 20px;
            padding: 35px;
            margin-bottom: 50px;
        }

        .cta h2 {
            font-size: 25px;
            margin-bottom: 5px;
        }

        .cta p {
            color: var(--text-light);
            font-size: 14px;
        }

        /* =========================================================
           FOOTER
        ========================================================= */
        .footer {
            border-top: 1px solid var(--border);
            padding-top: 25px;
            color: var(--text-light);
            font-size: 13px;
        }

        /* =========================================================
           MOBILE
        ========================================================= */
        @media (max-width: 768px) {
            .sidebar {
                width: var(--sidebar-collapsed-width);
            }

            .sidebar .logo-text,
            .sidebar .nav-text {
                opacity: 0;
                width: 0;
            }

            .sidebar .nav-item {
                justify-content: center;
                padding: 0;
            }

            .main-content,
            .sidebar.collapsed ~ .main-content {
                margin-left: var(--sidebar-collapsed-width);
            }

            .content-wrapper {
                padding: 30px 20px;
            }

            .hero {
                padding: 25px 25px;
                min-height: 400px;
            }

            .hero::after {
                right: -20px;
                bottom: 0;
                font-size: 130px;
            }

            .feature-grid {
                grid-template-columns: 1fr;
            }

            .cta {
                flex-direction: column;
                align-items: flex-start;
            }
        }

        @media (max-width: 500px) {
            .page-header h1 {
                font-size: 34px;
            }

            .hero h2 {
                font-size: 40px;
            }

            .hero p {
                font-size: 15px;
            }

            .section-header {
                align-items: flex-start;
                flex-direction: column;
            }
        }
/* =========================================================
   PERSISTENT ORDER BUTTON
========================================================= */

.floating-order-button {
    position: fixed;
    top: 24px;
    right: 30px;
    z-index: 200;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 20px;
    background: var(--accent);
    color: var(--white);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    box-shadow:
        0 6px 20px rgba(61, 48, 40, 0.18);
    transition:
        background var(--transition),
        transform var(--transition),
        box-shadow var(--transition);
}

.floating-order-button:hover {
    background: var(--accent-dark);
    transform: translateY(-2px);
    box-shadow:
        0 8px 25px rgba(61, 48, 40, 0.24);
}

.order-icon {
    font-size: 17px;
}

/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 768px) {
    .floating-order-button {
        top: 16px;
        right: 16px;
        min-height: 44px;
        padding: 0 15px;
        font-size: 13px;
    }
}