/*
Theme Name: Monkey Mobile
Version: 0.1.0
Description: Hebrew RTL WooCommerce storefront for Monkey Mobile. Staging draft.
Text Domain: monkey-mobile
*/
:root{--ink:#111820;--muted:#56616b;--paper:#f5f6f7;--lime:#d4fc58;--line:#dfe3e5}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #426c00;outline-offset:4px}.wrap{width:min(1240px,92%);margin:auto}.top{background:var(--ink);color:white;text-align:center;padding:8px;font-size:13px}.header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 0;border-bottom:1px solid var(--line);flex-wrap:wrap}.brand{font-size:24px;font-weight:900;letter-spacing:-1px}.brand span{background:var(--lime);border-radius:50%;display:inline-grid;place-items:center;width:38px;height:38px;margin-inline-end:8px}nav{display:flex;gap:22px;flex-wrap:wrap;font-size:14px}.hero{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:center;padding:64px 0}.eyebrow{font-size:13px;letter-spacing:2px;font-weight:bold}h1{font-size:clamp(42px,6vw,80px);line-height:1.09;letter-spacing:-2px;margin:22px 0}h2{font-size:32px;line-height:1.3}h3{font-size:23px;line-height:1.3}.hero p{max-width:470px;color:var(--muted);font-size:18px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin:26px 0}.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{display:inline-block;background:var(--ink);color:white;border-radius:9px;padding:13px 23px;font-weight:bold;border:0;font-size:15px}.button.secondary{background:white;color:var(--ink);border:1px solid var(--line)}.art{min-height:420px;border-radius:30px;background:radial-gradient(ellipse at 30% 20%,#658266,#172524 60%);position:relative;overflow:hidden;display:grid;place-items:center}.phone{width:180px;height:330px;border:7px solid #969e98;border-radius:34px;transform:rotate(-16deg);background:linear-gradient(150deg,#c9e497,#304a37 65%,#0a1714);box-shadow:35px 35px 55px #0008;position:relative}.phone:before{content:'';position:absolute;top:10px;left:57px;width:53px;height:15px;border-radius:20px;background:#101512}.art small{position:absolute;bottom:22px;color:#dce8df;font-size:11px}.strip{border-block:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;padding:18px 0;flex-wrap:wrap;font-size:14px}.section{padding:40px 0}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:white;border:1px solid var(--line);border-radius:18px;padding:28px}.card p{color:var(--muted)}.card .number{font-size:12px;color:var(--muted)}.banner{background:var(--ink);color:white;padding:40px;border-radius:24px;display:flex;align-items:center;justify-content:space-between;gap:30px}.banner .button{background:var(--lime);color:var(--ink)}footer{margin-top:50px;border-top:1px solid var(--line);padding:32px 0;color:var(--muted)}.content{min-height:45vh;padding:40px 0}.skip{position:absolute;top:-100px}.skip:focus{top:0;background:white;z-index:9}.woocommerce ul.products li.product{background:white;padding:18px;border-radius:16px}.woocommerce input,.woocommerce select,.woocommerce textarea{padding:12px;max-width:100%}.woocommerce div.product .product_title{font-size:36px}.woocommerce table.shop_table{background:white}.entry-content img{max-width:100%;height:auto}@media(max-width:760px){.hero{grid-template-columns:1fr;padding:35px 0}.art{min-height:340px}.phone{height:270px;width:150px}.grid{grid-template-columns:1fr}.banner{display:block;padding:26px}nav{gap:14px}.header{gap:14px}h1{font-size:48px}}
