/*
Theme Name: OpsKit
Theme URI: https://example.invalid
Author: Autopilot
Description: Premium minimal WooCommerce theme for digital professional products.
Version: 1.0.0
Text Domain: opskit
*/
:root{
  --ink:#101114;--muted:#646a73;--paper:#f6f5f1;--white:#fff;--line:#deddd7;
  --accent:#3157ff;--accent2:#1d35a8;--radius:18px;--shadow:0 20px 60px rgba(16,17,20,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(246,245,241,.93);backdrop-filter:blur(14px);border-bottom:1px solid rgba(16,17,20,.08)}
.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{font-size:20px;font-weight:900;letter-spacing:-.03em}
.nav{display:flex;gap:24px;align-items:center;font-size:14px;font-weight:700}
.nav .menu{display:flex;gap:22px;list-style:none;margin:0;padding:0}
.cart-link{padding:10px 15px;border:1px solid var(--ink);border-radius:999px}
.hero{padding:100px 0 72px;border-bottom:1px solid var(--line)}
.eyebrow{display:inline-flex;gap:8px;align-items:center;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900;color:var(--accent)}
.hero h1{font-size:clamp(48px,8vw,102px);line-height:.92;letter-spacing:-.07em;margin:22px 0;max-width:1000px}
.hero p{font-size:clamp(18px,2vw,23px);max-width:700px;color:var(--muted);margin:0 0 32px}
.actions{display:flex;gap:12px;flex-wrap:wrap}
.btn,.button,button,input[type=submit]{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 22px;border:1px solid var(--ink);background:var(--ink);color:white;font-weight:800;cursor:pointer}
.btn.alt{background:transparent;color:var(--ink)}
.btn:hover,.button:hover{transform:translateY(-1px)}
.stats{padding:28px 0;border-bottom:1px solid var(--line)}
.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.stat{font-weight:800}.stat span{display:block;color:var(--muted);font-size:13px;font-weight:600}
.section{padding:76px 0}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}
.section-head h2{font-size:clamp(32px,5vw,56px);line-height:1;letter-spacing:-.05em;margin:0}
.section-head p{max-width:500px;color:var(--muted);margin:0}
.product-grid,.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:0!important;padding:0!important}
.product-card,.woocommerce ul.products li.product{width:auto!important;float:none!important;margin:0!important;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);padding:0 0 22px!important}
.product-card img,.woocommerce ul.products li.product img{margin:0 0 18px!important;aspect-ratio:4/3;object-fit:cover;background:#e8e7e2}
.product-card .inner,.woocommerce ul.products li.product h2,.woocommerce ul.products li.product .price,.woocommerce ul.products li.product .button{margin-left:20px!important;margin-right:20px!important}
.product-card h3{font-size:23px;line-height:1.1;letter-spacing:-.035em;margin:8px 0}
.product-card p{color:var(--muted)}
.price,.woocommerce div.product p.price{font-weight:900;color:var(--ink)!important}
.feature-band{background:var(--ink);color:white}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.feature{padding:16px 0}.feature h3{font-size:23px;margin:0 0 8px}.feature p{color:#b8bdc7;margin:0}
.content-shell{width:min(980px,calc(100% - 40px));margin:0 auto;padding:60px 0}
.content-shell h1{font-size:clamp(40px,6vw,72px);line-height:1;letter-spacing:-.05em}
.notice-legal{padding:12px 16px;background:#fff3cd;border:1px solid #e5c765;border-radius:10px}
.site-footer{border-top:1px solid var(--line);padding:46px 0 70px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px}.footer-grid p{color:var(--muted)}
.woocommerce .quantity .qty{padding:12px;border:1px solid var(--line);border-radius:10px}
.woocommerce div.product{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}
.woocommerce div.product .product_title{font-size:clamp(38px,5vw,64px);line-height:1;letter-spacing:-.05em}
.woocommerce-message,.woocommerce-info{border-top-color:var(--accent)}
.woocommerce-message::before,.woocommerce-info::before{color:var(--accent)}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{padding:13px;border:1px solid var(--line);border-radius:10px}
@media(max-width:820px){
  .nav .menu{display:none}.product-grid,.products,.stats-grid,.feature-grid,.footer-grid{grid-template-columns:1fr!important}
  .hero{padding-top:72px}.section{padding:56px 0}.header-inner{height:66px}
}
