:root { --navy:#063a63; --deep:#022946; --aqua:#13b9c8; --lime:#c6ff38; --ink:#10273b; --muted:#71808c; --milk:#f6f8f7; --card:#fff; }
*{box-sizing:border-box} body{margin:0;background:#dce9ec;color:var(--ink);font-family:Manrope,Arial,sans-serif} button,input{font:inherit} button{cursor:pointer;border:0} .app-shell{max-width:540px;margin:0 auto;background:var(--milk);min-height:100vh;padding:16px 16px 100px}.topbar,.brand-row,.section-heading{display:flex;align-items:center;justify-content:space-between}.topbar{font-size:12px;margin-bottom:17px}.location{background:none;color:#496172;font-weight:700;padding:0}.profile{width:30px;height:30px;border-radius:50%;background:#e5f0f0;color:var(--navy);font-size:16px}.brand-row{margin-bottom:16px}.brand-mark{width:43px;height:43px;border-radius:14px;background:var(--navy);color:var(--lime);display:grid;place-items:center;font-size:31px;transform:rotate(-15deg);margin-right:10px}.brand-row>div:nth-child(2){margin-right:auto}.brand-name{font-family:"Playfair Display",Georgia,serif;font-size:25px;font-weight:800;line-height:22px;margin:0;color:var(--navy)}.brand-note{font-size:10px;margin:5px 0 0;color:var(--muted);font-weight:700}.heart-head{background:#fff;color:var(--navy);font-size:25px;width:39px;height:39px;border-radius:14px;box-shadow:0 4px 14px #18374d12}.search{height:48px;border-radius:15px;background:#fff;display:flex;align-items:center;padding:0 12px;margin-bottom:15px;box-shadow:0 5px 18px #18374d10;color:#607383}.search span{font-size:25px;margin-right:7px}.search input{min-width:0;flex:1;border:0;outline:0;background:transparent;font-size:13px}.search input::placeholder{color:#9ba8b1}.search button{background:transparent;color:var(--aqua);font-size:20px}.hero{border-radius:24px;overflow:hidden;height:255px;position:relative;color:white}.hero img{height:100%;width:100%;object-fit:cover;object-position:61% center}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,31,54,.94),rgba(2,32,53,.52) 51%,rgba(2,32,53,.06))}.hero-copy{position:absolute;z-index:1;inset:0;padding:25px 20px}.eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;margin:0 0 8px;color:var(--aqua)}h1,h2,p{margin-top:0}.hero h1{font-family:"Playfair Display",Georgia,serif;font-size:25px;line-height:1.14;margin:0 0 9px}.hero-copy>p:not(.eyebrow){font-size:11px;width:190px;line-height:1.4;color:#d5e1e5}.lime-button{position:absolute;bottom:19px;left:20px;background:var(--lime);padding:11px 14px;border-radius:12px;font-size:11px;font-weight:800;color:#163325}.lime-button span{font-size:16px;padding-left:5px}.section{margin-top:27px}.section-heading h2{font-size:18px;letter-spacing:-.04em;margin:0}.section-heading p{font-size:11px;color:var(--muted);margin:4px 0 0}.text-button{background:transparent;color:var(--aqua);font-size:12px;font-weight:800}.categories{display:flex;gap:9px;overflow:auto;padding:15px 0 3px;scrollbar-width:none}.categories::-webkit-scrollbar{display:none}.category{min-width:76px;padding:10px 8px;border-radius:14px;background:#fff;color:#506474;font-size:10px;font-weight:700;box-shadow:0 4px 12px #16374a0b}.category span{display:block;font-size:19px;margin-bottom:5px}.category.active{background:var(--navy);color:white}.promo-card{margin-top:25px;background:linear-gradient(120deg,#087f99,#15bec5);border-radius:20px;min-height:133px;padding:18px 20px;color:#fff;display:flex;overflow:hidden;position:relative}.promo-card:after{content:"";position:absolute;width:170px;height:170px;border:32px solid #72e8e5;opacity:.28;border-radius:50%;right:-57px;bottom:-105px}.promo-kicker{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;margin-bottom:6px}.promo-card h2{font-family:"Playfair Display",Georgia,serif;font-size:22px;line-height:1.06;margin-bottom:8px}.promo-card p:not(.promo-kicker){font-size:10px;margin:0}.promo-card strong{background:var(--lime);color:#266a57;padding:3px 5px;border-radius:4px;margin-left:3px}.promo-fish{font-size:67px;z-index:1;transform:rotate(-20deg);margin:auto -7px auto auto}.catalog{margin-top:27px}.filter-button{background:#e1f5f4;color:#137c85;border-radius:10px;padding:9px 11px;font-size:10px;font-weight:800}.products{display:grid;grid-template-columns:repeat(2,1fr);gap:13px;margin-top:16px}.product{background:#fff;border-radius:18px;padding:9px;position:relative;box-shadow:0 5px 16px #18374d0b}.product-image{height:121px;border-radius:13px;background:var(--bg);display:flex;align-items:center;justify-content:center;font-size:64px;position:relative;overflow:hidden}.product-image:after{content:"";width:100px;height:40px;background:#ffffff73;filter:blur(13px);position:absolute;bottom:0;transform:rotate(-15deg)}.product-image span{z-index:1;filter:drop-shadow(0 7px 4px #0003)}.product-fav{position:absolute;z-index:3;right:16px;top:16px;width:28px;height:28px;border-radius:9px;background:#ffffffe6;color:var(--navy);font-size:20px}.product-tag{position:absolute;left:14px;top:14px;z-index:2;border-radius:6px;background:var(--lime);padding:4px 6px;color:#255c35;font-size:8px;font-weight:800}.product h3{font-size:12px;letter-spacing:-.02em;line-height:1.25;margin:10px 2px 4px;min-height:30px}.product small{display:block;margin:0 2px 9px;color:var(--muted);font-size:10px}.price-row{display:flex;align-items:center;justify-content:space-between}.price{font-size:14px;font-weight:800}.add-button{color:#fff;background:var(--navy);width:29px;height:29px;border-radius:9px;font-size:20px;line-height:1}.production{margin-top:28px;background:#073b5e;color:#fff;border-radius:20px;padding:18px;display:flex;gap:12px;align-items:flex-start}.production-icon{background:#1bbdc2;color:var(--lime);border-radius:13px;width:41px;height:41px;flex:0 0 41px;display:grid;place-items:center;font-size:20px}.production h2{font-size:16px;line-height:1.2;margin:0 0 7px}.production p:not(.eyebrow){font-size:10px;line-height:1.5;color:#b9d1dc;margin:0}.production button{background:transparent;color:var(--lime);font-size:22px;margin:auto 0 auto auto}.bottom-nav{position:fixed;z-index:10;bottom:0;left:50%;transform:translateX(-50%);width:min(540px,100%);background:#fff;border-top:1px solid #e7ecee;display:flex;justify-content:space-around;padding:8px 5px 13px}.nav-item{background:transparent;color:#8797a1;font-size:9px;display:flex;flex-direction:column;align-items:center;gap:3px;min-width:60px;position:relative}.nav-item span{font-size:20px;line-height:19px}.nav-item.selected{color:var(--navy);font-weight:800}.nav-item b{position:absolute;top:-6px;right:4px;background:var(--lime);color:#1c5342;min-width:14px;height:14px;border-radius:8px;font-size:8px;display:grid;place-items:center}.toast{position:fixed;z-index:20;left:50%;bottom:80px;transform:translate(-50%,30px);opacity:0;background:var(--ink);color:#fff;padding:11px 15px;border-radius:12px;font-size:12px;transition:.25s;pointer-events:none;white-space:nowrap}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(min-width:541px){body{padding:12px}.app-shell{border-radius:27px;box-shadow:0 13px 38px #16374d27}.bottom-nav{bottom:12px;border-radius:0 0 27px 27px}}
.variant-switch{display:flex;padding:4px;border-radius:13px;background:#e2eeee;margin:-4px 0 13px;gap:3px}.variant-choice{flex:1;background:transparent;border-radius:10px;padding:7px 8px;color:#66808b;font-size:10px;font-weight:800;text-align:left}.variant-choice span{display:block;font-size:8px;font-weight:600;opacity:.72;margin-top:1px}.variant-choice.active{background:#fff;color:var(--navy);box-shadow:0 2px 7px #153d4f16}body.variant-two{background:#f4ddd0}body.variant-two .app-shell{background:#fff9f3}body.variant-two .brand-mark{background:#ef6b4a;color:#fff}body.variant-two .brand-name,body.variant-two .nav-item.selected{color:#cc4e35}body.variant-two .variant-switch{background:#fde1d5}body.variant-two .variant-choice.active{color:#c04a35}body.variant-two .hero{border-radius:34px 34px 12px 12px;height:238px}body.variant-two .hero img{object-position:83% center;filter:saturate(1.05) contrast(1.05)}body.variant-two .hero-shade{background:linear-gradient(90deg,rgba(123,39,31,.88),rgba(195,80,52,.37) 58%,rgba(169,70,39,.06))}body.variant-two .eyebrow{color:#efb67c}body.variant-two .lime-button{background:#fff;color:#c34d36;border-radius:999px}body.variant-two .category.active,body.variant-two .add-button{background:#ec6c4c}body.variant-two .promo-card{background:linear-gradient(120deg,#f29a53,#e75f54)}body.variant-two .promo-card strong{background:#fff1b5;color:#a3452e}body.variant-two .production{background:#4d7771}body.variant-two .filter-button{background:#ffe5d3;color:#bd5639}
