@import"https://fonts.googleapis.com/css2?family=Euphoria+Script&family=Farsan&family=Glacial+Indifference&display=swap";._navbar_fecsa_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_fecsa_23{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:row}._title_fecsa_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_fecsa_59{position:absolute;top:3.25rem;right:2rem;z-index:60;display:flex;align-items:center;justify-content:center}._hamburger_fecsa_59{background:none;border:none;cursor:pointer;width:clamp(24px,5vw,40px);height:clamp(24px,5vw,40px);padding:0;transition:transform .3s ease}._menuOverlay_fecsa_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_fecsa_81._show_fecsa_100{transform:scaleY(1);top:10rem;opacity:1;pointer-events:all}._menu_fecsa_81{display:flex;flex-direction:column;gap:.5rem;padding:.5rem}._menu_fecsa_81 ul{list-style:none;margin:0;padding:0}._menu_fecsa_81 li{margin:0}._menu_fecsa_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_fecsa_81 a:hover{background:var(--gradient-reverse);transform:scale(1.05)}@keyframes _subtleShimmer_fecsa_1{0%{background-position-x:-200%,center;background-position-y:200%,center}to{background-position-x:200%,center;background-position-y:-200%,center}}._scrolled_fecsa_154{animation:_subtleShimmer_fecsa_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_fecsa_2{top:0;left:0;bottom:auto;transform:none;width:100%;height:120px;border-radius:0;padding:.5rem 1rem}._navbarTopRow_fecsa_23{flex-direction:row;justify-content:center;align-items:center;height:100%;gap:1rem}._hamburgerWrapper_fecsa_59{position:absolute;top:1rem;right:1rem;margin:0}._menuOverlay_fecsa_81{top:6.5rem;right:1rem}._title_fecsa_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_fecsa_2{height:100px;padding:.25rem .5rem}._title_fecsa_34{font-size:clamp(1rem,5vw,2rem);padding:.3rem .5rem}}._menuOverlay_fecsa_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 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)}.card{background-color:var(--bg-color-light);color:var(--text-color);border:3px solid var(--primary-color);border-radius:12px;padding:2rem;flex:1 1 50%;box-shadow:0 8px 24px #00000014;transition:transform .3s ease,box-shadow .3s ease;position:relative;z-index:1}.card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 32px #0000001f}.card h2,.card h3{font-family:var(--font-subheading);color:var(--primary-color);margin-bottom:1rem;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)}.card p{font-size:1.1rem;line-height:1.6}.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%;transition:background-position .4s ease,transform .2s ease,box-shadow .2s ease;position:relative;overflow:hidden;text-decoration:none}.btn:hover{background:var(--gradient-reverse);transform:scale(1.05)}.btn:active{animation:button-press-grow .25s ease forwards}.button-row{display:flex;gap:1.5rem;margin-top:1.5rem;justify-content:center;flex-wrap:wrap}#root{margin:0 auto;text-align:center}.section-container{position:relative;isolation:isolate;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:3rem;flex-direction:row;box-sizing:border-box;padding:1rem;margin:2rem auto;width:100%;margin-inline:auto;padding-inline:clamp(1rem,3vw,3rem);color:var(--text-color);text-align:left;border-radius:1rem;box-shadow:0 6px 18px #0000001a;overflow:visible;background-image:var(--section-bg-image);background-size:cover;background-repeat:no-repeat;background-position:center}.section-container.reverse{flex-direction:row-reverse;background-image:none}.section-container.reverse:before{content:"";position:absolute;inset:0;border-radius:inherit;background-image:var(--section-bg-image);background-repeat:no-repeat;background-size:cover;background-position:center;transform:scaleX(-1);z-index:-1;pointer-events:none}.media{flex:1 1 45%;max-width:100%;display:flex;justify-content:center;align-items:center}.media img{width:100%;height:auto;border-radius:12px;box-shadow:0 4px 12px #00000026;object-fit:cover}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center;width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media (max-width: 768px){h2{font-size:clamp(2rem,7vw,3rem);line-height:1.1;text-align:center}.section-container{flex-direction:column;text-align:center;padding:1.5rem .5rem;margin:.5rem auto;gap:.5rem}.section-container.reverse{flex-direction:column}.media{order:1}.section-container>.card{order:2}.media,.section-container>.card{flex:1 1 100%;max-width:100%}.section-container.reverse:before{transform:none}}@media (prefers-reduced-motion: reduce){.btn,.card{transition:none!important;animation:none!important}}@keyframes card-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes button-hover-sweep{0%{background-position:left}to{background-position:right}}@keyframes button-press-grow{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}.section-container{flex-direction:column;align-items:stretch;gap:3rem;text-align:center}.first-section{margin-top:calc(var(--navbar-height) + 1rem)}.serviceGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;width:100%;max-width:1200px;margin:0 auto}@media (max-width: 768px){.serviceGrid{grid-template-columns:1fr}}.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_omgj3_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_omgj3_20{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap;max-width:1100px;margin:0 auto}._reverse_omgj3_30{flex-direction:row-reverse}._serviceSection_omgj3_1._reverse_omgj3_30,._serviceSection_omgj3_1._reverse_omgj3_30 *{transform:scaleX(-1)}._serviceImage_omgj3_40{flex:1;min-width:260px;max-width:380px;text-align:center}._serviceImage_omgj3_40 img{width:100%;height:auto;border-radius:1rem;box-shadow:0 4px 20px #00000026;object-fit:cover}._serviceText_omgj3_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_omgj3_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_omgj3_55 p{font-size:1.1rem;line-height:1.5;margin-bottom:1rem}._buttonRow_omgj3_82{display:flex;gap:1.5rem;margin-top:1.5rem;justify-content:center;flex-wrap:wrap}._learnMore_omgj3_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_omgj3_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_omgj3_1 2.5s infinite linear;opacity:0;pointer-events:none;z-index:2}._learnMore_omgj3_90:hover:before,._learnMore_omgj3_90:active:before{opacity:1}._learnMore_omgj3_90:hover,._learnMore_omgj3_90:active{background-position:right;transform:translateY(-2px);box-shadow:0 8px 20px #00000026}._bookingOptions_omgj3_140{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}._bookingRow_omgj3_147{display:grid;grid-template-columns:minmax(0,1.3fr) auto;align-items:center;gap:.75rem;padding:.4rem 0;border-top:1px solid rgba(0,0,0,.06)}._bookingRow_omgj3_147:first-child{border-top:none}._bookingRow_omgj3_147:last-child{border-bottom:none}._bookingInfo_omgj3_164{font-size:.95rem;line-height:1.4}._bookingButtons_omgj3_168{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}._bookingNote_omgj3_174{font-size:.85rem;text-align:center;line-height:1.3}._bookingButtons_omgj3_168 ._btn_omgj3_180,._bookingButtons_omgj3_168 a._btn_omgj3_180{font-size:.5rem;padding:.4rem .9rem}._disabledBtn_omgj3_187{opacity:.6;cursor:not-allowed;pointer-events:none;filter:grayscale(30%)}@keyframes _shimmer_omgj3_1{0%{transform:translate(-100%) rotate(25deg)}to{transform:translate(100%) rotate(25deg)}}._serviceSection_omgj3_1+._serviceSection_omgj3_1{margin-top:2rem}@media (max-width: 768px){._serviceText_omgj3_55{padding:0 .25rem}._bookingRow_omgj3_147{grid-template-columns:1fr;align-items:flex-start;text-align:left}._bookingInfo_omgj3_164{margin-bottom:.25rem}._bookingButtons_omgj3_168{justify-content:flex-start;gap:.4rem}._bookingButtons_omgj3_168 ._btn_omgj3_180,._bookingButtons_omgj3_168 a._btn_omgj3_180{font-size:.85rem;padding:.35rem .75rem}}.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%;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:auto;max-width:90%;white-space:nowrap}.upcoming-image{max-width:100%}}:root{--font-heading: "Euphoria Script", cursive;--font-subheading: "Farsan", cursive;--font-body: "Glacial Indifference", sans-serif;--navbar-height: 250px;--space-1: .5rem;--space-2: 1rem;--space-3: 1.5rem;--space-4: 2rem;--space-6: 3rem;--radius-2: 12px;--radius-1: 10px;--shadow-1: 0 6px 18px rgba(0, 0, 0, .1);--shadow-2: 0 8px 24px rgba(0, 0, 0, .08);--shadow-3: 0 12px 32px rgba(0, 0, 0, .12)}@media (max-width: 768px){:root{--navbar-height: 120px}}@media (max-width: 480px){:root{--navbar-height: 100px}}:root{--primary-color: #11eb9e;--text-color: #5eb4c4;--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}body{font-family:var(--font-body);background-color:var(--bg-color);color:var(--text-color);margin:0;padding:0;line-height:1.6}.page-wrapper{max-width:100%;width:100%;padding:0 1rem;margin:0 auto;box-sizing:border-box;overflow-x:hidden}@media (max-width: 768px){body{padding: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}
