@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Manrope:wght@400;500;600;700&display=swap');:root{--bg:#f4f8f5;--ink:#17251f;--muted:#687970;--green:#216b4e;--gold:#b58943;--line:#dce8e0;--panel:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(135deg,#f8fbf9,#edf5ef);color:var(--ink);font:15px Manrope,Arial;line-height:1.6}a{color:inherit;text-decoration:none}button,input{font:inherit}h1,h2,h3{font-family:'Cormorant Garamond',serif}h1{font-size:clamp(52px,7vw,100px);line-height:.87;margin:20px 0}h2{font-size:55px;line-height:.95}em{color:var(--gold);font-style:normal}small{color:var(--green);font-weight:700;letter-spacing:2px}.site-header,header{min-height:78px;padding:14px 7%;display:flex;align-items:center;justify-content:space-between;background:#fffffff2;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:10px;letter-spacing:3px}.brand>b{display:grid;place-items:center;width:41px;height:41px;border-radius:50%;background:var(--green);color:#fff;font:700 25px Georgia}.brand span{display:grid;line-height:1}.brand span small{font-size:7px;margin-top:4px}.main-nav,nav{display:flex;gap:26px;color:#385548}nav a:hover{color:var(--green)}.menu{display:none;border:0;background:none;font-size:25px;color:var(--green)}.hero{min-height:590px;padding:80px 7%;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px;background:linear-gradient(110deg,#e8f4eb,#fff)}.hero p{max-width:470px;color:var(--muted);font-size:17px}.hero img{width:100%;height:480px;object-fit:cover;border-radius:18px;box-shadow:0 25px 60px #216b4e22}.btn{display:inline-block;border:0;border-radius:8px;background:var(--green);color:#fff;padding:14px 24px;font-weight:700;cursor:pointer;box-shadow:0 10px 24px #216b4e25}.btn:hover{background:#164d39;transform:translateY(-2px)}.section{max-width:1450px;margin:auto;padding:85px 7%}.section-top{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:34px}.search{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:7px 13px;box-shadow:0 7px 20px #216b4e12}.search input{border:0;outline:0;background:transparent;color:var(--ink);padding:10px;width:260px}.search.wide{max-width:520px;margin:25px 0}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.card{background:var(--panel);border:1px solid var(--line);border-radius:15px;padding:10px;box-shadow:0 8px 22px #216b4e10;transition:.25s}.card:hover{transform:translateY(-6px);border-color:#8bbca2;box-shadow:0 18px 35px #216b4e20}.card img{width:100%;height:240px;object-fit:cover;border-radius:10px}.card-body{padding:13px 6px 6px}.card h3{font-size:26px;line-height:1;margin:8px 0}.card p{color:var(--muted);font-size:13px;min-height:43px}.price{color:var(--green);font-weight:700}.card-actions{display:flex;gap:7px;margin-top:15px}.card-actions button,.card-actions a{flex:1;text-align:center;padding:10px;border:1px solid var(--green);border-radius:7px;background:#fff;color:var(--green);cursor:pointer}.card-actions button:first-child,.card-actions button:hover,.card-actions a:hover{background:var(--green);color:#fff}.floating-cart{position:fixed;right:24px;bottom:24px;width:66px;height:66px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-size:26px;z-index:30;box-shadow:0 12px 30px #216b4e55}.floating-cart b{position:absolute;right:-3px;top:-4px;background:#d28b2b;color:#fff;border:2px solid #fff;border-radius:50%;min-width:23px;height:23px;text-align:center;font-size:11px}.bump{animation:bump .6s ease}@keyframes bump{30%{transform:scale(1.25) rotate(-8deg)}60%{transform:scale(.9) rotate(8deg)}}.cart-page{display:grid;grid-template-columns:1fr 340px;gap:35px}.summary,.cart-item,.form,.orders-card,.profile-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:25px;box-shadow:0 10px 25px #216b4e12}.summary p{display:flex;justify-content:space-between;color:var(--muted)}.cart-item{display:flex;gap:15px;margin:12px 0}.cart-item img{width:95px;height:95px;object-fit:cover;border-radius:8px}.qty{display:flex;gap:10px;align-items:center}.qty button{border:1px solid var(--line);background:#fff;padding:3px 11px;cursor:pointer}.auth{min-height:100vh;display:grid;place-items:center;padding:25px}.form{width:min(440px,100%);display:grid;gap:13px}.form input{padding:13px;border:0;border-bottom:1px solid var(--line);outline:0}.form a{color:var(--green)}.profile-page{display:grid;place-items:center;min-height:70vh}.profile-card{max-width:700px;width:100%}.profile-details{display:grid;gap:12px;margin:22px 0}.profile-details div{display:flex;justify-content:space-between;gap:16px;border:1px solid var(--line);border-radius:10px;padding:12px 14px;background:#f9fbfa}.profile-details span{color:var(--muted)}.order-items{display:grid;gap:10px;margin:14px 0}.order-item{display:flex;align-items:center;gap:12px;padding:8px 10px;border:1px solid var(--line);border-radius:10px;background:#f9fbfa}.order-item img{width:52px;height:52px;object-fit:cover;border-radius:8px}.order-item b,.order-item span{display:block}.orders-card{margin-bottom:16px}footer{padding:30px 7%;background:#fff;border-top:1px solid var(--line);color:var(--muted)}
@media(max-width:900px){.grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){header{padding:13px 5%}.menu{display:block}header nav{display:none;position:absolute;top:72px;left:0;right:0;padding:20px 7%;background:#fff;flex-direction:column;gap:16px;box-shadow:0 15px 25px #173d2a20}header nav.open{display:flex}.hero,.cart-page{grid-template-columns:1fr}.hero{padding:55px 5%;gap:35px}.hero img{height:330px}.section{padding:58px 5%}.section-top{display:block}.search{margin-top:20px}.search input{width:100%}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.card img{height:190px}.card h3{font-size:22px}.card-actions{flex-direction:column}.floating-cart{right:15px;bottom:15px;width:59px;height:59px}.profile-details div{flex-direction:column;align-items:flex-start}}@media(max-width:430px){.brand span{display:none}.grid{grid-template-columns:1fr}.hero h1{font-size:58px}.profile-details div{padding:10px 12px}}