Megan – Yellow Hand Puppet | Safari Dress | Pubbets Lab Original | 1 of 1
:root { --espresso: #2C1A0E; --sun: #F5C842; --camel: #C4793A; --camel-mid: #D4956A; --camel-light:#F2DEC8; --cream: #FDF8EF; --sand: #E8D5B0; --text: #1C1208; --muted: #7A5C40; -- white: #FFFFFF; --rule: rgba(196,121,58,0.25); } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Source Serif 4', Georgia, serif; background: var(--cream); color: var(--text); font-size: 18px; line-height: 1.7; overflow-x: hidden; } /* ── HERO ── */ .meg-hero { background: var(--espresso); color: var(--white); padding: 52px 24px 60px; text-align: center; position: relative; overflow: hidden; } /* subtle diagonal grain texture */ .meg-hero::before { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient( -45deg, rgba(245,200,66,0.04) 0px, rgba(245,200,66,0.04) 1px, transparent 1px, transparent 8px ); } .meg-hero-eyebrow { font-family: 'Source Serif 4', serif; font-style: italic; font-weight: 400; font-size: 15px; letter-spacing: 0.08em; color: var(--camel-mid); margin-bottom: 20px; position: relative; } .meg-sun-svg { width: 56px; height: 56px; margin: 0 auto 16px; display: block; position: relative; opacity: 0.9; } .meg-hero-name { font-family: 'Abril Fatface', serif; font-size: clamp(72px, 20vw, 120px); line-height: 0.9; color: var(--sun); position: relative; letter-spacing: -0.01em; } .meg-hero-tagline { font-family: 'Source Serif 4', serif; font-style: italic; font-weight: 400; font-size: clamp(17px, 4vw, 21px); color: rgba(255,255,255,0.75); margin-top: 22px; position: relative; line-height: 1.5; } .meg-hero-rule { width: 60px; height: 2px; background: var(--camel-mid); margin: 24px auto 0; position: relative; } .meg-badge { display: inline-block; border: 2px solid var(--camel-mid); color: var(--camel-mid); font-family: 'Source Serif 4', serif; font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; padding: 7px 20px; border-radius: 4px; margin-top: 24px; position: relative; } /* ── SECTION WRAPPER ── */ .meg-section { padding: 52px 24px; max-width: 680px; margin: 0 auto; } /* ── SECTION LABELS ── */ .meg-label { font-family: 'Source Serif 4', serif; font-style: italic; font-weight: 400; font-size: 14px; letter-spacing: 0.12em; color: var(--camel); margin-bottom: 14px; display: flex; align-items: center; gap: 14px; } .meg-label::before, .meg-label::after { content: ''; flex: 1; height: 1px; background: var(--rule); } /* ── INTRO TEXT ── */ .meg-intro h2 { font-family: 'Abril Fatface', serif; font-size: clamp(32px, 8vw, 46px); color: var(--espresso); line-height: 1.05; margin-bottom: 20px; } .meg-intro p { font-size: 18px; color: var(--text); margin-bottom: 16px; } .meg-intro p:last-child { margin-bottom: 0; } .meg-intro strong { color: var(--camel); } /* ── SPECS ── */ .meg-specs-wrap { background: var(--espresso); color: var(--white); } .meg-specs-inner { max-width: 680px; margin: 0 auto; padding: 52px 24px; } .meg-specs-inner .meg-label { color: var(--sun); } .meg-specs-inner .meg-label::before, .meg-specs-inner .meg-label::after { background: rgba(245,200,66,0.25); } .meg-specs-inner h2 { font-family: 'Abril Fatface', serif; font-size: clamp(28px, 7vw, 40px); color: var(--sun); margin-bottom: 28px; line-height: 1.05; } .meg-specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; } .meg-spec-item { background: rgba(245,200,66,0.07); border: 1px solid rgba(245,200,66,0.15); border-radius: 8px; padding: 18px 20px; } .meg-spec-label { font-family: 'Source Serif 4', serif; font-style: italic; font-size: 12px; letter-spacing: 0.12em; color: var(--camel-mid); margin-bottom: 6px; text-transform: uppercase; } .meg-spec-value { font-size: 18px; font-weight: 700; color: var(--white); line-height: 1.3; } /* ── BUILDER QUOTE ── */ .meg-quote-section { background: var(--camel-light); } .meg-quote-inner { max-width: 680px; margin: 0 auto; padding: 52px 24px; } .meg-quote-inner .meg-label { color: var(--camel); } .meg-quote-box { border-left: 4px solid var(--camel); padding: 28px 28px 28px 36px; background: rgba(255,255,255,0.5); border-radius: 0 12px 12px 0; } .meg-quote-mark { font-family: 'Abril Fatface', serif; font-size: 80px; color: var(--camel); line-height: 0.5; margin-bottom: 16px; display: block; opacity: 0.35; } .meg-quote-text { font-family: 'Source Serif 4', serif; font-style: italic; font-size: 19px; color: var(--espresso); line-height: 1.65; margin-bottom: 20px; } .meg-quote-img { margin-bottom: 16px; } .meg-quote-attr { font-family: 'Source Serif 4', serif; font-weight: 700; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--camel); } /* ── WHAT'S INCLUDED ── */ .meg-included-wrap { background: var(--camel); color: var(--white); } .meg-included-inner { max-width: 680px; margin: 0 auto; padding: 52px 24px; } .meg-included-inner .meg-label { color: rgba(255,255,255,0.65); } .meg-included-inner .meg-label::before, .meg-included-inner .meg-label::after { background: rgba(255,255,255,0.25); } .meg-included-inner h2 { font-family: 'Abril Fatface', serif; font-size: clamp(28px, 7vw, 40px); color: var(--white); margin-bottom: 24px; line-height: 1.05; } .meg-included-list { list-style: none; display: flex; flex-direction: column; gap: 12px; } .meg-included-list li { display: flex; align-items: flex-start; gap: 14px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); border-radius: 8px; padding: 16px 20px; font-size: 18px; font-weight: 600; color: var(--white); line-height: 1.4; } .meg-tick { font-size: 20px; flex-shrink: 0; margin-top: 1px; } /* ── FAQ ── */ .meg-faq-list { display: flex; flex-direction: column; gap: 0; border: 1px solid var(--sand); border-radius: 12px; overflow: hidden; background: var(--white); } .meg-faq-item { border-bottom: 1px solid var(--sand); } .meg-faq-item:last-child { border-bottom: none; } .meg-faq-item summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 22px 24px; min-height: 64px; cursor: pointer; font-family: 'Source Serif 4', serif; font-size: 18px; font-weight: 700; color: var(--espresso); line-height: 1.3; transition: background 0.15s; user-select: none; } .meg-faq-item summary::-webkit-details-marker { display: none; } .meg-faq-item summary::marker { display: none; } .meg-faq-item summary:hover { background: var(--camel-light); } .meg-faq-icon { font-family: 'Abril Fatface', serif; font-size: 26px; color: var(--camel); flex-shrink: 0; line-height: 1; transition: transform 0.25s; } .meg-faq-item[open] summary .meg-faq-icon { transform: rotate(45deg); } .meg-faq-a { padding: 0 24px 22px; font-size: 18px; color: var(--muted); line-height: 1.7; } /* ── CTA ── */ .meg-cta { background: var(--espresso); text-align: center; padding: 60px 24px 68px; position: relative; overflow: hidden; } .meg-cta::before { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient( 45deg, rgba(245,200,66,0.04) 0px, rgba(245,200,66,0.04) 1px, transparent 1px, transparent 8px ); } .meg-cta-sun { width: 44px; height: 44px; margin: 0 auto 16px; display: block; position: relative; opacity: 0.6; } .meg-cta-title { font-family: 'Abril Fatface', serif; font-size: clamp(28px, 7vw, 44px); color: var(--sun); line-height: 1.1; margin-bottom: 14px; position: relative; } .meg-cta-sub { font-size: 16px; font-style: italic; color: rgba(255,255,255,0.55); position: relative; } /* ── DIVIDER ── */ .meg-divider { display: flex; align-items: center; justify-content: center; padding: 4px 24px; gap: 12px; } .meg-divider::before, .meg-divider::after { content: ''; flex: 1; height: 1px; background: var(--rule); max-width: 120px; } .meg-divider-sun { font-size: 18px; opacity: 0.45; } @media (max-width: 480px) { .meg-specs-grid { grid-template-columns: 1fr; } } Pubbets Lab Original · 1 of 1 Megan "Golden. Grounded. Ready for anything." Hand-built in Thailand About Megan She makes every room warmer. Megan doesn't make an entrance - she just arrives, and everything gets brighter. She's got the kind of face that makes you immediately want to tell her something. Bright yellow fleece, dark wavy hair, and eyes wide open to the world. The camel safari dress is belted at the waist and completely intentional. Brown leather buckle sandals. She dressed for an adventure, and she found one. She's full-body, fully expressive, and ready to go wherever you take her - classrooms, stages, cameras, or living rooms. ☀ The Details Built to go the distance. Size 71cm / 28 inches Type Full-body hand puppet Body Bright yellow fleece Hair Dark brown, wavy Outfit Camel safari dress + sandals Availability 1 of 1 — unique character Builder James Marshall Ships Worldwide with tracking From James " Megan came together with a quiet confidence. No fuss, no drama — just a character who knew exactly who she was from the moment the hair went in. She's warm and genuine, and she's going to connect with people immediately. — James Marshall · The Papa of Pubbets What You Get Everything she needs. 🎭 Megan — full-body hand puppet, 71cm / 28" 👗 Camel safari shirt dress with belt bow (hand-fitted) 🧦 Pubbets Lab Carry Bag 👡 Brown leather-look buckle sandals 🏷️ Official Pubbets Lab hang tag 📦 Ships worldwide in protective packaging Questions You're probably wondering. How do I operate Megan? + Megan is a hand puppet. Your hand fits inside her head to control her mouth and full range of expression. Her arms are poseable and responsive. No rods required — she's expressive right out of the box. Is she really 1 of 1? + Yes. Megan is a completely unique build — no pattern will be repeated, no second version made. Once she finds her person, that's it. There will never be another Megan. What age is she suited for? + Megan is a professional performance puppet — ideal for puppet performers, educators, content creators, collectors, and storytellers of any age. She's not a children's toy, but she brings enormous warmth in the right hands. Can I wash her outfit? + Hand-wash gently in cold water and lay flat to dry. Spot-cleaning is recommended wherever possible to protect the fabric and careful construction. Do you ship internationally? + Yes! Pubbets ships worldwide from Thailand. Full tracking is included. Most orders reach the USA, Australia, UK and Canada within 7–14 business days. Can I ask James a question before buying? + Absolutely. Reach James directly at [email protected] — he responds personally and loves hearing from people who connect with his builds. Megan is a 1-of-1.There is only one.
More you might like
Related
Puppet Buddies- Yellow Lab Hand Puppet
Related
Labrador (Yellow) Eco Puppet Buddies Hand Puppet
Related
The Puppet Company - My First Puppet - Yellow Labrador Hand
Related