:root{--ink:#183026;--cream:#f7f3e9;--yellow:#f4b942;--orange:#ef6b3a;--line:#d9d6ca}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fbfaf6;color:var(--ink);font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.notice{background:var(--ink);color:#fff;text-align:center;padding:10px;font-size:12px;letter-spacing:.08em}header{height:82px;display:flex;align-items:center;gap:36px;padding:0 6vw;border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:5}.logo{display:flex;align-items:center;gap:9px;font-size:22px}.logo i{background:var(--yellow);font:700 22px Georgia;width:35px;height:35px;border-radius:50%;display:grid;place-items:center}.logo small{display:block;font-size:8px;letter-spacing:.22em}.search{display:flex;flex:1;max-width:520px}.search input{width:100%;border:1px solid #ccc;border-radius:30px 0 0 30px;padding:12px 18px}.search button{border:0;background:var(--ink);color:#fff;border-radius:0 30px 30px 0;padding:0 18px}nav{margin-left:auto;display:flex;align-items:center;gap:20px;font-size:13px;font-weight:700}nav button{border:0;background:var(--yellow);padding:11px 15px;border-radius:22px}.hero{min-height:570px;background:var(--cream);display:grid;grid-template-columns:1fr 1fr}.hero>div{padding:85px 6vw;align-self:center}.hero span,.section>span,.shophero span,.sell span{font-size:11px;letter-spacing:.22em;color:#ae5e2a;font-weight:900}.hero h1{font:700 clamp(54px,6vw,92px)/.9 Georgia;margin:20px 0}.hero h1 em{font-weight:400;color:var(--orange)}.hero p,.shophero p{line-height:1.7;color:#59675f;max-width:580px}.hero>img{width:100%;height:100%;object-fit:cover}.cta{display:inline-block;background:var(--ink);color:#fff;padding:16px 22px;margin-top:18px;font-weight:800}.section{padding:80px 7vw}.section h2,.shophero h1,.sell h2{font:700 clamp(38px,4vw,56px) Georgia;margin:10px 0 35px}.shops{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.shop{padding:30px;min-height:220px;background:#f4c5ad}.shop:nth-child(2){background:#b9d9df}.shop:nth-child(3){background:#cbd8b5}.shop small{letter-spacing:.15em;text-transform:uppercase}.shop h3{font:700 28px Georgia}.shop p{line-height:1.5;min-height:48px}.productsSection{background:#f2eee3}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.products article>div{height:280px;position:relative}.products img{width:100%;height:100%;object-fit:cover}.products .add{position:absolute;right:12px;bottom:12px;border:0;background:#fff;width:42px;height:42px;border-radius:50%;font-size:23px}.products small{display:block;margin-top:15px;text-transform:uppercase;color:#9a6847;letter-spacing:.1em}.products h3{font:700 19px Georgia;margin:7px 0}.products p{font-size:12px;color:#66726b}.shophero{padding:90px 10vw;background:var(--cream);text-align:center}.shophero p{margin:0 auto 20px}.sell{margin:70px 7vw;padding:55px;background:var(--ink);color:#fff;display:flex;align-items:end;justify-content:space-between;gap:50px}.sell p{color:#bdc8c1;line-height:1.7;max-width:600px}.sell .yellow{background:var(--yellow);color:var(--ink);white-space:nowrap}footer{background:#12251d;color:#fff;padding:40px 7vw;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}footer span,footer small{color:#aebbb4}.loginWrap{min-height:80vh;display:grid;place-items:center;background:var(--cream);padding:30px}.panel{width:min(720px,100%);background:#fff;padding:40px;box-shadow:0 18px 50px #18302622}.panel h1{font:700 38px Georgia}.field{display:grid;gap:7px;margin:16px 0}.field input,.field textarea{padding:12px;border:1px solid #bbb}.panel button{border:0;background:var(--ink);color:#fff;padding:14px 20px;font-weight:800}.alert{padding:12px;background:#fff0cd;margin:12px 0}.dashboard{max-width:1100px;margin:35px auto;padding:0 24px}.dashHead{display:flex;align-items:center;justify-content:space-between}.table{width:100%;border-collapse:collapse;background:#fff}.table th,.table td{text-align:left;padding:13px;border-bottom:1px solid #ddd}.gridForm{display:grid;grid-template-columns:1fr 1fr;gap:15px}.gridForm .wide{grid-column:1/3}@media(max-width:850px){header{gap:10px}.search{display:none}nav a{display:none}.hero{grid-template-columns:1fr}.hero>img{height:400px}.shops{grid-template-columns:1fr}.products{grid-template-columns:repeat(2,1fr)}.sell{align-items:flex-start;flex-direction:column}}@media(max-width:520px){header{height:68px}.products article>div{height:200px}.section{padding:55px 5vw}.sell{margin:40px 0;padding:35px}.gridForm{grid-template-columns:1fr}.gridForm .wide{grid-column:auto}}
.delivery{padding:75px 7vw;display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;background:#fff}.delivery>div>span{font-size:11px;letter-spacing:.2em;color:#ae5e2a;font-weight:900}.delivery h2{font:700 clamp(36px,4vw,54px) Georgia;margin:12px 0}.delivery p{color:#65736b;line-height:1.7}.deliveryChoices{display:grid;gap:12px}.deliveryChoices label{display:grid;grid-template-columns:24px 1fr auto;align-items:center;border:1px solid var(--line);padding:20px;background:#fbfaf6}.deliveryChoices label:has(input:checked){border:2px solid var(--ink);background:#f7f1dd}.deliveryChoices b,.deliveryChoices small{grid-column:2;display:block}.deliveryChoices small{color:#68756d;margin-top:5px}.deliveryChoices i{grid-column:3;grid-row:1/3;font-style:normal;font-size:10px;background:var(--ink);color:#fff;padding:7px;border-radius:14px}.accountPanel{max-width:480px}.accountPanel .social{display:block;width:100%;margin:12px 0;text-align:left;border:1px solid #ccc;background:#fff;color:var(--ink)}.accountPanel .facebook{background:#1877f2;color:#fff;border-color:#1877f2}.accountPanel .social b{display:inline-block;width:28px}.accountPanel .or{text-align:center;color:#777;margin:15px}.accountPanel>small{display:block;margin-top:18px;color:#777;line-height:1.4}@media(max-width:850px){.delivery{grid-template-columns:1fr;gap:25px}}
