*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:linear-gradient(135deg,var(--light),#fff);color:#163332}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px clamp(18px,4vw,64px);background:rgba(255,255,255,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(18,52,51,.08)}.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.02em}.brand img{width:42px;height:42px;object-fit:contain}nav{display:flex;align-items:center;gap:18px;font-weight:700}nav a:not(.btn){opacity:.78}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:linear-gradient(135deg,var(--primary),#167f78);color:white;font-weight:900;padding:13px 22px;box-shadow:0 16px 35px rgba(31,182,170,.25);transition:.25s ease}.btn:hover{transform:translateY(-2px);filter:brightness(1.05)}.btn.ghost{background:white;color:var(--dark);border:1px solid rgba(18,52,51,.12);box-shadow:0 10px 30px rgba(18,52,51,.08)}.btn.small{padding:10px 16px}.btn.full{width:100%;padding:12px 16px}.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center;padding:72px clamp(18px,5vw,78px)}.hero-copy h1{font-size:clamp(2.4rem,6vw,5.4rem);line-height:.96;margin:12px 0 20px;color:var(--dark);letter-spacing:-.06em}.hero-copy p{font-size:1.18rem;line-height:1.7;color:#5e7370;max-width:680px}.eyebrow{display:inline-flex;color:var(--primary);font-weight:950;text-transform:uppercase;letter-spacing:.14em;font-size:.78rem}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.hero-card{min-height:420px;border-radius:36px;padding:14px;background:radial-gradient(circle at 20% 10%,rgba(214,173,96,.35),transparent 34%),linear-gradient(135deg,rgba(31,182,170,.16),rgba(255,255,255,.7));box-shadow:0 30px 80px rgba(18,52,51,.16);overflow:hidden}.hero-card img,.detail-image img{width:100%;height:100%;object-fit:cover;border-radius:28px}.placeholder{min-height:360px;display:grid;place-items:center;border-radius:28px;background:linear-gradient(135deg,var(--dark),#23605b);color:white;font-size:2rem;font-weight:950;text-align:center;padding:30px}.placeholder.small{min-height:230px;font-size:1rem}.banner-grid,.section{padding:26px clamp(18px,5vw,78px)}.banner-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.banner{position:relative;overflow:hidden;border-radius:28px;min-height:180px;background:#fff;box-shadow:0 18px 46px rgba(18,52,51,.08)}.banner img{width:100%;height:220px;object-fit:cover}.banner div{position:absolute;left:18px;right:18px;bottom:18px;padding:16px;border-radius:22px;background:rgba(255,255,255,.84);backdrop-filter:blur(12px)}.banner strong,.banner span{display:block}.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px}.section-head h2,.page-title h1{font-size:clamp(2rem,4vw,3.4rem);letter-spacing:-.04em;margin:0;color:var(--dark)}.section-head a{font-weight:900;color:var(--primary)}.chips{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}.chips a{padding:11px 17px;border-radius:999px;background:white;border:1px solid rgba(18,52,51,.1);font-weight:900;box-shadow:0 8px 22px rgba(18,52,51,.05)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{background:white;border:1px solid rgba(18,52,51,.08);border-radius:30px;overflow:hidden;box-shadow:0 18px 45px rgba(18,52,51,.08);transition:.25s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 28px 70px rgba(18,52,51,.14)}.product-img img{width:100%;height:255px;object-fit:cover}.product-body{padding:18px}.product-body span{font-size:.78rem;color:var(--primary);font-weight:950;text-transform:uppercase;letter-spacing:.08em}.product-body h3{font-size:1.25rem;margin:8px 0}.product-body p{color:#647875;line-height:1.55;min-height:50px}.price{font-size:1.2rem;font-weight:950;color:var(--dark);margin:12px 0}.price.big{font-size:2rem}.page-title{padding:58px clamp(18px,5vw,78px) 18px}.page-title p{font-size:1.1rem;color:#5e7370}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:42px;padding:64px clamp(18px,5vw,78px);align-items:center}.detail-image{min-height:520px;border-radius:34px;overflow:hidden;background:white;box-shadow:0 25px 70px rgba(18,52,51,.12);padding:12px}.detail-copy h1{font-size:clamp(2.3rem,5vw,4.6rem);letter-spacing:-.055em;line-height:1;margin:12px 0}.detail-copy p{font-size:1.1rem;line-height:1.75;color:#5e7370}.footer{margin-top:46px;padding:34px clamp(18px,5vw,78px);display:flex;justify-content:space-between;gap:24px;align-items:center;background:var(--dark);color:white}.footer p{opacity:.75}.footer small{opacity:.65}@media(max-width:980px){.hero,.product-detail{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.banner-grid{grid-template-columns:1fr 1fr}nav{gap:10px}.site-header{align-items:flex-start;flex-direction:column}}@media(max-width:620px){.product-grid,.banner-grid{grid-template-columns:1fr}.hero{padding-top:38px}.hero-card{min-height:280px}.product-img img{height:270px}.footer{flex-direction:column;align-items:flex-start}nav{width:100%;overflow:auto;padding-bottom:4px}.site-header{padding:14px 16px}}
