/* Scoped to this collection; existing pages and shared styles are unchanged. */
.page-creations .creations-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.page-creations .model-card{border:1px solid #d0d0d0;box-shadow:0 10px 35px #00000008,inset 0 1px 0 #fff;isolation:isolate}
.model-poster{position:relative;background:#e8e8e8;overflow:hidden}
.model-poster img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain}
.page-creations .model-spec{font-size:.72rem;letter-spacing:.06em;color:#555;font-weight:500;margin:0 0 10px}
.page-creations .model-open{appearance:none;background:none;border:0;border-bottom:1px solid #888;padding:12px 0 7px;margin-top:16px;align-self:flex-start;font:500 .76rem 'DM Sans',sans-serif;letter-spacing:.05em;color:#171717;cursor:pointer}
.model-open::after{content:none}
.model-card:focus-within{outline:3px solid #555;outline-offset:4px}
.model-card:hover .model-open{border-color:#111}
.page-creations .model-card .creation-body{position:static}
#modelPreview{position:fixed;inset:0;margin:auto;width:min(1060px,calc(100% - 40px));max-height:calc(100dvh - 40px);padding:0;border:1px solid #aaa;border-radius:12px;color:#171717;background:linear-gradient(125deg,#fff,#e7e7e7);box-shadow:0 0 70px #ffffff26,0 32px 100px #0009;overflow:auto;overscroll-behavior:contain}
#modelPreview::backdrop{background:#000b;backdrop-filter:blur(10px)}
.model-dialog-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr)}
.model-close{position:absolute;right:14px;top:14px;z-index:10;border:1px solid #aaa;border-radius:50%;width:44px;height:44px;background:#fffffff2;color:#111;font:28px/1 sans-serif;cursor:pointer}
.model-stage{position:relative;aspect-ratio:1;overflow:hidden;cursor:grab;touch-action:pan-y;background:#e8e8e8;user-select:none}
.model-stage:active{cursor:grabbing}
#modelFrame{display:block;width:100%;height:100%;object-fit:contain;transform-origin:center}
.model-stage-label{position:absolute;left:20px;bottom:18px;color:#555;font-size:.6rem;letter-spacing:.2em;pointer-events:none}
.model-controls{padding:20px 24px;background:#f5f5f5;border-top:1px solid #ddd}
.model-controls label{font-size:.74rem;font-weight:500;color:#333}
.rotation-control{display:flex;align-items:center;gap:14px}
#modelRotation{flex:1;min-width:0;width:100%;height:28px;accent-color:#333;cursor:pointer}
.model-secondary-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;flex-wrap:wrap}
.model-secondary-controls select,.model-secondary-controls button{font:inherit;min-height:36px;border:1px solid #aaa;background:#fff;color:#222;border-radius:4px;padding:6px 9px;cursor:pointer}
.model-secondary-controls select{max-width:150px;margin-left:5px;font-size:.72rem}
.model-zoom{display:flex;align-items:center;gap:8px;font-size:.72rem}
.model-zoom button{width:36px;font-size:20px}
.model-zoom output{width:38px;text-align:center}
#modelReset{font-size:.72rem}
#modelStatus{font-size:.7rem;line-height:1.6;color:#555;margin-top:14px;min-height:2.3em}
.model-details{padding:75px 32px 35px;align-self:center}
#modelTitle{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:400;line-height:1.08;margin-bottom:20px;overflow-wrap:anywhere}
#modelDescription{font-size:.9rem;line-height:1.8;color:#3b3b3b}
#modelNote{font-size:.77rem;line-height:1.7;color:#555;margin-top:15px}
.model-preview-disclosure{font-size:.72rem;line-height:1.7;color:#555;border-top:1px solid #ccc;margin-top:24px;padding-top:18px}
.model-shop,.model-contact{display:block;width:fit-content;font-size:.76rem;line-height:1.6;margin-top:20px;color:#222;text-decoration:underline;text-underline-offset:4px}
.model-shop{background:linear-gradient(120deg,#333,#111);border:1px solid #555;color:#fff;padding:12px 17px;text-decoration:none}
#modelPreview :focus-visible{outline:3px solid #666;outline-offset:3px}
#modelPreview button:disabled{opacity:.4;cursor:default}
@media(min-width:1100px){.page-creations .creations-grid{max-width:1140px;margin-inline:auto}}
@media(max-width:760px){.page-creations .creations-grid{grid-template-columns:1fr;gap:24px}
#modelPreview{width:calc(100% - 24px);max-height:calc(100dvh - 24px)}
.model-dialog-grid{grid-template-columns:1fr}.model-details{padding:28px 24px 32px}
.model-controls{padding:16px}.model-stage{margin-top:64px}
.model-secondary-controls{gap:10px}.model-close{position:absolute;top:10px}
}
@media(prefers-reduced-motion:reduce){.model-card,.model-open{transition:none!important}}


.model-variant-control{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;margin-bottom:16px}
.model-variant-control[hidden]{display:none}
#modelVariant{width:100%;min-width:0;min-height:44px;padding:8px 10px;border:1px solid #aaa;border-radius:4px;background:#fff;color:#222;font:inherit;font-size:.78rem;cursor:pointer}

.maker-note{padding:1.4rem 1.6rem;margin:0 0 2rem;border-left:2px solid #888;background:#ffffff70;max-width:76ch}.maker-note h3{font-family:"Cormorant Garamond",serif;font-size:1.55rem;font-weight:500;line-height:1.2;margin-bottom:.65rem}.maker-note p{font-size:.86rem;line-height:1.8;color:#505050}

/* Spacious, image-led collection gallery. */
.page-creations .creations-section{background:linear-gradient(135deg,#f4f4f4 0%,#dedee0 55%,#ededee 100%)!important}
.page-creations .creations-section::before{background:none!important}
.collection-heading{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);align-items:center;gap:clamp(2rem,5vw,6rem)}
.collection-heading-copy{min-width:0}.collection-heading .maker-note{margin-bottom:0}
.collection-shop{justify-self:center;color:#252525;text-decoration:none;border-block:1px solid #a9a9ac;padding:2rem 0;max-width:100%}
.collection-shop .etsy-brand-line{margin:0 0 1rem;gap:1rem}.collection-shop .logo-main,.collection-shop .logo-sup{color:#252525}.collection-shop .etsy-brand-divider{background:#929296}.collection-shop .etsy-shop-label{color:#555}.collection-shop .etsy-wordmark{color:#aa4b20}.collection-shop-note{display:block;font-size:.75rem;line-height:1.7;color:#555}.collection-shop:hover .collection-shop-note{text-decoration:underline;text-underline-offset:4px}.collection-shop:focus-visible{outline:2px solid #555;outline-offset:8px}
.page-creations .creations-grid{grid-template-columns:repeat(3,minmax(0,1fr));max-width:none;margin-inline:0;gap:clamp(1rem,2vw,1.75rem)}
.page-creations .model-card{min-width:0;border:1px solid #929296;border-radius:8px;overflow:hidden;background:linear-gradient(145deg,#fafafa,#ececee);box-shadow:0 5px 16px #0000000d;transition:transform .2s,box-shadow .2s,border-color .2s}
.page-creations .model-card:hover{transform:translateY(-4px);border-color:#535358;box-shadow:0 12px 28px #00000019}
.page-creations .model-poster{border-bottom:1px solid #c3c3c6}
.page-creations .model-card .creation-body{padding:1.25rem;gap:0;background:linear-gradient(135deg,#fafafa,#eeeeef)}
.page-creations .creation-title{font-size:clamp(1.4rem,1.8vw,1.8rem);line-height:1.15;margin-bottom:.75rem}
.page-creations .creation-desc{font-size:.8rem;line-height:1.65}.page-creations .model-open{margin-top:auto;padding-top:1rem;font-size:.7rem}.page-creations .model-spec{font-size:.65rem}
@media(min-width:1600px){.page-creations .creations-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:1000px){.collection-heading{grid-template-columns:1fr}.collection-shop{justify-self:start;padding:1.4rem 0}.page-creations .creations-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.page-creations .creations-grid{grid-template-columns:minmax(0,1fr)}.collection-heading{gap:1.5rem}.collection-shop .etsy-brand-line{gap:.7rem}}
@media(prefers-reduced-motion:reduce){.page-creations .model-card:hover{transform:none}}

/* Integrated maker credit and a more prominent storefront signature. */
.collection-heading{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:clamp(2rem,4vw,5rem)}
.collection-heading .maker-note{background:transparent;border:0;padding:0;margin-top:2rem;box-shadow:none}
.collection-shop{width:100%;padding:2.5rem 0}
.collection-shop .etsy-brand-line{gap:clamp(.8rem,1.3vw,1.5rem)}
.collection-shop .logo-main{font-size:clamp(1.45rem,1.8vw,2.2rem)}
.collection-shop .logo-sup{font-size:clamp(.6rem,.7vw,.8rem);margin-top:.2rem}
.collection-shop .etsy-shop-label{font-size:clamp(.85rem,1vw,1.1rem);gap:.7rem}
.collection-shop .etsy-wordmark{font-size:clamp(2.6rem,3.2vw,3.8rem);color:#f1641e}
.collection-shop .etsy-brand-divider{height:2.2rem}
.collection-shop-note{font-size:.85rem;margin-top:1.25rem}
@media(max-width:1000px){.collection-heading{grid-template-columns:1fr}.collection-shop{width:auto;min-width:min(100%,390px)}}
@media(max-width:600px){.collection-shop{padding:1.8rem 0}.collection-shop .logo-main{font-size:1.3rem}.collection-shop .logo-sup{font-size:.55rem}.collection-shop .etsy-wordmark{font-size:2.4rem}.collection-shop .etsy-brand-line{gap:.65rem}.collection-shop .etsy-shop-label{font-size:.8rem;gap:.4rem}}

