:root{--cream:#f5ead9;--cream-light:#fbf5ec;--cream-dark:#edd9bd;--cream-card:#f8f1e7;--gold-deep:#a68817;--gold:#fbcd23;--gold-muted:#c9a84c;--raspberry-deep:#891d3b;--raspberry:#de2f5f;--ink:#1e1e1e;--ink-soft:#3d2b1f;--ink-muted:#6b5444;--font-display:"DM Serif Display","Playfair Display",Georgia,serif;--font-editorial:"Playfair Display",Georgia,serif;--font-ui:"DM Sans",system-ui,sans-serif;--shadow-card:0 3px 18px #2c140817, 0 1px 4px #2c14080d;--shadow-hover:0 10px 36px #2c140826, 0 2px 8px #2c140812;--shadow-modal:0 24px 80px #1e0e0a38, 0 4px 16px #1e0e0a1f;--hairline-gold:1px solid #a688174d;--hairline-ink:1px solid #1e0e0a24}.store{background:var(--cream);color:var(--ink);font-family:var(--font-ui)}.store *,.store :before,.store :after{box-sizing:border-box}.store img{max-width:100%;display:block}.store a{color:inherit;text-decoration:none}.store__wrap{max-width:1200px;margin:0 auto;padding:0 1.5rem}.store__wrap--narrow{max-width:760px}.store__header{background:var(--cream-light);padding:4rem 1.5rem 2.5rem;position:relative}.store__eyebrow{text-transform:uppercase;letter-spacing:.25em;color:var(--raspberry-deep);margin-bottom:.6rem;font-size:.72rem;font-weight:500;display:block}.store__title{font-family:var(--font-display);color:var(--ink);font-size:clamp(2.4rem,6vw,4.5rem);font-weight:400;line-height:1.05}.store__lead{color:var(--ink-soft);max-width:620px;margin-top:1rem;font-size:1.02rem;line-height:1.7}.store__section{padding:3rem 1.5rem 4rem}.store-btn{font-family:var(--font-ui);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border:none;border-radius:1px;justify-content:center;align-items:center;gap:.45rem;padding:.85rem 1.8rem;font-size:.82rem;font-weight:500;text-decoration:none;transition:all .22s;display:inline-flex}.store-btn--primary{background:var(--raspberry-deep);color:var(--cream-light)}.store-btn--primary:hover:not([disabled]){background:var(--raspberry);transform:translateY(-2px);box-shadow:0 8px 24px #891d3b61}.store-btn--ghost{color:var(--raspberry-deep);background:0 0;border:1px solid #891d3b66}.store-btn--ghost:hover:not([disabled]){background:var(--raspberry-deep);color:var(--cream-light)}.store-btn[disabled]{opacity:.45;cursor:not-allowed}.store-btn--block{width:100%}.store-btn--pay{letter-spacing:.1em;margin-top:1.25rem;padding:1.05rem 2rem;font-size:.88rem}.store-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=640px){.store-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.store-grid{grid-template-columns:repeat(3,1fr)}}.store-card{background:var(--cream-card);border-top:2px solid var(--raspberry-deep);box-shadow:var(--shadow-card);border-radius:3px;flex-direction:column;transition:box-shadow .25s,transform .25s;display:flex;overflow:hidden}.store-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.store-card__media{aspect-ratio:4/3;background:var(--cream-dark);overflow:hidden}.store-card__media img{object-fit:cover;width:100%;height:100%}.store-card__ph{width:100%;height:100%;color:var(--gold-muted);font-family:var(--font-display);justify-content:center;align-items:center;font-size:2rem;display:flex}.store-card__body{flex-direction:column;flex:1;gap:.7rem;padding:1.4rem 1.4rem 1.6rem;display:flex}.store-card__name{font-family:var(--font-editorial);color:var(--ink);font-size:1.15rem;font-weight:500;line-height:1.25}.store-card__price{font-family:var(--font-ui);color:var(--raspberry-deep);font-size:1.1rem;font-weight:600}.store-card__foot{justify-content:space-between;align-items:center;gap:.75rem;margin-top:auto;display:flex}.store-badge{letter-spacing:.08em;text-transform:uppercase;border-radius:2px;padding:.3rem .6rem;font-size:.68rem;font-weight:600}.store-badge--ok{color:var(--gold-deep);background:#a688171f}.store-badge--out{color:var(--raspberry-deep);background:#891d3b1a}.store-note{color:var(--ink-muted);font-size:.82rem;font-style:italic}.store-banner{border-radius:2px;padding:1rem 1.2rem;font-size:.92rem;line-height:1.55}.store-banner--error{border-left:3px solid var(--raspberry-deep);color:var(--ink-soft);background:#891d3b12}.store-banner--info{border-left:3px solid var(--gold-deep);color:var(--ink-soft);background:#a688171a}.store-empty{text-align:center;color:var(--ink-muted);padding:4rem 1.5rem}.store-hidden{display:none!important}.store-stepper{border:1px solid #891d3b4d;border-radius:2px;align-items:center;display:inline-flex;overflow:hidden}.store-stepper button{cursor:pointer;width:2.2rem;height:2.2rem;color:var(--raspberry-deep);background:0 0;border:none;font-size:1.1rem}.store-stepper button[disabled]{opacity:.4;cursor:not-allowed}.store-stepper input{text-align:center;width:2.6rem;height:2.2rem;font-family:var(--font-ui);border:none;border-left:1px solid #891d3b33;border-right:1px solid #891d3b33;font-size:.95rem}.store-line{border-bottom:var(--hairline-gold);grid-template-columns:72px 1fr auto;align-items:center;gap:1rem;padding:1.1rem 0;display:grid}.store-line__thumb{object-fit:cover;background:var(--cream-dark);border-radius:2px;width:72px;height:72px}.store-line__name{font-family:var(--font-editorial);color:var(--ink);font-size:1rem}.store-line__meta{color:var(--ink-muted);font-size:.82rem}.store-line--unavailable{opacity:.6}@media (width>=640px){.store-line{grid-template-columns:88px 1fr auto}}.store-totals{flex-direction:column;gap:.55rem;font-size:.95rem;display:flex}.store-totals__row{color:var(--ink-soft);justify-content:space-between;display:flex}.store-totals__row span:last-child{font-variant-numeric:tabular-nums}.store-totals__row--grand{color:var(--ink);border-top:var(--hairline-gold);margin-top:.25rem;padding-top:.7rem;font-size:1.15rem;font-weight:700}.store-form{flex-direction:column;gap:1.5rem;max-width:620px;display:flex}.store-fieldset{background:var(--cream-card);border:none;border-top:2px solid var(--gold-deep);box-shadow:var(--shadow-card);border-radius:3px;flex-direction:column;gap:1.15rem;padding:1.75rem 1.8rem 1.8rem;display:flex;position:relative;overflow:hidden}.store-fieldset[data-step]:after{content:attr(data-step);font-family:var(--font-display);color:var(--cream-dark);user-select:none;pointer-events:none;z-index:0;font-size:5.5rem;line-height:1;position:absolute;top:-.35rem;right:1.1rem}.store-fieldset--summary{border-top-color:var(--raspberry-deep)}.store-legend{font-family:var(--font-display);color:var(--ink);z-index:1;border:none;align-items:baseline;gap:.5rem;padding:0;font-size:1.35rem;font-weight:400;display:flex;position:relative}.store-legend__num{font-family:var(--font-ui);letter-spacing:.14em;text-transform:uppercase;color:var(--gold-deep);font-size:.68rem;font-weight:700}.store-legend__optional{font-family:var(--font-ui);color:var(--ink-muted);letter-spacing:0;font-size:.75rem;font-weight:400}.store-field{z-index:1;flex-direction:column;gap:.4rem;display:flex;position:relative}.store-field>label,.store-field__label{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft);font-size:.72rem;font-weight:700}.store-field input,.store-field select{font-family:var(--font-ui);background:var(--cream-light);color:var(--ink);appearance:none;border:1.5px solid #1e0e0a29;border-radius:2px;padding:.75rem .9rem;font-size:1rem;transition:border-color .18s}.store-field input::placeholder{color:var(--ink-muted);opacity:.55}.store-field input:focus,.store-field select:focus{outline:2px solid var(--gold);outline-offset:1px;border-color:var(--gold-deep)}.store-field--error input,.store-field--error select{border-color:var(--raspberry)}.store-error{color:var(--raspberry-deep);min-height:1rem;font-size:.78rem;line-height:1.4}.store-hint{color:var(--ink-muted);font-size:.78rem;line-height:1.5}.store-phone{grid-template-columns:4.5rem 1fr;gap:.5rem;display:grid}.store-phone__prefix{font-family:var(--font-ui);background:var(--cream-dark);color:var(--ink-soft);user-select:none;border:1.5px solid #1e0e0a29;border-radius:2px;justify-content:center;align-items:center;padding:.75rem .5rem;font-size:1rem;font-weight:600;display:inline-flex}.store-radio-group{flex-direction:column;gap:.5rem;display:flex}@media (width>=460px){.store-radio-group{flex-direction:row}}.store-radio{cursor:pointer;background:var(--cream-light);color:var(--ink-soft);border:1.5px solid #1e0e0a29;border-radius:2px;flex:1;align-items:center;gap:.6rem;padding:.75rem .9rem;font-size:.92rem;transition:border-color .18s,background .18s;display:flex}.store-radio input{accent-color:var(--raspberry-deep);flex-shrink:0}.store-radio:has(input:checked){border-color:var(--raspberry-deep);color:var(--ink);background:#891d3b0a}.store-nip-row{gap:.5rem;display:flex}.store-nip-row input{flex:1;min-width:0}.store-nip-row .store-btn{letter-spacing:.05em;flex-shrink:0;padding:.5rem .9rem;font-size:.72rem}.store-invoice{border-top:var(--hairline-gold);flex-direction:column;gap:1rem;margin-top:.1rem;padding-top:.75rem;display:flex}.store-courier{flex-direction:column;gap:1rem;margin-top:.5rem;display:flex}.store-inpost{flex-direction:column;gap:.6rem;margin-top:.5rem;display:flex}.store-inpost__chosen{margin-top:.25rem}.store-inpost__change{font:inherit;font-size:inherit;color:var(--raspberry-deep);text-underline-offset:2px;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline;display:inline}.store-inpost__change:hover{color:var(--raspberry)}.store-check{color:var(--ink-soft);z-index:1;align-items:flex-start;gap:.65rem;font-size:.9rem;line-height:1.55;display:flex;position:relative}.store-check input[type=checkbox]{accent-color:var(--raspberry-deep);flex-shrink:0;width:1.1rem;height:1.1rem;margin-top:.18rem}.store-check a{color:var(--raspberry-deep);text-decoration:underline}.store-legal-link{font:inherit;font-size:inherit;line-height:inherit;color:var(--raspberry-deep);text-underline-offset:2px;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline;display:inline}.store-legal-link:hover{color:var(--raspberry)}.store-legal-link:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-radius:1px}.store-pay-hint{text-align:center;margin-top:.6rem}.store-toast{background:var(--ink);color:var(--cream-light);box-shadow:var(--shadow-hover);opacity:0;pointer-events:none;z-index:300;border-radius:3px;align-items:center;gap:1rem;padding:.8rem 1.2rem;font-size:.9rem;transition:opacity .25s,transform .25s;display:flex;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%)translateY(1rem)}.store-toast.is-visible{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}.store-toast a{color:var(--gold);text-decoration:underline}.store-timeline{flex-direction:column;gap:0;margin:2rem 0;display:flex}.store-step{grid-template-columns:2rem 1fr;align-items:center;gap:1rem;padding:.5rem 0;display:grid}.store-step__dot{border:2px solid var(--gold-muted);background:var(--cream);border-radius:50%;justify-self:center;width:1rem;height:1rem}.store-step--done .store-step__dot{background:var(--raspberry-deep);border-color:var(--raspberry-deep)}.store-step--current .store-step__dot{background:var(--gold);border-color:var(--gold-deep)}.store-step--cancelled .store-step__dot{background:var(--raspberry);border-color:var(--raspberry-deep)}.store-step__label{color:var(--ink-soft);font-size:.95rem}.store-step--done .store-step__label,.store-step--current .store-step__label{color:var(--ink);font-weight:600}.store-cartlink{letter-spacing:.06em;text-transform:uppercase;color:var(--raspberry-deep);align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;display:inline-flex}.store-cartlink__count{background:var(--raspberry-deep);min-width:1.4rem;height:1.4rem;color:var(--cream-light);border-radius:999px;justify-content:center;align-items:center;padding:0 .3rem;font-size:.72rem;display:inline-flex}.store-geo{border:1px solid #891d3b40;border-radius:3px;width:100%;height:460px;overflow:hidden}.store-modal{background:var(--cream-light);border:none;border-top:3px solid var(--gold-deep);width:min(700px,100vw - 2rem);max-height:min(88dvh,88vh);box-shadow:var(--shadow-modal);border-radius:3px;flex-direction:column;margin:auto;padding:0;display:none;overflow:hidden}.store-modal[open]{display:flex}.store-modal::backdrop{-webkit-backdrop-filter:blur(3px);background:#1e0e0a85}.store-modal__header{border-bottom:var(--hairline-gold);background:var(--cream-light);z-index:2;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.35rem 1.5rem 1rem;display:flex;position:sticky;top:0}.store-modal__title-row{flex-direction:column;gap:.2rem;display:flex}.store-modal__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--gold-deep);font-size:.62rem;font-weight:700;display:block}.store-modal__title{font-family:var(--font-display);color:var(--ink);font-size:1.2rem;font-weight:400;line-height:1.15}.store-modal__actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.store-modal__fullpage{letter-spacing:.07em;text-transform:uppercase;color:var(--raspberry-deep);white-space:nowrap;border-bottom:1px solid #891d3b4d;padding-bottom:.1rem;font-size:.68rem;font-weight:600;transition:color .18s,border-color .18s}.store-modal__fullpage:hover{color:var(--raspberry);border-color:var(--raspberry)}.store-modal__close{width:2rem;height:2rem;color:var(--ink-soft);cursor:pointer;background:0 0;border:1.5px solid #891d3b4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .18s,color .18s,border-color .18s;display:inline-flex}.store-modal__close:hover{background:var(--raspberry-deep);color:var(--cream-light);border-color:var(--raspberry-deep)}.store-modal__close:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.store-modal__body{-webkit-overflow-scrolling:touch;scroll-behavior:smooth;flex:1;padding:1.5rem 1.75rem 2rem;overflow:hidden auto}.store-modal__loading{color:var(--ink-muted);text-align:center;justify-content:center;align-items:center;padding:3rem 1rem;font-size:.9rem;line-height:1.6;display:flex}.store-modal__loading a{color:var(--raspberry-deep);text-decoration:underline}.store-modal__body h1,.store-modal__body h2,.store-modal__body h3,.store-modal__body h4{font-family:var(--font-editorial);color:var(--ink);margin-top:1.75rem;margin-bottom:.5rem;line-height:1.25}.store-modal__body h1{font-size:1.35rem}.store-modal__body h2{font-size:1.15rem}.store-modal__body h3{border-top:var(--hairline-gold);margin-top:2rem;padding-top:1rem;font-size:1.05rem}.store-modal__body h4{font-size:.95rem}.store-modal__body p{color:var(--ink-soft);margin-bottom:.65rem;font-size:.9rem;line-height:1.72}.store-modal__body ul,.store-modal__body ol{color:var(--ink-soft);margin-bottom:.75rem;padding-left:1.35rem;font-size:.9rem;line-height:1.65}.store-modal__body li{margin-bottom:.3rem}.store-modal__body a{color:var(--raspberry-deep);text-underline-offset:2px;text-decoration:underline}.store-modal__body strong{color:var(--ink);font-weight:600}.store-modal__body nav,.store-modal__body .page-header,.store-modal__body .ornament,.store-modal__body .contact-block,.store-modal__body .footer,.store-modal__body .fade-up{display:none}.store-modal__body .sections-outline{background:0 0;padding:0}.store-modal__body .sections-outline__inner{max-width:none}.store-modal__body .section-item{border-bottom:var(--hairline-gold);padding:1rem 0}.store-modal__body .section-item:first-of-type{border-top:var(--hairline-gold)}.store-modal__body .section-item__heading{font-family:var(--font-editorial);color:var(--ink);margin-bottom:.3rem;font-size:1rem;font-weight:600}.store-modal__body .section-item__placeholder,.store-modal__body .section-item__link{color:var(--ink-muted);font-size:.88rem;line-height:1.6}.store-modal__body .placeholder-callout{display:none}@media (width<=480px){.store-modal{border-radius:3px 3px 0 0;width:100%;max-height:92dvh;margin-bottom:0}.store-modal__body{padding:1.25rem 1.25rem 1.75rem}.store-modal__header{padding:1.1rem 1.25rem .85rem}.store-modal__fullpage{display:none}}
