:root{
  --teal:#087c78;
  --teal-dark:#075c5a;
  --lime:#b9e84c;
  --orange:#ff7a1a;
  --grey:#4a4a4a;
  --cream:#fffaf4;
  --paper:#ffffff;
  --mint:#eef8f5;
  --peach:#fff0e5;
  --lemon:#fff7c9;
  --lilac:#f3efff;
  --line:#eee8df;
  --muted:#736f69;
  --shadow:0 18px 45px rgba(74,74,74,.10);
  --shadow-soft:0 10px 28px rgba(74,74,74,.08);
  --radius:28px;
  --max:1160px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--cream);color:var(--grey);line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none} img,svg{display:block;max-width:100%} button{font:inherit}
.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-link{position:fixed;left:12px;top:12px;z-index:999;background:#fff;padding:10px 14px;border-radius:10px;transform:translateY(-150%)}.skip-link:focus{transform:none}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,250,244,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(74,74,74,.06)}.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:inline-flex;align-items:center;gap:9px;flex:none}.brand-zest{width:34px;height:34px;border-radius:50%;background:var(--lime);color:var(--teal-dark);display:grid;place-items:center;font-size:17px;transform:rotate(-10deg)}.brand-name{display:grid;grid-template-columns:auto auto;grid-template-rows:20px 10px;column-gap:4px;align-items:start;line-height:1}.brand-name strong,.brand-name b{font-size:20px;letter-spacing:-.8px}.brand-name strong{color:var(--teal)}.brand-name b{color:var(--orange)}.brand-name small{grid-column:1/3;font-size:8px;font-weight:900;letter-spacing:4px;color:var(--grey);margin-left:1px}.primary-nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:750}.primary-nav>a:not(.nav-cta){padding:27px 0}.primary-nav>a:not(.nav-cta):hover{color:var(--teal)}.nav-cta{padding:11px 17px;border-radius:999px;background:var(--teal);color:#fff;box-shadow:0 8px 22px rgba(8,124,120,.17)}.nav-cta:hover{background:var(--teal-dark)}.menu-button{display:none;border:0;background:none;width:44px;height:44px;padding:10px}.menu-button span:not(.sr-only){display:block;height:2px;background:var(--grey);margin:5px 0;border-radius:2px}
.hero{position:relative;overflow:hidden;background:var(--cream);padding:88px 0 108px}.hero::before{content:"";position:absolute;width:330px;height:330px;border-radius:50%;background:rgba(185,232,76,.15);left:-170px;top:40px}.hero::after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:rgba(255,122,26,.09);right:-120px;bottom:28px}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.eyebrow{margin:0 0 15px;font-size:11px;letter-spacing:2px;font-weight:900;color:var(--teal);text-transform:uppercase}.eyebrow span{color:var(--orange);margin-right:5px}.hero h1{margin:0 0 25px;font-size:clamp(54px,6.1vw,83px);line-height:.96;letter-spacing:-4.8px;color:var(--grey);max-width:680px}.hero h1 span{color:var(--teal);position:relative;display:inline-block}.hero h1 span::after{content:"";position:absolute;left:3%;right:1%;bottom:-7px;height:7px;background:var(--orange);border-radius:80% 25% 70% 35%;transform:rotate(-1deg);opacity:.82}.hero-lead{font-size:18px;color:var(--muted);line-height:1.65;max-width:600px;margin:0 0 30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px 21px;border-radius:999px;font-size:14px;font-weight:850;transition:.2s}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--teal);color:#fff;box-shadow:0 10px 25px rgba(8,124,120,.18)}.button-primary:hover{background:var(--teal-dark)}.button-ghost{background:#fff;border:1px solid var(--line);box-shadow:0 7px 20px rgba(74,74,74,.04)}.button-ghost:hover{box-shadow:var(--shadow-soft)}.benefit-pills{list-style:none;padding:0;margin:26px 0 0;display:flex;gap:10px;flex-wrap:wrap}.benefit-pills li{font-size:11px;font-weight:750;background:#fff;border:1px solid var(--line);padding:8px 11px;border-radius:999px}.benefit-pills span{color:var(--teal);font-weight:950;margin-right:3px}
.hero-art{height:535px;position:relative}.hero-art::before{content:"";position:absolute;width:390px;height:390px;border-radius:48% 52% 53% 47%;background:#fff;right:28px;top:52px;box-shadow:var(--shadow-soft)}.invite-card{position:absolute;background:#fff;padding:9px;border-radius:18px;box-shadow:0 26px 55px rgba(74,74,74,.17)}.invite-card-inner{width:100%;height:100%;border-radius:12px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;position:relative}.invite-card-main{width:250px;height:350px;right:80px;top:20px;transform:rotate(4deg);z-index:4}.invite-card-left{width:175px;height:245px;left:6px;bottom:25px;transform:rotate(-8deg);z-index:3}.invite-card-right{width:165px;height:232px;right:0;bottom:4px;transform:rotate(9deg);z-index:5}.adventure-invite{background:linear-gradient(160deg,#f1fbf7,#fff7df);border:1px solid #e5f0e8;color:var(--grey)}.adventure-invite::before{content:"";position:absolute;width:170px;height:170px;background:rgba(185,232,76,.42);border-radius:50%;right:-65px;top:-45px}.adventure-invite p,.sports-invite p,.happy-invite p{font-size:8px;letter-spacing:1.5px;font-weight:900;margin:0 0 7px;z-index:2}.adventure-invite h3{font-size:34px;line-height:.88;letter-spacing:-2px;margin:0 0 16px;color:var(--teal);z-index:2}.adventure-invite strong{font-size:9px;letter-spacing:.9px;color:var(--orange);z-index:2}.adventure-invite small{font-size:6px;margin-top:10px;z-index:2}.climb-lines{height:78px;width:130px;position:relative;margin-bottom:15px}.climb-lines i{position:absolute;height:6px;background:var(--orange);border-radius:20px;transform-origin:left center}.climb-lines i:nth-child(1){width:86px;left:15px;top:18px;transform:rotate(28deg)}.climb-lines i:nth-child(2){width:82px;left:56px;top:22px;transform:rotate(116deg);background:var(--teal)}.climb-lines i:nth-child(3){width:68px;left:28px;top:52px;transform:rotate(-20deg);background:var(--lime)}.climb-lines i:nth-child(4){width:50px;left:75px;top:55px;transform:rotate(-58deg)}.sports-invite{background:#fff3e8;color:var(--grey);border:1px solid #ffe1c8}.sports-invite h3{font-size:31px;line-height:.86;letter-spacing:-1.8px;color:var(--orange);margin:4px 0 10px}.sports-invite strong{font-size:7px;letter-spacing:.7px}.ball{font-size:42px;line-height:1;margin:4px 0 2px}.happy-invite{background:#ecf8f3;border:1px solid #dceee7}.happy-invite h3{font-size:28px;line-height:.9;color:var(--teal);letter-spacing:-1.5px;margin:2px 0 11px}.happy-invite strong{font-size:7px;color:var(--orange);letter-spacing:.7px}.castle-icon{width:80px;height:55px;background:var(--lime);border:4px solid var(--teal);border-radius:7px 7px 14px 14px;margin-bottom:11px;position:relative}.castle-icon span{position:absolute;width:22px;height:34px;background:var(--orange);border:4px solid var(--teal);border-bottom:0;border-radius:7px 7px 0 0;top:-26px}.castle-icon span:nth-child(1){left:-4px}.castle-icon span:nth-child(2){right:-4px}.castle-icon span:nth-child(3){left:25px;height:23px;top:-16px}.canva-note{position:absolute;z-index:8;left:188px;bottom:3px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-soft);padding:10px 14px 10px 10px;display:flex;gap:9px;align-items:center;transform:rotate(-2deg)}.canva-note>span{width:34px;height:34px;border-radius:11px;background:var(--lime);display:grid;place-items:center;color:var(--teal-dark);font-weight:900}.canva-note strong,.canva-note small{display:block}.canva-note strong{font-size:11px}.canva-note small{font-size:8px;color:var(--muted)}.party-doodle{position:absolute;z-index:9;font-weight:900}.doodle-one{left:50px;top:24px;color:var(--orange);font-size:31px;transform:rotate(12deg)}.doodle-two{right:20px;top:112px;color:var(--lime);font-size:21px}.doodle-three{right:165px;top:0;color:var(--teal);font-size:34px;transform:rotate(-15deg)}.hero-wave{position:absolute;left:0;right:0;bottom:-1px;height:34px;background:#fff;clip-path:polygon(0 58%,5% 48%,10% 58%,15% 47%,20% 59%,25% 48%,30% 58%,35% 47%,40% 60%,45% 48%,50% 58%,55% 47%,60% 59%,65% 48%,70% 59%,75% 48%,80% 58%,85% 47%,90% 59%,95% 48%,100% 58%,100% 100%,0 100%)}
.reassurance{background:#fff;padding:26px 0 30px}.reassurance-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.reassurance-grid>div{display:flex;gap:11px;align-items:center;padding:12px}.round-icon{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;flex:none;font-weight:900}.round-icon.mint{background:var(--mint);color:var(--teal)}.round-icon.peach{background:var(--peach);color:var(--orange)}.round-icon.lemon{background:var(--lemon);color:#927b00}.round-icon.lilac{background:var(--lilac);color:#7654c5}.reassurance p{margin:0}.reassurance strong,.reassurance small{display:block}.reassurance strong{font-size:12px}.reassurance small{font-size:10px;color:var(--muted);margin-top:2px}
.section{padding:96px 0}.section-heading{text-align:center;max-width:700px;margin:0 auto 42px}.section-heading h2{font-size:clamp(40px,4.7vw,61px);line-height:1;letter-spacing:-3px;margin:0 0 15px;color:var(--grey)}.section-heading>p:not(.eyebrow){font-size:15px;color:var(--muted);max-width:600px;margin:0 auto}.categories{background:#fff}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{background:var(--cream);border:1px solid var(--line);border-radius:24px;padding:23px;display:flex;gap:18px;align-items:flex-start;transition:.2s}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft);border-color:#e5ddd2}.category-icon{width:72px;height:72px;border-radius:20px;display:grid;place-items:center;flex:none}.category-icon svg{width:52px;height:52px;fill:none;stroke:currentColor;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.icon-active{background:var(--mint);color:var(--teal)}.icon-sports{background:var(--peach);color:var(--orange)}.icon-gaming{background:var(--lilac);color:#7257c8}.icon-stem{background:var(--lemon);color:#8d7a00}.icon-nature{background:#edf7dd;color:#598632}.icon-seasonal{background:#fff0f4;color:#c65175}.category-card h3{font-size:18px;margin:1px 0 6px;letter-spacing:-.5px}.category-card p{font-size:12px;line-height:1.55;color:var(--muted);margin:0 0 12px}.category-card span{font-size:11px;font-weight:900;color:var(--teal)}
.popular{background:var(--cream)}.compact-heading{max-width:none;text-align:left;display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:34px}.compact-heading h2{margin-bottom:0}.text-link{font-size:12px;font-weight:900;color:var(--teal)}.text-link:hover{text-decoration:underline}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-preview{height:315px;position:relative;display:grid;place-items:center;padding:30px}.preview-bounce{background:linear-gradient(145deg,#eff9f5,#fff8de)}.preview-game{background:linear-gradient(145deg,#f2effc,#eef6fb)}.preview-nature{background:linear-gradient(145deg,#eef8df,#fff3df)}.preview-chip{position:absolute;top:15px;left:15px;background:#fff;border:1px solid rgba(74,74,74,.08);border-radius:999px;padding:6px 9px;font-size:8px;letter-spacing:1px;font-weight:900;color:var(--teal);z-index:2}.preview-paper{width:178px;height:245px;background:#fff9ea;border-radius:13px;box-shadow:0 16px 33px rgba(74,74,74,.16);transform:rotate(-3deg);padding:25px 15px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--grey)}.preview-paper p{font-size:8px;letter-spacing:1.5px;font-weight:900;margin:0 0 5px}.preview-paper h3{font-size:30px;line-height:.87;color:var(--orange);letter-spacing:-1.8px;margin:0 0 15px}.preview-paper strong{font-size:7px;letter-spacing:.8px;margin-top:12px}.tiny-castle{width:88px;height:58px;background:var(--lime);border:4px solid var(--teal);border-radius:5px 5px 12px 12px;position:relative}.tiny-castle i{position:absolute;width:22px;height:33px;background:var(--orange);border:4px solid var(--teal);border-bottom:0;top:-25px;border-radius:6px 6px 0 0}.tiny-castle i:first-child{left:-4px}.tiny-castle i:nth-child(2){right:-4px}.tiny-castle b{position:absolute;width:28px;height:33px;border:4px solid var(--teal);border-bottom:0;left:26px;bottom:-4px;border-radius:14px 14px 0 0;background:#fff9ea}.dark-paper{background:linear-gradient(160deg,#18152e,#112c38);color:#fff;transform:rotate(3deg)}.dark-paper h3{color:#fff;text-shadow:3px 3px 0 #c6469b,-2px -2px 0 #35cbd4}.dark-paper strong{color:var(--lime)}.tiny-controller{width:83px;height:42px;background:#252941;border:2px solid #5adbe0;border-radius:24px;color:#fff;display:flex;align-items:center;justify-content:space-around;font-size:20px;font-weight:900}.tiny-controller b{font-size:7px;color:#ff65ac;letter-spacing:2px}.nature-paper{background:#fff9e9;transform:rotate(-2deg)}.nature-paper h3{font-size:27px;color:var(--teal)}.tiny-frog{width:76px;height:58px;border-radius:45% 45% 38% 38%;background:#a9d95e;border:4px solid #598632;display:grid;place-items:center;font-weight:900;color:#35541d;font-size:16px}.product-copy{padding:22px}.product-copy h3{font-size:19px;margin:0 0 8px;letter-spacing:-.5px}.product-copy p{font-size:12px;color:var(--muted);margin:0 0 16px;min-height:56px}.product-copy a{font-size:11px;font-weight:900;color:var(--teal)}
.how{background:#fff}.how-wrap{background:linear-gradient(130deg,#f0f9f6,#fff7ec);border:1px solid var(--line);border-radius:34px;padding:58px;display:grid;grid-template-columns:.9fr 1.1fr;gap:75px;align-items:center}.how-copy h2{font-size:clamp(39px,4.4vw,58px);line-height:1;letter-spacing:-3px;margin:0 0 18px}.how-copy>p:not(.eyebrow){font-size:14px;color:var(--muted);max-width:440px;margin:0 0 27px}.steps{list-style:none;padding:0;margin:0;display:grid;gap:10px}.steps li{background:#fff;border:1px solid var(--line);border-radius:21px;padding:18px;display:grid;grid-template-columns:50px 1fr;gap:15px;align-items:start}.steps li>span{width:45px;height:45px;border-radius:14px;display:grid;place-items:center;background:var(--lime);color:var(--teal-dark);font-size:13px;font-weight:950}.steps h3{font-size:17px;margin:1px 0 4px}.steps p{font-size:11px;color:var(--muted);margin:0}
.about{background:var(--cream)}.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:75px;align-items:center}.about-visual{height:420px;border-radius:35px;background:#fff;border:1px solid var(--line);position:relative;overflow:hidden}.about-sun{position:absolute;width:210px;height:210px;background:var(--lime);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);opacity:.9}.about-sun::after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;border:3px dashed rgba(8,124,120,.42);left:42px;top:42px}.about-tag{position:absolute;background:#fff;border:1px solid var(--line);border-radius:17px;padding:13px 16px;box-shadow:var(--shadow-soft)}.about-tag strong,.about-tag span{display:block}.about-tag strong{font-size:17px;letter-spacing:.6px}.about-tag span{font-size:9px;color:var(--muted);margin-top:1px}.tag-one{left:28px;top:50px;transform:rotate(-6deg)}.tag-one strong{color:var(--orange)}.tag-two{right:25px;top:112px;transform:rotate(5deg)}.tag-two strong{color:var(--teal)}.tag-three{left:75px;bottom:39px;transform:rotate(3deg)}.tag-three strong{color:#7154bf}.confetti{position:absolute;font-weight:900}.c1{left:33%;top:16%;color:var(--orange);font-size:26px}.c2{right:22%;bottom:18%;color:var(--teal);font-size:15px}.c3{left:17%;bottom:25%;color:#7154bf;font-size:29px}.c4{right:12%;top:18%;color:#d0bc00;font-size:20px}.about-copy h2{font-size:clamp(40px,4.5vw,59px);line-height:1;letter-spacing:-3px;margin:0 0 23px}.about-copy>p:not(.eyebrow){font-size:14px;color:var(--muted);max-width:590px}.about-copy .text-link{display:inline-block;margin-top:10px}
.cta-section{background:var(--cream);padding:0 0 82px}.cta-panel{background:var(--orange);border-radius:30px;padding:45px 50px;display:flex;align-items:center;justify-content:space-between;gap:35px;color:#fff;position:relative;overflow:hidden}.cta-panel::before{content:"✦";position:absolute;font-size:120px;color:rgba(255,255,255,.12);right:34%;top:-45px;transform:rotate(16deg)}.cta-panel p{font-size:9px;letter-spacing:1.7px;font-weight:900;margin:0 0 7px}.cta-panel h2{font-size:clamp(31px,3.5vw,46px);line-height:1.02;letter-spacing:-2px;margin:0;max-width:670px}.button-dark{background:var(--grey);color:#fff;flex:none}.button-dark:hover{background:#333}
.site-footer{background:#fff;border-top:1px solid var(--line);padding:55px 0 22px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:55px;padding-bottom:36px}.footer-brand{margin-bottom:15px}.footer-grid>div:first-child>p{font-size:11px;color:var(--muted)}.footer-links{display:flex;flex-direction:column;gap:8px;font-size:11px}.footer-links strong{font-size:9px;letter-spacing:1.4px;text-transform:uppercase;color:var(--teal);margin-bottom:4px}.footer-links a:hover{color:var(--teal)}.footer-bottom{padding-top:18px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;font-size:9px;color:#938d85}
@media(max-width:1000px){.hero-grid{grid-template-columns:1fr;gap:30px}.hero-copy{text-align:center}.hero-lead{margin-left:auto;margin-right:auto}.hero-actions,.benefit-pills{justify-content:center}.hero-art{width:min(100%,590px);margin:0 auto}.reassurance-grid{grid-template-columns:1fr 1fr}.category-grid{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:1fr 1fr}.product-card:last-child{grid-column:1/3;width:calc(50% - 10px);justify-self:center}.how-wrap{grid-template-columns:1fr;gap:40px}.about-grid{gap:48px}.section{padding:80px 0}}
@media(max-width:760px){.container{width:min(calc(100% - 28px),var(--max))}.header-inner{min-height:68px}.brand-zest{width:31px;height:31px}.brand-name strong,.brand-name b{font-size:17px}.brand-name{grid-template-rows:17px 9px}.brand-name small{font-size:7px;letter-spacing:3.3px}.menu-button{display:block}.primary-nav{display:none;position:absolute;top:68px;left:14px;right:14px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:2px}.primary-nav.open{display:flex}.primary-nav>a:not(.nav-cta){padding:12px 13px}.nav-cta{text-align:center;margin-top:4px}.hero{padding:55px 0 86px}.hero h1{font-size:50px;letter-spacing:-3.1px}.hero-lead{font-size:16px}.hero-actions{flex-direction:column}.button{width:100%}.benefit-pills{gap:7px}.benefit-pills li{font-size:10px}.hero-art{height:425px;margin-top:6px}.hero-art::before{width:310px;height:310px;right:8%;top:46px}.invite-card-main{width:196px;height:275px;right:50px;top:14px}.invite-card-left{width:139px;height:195px;left:-3px;bottom:24px}.invite-card-right{width:130px;height:183px;right:-3px;bottom:7px}.adventure-invite h3{font-size:27px}.climb-lines{transform:scale(.78);margin:-6px 0 2px}.sports-invite h3{font-size:24px}.ball{font-size:32px}.happy-invite h3{font-size:22px}.castle-icon{transform:scale(.72);margin:-3px 0 2px}.canva-note{left:112px;bottom:0;padding:7px 10px 7px 7px}.canva-note>span{width:28px;height:28px}.canva-note strong{font-size:9px}.canva-note small{font-size:7px}.doodle-one{left:6px}.doodle-three{right:100px}.reassurance-grid{grid-template-columns:1fr}.reassurance-grid>div{padding:8px 0}.section{padding:66px 0}.section-heading h2{font-size:41px;letter-spacing:-2.2px}.category-grid{grid-template-columns:1fr}.category-card{padding:19px}.category-icon{width:64px;height:64px}.category-icon svg{width:45px}.compact-heading{display:block}.compact-heading .text-link{display:inline-block;margin-top:15px}.product-grid{grid-template-columns:1fr}.product-card:last-child{grid-column:auto;width:auto}.product-preview{height:285px}.product-copy p{min-height:0}.how-wrap{padding:32px 20px;border-radius:27px}.how-copy h2{font-size:40px;letter-spacing:-2px}.steps li{grid-template-columns:45px 1fr;padding:15px}.steps li>span{width:40px;height:40px}.about-grid{grid-template-columns:1fr;gap:38px}.about-visual{height:340px}.about-copy h2{font-size:41px;letter-spacing:-2.2px}.cta-section{padding-bottom:55px}.cta-panel{display:block;padding:32px 24px}.cta-panel h2{font-size:36px;margin-bottom:24px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-grid>div:first-child{grid-column:1/3}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:5px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.category-card,.product-card{transition:none}}


/* v3: real ZestyPixelDesigns artwork */
.real-hero::before{background:linear-gradient(145deg,#ffffff,#fff8ef);width:420px;height:420px;right:12px;top:44px}
.real-invite{position:absolute;margin:0;background:#fff;padding:8px;border-radius:18px;box-shadow:0 24px 55px rgba(74,74,74,.18);overflow:hidden}
.real-invite img{width:100%;height:100%;object-fit:cover;border-radius:11px}
.hero-main{width:245px;height:343px;right:86px;top:21px;transform:rotate(4deg);z-index:4}
.hero-left{width:170px;height:238px;left:1px;bottom:23px;transform:rotate(-8deg);z-index:3}
.hero-right{width:162px;height:227px;right:-2px;bottom:7px;transform:rotate(8deg);z-index:5}
.category-card-real{align-items:center;min-height:156px}
.category-thumb{width:78px;height:108px;object-fit:cover;border-radius:13px;box-shadow:0 9px 20px rgba(74,74,74,.14);transform:rotate(-2deg);flex:none;background:#fff}
.category-card-real:nth-child(even) .category-thumb{transform:rotate(2deg)}
.real-product-grid{grid-template-columns:repeat(3,1fr)}
.real-product-preview{height:370px;background:linear-gradient(145deg,#f6f3ee,#fff);padding:28px}
.real-product-preview img{height:100%;width:auto;max-width:100%;object-fit:contain;border-radius:13px;box-shadow:0 16px 32px rgba(74,74,74,.16)}
.more-designs{margin-top:38px;background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;display:grid;grid-template-columns:.75fr 1.25fr;gap:30px;align-items:center}
.more-designs-copy h3{font-size:28px;line-height:1.08;letter-spacing:-1.4px;margin:0;max-width:390px}
.mini-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.mini-gallery img{width:100%;aspect-ratio:5/7;object-fit:cover;border-radius:12px;box-shadow:0 9px 21px rgba(74,74,74,.12)}
@media(max-width:1000px){
  .real-product-grid{grid-template-columns:repeat(2,1fr)}
  .product-card:last-child{grid-column:auto;width:auto}
  .more-designs{grid-template-columns:1fr}
}
@media(max-width:760px){
  .real-hero{height:450px}
  .real-hero::before{width:320px;height:320px;right:5%;top:48px}
  .hero-main{width:194px;height:272px;right:49px;top:16px}
  .hero-left{width:135px;height:189px;left:-2px;bottom:29px}
  .hero-right{width:129px;height:181px;right:-4px;bottom:11px}
  .category-card-real{min-height:130px}
  .category-thumb{width:63px;height:88px}
  .real-product-grid{grid-template-columns:1fr}
  .real-product-preview{height:355px}
  .more-designs{padding:21px}
  .mini-gallery{grid-template-columns:repeat(2,1fr)}
}

.site-logo{display:block;width:120px;height:auto;object-fit:contain}
@media(max-width:760px){.site-logo{width:102px}}


/* v5: clean transparent logo + collection pages */
.site-logo{width:105px;max-height:56px;object-fit:contain}.footer-logo{width:110px;height:auto;display:block}.footer-brand{display:inline-flex}
.collection-hero{background:linear-gradient(180deg,#fffaf4 0%,#fffdf9 100%);padding:28px 0 82px;overflow:hidden}.breadcrumbs{display:flex;gap:9px;align-items:center;font-size:10px;color:var(--muted);margin:7px 0 34px}.breadcrumbs a{font-weight:800;color:var(--teal)}.collection-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:70px;align-items:center}.collection-copy h1{font-size:clamp(50px,5.7vw,76px);line-height:.98;letter-spacing:-4.5px;margin:0 0 24px;max-width:760px}.collection-copy h1 span{color:var(--orange)}.collection-lead{font-size:17px;line-height:1.62;color:var(--muted);max-width:650px;margin:0 0 23px}.theme-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.theme-pills span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 12px;font-size:9px;font-weight:900;color:var(--grey);box-shadow:0 5px 12px rgba(74,74,74,.04)}.collection-collage{position:relative;height:500px}.collection-collage::before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:linear-gradient(145deg,#e3f4ef,#fff1d8);right:15px;top:30px}.collage-card{position:absolute;margin:0;background:#fff;padding:8px;border-radius:18px;box-shadow:0 24px 50px rgba(74,74,74,.17);overflow:hidden}.collage-card img{width:100%;height:100%;object-fit:cover;border-radius:11px}.collage-a{width:245px;height:343px;right:82px;top:15px;transform:rotate(4deg);z-index:3}.collage-b{width:164px;height:230px;left:8px;bottom:22px;transform:rotate(-8deg);z-index:2}.collage-c{width:150px;height:210px;right:0;bottom:5px;transform:rotate(9deg);z-index:4}.collage-spark{position:absolute;font-weight:900;z-index:5}.spark-a{color:var(--orange);font-size:33px;left:45px;top:55px}.spark-b{color:var(--lime);font-size:18px;right:60px;top:2px}.collection-reassurance{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.collection-reassurance-grid{display:grid;grid-template-columns:repeat(3,1fr)}.collection-reassurance-grid>div{padding:22px 27px;border-right:1px solid var(--line)}.collection-reassurance-grid>div:last-child{border-right:0}.collection-reassurance strong,.collection-reassurance span{display:block}.collection-reassurance strong{font-size:13px;margin-bottom:3px}.collection-reassurance span{font-size:10px;color:var(--muted);line-height:1.45}.collection-products{background:var(--cream)}.collection-heading{max-width:820px}.collection-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:38px}.collection-product-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 10px 28px rgba(74,74,74,.06);transition:transform .18s ease,box-shadow .18s ease}.collection-product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.collection-image{display:block;height:395px;background:linear-gradient(145deg,#f7f4ef,#fff);padding:25px;position:relative}.collection-image img{width:100%;height:100%;object-fit:contain;border-radius:13px;box-shadow:0 14px 28px rgba(74,74,74,.13)}.design-badge{position:absolute;left:16px;top:16px;background:var(--teal);color:#fff;border-radius:999px;padding:7px 10px;font-size:8px;letter-spacing:1.05px;font-weight:950;box-shadow:0 8px 16px rgba(8,124,120,.18)}.orange-badge{background:var(--orange)}.lime-badge{background:#89b92e;color:#173330}.collection-product-copy{padding:20px 21px 23px}.collection-product-copy h3{font-size:19px;margin:0 0 7px}.collection-product-copy p{font-size:11px;line-height:1.55;color:var(--muted);margin:0 0 15px;min-height:52px}.collection-product-copy a{font-size:10px;font-weight:950;color:var(--teal)}.party-planning-strip{background:#fff}.planning-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:75px;align-items:start}.planning-copy h2{font-size:clamp(38px,4.4vw,58px);line-height:1.02;letter-spacing:-3px;margin:0 0 20px}.planning-copy>p:not(.eyebrow){font-size:14px;line-height:1.6;color:var(--muted);max-width:470px}.planning-list{display:grid;grid-template-columns:1fr 1fr;gap:13px}.planning-list>div{background:linear-gradient(145deg,#fffaf4,#fff);border:1px solid var(--line);border-radius:20px;padding:18px;display:grid;grid-template-columns:38px 1fr;gap:11px}.planning-list span{width:34px;height:34px;border-radius:11px;background:var(--lime);display:grid;place-items:center;font-size:9px;font-weight:950;color:var(--teal-dark)}.planning-list p{font-size:10px;line-height:1.5;color:var(--muted);margin:0}.planning-list strong{display:block;color:var(--grey);font-size:12px;margin-bottom:3px}.collection-faq{background:var(--cream)}.faq-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:80px}.faq-heading h2{font-size:clamp(37px,4vw,54px);line-height:1;letter-spacing:-2.6px;margin:0}.faq-items{display:grid;gap:10px}.faq-items details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:0 18px}.faq-items summary{cursor:pointer;list-style:none;font-size:13px;font-weight:900;padding:18px 30px 18px 0;position:relative}.faq-items summary::-webkit-details-marker{display:none}.faq-items summary::after{content:"+";position:absolute;right:0;top:15px;font-size:20px;color:var(--teal)}.faq-items details[open] summary::after{content:"–"}.faq-items p{font-size:10px;line-height:1.6;color:var(--muted);margin:0;padding:0 0 17px}.collection-cta{padding-top:0}
@media(max-width:1000px){.collection-hero-grid{grid-template-columns:1fr;gap:30px}.collection-copy{text-align:center}.collection-lead{margin-left:auto;margin-right:auto}.theme-pills,.collection-copy .hero-actions{justify-content:center}.collection-collage{width:min(100%,590px);margin:0 auto}.collection-product-grid{grid-template-columns:repeat(2,1fr)}.planning-grid{grid-template-columns:1fr;gap:35px}.faq-grid{grid-template-columns:1fr;gap:30px}}
@media(max-width:760px){.site-logo{width:88px;max-height:48px}.footer-logo{width:95px}.collection-hero{padding:18px 0 64px}.breadcrumbs{margin-bottom:26px}.collection-copy h1{font-size:47px;letter-spacing:-3.2px}.collection-lead{font-size:15px}.collection-copy .hero-actions{flex-direction:column}.collection-collage{height:430px}.collection-collage::before{width:310px;height:310px;right:7%;top:48px}.collage-a{width:194px;height:272px;right:47px;top:18px}.collage-b{width:126px;height:177px;left:0;bottom:34px}.collage-c{width:122px;height:171px;right:0;bottom:12px}.collection-reassurance-grid{grid-template-columns:1fr}.collection-reassurance-grid>div{border-right:0;border-bottom:1px solid var(--line);padding:17px 5px}.collection-reassurance-grid>div:last-child{border-bottom:0}.collection-product-grid{grid-template-columns:1fr}.collection-image{height:370px;padding:22px}.collection-product-copy p{min-height:0}.planning-list{grid-template-columns:1fr}.planning-copy h2{font-size:40px;letter-spacing:-2.1px}.faq-heading h2{font-size:40px;letter-spacing:-2px}}


/* v9: launch-candidate homepage card and category refinements */
.product-card{display:flex;flex-direction:column;min-width:0}
.real-product-preview{height:430px;overflow:hidden;flex:0 0 auto;padding:24px}
.real-product-preview img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}
.product-copy{position:relative;z-index:2;background:#fff;flex:1;display:flex;flex-direction:column}
.product-copy p{min-height:0;line-height:1.55}
.product-copy a{margin-top:auto}
.category-card-real{overflow:hidden}
.category-card-real>div{min-width:0}
.collection-product-grid.collection-product-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}
.collection-empty-note{margin-top:26px;padding:18px 20px;background:#fff;border:1px solid var(--line);border-radius:18px;color:var(--muted);font-size:11px;line-height:1.55}
@media(max-width:1000px){.real-product-preview{height:410px}.collection-product-grid.collection-product-grid-three{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.real-product-preview{height:390px;padding:20px}.collection-product-grid.collection-product-grid-three{grid-template-columns:1fr}}

/* V10: central FAQ page and five-card Active & Adventure grid */
@media(min-width:1001px){.collection-product-grid.five-card-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.collection-product-grid.five-card-grid>.collection-product-card{grid-column:span 2}.collection-product-grid.five-card-grid>.collection-product-card:nth-child(4){grid-column:2 / span 2}.collection-product-grid.five-card-grid>.collection-product-card:nth-child(5){grid-column:4 / span 2}}
.faq-page-hero{background:linear-gradient(180deg,#fffaf4 0%,#fffdf9 100%);padding:28px 0 76px}.faq-hero-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:70px;align-items:end}.faq-hero-grid h1{font-size:clamp(52px,6vw,82px);line-height:.98;letter-spacing:-4.6px;margin:0 0 22px;max-width:850px}.faq-lead{font-size:17px;line-height:1.62;color:var(--muted);max-width:730px;margin:0}.faq-hero-note{background:#fff;border:1px solid var(--line);border-radius:24px;padding:25px;box-shadow:var(--shadow-soft)}.faq-hero-note strong{display:block;font-size:16px;margin-bottom:8px}.faq-hero-note p{font-size:11px;line-height:1.55;color:var(--muted);margin:0 0 14px}.faq-hero-note a{font-size:10px;font-weight:950;color:var(--teal)}.faq-page-section{background:var(--cream)}.faq-page-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px;align-items:start}.faq-page-intro{position:sticky;top:112px}.faq-page-intro h2{font-size:clamp(40px,4.5vw,60px);line-height:1;letter-spacing:-3px;margin:0 0 20px}.faq-page-intro>p:not(.eyebrow){font-size:13px;line-height:1.62;color:var(--muted);max-width:430px}.faq-items-large details{border-radius:20px;padding:0 22px}.faq-items-large summary{font-size:14px;padding:21px 34px 21px 0}.faq-items-large p{font-size:11px;padding-bottom:20px}.faq-items-large details+details{margin-top:0}
@media(max-width:1000px){.faq-hero-grid,.faq-page-grid{grid-template-columns:1fr;gap:34px}.faq-page-intro{position:static}.faq-hero-note{max-width:650px}}
@media(max-width:760px){.faq-page-hero{padding:18px 0 58px}.faq-hero-grid h1{font-size:47px;letter-spacing:-3.1px}.faq-lead{font-size:15px}.faq-page-intro h2{font-size:40px;letter-spacing:-2px}}


/* V11: readability, trust, click-target and category-quality refinements */
:focus-visible{outline:3px solid var(--orange);outline-offset:4px;border-radius:8px}
.eyebrow{font-size:12px}
.benefit-pills li{font-size:12px}
.canva-note strong{font-size:12px}.canva-note small{font-size:10px}
.reassurance strong{font-size:13px}.reassurance small{font-size:12px;line-height:1.4}
.category-card p{font-size:13px}.category-card span{font-size:12px}
.text-link{font-size:13px}
.preview-chip,.design-badge{font-size:10px}
.product-copy p{font-size:13px;line-height:1.6}.card-cta{display:inline-block;margin-top:auto;font-size:12px;font-weight:900;color:var(--teal)}
.product-card-link{color:inherit;text-decoration:none}.product-card-link:hover .card-cta,.collection-card-link:hover .card-cta{text-decoration:underline}
.collection-card-link{display:flex;flex-direction:column;color:inherit;text-decoration:none}
.collection-product-copy{display:flex;flex-direction:column;flex:1}.collection-product-copy p{font-size:13px;line-height:1.6;min-height:0}.collection-product-copy .card-cta{font-size:12px}
.breadcrumbs{font-size:12px}.theme-pills span{font-size:11px}.collection-reassurance span{font-size:12px}
.planning-list span{font-size:11px}.planning-list p{font-size:12px;line-height:1.55}.planning-list strong{font-size:13px}
.collection-empty-note{font-size:13px}.footer-grid>div:first-child>p{font-size:12px}.footer-links{font-size:12px}.footer-links strong{font-size:11px}.footer-bottom{font-size:11px}
.faq-hero-note p{font-size:13px}.faq-hero-note a{font-size:12px}.faq-items-large p{font-size:13px;line-height:1.65}

.reviews-section{background:#fff}.reviews-heading{margin-bottom:34px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-card{margin:0;background:var(--cream);border:1px solid var(--line);border-radius:24px;padding:25px;box-shadow:0 8px 22px rgba(74,74,74,.04)}.review-stars{color:var(--orange);font-size:18px;letter-spacing:2px;margin-bottom:13px}.review-card blockquote{margin:0 0 18px;font-size:17px;line-height:1.5;font-weight:750;color:var(--grey)}.review-card figcaption{font-size:12px;color:var(--muted);font-weight:800}.reviews-link{text-align:center;margin:26px 0 0}

.collection-collage.two-theme-collage .collage-a{right:95px}.collection-collage.two-theme-collage .collage-b{left:38px;bottom:38px}.collection-collage.single-theme-collage .collage-a{width:270px;height:378px;right:105px;top:55px;transform:rotate(3deg)}.collection-collage.single-theme-collage::after{content:"✦  SEASONAL  ✦";position:absolute;right:38px;bottom:68px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 15px;font-size:11px;font-weight:900;letter-spacing:1.2px;color:var(--teal);box-shadow:var(--shadow-soft);transform:rotate(-4deg)}
.collection-product-grid.single-card-grid{grid-template-columns:minmax(0,370px);justify-content:center}

@media(max-width:760px){.eyebrow{font-size:11px}.benefit-pills li{font-size:11px}.canva-note strong{font-size:10px}.canva-note small{font-size:9px}.review-grid{grid-template-columns:1fr}.review-card{padding:21px}.review-card blockquote{font-size:16px}.collection-collage.single-theme-collage .collage-a{width:215px;height:301px;right:52px;top:62px}.collection-collage.single-theme-collage::after{right:8px;bottom:52px}.collection-product-grid.single-card-grid{grid-template-columns:1fr}}

/* V12: deployment QA fixes */
/* Width/height attributes improve layout stability, but the compact gallery
   needs its CSS height reset so those intrinsic dimensions do not override
   the responsive card ratio. */
.mini-gallery img{height:auto;min-width:0}
