@import"https://fonts.googleapis.com/css2?family=Euphoria+Script&family=Farsan&family=Glacial+Indifference&display=swap";._navbar_1qwbz_2{position:fixed;top:0;left:0;width:100%;height:250px;z-index:50;background-image:var(--navbar-background);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:0 0 10px 10px;display:flex;justify-content:center;align-items:center;padding:1rem 2rem;box-sizing:border-box;overflow:hidden}._navbarTopRow_1qwbz_23{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:row}._title_1qwbz_34{font-family:Euphoria Script,cursive;font-size:clamp(2.4rem,5vw + 1rem,8rem);font-weight:700;color:var(--primary-color);text-align:center;text-shadow:-1px -1px 0 var(--text-outline-color),1px -1px 0 var(--text-outline-color),-1px 1px 0 var(--text-outline-color),1px 1px 0 var(--text-outline-color);padding:.5rem 2rem;background-color:var(--bg-color-light);border:4px solid var(--primary-color);border-radius:12px;box-shadow:0 0 12px #00000026;box-sizing:border-box;max-width:90vw;width:fit-content;white-space:normal;overflow:hidden;text-overflow:ellipsis;z-index:55;transition:font-size .3s ease,padding .3s ease,max-width .3s ease}._hamburgerWrapper_1qwbz_59{position:absolute;top:3.25rem;right:2rem;z-index:60;display:flex;align-items:center;justify-content:center}._hamburger_1qwbz_59{background:none;border:none;cursor:pointer;width:clamp(24px,5vw,40px);height:clamp(24px,5vw,40px);padding:0;transition:transform .3s ease}._menuOverlay_1qwbz_81{position:fixed;top:9rem;right:2rem;background:var(--bg-color);border-radius:10px;box-shadow:0 4px 10px #00000026;padding:.75rem .5rem;transform:scaleY(0);transform-origin:top right;transition:transform .4s ease,opacity .3s ease;opacity:0;pointer-events:none;width:max-content;min-width:180px;height:auto;z-index:999}._menuOverlay_1qwbz_81._show_1qwbz_100{transform:scaleY(1);opacity:1;pointer-events:all}._menu_1qwbz_81{display:flex;flex-direction:column;gap:.5rem;padding:.5rem}._menu_1qwbz_81 ul{list-style:none;margin:0;padding:0}._menu_1qwbz_81 li{margin:0}._menu_1qwbz_81 a{display:block;padding:1rem 1.5rem;font-size:1.15rem;font-weight:700;text-align:center;text-decoration:none;color:var(--text-color);background:var(--gradient);border-radius:8px;transition:background .4s ease,transform .2s ease;margin-top:1rem}._menu_1qwbz_81 a:hover{background:var(--gradient-reverse);transform:scale(1.05)}@keyframes _subtleShimmer_1qwbz_1{0%{background-position-x:-200%,center;background-position-y:200%,center}to{background-position-x:200%,center;background-position-y:-200%,center}}._scrolled_1qwbz_153{animation:_subtleShimmer_1qwbz_1 8s infinite linear;background-image:linear-gradient(135deg,#ffffff0f,#ffffff24,#ffffff0f),var(--navbar-background);background-size:300% 300%,cover;background-position:0% 100%,center;background-repeat:no-repeat,no-repeat}@media (max-width: 768px){._navbar_1qwbz_2{top:0;left:0;bottom:auto;transform:none;width:100%;height:120px;border-radius:0;padding:.5rem 1rem}._navbarTopRow_1qwbz_23{flex-direction:row;justify-content:center;align-items:center;height:100%;gap:1rem}._hamburgerWrapper_1qwbz_59{position:absolute;top:1rem;right:1rem;margin:0}._menuOverlay_1qwbz_81{top:6.5rem;right:1rem}._title_1qwbz_34{font-size:clamp(1.2rem,5vw,2.2rem);text-align:center;white-space:normal;overflow:visible;text-overflow:unset;max-width:90vw;padding:.4rem 1rem;margin:0 auto}}@media (max-width: 480px){._navbar_1qwbz_2{height:100px;padding:.25rem .5rem}._title_1qwbz_34{font-size:clamp(1rem,5vw,2rem);padding:.3rem .5rem}}._menuOverlay_1qwbz_81{top:4rem;right:1rem;min-width:100px}.hamburger{background:var(--secondary-color);border:none;cursor:pointer;display:flex;flex-direction:column;gap:clamp(3px,.5vw,6px);padding:clamp(6px,1vw,10px);border-radius:10px;width:clamp(30px,6vw,50px);height:clamp(30px,6vw,50px);align-items:center;justify-content:center;z-index:100;transition:background .3s ease}.hamburger span{width:clamp(18px,5vw,30px);height:clamp(2px,.5vw,4px);background:var(--primary-color);transition:all .3s ease;border-radius:2px}.hamburger.open{background:transparent}.hamburger.open span:nth-child(1){transform:translateY(clamp(6px,1.2vw,10px)) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(clamp(-6px,-1.2vw,-10px)) rotate(-45deg)}#root{margin:0 auto;text-align:center}.btn{padding:.75rem 1.5rem;font-size:1rem;font-family:var(--font-body);border:none;border-radius:10px;cursor:pointer;color:#fff;background:var(--gradient);background-size:200%;background-position:left;transition:background-position .4s ease,transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden;z-index:1;text-decoration:none}.btn:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(120deg,#fff0,#fff6,#fff0);transform:rotate(25deg);animation:shimmer 2.5s infinite linear;opacity:0;pointer-events:none;z-index:2}.btn:hover:before,.btn:active:before{opacity:1}.btn:hover,.btn:active{background-position:right;transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.card{background-color:var(--bg-color-light);color:var(--text-color);border:4px solid var(--primary-color);border-radius:16px;padding:2rem;box-shadow:0 8px 24px #00000014;transition:transform .3s ease,box-shadow .3s ease;position:relative;z-index:0;text-align:center;overflow:hidden}.card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 32px #0000001f}.card h3{font-size:1.25rem;margin-bottom:.75rem}.card p{font-size:1rem;line-height:1.6}.reverse{flex-direction:row-reverse}.reverse .section-container{transform:scaleX(-1)}.reverse .section-container>*{transform:scaleX(-1)}.grid{display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center;width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.section-container{display:flex;align-items:center;justify-content:center;gap:5rem;flex-wrap:wrap;margin:0 auto;flex-direction:row;background-image:var(--section-bg-image);min-height:400px;padding:2rem;background-size:cover;background-repeat:no-repeat;background-position:center top;background-attachment:scroll;color:var(--text-color);text-align:center;border-radius:1rem;box-shadow:0 6px 18px #0000001a;position:relative;overflow:hidden;margin-bottom:2rem}.section-container:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(135deg,#fff0,#fff3,#fff0);z-index:1;opacity:0;pointer-events:none;animation:shimmer 3s infinite linear}.section-container:hover:before,.section-container:active:before{opacity:1}.info-box{background-color:var(--bg-color-light);border:4px solid var(--primary-color);border-radius:12px;box-shadow:0 0 12px #00000026;padding:1rem;box-sizing:border-box;width:100%;text-align:left;flex-grow:2;max-width:1300px}@keyframes shimmer{0%{transform:translate(-100%) rotate(25deg)}to{transform:translate(100%) rotate(25deg)}}@media (max-width: 600px){.section-container{padding:2rem;margin-top:var(--navbar-height)}.card{padding:1.25rem}}.values-section{padding:5rem 2rem;background-image:var(--section-bg-image);background-size:cover;background-repeat:no-repeat;background-position:center top;text-align:center;border-radius:1rem;position:relative;overflow:hidden}.values-title{font-family:var(--font-heading);font-size:3rem;margin-bottom:2rem;color:var(--text-color)}.values-inline-list{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;font-size:5rem;font-family:var(--font-subheading);color:var(--text-color);max-width:900px;margin:0 auto}.value-word,.value-blossom{flex:1 1 0;text-align:center}.value-word{font-style:italic}.value-blossom{display:inline-block;width:5rem;height:5rem;background-image:var(--blossom-icon);background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.9}@media (max-width: 600px){.values-inline-list{flex-direction:column;gap:1rem}.value-word,.value-blossom{flex:none;width:auto}.value-blossom{width:5rem;height:5rem}}._serviceSection_papyj_1{margin-top:calc(var(--navbar-height) + 10px);padding:3.5rem 1.5rem;color:var(--text-color);text-align:center;background-attachment:scroll;border-radius:1rem;box-shadow:0 6px 18px #0000001a;position:relative;overflow:hidden;margin-bottom:2rem;background-image:var( --section-bg-image );background-size:cover;background-position:center;background-repeat:no-repeat}._serviceContainer_papyj_20{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap;max-width:1100px;margin:0 auto}._reverse_papyj_30{flex-direction:row-reverse}._serviceSection_papyj_1._reverse_papyj_30,._serviceSection_papyj_1._reverse_papyj_30 *{transform:scaleX(-1)}._serviceImage_papyj_40{flex:1;min-width:260px;max-width:380px;text-align:center}._serviceImage_papyj_40 img{width:100%;height:auto;border-radius:1rem;box-shadow:0 4px 20px #00000026;object-fit:cover}._serviceText_papyj_55{flex:2;text-align:left;padding:1.5rem 2rem;background-color:var(--bg-color-light);border:4px solid var(--primary-color);border-radius:12px;box-shadow:0 0 12px #00000026;box-sizing:border-box}._serviceText_papyj_55 h2{font-size:2.5rem;color:var(--primary-color);margin-bottom:.75rem;font-family:var(--font-heading);text-shadow:-1px -1px 0 var(--text-outline-color),1px -1px 0 var(--text-outline-color),-1px 1px 0 var(--text-outline-color),1px 1px 0 var(--text-outline-color)}._serviceText_papyj_55 p{font-size:1.1rem;line-height:1.5;margin-bottom:1rem}._buttonRow_papyj_82{display:flex;gap:1.5rem;margin-top:1.5rem;justify-content:center;flex-wrap:wrap}._learnMore_papyj_90{padding:.75rem 1.5rem;font-size:1rem;font-family:var(--font-body, "Glacial Indifference", sans-serif);border:none;border-radius:10px;cursor:pointer;color:#fff;background:var(--gradient);background-size:200%;background-position:left;transition:background-position .4s ease,transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden;z-index:1;text-decoration:none}._learnMore_papyj_90:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(120deg,#fff0,#fff6,#fff0);transform:rotate(25deg);animation:_shimmer_papyj_1 2.5s infinite linear;opacity:0;pointer-events:none;z-index:2}._learnMore_papyj_90:hover:before,._learnMore_papyj_90:active:before{opacity:1}._learnMore_papyj_90:hover,._learnMore_papyj_90:active{background-position:right;transform:translateY(-2px);box-shadow:0 8px 20px #00000026}@keyframes _shimmer_papyj_1{0%{transform:translate(-100%) rotate(25deg)}to{transform:translate(100%) rotate(25deg)}}._serviceSection_papyj_1+._serviceSection_papyj_1{margin-top:2rem}.about-box{line-height:1.75}.about-box p+p{margin-top:1rem}.about-buttons{margin-top:2rem;display:flex;gap:1.25rem;flex-wrap:wrap;justify-content:flex-start}@media (max-width: 480px){.about-container{flex-direction:column;align-items:center}.about-image{display:block;max-width:300px;width:100%;margin-bottom:1.5rem}.about-box{text-align:center;padding:2rem}.about-box h2{font-size:2.5rem}}.about-section{background-image:var(--section-bg-image);min-height:400px;padding:5rem 2rem;background-size:cover;background-repeat:no-repeat;background-position:center top;background-attachment:scroll;color:var(--text-color);text-align:center;border-radius:1rem;box-shadow:0 6px 18px #0000001a;position:relative;overflow:hidden}.about-section h2{color:var(--primary-color);font-size:5rem;margin-bottom:1.25rem;font-family:var(--font-heading)}.about-container{display:flex;align-items:center;justify-content:center;gap:5rem;flex-wrap:wrap;max-width:1300px;margin:0 auto;flex-direction:row}.about-image{flex:1;min-width:280px;max-width:400px;text-align:center}.about-image img{width:100%;height:auto;border-radius:1rem;box-shadow:0 4px 20px #00000026;object-fit:cover}.about-box{background-color:var(--bg-color-light);border:4px solid var(--primary-color);border-radius:12px;box-shadow:0 0 12px #00000026;padding:2rem 2.5rem;box-sizing:border-box;width:100%;text-align:left;flex-grow:2;max-width:850px}.about-box h2{margin-top:.5rem;margin-bottom:1.25rem}.about-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(135deg,#fff0,#fff3,#fff0);z-index:1;opacity:0;pointer-events:none;animation:shimmer-about 3s infinite linear}.about-section:hover:before,.about-section:active:before{opacity:1}@keyframes shimmer-about{0%{transform:translate(-100%,-100%)}to{transform:translate(100%,100%)}}@media (max-width: 480px){.about-image{display:none}}.section-container-first{margin-top:calc(var(--navbar-height) + 10px)}.upcoming-section{width:100%;background-image:var(--section-bg-image);background-size:cover;background-repeat:no-repeat;background-position:center;padding:4rem 1rem;display:flex;justify-content:center}.upcoming-box{width:100%;max-width:1000px;background-color:var(--bg-color-light);border:4px solid var(--primary-color);border-radius:12px;box-shadow:0 0 12px #00000026;padding:2rem;text-align:center}.upcoming-image{width:100%;max-width:900px;margin:0 auto 2rem}.upcoming-image img{width:100%;height:auto;object-fit:contain;display:block}.btn{margin:5px;color:var(--text-color)}@media (max-width: 768px){.upcoming-box{padding:0rem 1rem}.upcoming-buttons{display:flex;flex-wrap:wrap;flex-direction:column;align-items:center;justify-content:center}.upcoming-buttons .btn{width:100%;max-width:300px;white-space:nowrap}.upcoming-image{max-width:100%}}:root{--primary-color: #11eb9e;--text-color: #e728dd;--secondary-color: #f9d3e3;--bg-color: #e8fdf2;--bg-color-light: rgba(232, 253, 242, .7);--text-outline-color: #0f4c3a;--gradient: linear-gradient(to right, #ff5fa2, #ffc371);--gradient-reverse: linear-gradient(to left, #ff5fa2, #ffc371);--navbar-background: url(/assets/Logo_Spring-Bt2s6Pvo.jpg);--section-bg-image: url(/assets/Spirit_Seeds_Background_Green-DI65Recp.jpg);--blossom-icon: url(/assets/blossom-pink-B_5R9cGh.png)}.summer{--primary-color: #ffb347;--text-color: #222;--secondary-color: #fff1cc;--bg-color: #fff4da;--bg-color-light: rgba(255, 244, 218, .5);--text-outline-color: #8b5e00;--gradient: linear-gradient(to right, #e9b87d 0%, #e9c1ff 100%);--gradient-reverse: linear-gradient(to left, #e9b87d 0%, #e9c1ff 100%);--navbar-background: url(/assets/Logo_Summer-Cf3TGnCa.jpg);--section-bg-image: url(/assets/SummerWaterColor-BH33LpTN.jpg);--blossom-icon: url(/assets/blossom-gold-CGnrXPSk.png)}.fall{--primary-color: #d97706;--text-color: #3b2f2f;--secondary-color: #fef3c7;--bg-color: #fdf3dc;--bg-color-light: rgba(253, 243, 220, .5);--text-outline-color: #5c2c06;--gradient: linear-gradient(to right, #d97706, #92400e);--gradient-reverse: linear-gradient(to left, #d97706, #92400e);--navbar-background: url(/assets/Logo_Fall-BBi-hNUH.jpg);--section-bg-image: url(/assets/FallWaterColor-pQkINGqP.jpg);--blossom-icon: url(/assets/blossom-rust-BG8G4o_L.png)}.winter{--primary-color: #6cb4ee;--text-color: #1e3a5f;--secondary-color: #e0f7ff;--bg-color: #eaf4fb;--bg-color-light: rgba(234, 244, 251, .5);--text-outline-color: #0c2b3a;--gradient: linear-gradient(to right, #6cb4ee, #bcdff9);--gradient-reverse: linear-gradient(to left, #6cb4ee, #bcdff9);--navbar-background: url(/assets/Logo_Winter-SGj2MB84.jpg);--section-bg-image: url(/assets/WinterWaterColor-CCZLSZE0.jpg);--blossom-icon: url(/assets/blossom-blue-4h1fZtc0.png)}html{opacity:0;visibility:hidden;transition:opacity .4s ease}html.visible{opacity:1;visibility:visible}:root{--font-heading: "Euphoria Script", cursive;--font-subheading: "Farsan", cursive;--font-body: "Glacial Indifference", sans-serif;--text-color: #222;--accent-color: #ccc;--navbar-height: 250px}@media (max-width: 768px){:root{--navbar-height: 120px}}@media (max-width: 480px){:root{--navbar-height: 100px}}body{font-family:var(--font-body);background-color:var(--bg-color);color:var(--text-color);margin:0;padding:1rem;line-height:1.6}@media (max-width: 768px){body{padding:0 1rem}}.title,.site-title,h1{font-family:var(--font-heading);color:var(--text-color)}h2{font-size:5rem;color:var(--primary-color);margin-bottom:.75rem;font-family:var(--font-heading);text-shadow:-1px -1px 0 var(--text-outline-color),1px -1px 0 var(--text-outline-color),-1px 1px 0 var(--text-outline-color),1px 1px 0 var(--text-outline-color)}h3,.component-header{font-family:var(--font-subheading);color:var(--text-color)}.navbar{background-color:var(--accent-color)}p{font-size:1.25rem;font-family:var(--font-body);line-height:1.75;margin-bottom:1.5rem}
