*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f9fafb;--surface:#fff;--border:#e5e7eb;--text-primary:#111827;--text-secondary:#6b7280;--accent:#4f46e5;--accent-hover:#4338ca;--radius:16px;--shadow:0 1px 3px #00000014, 0 4px 16px #0000000f;--shadow-hover:0 4px 8px #0000001a, 0 12px 32px #0000001a}body{background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.page{flex-direction:column;min-height:100vh;display:flex}.header{border-bottom:1px solid var(--border);background:var(--surface);align-items:center;padding:28px 40px;display:flex}.header-logo{width:76px;height:76px;display:block}.hero{text-align:center;max-width:720px;margin:0 auto;padding:72px 40px 48px}.hero h1{letter-spacing:-1px;margin-bottom:16px;font-size:clamp(30px,5vw,46px);line-height:1.15}.hero p{color:var(--text-secondary);font-size:17px}.gallery{flex:1;width:100%;max-width:1120px;margin:0 auto;padding:0 40px 80px}.gallery-title{text-transform:uppercase;letter-spacing:1px;color:var(--text-secondary);margin-bottom:24px;font-size:12px;font-weight:600}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;display:grid}.product-card{border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);flex-direction:column;gap:14px;padding:28px;transition:transform .2s,box-shadow .2s;display:flex}.product-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.product-card-header{align-items:center;gap:14px;display:flex}.product-icon,.product-icon-placeholder{background:#f3f4f6;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.product-icon{object-fit:contain}.product-name{font-size:17px;font-weight:600}.product-tagline{color:var(--text-secondary);font-size:13px}.product-description{color:var(--text-secondary);font-size:14px;line-height:1.65}.product-tags{flex-wrap:wrap;gap:8px;display:flex}.tag{color:var(--accent);background:#f0f0ff;border:1px solid #ddd8ff;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600}.product-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.product-links{flex-wrap:wrap;gap:8px;display:flex}.btn{border:1px solid #0000;border-radius:999px;align-items:center;padding:8px 16px;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-ghost{border-color:var(--border);color:var(--text-secondary)}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.status-badge{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600}.coming-soon-card{border-radius:var(--radius);min-height:210px;color:var(--text-secondary);background:linear-gradient(#fffffff5,#f9fafbe6);border:1px solid #11182714;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex;box-shadow:inset 0 1px #ffffffe6}.coming-soon-icon{color:#1118278c;background:#ffffffb3;border:1px solid #1118271f;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;font-size:22px;line-height:1;display:flex}.coming-soon-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#6b7280e6;font-size:11px;font-weight:700}.coming-soon-label{letter-spacing:-.02em;color:var(--text-primary);font-size:18px;font-weight:600}.footer{border-top:1px solid var(--border);text-align:center;color:var(--text-secondary);background:var(--surface);padding:24px 40px;font-size:13px}@media (width<=640px){.header,.gallery,.footer{padding-left:20px;padding-right:20px}.hero{padding:52px 20px 36px}}.contact-widget{z-index:1200;justify-items:end;gap:12px;display:grid;position:fixed;bottom:20px;right:20px}.contact-widget-fab{cursor:pointer;color:#fff;background:linear-gradient(135deg,#111827 0%,#374151 100%);border:0;border-radius:999px;align-items:center;gap:10px;padding:12px 16px;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 14px 28px #11182752}.contact-widget-fab:hover{transform:translateY(-2px);box-shadow:0 18px 34px #1118275c}.contact-widget-fab-icon{width:18px;height:18px;display:inline-flex}.contact-widget-fab-icon svg{fill:currentColor;width:100%;height:100%}.contact-widget-fab-text{letter-spacing:.01em;font-size:14px;font-weight:700}.contact-widget-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border:1px solid #1118271f;border-radius:16px;width:min(92vw,360px);overflow:hidden;box-shadow:0 22px 44px #11182733}.contact-widget-panel-header{border-bottom:1px solid #1118271a;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.contact-widget-panel-header h2{margin:0;font-size:16px;line-height:1.2}.contact-widget-panel-header p{color:#4b5563;margin:4px 0 0;font-size:13px}.contact-widget-close{color:#6b7280;cursor:pointer;background:0 0;border:0;font-size:18px;line-height:1}.contact-widget-form{padding:14px 16px 16px}.contact-widget-label{color:#4b5563;margin-bottom:8px;font-size:12px;display:block}.contact-widget-form textarea{resize:vertical;width:100%;min-height:108px;max-height:220px;font:inherit;border:1px solid #d1d5db;border-radius:12px;padding:10px 12px}.contact-widget-form textarea:focus{border-color:#818cf8;outline:2px solid #4f46e547}.contact-widget-row{justify-content:space-between;align-items:center;gap:12px;margin-top:10px;display:flex}.contact-widget-count{color:#6b7280;font-size:12px}.contact-widget-row button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5 0%,#312e81 100%);border:0;border-radius:10px;padding:8px 14px;font-weight:700}.contact-widget-row button:disabled{opacity:.7;cursor:not-allowed}.contact-widget-feedback{color:#374151;margin:10px 0 0;font-size:12px}@media (width<=640px){.contact-widget{bottom:14px;right:14px}.contact-widget-fab{padding:10px 14px}.contact-widget-fab-text{font-size:13px}}
