:root{--primary:#0f766e;--primary-dark:#115e59;--accent:#f59e0b;--danger:#e11d48;--ink:#172033;--muted:#667085;--line:#e7eaf0;--surface:#fff;--soft:#f4f7f8;--radius:20px;--shadow:0 16px 45px rgba(15,23,42,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--soft);color:var(--ink);font-family:'Inter',Arial,sans-serif}a{text-decoration:none;color:inherit}img{max-width:100%}.site-shell{min-height:100vh}.container-xl{max-width:1240px}.top-strip{background:#0b3d3a;color:#d7f2ef;font-size:13px}.site-header{background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:1050}.brand-logo{height:62px;max-width:190px;object-fit:contain}.search-form{display:flex;align-items:center;border:1px solid var(--line);background:#fff;border-radius:999px;overflow:hidden;box-shadow:0 6px 20px rgba(15,23,42,.05)}.search-form select,.search-form input{border:0;outline:0;background:transparent;padding:13px}.search-form select{max-width:145px;border-right:1px solid var(--line)}.search-form input{flex:1;min-width:0}.search-form button{border:0;background:var(--primary);color:#fff;width:46px;height:46px;border-radius:50%;margin:4px;transition:.2s}.search-form button:hover{background:var(--primary-dark);transform:scale(1.03)}.contact-chip{display:flex;gap:10px;align-items:center}.contact-chip i{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#ecfdf5;color:var(--primary)}.contact-chip small{display:block;color:var(--muted)}.main-nav{background:#fff;border-top:1px solid #f2f4f7}.main-nav .nav-link{font-weight:600;color:#344054;padding:15px 12px!important}.main-nav .nav-link:hover{color:var(--primary)}.cart-button{border:0;border-radius:999px;background:var(--primary);color:#fff;padding:10px 16px;font-weight:700}.cart-count{background:var(--accent);color:#111827;border-radius:999px;padding:2px 7px;margin-left:5px}.hero-wrap{padding:34px 0 18px}.hero-card{display:grid;grid-template-columns:minmax(260px,.72fr) 1.7fr;background:#fff;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);min-height:430px}.hero-copy{padding:44px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(145deg,#effcf9,#fff)}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--primary);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.hero-copy h1{font-size:clamp(30px,4vw,52px);line-height:1.1;font-weight:800;margin:14px 0}.hero-copy p{color:var(--muted);line-height:1.8}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.btn-primary-theme,.btn-outline-theme{border-radius:999px;padding:12px 20px;font-weight:700;display:inline-flex;align-items:center;gap:8px;border:1px solid var(--primary)}.btn-primary-theme{background:var(--primary);color:#fff}.btn-outline-theme{background:#fff;color:var(--primary)}.hero-media{position:relative;background:#dbe7e6}.hero-media img{width:100%;height:100%;min-height:430px;object-fit:cover}.hero-badge{position:absolute;left:24px;bottom:24px;background:rgba(255,255,255,.94);padding:13px 18px;border-radius:16px;box-shadow:var(--shadow);font-weight:700}.section-block{padding:38px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.section-title{font-size:clamp(25px,3vw,36px);font-weight:800;margin:0}.section-subtitle{color:var(--muted);margin:7px 0 0}.category-panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 8px 28px rgba(15,23,42,.05);margin-bottom:28px}.category-heading{display:flex;align-items:center;gap:12px;margin-bottom:20px}.category-heading i{width:42px;height:42px;border-radius:13px;background:#ecfdf5;color:var(--primary);display:grid;place-items:center}.category-heading h3{font-size:22px;font-weight:800;margin:0}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card-modern{height:100%;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:.25s;display:flex;flex-direction:column}.product-card-modern:hover{transform:translateY(-6px);box-shadow:0 16px 34px rgba(15,23,42,.11);border-color:#cbd5e1}.product-image-wrap{aspect-ratio:1/.82;background:#f8fafc;overflow:hidden;position:relative}.product-image-wrap img{width:100%;height:100%;object-fit:cover;transition:.35s}.product-card-modern:hover img{transform:scale(1.05)}.product-badge{position:absolute;top:12px;left:12px;background:#fff;color:var(--primary);font-size:11px;font-weight:800;border-radius:999px;padding:6px 9px}.product-body{padding:16px;display:flex;flex-direction:column;flex:1}.product-name{font-size:15px;font-weight:700;line-height:1.45;min-height:44px;margin-bottom:9px}.product-price{font-size:18px;color:var(--danger);font-weight:800}.product-actions{display:flex;gap:8px;margin-top:auto;padding-top:14px}.product-actions a,.product-actions button{flex:1;border-radius:11px;padding:9px 10px;font-weight:700;font-size:13px}.news-feature{display:grid;grid-template-columns:1.5fr 1fr;gap:22px}.news-main,.news-list{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden}.news-main{position:relative;min-height:430px}.news-main img{width:100%;height:430px;object-fit:cover}.news-overlay{position:absolute;inset:auto 0 0;padding:80px 28px 28px;background:linear-gradient(transparent,rgba(2,6,23,.9));color:#fff}.news-overlay h3{font-size:27px;font-weight:800}.news-list{padding:12px 22px}.news-row{display:flex;gap:14px;padding:15px 0;border-bottom:1px solid var(--line)}.news-row:last-child{border:0}.news-row img{width:112px;height:84px;border-radius:14px;object-fit:cover}.news-row h4{font-size:15px;font-weight:750;line-height:1.45}.date-meta{font-size:12px;color:var(--muted)}.detail-card,.checkout-card,.article-card,.sidebar-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 8px 28px rgba(15,23,42,.05)}.detail-card{padding:28px}.main-product-image{width:100%;height:470px;object-fit:cover;border-radius:20px;background:#f8fafc}.thumb-strip{display:flex;gap:10px;overflow:auto;margin-top:12px;padding-bottom:5px}.thumb-strip img{width:76px;height:76px;object-fit:cover;border:2px solid transparent;border-radius:12px;cursor:pointer}.thumb-strip img.active{border-color:var(--primary)}.detail-title{font-size:34px;font-weight:800}.detail-price{font-size:30px;font-weight:850;color:var(--danger)}.detail-description{line-height:1.85;color:#475467}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:20px 0}.feature-pill{background:#f0fdfa;color:#115e59;padding:12px;border-radius:13px;font-size:13px;font-weight:650}.sidebar-card{padding:20px}.category-link{display:block;padding:11px 13px;border-radius:11px;color:#475467;font-weight:600}.category-link.active,.category-link:hover{background:#ecfdf5;color:var(--primary)}.form-control,.form-select{border-radius:13px!important;padding:12px 14px!important;border-color:#dfe3ea!important}.form-control:focus,.form-select:focus{border-color:var(--primary)!important;box-shadow:0 0 0 .2rem rgba(15,118,110,.12)!important}.checkout-card{padding:26px}.order-line{display:flex;gap:12px;padding:14px 0;border-bottom:1px dashed var(--line)}.order-line img{width:62px;height:62px;border-radius:12px;object-fit:cover}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px}.article-card{padding:30px}.article-card h1{font-size:clamp(28px,4vw,44px);font-weight:850}.article-cover{width:100%;max-height:520px;object-fit:cover;border-radius:18px;margin:20px 0}.article-content{font-size:17px;line-height:1.9;color:#344054}.site-footer{background:#0c2927;color:#d9e9e7;margin-top:50px}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .9fr 1fr;gap:34px;padding:54px 0}.site-footer h4{color:#fff;font-size:15px;font-weight:800;letter-spacing:.04em}.site-footer p,.site-footer li,.site-footer a{color:#b7cecb;font-size:14px;line-height:1.8}.site-footer ul{padding:0;list-style:none}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:16px 0;color:#8fb0ac;font-size:13px}.empty-state{background:#fff;border:1px dashed #cbd5e1;border-radius:20px;padding:50px;text-align:center;color:var(--muted)}
@media(max-width:991px){.contact-chip{display:none}.product-grid{grid-template-columns:repeat(3,1fr)}.hero-card{grid-template-columns:1fr}.hero-copy{order:2}.hero-media img{min-height:320px}.news-feature,.article-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){.brand-logo{height:48px}.search-form select{display:none}.site-header .container-xl>.d-flex{flex-wrap:wrap}.search-area{order:3;width:100%;margin-top:10px}.hero-wrap{padding-top:18px}.hero-copy{padding:28px}.hero-media img{min-height:240px}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.category-panel{padding:16px}.news-main,.news-main img{min-height:300px;height:300px}.news-feature{gap:14px}.news-row img{width:92px}.footer-grid{grid-template-columns:1fr}.main-product-image{height:340px}.feature-list{grid-template-columns:1fr}.detail-card{padding:18px}.section-block{padding:26px 0}}
@media(max-width:430px){.product-grid{grid-template-columns:1fr 1fr}.product-body{padding:12px}.product-name{font-size:13px}.product-price{font-size:15px}.product-actions{flex-direction:column}.hero-copy h1{font-size:30px}}
