.vg-models{--vg-models-r: var(--vg-models-radius, 4px);--vg-models-line: var(--vg-models-border, rgb(var(--text-color) / .13));--vg-models-line-soft: var(--vg-models-border, rgb(var(--text-color) / .09));--vg-models-surface: var(--vg-models-card-bg, transparent);--vg-models-muted: rgb(var(--text-color) / .6);--vg-models-gap: clamp(16px, 2.2vw, 28px)}.vg-models .container{max-width:var(--vg-models-content-width, var(--page-container-width, 1700px))}.vg-models__header{max-width:64ch;margin:0 0 clamp(20px,2.6vw,30px)}.vg-models--center .vg-models__header,.vg-models--center .vg-models__notice{margin-inline:auto;text-align:center}.vg-models__eyebrow{margin:0 0 .7em;color:var(--vg-models-accent, rgb(var(--text-color) / .55))}.vg-models__title{margin:0;font-size:var(--super-large-text-size)}.vg-models__intro{margin-top:.7em;color:var(--vg-models-muted)}.vg-models__intro>*:first-child{margin-top:0}.vg-models__intro>*:last-child{margin-bottom:0}.vg-models__notice{display:flex;gap:12px;align-items:flex-start;max-width:100%;margin:0 0 clamp(24px,3.4vw,42px);padding:13px 18px;border-radius:var(--vg-models-r);background-color:var(--vg-models-notice-bg, rgb(var(--text-color) / .05));color:var(--vg-models-notice-color, inherit);font-size:.875rem;line-height:1.5}.vg-models--center .vg-models__notice{text-align:start}.vg-models__notice-icon{flex:0 0 auto;margin-top:1px;font-size:19px;line-height:1;opacity:.7}.vg-models__notice-text>*:first-child{margin-top:0}.vg-models__notice-text>*:last-child{margin-bottom:0}.vg-models__grid{display:grid;grid-template-columns:repeat(var(--vg-models-cols-mobile, 1),minmax(0,1fr));gap:var(--vg-models-gap);margin:0;padding:0;list-style:none}@media(min-width:700px){.vg-models__grid{grid-template-columns:repeat(var(--vg-models-cols-tablet, 2),minmax(0,1fr))}}@media(min-width:1000px){.vg-models__grid{grid-template-columns:repeat(var(--vg-models-cols, 3),minmax(0,1fr))}}@media(max-width:699px){.vg-models__grid--swipe{grid-auto-flow:column;grid-auto-columns:var(--vg-models-peek, 78%);grid-template-columns:none;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline-start:var(--gutter-mobile, 20px);padding-inline:var(--gutter-mobile, 20px);margin-inline:calc(var(--gutter-mobile, 20px) * -1);padding-bottom:2px;scrollbar-width:none}.vg-models__grid--swipe::-webkit-scrollbar{display:none}.vg-models__grid--swipe>*{scroll-snap-align:start}}.vg-models__card{display:flex;flex-direction:column;height:100%;border-radius:var(--vg-models-r);background-color:var(--vg-models-surface);overflow:hidden}.vg-models--cards-border .vg-models__card{border:1px solid var(--vg-models-line-soft)}.vg-models--cards-shadow .vg-models__card{box-shadow:0 2px 20px #00000017}.vg-models__media{position:relative;background-color:rgb(var(--text-color) / .04)}.vg-models__media--ratio{aspect-ratio:var(--vg-models-ratio, 4 / 5)}.vg-models__image{display:block;width:100%;height:auto}.vg-models__media--ratio .vg-models__image{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;object-fit:cover;object-position:var(--vg-models-focal, center top)}.vg-models__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}.vg-models__placeholder .placeholder-svg{width:min(30%,130px);height:auto;opacity:.4}.vg-models__body{display:flex;flex-direction:column;flex:1 1 auto;padding:clamp(14px,1.6vw,20px) clamp(14px,1.6vw,20px) clamp(16px,1.9vw,22px)}.vg-models__card-eyebrow{margin:0 0 5px;color:var(--vg-models-accent, rgb(var(--text-color) / .5))}.vg-models__name{margin:0 0 clamp(12px,1.4vw,18px);font-size:var(--vg-models-name-size, 22px);line-height:1.2}.vg-models__stats{display:grid;grid-template-columns:repeat(var(--vg-models-stat-cols-mobile, 2),minmax(0,1fr));column-gap:0;row-gap:0;margin:0;padding:0;overflow:hidden;border-top:1px solid var(--vg-models-line-soft)}@media(min-width:700px){.vg-models__stats{grid-template-columns:repeat(var(--vg-models-stat-cols, 3),minmax(0,1fr))}}.vg-models__stat{min-width:0;padding:9px 14px 11px 0;box-shadow:0 1px 0 var(--vg-models-line-soft)}.vg-models__stat-label{margin:0 0 3px;overflow-wrap:anywhere;font-size:10px;letter-spacing:.09em;text-transform:uppercase;line-height:1.3;color:var(--vg-models-muted)}.vg-models__stat-value{margin:0;font-size:14px;font-weight:600;line-height:1.35;overflow-wrap:anywhere}.vg-models__bio{margin-top:14px;font-size:.9rem;color:var(--vg-models-muted)}.vg-models__bio>*:first-child{margin-top:0}.vg-models__bio>*:last-child{margin-bottom:0}.vg-models__link{display:inline-flex;align-items:center;align-self:flex-start;gap:6px;margin-top:auto;padding-top:16px;font-size:14px;color:var(--vg-models-accent, currentColor);text-decoration:underline;text-underline-offset:3px}.vg-models__link svg{width:1em;height:1em;flex:0 0 auto}.vg-models__card--link .vg-models__image{transition:transform .5s ease}@media(hover:hover){.vg-models__card--link:hover .vg-models__image{transform:scale(1.03)}}.vg-models__empty{margin:0;padding:14px 18px;border:1px dashed var(--vg-models-line);border-radius:var(--vg-models-r);font-size:.875rem;color:var(--vg-models-muted)}@media(prefers-reduced-motion:reduce){.vg-models__card--link .vg-models__image{transition:none}.vg-models__card--link:hover .vg-models__image{transform:none}.vg-models__grid--swipe{scroll-behavior:auto}}
/*# sourceMappingURL=/cdn/shop/t/66/assets/vg-meet-models.css.map */
