/*
Theme Name: Shedfolk Pro
Version: 1.0
Author: Shedfolk
Description: Premium WooCommerce theme for an outdoor storage shed store.
*/
:root{--ink:#202326;--muted:#687078;--surface:#f5f4f1;--accent:#8c8172;--accent2:#6f665b;--max:1280px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,Arial,sans-serif;line-height:1.55}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(var(--max),calc(100% - 48px));margin:auto}
.header{position:sticky;top:0;z-index:99;background:#202224;color:white}.nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:25px}.logo{font-weight:800;font-size:22px;display:flex;gap:10px;align-items:center}.mark{width:34px;height:34px;border:2px solid white;border-radius:7px;display:grid;place-items:center}.menu{display:flex;gap:32px;font-size:14px}.actions{display:flex;align-items:center;gap:15px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;padding:14px 22px;font-weight:800;cursor:pointer}.primary{background:var(--accent);color:white}.hero{display:grid;grid-template-columns:43% 57%;min-height:640px}.copy{padding:75px 8%;display:flex;flex-direction:column;justify-content:center}.copy h1{font-size:clamp(44px,5vw,72px);line-height:1.02;letter-spacing:-2.5px;margin:0 0 20px}.copy>p{font-size:18px;color:#555;max-width:540px}.features{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin:20px 0 30px}.feature{display:grid;grid-template-columns:48px 1fr;gap:11px}.icon{width:48px;height:48px;border-radius:50%;background:#756c61;color:white;display:grid;place-items:center}.feature b{display:block}.feature small{color:#666}.price{display:flex;gap:15px;align-items:center}.price strong{font-size:42px}.price del{font-size:20px;color:#999}.trust{display:flex;gap:20px;flex-wrap:wrap;margin-top:20px;font-size:13px}.hero-media{position:relative;min-height:640px;background:#ddd;overflow:hidden}.hero-media img{width:100%;height:100%;object-fit:cover}.play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:86px;height:86px;border-radius:50%;border:3px solid white;background:#0005;color:white;font-size:30px;z-index:2}.video-label{position:absolute;left:50%;top:calc(50% + 70px);transform:translateX(-50%);z-index:2;background:#222c;color:white;border-radius:30px;padding:8px 17px;font-size:12px;font-weight:800}
.gallery{padding:28px 0}.gallery-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.gallery-grid img{height:170px;width:100%;object-fit:cover;border-radius:12px}.section{padding:62px 0}.spec{background:var(--surface);border-radius:18px;padding:40px;display:grid;grid-template-columns:1.05fr 1.2fr .85fr;gap:25px;align-items:center}.title{font-size:36px;line-height:1.1;margin:0 0 10px}.sub{color:#666}.spec-list{display:grid;gap:20px}.spec-item{display:grid;grid-template-columns:44px 1fr;gap:12px}.spec-item b{display:block}.spec-item small{color:#555}.spec-image{min-height:320px;display:grid;place-items:center}.spec-image img{max-height:360px;object-fit:contain}.spec-card{background:white;border-radius:14px;padding:22px;display:grid;gap:18px;box-shadow:0 8px 30px #00000008}.center{text-align:center}.needs{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.need img{height:220px;width:100%;object-fit:cover;border-radius:14px}.need b{display:block;text-align:center;padding:8px}.benefits{background:#242729;color:white}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.benefit{display:grid;grid-template-columns:40px 1fr;gap:10px}.benefit small{color:#ddd}.footer{background:#17191a;color:#bbb;padding:50px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px}.footer h4{color:white}.modal{position:fixed;inset:0;background:#000c;display:none;place-items:center;z-index:999;padding:20px}.modal.open{display:grid}.modal-box{width:min(900px,100%);background:#000;position:relative}.modal video{width:100%}.close{position:absolute;right:8px;top:5px;background:none;border:0;color:white;font-size:30px;z-index:2}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,1fr);gap:20px}.woocommerce ul.products li.product{width:auto!important;margin:0!important;border:1px solid #e5e2dc;padding:14px;border-radius:14px}.woocommerce ul.products li.product .button{background:var(--accent);color:white;border-radius:8px}
@media(max-width:900px){.menu{display:none}.hero{grid-template-columns:1fr}.copy{padding:55px 24px}.hero-media{min-height:450px}.gallery-grid{grid-template-columns:repeat(2,1fr)}.spec{grid-template-columns:1fr;padding:28px}.needs,.benefit-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.container{width:calc(100% - 32px)}}
@media(max-width:560px){.features{grid-template-columns:1fr}.needs,.benefit-grid,.footer-grid{grid-template-columns:1fr}.copy h1{font-size:43px}.hero-media{min-height:390px}}
