:root{--accent:#b8860b;--muted:#666}
*{box-sizing:border-box}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,'Helvetica Neue',Arial;background:#fff;color:#111;margin:0}
.topbar{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:linear-gradient(90deg,#fff,#fff);border-bottom:1px solid #eee}
.topbar h1{margin:0;font-size:18px;color:var(--accent)}
.topbar .tag{margin:0;font-size:12px;color:var(--muted)}
.admin-link{font-size:14px;color:var(--muted);text-decoration:none}
.container{padding:16px;max-width:1100px;margin:0 auto}
.hero{padding:10px 0}
.products{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;margin-top:12px}
.card{border:1px solid #eee;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;background:#fafafa}
.card-media{background:#fff}
.card-media img{width:100%;height:260px;object-fit:cover}
.card-body{padding:12px}
.card-body h3{margin:0 0 6px 0}
.price{color:var(--accent);font-weight:700;margin:6px 0}
.actions{display:flex;gap:8px;margin-top:8px;align-items:center}
button{background:var(--accent);color:white;padding:8px 10px;border:none;border-radius:8px;cursor:pointer}
a.video-btn{display:inline-block;padding:8px 10px;border-radius:8px;background:#f5f5f5;border:1px solid #eee;text-decoration:none;margin-left:6px}
.form-box, .login-box{max-width:480px;margin:30px auto;padding:16px;border:1px solid #eee;border-radius:8px;background:#fff}
.form-box label, .login-box label{display:block;margin:8px 0}
.form-box input, .login-box input, textarea{width:100%;padding:8px;border:1px solid #ddd;border-radius:6px}
.form-actions{display:flex;gap:10px;margin-top:10px}
.modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.5);align-items:center;justify-content:center}
.modal.show{display:flex}
.modal-content{background:white;padding:16px;border-radius:10px;max-width:520px;width:95%;position:relative}
.modal-close{position:absolute;right:8px;top:8px;border:none;background:transparent;font-size:18px}
.hint{font-size:12px;color:var(--muted)}
.admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}
.admin-card{display:flex;gap:10px;padding:10px;border:1px solid #eee;border-radius:8px;background:#fff}
.admin-card img{width:120px;height:100px;object-fit:cover;border-radius:6px}
.admin-ctrls a{margin-right:8px;color:var(--muted);text-decoration:none}
@media (max-width:520px){
  .card-media img{height:180px}
}
.whatsapp-btn {
    background: linear-gradient(90deg, #25D366, #128C7E);
    color: #fff !important;
    border-radius: 8px;
    padding: 10px 14px;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(37,211,102,0.3);
    border: none;
    cursor: pointer;
    transition: 0.2s ease;
}

.whatsapp-btn:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}
/* =========================================
   PROFESSIONAL GLASSMORPHIC BAKERY THEME
   ========================================= */

/* Background: soft bakery gradient */
body {
    background: linear-gradient(135deg, #fff4e7, #ffe8d1) !important;
    backdrop-filter: blur(4px);
}

/* Topbar glassmorphic */
.topbar {
    background: rgba(255, 255, 255, 0.45) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border-radius: 0 0 12px 12px;
}

/* Tag color bakery brown */
.topbar .tag {
    color: #7a5a45 !important;
}

/* Contact bar glass effect */
.contact-bar {
    background: rgba(255, 255, 255, 0.30) !important;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    padding: 10px;
}

/* Contact items brown tone */
.contact-item {
    color: #5a3e36 !important;
    font-weight: 600;
}

/* Hero section glass container */
.hero {
    background: rgba(255, 255, 255, 0.35) !important;
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 20px;
    border: 1px solid rgba(255,255,255,0.45);
    box-shadow: 0 6px 25px rgba(0,0,0,0.08);
}

/* Map card glass edges */
.map-card {
    background: rgba(255, 255, 255, 0.28) !important;
    border: 1px solid rgba(255,255,255,0.45);
    border-radius: 14px;
    backdrop-filter: blur(18px);
    overflow: hidden;
}

/* Product card: frosted glass */
.card {
    background: rgba(255, 255, 255, 0.35) !important;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 16px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* Product name darker for readability */
.card h3 {
    color: #5a3e36 !important;
}

/* Price warm caramel */
.price {
    color: #b87a3f !important;
    font-weight: bold;
}

/* Remove white bg behind image container */
.card-media {
    background: transparent !important;
}

/* Buttons (primary) – glass caramel */
.btn-primary {
    background: rgba(200, 140, 80, 0.75) !important;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(200, 140, 80, 0.35) !important;
    color: #fff !important;
    border-radius: 10px;
}

/* Outline button glass style */
.btn-outline {
    background: rgba(255, 255, 255, 0.35) !important;
    backdrop-filter: blur(10px);
    color: #A26A41 !important;
    border: 1px solid rgba(162,106,65,0.45) !important;
}

/* WhatsApp button stays strong green but glassy */
.whatsapp-btn {
    background: rgba(19, 144, 83, 0.85) !important;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(19, 144, 83, 0.5);
    color: white !important;
}

/* Video button glass grey */
.video-btn {
    background: rgba(255, 255, 255, 0.26) !important;
    border: 1px solid rgba(200,200,200,0.4) !important;
    color: #4e3b33 !important;
}

/* Modal glass window */
.modal-content {
    background: rgba(255, 255, 255, 0.30) !important;
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,0.5);
}

/* Slider dots bakery theme */
.slider .dots div {
    background: rgba(180, 120, 60, 0.4) !important;
}

.slider .dots div.active {
    background: rgba(180, 120, 60, 0.9) !important;
}
/* ======================================================
   PROFESSIONAL RESPONSIVE HERO (Bakery Optimized)
   Keeps the same HTML — only improves layout & fit
   ====================================================== */

.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 30px 20px !important;
    flex-wrap: wrap;
}

/* Left text block */
.hero-left {
    flex: 1;
    min-width: 260px;
}

.hero-left h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #5a3e36; /* bakery brown */
}

.hero-left p {
    font-size: 16px;
    color: #7b665c;
    margin-bottom: 14px;
}

/* Buttons row */
.hero-cta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* Right side map container */
.hero-right {
    flex: 1;
    min-width: 260px;
    display: flex;
    justify-content: flex-end;
}

/* Map card better layout and spacing */
.map-card {
    width: 100%;
    max-width: 380px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* Map iframe fits perfectly */
.map-card iframe {
    width: 100%;
    height: 220px;
    border: none;
}

/* Map caption */
.map-caption {
    padding: 10px 12px;
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(6px);
    font-size: 14px;
    color: #5a3e36;
    font-weight: 600;
    border-top: 1px solid rgba(0,0,0,0.05);
}

/* =============================
   MOBILE RESPONSIVE FIX
   ============================= */

@media (max-width: 768px) {

    .hero {
        flex-direction: column;
        text-align: center;
        padding: 20px 10px !important;
    }

    .hero-left h2 {
        font-size: 22px;
    }

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

    .hero-right {
        justify-content: center;
        width: 100%;
    }

    .map-card iframe {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .map-card {
        max-width: 100%;
    }

    .hero-left h2 {
        font-size: 20px;
    }

    .hero-left p {
        font-size: 14px;
    }
}
