
:root{--bg:#f7f3ee;--surface:#fffdf9;--soft:#eee7df;--ink:#241f1b;--muted:#756c64;--line:#ded4ca;--accent:#7a4b38;--success:#446b50;--shadow:0 18px 55px rgba(55,38,27,.11)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.shell{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{background:var(--ink);color:#fff;font-size:12px}.topbar__inner{min-height:34px;display:flex;align-items:center;justify-content:space-between}.header{position:sticky;top:0;z-index:40;background:rgba(247,243,238,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(122,75,56,.08)}.header__row{height:76px;display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:center}.brand{display:flex;align-items:center;gap:10px;white-space:nowrap}.brand__mark{width:38px;height:38px;border-radius:50%;background:var(--accent);color:white;display:grid;place-items:center;font:700 12px Georgia,serif}.brand__name{font:17px Georgia,serif;letter-spacing:.08em}.nav{display:flex;justify-content:center;gap:28px;font-size:14px}.nav a{padding:28px 0 24px;position:relative}.nav a:after{content:"";position:absolute;height:1px;background:var(--accent);left:0;right:0;bottom:18px;transform:scaleX(0);transition:.2s}.nav a:hover:after,.nav a.active:after{transform:scaleX(1)}.header__actions{display:flex;align-items:center;gap:6px}.icon,.account-btn,.bag-btn{border:0;background:transparent;cursor:pointer;color:var(--ink)}.icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-size:22px}.icon:hover{background:var(--soft)}.account-btn{padding:10px 13px;border:1px solid var(--line);border-radius:999px}.bag-btn{display:flex;align-items:center;gap:7px;padding:10px 12px}.bag-btn span{width:23px;height:23px;border-radius:50%;background:var(--accent);color:#fff;display:grid;place-items:center;font-size:11px}.mobile-menu{display:none;padding:8px 20px 18px;background:var(--bg);border-top:1px solid var(--line)}.mobile-menu.open{display:grid}.mobile-menu a,.mobile-menu button{padding:14px 2px;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left}.hero{min-height:590px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:45px;padding:56px 0 70px}.eyebrow{text-transform:uppercase;letter-spacing:.17em;color:var(--accent);font-size:10px;font-weight:800}.eyebrow.light{color:#edc9b6}.hero h1,.campaign h2,.section-head h2,.account h2,.drawer h2{font-family:Georgia,"Times New Roman",serif;font-weight:500}.hero h1{font-size:clamp(44px,5vw,72px);line-height:1.02;margin:15px 0 20px}.hero__copy>p{font-size:17px;color:var(--muted);line-height:1.7;max-width:640px}.actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:28px}.btn{border:1px solid transparent;border-radius:999px;padding:14px 20px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.primary{background:var(--accent);color:#fff}.secondary{background:transparent;border-color:var(--line);color:var(--ink)}.full{width:100%}.trust{display:flex;gap:18px;flex-wrap:wrap;color:var(--muted);font-size:12px;margin-top:26px}.hero__visual{position:relative;min-height:460px}.card{position:absolute;width:330px;height:410px;border-radius:32px;background:linear-gradient(145deg,#ece4db,#fffdfa);box-shadow:var(--shadow);display:grid;place-items:center}.card.back{right:5px;top:10px;transform:rotate(7deg)}.card.front{right:120px;bottom:0;transform:rotate(-7deg);z-index:2}.plate{position:relative;width:220px;height:220px;box-shadow:0 12px 34px rgba(36,31,27,.15);border:1px solid rgba(36,31,27,.08)}.plate.circle{border-radius:50%}.plate.square{border-radius:8px}.plate.octagon{clip-path:polygon(29% 0,71% 0,100% 29%,100% 71%,71% 100%,29% 100%,0 71%,0 29%)}.plate.white{background:linear-gradient(145deg,#fff,#e8e8e4)}.plate.ivory{background:linear-gradient(145deg,#f8f3e7,#ddd2c0)}.plate.dark{background:linear-gradient(145deg,#2d2926,#080808)}.plate.gold{background:linear-gradient(145deg,#f2dc9c,#ab8434)}.plate.silver{background:linear-gradient(145deg,#fff,#9e9e9e)}.logo{position:absolute;font-size:8px;color:#8a7f74;font-weight:800;letter-spacing:.09em}.logo.bottom{bottom:16px;left:50%;transform:translateX(-50%)}.logo.center{top:50%;left:50%;transform:translate(-50%,-50%)}.pill{position:absolute;right:-12px;bottom:28px;background:var(--ink);color:#fff;border-radius:999px;padding:9px 13px;font-size:11px;transform:rotate(7deg)}.category-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:58px}.category{min-height:96px;border:1px solid var(--line);background:var(--surface);border-radius:20px;padding:17px;display:flex;align-items:center;gap:12px}.category>span{width:45px;height:45px;border-radius:14px;background:var(--soft);display:grid;place-items:center;font-size:20px}.category small{margin-left:auto;color:var(--muted)}.category.active{border-color:rgba(122,75,56,.45)}.category.muted{opacity:.55}.campaign{background:var(--accent);color:#fff;border-radius:28px;padding:35px 40px;display:flex;justify-content:space-between;align-items:center;gap:30px;margin-bottom:80px}.campaign h2{font-size:34px;margin:8px 0}.campaign p{margin:0;color:#f4e8e0}.campaign__badge{background:rgba(255,255,255,.11);border-radius:18px;padding:18px;display:grid;gap:4px;min-width:220px}.campaign__badge strong{font-size:21px}.campaign__badge span{font-size:12px;color:#f4e8e0}.catalog{padding-bottom:95px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.section-head h2{font-size:38px;margin:7px 0 0}.text-btn{border:0;background:transparent;color:var(--accent);font-weight:800;cursor:pointer}.centered{display:block;margin:15px auto}.filters{display:flex;gap:7px;overflow:auto;padding-bottom:13px;margin-bottom:17px;scrollbar-width:none}.chip{border:1px solid var(--line);background:var(--surface);padding:9px 14px;border-radius:999px;white-space:nowrap;cursor:pointer}.chip.active{background:var(--ink);color:#fff}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.product{background:var(--surface);border:1px solid var(--line);border-radius:23px;overflow:hidden;transition:.2s}.product:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product__media{height:250px;display:grid;place-items:center;background:linear-gradient(145deg,#ece4db,#fbf8f3);position:relative}.product__media .plate{width:155px;height:155px}.badges{position:absolute;left:13px;top:13px;display:flex;gap:5px;flex-wrap:wrap}.badge{background:#fff;border-radius:999px;padding:6px 8px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.badge.cashback{background:#e6efe7;color:var(--success)}.badge.promo{background:var(--ink);color:#fff}.product__body{padding:17px}.product__body small{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-size:9px}.product__body h3{font:500 23px Georgia,serif;margin:7px 0}.product__body p{color:var(--muted);font-size:13px;line-height:1.55;min-height:42px}.product__foot{display:flex;justify-content:space-between;align-items:end;gap:10px;margin-top:14px}.product__foot strong{font-size:18px}.product__foot span{display:block;color:var(--muted);font-size:11px;margin-top:3px}.configure{border:0;background:var(--accent);color:#fff;border-radius:999px;padding:10px 13px;font-weight:800;cursor:pointer}.how{padding:30px 0 90px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.steps article{background:var(--surface);border:1px solid var(--line);border-radius:21px;padding:23px}.steps article>span{width:36px;height:36px;background:var(--soft);border-radius:50%;display:grid;place-items:center;font-weight:800;color:var(--accent)}.steps h3{font:500 24px Georgia,serif;margin:17px 0 7px}.steps p{color:var(--muted);line-height:1.55;margin:0}.account{background:var(--ink);color:#fff;border-radius:29px;padding:42px;margin-bottom:95px;display:grid;grid-template-columns:.8fr 1.2fr;gap:34px}.account h2{font-size:36px;margin:8px 0 10px}.account>div>p{color:#cfc3ba;line-height:1.6}.account__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.account__cards article{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:17px;display:grid;gap:6px}.account__cards small,.account__cards span{color:#d3c7be;font-size:11px}.account__cards strong{font-size:19px}.footer{background:#211d19;color:#fff;padding:60px 0 24px}.footer__grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:30px}.footer__grid>div{display:flex;flex-direction:column;gap:8px}.footer__about{display:block!important}.footer__about p{color:#c2b8b0;line-height:1.6}.footer h4{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:#d6cac1;margin:0 0 9px}.footer a{font-size:13px}.footer__bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:38px;padding-top:18px;display:flex;justify-content:space-between;color:#a79c94;font-size:11px}.whatsapp{position:fixed;right:18px;bottom:18px;z-index:35;border:0;border-radius:999px;background:#1f8f52;color:#fff;padding:13px 17px;font-weight:800;box-shadow:0 12px 30px rgba(26,112,68,.3);cursor:pointer}.overlay{position:fixed;inset:0;background:rgba(25,20,16,.34);backdrop-filter:blur(3px);opacity:0;pointer-events:none;z-index:80;transition:.2s}.overlay.open{opacity:1;pointer-events:auto}.drawer{position:fixed;right:0;top:0;bottom:0;width:min(610px,100%);background:var(--bg);z-index:90;transform:translateX(102%);transition:.25s;box-shadow:-22px 0 70px rgba(0,0,0,.12);display:flex;flex-direction:column}.drawer.compact{width:min(470px,100%)}.drawer.open{transform:translateX(0)}.drawer__head{display:flex;justify-content:space-between;gap:20px;padding:22px;border-bottom:1px solid var(--line)}.drawer__head h2{font-size:31px;margin:5px 0 0}.close{font-size:28px}.drawer__body{padding:5px 22px 155px;overflow:auto}.drawer__foot{position:absolute;bottom:0;left:0;right:0;padding:13px 22px 18px;background:rgba(247,243,238,.96);backdrop-filter:blur(14px);border-top:1px solid var(--line)}.drawer__foot>small{display:block;text-align:center;color:var(--muted);font-size:9px;line-height:1.45;margin-top:7px}.field{padding:20px 0;border-bottom:1px solid var(--line)}.field>label{display:block;font-weight:800;margin-bottom:11px}.choices{display:flex;gap:7px;flex-wrap:wrap}.choice{border:1px solid var(--line);background:var(--surface);border-radius:14px;padding:11px 13px;cursor:pointer}.choice.active{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.finish-choices{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.finish-choice{border:1px solid var(--line);background:var(--surface);border-radius:14px;padding:11px;display:flex;align-items:center;gap:8px;cursor:pointer}.finish-choice.active{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.swatch{width:21px;height:21px;border-radius:6px;border:1px solid rgba(0,0,0,.08)}.hidden{display:none!important}.logo-rules{display:none;margin-top:12px;color:var(--muted);font-size:12px;line-height:1.5}.logo-rules.open{display:block}.summary{margin:20px 0;background:var(--ink);color:#fff;border-radius:22px;padding:16px;display:grid;grid-template-columns:110px 1fr;gap:14px}.summary>div:first-child{background:#f0e9e2;border-radius:15px;display:grid;place-items:center;min-height:110px}.summary .plate{width:78px;height:78px}.summary>div:last-child{display:grid;align-content:center;gap:4px}.summary small,.summary span{color:#cfc1b7;font-size:11px}.summary__price{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:9px}.summary__price>strong{font-size:24px}.summary__price em{font-style:normal;color:#bfe0c4;background:rgba(255,255,255,.08);padding:7px 9px;border-radius:10px;font-size:11px}.totals{display:flex;justify-content:space-between;margin-bottom:7px}.cashback-line{color:var(--success);font-size:12px;margin-bottom:13px}.bag-line{display:grid;grid-template-columns:55px 1fr auto;gap:10px;padding:14px 0;border-bottom:1px solid var(--line);align-items:center}.bag-line__visual{height:55px;background:var(--soft);border-radius:13px;display:grid;place-items:center}.bag-line__visual .plate{width:35px;height:35px}.bag-line small{display:block;color:var(--muted);margin-top:3px}.empty{text-align:center;color:var(--muted);padding:90px 20px}.login-info{text-align:center;padding:35px 10px 20px}.lock{width:58px;height:58px;border-radius:50%;background:var(--soft);display:grid;place-items:center;margin:0 auto 14px;color:var(--accent);font-size:25px}.login-info h3{font:500 24px Georgia,serif;margin:0 0 10px}.login-info p{color:var(--muted);line-height:1.55}.input-label{display:block;margin:15px 0 7px;font-weight:800;font-size:12px}.input{width:100%;padding:13px;border-radius:13px;border:1px solid var(--line);background:#fff}.disabled-btn{opacity:.6;cursor:not-allowed;margin-top:16px}.invite-box{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:16px;margin-top:28px}.invite-box p{color:var(--muted);font-size:12px;line-height:1.5}.mobile-only{display:none}
@media(max-width:960px){.desktop-only{display:none!important}.mobile-only{display:grid}.header__row{grid-template-columns:auto 1fr auto;height:65px;gap:7px}.brand{justify-self:center}.brand__name{font-size:14px}.account-btn{display:none}.bag-btn{font-size:0}.bag-btn span{font-size:11px}.hero{grid-template-columns:1fr;padding-top:40px}.hero__copy{text-align:center}.hero__copy>p{margin-inline:auto}.actions,.trust{justify-content:center}.hero__visual{min-height:390px}.card{width:265px;height:335px}.card.front{left:50%;right:auto;transform:translateX(-62%) rotate(-7deg)}.card.back{left:50%;right:auto;transform:translateX(-27%) rotate(7deg)}.plate{width:178px;height:178px}.category-strip{grid-template-columns:1fr}.campaign{flex-direction:column;align-items:flex-start}.products{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr}.account{grid-template-columns:1fr}.footer__grid{grid-template-columns:1.2fr 1fr 1fr}}
@media(max-width:640px){.shell{width:min(100% - 28px,1180px)}.topbar__inner{justify-content:center}.hero{padding:28px 0 42px;gap:15px}.hero h1{font-size:42px}.hero__copy>p{font-size:15px}.hero__visual{min-height:315px}.card{width:215px;height:275px;border-radius:25px}.card.front{transform:translateX(-64%) rotate(-7deg)}.card.back{transform:translateX(-24%) rotate(7deg)}.card .plate{width:140px;height:140px}.category-strip{margin-bottom:38px}.campaign{padding:27px 22px;border-radius:22px;margin-bottom:55px}.campaign h2{font-size:29px}.campaign__badge{width:100%}.section-head{align-items:flex-start;flex-direction:column}.section-head h2{font-size:31px}.products{grid-template-columns:1fr}.product__media{height:225px}.how{padding-bottom:65px}.account{padding:29px 21px;margin-bottom:65px;border-radius:22px}.account h2{font-size:31px}.account__cards{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr 1fr}.footer__about{grid-column:1/-1}.footer__bottom{flex-direction:column}.whatsapp{width:54px;height:54px;padding:0;display:grid;place-items:center;right:13px;bottom:13px;font-size:20px}.drawer{width:100%}.drawer__head{padding:17px}.drawer__body{padding:4px 17px 145px}.drawer__foot{padding:11px 17px 15px}.summary{grid-template-columns:86px 1fr;padding:13px}.summary>div:first-child{min-height:86px}.summary .plate{width:60px;height:60px}.summary__price{align-items:flex-start;flex-direction:column}.finish-choices{grid-template-columns:1fr}}

.catalog-empty-store{grid-column:1/-1;min-height:190px;border:1px dashed var(--line);border-radius:22px;display:grid;place-items:center;align-content:center;text-align:center;padding:30px;color:var(--muted);gap:7px}.catalog-empty-store strong{color:var(--ink);font-family:Georgia,serif;font-size:22px}.catalog-empty-store.error{background:#fff8ef}.choice:disabled{opacity:.35;cursor:not-allowed}.neutral-account article{min-height:125px}
.swatch.white{background:#fff}.swatch.dark{background:#141414}.swatch.gold{background:linear-gradient(145deg,#f2dc9c,#ab8434)}.swatch.silver{background:linear-gradient(145deg,#fff,#9e9e9e)}
