:root{--ink:#26352e;--forest:#345647;--cream:#f8f4ec;--paper:#fffdf9;--sand:#e9ddca;--coral:#ce654b;--muted:#758077}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Manrope,Arial,sans-serif}.header,main,footer{max-width:1200px;margin:auto}.header{height:84px;padding:0 30px;display:flex;align-items:center;justify-content:space-between}.logo{color:var(--ink);font:700 24px 'Playfair Display',serif;text-decoration:none;letter-spacing:-.5px}.logo span{color:var(--coral)}nav{display:flex;gap:28px}nav a{color:var(--ink);text-decoration:none;font-size:14px;font-weight:700}.cart-button{border:0;background:var(--forest);color:white;padding:12px 18px;border-radius:100px;font:700 14px Manrope;cursor:pointer}.cart-button span{background:#fff;color:var(--forest);border-radius:50%;padding:1px 6px;margin-left:5px}.hero{margin:8px 30px 76px;border-radius:26px;background:#d9e6d7;min-height:430px;overflow:hidden;display:grid;grid-template-columns:1.1fr .9fr}.hero-copy{padding:68px 0 64px 70px;max-width:610px}.eyebrow{color:var(--coral);font-size:12px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase;margin:0 0 14px}h1,h2{font-family:'Playfair Display',serif;letter-spacing:-1.2px}h1{font-size:52px;line-height:1.05;margin:0 0 20px}h2{font-size:36px;margin:0}.hero-copy>p:not(.eyebrow){font-size:17px;line-height:1.7;max-width:470px;margin:0 0 30px}.primary-link,.checkout-button{display:inline-block;background:var(--coral);border:0;color:white;text-decoration:none;border-radius:100px;padding:15px 24px;font:700 14px Manrope;cursor:pointer}.hero-art{position:relative;background:#bfd7c6;overflow:hidden}.sun{position:absolute;width:260px;height:260px;border-radius:50%;background:#f5be76;right:100px;top:75px}.vase{position:absolute;right:118px;bottom:-40px;width:230px;height:275px;border-radius:45% 45% 20% 20%;background:#f8ece0;color:#b87668;font-size:118px;text-align:center;padding-top:45px;transform:rotate(7deg)}.leaf{position:absolute;font-size:230px;color:#547c58;font-family:serif}.leaf-one{left:-64px;bottom:-75px;transform:rotate(46deg)}.leaf-two{right:-72px;top:-75px;transform:rotate(210deg)}.catalog{padding:0 30px 80px}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:30px}.section-heading>p{color:var(--muted);font-size:14px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product{background:var(--paper);border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #49341c0a}.product-image{height:180px;display:grid;place-items:center;font-size:78px;background:var(--product-bg)}.product-body{padding:17px}.product-body h3{font-size:15px;margin:0 0 7px}.product-body p{font-size:12px;color:var(--muted);line-height:1.5;margin:0 0 13px;height:36px}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px}.price{font-size:16px;font-weight:800}.add-button{border:1px solid var(--forest);color:var(--forest);background:transparent;border-radius:100px;padding:8px 12px;font:700 12px Manrope;cursor:pointer}.add-button:hover{background:var(--forest);color:white}.about{margin:0 30px 70px;padding:55px 70px;border-radius:20px;background:#f0e4d1}.about p:last-child{line-height:1.7;max-width:600px}.cart-panel{position:fixed;z-index:3;right:0;top:0;width:min(420px,100%);height:100dvh;background:var(--paper);padding:28px;transform:translateX(100%);transition:.25s ease;display:flex;flex-direction:column}.cart-panel.open{transform:translateX(0)}.backdrop{position:fixed;inset:0;z-index:2;background:#1c30256b;opacity:0;pointer-events:none;transition:.25s}.backdrop.show{opacity:1;pointer-events:auto}.cart-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--sand);padding-bottom:20px}.cart-head h2{font-size:29px}.icon-button,.dialog-close{border:0;background:transparent;color:var(--ink);font:400 32px Arial;cursor:pointer}.cart-items{padding:18px 0;overflow:auto;flex:1}.cart-row{display:grid;grid-template-columns:45px 1fr auto;gap:11px;align-items:center;padding:12px 0;border-bottom:1px solid #eee6dc}.cart-row .emoji{font-size:28px}.cart-row b{font-size:13px}.cart-row span{display:block;color:var(--muted);font-size:12px;margin-top:3px}.quantity{display:flex;align-items:center;gap:7px;font-size:13px}.quantity button{border:0;background:#e8eee6;border-radius:50%;width:22px;height:22px;cursor:pointer}.empty{color:var(--muted);text-align:center;padding-top:60px}.cart-summary{border-top:1px solid var(--sand);padding-top:18px}.cart-summary>div{display:flex;justify-content:space-between;margin-bottom:15px}.cart-summary p{color:var(--muted);font-size:11px;text-align:center}.cart-summary .checkout-button{width:100%}footer{border-top:1px solid var(--sand);padding:28px 30px;display:flex;justify-content:space-between;color:var(--muted);font-size:12px}dialog{border:0;border-radius:20px;padding:34px;width:min(430px,calc(100% - 28px));color:var(--ink);box-shadow:0 20px 70px #13211755}.dialog-close{float:right}.dialog-note{color:var(--muted);font-size:14px;line-height:1.5}form{display:grid;gap:15px;margin-top:24px}label{font-size:12px;font-weight:700}input{display:block;border:1px solid var(--sand);border-radius:9px;width:100%;padding:12px;margin-top:6px;font:14px Manrope}dialog::backdrop{background:#1c302570}@media(max-width:800px){.header{padding:0 18px}nav{display:none}.hero{margin:0 18px 56px;grid-template-columns:1fr}.hero-copy{padding:45px 30px;min-height:360px}h1{font-size:39px}.hero-art{display:none}.catalog{padding:0 18px 56px}.product-grid{grid-template-columns:repeat(2,1fr);gap:13px}.product-image{height:140px;font-size:60px}.product-body{padding:13px}.product-body p{height:54px}.section-heading h2,.about h2{font-size:29px}.about{margin:0 18px 50px;padding:38px 30px}footer{padding:25px 18px}.section-heading{align-items:start;flex-direction:column}.section-heading>p{margin-bottom:0}}
