:root{--color-bg: #f7f7f6;--color-text: #2a2a2a;--color-muted: #6d6d6d;--color-accent: #1a1a1a}*,*:before,*:after{box-sizing:border-box}html{font-size:16px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;line-height:1.55;color:var(--color-text);background:var(--color-bg)}.hero-title{font-family:Antic Didone,serif;font-weight:400;font-size:clamp(2.6rem,4vw + 1rem,3.6rem);line-height:1.08;letter-spacing:.01em;margin-bottom:1.2rem}.page-heading{font-family:Antic Didone,serif;font-weight:400;font-size:clamp(1.9rem,2.4vw + 1rem,2.45rem);line-height:1.12;margin-bottom:.75rem}.page-subtitle{font-family:Inter,sans-serif;font-size:1.05rem;font-weight:400;color:var(--color-muted);max-width:40rem;margin-bottom:2.2rem;line-height:1.55}p,li{font-size:1rem;line-height:1.55}.section-kicker{font-size:.74rem;letter-spacing:.17em;text-transform:uppercase;font-weight:500;color:var(--color-muted)}nav a{font-size:.78rem;letter-spacing:.15em;text-transform:uppercase}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}main{padding:1.5rem 1.25rem 3rem}@media(min-width:768px){main{padding:2.5rem 3rem 4rem}}.container{max-width:1700px;margin:0;padding-left:.5rem;padding-right:.5rem}.hero-shell{display:grid;grid-template-columns:1fr 350px;align-items:start;gap:3rem;max-width:1000px;margin:2rem auto 4rem;padding:0 1.5rem}.hero-left{text-align:left}.hero-logo{width:clamp(200px,40vw,420px);margin-bottom:.5rem}.hero-byline-img{font-size:var(--step-0);color:#222;margin-bottom:1.25rem}.hero-right{display:flex;justify-content:center}@media(min-width:900px){.hero-shell{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,var(--color-pill-1),var(--color-pill-2));padding:.25rem .8rem;border-radius:999px;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em}.hero-body{margin-bottom:1.4rem}.hero-byline{font-weight:300;font-size:1.9rem;letter-spacing:.01em;display:block;margin-top:.3rem}.hero-cta-row{gap:1.1rem;margin-bottom:2.6rem}.cta-row{display:flex;justify-content:center;gap:1rem;margin:1.4rem auto 1.8rem;flex-wrap:wrap}.cta-link{padding:.6rem 1.2rem;border-radius:8px;background:#f0f0ff;border:1px solid #dcdcdc;font-size:2rem;color:#111;text-decoration:none;transition:all .22s ease}.cta-link:hover{background:#fff;border-color:#aaa;transform:translateY(-1px)}.hero-holiday-shell{background:#e7f9e7;border-radius:24px;padding:2.8rem 3.2rem;text-align:center;box-shadow:0 8px 26px #00000014;max-width:460px;margin:auto}.holiday-title{font-family:Fredericka the Great,serif;font-size:2.8rem;color:#b50707;margin-bottom:.8rem}.holiday-details{font-size:1.15rem;line-height:1.65;margin-bottom:1.4rem}.holiday-countdown{background:#17664122;color:#0f4d33;font-size:1.2rem;font-weight:700;padding:.65rem 1.2rem;border-radius:999px;margin-bottom:1.4rem;display:inline-block}.holiday-ornaments{font-size:1.3rem;color:#d9a737;letter-spacing:.35rem}.btn-primary,.btn-ghost{background:#ede6ff;color:#222;border-radius:999px;padding:.7rem 1.35rem;font-size:.92rem;font-weight:600;border:1px solid #d4c7ff;transition:.15s ease}.btn-primary:hover,.btn-ghost:hover{background:#e1d8ff;border-color:#c7b8ff}.btn-primary:hover{background:#d8c5ff}.hero-photo-shell{position:relative;border-radius:28px;overflow:hidden;background:#eaeaea;box-shadow:var(--shadow-soft);padding:.8rem}.hero-photo-inner{border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.gallery-grid{display:grid;gap:2px;margin:0 4px}.gallery-grid img{width:100%;aspect-ratio:1 / 1;object-fit:contain;background-color:#fff;border-radius:8px;box-shadow:0 4px 14px #0000001f;transition:transform .25s ease,box-shadow .25s ease}.gallery-grid img:hover{transform:scale(1.03);box-shadow:0 6px 24px #0000002e}@media(min-width:768px){.gallery-grid{margin:0 auto;max-width:1100px}}.piece-card{position:relative;border-radius:var(--radius-card);overflow:hidden;background:#fff;box-shadow:var(--shadow-soft);border:1px solid #ddd}.piece-card img{width:100%;height:100%;object-fit:cover}.piece-overlay{background:linear-gradient(to top,#ffffffe6,#fff0);color:#222}.piece-title{font-size:.95rem;font-weight:600}.piece-tags{display:flex;flex-wrap:wrap;gap:.35rem}.piece-tag{font-size:.7rem;padding:.15rem .5rem;border-radius:999px;background:#0009;border:1px solid rgba(255,255,255,.16)}.piece--wide{grid-column:span 2}.piece--tall{grid-row:span 2}.piece--large{grid-column:span 2;grid-row:span 2}.section{margin-top:5rem}.section-header{display:flex;flex-direction:column;gap:.3rem;margin-bottom:1.5rem}#snow-canvas{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:9999}@keyframes driftFall{0%{transform:translateY(-10vh) translate(0) rotate(0)}50%{transform:translateY(60vh) translate(20px) rotate(120deg)}to{transform:translateY(110vh) translate(-20px) rotate(260deg)}}.snowflake{animation:driftFall linear infinite}.home-hero{text-align:center;padding-top:1rem;max-width:600px;margin:auto}.home-logo{width:75%;max-width:330px;height:auto;margin:auto;display:block}.sale-card{background:#eafbea;margin:1.3rem auto 1rem;padding:1.2rem 1rem;border-radius:14px;width:92%;box-shadow:0 4px 18px #00000014}.sale-card h2{color:#b50000;margin-bottom:.4rem;font-size:3rem}.sale-info{font-size:1.5rem;line-height:2.5rem;margin-bottom:.6rem}.countdown{background:#fff;padding:.45rem .8rem;border-radius:50px;display:inline-block}.cta-stack{display:flex;flex-direction:column;gap:.65rem;width:90%;margin:1rem auto 1.3rem}.btn-main{background:#222;color:#fff;padding:.75rem;border-radius:8px;text-align:center;font-size:1.05rem}.btn-light{border:2px solid #222;padding:.75rem;border-radius:8px;text-align:center;font-size:1.05rem}.home-gallery{margin-top:2rem}.holiday-map-link{display:inline-block;margin-top:.4rem;font-size:1.2rem;font-weight:600;font-family:Inter,sans-serif;color:#07c;background:#ffffffa6;padding:6px 12px;border-radius:6px;border:1px solid rgba(0,0,0,.09);text-decoration:none;transition:.22s ease}.holiday-map-link:hover{background:#07c;color:#fff;transform:translateY(-1px)}.holiday-script{font-family:YourFancyScriptFontNameHere,cursive;font-size:1.8rem;font-weight:700;margin:.35rem 0;text-align:center}.preview-gallery{margin-top:3rem;text-align:center}.preview-title{font-family:Fredrica the Great,cursive;font-size:1.8rem;margin-bottom:1.2rem}.preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:0 1rem;max-width:450px;margin:0 auto}.preview-thumb{width:100%;aspect-ratio:1;object-fit:cover;border-radius:6px;transition:transform .3s}.spotlight-wrapper{margin:1.6rem auto 1.8rem;max-width:380px}.spotlight-img{width:100%;border-radius:12px;box-shadow:0 0 18px #00000038;transition:opacity .4s ease}.preview-gallery{text-align:center;margin-top:3rem}.preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.75rem;max-width:380px;margin:0 auto}.preview-thumb{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:6px;cursor:pointer;transition:transform .25s ease}.preview-thumb:hover{transform:scale(1.08)}.feature-spot{margin:1.5rem auto;max-width:420px}.feature-spot img{width:100%;border-radius:10px;box-shadow:0 3px 14px #0000001f}.preview-cta{display:inline-block;margin-top:1rem;padding:.55rem 1rem;background:#fff;border:1px solid #ddd;border-radius:8px;font-size:.95rem}#feature-image{opacity:1;transition:opacity .8s ease-in-out!important}.active-filters-row{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;font-size:.85rem}.active-filters-row.is-empty .active-filters-list,.active-filters-row.is-empty .clear-filters-btn{display:none}.active-filters-label{font-weight:600;margin-right:.5rem}.active-filters-list{display:flex;flex-wrap:wrap;gap:.35rem}.active-filter-chip{border-radius:999px;border:1px solid #ccc;background:#f4f4f4;padding:.2rem .6rem;cursor:pointer}.clear-filters-btn{margin-left:auto;padding:.25rem .75rem;border-radius:999px;border:1px solid #ccc;background:#fff;font-size:.8rem;cursor:pointer}.filter-bar{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.filter-group{display:flex;flex-direction:column;gap:.25rem}.filter-group-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.filter-group-pills{display:flex;flex-wrap:wrap;gap:.35rem}.filter-pill{border-radius:999px;padding:.25rem .7rem;border:1px solid #ccc;background:#fafafa;font-size:.8rem;cursor:pointer}.filter-pill.is-active{background:#222;color:#fff;border-color:#222}.filter-pill--color[data-color-name*=blue]{border-color:#4a6fff}.filter-pill--color[data-color-name*=green]{border-color:#3b9f5b}.filter-pill--color[data-color-name*=red],.filter-pill--color[data-color-name*=pink]{border-color:#d94b6b}.filter-pill--color[data-color-name*=gold],.filter-pill--color[data-color-name*=orange],.filter-pill--color[data-color-name*=yellow]{border-color:#d9a54b}.filter-pill--color[data-color-name*=black],.filter-pill--color[data-color-name*=neutral]{border-color:#555}.filter-pill--color[data-color-name*=rainbow],.filter-pill--color[data-color-name*=multi]{border-style:dashed}.gallery-grid{display:grid;gap:1rem}@media(min-width:480px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px){.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1280px){.gallery-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.type-pill{margin-right:3px!important;margin-bottom:3px!important}.color-swatch{width:32px;height:32px;border-radius:6px;margin:3px;box-shadow:0 1px 3px #00000040}.filter-group{margin-bottom:.35rem}.active-filters-row{margin-bottom:.5rem}@media(max-width:600px){h1,h2,h3{margin-top:.4rem!important;margin-bottom:.6rem!important}.gallery-intro{margin-top:.2rem!important;margin-bottom:.4rem!important;font-size:.95rem;line-height:1.25rem}.filter-group[data-category=type]{margin-top:.4rem!important;margin-bottom:.3rem!important}.type-pill{padding:4px 10px!important;font-size:.9rem!important;margin-right:3px!important;margin-bottom:3px!important}.filter-group[data-category=color]{margin-top:.2rem!important;margin-bottom:.3rem!important}.color-swatch{width:22px!important;height:22px!important;margin:2px!important;border-radius:5px!important}.compress-mobile{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;padding-bottom:2px!important;gap:2px!important}.active-filters-row{margin-top:.4rem!important;margin-bottom:.2rem!important}.gallery-grid{margin-top:.2rem!important}.site-footer{padding:2.5rem 1.25rem;border-top:1px solid rgba(0,0,0,.06)}.bottom-bar{padding:1rem 1.25rem;border-top:1px solid rgba(0,0,0,.08);font-size:.75rem;color:var(--color-muted);background:var(--color-bg, #fafafa)}.bottom-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr 1fr;align-items:center;gap:1rem;line-height:1.35}.footer-left{text-align:left}.footer-center{text-align:center;opacity:.9}.footer-right{text-align:right;opacity:.9}@media(max-width:750px){.bottom-inner{grid-template-columns:1fr;text-align:center;gap:.75rem}.footer-left,.footer-center,.footer-right{text-align:center}}}
