:root{--bg:#fff7ef;--bg-2:#fff0dd;--panel:#ffffffc7;--ink:#1f2430;--muted:#5f6777;--brand:#ff7a45;--brand-2:#2cb67d;--accent:#ffd166;--line:#1f24301f;--shadow:0 22px 60px #1f24301a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:radial-gradient(circle at top left, #ff7a452e, transparent 28%), radial-gradient(circle at 90% 18%, #2cb67d29, transparent 24%), linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);margin:0;font-family:Trebuchet MS,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.site-frame{flex-direction:column;min-height:100vh;display:flex}.site-header{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fff7efc7;border-bottom:1px solid #1f243014;position:sticky;top:0}.shell{width:min(1180px,100% - 32px);margin:0 auto}.topbar{justify-content:space-between;align-items:flex-start;gap:16px;padding:24px 0 10px;display:flex}.brand{letter-spacing:.08em;text-transform:lowercase;font-weight:900}.brand-note,.footer-copy{color:var(--muted);margin-top:6px;font-size:.92rem}.nav{color:var(--muted);flex-wrap:wrap;gap:14px;font-size:.96rem;display:flex}.nav a{background:#ffffff8c;border:1px solid #0000;border-radius:999px;padding:10px 14px}.nav a:hover,.footer-button:hover{border-color:var(--line);background:#ffffffe0}.hero{grid-template-columns:1.2fr .8fr;gap:20px;padding:28px 0 18px;display:grid}.card,.section{border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:28px}.hero-copy,.hero-visual,.section{padding:28px}.eyebrow{color:#b94d25;background:#ff7a4524;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-size:.95rem;font-weight:800;display:inline-flex}h1,h2,h3,p{margin:0}h1{max-width:10ch;margin-top:18px;font-size:clamp(3rem,8vw,5.7rem);line-height:.95}.lead{max-width:55ch;color:var(--muted);margin-top:18px;font-size:1.08rem;line-height:1.7}.actions{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.button,.link{border-radius:999px;justify-content:center;align-items:center;font-weight:800;display:inline-flex}.button{border:1px solid #0000;padding:14px 20px}.button.primary{background:var(--ink);color:#fff}.button.secondary{border-color:var(--line);background:#fffc}.pill-row{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.pill{border:1px solid var(--line);color:var(--muted);background:#ffffffbf;border-radius:999px;padding:10px 14px;font-weight:700}.hero-visual{gap:16px;display:grid}.toy-stage{background:linear-gradient(145deg,#ffd166,#ff8b5f 50%,#72d6a4);border-radius:26px;min-height:300px;position:relative;overflow:hidden}.feature-image{border:1px solid var(--line);background:#ffffffb8;border-radius:26px;overflow:hidden}.feature-image img{width:100%;height:auto;display:block}.toy-stage:before,.toy-stage:after{content:"";border-radius:50%;position:absolute}.toy-stage:before{background:#ffffff47;width:180px;height:180px;top:-24px;right:-30px}.toy-stage:after{background:#ffffff24;width:250px;height:250px;bottom:-60px;left:-78px}.toy{border-radius:24px;position:absolute;box-shadow:0 16px 40px #1f24302e}.toy.one{background:#fffdf8;width:120px;height:120px;inset:34px 34px auto auto;transform:rotate(10deg)}.toy.two{background:#2cb67d;width:136px;height:92px;bottom:42px;left:34px}.toy.three{background:#1f2430;border-radius:30px;width:90px;height:90px;bottom:30px;right:76px}.stats{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.stat,.product,.info{border:1px solid var(--line);background:#fffc;border-radius:22px;padding:18px}.stat strong,.product h3,.info h3{font-size:1.08rem;display:block}.stat span,.product p,.info p,.story p{color:var(--muted);margin-top:8px;line-height:1.65}.product-card,.product-card:hover{transition:transform .16s,box-shadow .16s}.product-card:hover{transform:translateY(-2px);box-shadow:0 16px 36px #1f24301f}.section{margin:18px 0}.section-head,.split{justify-content:space-between;align-items:end;gap:20px;display:flex}.section-head h2,.split h2{margin-top:10px;font-size:clamp(2rem,4vw,3.2rem)}.grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.products-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.product-tag{color:#b94d25;background:#ff7a451f;border-radius:999px;padding:8px 12px;font-size:.85rem;font-weight:800;display:inline-flex}.product h3{margin-top:14px}.product p{margin-top:10px}.product-cta{color:#b94d25;margin-top:14px;font-weight:800;display:inline-flex}.product-thumb{aspect-ratio:1.2/.9;background:#ffffff80;border-radius:18px;margin-bottom:14px;overflow:hidden}.product-thumb img{object-fit:cover;width:100%;height:100%;display:block}.link{border:1px solid var(--line);background:#ffffffbd;padding:12px 16px}.product-block{gap:18px;display:grid}.product-block-head{grid-template-columns:1.1fr .9fr;align-items:start;gap:20px;display:grid}.bullet-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.bullet-list li{border:1px solid var(--line);color:var(--muted);background:#ffffffd1;border-radius:16px;padding:12px 14px;font-weight:700}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.gallery-grid-four{grid-template-columns:repeat(4,minmax(0,1fr))}.gallery-card{border:1px solid var(--line);aspect-ratio:1;background:#fffc;border-radius:24px;overflow:hidden;box-shadow:0 12px 30px #1f243014}.gallery-card img{object-fit:cover;width:100%;height:100%;display:block}.product-detail{gap:22px;display:grid}.product-detail h1{max-width:none;font-size:clamp(2.6rem,6vw,4.6rem)}.product-detail-head{grid-template-columns:1.1fr .7fr;align-items:end;gap:20px;display:grid}.detail-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.bullet-row{flex-wrap:wrap;gap:10px;display:flex}.detail-copy{max-width:70ch}.detail-copy h2{margin-bottom:12px}.site-footer{margin-top:auto;padding:24px 0 34px}.footer-inner{justify-content:space-between;align-items:center;gap:20px;display:flex}.footer-actions{flex-wrap:wrap;gap:10px;display:flex}.footer-button{color:var(--muted);background:#ffffffb8;border:1px solid #0000;border-radius:999px;padding:10px 14px;font-weight:800}.footer{color:var(--muted);padding:24px 0 40px}@media (width<=900px){.hero,.grid,.stats,.section-head,.split,.product-block-head,.product-detail-head,.footer-inner{grid-template-columns:1fr;align-items:start;display:grid}.gallery-grid-four{grid-template-columns:1fr 1fr}.topbar{flex-direction:column;align-items:flex-start}}
