.cards-section{display:flex;flex-direction:column;align-items:center;gap:30px;margin:600px auto 0;max-width:1000px;width:100%;z-index:1000}.card{max-width:1000px;height:420px;background-color:#f3efd8;border-radius:16px;box-shadow:0 8px 24px #0000001a;display:flex;overflow:hidden;transition:transform .3s ease;cursor:pointer;z-index:2;opacity:0;transition:all .4s ease-out}.card:hover{background-color:#f8f4dd}.fade-in{opacity:1}.card-left,.card-right{flex:1;display:flex;flex-direction:column;justify-content:center;padding:24px}.card-left{align-items:flex-start;text-align:left}.card-right{align-items:center;justify-content:center}.card-image{border-radius:8px}.card-logo-icon{width:36px;height:36px;mix-blend-mode:multiply}.card-title{font-family:Onest,sans-serif;font-size:48px;font-weight:500;margin-top:24px;margin-bottom:24px}.card-subtitle{display:flex;align-items:center;font-size:18px;font-weight:500;color:#595959}.circle{width:6px;height:6px;background-color:#abd9ce;border-radius:50%;margin-right:10px;margin-left:10px}.card-description{font-size:20px;font-weight:300;color:#595959;margin-bottom:24px;min-height:80px}.card-button{min-width:160px;width:auto;height:42px;display:flex;justify-content:flex-start;align-items:center;border-radius:12px;background-color:#fff;border:none;cursor:pointer;font-size:18px;font-family:Onest,sans-serif;font-weight:400;color:#595959;padding:0 16px;white-space:nowrap}.card-button img{width:24px;height:16px;margin-left:12px;transition:transform .3s ease;color:#595959}.card-button:hover img{transform:translate(10px)}@media (max-width: 1000px){.card{margin:0 20px}}@media (max-width: 768px){.cards-section{margin:500px auto 0;padding:0 20px}.card{height:auto;padding-bottom:20px}.card-right{display:none}.card-description{min-height:60px;font-size:18px;margin-bottom:20px;line-height:1.4}.card-button{height:40px;font-size:16px;padding:0 14px}.card-button img{width:20px;height:14px;margin-left:10px}.card-title{font-size:32px;margin:16px 0}}@media (max-width: 480px){.cards-section{margin:400px auto 0;padding:0 10px}.card{margin:0 10px;padding:16px;border-radius:12px}.card .card-left{padding:0}.card .card-title{font-size:28px;margin:12px 0}.card .card-subtitle{font-size:16px}.card .card-description{font-size:16px;min-height:50px;margin-bottom:16px}.card .card-button{height:36px;font-size:14px;padding:0 12px;min-width:140px}.card .card-button img{width:16px;height:12px;margin-left:8px}.card .card-logo-icon{width:28px;height:28px}}@media (max-width: 400px){.card-title{font-size:36px}}.container{max-width:100%;width:1000px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;height:60px;padding:0 10px}@media (max-width: 768px){.container{width:100%;padding:0 5px}}.navbar{padding:10px;width:calc(100% - 20px);position:fixed;top:0;z-index:100;transform:translateY(-80px);transition:all .4s ease-out}@media (max-width: 768px){.navbar{padding:10px;width:calc(100% - 20px)}}.fade-in{transform:translateY(0)}.fade-in .container{animation:bounce .2s ease-out .4s}.icon-button{display:flex;justify-content:center;align-items:center;width:60px;height:60px;border-radius:50%;background-color:#fff;box-shadow:0 0 10px 8px #0000001a;cursor:pointer;position:relative}@media (max-width: 768px){.icon-button{width:60px;height:60px;box-shadow:0 0 6px 4px #0000000d}}.icon-button.logo{perspective:1000px}.logo-flipper{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.4,0,.2,1)}.logo-flipper.flipped{transform:rotateY(180deg)}.logo-front,.logo-back{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;backface-visibility:hidden;-webkit-backface-visibility:hidden}.logo-front img{width:28px;height:28px}@media (max-width: 768px){.logo-front img{width:24px;height:24px}}.logo-back{transform:rotateY(180deg)}.back-button{font-size:0;background:none;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;width:60px;height:60px;border-radius:50%}.back-button img{width:36px;height:24px}@media (max-width: 768px){.back-button img{width:30px;height:20px}}.is-subpage .logo img{display:none}.is-subpage .back-button{display:flex}.hide-toggle{display:none}.toggle-wrapper{transition:transform .4s ease-out,opacity .4s ease-out}.move-up{transform:translateY(-80px)}@-moz-keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(2px)}to{transform:translateY(0)}}@-webkit-keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(2px)}to{transform:translateY(0)}}@-o-keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(2px)}to{transform:translateY(0)}}@keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(2px)}to{transform:translateY(0)}}.toggle-switch{font-family:Onest,sans-serif;font-weight:800;position:relative;display:flex;align-items:center;background:#f3f3f3;border-radius:50px;width:200px;height:60px;overflow:hidden;box-shadow:0 0 10px 8px #0000001a;-webkit-user-select:none;user-select:none;touch-action:pan-x}@media (max-width: 768px){.toggle-switch{box-shadow:0 0 5px 4px #0000000d}}.toggle-switch .active-bg{position:absolute;top:4px;left:4px;width:calc(50% - 8px);height:calc(100% - 8px);background-color:#fff;border-radius:50px;transition:transform .4s cubic-bezier(.4,0,.2,1);will-change:transform}.toggle-switch .active-bg.dragging{transition:none}.toggle-switch span{flex:1;text-align:center;font-size:20px;font-weight:700;color:#131313;cursor:pointer;z-index:2;line-height:60px;transition:color .3s ease}.toggle-switch span.active{color:#000}@media (max-width: 768px){.toggle-switch span{font-size:18px}}.gradient-text{font-family:Onest,sans-serif;font-weight:800;font-size:20px;background:linear-gradient(90deg,#ed63a3,#f657f6,#a330e5);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 768px){.gradient-text{font-size:18px}}.menu-wrapper{position:relative;margin-right:-5px}@media (max-width: 768px){.menu-wrapper{margin-right:0}}@media (max-width: 480px){.menu-wrapper .menu-button{width:50px;height:50px;box-shadow:0 0 4px 2px #0000000d}.menu-wrapper .menu-button img{width:20px;height:20px}.menu-wrapper .menu-dropdown{width:180px;right:-5px;top:55px;padding:8px 6px}.menu-wrapper .menu-dropdown .menu-item{height:38px;padding:0 8px}.menu-wrapper .menu-dropdown .menu-item img{width:18px;height:18px;margin-right:8px}.menu-wrapper .menu-dropdown .menu-item span{font-size:15px}.menu-wrapper .menu-dropdown .close-button{top:8px;right:8px;padding:4px}.menu-wrapper .menu-dropdown .close-button img{width:10px;height:10px}}.menu-button{display:flex;justify-content:center;align-items:center;width:60px;height:60px;border-radius:50%;background-color:#fff;box-shadow:0 0 10px 8px #0000001a;cursor:pointer;border:none;position:relative}@media (max-width: 768px){.menu-button{width:60px;height:60px;box-shadow:0 0 6px 4px #0000000d}}.menu-button img{width:24px;height:24px}@media (max-width: 768px){.menu-button img{width:22px;height:22px}}.menu-dropdown{position:absolute;top:70px;right:0;width:240px;height:auto;min-height:auto;background-color:#fff;box-shadow:0 4px 15px #0000001a;border-radius:12px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:16px 12px;z-index:1000}@media (max-width: 768px){.menu-dropdown{top:60px;right:-10px;width:200px;padding:12px 8px;box-shadow:0 0 8px #0000001a}}.menu-item{display:flex;align-items:center;justify-content:flex-start;width:100%;height:40px;margin:2px 0;cursor:pointer;padding:0 10px;border-radius:6px;transition:background-color .2s ease}.menu-item:hover{background-color:#0000000d}@media (max-width: 768px){.menu-item{height:42px;margin:1px 0}}.menu-item img{width:22px;height:22px;margin-right:10px}@media (max-width: 768px){.menu-item img{width:20px;height:20px}}.menu-item span{font-family:Onest,sans-serif;font-size:18px;font-weight:300;color:#000;transition:font-weight .2s ease}@media (max-width: 768px){.menu-item span{font-size:16px}}.menu-item:hover span{font-weight:500}.close-button{position:absolute;top:12px;right:12px;cursor:pointer;padding:6px}.close-button img{width:14px;height:14px}@media (max-width: 768px){.close-button img{width:12px;height:12px}}.about{padding:2rem;min-height:100vh}.about-header{margin-bottom:4rem;text-align:center}.about-header h1{font-size:5rem;font-weight:900;background:linear-gradient(135deg,#2a9d8f,#e9c46a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem;letter-spacing:-.02em;animation:fadeUp .8s ease-out}.about-sections{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem}@media (max-width: 768px){.about-sections{grid-template-columns:1fr;gap:3rem}}.about .section{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:16px;box-shadow:0 8px 32px #0000001a;animation:fadeIn .8s ease-out}.about .section h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#2a9d8f}.about .section p{font-size:1.1rem;line-height:1.6;color:#666;margin-bottom:1rem}.about .section .icon{font-size:2rem;margin-bottom:1rem;opacity:.8}.about-card{background:#f3efd8;border-radius:16px;padding:30px;transition:all .3s ease;position:relative;overflow:hidden}.about-card:hover{background:#f8f4dd;transform:translateY(-2px)}.about-card.highlight{background:linear-gradient(135deg,#f3efd8,#abd9ce)}.about-card.highlight:hover{background:linear-gradient(135deg,#f8f4dd,#bce9de)}.about-card h2{font-family:Onest,sans-serif;font-size:28px;font-weight:600;margin:20px 0;color:#131313}.about-card p{font-size:18px;line-height:1.6;color:#595959;font-weight:300}.about-icon{width:36px;height:36px;mix-blend-mode:multiply}@media (max-width: 768px){.about-card{padding:24px}.about-card h2{font-size:24px;margin:16px 0}.about-card p{font-size:16px}}@media (max-width: 480px){-header{margin-bottom:2rem}-header h1{font-size:3rem;margin-bottom:.5rem}-sections{gap:1.5rem;padding:0}.section{padding:1.5rem;border-radius:12px}.section h2{font-size:1.5rem;margin-bottom:1rem}.section p{font-size:1rem;line-height:1.5;margin-bottom:.8rem}.section .icon{font-size:1.8rem;margin-bottom:.8rem}.about-card{padding:1.2rem}.about-card h2{font-size:1.3rem;margin:12px 0}.about-card p{font-size:.9rem;line-height:1.4}.about-icon{width:28px;height:28px}}@-moz-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-o-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.contact{padding:2rem;min-height:100vh;display:flex;flex-direction:column;align-items:center}.contact-title{font-size:5rem;font-weight:900;margin-bottom:2rem;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center;animation:fadeUp .8s ease-out;letter-spacing:-.02em}@media (max-width: 768px){.contact-title{font-size:3rem;margin-bottom:30px}}.contact-content{max-width:600px;width:100%;padding:2rem}.contact-intro{text-align:center;font-size:1.5rem;color:#666;margin-bottom:3rem}.contact .puzzle-section{text-align:center}.contact .puzzle-section .puzzle-instruction{font-size:1.2rem;color:#666;margin-bottom:2rem}.contact .puzzle-section .puzzle-subtext{display:block;font-size:.9rem;color:#888;margin-top:.5rem}.contact .coffee-puzzle{position:relative;margin:2rem auto;max-width:400px}.contact .coffee-puzzle .coffee-cup{font-size:2rem;cursor:grab;display:inline-block;transition:transform .2s}.contact .coffee-puzzle .coffee-cup:hover{transform:scale(1.1)}.contact .coffee-puzzle .drop-zone{height:100px;border:2px dashed rgba(78,205,196,.3);border-radius:12px;margin-top:2rem;position:relative;background:#4ecdc40d;transition:all .3s}.contact .coffee-puzzle .drop-zone:hover{border-color:#4ecdc480;background:#4ecdc41a}.contact .coffee-puzzle .drop-zone .coffee-target{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:1.5rem;opacity:.5}.contact .coffee-puzzle .drop-zone .dropped-cup{position:absolute;top:50%;transform:translateY(-50%);font-size:2rem;transition:left .3s ease}.contact .contact-form{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:16px;box-shadow:0 8px 32px #0000001a}.contact .contact-form .form-group{margin-bottom:1.5rem}.contact .contact-form .form-group label{display:block;margin-bottom:.5rem;color:#666;font-size:.9rem;text-transform:lowercase;letter-spacing:.5px}.contact .contact-form .form-group input,.contact .contact-form .form-group textarea{width:100%;padding:.8rem;border:2px solid rgba(78,205,196,.2);border-radius:8px;background:#ffffffe6;transition:all .3s;font-family:inherit}.contact .contact-form .form-group input:focus,.contact .contact-form .form-group textarea:focus{outline:none;border-color:#4ecdc4;box-shadow:0 0 0 3px #4ecdc433}.contact .contact-form .form-group input:disabled,.contact .contact-form .form-group textarea:disabled{opacity:.7;cursor:not-allowed}.contact .contact-form .form-group textarea{min-height:120px;resize:vertical}.contact .contact-form .status-message{padding:1rem;border-radius:8px;margin-bottom:1.5rem;text-align:center}.contact .contact-form .status-message.success{background:#4ecdc41a;color:#2a9d8f;border:1px solid rgba(42,157,143,.2)}.contact .contact-form .status-message.error{background:#ff6b6b1a;color:#e76f51;border:1px solid rgba(231,111,81,.2)}.contact .contact-form .submit-button{width:100%;padding:1rem;border:none;border-radius:8px;background:linear-gradient(135deg,#4ecdc4,#2a9d8f);color:#fff;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s}.contact .contact-form .submit-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4ecdc433}.contact .contact-form .submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.contact .contact-form .submit-button img{width:20px;height:20px;transition:transform .3s}.contact .contact-form .submit-button:hover img{transform:translate(4px)}@media (max-width: 768px){.coffee-puzzle,.contact-form{padding:20px}.form-group label{font-size:16px}.form-group input,.form-group textarea{padding:10px;font-size:14px}.submit-button{height:44px;font-size:16px}}@media (max-width: 480px){-title{font-size:2.5rem;margin-bottom:20px}-content{padding:1rem}.coffee-puzzle{max-width:300px;margin:1rem auto}.puzzle-instruction{font-size:1rem;margin-bottom:1.5rem}.coffee-cup{font-size:1.8rem}.contact-form{padding:1rem;border-radius:12px}.form-group{margin-bottom:1rem}.form-group input,.form-group textarea{padding:.7rem;border-radius:6px}.form-group textarea{min-height:100px}.submit-button{padding:.8rem;font-size:.9rem}.submit-button img{width:16px;height:16px}}.detail-page{max-width:800px;margin:120px auto 60px;padding:0 24px;animation:fadeUp .6s ease-out}.detail-header{text-align:center;margin-bottom:40px}.detail-logo{width:64px;height:64px;margin-bottom:24px;mix-blend-mode:multiply}.detail-title{font-family:Onest,sans-serif;font-size:56px;font-weight:600;margin-bottom:16px;background:linear-gradient(135deg,#2a9d8f,#e9c46a);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.detail-subtitle{display:flex;justify-content:center;align-items:center;font-size:20px;font-weight:500;color:#595959;gap:12px}.circle{width:6px;height:6px;background-color:#abd9ce;border-radius:50%}.detail-hero{margin:40px 0;border-radius:16px;overflow:hidden}.detail-hero img{width:100%;height:auto;display:block}.detail-content .section-heading{font-family:Onest,sans-serif;font-size:32px;font-weight:600;margin:48px 0 24px;color:#131313}.detail-content .section-text{font-size:18px;line-height:1.8;color:#595959;margin-bottom:16px}.detail-content .detail-image{margin:32px 0}.detail-content .detail-image img{width:100%;border-radius:12px}.detail-content .detail-image figcaption{text-align:center;font-size:14px;color:#999;margin-top:12px;font-style:italic}.detail-page.loading{display:flex;justify-content:center;align-items:center;min-height:60vh;font-size:18px;color:#999}.detail-page.error{text-align:center;padding:100px 24px;color:#999}@media (max-width: 768px){.detail-page{margin:100px auto 40px;padding:0 20px}.detail-title{font-size:40px}.detail-subtitle{font-size:16px}.detail-content .section-heading{font-size:24px;margin:32px 0 16px}.detail-content .section-text{font-size:16px;line-height:1.6}}@media (max-width: 480px){.detail-page{margin:80px auto 40px;padding:0 16px}.detail-title{font-size:32px}.detail-logo{width:48px;height:48px}.detail-content .section-heading{font-size:22px}.detail-content .section-text{font-size:15px}}@-moz-keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@-o-keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.shapes-container{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none}.shape{width:24px;height:24px;opacity:.5;position:absolute;border-radius:2px;transition:transform .3s ease,clip-path .3s ease;z-index:1}.triangle{clip-path:polygon(50% 0%,0% 100%,100% 100%)}.square{clip-path:inset(0% 0% 0% 0%)}.footer{text-align:center;padding:24px 0;font-size:16px;color:#595959;width:100%;margin-top:auto}@media (max-width: 768px){.footer{font-size:12px}}.hero-section{width:800px;height:400px;position:absolute;top:150px;left:0;right:0;margin:auto;text-align:center;display:flex;flex-direction:column;align-items:center;background-color:transparent;opacity:0;transform:translateY(20px);transition:all .4s ease-out;z-index:2}.fade-in{opacity:1;transform:translateY(0)}.hero-title{font-family:Onest,sans-serif;font-weight:700;font-size:84px;background:linear-gradient(90deg,#e56661,#d65927,#b60b0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0}.hero-location{display:flex;align-items:center;justify-content:center}.hero-location .location-icon{width:24px;height:32px;margin-right:8px}.hero-location span{font-family:Onest,sans-serif;font-size:24px;font-weight:300;color:#000}.hero-description{font-family:Onest,sans-serif;font-size:24px;font-weight:200;color:#000;margin-top:96px}.hero-link-button{all:unset;cursor:pointer;color:#000;font-family:Onest,sans-serif;font-size:24px;font-weight:400}@media (max-width: 768px){.hero-section{width:378px;height:365px;top:200px}.hero-title{font-size:44px;white-space:normal}.hero-location{margin-top:4px}.hero-location .location-icon{width:12px;height:16px}.hero-location span{font-size:16px}.hero-description{font-size:16px;margin-top:44px;margin-left:12px;margin-right:12px}.hero-link-button{font-size:16px}}@font-face{font-family:Onest;src:url(src/assets/fonts/Onest-VariableFont_wght.ttf) format(truetype);font-weight:100 900;font-style:normal}body,html{margin:0;padding:0;overflow-x:hidden;font-family:Onest,sans-serif;background-color:#fff7e6;color:#333;box-sizing:border-box}#root,.app{display:flex;flex-direction:column;min-height:100vh;justify-content:space-between}.main-content{flex:1}@media (max-width: 768px){.content-wrapper{padding:0}}
