/* OC-SCN-078. The approved sculpture never moves; reflections are isolated to its surface. */
.oc-growth-tree{width:100%;max-width:600px;min-width:0;margin:0;justify-self:center;align-self:center;pointer-events:none;isolation:isolate}
.growth-stage{position:relative;aspect-ratio:1;isolation:isolate}
.growth-stage picture,.growth-stage img{display:block;width:100%;height:auto}
.growth-reflections{position:absolute;inset:0;width:100%;height:100%;overflow:hidden;mix-blend-mode:screen;opacity:0;transition:opacity .7s ease;pointer-events:none}
.oc-growth-tree[data-growth-motion="active"] .growth-reflections{opacity:1}
.growth-key{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:4px 5% 0;padding-top:21px;border-top:1px solid #e5efdc45;color:#f2f8ec;font:500 15px/1.4 Inter,Arial,sans-serif;text-align:center}
@media(max-width:999px){.oc-growth-tree{max-width:500px}}
@media(max-width:699px){.connected--art-v7 .oc-growth-tree{grid-row:4;margin:0 auto}.growth-key{font-size:14px;gap:4px;padding-top:16px;margin-inline:0}}
@media(max-width:360px){.growth-key{font-size:12px}}
@media(prefers-reduced-motion:reduce){.growth-reflections{display:none!important;transition:none}}
