@import"https://fonts.googleapis.com/css2?family=Edu+SA+Hand:wght@400;600;700&display=swap";*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100vh}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.spinner{width:40px;height:40px;border:3px solid rgba(34,68,70,.15);border-top-color:#224446;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}:root{--fb-w: 300px;--fb-h: 300px;--fb-time: .6s;--fb-ease: cubic-bezier(.4, 0, .2, 1);--fb-paper: #fdfcfa;--fb-paper-shadow: #e8e4dc;--fb-cover-dark: #1a3d32;--fb-cover-light: #2d5a4a}.flipbook{display:flex;flex-direction:column;align-items:center;gap:24px;padding:40px;background:linear-gradient(145deg,#f0f0f0,#e0e0e0);border-radius:16px;user-select:none;-webkit-user-select:none;overflow:visible}.flipbook--transparent{background:none;padding:0;border-radius:0}.flipbook__stage{perspective:2000px;perspective-origin:50% 50%;overflow:visible}.flipbook__book{position:relative;width:var(--fb-w);height:var(--fb-h);transform-style:preserve-3d;transition:width var(--fb-time) var(--fb-ease);overflow:visible}.flipbook__book:before{content:"";position:absolute;top:calc(var(--corner-extend, 10px) * -1 + var(--offset-y, 0px));left:calc(var(--corner-extend, 10px) * -1);width:calc(var(--fb-w) * 2 + var(--corner-extend, 10px) * 2);bottom:calc(var(--corner-extend, 10px) * -1 - var(--offset-y, 0px));transform:scale(.95);transform-origin:center center;background:var(--frame-color, #3d6a5a);background-image:var(--frame-bg, none);background-size:cover;background-position:center;border-radius:var(--border-radius, 6px);z-index:-1;pointer-events:none;box-shadow:inset 0 0 4px 1px #0003,0 4px 12px #00000026,0 8px 24px #0000001a;clip-path:polygon(0% 0%,50% var(--center-inset, 4px),100% 0%,100% 100%,50% calc(100% - var(--center-inset, 4px)),0% 100%);opacity:0;transition:opacity .2s ease,transform .2s ease}.flipbook__book--open:before{opacity:1;transform:scale(1);transition:opacity var(--transition-duration, .4s) ease var(--transition-delay, .5s),transform var(--transition-duration, .4s) ease var(--transition-delay, .5s)}.flipbook__sliders{display:flex;gap:24px;margin-top:16px}.flipbook__sliders label{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:12px;color:#666}.flipbook__sliders input[type=range]{width:120px}.flipbook__book--open{width:calc(var(--fb-w) * 2)}.flipbook__book--open:not(.flipbook__book--animating):after{content:"";position:absolute;top:0;right:0;bottom:0;left:50%;width:1px;background:#00000008;pointer-events:none;z-index:100}.flipbook__book--end .flipbook__page{right:calc(var(--fb-w) * -1)}.flipbook__page{position:absolute;top:0;right:0;width:var(--fb-w);height:var(--fb-h);transform-style:preserve-3d;transform-origin:left center;transition:transform var(--fb-time) var(--fb-ease),right var(--fb-time) var(--fb-ease);cursor:pointer;will-change:transform}.flipbook__page--flipped{transform:rotateY(-180deg)}.flipbook__page--flipping{z-index:1000!important}.flipbook__book:not(.flipbook__book--animating) .flipbook__page--current:hover{transform:rotateY(-25deg)}.flipbook__book:not(.flipbook__book--animating) .flipbook__page--last-flipped:hover{transform:rotateY(-155deg)}.flipbook__face{position:absolute;top:0;right:0;bottom:0;left:0;backface-visibility:hidden;-webkit-backface-visibility:hidden;overflow:hidden;background:#faf9f7;border-radius:0 4px 4px 0;transform:translateZ(0)}.flipbook__face--back{transform:rotateY(180deg);border-radius:4px 0 0 4px}.page-content{position:relative;width:100%;height:100%;overflow:hidden}.page-content:after{content:"";position:absolute;top:0;bottom:0;width:30px;pointer-events:none;z-index:50}.page-content--right:after{left:0;background:linear-gradient(to right,rgba(0,0,0,.18) 0%,rgba(0,0,0,.08) 40%,transparent 100%)}.page-content--left:after{right:0;background:linear-gradient(to left,rgba(0,0,0,.18) 0%,rgba(0,0,0,.08) 40%,transparent 100%)}.cover-front{position:relative;width:100%;height:100%;overflow:hidden;border-radius:4px}.cover-front:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.15) 0%,transparent 50%);pointer-events:none;z-index:2;border-radius:4px}.cover-front__bg{position:absolute;top:0;right:0;width:200%;height:100%}.cover-front__bg img{width:100%;height:100%;object-fit:cover;object-position:right center}.cover-front__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%;padding:6% 3% 5%;box-sizing:border-box}.cover-front__title{flex-shrink:0;font-family:Lilita One,cursive,sans-serif;font-size:calc(var(--fb-h) * .077);color:#b0e6a8;text-align:center;text-transform:uppercase;line-height:1.1;padding:0 6%}.cover-front__child-name{color:#fff;font-size:1.3em}.cover-front__image{flex:1;width:65%;min-height:0;margin:3% 0;clip-path:url(#blobClip);-webkit-clip-path:url(#blobClip);overflow:hidden}.cover-front__image img{width:100%;height:100%;object-fit:cover}.cover-front__logo{flex-shrink:0;width:17%;height:auto}.cover-back{position:relative;width:100%;height:100%;overflow:hidden;border-radius:4px}.cover-back__bg{position:absolute;top:0;left:0;width:200%;height:100%}.cover-back__bg img{width:100%;height:100%;object-fit:cover;object-position:left center}.cover-back__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%;padding:3%;box-sizing:border-box}.cover-back__spacer{flex-shrink:0;height:2%}.cover-back__text{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2%;max-width:85%}.cover-back__summary{font-family:Quicksand,sans-serif;font-size:calc(var(--fb-h) * .03);line-height:1.5;margin:0 0 4%;color:#fff;font-weight:500}.cover-back__quote{font-family:Lilita One,cursive,sans-serif;font-size:calc(var(--fb-h) * .033);text-transform:uppercase;margin:0;color:#fff;line-height:1.2}.cover-back__badge{width:22%;height:auto;margin-top:2%}.cover-back__url{flex-shrink:0;font-family:Barlow Semi Condensed,sans-serif;font-size:calc(var(--fb-h) * .023);letter-spacing:.5px;color:#fff;font-weight:600}.story-page{width:100%;height:100%;position:relative;background:var(--fb-paper)}.story-page__img{position:absolute;top:0;height:100%;width:200%}.story-page__img--left{left:0}.story-page__img--right{right:0}.story-page__img img{width:100%;height:100%;object-fit:cover}.story-page__empty{display:flex;align-items:center;justify-content:center;height:100%;color:#aaa;font-size:13px}.story-page__text{position:absolute;width:75%;height:100%;padding:8% 7%;z-index:10;display:flex;flex-direction:column;overflow:hidden}.story-page__text p{margin:0 0 .8em;font-family:Edu SA Hand,cursive,sans-serif;font-weight:600;font-size:calc(var(--fb-h) * .026);line-height:1.7;color:#fff;word-wrap:break-word;text-shadow:0 1px 2px rgba(0,0,0,.5),0 2px 4px rgba(0,0,0,.3)}.story-page__text p:last-child{margin-bottom:0}.story-page__text--left{left:0;top:0;align-items:flex-start;background:linear-gradient(to right,#00000080,#0000)}.story-page__text--left p{text-align:left}.story-page__text--right{right:0;top:0;align-items:flex-end;background:linear-gradient(to left,#00000080,#0000)}.story-page__text--right p{text-align:right}.story-page__text--top{justify-content:flex-start}.story-page__text--bottom{justify-content:flex-end}.endpaper{width:100%;height:100%;background:linear-gradient(135deg,#f5f0e6,#ebe5d9)}.flipbook__controls{display:flex;gap:20px;align-items:center}.flipbook__btn{padding:12px 28px;background:linear-gradient(140deg,#2d5a4a,#1a3d32);color:#fff;border:none;border-radius:24px;font-size:13px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s,color .2s;box-shadow:0 4px 12px #2d5a4a66}.flipbook__btn--prev{background:transparent;color:#2d5a4a;border:none;box-shadow:none}.flipbook__btn--prev:hover:not(:disabled){background:#2d5a4a1a;transform:translateY(-2px)}.flipbook__btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #2d5a4a80}.flipbook__btn:disabled{opacity:.4;cursor:not-allowed}.flipbook__indicator{min-width:120px;text-align:center;color:#555;font-size:13px}.flipbook__hint{color:#888;font-size:12px;margin:0}.unbox3d{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;cursor:none}.unbox3d__cursor{position:fixed;width:28px;height:28px;margin-left:-14px;margin-top:-14px;border-radius:50%;pointer-events:none;z-index:9999;mix-blend-mode:multiply;opacity:.5}@media(hover:none){.unbox3d{cursor:auto}.unbox3d__cursor{display:none}}.unbox3d__3d-scene{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2}.unbox3d__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 20%,rgba(135,178,161,.08) 0%,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(107,160,132,.06) 0%,transparent 40%);pointer-events:none}.unbox3d__shapes{position:absolute;top:-100px;right:-100px;bottom:-100px;left:-100px}.unbox3d__shapes--layer1{filter:url(#gooey1);z-index:1}.unbox3d__shapes--layer2{filter:url(#gooey2);z-index:2}.unbox3d__shapes--layer3{filter:url(#gooey3);z-index:3}.unbox3d__shapes--images{z-index:4}.unbox3d__shape{position:absolute;pointer-events:auto;cursor:none}.unbox3d__shape--organic{width:280px;height:280px;border-radius:60% 40% 50% 50%/50% 60% 40% 50%;opacity:.75}.unbox3d__shape--organic.unbox3d__shape--large{width:380px;height:380px;opacity:.65}.unbox3d__shape--circle{width:180px;height:180px;opacity:.8}.unbox3d__shape--circle.unbox3d__shape--large{width:250px;height:250px;opacity:.7}.unbox3d__shape--circle.unbox3d__shape--small{width:120px;height:120px;opacity:.85}.unbox3d__shape--circle.unbox3d__shape--tiny{width:80px;height:80px;opacity:.9}.unbox3d__shape--memory{opacity:1!important;overflow:hidden;position:relative;box-shadow:inset 0 0 30px #ffffff4d,0 0 20px #87b2a14d;filter:blur(3px)}.unbox3d__shapes--memories{z-index:4}.unbox3d__shape--memory-center{width:200px;height:200px;border-radius:50%;opacity:.7;box-shadow:inset 0 0 30px #ffffff4d,0 0 20px #87b2a14d}.unbox3d__circle{position:fixed;top:50%;left:50%;width:100px;height:100px;border-radius:50%;transform:translate(-50%,-50%);z-index:100;pointer-events:none}.unbox3d__topbar{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;z-index:20}.unbox3d__logo{height:38px;width:auto}.unbox3d__content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px;max-width:480px}.unbox3d__content--revealed{max-width:400px}.unbox3d__eyebrow{font-family:system-ui,-apple-system,sans-serif;font-size:11px;font-weight:500;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:20px;opacity:.7}.unbox3d__title{font-family:Georgia,Times New Roman,serif;font-size:clamp(36px,9vw,56px);font-weight:400;line-height:1.1;margin:0 0 20px;letter-spacing:-1px}.unbox3d__subtitle{font-family:Georgia,Times New Roman,serif;font-size:17px;font-weight:400;font-style:italic;margin:0 0 48px;opacity:.6}.unbox3d__tag-wrapper{position:relative;margin-bottom:48px}.unbox3d__tag{position:relative;max-width:340px;background:#ffffffb3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:12px;padding:28px 24px 24px;text-align:left;border:1px solid rgba(255,255,255,.4);box-shadow:0 8px 32px #0000001a,inset 0 1px #fff9;transform-origin:calc(100% - 19px) 19px;cursor:pointer}.unbox3d__tag-hole{position:absolute;top:14px;right:14px;width:10px;height:10px;border-radius:50%;border:2px solid #d4cfc7;background:transparent}.unbox3d__tag-string{position:absolute;top:-121px;right:11px;width:18px;height:140px;background:linear-gradient(to top,#d9d9d9 20%,rgba(220,220,220,.3) 50%,transparent 80%);border-radius:4px 4px 2px 2px;clip-path:polygon(30% 100%,70% 100%,100% 0%,0% 0%);z-index:1}.unbox3d__tag-text{font-family:Georgia,Times New Roman,serif;font-size:14px;line-height:1.75;margin:0;color:#3d3d3d;white-space:pre-line}.unbox3d__tag-text strong{font-weight:600;color:#224446}.unbox3d__cta-container{display:flex;flex-direction:column;align-items:center;gap:16px}.unbox3d__cta-icon{opacity:.5}.unbox3d__cta{font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;margin:0;opacity:.5}.unbox3d__revealed-badge{margin-bottom:32px;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2))}.unbox3d__revealed-title{font-family:Georgia,Times New Roman,serif;font-size:clamp(32px,7vw,44px);font-weight:400;margin:0 0 16px;letter-spacing:-.5px}.unbox3d__revealed-text{font-family:Georgia,Times New Roman,serif;font-size:18px;font-style:italic;margin:0 0 56px;opacity:.85;line-height:1.5}.unbox3d__button{padding:20px 56px;border:none;border-radius:100px;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #0000001a}@media(max-width:600px){.unbox3d__shape--organic{width:200px;height:200px}.unbox3d__shape--organic.unbox3d__shape--large{width:300px;height:300px}.unbox3d__shape--circle{width:80px;height:80px}.unbox3d__shape--blur{width:150px;height:150px}.unbox3d__tag{padding:24px 20px 20px;margin-left:16px;margin-right:16px}.unbox3d__content{padding:16px}.unbox3d__subtitle{margin-bottom:32px}}.unbox3d__start{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.unbox3d__start-text-wrapper{position:relative;display:flex;flex-direction:column;align-items:center}.unbox3d__start-text-wrapper:before{content:"";position:absolute;top:-60px;right:-100px;bottom:-60px;left:-100px;background:#fff;border-radius:50%;filter:blur(40px);opacity:1;z-index:-1}.unbox3d__start-brand{font-family:Barlow Condensed,sans-serif;font-size:14px;font-weight:500;color:#87b2a1;margin:0;text-transform:uppercase;letter-spacing:4px}.unbox3d__start-stars{display:flex;gap:8px;font-size:12px;color:#ffd166;margin:12px 0}.unbox3d__start-title{font-family:Georgia,Times New Roman,serif;font-size:clamp(32px,8vw,48px);font-weight:400;font-style:italic;letter-spacing:-.5px;color:#3d3d3d;margin:0 0 8px;text-align:center;line-height:1.2}.unbox3d__start-subtitle{font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,10vw,64px);font-weight:400;font-style:italic;color:#3d3d3d;margin:-25px 0 20px;text-align:center;line-height:1.2}.unbox3d__start-subtitle--gradient{background:linear-gradient(90deg,#b4dfcb,#6ba084,#b4dfcb);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.unbox3d__start-btn{width:110px;height:110px;border-radius:50%;border:none!important;background:linear-gradient(145deg,#f5a623,#e6951a);box-shadow:none;cursor:none;display:flex;align-items:center;justify-content:center;outline:none!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-top:8px}.unbox3d__start-btn:focus,.unbox3d__start-btn:focus-visible,.unbox3d__start-btn:active{outline:none!important;border:none!important}.unbox3d__start-btn-text{font-family:Big Shoulders Display,sans-serif;font-size:28px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:2px}.unbox3d__start-divider{display:flex;align-items:center;justify-content:center;gap:16px;margin:0 0 24px;width:200px}.unbox3d__start-divider-line{flex:1;height:1px;background:#000;opacity:.3}.unbox3d__start-divider-circle{width:8px;height:8px;border-radius:50%;background:#000;opacity:.4}.unbox3d__start-hint{font-family:Quicksand,sans-serif;font-size:13px;font-weight:500;color:#87b2a1;margin-top:16px}.unbox3d__mobile-hint{display:none;align-items:center;gap:6px;font-family:Quicksand,sans-serif;font-size:12px;font-weight:500;color:#aaa;margin:0;padding:8px 20px;background:#0000000a;border-radius:100px;letter-spacing:.2px;white-space:nowrap;position:fixed;bottom:16px;left:50%;transform:translate(-50%);z-index:20}.unbox3d__mobile-hint svg{flex-shrink:0;opacity:.6}@media(hover:none)and (pointer:coarse){.unbox3d__mobile-hint{display:inline-flex}}.unbox3d__download-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#224446d9;color:#fff;font-family:Quicksand,sans-serif;font-size:13px;font-weight:600;border-radius:100px;text-decoration:none;cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background .2s}.unbox3d__download-btn:hover{background:#224446}@media(prefers-reduced-motion:reduce){.unbox3d__shape,.unbox3d__cta-icon{animation:none!important}}
