@import"https://fonts.googleapis.com/css2?family=Roboto:wght@200;400;500;700&display=swap";:root{color-scheme:light dark}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif}.page-root{min-height:100vh;width:100%;position:relative;overflow:hidden}.flowers-container{width:100%;height:100vh;display:flex;overflow-x:scroll;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.flowers-container::-webkit-scrollbar{display:none}.flowers-container{scrollbar-width:none;-ms-overflow-style:none}.flower-slide{width:100vw;height:100vh;scroll-snap-align:start;position:relative;flex-shrink:0;overflow:hidden}.flower-photos-container{width:100%;height:100vh;overflow-y:scroll;overflow-x:hidden;scroll-snap-type:y mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.flower-photos-container::-webkit-scrollbar{display:none}.flower-photos-container{scrollbar-width:none;-ms-overflow-style:none}.flower-photo-slide{width:100%;height:100vh;scroll-snap-align:start;position:relative;flex-shrink:0}.flower-photo-image{width:100%;height:100%;object-fit:cover;display:block}.hero-label{position:fixed;left:16px;bottom:80px;width:250px;max-height:190px;padding:16px 18px;background:#fff;color:#111827;border-radius:0;box-shadow:0 12px 30px #0f172a73;z-index:10;transition:max-height .3s ease,left .5s ease,bottom .5s ease,transform .5s ease;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.hero-label--intro{left:50%;bottom:50%;transform:translate(-50%,50%)}.hero-label--expanded{max-height:280px}.hero-label-logo{position:absolute;top:16px;right:18px;width:auto;height:28px}.hero-label-content{display:flex;flex-direction:column;gap:4px;width:100%;padding-top:32px;flex:1}.hero-label-title-row{display:flex;align-items:center;justify-content:space-between;gap:4px}.hero-label-title{font-size:16px;font-family:Roboto,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-style:normal;font-weight:200;line-height:1.2;flex:1}.hero-label-arrow{background:none;border:none;padding:2px;cursor:pointer;color:#111827;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;flex-shrink:0}.hero-label-arrow:hover{opacity:.7}.hero-label-arrow svg{display:block}.hero-label-description{font-size:13px;font-family:Roboto,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-style:normal;font-weight:200;line-height:1.4;color:#4b5563;margin-top:6px;padding-top:8px;border-top:1px solid rgba(17,24,39,.1);animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.hero-label-price{font-size:14px;font-family:Roboto,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-style:normal;font-weight:200}.hero-label-bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px}.hero-label-order-btn{background:transparent;color:#1007a0;border:none;padding:8px 16px;font-size:14px;font-family:Roboto,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-weight:400;cursor:pointer;transition:opacity .2s ease;flex-shrink:0}.hero-label-order-btn:hover{opacity:.9}.hero-label-order-btn:active{opacity:.8}.navigation-hint{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;z-index:1001;opacity:.7}.navigation-hint-inner{display:flex;flex-direction:column;align-items:center;gap:4px;animation:pulse-hint 2s ease-in-out infinite}.hint-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#0000002e;pointer-events:none}.navigation-hint-finger{width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#fff}.navigation-hint-finger-icon{width:32px;height:34px}.navigation-hint-text{padding:4px 10px;color:#fff;font-size:11px;font-family:Roboto,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif}.navigation-hint-text-accent{font-weight:500}@keyframes pulse-hint{0%,to{opacity:.7;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}@media(min-width:768px){.hero-label{left:40px;bottom:100px}.hint-overlay{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}}.order-page{min-height:100vh;background:#f9fafb;padding-bottom:40px}.order-header{position:sticky;top:0;background:#fff;padding:16px 20px;display:flex;align-items:center;gap:16px;box-shadow:0 2px 8px #0000000d;z-index:100}.order-back-btn{background:none;border:none;color:#1007a0;font-size:16px;font-family:Roboto,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-weight:400;cursor:pointer;padding:4px 8px;transition:opacity .2s ease}.order-back-btn:hover{opacity:.7}.order-title{font-size:20px;font-family:Roboto,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-weight:400;color:#111827;margin:0}.order-content{padding:20px;max-width:600px;margin:0 auto}.order-flower-image{width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;margin-bottom:24px;background:#fff;box-shadow:0 4px 12px #0000001a}.order-flower-image img{width:100%;height:100%;object-fit:cover;display:block}.order-flower-info{margin-bottom:32px}.order-flower-name{font-size:24px;font-family:Roboto,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-weight:300;color:#111827;margin:0 0 12px}.order-flower-description{font-size:15px;font-family:Roboto,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-weight:200;color:#6b7280;line-height:1.6;margin:0 0 16px}.order-price-info{margin-top:16px}.order-price-per-unit{font-size:16px;font-family:Roboto,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-weight:300;color:#111827}.order-quantity-section{background:#fff;padding:20px;border-radius:12px;margin-bottom:24px;box-shadow:0 2px 8px #0000000d}.order-quantity-label{display:block;font-size:14px;font-family:Roboto,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-weight:400;color:#6b7280;margin-bottom:16px}.order-quantity-controls{display:flex;align-items:center;justify-content:center;gap:24px}.order-quantity-btn{width:44px;height:44px;border-radius:50%;border:2px solid #1007A0;background:#fff;color:#1007a0;font-size:24px;font-weight:300;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.order-quantity-btn:hover:not(:disabled){background:#1007a0;color:#fff}.order-quantity-btn:disabled{opacity:.3;cursor:not-allowed}.order-quantity-value{font-size:24px;font-family:Roboto,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-weight:300;color:#111827;min-width:40px;text-align:center}.order-total{background:#fff;padding:20px;border-radius:12px;margin-bottom:24px;box-shadow:0 2px 8px #0000000d;display:flex;justify-content:space-between;align-items:center}.order-total-label{font-size:18px;font-family:Roboto,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-weight:400;color:#111827}.order-total-price{font-size:24px;font-family:Roboto,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-weight:500;color:#1007a0}.order-submit-btn{width:100%;background:#1007a0;color:#fff;border:none;padding:16px;font-size:16px;font-family:Roboto,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-weight:400;border-radius:12px;cursor:pointer;transition:opacity .2s ease}.order-submit-btn:hover{opacity:.9}.order-submit-btn:active{opacity:.8}.order-error{text-align:center;padding:40px 20px;font-size:16px;font-family:Roboto,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;color:#6b7280}
