/* ============================================================
   Edible Images Print – Main Stylesheet
   Brand: Cyan #29ABE2 | Magenta #EC008C | Yellow #F7E017
   ============================================================ */

:root {
    --cyan:    #29ABE2;
    --cyan-d:  #1a8abf;
    --cyan-l:  #e4f6fd;
    --mag:     #EC008C;
    --mag-d:   #c4006e;
    --mag-l:   #fce4f3;
    --yel:     #F7E017;
    --yel-d:   #c8b800;
    --yel-l:   #fffce0;
    --text:    #222;
    --muted:   #666;
    --border:  #e2e2e2;
    --white:   #ffffff;
    --bg:      #f5f7fa;
    --radius:  10px;
    --shadow:  0 2px 16px rgba(0,0,0,0.08);
    --font-head: 'Montserrat', sans-serif;
    --font-body: 'Open Sans', sans-serif;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--bg); color: var(--text); font-size: 16px; line-height: 1.6; }
a { color: var(--mag); text-decoration: none; }
a:hover { color: var(--mag-d); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
input, select, textarea, button { font-family: inherit; }

/* ── Layout ── */
.container { max-width: 1520px; margin: 0 auto; padding: 0 40px; }
.main-content { min-height: 60vh; }

/* ── Buttons ── */
.btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 13px 28px; border-radius: 4px; font-size: 15px; font-weight: 700;
    cursor: pointer; border: none; transition: all .2s;
    font-family: var(--font-head); letter-spacing: .02em; text-decoration: none;
}
.btn-mag    { background: var(--mag); color: #fff; }
.btn-mag:hover { background: var(--mag-d); color: #fff; transform: translateY(-1px); box-shadow: 0 4px 18px rgba(236,0,140,.3); }
.btn-cyan   { background: var(--cyan); color: #fff; }
.btn-cyan:hover { background: var(--cyan-d); color: #fff; transform: translateY(-1px); }
.btn-yel    { background: var(--yel); color: var(--text); font-weight: 800; }
.btn-yel:hover { background: var(--yel-d); transform: translateY(-1px); }
.btn-outline-mag { background: transparent; border: 2px solid var(--mag); color: var(--mag); }
.btn-outline-mag:hover { background: var(--mag); color: #fff; }
.btn-outline-white { background: transparent; border: 2px solid #fff; color: #fff; }
.btn-outline-white:hover { background: #fff; color: var(--mag); }
.btn-sm     { padding: 9px 20px; font-size: 13px; }
.btn-lg     { padding: 16px 36px; font-size: 17px; }
.btn-block  { display: flex; justify-content: center; width: 100%; }
.btn-whatsapp { background: #25D366; color: #fff; }
.btn-whatsapp:hover { background: #1ebe5a; color: #fff; transform: translateY(-1px); }

/* ── CMYK Strip ── */
.cmyk-strip { display: flex; height: 5px; }
.cmyk-strip div { flex: 1; }

/* ── Topbar ── */
.topbar { background: var(--cyan); color: #fff; font-size: 13px; padding: 8px 0; font-family: var(--font-head); font-weight: 600; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.topbar a { color: #fff; text-decoration: underline; }

/* ── Header ── */
.site-header { background: #fff; box-shadow: 0 1px 0 var(--border); position: sticky; top: 0; z-index: 100; }
.header-inner { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 20px; padding: 10px 40px; max-width: 1520px; margin: 0 auto; }
.logo-img { height: 80px; width: auto; mix-blend-mode: multiply; }
.header-search { display: flex; flex: 1; max-width: 560px; }
.header-search input { flex: 1; padding: 11px 18px; border: 2px solid var(--border); border-right: none; border-radius: 4px 0 0 4px; font-size: 14px; outline: none; transition: border-color .2s; }
.header-search input:focus { border-color: var(--cyan); }
.header-search button { padding: 11px 20px; background: var(--mag); color: #fff; border: none; border-radius: 0 4px 4px 0; cursor: pointer; font-size: 15px; transition: background .2s; }
.header-search button:hover { background: var(--mag-d); }
.header-actions { display: flex; gap: 6px; align-items: center; }
.icon-btn { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 8px 14px; border-radius: 8px; font-size: 11px; font-weight: 700; color: var(--text); cursor: pointer; transition: all .2s; text-decoration: none; position: relative; font-family: var(--font-head); letter-spacing: .03em; }
.icon-btn:hover { background: var(--mag-l); color: var(--mag); transform: translateY(-1px); }
.icon-btn .ic { font-size: 0; display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; }
.cart-badge { position: absolute; top: 4px; right: 6px; background: var(--mag); color: #fff; border-radius: 50%; width: 17px; height: 17px; font-size: 9px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.mobile-menu-toggle { display: none; background: none; border: none; font-size: 26px; cursor: pointer; padding: 6px; }

/* ── Navigation ── */
.main-nav { background: var(--mag); border-bottom: 4px solid var(--yel); width: 100%; }
.nav-inner { display: flex; align-items: stretch; justify-content: space-between; }
.nav-list { display: flex; flex-wrap: wrap; }
.nav-list a { display: block; color: rgba(255,255,255,.9); padding: 14px 18px; font-size: 13px; font-weight: 700; transition: all .2s; font-family: var(--font-head); text-transform: uppercase; letter-spacing: .03em; }
.nav-list a:hover, .nav-list a.active { color: #fff; background: var(--mag-d); }
.nav-right { display: flex; align-items: stretch; gap: 4px; }
.nav-contact { background: var(--cyan); color: #fff; padding: 0 24px; font-size: 13px; font-weight: 700; font-family: var(--font-head); text-transform: uppercase; letter-spacing: .05em; display: flex; align-items: center; transition: background .2s; text-decoration: none; }
.nav-contact:hover { background: var(--cyan-d); color: #fff; }
.nav-whatsapp { background: #25D366; color: #fff; padding: 0 22px; font-size: 13px; font-weight: 700; font-family: var(--font-head); text-transform: uppercase; letter-spacing: .05em; display: flex; align-items: center; gap: 8px; transition: background .2s; text-decoration: none; }
.nav-whatsapp:hover { background: #1ebe5a; color: #fff; }

/* ── Flash Messages ── */
.flash { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; font-weight: 600; font-size: 15px; }
.flash button { background: none; border: none; cursor: pointer; font-size: 18px; opacity: .7; }
.flash-success { background: #d4edda; color: #155724; border-bottom: 2px solid #28a745; }
.flash-error   { background: #f8d7da; color: #721c24; border-bottom: 2px solid #dc3545; }

/* ── Hero ── */
.hero { background: linear-gradient(135deg, var(--mag-l) 0%, var(--cyan-l) 60%, var(--yel-l) 100%); padding: 96px 0; position: relative; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.hero-eyebrow { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.hero-eyebrow span { font-family: var(--font-head); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--mag); }
.cdots { display: flex; gap: 5px; }
.cdot  { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.hero h1 { font-family: var(--font-head); font-size: 54px; font-weight: 900; line-height: 1.1; margin-bottom: 18px; letter-spacing: -.01em; color: var(--text); }
.hero h1 .am { color: var(--mag); }
.hero h1 .ac { color: var(--cyan); }
.hero p { font-size: 17px; color: var(--muted); margin-bottom: 32px; line-height: 1.75; max-width: 500px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 40px; }
.hstat { background: #fff; border-radius: var(--radius); padding: 16px 12px; text-align: center; box-shadow: var(--shadow); }
.hstat strong { display: block; font-family: var(--font-head); font-size: 22px; font-weight: 800; color: var(--text); }
.hstat span { font-size: 11px; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }
.hero-visual { position: relative; }
.hero-badge { position: absolute; top: -14px; right: -14px; background: var(--yel); color: var(--text); font-family: var(--font-head); font-size: 11px; font-weight: 900; width: 72px; height: 72px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1.3; box-shadow: 0 3px 12px rgba(0,0,0,.12); z-index: 2; }
.hero-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hcard { background: #fff; border-radius: 12px; box-shadow: var(--shadow); overflow: hidden; border: 1px solid var(--border); }
.hcard .hcard-img { height: 140px; display: flex; align-items: center; justify-content: center; font-size: 60px; }
.hcard .hcard-lbl { padding: 10px 14px; font-family: var(--font-head); font-size: 11px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; }

/* ── Features Strip ── */
.features-strip { background: #fff; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 22px 0; }
.features-list  { display: grid; grid-template-columns: repeat(4,1fr); }
.feat-item { display: flex; align-items: center; gap: 14px; padding: 14px 24px; border-right: 1px solid var(--border); }
.feat-item:last-child { border-right: none; }
.feat-icon-box { width: 44px; height: 44px; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.feat-text h4 { font-family: var(--font-head); font-size: 13px; font-weight: 700; margin-bottom: 2px; }
.feat-text p  { font-size: 11.5px; color: var(--muted); }

/* ── Sections ── */
.section { padding: 80px 0; }
.section-white { background: #fff; }
.section-header { margin-bottom: 48px; }
.section-header.center { text-align: center; }
.eyebrow { font-family: var(--font-head); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; display: block; margin-bottom: 10px; }
.section-header h2 { font-family: var(--font-head); font-size: 42px; font-weight: 800; color: var(--text); line-height: 1.2; }
.section-header p { font-size: 17px; color: var(--muted); margin-top: 10px; }
.accent-line { width: 52px; height: 4px; border-radius: 2px; margin-top: 16px; }
.section-header.center .accent-line { margin: 16px auto 0; }

/* ── Product Cards ── */
.products-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.product-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: all .22s; position: relative; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--cyan); }
.product-badge { position: absolute; top: 10px; left: 10px; z-index: 1; background: var(--mag); color: #fff; padding: 4px 12px; border-radius: 3px; font-size: 10px; font-weight: 700; font-family: var(--font-head); text-transform: uppercase; letter-spacing: .05em; }
.product-img { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; font-size: 72px; border-bottom: 1px solid var(--border); overflow: hidden; background: var(--mag-l); }
.product-img img { width: 100%; height: 100%; object-fit: cover; }
.product-info { padding: 18px; }
.category-tag { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 6px; font-family: var(--font-head); }
.product-info h3 { font-family: var(--font-head); font-size: 14px; font-weight: 700; margin-bottom: 10px; line-height: 1.45; color: var(--text); }
.product-info h3 a { color: var(--text); }
.product-info h3 a:hover { color: var(--mag); }
.product-price { font-family: var(--font-head); font-size: 20px; font-weight: 800; color: var(--mag); margin-bottom: 14px; }
.product-price .price-from { font-size: 11px; font-weight: 600; color: var(--muted); }

/* ── Category Cards ── */
.categories-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; }
.category-card { background: #fff; border-radius: var(--radius); padding: 26px 14px; text-align: center; border: 2px solid var(--border); transition: all .2s; display: block; color: var(--text); }
.category-card:hover { border-color: var(--mag); transform: translateY(-3px); box-shadow: var(--shadow); color: var(--text); }
.category-icon { width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 26px; margin: 0 auto 12px; }
.category-card h3 { font-family: var(--font-head); font-size: 12px; font-weight: 700; margin-bottom: 5px; line-height: 1.4; }
.category-card p { font-size: 11px; color: var(--muted); line-height: 1.5; }

/* ── Process Steps ── */
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; position: relative; }
.process-line { position: absolute; top: 37px; left: calc(12.5% + 14px); right: calc(12.5% + 14px); height: 2px; background: linear-gradient(90deg, var(--cyan), var(--mag)); z-index: 0; }
.process-step { text-align: center; padding: 0 10px; position: relative; z-index: 1; }
.step-number { width: 74px; height: 74px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-size: 28px; font-weight: 900; margin: 0 auto 20px; box-shadow: 0 4px 14px rgba(0,0,0,.1); }
.process-step h4 { font-family: var(--font-head); font-size: 14px; font-weight: 700; margin-bottom: 8px; }
.process-step p { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* ── Why Cards ── */
.why-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.why-card { background: #fff; border-radius: var(--radius); padding: 28px 22px; border-top: 4px solid var(--border); transition: border-color .2s; box-shadow: var(--shadow); }
.why-card:hover { border-top-color: var(--mag); }
.why-card .why-icon { font-size: 34px; margin-bottom: 14px; display: block; }
.why-card h4 { font-family: var(--font-head); font-size: 14px; font-weight: 700; margin-bottom: 8px; }
.why-card p { font-size: 13px; color: var(--muted); line-height: 1.7; }

/* ── Review Cards ── */
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.review-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; }
.stars { color: var(--yel-d); font-size: 17px; margin-bottom: 12px; letter-spacing: 2px; }
.review-text { font-size: 14px; color: var(--muted); line-height: 1.75; margin-bottom: 16px; font-style: italic; }
.reviewer-name { font-family: var(--font-head); font-size: 13px; font-weight: 700; }
.reviewer-name span { color: var(--muted); font-weight: 500; }

/* ── CTA Banner ── */
.cta-banner { background: linear-gradient(135deg, var(--mag), var(--cyan)); padding: 80px 0; text-align: center; }
.cta-banner h2 { font-family: var(--font-head); font-size: 38px; font-weight: 900; color: #fff; margin-bottom: 14px; }
.cta-banner p { font-size: 18px; color: rgba(255,255,255,.85); margin-bottom: 32px; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── Product Detail ── */
.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding: 48px 0; }
.product-image-main { border-radius: var(--radius); overflow: hidden; background: var(--mag-l); aspect-ratio: 1; display: flex; align-items: center; justify-content: center; font-size: 120px; }
.product-image-main img { width: 100%; height: 100%; object-fit: cover; }
.product-meta .category-tag { font-size: 12px; color: var(--cyan); margin-bottom: 8px; }
.product-meta h1 { font-family: var(--font-head); font-size: 30px; font-weight: 800; margin-bottom: 16px; line-height: 1.3; }
.product-price-display { font-family: var(--font-head); font-size: 32px; font-weight: 800; color: var(--mag); margin-bottom: 24px; }
.product-description { color: var(--muted); line-height: 1.7; margin-bottom: 24px; }
.variant-group label { display: block; font-weight: 700; margin-bottom: 8px; font-size: 14px; font-family: var(--font-head); }
.variant-options { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.variant-btn { padding: 8px 20px; border: 2px solid var(--border); border-radius: 4px; background: #fff; cursor: pointer; font-size: 14px; font-weight: 600; transition: all .2s; font-family: var(--font-head); }
.variant-btn.selected, .variant-btn:hover { border-color: var(--mag); background: var(--mag-l); color: var(--mag); }
.custom-field { margin-bottom: 20px; }
.custom-field label { display: block; font-weight: 700; margin-bottom: 8px; font-size: 14px; font-family: var(--font-head); }
.custom-field input, .custom-field textarea { width: 100%; padding: 12px 16px; border: 2px solid var(--border); border-radius: 4px; font-size: 14px; transition: border-color .2s; }
.custom-field input:focus, .custom-field textarea:focus { outline: none; border-color: var(--cyan); }
.upload-area { border: 2px dashed var(--mag); border-radius: var(--radius); padding: 32px; text-align: center; cursor: pointer; transition: background .2s; }
.upload-area:hover { background: var(--mag-l); }

/* ── Cart ── */
.cart-layout { display: grid; grid-template-columns: 1fr 360px; gap: 36px; padding: 48px 0; }
.cart-table { width: 100%; border-collapse: collapse; }
.cart-table th { padding: 14px 16px; text-align: left; font-family: var(--font-head); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); border-bottom: 2px solid var(--border); }
.cart-table td { padding: 20px 16px; border-bottom: 1px solid var(--border); vertical-align: middle; }
.cart-product { display: flex; align-items: center; gap: 16px; }
.cart-product-img { width: 72px; height: 72px; border-radius: var(--radius); background: var(--mag-l); display: flex; align-items: center; justify-content: center; font-size: 32px; flex-shrink: 0; overflow: hidden; }
.cart-product-img img { width: 100%; height: 100%; object-fit: cover; }
.cart-product-info h4 { font-family: var(--font-head); font-size: 14px; font-weight: 700; }
.cart-product-info .variant { font-size: 12px; color: var(--muted); }
.qty-input { width: 60px; text-align: center; padding: 6px; border: 2px solid var(--border); border-radius: 4px; font-size: 15px; font-weight: 700; }
.remove-btn { background: none; border: none; color: #e74c3c; cursor: pointer; font-size: 20px; padding: 4px 8px; border-radius: 4px; transition: background .2s; }
.remove-btn:hover { background: #fde8e8; }
.cart-summary { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px; align-self: start; position: sticky; top: 100px; }
.cart-summary h3 { font-family: var(--font-head); font-size: 18px; font-weight: 800; margin-bottom: 20px; border-bottom: 2px solid var(--border); padding-bottom: 12px; }
.summary-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 15px; }
.summary-row.total { font-size: 20px; font-weight: 800; border-top: 2px solid var(--border); margin-top: 8px; padding-top: 16px; color: var(--mag); font-family: var(--font-head); }

/* ── Checkout ── */
.checkout-layout { display: grid; grid-template-columns: 1fr 400px; gap: 40px; padding: 48px 0; }
.checkout-form h2 { font-family: var(--font-head); font-size: 20px; font-weight: 800; margin-bottom: 24px; border-left: 4px solid var(--mag); padding-left: 12px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group label { font-family: var(--font-head); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--text); }
.form-group input, .form-group select, .form-group textarea { padding: 12px 16px; border: 2px solid var(--border); border-radius: 4px; font-size: 15px; transition: border-color .2s; background: #fff; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--cyan); }
.form-group.has-error input, .form-group.has-error select { border-color: #e74c3c; }
.field-error { font-size: 12px; color: #e74c3c; font-weight: 600; }

/* ── Auth ── */
.auth-page { max-width: 520px; margin: 64px auto; padding: 0 24px; }
.auth-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 40px; }
.auth-card h1 { font-family: var(--font-head); font-size: 26px; font-weight: 800; margin-bottom: 6px; }
.auth-card .auth-sub { color: var(--muted); margin-bottom: 28px; font-size: 15px; }
.auth-tabs { display: flex; margin-bottom: 28px; border-bottom: 2px solid var(--border); }
.auth-tab { flex: 1; padding: 12px; text-align: center; font-family: var(--font-head); font-weight: 700; font-size: 14px; cursor: pointer; border: none; background: none; color: var(--muted); border-bottom: 3px solid transparent; margin-bottom: -2px; transition: all .2s; }
.auth-tab.active { color: var(--mag); border-bottom-color: var(--mag); }

/* ── Account ── */
.account-layout { display: grid; grid-template-columns: 260px 1fr; gap: 32px; padding: 48px 0; }
.account-sidebar { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 24px; align-self: start; }
.account-sidebar h3 { font-family: var(--font-head); font-size: 15px; font-weight: 800; margin-bottom: 16px; }
.account-nav a { display: block; padding: 10px 14px; border-radius: 4px; font-family: var(--font-head); font-weight: 600; font-size: 13px; color: var(--text); margin-bottom: 4px; transition: background .2s; }
.account-nav a:hover, .account-nav a.active { background: var(--mag-l); color: var(--mag); }
.account-content { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 32px; }
.account-content h2 { font-family: var(--font-head); font-size: 22px; font-weight: 800; margin-bottom: 24px; }

/* ── Orders Table ── */
.orders-table { width: 100%; border-collapse: collapse; }
.orders-table th { padding: 12px; text-align: left; background: var(--bg); font-family: var(--font-head); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); }
.orders-table td { padding: 14px 12px; border-bottom: 1px solid var(--border); font-size: 14px; }
.status-badge { padding: 4px 12px; border-radius: 4px; font-size: 11px; font-weight: 700; font-family: var(--font-head); display: inline-block; text-transform: uppercase; letter-spacing: .04em; }
.status-pending    { background: #fff3cd; color: #856404; }
.status-processing { background: #cce5ff; color: #004085; }
.status-completed  { background: #d4edda; color: #155724; }
.status-cancelled  { background: #f8d7da; color: #721c24; }

/* ── Admin ── */
.admin-layout { display: grid; grid-template-columns: 240px 1fr; min-height: 100vh; }
.admin-sidebar { background: linear-gradient(135deg, #1e3a5f, #2a1a4e); color: #fff; padding: 24px 0; }
.admin-logo { padding: 20px 20px 20px; border-bottom: 1px solid rgba(255,255,255,.1); margin-bottom: 16px; }
.admin-nav a { display: flex; align-items: center; gap: 10px; padding: 12px 20px; color: rgba(255,255,255,.7); font-family: var(--font-head); font-size: 13px; font-weight: 600; transition: all .2s; }
.admin-nav a:hover, .admin-nav a.active { background: rgba(236,0,140,.15); color: #fff; border-left: 3px solid var(--mag); }
.admin-main { background: #f5f7fa; padding: 32px; }
.admin-topbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.admin-topbar h1 { font-family: var(--font-head); font-size: 24px; font-weight: 800; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-bottom: 32px; }
.stat-card { background: #fff; border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); border-left: 4px solid var(--mag); }
.stat-card:nth-child(2) { border-color: var(--cyan); }
.stat-card:nth-child(3) { border-color: var(--yel-d); }
.stat-card:nth-child(4) { border-color: #27ae60; }
.stat-card .stat-value { font-family: var(--font-head); font-size: 32px; font-weight: 800; color: var(--text); }
.stat-card .stat-label { font-size: 13px; color: var(--muted); font-weight: 600; margin-top: 4px; }
.admin-table-wrapper { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; margin-bottom: 24px; }
.admin-table-header { padding: 20px 24px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--border); }
.admin-table-header h2 { font-family: var(--font-head); font-size: 17px; font-weight: 800; }
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th { padding: 12px 16px; text-align: left; background: var(--bg); font-family: var(--font-head); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); border-bottom: 1px solid var(--border); }
.admin-table td { padding: 14px 16px; border-bottom: 1px solid var(--border); font-size: 14px; vertical-align: middle; }
.admin-table tr:last-child td { border-bottom: none; }
.admin-table tr:hover td { background: #fafafa; }

/* ── Contact Page ── */
.contact-page { max-width: 800px; margin: 64px auto; padding: 0 24px 64px; }
.contact-page h1 { font-family: var(--font-head); font-size: 34px; font-weight: 800; margin-bottom: 8px; }
.contact-page .contact-intro { color: var(--muted); font-size: 17px; margin-bottom: 36px; }

/* ── Page Header ── */
.page-header { background: linear-gradient(135deg, var(--mag-l), var(--cyan-l)); padding: 44px 0; margin-bottom: 0; }
.page-header h1 { font-family: var(--font-head); font-size: 36px; font-weight: 800; margin-bottom: 6px; }
.page-header p  { color: var(--muted); font-size: 16px; }

/* ── Breadcrumb ── */
.breadcrumb { padding: 16px 0; font-size: 13px; color: var(--muted); }
.breadcrumb a  { color: var(--muted); }
.breadcrumb a:hover { color: var(--mag); }
.breadcrumb span { margin: 0 8px; }

/* ── Empty State ── */
.empty-state { text-align: center; padding: 80px 20px; }
.empty-state .empty-icon { font-size: 72px; margin-bottom: 16px; }
.empty-state h3 { font-family: var(--font-head); font-size: 22px; font-weight: 800; margin-bottom: 8px; }
.empty-state p  { color: var(--muted); margin-bottom: 24px; }

/* ── Order Success ── */
.success-page { max-width: 600px; margin: 80px auto; text-align: center; padding: 0 24px; }
.success-icon { font-size: 80px; margin-bottom: 24px; animation: pop .5s ease; }
@keyframes pop { 0%{transform:scale(0)} 80%{transform:scale(1.1)} 100%{transform:scale(1)} }
.success-page h1 { font-family: var(--font-head); font-size: 32px; font-weight: 800; color: #27ae60; margin-bottom: 12px; }
.order-number-display { font-family: monospace; font-size: 22px; font-weight: 700; color: var(--mag); padding: 12px 24px; background: var(--mag-l); border-radius: 4px; display: inline-block; margin: 16px 0; }

/* ── Footer ── */
.site-footer { background: linear-gradient(135deg, #1e3a5f, #2a1a4e); color: rgba(255,255,255,.65); padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-logo-img { height: 60px; width: auto; margin-bottom: 14px; display: block; filter: brightness(0) invert(1); }
.footer-domain { font-family: var(--font-head); font-size: 13px; font-weight: 700; color: var(--cyan); margin-bottom: 12px; letter-spacing: .05em; }
.footer-desc { font-size: 13px; line-height: 1.75; color: rgba(255,255,255,.5); margin-bottom: 18px; }
.social-btns { display: flex; gap: 10px; }
.social-btn { width: 38px; height: 38px; border-radius: 4px; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; font-size: 16px; cursor: pointer; transition: background .2s; text-decoration: none; }
.social-btn:hover { background: var(--mag); }
.footer-col h4 { font-family: var(--font-head); font-size: 12px; font-weight: 700; color: #fff; margin-bottom: 16px; text-transform: uppercase; letter-spacing: .1em; }
.footer-col ul li { margin-bottom: 9px; }
.footer-col ul li a { font-size: 13px; color: rgba(255,255,255,.5); transition: color .2s; }
.footer-col ul li a:hover { color: var(--cyan); }
.footer-col p { font-size: 13px; color: rgba(255,255,255,.5); margin-bottom: 8px; line-height: 1.6; }
.footer-col a { color: var(--cyan); }
.footer-bottom { padding: 20px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,.3); }
.footer-cmyk { display: flex; width: 60px; height: 4px; border-radius: 2px; overflow: hidden; }
.pay-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.pay-chip { background: rgba(255,255,255,.08); padding: 4px 12px; border-radius: 4px; font-size: 11px; color: rgba(255,255,255,.45); font-family: var(--font-head); font-weight: 600; }

/* ── Utilities ── */
.text-center { text-align: center; }
.text-mag    { color: var(--mag); }
.text-cyan   { color: var(--cyan); }
.text-muted  { color: var(--muted); }
.divider     { border: none; border-top: 2px solid var(--border); margin: 24px 0; }
.mt-1{margin-top:8px} .mt-2{margin-top:16px} .mt-3{margin-top:24px} .mt-4{margin-top:32px}
.mb-1{margin-bottom:8px} .mb-2{margin-bottom:16px} .mb-3{margin-bottom:24px}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .container { padding: 0 24px; }
    .header-inner { padding: 12px 24px; }
    .hero h1 { font-size: 40px; }
    .products-grid { grid-template-columns: repeat(2,1fr); }
    .categories-grid { grid-template-columns: repeat(3,1fr); }
    .why-grid { grid-template-columns: repeat(2,1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .header-inner { grid-template-columns: auto auto auto; }
    .header-search { display: none; }
    .mobile-menu-toggle { display: block; }
    .main-nav { display: none; }
    .main-nav.open { display: block; }
    .nav-inner { flex-direction: column; }
    .nav-list { flex-direction: column; }
    .nav-right { flex-direction: column; }
    .hero-inner { grid-template-columns: 1fr; }
    .hero-visual { display: none; }
    .features-list { grid-template-columns: repeat(2,1fr); }
    .cart-layout { grid-template-columns: 1fr; }
    .checkout-layout { grid-template-columns: 1fr; }
    .account-layout { grid-template-columns: 1fr; }
    .product-detail { grid-template-columns: 1fr; }
    .admin-layout { grid-template-columns: 1fr; }
    .admin-sidebar { display: none; }
    .stats-grid { grid-template-columns: repeat(2,1fr); }
    .process-grid { grid-template-columns: repeat(2,1fr); }
    .reviews-grid { grid-template-columns: 1fr; }
    .form-grid { grid-template-columns: 1fr; }
    .categories-grid { grid-template-columns: repeat(2,1fr); }
    .products-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
    .products-grid { grid-template-columns: 1fr; }
    .hero h1 { font-size: 32px; }
    .why-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
}

/* Product page main image fix */
#main-product-img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ── WhatsApp float button ──────────────────────────────────── */
.wa-float{position:fixed;bottom:28px;right:28px;z-index:9999;background:#25D366;color:#fff;border-radius:50px;padding:12px 20px 12px 14px;display:flex;align-items:center;gap:10px;box-shadow:0 4px 20px rgba(37,211,102,.4);text-decoration:none;font-family:var(--font-head);font-size:14px;font-weight:700;transition:all .3s}
/* On designer page, move WhatsApp to left so it doesn't cover Add to Cart */
.page-designer .wa-float{right:auto;left:28px}
.wa-float:hover{background:#20ba5a;transform:scale(1.05);box-shadow:0 6px 28px rgba(37,211,102,.5)}
.wa-float-label{white-space:nowrap}
@media(max-width:600px){.wa-float-label{display:none}.wa-float{padding:14px;border-radius:50%}}

/* ── Cookie consent ─────────────────────────────────────────── */
#cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9998;background:#1e3a5f;color:#fff;padding:16px 24px;box-shadow:0 -4px 20px rgba(0,0,0,.15)}
.cookie-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.cookie-inner p{margin:0;font-size:14px;flex:1;line-height:1.5}
.cookie-btns{display:flex;gap:8px;flex-shrink:0}

/* ── Mobile menu improvements ───────────────────────────────── */
.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:5px}
.mobile-menu-toggle span{display:block;width:24px;height:2px;background:var(--text);transition:all .3s;border-radius:2px}
.mobile-menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.mobile-menu-toggle.is-open span:nth-child(2){opacity:0}
.mobile-menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-only{display:none}
@media(max-width:900px){
    .mobile-menu-toggle{display:flex}
    .main-nav{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(0.4,0,0.2,1);background:var(--mag)}
    .main-nav.nav-open{max-height:700px}
    .nav-inner{flex-direction:column;align-items:flex-start;gap:0;padding:4px 0 12px}
    .nav-list{flex-direction:column;width:100%;gap:0}
    .nav-list a{display:block;padding:13px 24px;border-bottom:1px solid rgba(255,255,255,.1);font-size:14px}
    .nav-list a:hover,.nav-list a.active{background:var(--mag-d)}
    .nav-right{width:100%;display:flex;padding:8px 16px;gap:8px;border-top:2px solid rgba(255,255,255,.15);margin-top:4px}
    .nav-contact,.nav-whatsapp{padding:10px 16px;border-radius:6px;font-size:13px}
    .mobile-only{display:list-item}
}

/* ── Product image zoom on hover ────────────────────────────── */
.product-img{overflow:hidden}
.product-img img{transition:transform .4s ease}
.product-img:hover img{transform:scale(1.06)}
.product-image-main img{transition:transform .4s ease;cursor:zoom-in}
.product-image-main:hover img{transform:scale(1.04)}

/* ── Star ratings ───────────────────────────────────────────── */
.stars{display:inline-flex;gap:2px;font-size:18px;line-height:1}
.stars .star{color:#ddd;cursor:pointer;transition:color .15s}
.stars .star.on{color:#f59e0b}
.rating-summary{display:flex;align-items:center;gap:10px;margin-bottom:20px}
.rating-avg{font-family:var(--font-head);font-size:32px;font-weight:900;color:var(--text);line-height:1}
.rating-count{font-size:13px;color:var(--muted)}

/* ── Review cards ───────────────────────────────────────────── */
.review-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:20px;margin-bottom:14px}
.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}
.review-name{font-family:var(--font-head);font-size:14px;font-weight:700}
.review-date{font-size:12px;color:var(--muted)}
.review-title{font-weight:700;margin-bottom:4px;font-size:15px}
.review-body{color:var(--muted);font-size:14px;line-height:1.6}

/* ── Wishlist heart button ──────────────────────────────────── */
.wish-btn{position:absolute;top:10px;right:10px;background:#fff;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;box-shadow:0 2px 8px rgba(0,0,0,.12);transition:all .2s;z-index:2}
.wish-btn:hover{transform:scale(1.15);box-shadow:0 4px 14px rgba(0,0,0,.18)}
.wish-btn.wished{color:#e74c3c}
.product-card{position:relative}

/* ── Loading animation ──────────────────────────────────────── */
@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}
.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:6px}

/* ── Upsell section ─────────────────────────────────────────── */
.upsell-section{background:#fff;border:1px solid var(--border);border-radius:12px;padding:24px;margin-bottom:20px}
.upsell-title{font-family:var(--font-head);font-size:15px;font-weight:800;margin-bottom:16px;display:flex;align-items:center;gap:8px}
.upsell-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.upsell-card{display:flex;gap:12px;padding:10px;border:1px solid var(--border);border-radius:8px;align-items:center;transition:border-color .2s}
.upsell-card:hover{border-color:var(--mag)}
.upsell-img{width:52px;height:52px;border-radius:6px;background:var(--mag-l);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;overflow:hidden}
.upsell-img img{width:100%;height:100%;object-fit:cover}
.upsell-name{font-family:var(--font-head);font-size:12px;font-weight:700;line-height:1.3}
.upsell-price{font-size:13px;font-weight:800;color:var(--mag);margin-top:3px}

/* ── Language Switcher ─────────────────────────────────────────── */
.lang-switcher{position:relative;display:inline-block}
.lang-current{background:none;border:1px solid rgba(255,255,255,.3);border-radius:6px;padding:6px 10px;color:#fff;cursor:pointer;font-family:var(--font-head);font-size:12px;font-weight:700;display:flex;align-items:center;gap:5px;white-space:nowrap;transition:all .2s}
.lang-current:hover{border-color:var(--mag);background:var(--mag-l);color:var(--mag)}
.lang-dropdown{display:none;position:absolute;right:0;top:calc(100% + 6px);background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.12);min-width:150px;z-index:1000;overflow:hidden}
.lang-dropdown a{display:flex;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:600;color:var(--text);text-decoration:none;font-family:var(--font-head);transition:background .15s}
.lang-dropdown a:hover{background:var(--mag-l);color:var(--mag)}
.lang-switcher-flags{display:flex;gap:4px;align-items:center}
.lang-flag{font-size:18px;cursor:pointer;opacity:.6;transition:opacity .2s;text-decoration:none;line-height:1}
.lang-flag:hover,.lang-flag.active{opacity:1}
