/*
Theme Name: Merchandise Lite Agency
Theme URI: https://merchandiselite.com/
Author: Merchandise Lite
Description: Admin-managed responsive Merchandise Lite agency theme with a frontend client portal shell and Elementor-inspired visual layout controls.
Version: 2.0.0
Requires at least: 6.2
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: merchandise-lite
*/
:root{--ml-primary:#1f4f8f;--ml-primary-dark:#173d70;--ml-accent:#fcb900;--ml-ink:#172033;--ml-muted:#687386;--ml-bg:#f6f8fb;--ml-card:#fff;--ml-border:#e6eaf0;--ml-radius:16px;--ml-shadow:0 10px 30px rgba(23,32,51,.07)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ml-bg);color:var(--ml-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.65}a{color:var(--ml-primary);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}
.ml-container{width:min(1180px,92%);margin-inline:auto}.site-header{background:#fff;border-bottom:1px solid var(--ml-border);position:sticky;top:0;z-index:100}.ml-nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.ml-brand img{display:block;width:210px;max-height:62px;object-fit:contain}.ml-menu{display:flex;align-items:center;gap:22px;list-style:none;margin:0;padding:0}.ml-menu a{font-weight:700;color:var(--ml-ink)}.ml-nav-cta{background:var(--ml-primary);color:#fff!important;padding:10px 16px;border-radius:10px}.ml-nav-toggle{display:none;background:none;border:0;font-size:25px;cursor:pointer}.ml-main{min-height:65vh}
.ml-hero{padding:85px 0 70px;background:linear-gradient(135deg,#f9fbff,#edf4ff)}.ml-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center}.ml-eyebrow{display:inline-flex;padding:6px 11px;border-radius:999px;background:#e7f0ff;color:var(--ml-primary);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.ml-hero h1{font-size:clamp(40px,6vw,68px);line-height:1.05;margin:18px 0}.ml-hero p{font-size:18px;color:var(--ml-muted);max-width:650px}.ml-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.ml-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;padding:12px 19px;border-radius:10px;font-weight:800;cursor:pointer}.ml-btn-primary{background:var(--ml-primary);color:#fff}.ml-btn-primary:hover{background:var(--ml-primary-dark);text-decoration:none}.ml-btn-secondary{background:#fff;border-color:var(--ml-border);color:var(--ml-ink)}.ml-hero-card{background:#fff;border:1px solid var(--ml-border);border-radius:22px;padding:28px;box-shadow:var(--ml-shadow)}
.ml-section{padding:78px 0}.ml-section-head{text-align:center;max-width:760px;margin:0 auto 38px}.ml-section-head h2{font-size:36px;line-height:1.2;margin:0 0 10px}.ml-section-head p{color:var(--ml-muted)}.ml-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.ml-card{background:#fff;border:1px solid var(--ml-border);border-radius:var(--ml-radius);padding:25px;box-shadow:0 5px 18px rgba(23,32,51,.03)}.ml-card h3{margin-top:0}.ml-card p{color:var(--ml-muted)}.ml-icon{width:42px;height:42px;display:grid;place-items:center;background:#edf4ff;color:var(--ml-primary);border-radius:12px;font-weight:900;margin-bottom:15px}.ml-cta{background:var(--ml-primary);color:#fff;border-radius:24px;padding:45px}.ml-cta h2{margin-top:0;color:#fff}.ml-cta p{color:#dbe8fa}
.site-footer{background:#111827;color:#cbd5e1;padding:45px 0}.site-footer a{color:#fff}.ml-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:35px}.site-footer h3{color:#fff}.ml-footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:20px;font-size:14px}.ml-content{padding:55px 0}.ml-content-inner{background:#fff;border:1px solid var(--ml-border);border-radius:var(--ml-radius);padding:35px}.ml-page-title{font-size:42px;line-height:1.2;margin-top:0}
@media(max-width:900px){.ml-hero-grid{grid-template-columns:1fr}.ml-grid{grid-template-columns:repeat(2,1fr)}.ml-footer-grid{grid-template-columns:1fr 1fr}.ml-nav-toggle{display:block}.ml-menu{display:none;position:absolute;left:4%;right:4%;top:70px;background:#fff;border:1px solid var(--ml-border);padding:15px;border-radius:14px;box-shadow:var(--ml-shadow);flex-direction:column;align-items:stretch}.ml-menu.is-open{display:flex}}
@media(max-width:600px){.ml-hero{padding:55px 0}.ml-section{padding:55px 0}.ml-grid,.ml-footer-grid{grid-template-columns:1fr}.ml-hero h1{font-size:42px}.ml-content-inner{padding:22px}.ml-brand img{width:175px}}
