@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Mynerve&display=swap";:root{--bg-color:#121212;--bg-greige:#1e1e1e;--bg-clay-soft:#242424;--text-primary:#faedcd;--text-secondary:#d4a373;--accent-terracotta:#8b4513;--accent-terracotta-hover:sienna;--accent-glaze:#d4a373;--accent-glaze-hover:#faedcd;--card-bg:#1a1a1a;--border-color:#333;--shadow-soft:0 8px 30px #0006;--shadow-medium:0 12px 40px #0009;--font-serif:"Playfair Display", Georgia, serif;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-hand:"Mynerve", cursive}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-sans);font-size:16px;line-height:1.6}body{-webkit-font-smoothing:antialiased;min-height:100vh;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-terracotta)}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);color:var(--text-primary);font-weight:600;line-height:1.25}p{color:var(--text-secondary)}a{color:inherit;text-decoration:none;transition:all .25s}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.noise-bg{pointer-events:none;z-index:9999;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23noise)' opacity='0.05'/%3E%3C/svg%3E");background-repeat:repeat;background-size:160px 160px;position:fixed;inset:0}.clay-blob-1,.clay-blob-2,.clay-blob-3{border:1px dashed var(--accent-glaze);border-radius:2px;padding:4px}.handwrite{font-family:var(--font-serif);font-size:1.6rem;font-style:italic}.btn{cursor:pointer;font-size:1rem;font-weight:500;font-family:var(--font-sans);text-align:center;text-transform:uppercase;letter-spacing:1px;border:1px solid #0000;border-radius:2px;justify-content:center;align-items:center;padding:.8rem 2rem;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--accent-terracotta);color:#fff}.btn-primary:hover{background-color:var(--accent-terracotta-hover);border-color:var(--accent-glaze)}.btn-secondary{background-color:var(--accent-glaze);color:var(--bg-color)}.btn-secondary:hover{background-color:var(--accent-glaze-hover)}.btn-outline{color:var(--text-primary);border:1px solid var(--accent-glaze);background-color:#0000}.btn-outline:hover{background-color:var(--accent-glaze);color:var(--bg-color)}.form-group{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.form-label{color:var(--text-primary);text-transform:uppercase;letter-spacing:1px;font-size:.95rem;font-weight:500}.form-input,.form-textarea{border:1px solid var(--border-color);background-color:var(--card-bg);width:100%;font-family:var(--font-sans);color:var(--text-primary);border-radius:2px;outline:none;padding:.8rem 1rem;font-size:1rem;transition:border-color .25s}.form-input:focus,.form-textarea:focus{border-color:var(--accent-glaze)}.form-textarea{resize:vertical;min-height:120px}.polaroid-card{background:var(--card-bg);box-shadow:var(--shadow-soft);border:1px solid var(--border-color);border-radius:2px;padding:1rem;transition:transform .3s,border-color .3s}.polaroid-card img{aspect-ratio:1.1;object-fit:cover;border-radius:1px;width:100%;margin-bottom:1rem}.polaroid-card:hover{border-color:var(--accent-glaze);transform:translateY(-4px)}.polaroid-card .polaroid-label{font-family:var(--font-serif);color:var(--text-primary);text-align:center;text-transform:uppercase;letter-spacing:1px;font-size:1.2rem;font-weight:600}.polaroid-card .polaroid-price{font-family:var(--font-sans);color:var(--accent-glaze);text-align:center;margin-top:.4rem;font-size:.9rem;font-weight:600}.chalkboard-card{background-color:var(--bg-greige);border:2px dashed var(--accent-glaze);box-shadow:var(--shadow-soft);color:var(--text-primary);border-radius:2px;padding:3rem 2.5rem;position:relative}.chalkboard-card .chalkboard-title{font-family:var(--font-serif);letter-spacing:2px;color:var(--text-primary);border-bottom:1px solid var(--border-color);text-transform:uppercase;margin-bottom:2rem;padding-bottom:1rem;font-size:1.8rem}.chalkboard-card .chalk-text{font-family:var(--font-sans);color:var(--text-secondary);font-size:1.1rem;line-height:1.8}.chalkboard-card ul{flex-direction:column;gap:1.2rem;list-style:none;display:flex}.chalkboard-card li{padding-left:1.5rem;position:relative}.chalkboard-card li:before{content:"◈";color:var(--accent-glaze);font-size:1.2rem;position:absolute;left:0}.notepad-card{background-color:var(--card-bg);border:1px solid var(--border-color);box-shadow:var(--shadow-medium);border-radius:2px;padding:3rem}.notepad-card .form-input,.notepad-card .form-textarea,.notepad-card select{background:var(--bg-color);border:1px solid var(--border-color);color:var(--text-primary);border-radius:2px;margin-bottom:1rem;padding:.8rem}.notepad-card .form-label{font-family:var(--font-sans);color:var(--text-primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.95rem;font-weight:500}.organic-frame{border-radius:2px;transition:all .3s}.organic-frame:hover{border-color:var(--accent-glaze)}.logo-img-wrapper{background-color:var(--accent-terracotta);border-radius:2px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.logo-img{object-fit:cover;width:100%;height:100%}.scroll-reveal{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1)}.scroll-reveal.in-view{opacity:1}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.sticky-tape,.paperclip,.notepad-spirals,.lace-overlay,.torn-paper-svg,.section-divider-wrapper{display:none!important}.header-bg-wrapper.svelte-12qhfyh{pointer-events:none;z-index:10;height:220px;position:absolute;top:0;left:0;right:0;overflow:hidden}.header-bg-svg.svelte-12qhfyh{width:150vw;min-width:1440px;height:100%;transform:translate(-5%)}.navbar.svelte-12qhfyh{z-index:100;padding:1.5rem 0;transition:all .3s;position:sticky;top:0}.nav-container.svelte-12qhfyh{justify-content:space-between;align-items:center;display:flex}.logo.svelte-12qhfyh{color:var(--text-primary);font-family:var(--font-serif);align-items:center;gap:.8rem;font-size:1.6rem;font-weight:700;display:flex}.logo-text.svelte-12qhfyh{letter-spacing:-.5px}.nav-links.svelte-12qhfyh{align-items:center;gap:2.5rem;display:flex}.nav-link.svelte-12qhfyh{font-family:var(--font-hand);color:var(--accent-terracotta);text-shadow:0 1px 1px #fffc;font-size:1.8rem;transition:all .2s;position:relative}.nav-link.svelte-12qhfyh:after{content:"";background-color:var(--accent-terracotta);width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.nav-link.svelte-12qhfyh:hover{color:var(--text-primary);font-weight:600}.nav-link.svelte-12qhfyh:hover:after{width:100%}.page-content.svelte-12qhfyh{z-index:20;min-height:calc(100vh - 620px);position:relative}.footer.svelte-12qhfyh{background-color:var(--text-primary);color:#ece7e1;z-index:30;margin-top:5rem;padding:0 0 3rem;position:relative}.footer-divider-wrapper.svelte-12qhfyh{z-index:31;width:100%;height:80px;margin-top:-79px;position:relative}.torn-paper-svg.svelte-12qhfyh{width:100%;height:100%}.footer-illustration-section.svelte-12qhfyh{background-color:var(--text-primary);border-bottom:1px solid #4e4742;justify-content:center;padding:4rem 0 2rem;display:flex}.footer-illustration-container.svelte-12qhfyh{justify-content:center;align-items:center;display:flex}.footer-illustration-wrapper.svelte-12qhfyh{width:400px;height:400px;position:relative}.pottery-svg.svelte-12qhfyh{width:100%;height:100%}.overlaid-links.svelte-12qhfyh{pointer-events:none;position:absolute;inset:0}.overlaid-links.svelte-12qhfyh :where(.svelte-12qhfyh){pointer-events:auto;position:absolute}.note-text.svelte-12qhfyh{font-family:var(--font-hand);color:#fff;opacity:.85;pointer-events:none;font-size:1.6rem;top:31%;left:36%;transform:rotate(-5deg)}.overlaid-link.svelte-12qhfyh{font-family:var(--font-sans);color:#ece7e1;border-bottom:1px dashed #fff6;font-size:.95rem;font-weight:500;transition:all .3s}.overlaid-link.svelte-12qhfyh:hover{color:var(--accent-terracotta);border-bottom-color:var(--accent-terracotta);transform:scale(1.05)}.link-privacy.svelte-12qhfyh{top:48%;left:23%}.link-terms.svelte-12qhfyh{top:55%;left:21%}.link-faq.svelte-12qhfyh{top:62%;left:23%}.footer-grid.svelte-12qhfyh{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;padding:5rem 0 3rem;display:grid}.footer.svelte-12qhfyh h4:where(.svelte-12qhfyh){color:#fff;font-family:var(--font-sans);margin-bottom:1.2rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:600;position:relative}.footer.svelte-12qhfyh h4:where(.svelte-12qhfyh):after{content:"";background-color:var(--accent-terracotta);width:30px;height:2px;position:absolute;bottom:0;left:0}.footer-brand.svelte-12qhfyh .logo-text:where(.svelte-12qhfyh){color:#fff}.footer-desc.svelte-12qhfyh{color:#c0b7b0;margin-top:1rem;font-size:.95rem;line-height:1.5}.footer-links.svelte-12qhfyh ul:where(.svelte-12qhfyh),.footer-legal.svelte-12qhfyh ul:where(.svelte-12qhfyh){flex-direction:column;gap:.8rem;list-style:none;display:flex}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh),.footer-legal.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#c0b7b0;font-size:.95rem}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,.footer-legal.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:#fff;padding-left:4px}.footer-contact.svelte-12qhfyh p:where(.svelte-12qhfyh){color:#c0b7b0;margin-bottom:.8rem;font-size:.95rem}.contact-email.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--accent-terracotta);border-bottom:1px dashed var(--accent-terracotta);font-size:1.05rem;font-weight:500}.contact-email.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:#fff;border-color:#fff}.footer-bottom.svelte-12qhfyh{text-align:center;border-top:1px solid #4e4742;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;display:flex}.disclaimer.svelte-12qhfyh{color:#8c8279;max-width:800px;font-size:.78rem;line-height:1.5}.copyright.svelte-12qhfyh{color:#a0968f;font-size:.85rem}@media (width<=992px){.footer-grid.svelte-12qhfyh{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (width<=600px){.nav-links.svelte-12qhfyh{gap:1rem}.nav-link.svelte-12qhfyh{display:none}.footer-grid.svelte-12qhfyh{grid-template-columns:1fr;gap:2rem}.navbar.svelte-12qhfyh{padding:.8rem 0}.logo-text.svelte-12qhfyh{font-size:1.3rem}.header-bg-wrapper.svelte-12qhfyh{height:160px}}@media (width<=480px){.footer-illustration-wrapper.svelte-12qhfyh{width:300px;height:300px}.overlaid-link.svelte-12qhfyh{font-size:.8rem}.note-text.svelte-12qhfyh{font-size:1.2rem;top:28%;left:32%}.link-privacy.svelte-12qhfyh{top:46%;left:18%}.link-terms.svelte-12qhfyh{top:53%;left:15%}.link-faq.svelte-12qhfyh{top:60%;left:18%}}
