.campaign-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:1100px){.campaign-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.campaign-card:last-child{grid-column:auto}}
@media(max-width:640px){.campaign-grid{grid-template-columns:1fr}}
.campaign-card__actions{display:flex;justify-content:center;gap:.65rem;flex-wrap:wrap}.campaign-card__content .button--ghost{background:transparent;color:#fff;border-color:#fff}.product-card__actions{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap}.product-card__example{border:0;border-bottom:1px solid var(--soft);background:none;padding:0;color:var(--soft);font-size:.8rem;cursor:pointer}
.examples-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:clamp(1rem,4vw,3rem)}.examples-modal[hidden]{display:none}.examples-modal__backdrop{position:absolute;inset:0;border:0;background:#17130ec7;backdrop-filter:blur(7px);cursor:pointer}.examples-modal__dialog{position:relative;width:min(940px,100%);max-height:92vh;background:var(--paper);display:flex;flex-direction:column;box-shadow:0 24px 80px #0005}.examples-modal__dialog header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--line)}.examples-modal__dialog h2{font-size:clamp(1.7rem,3vw,2.5rem)}.examples-modal__dialog .eyebrow{margin:0}.examples-modal__close{border:0;background:none;font-size:2rem;line-height:1;cursor:pointer}.examples-modal figure{margin:0;min-height:0;display:flex;flex-direction:column}.examples-modal figure img{width:100%;max-height:68vh;object-fit:contain;background:var(--paper-deep)}.examples-modal figcaption{padding:.8rem 1.25rem;color:var(--soft)}.examples-modal footer{display:flex;justify-content:center;align-items:center;gap:1.2rem;padding:.8rem;border-top:1px solid var(--line)}.examples-modal footer button{width:38px;height:38px;border:1px solid var(--line);background:none;cursor:pointer}.examples-modal footer button:disabled{opacity:.35}.examples-open{overflow:hidden}
.product-detail__main{aspect-ratio:1;border-radius:18px}.product-detail__thumbs{display:flex;gap:.65rem;margin-top:.75rem}.product-detail__thumb{width:72px;aspect-ratio:1;padding:0;border:1px solid transparent;border-radius:10px;overflow:hidden;background:var(--paper-deep);cursor:pointer}.product-detail__thumb img{width:100%;height:100%;object-fit:cover}.product-detail__thumb.is-active{border-color:var(--ink);box-shadow:0 0 0 1px var(--ink)}
.config-examples{margin:0 0 1.5rem;border:0;border-bottom:1px solid var(--leather);background:none;color:var(--leather);padding:0 0 .2rem;cursor:pointer}
@media(max-width:640px){.examples-modal{padding:0}.examples-modal__dialog{width:100%;height:100%;max-height:none}.examples-modal figure{flex:1}.examples-modal figure img{height:100%;max-height:none}.campaign-card__actions{flex-direction:column;align-items:center}}
