@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@500;600;700;800&display=swap');

:root{
    --accent:#49a071;
    --accent-dark:#32835a;
    --text:#222;
    --muted:#777;
    --border:#e5e5e5;
    --soft:#f7f7f7;
    --white:#fff;
    --container:1180px;
    --shadow:0 10px 30px rgba(0,0,0,.06);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--text);background:#fff;font-family:Inter,Arial,sans-serif;font-size:14px;line-height:1.5}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(var(--container),calc(100% - 34px));margin-inline:auto}
.top-strip{height:31px;border-bottom:1px solid var(--border);font-size:10px;color:#666;background:#fff}
.top-strip__inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}
.top-links,.top-actions{display:flex;align-items:center;gap:18px;white-space:nowrap}
.top-links span{color:#999}
.top-links a:hover,.top-actions a:hover{color:var(--accent)}
.site-header{background:#fff;border-bottom:1px solid var(--border);position:relative;z-index:50}
.site-header.is-sticky{position:sticky;top:0;box-shadow:0 6px 18px rgba(0,0,0,.06)}
.header-main{min-height:72px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:9px;min-width:235px}
.brand img{width:52px;height:52px;object-fit:contain}
.brand span{display:flex;flex-direction:column;line-height:1}
.brand strong{font-family:Montserrat,sans-serif;font-size:24px;letter-spacing:-1px}
.brand small{font-size:7px;letter-spacing:2px;color:#87929d;margin-top:8px}
.primary-nav{display:flex;align-items:center;gap:26px;font-family:Montserrat,sans-serif;font-weight:600;font-size:11px;flex:1}
.primary-nav a{position:relative;padding:27px 0}
.primary-nav a::after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:var(--accent);transform:scaleX(0);transition:.2s}
.primary-nav a:hover::after,.primary-nav a.active::after{transform:scaleX(1)}
.header-promo{font-size:10px;color:var(--accent);white-space:nowrap;font-weight:700}
.header-icons{display:flex;align-items:center;gap:8px}
.header-icons a{width:36px;height:36px;border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}
.header-icons svg{width:17px;height:17px}
.header-icons a:hover{border-color:var(--accent);color:var(--accent)}
.header-icons .cart-price{position:absolute;top:38px;right:-8px;font-size:8px;color:var(--accent);font-weight:700;white-space:nowrap}
.mobile-menu-button{display:none;width:40px;height:40px;border:0;background:transparent}
.mobile-menu-button svg{width:24px}
.mobile-drawer{display:none}
.search-row{display:grid;grid-template-columns:230px minmax(0,1fr) 180px;align-items:center;gap:18px;padding-top:24px;padding-bottom:16px}
.browse-button{height:42px;background:var(--accent);color:#fff;border:0;display:flex;align-items:center;gap:12px;padding:0 18px;font-size:11px;font-weight:700;letter-spacing:.3px}
.browse-button svg{width:18px}
.search-form{height:42px;display:grid;grid-template-columns:1fr 190px 44px;border:1px solid var(--border)}
.search-form input,.search-form select{border:0;outline:0;padding:0 15px;background:#fff;font-size:12px}
.search-form select{border-left:1px solid var(--border);color:#777}
.search-form button{border:0;background:var(--accent);color:#fff;display:grid;place-items:center}
.search-form svg{width:17px}
.support-box{display:flex;align-items:center;gap:12px}
.support-box svg{width:30px;color:var(--accent)}
.support-box span{display:flex;flex-direction:column}
.support-box strong{font-size:10px}
.support-box small{font-size:11px;color:var(--accent);margin-top:3px}
.hero-layout{display:grid;grid-template-columns:230px minmax(0,1fr) 265px;gap:18px;align-items:stretch}
.category-sidebar{border:1px solid var(--border);background:#fff}
.category-sidebar a{display:grid;grid-template-columns:22px 1fr auto;gap:10px;align-items:center;min-height:43px;padding:0 14px;border-bottom:1px solid #eee;color:#555;font-size:12px}
.category-sidebar a:last-child{border-bottom:0}
.category-sidebar a:hover{background:#f4faf6;color:var(--accent)}
.category-sidebar svg{width:17px}
.category-sidebar small{color:#aaa;font-size:9px}
.hero-slider{position:relative;min-height:405px;background:#111;overflow:hidden}
.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;background-size:cover;background-position:center;transition:opacity .5s ease;display:flex;align-items:center;justify-content:center;text-align:center}
.hero-slide.active{opacity:1;visibility:visible}
.hero-slide__content{padding:30px;max-width:560px}
.hero-slide__content>span{display:inline-block;padding:4px 10px;border:1px solid rgba(255,255,255,.5);border-radius:20px;font-size:10px;font-weight:700}
.hero-slide h1{font-family:Montserrat,sans-serif;font-size:62px;line-height:.95;margin:18px 0 12px;letter-spacing:-3px}
.hero-slide p{font-size:14px;margin:0 0 24px;opacity:.9}
.hero-slide a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 24px;background:#e9483f;color:#fff;font-size:11px;font-weight:800}
.slider-dots{position:absolute;left:50%;bottom:16px;display:flex;gap:7px;transform:translateX(-50%);z-index:3}
.slider-dots button{width:8px;height:8px;border:1px solid #fff;border-radius:50%;padding:0;background:transparent}
.slider-dots button.active{background:#fff}
.top-seller-card{border:2px solid var(--accent);padding:15px;background:#fff;display:flex;flex-direction:column}
.section-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ddd;margin-bottom:18px;min-height:36px}
.section-head h2{font-family:Montserrat,sans-serif;font-size:14px;margin:0;padding-bottom:11px;position:relative;letter-spacing:.1px}
.section-head h2::after{content:"";position:absolute;left:0;bottom:-1px;width:58px;height:2px;background:var(--accent)}
.section-head a{font-size:10px;color:var(--accent);font-weight:700}
.section-head.compact{margin-bottom:10px}
.section-head.compact h2{font-size:12px}
.top-seller-image{height:215px;display:flex;align-items:center;justify-content:center;padding:12px}
.top-seller-image img{width:100%;height:100%;object-fit:contain}
.top-seller-card h3{font-size:13px;text-align:center;margin:9px 0 4px}
.top-seller-card p{text-align:center;color:#999;font-size:10px;margin:0}
.top-seller-card>strong{text-align:center;color:var(--accent);font-size:15px;margin-top:8px}
.stock-progress{height:5px;background:#eee;margin-top:auto;overflow:hidden}
.stock-progress span{display:block;height:100%;background:var(--accent)}
.stock-meta{display:flex;justify-content:space-between;color:#888;font-size:8px;margin-top:7px}
.product-section{padding-top:38px;padding-bottom:24px}
.feature-products{display:grid;grid-template-columns:360px minmax(0,1fr);gap:0;border:1px solid var(--border)}
.large-promo{min-height:435px;background-size:cover;background-position:center;position:relative;color:#fff;display:flex;align-items:flex-end;padding:30px}
.large-promo>div{position:relative;z-index:2}
.large-promo h3{font-family:Montserrat,sans-serif;font-size:25px;line-height:1.2;margin:0 0 12px}
.large-promo a{font-size:10px;font-weight:700;border-bottom:1px solid currentColor;padding-bottom:3px}
.product-grid{display:grid}
.product-grid--five{grid-template-columns:repeat(5,minmax(0,1fr))}
.product-grid--six{grid-template-columns:repeat(6,minmax(0,1fr))}
.product-card{background:#fff;border-right:1px solid var(--border);border-bottom:1px solid var(--border);min-width:0;position:relative}
.product-card__image{height:155px;display:flex;align-items:center;justify-content:center;padding:15px;position:relative;overflow:hidden}
.product-card__image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}
.product-card__quick{position:absolute;left:10px;right:10px;bottom:-36px;height:31px;background:rgba(73,160,113,.95);color:#fff;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;transition:.25s}
.product-card:hover .product-card__quick{bottom:10px}
.product-card:hover .product-card__image img{transform:scale(1.05)}
.product-card__body{padding:10px 12px 14px;text-align:center}
.product-card h3{font-size:10px;margin:0 0 5px;height:30px;overflow:hidden;font-weight:600}
.product-card__seller{font-size:8px;color:#aaa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 0 7px}
.product-card__price{display:flex;justify-content:center;align-items:center;gap:5px}
.product-card__price strong{font-size:10px;color:var(--accent)}
.product-card__price del{font-size:8px;color:#aaa}
.product-badge{position:absolute;top:10px;right:10px;background:var(--accent);color:#fff;font-size:8px;padding:3px 6px;z-index:2}
.category-showcase{background:#f7f7f7;padding:38px 0}
.category-icons{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;padding:12px 12px 24px}
.category-icons a{text-align:center}
.category-image{height:100px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}
.category-image img{width:100%;height:100%;object-fit:contain}
.category-image svg{width:55px;height:55px;color:#777}
.category-icons strong{display:block;font-size:11px}
.category-icons small{display:block;font-size:9px;color:#999;margin-top:3px}
.small-banner-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.small-banner{min-height:135px;padding:25px;background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:center}
.small-banner strong{font-family:Montserrat,sans-serif;font-size:18px;max-width:160px;line-height:1.25}
.small-banner small{font-size:9px;margin-top:10px}
.discount-bar{background:var(--accent);color:#fff;margin:22px 0 35px}
.discount-bar__inner{min-height:92px;display:flex;align-items:center;justify-content:space-between}
.discount-bar__inner>div:first-child{display:flex;align-items:center;gap:18px}
.discount-bar svg{width:40px}
.discount-bar span{display:flex;flex-direction:column}
.discount-bar strong{font-size:14px}
.discount-bar small{font-size:10px;opacity:.75;margin-top:3px}
.social-inline{display:flex;align-items:center;gap:8px}
.social-inline span{font-size:10px;margin-right:8px}
.social-inline a{width:26px;height:26px;border:1px solid rgba(255,255,255,.55);border-radius:50%;display:grid;place-items:center;font-size:10px}
.mixed-showcase{display:grid;grid-template-columns:335px 1fr 365px;gap:22px;padding-bottom:38px}
.sale-card{border:2px solid var(--accent);padding:16px;text-align:center}
.sale-card__image{height:330px;display:flex;align-items:center;justify-content:center;padding:16px}
.sale-card__image img{width:100%;height:100%;object-fit:contain}
.sale-card h3{font-size:12px;margin:6px 0}
.sale-card>strong{color:var(--accent);font-size:13px}
.countdown{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:18px}
.countdown span{border:1px solid #ddd;padding:6px 2px;font-size:7px;text-transform:uppercase}
.countdown b{display:block;font-size:13px;color:#444}
.popular-mini-list{padding:10px 0}
.mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.mini-product{display:flex;align-items:center;gap:12px;min-width:0}
.mini-product img{width:92px;height:98px;object-fit:contain}
.mini-product span{min-width:0}
.mini-product strong{display:block;font-size:10px;line-height:1.35}
.mini-product small{display:block;color:var(--accent);font-size:9px;margin-top:6px}
.stacked-banners{display:grid;grid-template-rows:1fr 1fr;gap:14px}
.stacked-banners a{min-height:185px;padding:28px;background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:center}
.stacked-banners strong{font-size:20px;line-height:1.2;max-width:190px}
.stacked-banners small{font-size:9px;margin-top:12px}
.tool-section{display:grid;grid-template-columns:365px 1fr;gap:20px;padding-bottom:38px}
.tools-promo{min-height:290px;padding:32px;background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:flex-end}
.tools-promo strong{font-family:Montserrat,sans-serif;font-size:24px;max-width:220px;line-height:1.2}
.tools-promo small{margin-top:12px;font-size:9px}
.tools-products{min-width:0}
.section-head.tabbed>div{display:flex;gap:18px;font-size:9px}
.section-head.tabbed span.active{color:var(--accent)}
.hot-showcase{display:grid;grid-template-columns:280px 260px 1fr;gap:18px;padding-bottom:36px}
.popular-list-card,.hot-deal-card{border:1px solid var(--border);padding:16px}
.popular-list-card .mini-product{margin-bottom:16px}
.popular-list-card .mini-product img{width:58px;height:58px}
.hot-deal-card{text-align:center}
.hot-deal-card img{height:225px;width:100%;object-fit:contain}
.hot-deal-card h3{font-size:11px;margin:8px 0}
.hot-deal-card>strong{color:var(--accent);font-size:12px}
.work-banner{min-height:420px;background-size:cover;background-position:center;position:relative;display:flex;align-items:center;padding:45px;color:#fff;overflow:hidden}
.work-banner::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.55),rgba(0,0,0,.05))}
.work-banner>div{position:relative;max-width:330px}
.work-banner h2{font-family:Montserrat,sans-serif;font-size:32px;line-height:1.1;margin:0 0 15px}
.work-banner p{font-size:12px;line-height:1.7}
.work-banner a{display:inline-flex;margin-top:10px;border-bottom:1px solid #fff;font-size:10px;font-weight:700}
.bottom-banners{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-bottom:50px}
.bottom-banners a{min-height:140px;padding:28px;background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:center}
.bottom-banners strong{font-size:17px;max-width:230px;line-height:1.3}
.bottom-banners small{font-size:9px;margin-top:10px}
.service-strip{background:var(--accent);color:#fff}
.service-grid{display:grid;grid-template-columns:repeat(5,1fr);min-height:95px;align-items:center}
.service-grid>div{display:flex;align-items:center;gap:12px;padding:0 18px;border-right:1px solid rgba(255,255,255,.2)}
.service-grid>div:last-child{border-right:0}
.service-grid svg{width:34px;flex:0 0 34px}
.service-grid span{display:flex;flex-direction:column}
.service-grid strong{font-size:10px}
.service-grid small{font-size:8px;opacity:.75;margin-top:4px}
.site-footer{background:#f7f7f7;color:#666}
.footer-grid{display:grid;grid-template-columns:repeat(4,1fr) 1.5fr;gap:35px;padding:42px 0 32px}
.footer-grid h3{font-size:10px;color:#333;margin:0 0 16px}
.footer-grid>div{display:flex;flex-direction:column;gap:9px}
.footer-grid a{font-size:9px}
.footer-grid a:hover{color:var(--accent)}
.footer-newsletter .app-buttons{display:flex;flex-direction:row;gap:8px}
.app-buttons a{background:#111;color:#fff;padding:9px 12px;border-radius:4px;font-size:10px}
.footer-newsletter form{display:grid;grid-template-columns:1fr 78px;height:38px;border:1px solid #ddd;background:#fff}
.footer-newsletter input{border:0;outline:0;padding:0 12px;font-size:10px}
.footer-newsletter button{border:0;background:var(--accent);color:#fff;font-size:9px;font-weight:700}
.footer-bottom{min-height:58px;border-top:1px solid #ddd;display:flex;align-items:center;justify-content:space-between;font-size:9px;color:#888}
.result-summary{font-size:12px;color:#777;margin-top:-5px}
.empty-state,.empty-product{padding:35px;text-align:center;color:#888;font-size:12px}
.back-to-top{position:fixed;right:20px;bottom:20px;width:40px;height:40px;border:1px solid #ddd;background:#fff;border-radius:50%;display:none;z-index:20}
.back-to-top.visible{display:block}
.setup-error{max-width:680px;margin:80px auto;padding:35px;border:1px solid #ddd;border-radius:14px;text-align:center}
.setup-error img{width:100px;margin:0 auto 20px}
.setup-error code{background:#f2f2f2;padding:3px 6px}

/* Admin */
.admin-body{background:#f3f5f7}
.admin-shell{min-height:100vh;display:grid;grid-template-columns:240px 1fr}
.admin-sidebar{background:#15201b;color:#fff;padding:24px;position:sticky;top:0;height:100vh}
.admin-brand{display:flex;align-items:center;gap:10px;margin-bottom:30px}
.admin-brand img{width:46px;height:46px;object-fit:contain;background:#fff;border-radius:10px}
.admin-brand strong{font-family:Montserrat,sans-serif;font-size:18px}
.admin-sidebar nav{display:flex;flex-direction:column;gap:6px}
.admin-sidebar nav a{padding:12px 13px;border-radius:8px;color:#d4ddd8;font-size:12px}
.admin-sidebar nav a:hover,.admin-sidebar nav a.active{background:var(--accent);color:#fff}
.admin-main{padding:28px;min-width:0}
.admin-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
.admin-top h1{font-family:Montserrat,sans-serif;font-size:27px;margin:0}
.admin-top a{font-size:11px;color:var(--accent);font-weight:700}
.admin-card{background:#fff;border:1px solid #e1e5e3;border-radius:14px;padding:22px;margin-bottom:20px;box-shadow:0 8px 24px rgba(0,0,0,.035)}
.admin-card h2{font-size:17px;margin:0 0 18px}
.admin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.admin-field{display:flex;flex-direction:column;gap:6px}
.admin-field.span-2{grid-column:span 2}
.admin-field.span-3{grid-column:span 3}
.admin-field label{font-size:10px;font-weight:700;color:#555}
.admin-field input,.admin-field select,.admin-field textarea{border:1px solid #dfe4e1;border-radius:8px;min-height:42px;padding:10px 12px;outline:0;background:#fff;font-size:12px}
.admin-field textarea{min-height:95px;resize:vertical}
.admin-actions{display:flex;gap:10px;margin-top:18px}
.admin-button{border:0;border-radius:8px;background:var(--accent);color:#fff;padding:11px 17px;font-size:11px;font-weight:700}
.admin-button.secondary{background:#eef3f0;color:#365344}
.admin-button.danger{background:#d9534f}
.admin-alert{padding:12px 14px;border-radius:8px;margin-bottom:18px;font-size:11px;background:#e9f7ef;color:#21633f}
.admin-alert.error{background:#feecec;color:#a12e2b}
.admin-table-wrap{overflow:auto}
.admin-table{width:100%;border-collapse:collapse;min-width:850px}
.admin-table th,.admin-table td{padding:11px;border-bottom:1px solid #edf0ee;text-align:left;font-size:10px;vertical-align:middle}
.admin-table th{color:#78847e;font-size:9px;text-transform:uppercase}
.admin-table img{width:70px;height:45px;object-fit:cover;border-radius:5px;background:#eee}
.admin-table form{display:flex;gap:6px;align-items:center;flex-wrap:wrap}
.admin-login{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#eef4f0;padding:20px}
.admin-login-card{width:min(420px,100%);background:#fff;border-radius:16px;padding:32px;box-shadow:var(--shadow)}
.admin-login-card img{width:74px;margin:0 auto 18px}
.admin-login-card h1{text-align:center;font-size:24px;margin:0 0 8px}
.admin-login-card p{text-align:center;color:#777;font-size:11px;margin-bottom:22px}
.admin-login-card form{display:flex;flex-direction:column;gap:12px}
.admin-login-card input{height:46px;border:1px solid #ddd;border-radius:8px;padding:0 12px}
.admin-login-card button{height:46px;border:0;border-radius:8px;background:var(--accent);color:#fff;font-weight:700}

@media(max-width:1100px){
    .primary-nav{gap:16px}.header-promo{display:none}.hero-layout{grid-template-columns:210px 1fr}.top-seller-card{display:none}.search-row{grid-template-columns:210px 1fr}.support-box{display:none}.feature-products{grid-template-columns:300px 1fr}.product-grid--five{grid-template-columns:repeat(4,1fr)}.product-grid--six{grid-template-columns:repeat(4,1fr)}.mixed-showcase{grid-template-columns:300px 1fr}.stacked-banners{grid-column:1/-1;grid-template-columns:1fr 1fr;grid-template-rows:none}.hot-showcase{grid-template-columns:250px 250px 1fr}.service-grid{grid-template-columns:repeat(3,1fr)}.service-grid>div:nth-child(3){border-right:0}.service-grid>div{min-height:78px}.footer-grid{grid-template-columns:repeat(3,1fr)}.footer-newsletter{grid-column:span 2}}
@media(max-width:860px){
    .top-strip{display:none}.header-main{min-height:62px}.mobile-menu-button{display:grid;place-items:center}.brand{min-width:0;flex:1}.brand img{width:42px;height:42px}.brand strong{font-size:20px}.primary-nav,.header-promo{display:none}.header-icons a:not(:last-child){display:none}.header-icons .cart-price{display:none}.mobile-drawer{position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid #eee;box-shadow:0 15px 25px rgba(0,0,0,.08);padding:12px 18px;flex-direction:column}.mobile-drawer.open{display:flex}.mobile-drawer a{padding:12px 0;border-bottom:1px solid #eee;font-size:12px}.search-row{grid-template-columns:1fr;padding-top:15px}.browse-button{display:none}.hero-layout{grid-template-columns:1fr}.category-sidebar{display:none}.category-sidebar.open{display:grid;grid-template-columns:1fr 1fr;position:absolute;z-index:20;left:17px;right:17px;top:150px;box-shadow:var(--shadow)}.hero-slider{min-height:350px}.hero-slide h1{font-size:48px}.feature-products{grid-template-columns:1fr}.large-promo{min-height:320px}.product-grid--five{grid-template-columns:repeat(3,1fr)}.category-icons{grid-template-columns:repeat(3,1fr)}.small-banner-grid{grid-template-columns:1fr 1fr}.mixed-showcase{grid-template-columns:1fr 1fr}.stacked-banners{grid-column:1/-1}.tool-section{grid-template-columns:1fr}.tools-promo{min-height:240px}.hot-showcase{grid-template-columns:1fr 1fr}.work-banner{grid-column:1/-1}.bottom-banners{grid-template-columns:1fr}.service-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-newsletter{grid-column:1/-1}.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:static;height:auto}.admin-sidebar nav{flex-direction:row;overflow:auto}.admin-main{padding:16px}.admin-grid{grid-template-columns:1fr 1fr}.admin-field.span-3{grid-column:span 2}}
@media(max-width:560px){
    .container{width:min(100% - 22px,var(--container))}.brand span small{display:none}.header-icons{gap:0}.search-form{grid-template-columns:1fr 48px}.search-form select{display:none}.hero-slider{min-height:310px}.hero-slide h1{font-size:40px}.hero-slide p{font-size:12px}.category-sidebar.open{grid-template-columns:1fr;max-height:65vh;overflow:auto}.product-section{padding-top:28px}.feature-products{border:0}.product-grid--five,.product-grid--six{grid-template-columns:repeat(2,1fr)}.product-card{border:1px solid var(--border)}.product-card__image{height:145px}.large-promo{min-height:280px}.category-icons{grid-template-columns:repeat(2,1fr)}.small-banner-grid{grid-template-columns:1fr}.discount-bar__inner{padding:18px 0;gap:20px}.social-inline{display:none}.mixed-showcase{grid-template-columns:1fr}.stacked-banners{grid-template-columns:1fr}.tool-section{gap:15px}.hot-showcase{grid-template-columns:1fr}.work-banner{min-height:330px;padding:28px}.work-banner h2{font-size:26px}.service-grid{grid-template-columns:1fr}.service-grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}.footer-grid{grid-template-columns:1fr}.footer-newsletter{grid-column:auto}.footer-bottom{flex-direction:column;justify-content:center;text-align:center;gap:8px}.admin-grid{grid-template-columns:1fr}.admin-field.span-2,.admin-field.span-3{grid-column:auto}}
