body {font-family:'Inter',sans-serif;}.min-w-0 {min-width:0;}@media (min-width:768px){.md\:self-start {align-self:flex-start;}}::-webkit-scrollbar {width:8px;}::-webkit-scrollbar-track {background:#F5F1E8;}::-webkit-scrollbar-thumb {background:#ea580c;border-radius:4px;}::-webkit-scrollbar-thumb:hover {background:#c2410c;}#step1.active,#step2.active,#step3.active {background-color:#ea580c;color:#ffffff;}#step1.completed,#step2.completed,#step3.completed {background-color:#10b981;color:#ffffff;}.checkout-wrapper input[type="text"],.checkout-wrapper input[type="tel"],.checkout-wrapper input[type="email"] {border:1px solid #E5E5E5;border-radius:0.75rem;padding:0.75rem 1rem;font-size:0.95rem;}.checkout-wrapper button {border-radius:9999px;}.checkout-wrapper #step1,.checkout-wrapper #step2,.checkout-wrapper #step3 {border-radius:9999px;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;font-weight:700;}.checkout-wrapper #step2,.checkout-wrapper #step3 {background-color:#E5E5E5;color:#666666;}.checkout-wrapper #step1.active,.checkout-wrapper #step2.active,.checkout-wrapper #step3.active {background-color:#ea580c !important;color:#ffffff !important;}.checkout-wrapper #step1.completed,.checkout-wrapper #step2.completed,.checkout-wrapper #step3.completed {background-color:#10b981 !important;color:#ffffff !important;}.loading-modal {position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,0.5);}.loading-modal-content {position:relative;z-index:1;flex-shrink:0;}@keyframes loading-spin {to {transform:rotate(360deg);}}.loading-spinner {width:48px;height:48px;border-radius:9999px;border:2px solid #E5E5E5;border-top-color:#ea580c;animation:loading-spin 0.8s linear infinite;}.app-message-modal {position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,0.5);}.app-message-modal.hidden {display:none !important;}.app-message-panel {position:relative;z-index:1;flex-shrink:0;}#appMessageText {white-space:pre-wrap;word-break:break-word;text-align:center;}:root {--header-row-height:4rem;--header-search-extra:0px;--header-total-height:var(--header-row-height);}@media (min-width:640px){:root {--header-row-height:5rem;}}body.header-search-open {--header-search-extra:4.5rem;--header-total-height:calc(var(--header-row-height)+ var(--header-search-extra));}@media (min-width:768px){body.header-search-open {--header-search-extra:4.75rem;}}.header-offset-spacer {height:var(--header-total-height);min-height:var(--header-total-height);flex-shrink:0;transition:min-height 0.2s ease,height 0.2s ease;}.header-search-panel:not(.hidden){animation:header-search-slide 0.2s ease;}header.header-hero .header-search-panel:not(.hidden){border-top-color:rgba(255,255,255,0.15);}header:not(.header-hero).header-search-panel:not(.hidden){border-top-color:#E5E5E5;}@keyframes header-search-slide {from {opacity:0;transform:translateY(-6px);}to {opacity:1;transform:translateY(0);}}#headerSearchWrap:focus-within {border-color:#ea580c;}#headerSearchInput:focus,#headerSearchInput:focus-visible {outline:none;box-shadow:none;}#mobile-menu {left:0;right:0;top:100%;}.hero-section {margin-top:calc(-1 * var(--header-total-height));}header.header-hero.header-scrolled {background-color:#F5F1E8 !important;box-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1),0 2px 4px -2px rgb(0 0 0 / 0.1);}.header-cart-btn {overflow:visible;position:relative;}.header-cart-btn-icon {position:relative;display:inline-flex;align-items:center;justify-content:center;line-height:0;}.header-cart-count-badge,.header-cart-btn #cart-count-badge {position:absolute;top:calc(50% + 4px);right:-0.1rem;transform:translate(32%,-50%);z-index:2;min-width:1.25rem;width:auto;height:1.25rem;padding:0 0.35rem;font-size:0.7rem;line-height:1.25rem;font-weight:600;border-radius:9999px;background-color:#ea580c;color:#fff;box-shadow:0 0 0 2px #fff;display:none;align-items:center;justify-content:center;}.cart-modal {position:fixed;inset:0;background:rgba(0,0,0,0.5);z-index:50;display:flex;justify-content:flex-end;}.cart-modal.hidden {display:none !important;}.cart-panel {width:100%;height:100%;background:#fff;overflow-y:auto;display:flex;flex-direction:column;}@media (min-width:768px){.cart-panel {max-width:420px;max-height:85vh;margin:2vh 1rem 2vh 0;border-radius:1rem 0 0 1rem;box-shadow:-4px 0 20px rgba(0,0,0,0.15);}}.cart-header {padding:1rem 1.25rem;border-bottom:1px solid #E5E5E5;display:flex;justify-content:space-between;align-items:center;flex-shrink:0;}.cart-title {font-size:1.25rem;font-weight:700;color:#2C2C2C;margin:0;}.cart-close-btn {width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:1.5rem;color:#2C2C2C;cursor:pointer;}.cart-close-btn:hover {color:#ea580c;}.cart-items {padding:1rem;flex:1;overflow-y:auto;}.cart-item {display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #E5E5E5;}.cart-item-image {width:4rem;height:4rem;flex-shrink:0;border-radius:0.5rem;overflow:hidden;background:#F5F1E8;}.cart-item-image img {width:100%;height:100%;object-fit:cover;}.cart-item-placeholder {width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;}.cart-item-info {flex:1;min-width:0;}.cart-item-name {font-weight:500;color:#2C2C2C;}.cart-item-variant {font-size:0.875rem;color:#666;}.cart-item-price {font-weight:600;color:#ea580c;}.cart-item-actions {display:flex;flex-direction:column;align-items:flex-end;gap:0.5rem;}.cart-qty-controls {display:flex;align-items:center;border:2px solid #E5E5E5;border-radius:0.5rem;overflow:hidden;}.cart-qty-btn {width:2rem;height:2rem;min-width:2rem;display:flex;align-items:center;justify-content:center;background:#F5F1E8;border:none;font-size:1.25rem;font-weight:500;color:#2C2C2C;cursor:pointer;}.cart-qty-btn:hover {background:#FFE5D9;color:#ea580c;}.cart-qty-value {min-width:2rem;text-align:center;font-weight:500;font-size:0.9375rem;}.cart-item-service {font-size:0.875rem;color:#666;font-style:italic;}.cart-remove-btn {padding:0.35rem 0.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:0.375rem;font-size:0.8125rem;font-weight:500;color:#b91c1c;cursor:pointer;}.cart-remove-btn:hover {background:#fee2e2;border-color:#f87171;}.cart-footer {padding:1rem 1.25rem;border-top:1px solid #E5E5E5;flex-shrink:0;background:#fff;}.cart-min-order {padding:0.75rem 1rem;background:#fef9c3;border:1px solid #fde047;color:#854d0e;border-radius:0.5rem;font-size:0.875rem;margin-bottom:0.75rem;}.cart-min-order.hidden {display:none !important;}.cart-total-row {display:flex;width:100%;justify-content:space-between;align-items:center;gap:0.75rem;margin-bottom:1rem;}.cart-total-label {font-weight:700;font-size:1.125rem;flex-shrink:0;}.cart-total-value {font-weight:700;font-size:1.25rem;color:#ea580c;text-align:right;white-space:nowrap;flex-shrink:0;font-variant-numeric:tabular-nums;}.cart-checkout-btn {width:100%;padding:0.75rem 1.5rem;background:#ea580c;color:#fff;border:none;border-radius:2rem;font-weight:600;font-size:1rem;cursor:pointer;}.cart-checkout-btn:hover {background:#c2410c;}._xd623ee{height:0}._xec205a{display:none}._xcd3064{visibility:hidden}._x9c400b{width:0}._xbef51e{width:0}._x05054e{width:0}._x0f192b{z-index:-999}._x7b86c0{pointer-events:none}._x48e14a{width:0}._x2c7e6f{opacity:0}._xb8be82{visibility:hidden}._xab2dd5{width:0}._xadc08c{pointer-events:none}._xb295f0{width:0}._x4abca0{z-index:-999}._xf55878{position:absolute;left:-9999px}._xcefc74{width:0}._x3ac268{display:none}._x31e868{display:none}._x15fc01{width:0}._xf80816{position:absolute;left:-9999px}._xdb1545{z-index:-999}._x5bef1e{width:0}._xea3d6c{position:absolute;left:-9999px}._xb2819f{width:0}._xda8fbe{opacity:0}._x01df64{height:0}._x765d13{pointer-events:none}._x0a9be1{display:none}._x9467f8{z-index:-999}._x47ab34{z-index:-999}._x6eb2b9{height:0}._x5b78e2{position:absolute;left:-9999px}._xe2a104{width:0}._x96e864{height:0}._x28e820{z-index:-999}._xadea40{width:0}._x3ab3b5{visibility:hidden}._x011447{pointer-events:none}._x85e26a{pointer-events:none}._xd54cf7{width:0}._x2b00a1{pointer-events:none}._x1391fe{pointer-events:none}._x40b05c{pointer-events:none}._x7998d7{width:0}._xa06b39{pointer-events:none}._x3545a0{z-index:-999}._x8c323c{display:none}._x6f578e{z-index:-999}._xc2642d{display:none}._x8e51f6{height:0}._x2116af{width:0}._xcf591f{position:absolute;left:-9999px}._xc85060{display:none}._x9d8217{z-index:-999}._xc56e0b{width:0}._x0460a6{z-index:-999}._xc463d6{width:0}._x50d666{position:absolute;left:-9999px}._xd4fd2e{display:none}._x1d2dfb{width:0}._x7462d6{z-index:-999}._x94fd36{pointer-events:none}._x9e35d8{width:0}._x79f599{height:0}._x09114b{display:none}._x397ebf{visibility:hidden}._x0f8650{visibility:hidden}._x937a2c{opacity:0}._x8aba9c{opacity:0}._x54fee2{display:none}._x77d082{visibility:hidden}._x62228f{pointer-events:none}._xb52708{display:none}._xc9773a{opacity:0}._x26f70e{pointer-events:none}._xdd0e52{position:absolute;left:-9999px}._xc739c4{position:absolute;left:-9999px}._x807b5a{height:0}._xd43283{visibility:hidden}._x4d4a81{position:absolute;left:-9999px}._x958799{visibility:hidden}._x8cc5e0{display:none}._x614c7c{height:0}._xc0168c{visibility:hidden}._xd7364a{width:0}