:root{color-scheme:light;font-family:Helvetica Neue,PingFang SC,sans-serif;background:#f4efe6;color:#111}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,rgba(255,255,255,.9),transparent 35%),linear-gradient(160deg,#f4efe6,#efe4d2)}.shell{width:min(960px,calc(100vw - 32px));margin:0 auto;padding:0 0 48px}.navigation{display:flex;justify-content:space-between;align-items:center;padding:24px 0;border-bottom:1px solid rgba(17,17,17,.1);margin-bottom:48px}.nav-logo h1{font-size:28px;font-weight:700;color:#2c3e50}.nav-links{display:flex;gap:24px}.nav-links button{background:none;border:none;font-size:16px;font-weight:500;color:#333;cursor:pointer;padding:8px 12px;border-radius:6px;transition:all .3s ease}.nav-links button:hover,.nav-links button.active{color:#3498db;background-color:#3498db1a}.hero{background:#ffffffd1;border:1px solid rgba(17,17,17,.08);border-radius:24px;padding:48px;box-shadow:0 18px 45px #11111114;text-align:center}.eyebrow{margin:0 0 12px;text-transform:uppercase;letter-spacing:.12em;font-size:12px;color:#3498db}h1,h2,p,ul{margin:0}h1{font-size:clamp(36px,6vw,64px);line-height:.95;color:#2c3e50;margin-bottom:24px}.summary{margin-top:16px;max-width:56ch;line-height:1.6;color:#111111bf;margin-bottom:32px}.cta-buttons{display:flex;gap:16px;justify-content:center}.primary-btn,.secondary-btn{padding:12px 28px;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.primary-btn{background-color:#3498db;color:#fff}.primary-btn:hover{background-color:#2980b9;transform:translateY(-2px)}.secondary-btn{background-color:transparent;color:#3498db;border:2px solid #3498db}.secondary-btn:hover{background-color:#3498db1a;transform:translateY(-2px)}.products-section{background:#ffffffd1;border:1px solid rgba(17,17,17,.08);border-radius:24px;padding:48px;box-shadow:0 18px 45px #11111114;margin-top:18px}.products-section h2{font-size:36px;color:#2c3e50;margin-bottom:32px;text-align:center}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 20px #0000001a;transition:transform .3s ease}.product-card:hover{transform:translateY(-5px)}.product-card img{width:100%;height:200px;object-fit:cover}.product-card h3{font-size:18px;margin:16px 12px 8px;color:#2c3e50}.product-card p{padding:0 12px 16px;color:#666;font-size:14px;line-height:1.5}.about-section{background:#ffffffd1;border:1px solid rgba(17,17,17,.08);border-radius:24px;padding:48px;box-shadow:0 18px 45px #11111114;margin-top:18px}.about-section h2{font-size:36px;color:#2c3e50;margin-bottom:32px;text-align:center}.about-content{display:flex;gap:48px;align-items:center}.about-text{flex:2}.about-text p{margin-bottom:16px;line-height:1.7;color:#333;font-size:16px}.about-stats{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.stat-item{text-align:center;padding:24px;background:#fff;border-radius:12px;box-shadow:0 8px 20px #0000001a}.stat-number{display:block;font-size:32px;font-weight:700;color:#3498db;margin-bottom:8px}.stat-label{font-size:14px;color:#666}.contact-section{background:#ffffffd1;border:1px solid rgba(17,17,17,.08);border-radius:24px;padding:48px;box-shadow:0 18px 45px #11111114;margin-top:18px}.contact-section h2{font-size:36px;color:#2c3e50;margin-bottom:32px;text-align:center}.contact-content{display:flex;gap:48px}.contact-info{flex:1}.contact-info h3{font-size:24px;color:#2c3e50;margin-bottom:16px}.contact-info p{margin-bottom:24px;line-height:1.7;color:#333}.contact-details p{margin-bottom:12px;font-size:16px}.contact-form{flex:1;display:flex;flex-direction:column;gap:16px}.contact-form input,.contact-form textarea{padding:12px 16px;border:1px solid #ddd;border-radius:6px;font-size:16px;transition:border-color .3s ease}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#3498db}.contact-form textarea{min-height:120px;resize:vertical}.footer{margin-top:64px;background:#ffffffd1;border-radius:24px;padding:48px 28px;box-shadow:0 18px 45px #11111114}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;margin-bottom:32px}.footer-section h3,.footer-section h4{font-size:20px;color:#2c3e50;margin-bottom:16px}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:8px;color:#666;cursor:pointer;transition:color .3s ease}.footer-section ul li:hover{color:#3498db}.footer-bottom{text-align:center;padding-top:24px;border-top:1px solid rgba(17,17,17,.08);color:#666;font-size:14px}@media (max-width: 768px){.shell{padding:0 16px 48px}.navigation{flex-direction:column;gap:16px}.nav-links{gap:12px}.hero{padding:32px 20px}.cta-buttons{flex-direction:column;align-items:center}.about-content,.contact-content{flex-direction:column}.about-stats{grid-template-columns:repeat(3,1fr)}}
