:root{--orange:#ff5c01;--purple:#5e0a82;--ink:#18131d;--muted:#6f6876;--paper:#fbfaf7;--line:#e8e2ea;--soft:#f4eff7;--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,system-ui,sans-serif;background:var(--paper);color:var(--ink)}a{color:inherit}.site-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding:18px max(22px,calc((100vw - 1240px)/2));background:#fbfaf7e8;backdrop-filter:blur(16px);border-bottom:1px solid #eee8ef}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand-mark{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,var(--orange),var(--purple));color:#fff;font-weight:900;font-size:14px}.brand-text{display:grid;line-height:1}.brand-text strong{font-size:14px;letter-spacing:.04em}.brand-text small{margin-top:5px;color:var(--muted);font-size:9px}.nav{display:flex;justify-content:center;gap:28px}.nav a{text-decoration:none;font-size:13px;font-weight:700}.cart-button,.menu-toggle{border:0;background:#fff;border:1px solid var(--line);border-radius:999px;padding:11px 15px;font:inherit;font-size:12px;font-weight:800}.cart-button span{display:inline-grid;place-items:center;margin-left:7px;width:22px;height:22px;border-radius:50%;background:var(--purple);color:#fff}.menu-toggle{display:none}.section-shell{width:min(1240px,calc(100% - 40px));margin-inline:auto}.hero{min-height:680px;display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center;padding-block:70px}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:var(--purple)}.hero h1{font-size:clamp(50px,6.4vw,92px);line-height:.93;letter-spacing:-.065em;margin:20px 0 24px;max-width:760px}.hero h1 span{color:var(--orange)}.hero-copy>p{font-size:18px;line-height:1.65;max-width:590px;color:var(--muted)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;justify-content:center;align-items:center;min-height:50px;padding:0 21px;border-radius:999px;text-decoration:none;font-size:13px;font-weight:900}.primary{background:var(--ink);color:#fff}.ghost{border:1px solid var(--line);background:#fff}.trust-row{display:flex;gap:20px;flex-wrap:wrap;margin-top:32px;font-size:11px;font-weight:700;color:var(--muted)}.hero-art{position:relative;min-height:510px;border-radius:42px;background:linear-gradient(155deg,#fff2e8,#f1e6f8);overflow:hidden;border:1px solid #eee4ef}.orb{position:absolute;border-radius:50%;filter:blur(2px)}.orb-one{width:300px;height:300px;right:-70px;top:-70px;background:#ffd9c0}.orb-two{width:260px;height:260px;left:-80px;bottom:-80px;background:#d8bce8}.mock{position:absolute;display:grid;place-items:center;border-radius:34px;font-weight:900;box-shadow:0 24px 60px #3f204520}.mock-orange{width:210px;height:270px;left:70px;top:72px;background:var(--orange);color:#fff;font-size:70px;transform:rotate(-8deg)}.mock-purple{width:180px;height:180px;right:58px;top:116px;background:var(--purple);color:#fff;font-size:70px;transform:rotate(8deg)}.mock-cream{width:160px;height:190px;left:190px;bottom:44px;background:#fff8e6;color:var(--ink);font-size:64px;transform:rotate(4deg)}.floating-note{position:absolute;right:28px;bottom:28px;padding:12px 16px;border-radius:999px;background:#fff;font-size:12px;font-weight:800;box-shadow:0 12px 30px #331a3a1a}.section-block{padding-block:78px}.section-head{display:flex;justify-content:space-between;gap:36px;align-items:end;margin-bottom:30px}.section-head.compact{align-items:flex-start}.section-head h2,.custom-banner h2,.how-copy h2{font-size:clamp(34px,4.2vw,58px);line-height:1.03;letter-spacing:-.045em;margin:10px 0 0}.section-head>p{max-width:430px;color:var(--muted);line-height:1.6;font-size:14px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-card{min-height:230px;padding:24px;border-radius:26px;display:flex;flex-direction:column;justify-content:space-between}.category-card span{font-size:10px;font-weight:900}.category-card h3{font-size:22px;line-height:1.08;margin:auto 0 10px}.category-card p{font-size:12px;line-height:1.55;margin:0;opacity:.78}.orange{background:#ffdfcc}.lilac{background:#e7d6ef}.yellow{background:#fff0a8}.mint{background:#d7f0df}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;display:flex;flex-direction:column}.product-image{aspect-ratio:1;background:linear-gradient(145deg,#f6f2f7,#efe8f1);display:grid;place-items:center;position:relative;overflow:hidden}.product-shape{width:54%;height:54%;border-radius:34% 66% 52% 48%/44% 38% 62% 56%;background:linear-gradient(135deg,var(--orange),var(--purple));box-shadow:0 25px 50px #5e0a8230}.product-tag{position:absolute;top:14px;left:14px;padding:7px 10px;border-radius:999px;background:#fff;font-size:9px;font-weight:900}.product-body{padding:17px;display:grid;gap:10px;height:100%}.product-body h3{margin:0;font-size:17px}.product-body p{margin:0;color:var(--muted);font-size:11px;line-height:1.55}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:8px}.product-footer strong{font-size:12px}.product-footer button{border:0;border-radius:999px;padding:9px 12px;background:var(--ink);color:#fff;font:inherit;font-size:10px;font-weight:900}.custom-banner{margin-block:80px;padding:52px;border-radius:38px;background:linear-gradient(125deg,var(--purple),#8d20a8);color:#fff;display:flex;justify-content:space-between;gap:30px;align-items:end}.custom-banner p{max-width:600px;line-height:1.6;color:#ead9f0}.eyebrow.light{color:#ffd3ba}.light-button{background:#fff;color:var(--purple)}.how-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:70px}.steps{display:grid;gap:12px}.steps article{display:flex;gap:16px;align-items:center;padding:19px;border-radius:20px;background:#fff;border:1px solid var(--line)}.steps article>span{display:grid;place-items:center;flex:0 0 42px;height:42px;border-radius:14px;background:#f3e9f7;color:var(--purple);font-weight:900}.steps h3{margin:0 0 4px;font-size:15px}.steps p{margin:0;color:var(--muted);font-size:11px}.footer{margin-top:70px;padding:38px max(22px,calc((100vw - 1240px)/2));display:grid;grid-template-columns:1fr auto auto;gap:30px;align-items:end;border-top:1px solid var(--line);font-size:11px}.footer strong{font-size:16px}.footer p{margin:5px 0 0;color:var(--muted)}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,20px);opacity:0;pointer-events:none;background:var(--ink);color:#fff;padding:12px 16px;border-radius:999px;font-size:11px;font-weight:800;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}@media(max-width:980px){.site-header{grid-template-columns:auto auto auto;justify-content:space-between}.nav{display:none}.menu-toggle{display:block;order:-1}.hero{grid-template-columns:1fr;gap:34px;padding-top:44px}.hero-art{min-height:440px}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.how-grid{grid-template-columns:1fr}.footer{grid-template-columns:1fr}.footer>*{text-align:left}.custom-banner{align-items:flex-start;flex-direction:column}}@media(max-width:620px){.site-header{padding:12px 14px;gap:8px}.brand-text small{display:none}.brand-mark{width:42px;height:42px}.menu-toggle{padding:9px 12px}.cart-button{font-size:0;padding:8px}.cart-button:before{content:'Sacola';font-size:11px}.section-shell{width:min(100% - 28px,1240px)}.hero{min-height:auto;padding-block:38px}.hero h1{font-size:50px}.hero-copy>p{font-size:15px}.hero-art{min-height:360px;border-radius:30px}.mock-orange{width:150px;height:195px;left:35px;top:48px;font-size:52px}.mock-purple{width:130px;height:130px;right:28px;top:82px;font-size:52px}.mock-cream{width:120px;height:145px;left:135px;bottom:28px;font-size:46px}.floating-note{font-size:10px;right:16px;bottom:16px}.trust-row{gap:10px;display:grid}.section-block{padding-block:54px}.section-head{align-items:flex-start;flex-direction:column}.category-grid,.product-grid{grid-template-columns:1fr 1fr;gap:10px}.category-card{min-height:190px;padding:18px}.category-card h3{font-size:17px}.product-body{padding:13px}.product-body h3{font-size:14px}.custom-banner{padding:30px 24px;border-radius:28px;margin-block:50px}.custom-banner h2{font-size:38px}.footer{margin-top:40px;padding-block:28px}}
