@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:wght@400;500;600&display=swap";.main-container{width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.home-menu-container{display:flex;flex-direction:row;justify-content:space-between;padding:1em}.home-menu-item{padding:0 1em;cursor:pointer;color:#5c5957;-webkit-user-select:none;user-select:none;font-size:24px}.home-menu-item.selected span{border-bottom:2px solid #5c5957}@media screen and (max-width: 800px){.home-menu-item{font-size:18px;padding:0 .5em}}.header-container{position:fixed;top:0;left:0;padding:12px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:100;background-color:#f8f1ec;box-shadow:0 2px 4px #0000001a}.shopping-cart-container{position:absolute;top:12px;right:12px;z-index:1001}.header-container:after{content:"";position:absolute;bottom:-50px;left:0;width:100%;height:50px;background:linear-gradient(to bottom,#f8f1ec,#fff0);pointer-events:none}.header-text{font-family:Playfair Display,serif;font-weight:500;font-style:normal;font-size:64px;padding:12px;width:100%;display:flex;align-items:center;justify-content:center;color:#6b5b5b;letter-spacing:.5px}.header-image{width:400;margin-top:34px;height:auto}@media screen and (max-width: 768px){.shopping-cart-container{right:10px;top:12px}.header-container{padding:14px 12px 8px}}@media screen and (max-width: 479px){.header-image{height:auto;width:100%;margin-top:54px}.shopping-cart-container{right:8px;top:12px}.header-container{padding:16px 12px 8px}}.cart-dropdown{position:relative;display:inline-block}.cart-icon{background:none;border:none;cursor:pointer;position:relative;padding:0;color:#c05621}.cart-icon img{width:48px;height:auto}.cart-count{position:absolute;top:-5px;right:-10px;background-color:#c05621;color:#fff;border-radius:50%;padding:2px 6px;font-size:12px}.cart-dropdown-content{position:absolute;right:0;background-color:#f8f1ec;min-width:350px;max-width:90vw;width:max-content;box-shadow:0 8px 16px #0003;z-index:1000;border-radius:10px;padding:20px;max-width:calc(100vw - 20px);max-height:calc(100vh - 100px);display:flex;flex-direction:column;overflow:hidden;top:100%;margin-top:8px}.cart-item{display:flex;margin-bottom:15px;align-items:center;gap:15px;flex-wrap:nowrap}.cart-items-container{flex:1;overflow-y:auto;max-height:calc(100vh - 280px);padding-right:5px;margin-right:-5px}.cart-items-container::-webkit-scrollbar{width:6px}.cart-items-container::-webkit-scrollbar-track{background:transparent}.cart-items-container::-webkit-scrollbar-thumb{background:#b0b0b0;border-radius:3px}.cart-items-container::-webkit-scrollbar-thumb:hover{background:#888}.cart-footer{flex-shrink:0;margin-top:auto;padding-top:15px}.cart-item-image{width:60px;height:60px;object-fit:cover;border-radius:5px;flex-shrink:0}.cart-item-details{flex:1 1 180px;min-width:0}.cart-item-details h4{margin:0 0 4px;font-size:16px;font-family:Playfair Display,serif;font-weight:500;color:#6b5b5b;letter-spacing:.2px;line-height:1.3;word-wrap:break-word}.cart-item-details p{margin:2px 0;font-size:13px}.cart-item-controls{display:flex;align-items:center;gap:15px;flex-shrink:0}.cart-item-quantity{display:flex;align-items:center;flex-shrink:0}.cart-item-quantity button{background-color:#e0e0e0;border:none;padding:4px 8px;cursor:pointer;min-width:28px;height:28px;border-radius:3px}.cart-item-quantity span{padding:0 8px;min-width:20px;text-align:center}.cart-item-price{font-size:16px;font-weight:700;flex-shrink:0;min-width:60px;text-align:right}.cart-item-price .primary-price{font-size:16px;font-weight:700}.cart-item-price .secondary-price{font-size:12px;color:#888;font-weight:400;margin-top:2px}.cart-item-remove{background:none;border:none;cursor:pointer;font-size:13px;color:#c05621;flex-shrink:0;padding:4px 8px;white-space:nowrap}.cart-subtotal{display:flex;justify-content:space-between;font-size:20px;font-weight:700;margin-top:20px;border-top:1px solid #ddd;padding-top:10px}.cart-buttons{display:flex;justify-content:space-between;margin-top:20px;gap:12px;flex-wrap:wrap}.cart-buttons button{padding:10px 16px;border:none;border-radius:5px;cursor:pointer;font-size:15px;flex:1;min-width:120px}.continue-shopping{background-color:#fff;border:1px solid #c05621;color:#c05621}.checkout{background-color:#c05621;color:#fff}.checkout:disabled{background-color:#a0481a;cursor:not-allowed}.spinner{border:4px solid rgba(255,255,255,.3);border-radius:50%;border-top:4px solid #fff;width:20px;height:20px;animation:spin 1s linear infinite;margin:auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (min-width: 769px){.cart-dropdown-content{min-width:420px;padding:24px}.cart-item{gap:20px;margin-bottom:18px;padding:8px;border-radius:6px;background-color:#fff3}.cart-item-image{width:70px;height:70px}.cart-item-details{flex:1 1 200px}.cart-item-details h4{font-size:17px;margin-bottom:6px}.cart-item-details p{font-size:14px;margin:3px 0}.cart-item-controls{gap:20px}.cart-item-quantity button{padding:6px 10px;min-width:32px;height:32px;font-size:16px}.cart-item-quantity span{padding:0 12px;font-size:16px}.cart-item-price{font-size:17px;min-width:70px}.cart-item-remove{font-size:14px;padding:6px 10px}.cart-subtotal{font-size:21px;margin-top:24px;padding-top:12px}.cart-buttons{margin-top:24px;gap:16px}.cart-buttons button{font-size:16px;padding:12px 20px}}@media (max-width: 768px){.cart-dropdown-content{min-width:320px;max-width:calc(100vw - 40px);padding:20px;max-height:calc(100vh - 120px)}.cart-count{top:-2px;right:-5px}.cart-items-container{max-height:calc(100vh - 240px)}.cart-item{display:flex;flex-direction:column;margin-bottom:15px;align-items:stretch;gap:10px;padding:15px;background-color:#ffffff4d;border-radius:8px}.cart-item-image{width:60px;height:60px;object-fit:cover;border-radius:5px;align-self:flex-start}.cart-item-details{flex:1;width:100%}.cart-item-details h4{font-size:16px;margin-bottom:6px;line-height:1.3}.cart-item-details p{font-size:13px;margin:3px 0}.cart-item-controls{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:10px}.cart-item-quantity{display:flex;align-items:center;flex-shrink:0}.cart-item-quantity button{background-color:#e0e0e0;border:none;padding:6px 10px;cursor:pointer;min-width:30px;height:30px;border-radius:3px;font-size:16px}.cart-item-quantity span{padding:0 12px;min-width:20px;text-align:center;font-size:16px}.cart-item-price{font-size:16px;font-weight:700;flex-shrink:0;min-width:60px;text-align:right}.cart-item-remove{background:none;border:none;cursor:pointer;font-size:13px;color:#c05621;flex-shrink:0;padding:6px 10px;white-space:nowrap}.cart-subtotal{font-size:20px;margin-top:20px;padding-top:15px}.cart-buttons{display:flex;flex-direction:column;margin-top:20px;gap:12px}.cart-buttons button{padding:14px 20px;border:none;border-radius:5px;cursor:pointer;font-size:16px;width:100%}}.skeleton{width:100px;height:100px;background-color:#e0e0e0;animation:pulse 1.5s infinite ease-in-out}.cart-item-image{width:100px;height:100px;object-fit:cover;padding-right:8px}.cart-image-container{width:100px;height:100px}.home-page-panel{width:400px;height:400px;padding:6px;display:block;justify-content:center;align-items:center;overflow:hidden}.panel-image{width:100%;height:100%;object-fit:cover;opacity:1;transition:opacity .5s ease-in-out}.panel-image.fade-out{opacity:0}.skeleton{width:100%;height:100%;background-color:#e0e0e0;animation:pulse 1.5s infinite}@media screen and (max-width: 479px){.home-page-panel{width:calc(100vw - 24px);height:150px;object-fit:cover}}.home-page-panels{display:flex;justify-content:center;align-items:center;padding:20px;gap:16px;margin-top:250px;height:400px}@media screen and (max-width: 479px){.home-page-panels{flex-direction:column;margin-top:100px;height:450px}}.footer-buttons-container{display:flex;justify-content:center;align-items:center;padding:20px;gap:20px}.footer-button{padding:15px 30px;border:none;border-radius:8px;color:#fff;font-size:1.2rem;cursor:pointer;text-decoration:none;display:inline-block;text-align:center}.shop-now-button{background-color:#b98a82;color:#2c1810;transition:all .3s ease}.shop-now-button:hover{background-color:#a67a72;color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.learn-more-button{background-color:#90a284}@media (max-width: 600px){.footer-buttons-container{flex-direction:column;gap:10px;padding:10px}.footer-button{width:90%}}.shop-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px;padding:350px 20px 20px;height:100%;overflow-y:auto;width:100%;box-sizing:border-box}.shop-item{border:1px solid #ddd;border-radius:8px;padding:15px;text-align:center;background-color:#f9f9f9;height:400px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer}.shop-item img{max-width:100%;height:300px;object-fit:cover;border-radius:4px;cursor:pointer}.shop-item h3{margin:10px 0;font-family:Playfair Display,serif;font-weight:500;color:#6b5b5b;letter-spacing:.3px}.shop-item button{background-color:#c5a491;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-family:Playfair Display,serif;font-weight:500;letter-spacing:.2px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#fff;padding:2rem;border-radius:10px;display:flex;gap:2rem;position:relative;width:90%;max-width:1100px;max-height:90vh;height:fit-content}.close-button{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;z-index:10}.modal-left{width:600px;flex-shrink:0;height:600px;display:flex;align-items:center;justify-content:center}.modal-left img{max-width:100%;max-height:100%;border-radius:10px;object-fit:contain}.modal-right{display:flex;flex-direction:column;gap:1rem;width:100%}.options-container{display:flex;flex-direction:column;gap:1rem}.option-group h3{margin-bottom:.5rem}.size-options,.paper-options{display:flex;gap:.5rem;flex-wrap:wrap}.size-options button,.paper-options button{padding:.5rem 1rem;border:1px solid #ccc;border-radius:5px;background-color:#fff;cursor:pointer;white-space:nowrap;flex-shrink:0}.size-options button.active,.paper-options button.active{border-color:#000;background-color:#eee}.quantity-selector{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.quantity-controls{display:flex;align-items:center;gap:.5rem;border:1px solid #ccc;padding:.5rem;border-radius:5px;flex-shrink:0}.quantity-controls button{background:none;border:none;font-size:1rem;cursor:pointer;padding:.2rem .5rem;min-width:24px}.quantity-controls span{min-width:24px;text-align:center}.price{font-size:1.5rem;font-weight:700}.modal-buttons{display:flex;gap:1rem;margin-top:auto}.continue-shopping,.checkout{padding:1rem;border-radius:5px;border:1px solid #ccc;cursor:pointer;width:100%}.checkout{background-color:#8b4513;color:#fff;border:none}.checkout:disabled{background-color:#ccc;cursor:not-allowed}@media (max-width: 1199px){.modal-content{width:95%;padding:1.5rem;gap:1.5rem}.modal-left{width:45%;height:400px}.modal-right h2{font-size:1.3rem;margin-bottom:1rem}.option-group h3{font-size:1rem;margin-bottom:.5rem}.size-options button,.paper-options button{padding:.4rem .8rem;font-size:.9rem}.quantity-selector{gap:.8rem}.price{font-size:1.3rem}}@media (max-width: 900px){.modal-content{flex-direction:column;width:95%;max-width:500px;padding:1rem;gap:1rem;max-height:95vh;height:fit-content}.modal-left{width:100%;height:200px;order:1;flex-shrink:0}.modal-right{order:2;width:100%;flex-shrink:1;min-height:0}.modal-right h2{font-size:1.2rem;text-align:center;margin-bottom:.8rem}.options-container{gap:.8rem}.option-group{text-align:left}.option-group h3{font-size:1rem;margin-bottom:.5rem}.size-options,.paper-options{justify-content:flex-start;gap:.5rem}.size-options button,.paper-options button{padding:.4rem .8rem;font-size:.9rem;min-width:50px}.quantity-selector{justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:.8rem}.quantity-controls{padding:.4rem}.quantity-controls button{font-size:1.1rem;padding:.2rem .5rem;min-width:28px}.price{font-size:1.2rem;flex-shrink:0}.modal-buttons{flex-direction:row;gap:.8rem;margin-top:1rem}.continue-shopping,.checkout{padding:.8rem;font-size:.9rem;width:100%}}@media (max-width: 600px){.modal-content{width:95%;max-width:400px;padding:.8rem;gap:.8rem;max-height:95vh}.close-button{top:.5rem;right:.5rem}.modal-left{height:180px}.modal-right h2{font-size:1.1rem;margin-bottom:.6rem}.options-container{gap:.6rem}.option-group h3{font-size:.95rem;margin-bottom:.4rem}.size-options,.paper-options{gap:.4rem}.size-options button,.paper-options button{padding:.3rem .6rem;font-size:.85rem;min-width:45px}.quantity-selector{gap:.6rem}.quantity-selector h3{margin-bottom:0}.quantity-controls{padding:.3rem}.quantity-controls button{font-size:1rem;min-width:24px;padding:.2rem .4rem}.price{font-size:1.1rem}.modal-buttons{gap:.5rem;margin-top:.8rem}.continue-shopping,.checkout{padding:.7rem;font-size:.85rem}}@media (max-width: 400px){.modal-content{width:98%;max-width:350px;padding:.6rem;gap:.6rem;max-height:95vh}.modal-left{height:150px}.modal-right h2{font-size:1rem;margin-bottom:.5rem}.options-container{gap:.5rem}.option-group h3{font-size:.9rem;margin-bottom:.3rem}.size-options button,.paper-options button{padding:.25rem .5rem;font-size:.8rem;min-width:40px}.quantity-controls button{font-size:.9rem;min-width:22px;padding:.1rem .3rem}.price{font-size:1rem}.continue-shopping,.checkout{padding:.6rem;font-size:.8rem}}.slideshow-container{position:relative;width:100%;height:100%;overflow:hidden}.slideshow-slide{display:flex;transition:transform .5s ease-in-out;height:100%}.slideshow-image{min-width:100%;height:calc(100% - 30px);object-fit:contain}.slideshow-dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex}.slideshow-dot{cursor:pointer;height:12px;width:12px;margin:0 5px;background-color:#bbb;border-radius:50%;display:inline-block;transition:background-color .6s ease}.slideshow-dot.active{background-color:#717171}.slideshow-skeleton{position:relative;width:100%;height:100%;overflow:hidden;display:block}.skeleton-slideshow-image{width:100%;height:100%;background-color:#e0e0e0;animation:pulse 1.5s infinite ease-in-out}.skeleton-dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex}.skeleton-dot{cursor:pointer;height:12px;width:12px;margin:0 5px;background-color:#bbb;border-radius:50%;display:inline-block}.modal-skeleton-left{width:600px;flex-shrink:0;height:600px;display:flex;align-items:center;justify-content:center}.skeleton-slideshow{width:100%;height:100%;background-color:#e0e0e0;border-radius:10px;animation:pulse 1.5s infinite ease-in-out}.modal-skeleton-right{display:flex;flex-direction:column;gap:1rem;width:100%}.skeleton-title{width:70%;height:2rem;background-color:#e0e0e0;border-radius:4px;animation:pulse 1.5s infinite ease-in-out}.skeleton-options-container{display:flex;flex-direction:column;gap:1rem}.skeleton-option-group{display:flex;flex-direction:column;gap:.5rem}.skeleton-option-label{width:30%;height:1.2rem;background-color:#e0e0e0;border-radius:4px;animation:pulse 1.5s infinite ease-in-out}.skeleton-option-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.skeleton-button{width:60px;height:2.5rem;background-color:#e0e0e0;border-radius:5px;animation:pulse 1.5s infinite ease-in-out}.skeleton-quantity-group{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.skeleton-quantity-controls{display:flex;align-items:center;gap:.5rem;border:1px solid #e0e0e0;padding:.5rem;border-radius:5px;flex-shrink:0}.skeleton-quantity-button{width:24px;height:24px;background-color:#e0e0e0;border-radius:3px;animation:pulse 1.5s infinite ease-in-out}.skeleton-quantity-value{width:24px;height:1rem;background-color:#e0e0e0;border-radius:3px;animation:pulse 1.5s infinite ease-in-out}.skeleton-price{width:80px;height:1.5rem;background-color:#e0e0e0;border-radius:4px;animation:pulse 1.5s infinite ease-in-out}.skeleton-modal-buttons{display:flex;gap:1rem;margin-top:auto}.skeleton-button-large{flex:1;height:3rem;background-color:#e0e0e0;border-radius:5px;animation:pulse 1.5s infinite ease-in-out}@media (max-width: 1199px){.modal-skeleton-left{width:45%;height:400px}}@media (max-width: 900px){.modal-skeleton-left{width:100%;height:200px;order:1;flex-shrink:0}.modal-skeleton-right{order:2;width:100%;flex-shrink:1;min-height:0}.skeleton-title{width:60%;margin:0 auto}.skeleton-quantity-group{justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:.8rem}}@media (max-width: 600px){.modal-skeleton-left{height:180px}.skeleton-options-container{gap:.6rem}.skeleton-option-group{gap:.4rem}.skeleton-button{width:50px;height:2rem}.skeleton-modal-buttons{gap:.5rem;margin-top:.8rem}.skeleton-button-large{height:2.5rem}}@media (max-width: 400px){.modal-skeleton-left{height:150px}.skeleton-title{height:1.5rem}.skeleton-button{width:40px;height:1.8rem}.skeleton-button-large{height:2.2rem}}.shop-item-skeleton{width:300px;margin:15px;padding:10px;border:1px solid #ccc;border-radius:5px;display:flex;flex-direction:column;align-items:center}.skeleton-image{width:280px;height:280px;background-color:#e0e0e0;animation:pulse 1.5s infinite ease-in-out}.skeleton-text{width:80%;height:20px;background-color:#e0e0e0;margin-top:10px;animation:pulse 1.5s infinite ease-in-out}@keyframes pulse{0%{background-color:#e0e0e0}50%{background-color:#f0f0f0}to{background-color:#e0e0e0}}@media screen and (max-width: 479px){.shop-item-skeleton{width:calc(100% - 48px)}}.success-container{display:flex;flex-direction:column;align-items:center;text-align:center;margin:auto;max-width:600px;padding-top:2rem}.header-image-success{width:300px;cursor:pointer;margin-bottom:2rem}.order-summary-items{display:flex;flex-direction:column;gap:1rem;margin-top:1rem;margin-bottom:1rem;align-items:center}.order-item{display:flex;align-items:center;gap:1rem;width:300px;justify-content:flex-start}.order-item-image{width:100px;height:100px;object-fit:cover}.coming-soon-container{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8f1ec;position:relative;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#2e2a29;padding:2vh 20px}.coming-soon-content{text-align:center;z-index:10;max-width:800px;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0}.coming-soon-logo{width:min(400px,60vw);height:auto;margin-bottom:3vh;flex-shrink:0}.coming-soon-subtitle{font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3rem);font-weight:500;margin-bottom:2vh;color:#6b5b5b;letter-spacing:.5px;flex-shrink:0}.coming-soon-description{margin-bottom:3vh;max-width:min(650px,90vw);margin-left:auto;margin-right:auto;flex-shrink:0}.coming-soon-panel-container{display:flex;justify-content:center;align-items:center;flex-grow:1;max-height:35vh;width:100%}.coming-soon-panel-container .home-page-panel{width:min(300px,80vw);height:min(300px,30vh);max-height:35vh}.coming-soon-background{display:none}.coming-soon-container:before{content:"";position:absolute;top:10%;left:5%;width:100px;height:100px;background:#c4a3931a;border-radius:50%;z-index:1}.coming-soon-container:after{content:"";position:absolute;bottom:15%;right:8%;width:80px;height:80px;background:#c4a39314;border-radius:50%;z-index:1}@media (max-height: 700px){.coming-soon-logo{width:min(250px,50vw);margin-bottom:2vh}.coming-soon-subtitle{font-size:clamp(1.5rem,4vw,2.2rem);margin-bottom:1.5vh}.coming-soon-description{line-height:1.5;margin-bottom:2vh}.coming-soon-panel-container .home-page-panel{width:min(250px,70vw);height:min(250px,25vh)}}@media (max-height: 600px){.coming-soon-container{padding:1vh 15px}.coming-soon-logo{width:min(200px,45vw);margin-bottom:1vh}.coming-soon-subtitle{font-size:clamp(1.3rem,3.5vw,1.8rem);margin-bottom:1vh}.coming-soon-description{line-height:1.4;margin-bottom:1.5vh}.coming-soon-panel-container .home-page-panel{width:min(200px,60vw);height:min(200px,20vh)}}@media (max-width: 768px) and (orientation: portrait){.coming-soon-logo{width:min(280px,70vw)}.coming-soon-panel-container .home-page-panel{width:min(280px,75vw);height:min(280px,28vh)}}@media (max-width: 480px){.coming-soon-container{padding:1vh 10px}.coming-soon-logo{width:min(220px,80vw)}.coming-soon-subtitle{letter-spacing:.3px}.coming-soon-panel-container .home-page-panel{width:min(250px,85vw);height:min(250px,25vh)}}@media (max-height: 500px){.coming-soon-logo{width:min(150px,40vw);margin-bottom:.5vh}.coming-soon-subtitle{font-size:clamp(1.1rem,3vw,1.5rem);margin-bottom:.5vh}.coming-soon-description{margin-bottom:1vh;line-height:1.3}.coming-soon-panel-container .home-page-panel{width:min(150px,50vw);height:min(150px,15vh)}}.app-header-text{font-family:Playfair Display,serif;font-weight:500;color:#6b5b5b;letter-spacing:.5px}.app-header-large{font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3rem);font-weight:500;color:#6b5b5b;letter-spacing:.5px}.app-header-medium{font-family:Playfair Display,serif;font-size:clamp(1.5rem,4vw,2.2rem);font-weight:500;color:#6b5b5b;letter-spacing:.3px}.app-header-small{font-family:Playfair Display,serif;font-size:clamp(1.2rem,3vw,1.8rem);font-weight:500;color:#6b5b5b;letter-spacing:.2px}.app-body-text{font-family:Inter,sans-serif;font-size:clamp(1rem,2.5vw,1.2rem);font-weight:400;line-height:1.6;color:#4a4040}.app-body-text-small{font-family:Inter,sans-serif;font-size:clamp(.9rem,2vw,1rem);font-weight:400;line-height:1.5;color:#4a4040}.app-body-text-subtle{font-family:Inter,sans-serif;font-size:clamp(.85rem,1.8vw,.95rem);font-weight:400;line-height:1.5;color:#6b5b5b}@font-face{font-family:Borel;font-style:normal;src:url(./Borel-Regular-6nnjaT-3.ttf) format("truetype"),}@font-face{font-family:Nothing You Could Do;font-style:normal;src:url(./NothingYouCouldDo-Regular-DDe7HefH.ttf) format("truetype")}@font-face{font-family:Just Me Again Down Here;font-style:normal;src:url(./JustMeAgainDownHere-Regular-SfSi7fBv.ttf) format("truetype")}body{margin:0;padding:0;background:#f8f1ec;color:#2e2a29}*{box-sizing:border-box}.error-boundary{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8f1ec;padding:20px}.error-boundary-content{background:#fff;border-radius:12px;padding:40px;box-shadow:0 2px 4px #0000001a;text-align:center;max-width:500px;width:100%;border:1px solid rgba(107,91,91,.1)}.error-boundary-icon{font-size:4rem;margin-bottom:20px;color:#b98a82}.error-boundary-title{font-family:Playfair Display,serif;font-weight:500;color:#6b5b5b;letter-spacing:.3px;font-size:clamp(1.5rem,4vw,2.2rem);margin-bottom:16px}.error-boundary-message{font-family:Inter,sans-serif;color:#4a4040;font-size:clamp(1rem,2.5vw,1.2rem);font-weight:400;line-height:1.6;margin-bottom:30px}.error-boundary-button{background-color:#b98a82;color:#2c1810;border:none;padding:15px 30px;border-radius:8px;font-family:Playfair Display,serif;font-weight:500;letter-spacing:.2px;font-size:1.1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.error-boundary-button:hover{background-color:#a67a72;color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.error-boundary-button:active{transform:translateY(0)}.error-boundary-details{margin-top:30px;text-align:left;background:#f8f1ec;border:1px solid rgba(107,91,91,.2);border-radius:8px;padding:15px}.error-boundary-details summary{cursor:pointer;font-family:Inter,sans-serif;font-weight:500;color:#6b5b5b;margin-bottom:10px}.error-boundary-stack{background:#2e2a29;color:#f8f1ec;padding:15px;border-radius:4px;font-size:.85rem;overflow-x:auto;white-space:pre-wrap;word-break:break-word;font-family:Courier New,monospace}@media (max-width: 600px){.error-boundary-content{padding:30px 20px;margin:10px}.error-boundary-title{font-size:1.5rem}.error-boundary-message{font-size:1rem}.error-boundary-button{width:100%;padding:16px}}
