:root{--ssm-black:#151310;--ssm-cream:#f4eee5;--ssm-beige:#d8c7ad;--ssm-white:#fff;--ssm-muted:#73695d}.sticki-ssm{background:#fff;color:var(--ssm-black);width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:clamp(40px,7vw,90px) clamp(18px,5vw,70px);border-radius:0;font-family:Montserrat,Arial,sans-serif;overflow:hidden;box-sizing:border-box}.sticki-ssm *{box-sizing:border-box}.sticki-ssm [hidden]{display:none!important}.ssm-front-hero{text-align:center;max-width:780px;margin:0 auto 55px}.ssm-front-kicker{font-size:11px!important;letter-spacing:.28em;font-weight:700;color:#9a8261;margin-bottom:14px}.ssm-front-hero h1{font-family:var(--ssm-title-font,Georgia,serif);font-size:clamp(40px,7vw,78px);font-weight:400;line-height:1.02;margin:0 0 20px}.ssm-front-hero>p:last-child{font-size:17px;color:var(--ssm-muted);line-height:1.7}.ssm-polaroids{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(20px,4vw,46px);max-width:1120px;margin:auto}.ssm-polaroid{appearance:none;border:0;background:var(--ssm-white);color:inherit;padding:14px 14px 26px;box-shadow:0 18px 45px rgba(31,25,18,.12);cursor:pointer;text-align:left;transition:transform .35s,box-shadow .35s}.ssm-polaroid:nth-child(2n){transform:rotate(1.2deg)}.ssm-polaroid:nth-child(2n+1){transform:rotate(-1deg)}.ssm-polaroid:hover{transform:translateY(-10px) rotate(0);box-shadow:0 28px 60px rgba(31,25,18,.18)}.ssm-polaroid-photo{display:block;aspect-ratio:4/5;background:#d8c9b5;overflow:hidden}.ssm-polaroid-photo img{width:100%;height:100%;object-fit:cover}.ssm-photo-placeholder{height:100%;display:grid;place-items:center;letter-spacing:.25em}.ssm-polaroid-name{display:block;font-family:var(--ssm-title-font,Georgia,serif);font-size:29px;margin:19px 8px 5px}.ssm-polaroid-tagline{display:block;color:var(--ssm-muted);font-size:13px;min-height:38px;margin:0 8px}.ssm-discover{display:block;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:18px 8px 0}.ssm-back{border:0;background:none;padding:0 0 25px;cursor:pointer;color:var(--ssm-muted);font-weight:600}.ssm-profile-head{display:grid;grid-template-columns:210px 1fr;gap:40px;align-items:center;max-width:1120px;margin:0 auto 55px}.ssm-profile-photo{aspect-ratio:1;border-radius:50%;overflow:hidden;background:var(--ssm-beige);display:grid;place-items:center}.ssm-profile-photo img{width:100%;height:100%;object-fit:cover}.ssm-profile-head h2{font-family:var(--ssm-title-font,Georgia,serif);font-weight:400;font-size:54px;margin:0 0 12px}.ssm-profile-head p:last-child{color:var(--ssm-muted);line-height:1.7}.ssm-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;max-width:1120px;margin:0 auto}.ssm-product{background:var(--ssm-white);border:1px solid #eee9e2;border-radius:0;overflow:hidden}.ssm-product-image{display:block;aspect-ratio:1;background:#e5dccf}.ssm-product-image img{width:100%;height:100%;object-fit:cover}.ssm-product-body{padding:20px}.ssm-stock{font-size:10px;letter-spacing:.14em;text-transform:uppercase}.ssm-stock:before{content:'';display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:7px}.ssm-stock.is-available:before{background:#688267}.ssm-stock.is-soldout:before{background:#9a9187}.ssm-product h3{font-family:var(--ssm-title-font,Georgia,serif);font-size:22px;margin:10px 0}.ssm-product h3 a{color:inherit;text-decoration:none}.ssm-price{font-weight:700;margin-bottom:18px}.ssm-buy,.ssm-custom-button,.ssm-instagram{display:block;background:var(--ssm-black);color:#fff!important;text-decoration:none;text-align:center;border:1px solid var(--ssm-black);padding:14px 18px;font-size:12px;text-transform:uppercase;letter-spacing:.1em;cursor:pointer}.ssm-buy-secondary{background:transparent;color:var(--ssm-black)!important}.ssm-custom-order{position:relative;left:50%;right:50%;width:100vw;max-width:none;margin:65px -50vw 0;background:var(--ssm-black);color:#fff!important;text-align:center;padding:clamp(45px,7vw,85px) clamp(20px,6vw,80px);border-radius:0}.ssm-custom-order h3{font-family:var(--ssm-title-font,Georgia,serif);font-size:clamp(30px,5vw,50px);font-weight:400;margin:10px auto 15px;max-width:800px;color:#fff!important}.ssm-custom-order>p:not(.ssm-front-kicker){color:#fff!important;opacity:.8}.ssm-custom-button{background:var(--ssm-cream);color:var(--ssm-black)!important;border-color:var(--ssm-cream);margin:28px auto 0}.ssm-contact-modal{position:fixed;z-index:999999;inset:0;display:grid;place-items:center;padding:20px}.ssm-modal-backdrop{position:absolute;inset:0;background:rgba(15,13,11,.82);backdrop-filter:blur(7px)}.ssm-modal-card{position:relative;background:var(--ssm-white);width:min(520px,100%);padding:45px;text-align:center;box-shadow:0 30px 90px rgba(0,0,0,.35)}.ssm-modal-close{position:absolute;right:16px;top:12px;border:0;background:none;font-size:30px;cursor:pointer}.ssm-modal-photo{width:100px;height:100px;border-radius:50%;overflow:hidden;margin:0 auto 20px;background:var(--ssm-beige)}.ssm-modal-photo img{width:100%;height:100%;object-fit:cover}.ssm-modal-card h3{font-family:var(--ssm-title-font,Georgia,serif);font-size:31px;font-weight:400;line-height:1.2}.ssm-instagram{margin-top:25px}.ssm-instagram small{display:block;margin-top:5px;opacity:.7}.ssm-empty{text-align:center;padding:35px;color:var(--ssm-muted)}body.ssm-modal-open{overflow:hidden}@media(max-width:820px){.ssm-polaroids,.ssm-products{grid-template-columns:repeat(2,minmax(0,1fr))}.ssm-profile-head{grid-template-columns:150px 1fr}}@media(max-width:560px){.ssm-polaroids,.ssm-products,.ssm-profile-head{grid-template-columns:1fr}.ssm-profile-photo{width:150px}.ssm-profile-head h2{font-size:42px}.ssm-modal-card{padding:36px 22px}.ssm-polaroid:nth-child(n){transform:none}}
