:root{--ink:#23364a;--ink2:#31475c;--green:#8aba3f;--green2:#6f982f;--cream:#f3ebcf;--cream2:#fbf7e8;--paper:#fffdf7;--line:#e5dcc0;--muted:#6d746f;--red:#a44842;--shadow:0 18px 52px rgba(35,54,74,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream2);color:var(--ink);font-family:Arial,Helvetica,sans-serif}.app-shell{min-height:100vh;padding-bottom:82px}button,input,select{font:inherit}button{cursor:pointer}.topbar{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;padding:9px 16px;background:rgba(251,247,232,.94);backdrop-filter:blur(15px);border-bottom:1px solid rgba(229,220,192,.85)}.brand{display:flex;align-items:center;gap:10px;border:0;background:transparent;color:var(--ink);text-align:left;padding:0}.brand img{width:46px;height:46px;border-radius:50%;object-fit:cover;border:1px solid var(--line)}.brand strong{font-family:Georgia,serif;font-size:1.16rem}.brand small{display:block;color:var(--muted);font-size:.7rem;margin-top:2px}.top-actions{display:flex;gap:8px}.icon-button{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:var(--paper);position:relative;font-weight:900;color:var(--ink)}.install-button{font-size:1.2rem}.count{position:absolute;top:-4px;right:-3px;min-width:19px;height:19px;padding:0 5px;display:grid;place-items:center;color:#fff;background:var(--green2);border-radius:999px;font-size:.68rem;font-weight:900}main{width:min(1180px,100%);margin:auto}.screen{display:none}.screen.active{display:block}.hero{margin:12px 12px 0;border-radius:29px;overflow:hidden;background:var(--ink);color:#fff;box-shadow:var(--shadow);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;min-height:470px;position:relative}.hero:after{content:"";position:absolute;right:-130px;bottom:-190px;width:430px;height:430px;border-radius:50%;background:var(--green);opacity:.16}.hero-copy{padding:54px;z-index:1}.eyebrow{display:block;color:var(--green2);font-size:.7rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px}.eyebrow.light{color:#bee27f}.hero h1{font-family:Georgia,serif;font-size:clamp(2.55rem,6vw,5rem);line-height:.97;margin:0;letter-spacing:-.04em}.hero h1 em{font-style:normal;color:#bee27f}.hero p{font-size:1.08rem;line-height:1.55;color:rgba(255,255,255,.82);max-width:560px;margin:22px 0 28px}.hero-logo{display:grid;place-items:center;padding:40px;z-index:1}.hero-circle{width:min(34vw,390px);aspect-ratio:1;border-radius:50%;background:var(--cream);box-shadow:0 22px 60px rgba(0,0,0,.2);display:grid;place-items:center}.hero-circle img{width:100%;height:100%;object-fit:cover;border-radius:50%}.primary,.secondary{border:0;border-radius:999px;font-weight:900;padding:14px 21px}.primary{background:var(--green);color:var(--ink);box-shadow:0 9px 25px rgba(138,186,63,.24)}.secondary{background:var(--ink);color:#fff}.connection-banner{margin:16px 12px 0;padding:13px 16px;border-radius:14px;display:flex;align-items:center;gap:10px;font-size:.88rem}.connection-banner.loading{background:#fff8d8;border:1px dashed #b99e45;color:#705e26}.connection-banner.success{background:#edf8df;border:1px solid #badb87;color:#3e6421}.connection-banner.error{background:#fff0ed;border:1px solid #e2aaa3;color:#8b3d36}.status-dot{width:10px;height:10px;border-radius:50%;background:currentColor;box-shadow:0 0 0 5px rgba(255,255,255,.45)}.services{margin:16px 12px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:var(--line)}.services article{background:var(--paper);padding:20px;display:flex;gap:13px;align-items:center;min-height:88px}.services article div{display:grid;gap:4px}.services small{color:var(--muted)}.service-icon{font-size:1.5rem}.section-block{padding:46px 12px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:22px}.section-heading h2,.package-banner h2,.page-title h1,.account-card h1{font-family:Georgia,serif;margin:0;line-height:1.05}.section-heading h2{font-size:clamp(1.8rem,4vw,2.8rem)}.text-link{border:0;background:transparent;font-weight:900;color:var(--ink)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{background:var(--paper);border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 8px 25px rgba(35,54,74,.06);display:flex;flex-direction:column}.product-visual{aspect-ratio:1/.82;background:radial-gradient(circle at 50% 42%,#fffdf1 0,var(--cream) 68%);position:relative;overflow:hidden;border:0;padding:0;width:100%}.product-visual img{width:100%;height:100%;object-fit:cover;display:block}.product-visual img.logo-fallback{object-fit:contain;padding:22%;mix-blend-mode:multiply}.badge{position:absolute;top:12px;left:12px;background:var(--ink);color:#fff;border-radius:999px;padding:7px 10px;font-size:.64rem;font-weight:900}.soldout{background:var(--red)}.product-copy{padding:15px;display:flex;flex-direction:column;flex:1}.product-copy small{color:var(--green2);font-weight:900;text-transform:uppercase;font-size:.66rem}.product-copy h3{font-family:Georgia,serif;font-size:1.2rem;margin:6px 0 8px}.product-copy p{color:var(--muted);font-size:.83rem;line-height:1.42;min-height:3.55em}.product-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:auto;gap:8px}.product-bottom strong{font-size:.96rem}.plus{width:39px;height:39px;border:0;border-radius:50%;background:var(--green);font-size:1.25rem;font-weight:900;color:var(--ink)}.plus:disabled{background:#d7d3c5;color:#85857f;cursor:not-allowed}.loading-card,.empty-state{grid-column:1/-1;text-align:center;padding:60px 20px;border:1px solid var(--line);background:var(--paper);border-radius:22px;color:var(--muted)}.empty-state h2{font-family:Georgia,serif;color:var(--ink);font-size:2rem;margin:10px 0}.package-banner{margin:0 12px 42px;padding:34px;border:1px solid var(--line);border-radius:28px;background:var(--cream);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px}.package-icon{width:72px;height:72px;border-radius:22px;background:var(--green);display:grid;place-items:center;font-size:1.8rem}.package-banner p{color:var(--muted);line-height:1.5;max-width:700px}.page{padding:38px 12px}.page-title{margin-bottom:24px}.page-title h1{font-size:clamp(2.3rem,5vw,4.2rem)}.page-title p{color:var(--muted);line-height:1.55;max-width:800px}.catalog-tools{display:flex;gap:12px;margin:5px 0 24px}.search,.select{height:50px;border:1px solid var(--line);background:var(--paper);border-radius:999px;padding:0 18px;color:var(--ink)}.search{width:min(560px,100%)}.select{min-width:200px}.cart-layout{display:grid;grid-template-columns:1.45fr .85fr;gap:20px}.panel{background:var(--paper);border:1px solid var(--line);border-radius:24px;box-shadow:0 8px 25px rgba(35,54,74,.05)}.cart-items{padding:12px 22px}.cart-row{display:grid;grid-template-columns:68px 1fr auto;align-items:center;gap:14px;padding:15px 0;border-bottom:1px solid var(--line)}.cart-row:last-child{border-bottom:0}.cart-thumb{width:66px;height:66px;border-radius:16px;background:var(--cream);overflow:hidden;display:grid;place-items:center}.cart-thumb img{width:100%;height:100%;object-fit:cover}.cart-thumb img.logo-fallback{object-fit:contain;padding:15%}.cart-row h3{margin:0 0 4px;font-family:Georgia,serif}.cart-row small{color:var(--muted)}.quantity{display:flex;align-items:center;gap:9px;margin-top:8px}.quantity button{width:29px;height:29px;border:1px solid var(--line);border-radius:50%;background:#fff}.remove{border:0;background:transparent;color:var(--red);font-size:.84rem}.summary{padding:24px;position:sticky;top:82px}.summary h2{font-family:Georgia,serif;margin-top:0}.delivery{display:grid;gap:10px}.delivery button{min-height:72px;text-align:left;padding:13px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--ink)}.delivery button.selected{border:2px solid var(--green2);background:#f7fce9}.delivery small{display:block;color:var(--muted);margin-top:4px}.summary-row{display:flex;justify-content:space-between;gap:15px;margin-top:13px;color:var(--muted)}.summary-row.total{border-top:1px solid var(--line);padding-top:18px;margin-top:20px;color:var(--ink);font-size:1.12rem}.checkout-note{color:var(--muted);font-size:.78rem;line-height:1.45}.empty-cart{text-align:center;padding:70px 20px}.empty-cart h2{font-family:Georgia,serif;font-size:2rem}.account-card{background:var(--ink);color:#fff;border-radius:28px;padding:34px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px}.avatar{width:70px;height:70px;border-radius:50%;background:rgba(255,255,255,.1);display:grid;place-items:center;font-size:1.7rem}.account-card p{color:rgba(255,255,255,.72)}.coming-grid{margin-top:22px;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.coming-grid article{padding:23px;border:1px solid var(--line);background:var(--paper);border-radius:22px}.coming-grid article>span{font-size:1.55rem}.coming-grid h3{font-family:Georgia,serif;font-size:1.35rem;margin:12px 0 7px}.coming-grid p{color:var(--muted);line-height:1.48}.coming-grid small{display:inline-block;padding:7px 10px;border-radius:999px;background:var(--cream);font-weight:800;color:var(--ink2)}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:50;display:grid;grid-template-columns:repeat(4,1fr);min-height:72px;padding:7px 8px calc(7px + env(safe-area-inset-bottom));background:rgba(255,253,247,.97);backdrop-filter:blur(16px);border-top:1px solid var(--line)}.bottom-nav button{border:0;background:transparent;color:var(--muted);display:grid;justify-items:center;gap:4px;font-size:.65rem;font-weight:900}.bottom-nav button.active{color:var(--ink)}.bottom-nav button span{font-size:1.24rem}.modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:18px}.modal[hidden]{display:none}.modal-backdrop{position:absolute;inset:0;background:rgba(19,31,42,.72);backdrop-filter:blur(6px)}.modal-card{position:relative;z-index:1;width:min(820px,100%);max-height:92vh;overflow:auto;background:var(--paper);border-radius:28px;box-shadow:0 26px 80px rgba(0,0,0,.3)}.modal-close{position:absolute;right:14px;top:14px;z-index:2;width:40px;height:40px;border:0;border-radius:50%;background:rgba(255,255,255,.92);font-size:1.5rem}.modal-product{display:grid;grid-template-columns:1fr 1fr}.modal-image{min-height:420px;background:var(--cream)}.modal-image img{width:100%;height:100%;object-fit:cover}.modal-image img.logo-fallback{object-fit:contain;padding:22%}.modal-copy{padding:38px}.modal-copy h2{font-family:Georgia,serif;font-size:2.4rem;margin:0 0 12px}.modal-copy p{color:var(--muted);line-height:1.55}.variant-label{display:block;font-size:.75rem;font-weight:900;margin:18px 0 7px}.variant-select{width:100%;height:48px;border:1px solid var(--line);border-radius:13px;background:#fff;padding:0 13px}.modal-actions{display:flex;gap:10px;align-items:center;margin-top:20px}.modal-actions .primary{flex:1}.toast{position:fixed;left:50%;bottom:92px;transform:translateX(-50%) translateY(20px);opacity:0;pointer-events:none;transition:.25s;background:var(--ink);color:#fff;border-radius:999px;padding:11px 17px;z-index:150;font-size:.85rem;box-shadow:var(--shadow);max-width:calc(100vw - 28px);text-align:center}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
@media(max-width:900px){.hero{grid-template-columns:1fr;min-height:unset}.hero-copy{padding:38px 28px 18px}.hero-logo{padding:15px 30px 38px}.hero-circle{width:min(62vw,310px)}.product-grid{grid-template-columns:repeat(2,1fr)}.services{grid-template-columns:1fr}.package-banner{grid-template-columns:auto 1fr}.package-banner .primary{grid-column:1/-1}.cart-layout{grid-template-columns:1fr}.summary{position:static}.modal-product{grid-template-columns:1fr}.modal-image{min-height:300px;max-height:380px}.coming-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.hero{border-radius:24px}.hero h1{font-size:clamp(2.5rem,14vw,4.2rem)}.hero p{font-size:.96rem}.product-grid{gap:10px}.product-card{border-radius:17px}.product-copy{padding:11px}.product-copy h3{font-size:1rem;min-height:2.2em}.product-copy p{display:none}.product-bottom strong{font-size:.83rem}.package-banner{grid-template-columns:1fr;padding:24px}.catalog-tools{display:grid}.select,.search{width:100%}.account-card{grid-template-columns:auto 1fr;padding:24px}.account-card .primary{grid-column:1/-1;width:100%}.coming-grid{grid-template-columns:1fr}.modal{padding:0}.modal-card{width:100%;max-height:100vh;height:100vh;border-radius:0}.modal-copy{padding:28px 20px}.modal-copy h2{font-size:2rem}.cart-row{grid-template-columns:58px 1fr auto}.cart-thumb{width:56px;height:56px}}
