.runway-editorial{--rw-ed-bg: #f5f2eb;--rw-ed-surface: rgba(255, 255, 255, .92);--rw-ed-surface-strong: #ffffff;--rw-ed-border: rgba(16, 16, 16, .08);--rw-ed-text: #111111;--rw-ed-muted: rgba(17, 17, 17, .58);--rw-ed-accent: #c8a86c;--rw-ed-accent-soft: color-mix(in srgb, var(--rw-ed-accent) 28%, transparent);--rw-ed-radius: 1.4rem;--rw-ed-shadow: 0 1.25rem 3rem rgba(15, 15, 15, .08);position:relative;overflow:clip;color:var(--rw-ed-text);background:radial-gradient(circle at 50% 0%,color-mix(in srgb,var(--rw-ed-accent) 22%,transparent),transparent 42%),linear-gradient(180deg,color-mix(in srgb,var(--rw-ed-bg) 88%,#ffffff) 0%,var(--rw-ed-bg) 100%);border:1px solid var(--rw-ed-accent-soft);border-radius:clamp(1.4rem,2vw,2rem);padding:clamp(1.5rem,4vw,3rem);box-shadow:0 24px 60px #00000047,0 0 0 1px color-mix(in srgb,var(--rw-ed-text) 6%,transparent) inset}.runway-editorial:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,color-mix(in srgb,var(--rw-ed-accent) 18%,transparent),transparent 44%),radial-gradient(circle at 84% 18%,color-mix(in srgb,var(--rw-ed-accent) 12%,transparent),transparent 28%);pointer-events:none}.runway-editorial>*{position:relative;z-index:1}.runway-editorial__header{max-width:46rem;margin-bottom:1.75rem}.runway-editorial__kicker{margin:0 0 .65rem;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--rw-ed-accent)}.runway-editorial__title{margin:0 0 .75rem;font-family:var(--font-heading-family, Georgia, serif);font-size:clamp(2rem,4vw,3.25rem);line-height:.98}.runway-editorial__lede{margin:0;font-size:.98rem;line-height:1.8;color:var(--rw-ed-muted)}.runway-editorial__status{min-height:1.25em;margin:1rem 0 0;font-size:.85rem;color:var(--rw-ed-muted)}.runway-editorial__status.is-error{color:#ff7a7a}.runway-editorial__featured{display:grid;gap:.9rem;margin-bottom:1.75rem}.runway-editorial__featured-title{margin:0;font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;color:var(--rw-ed-accent)}.runway-editorial__featured-row,.runway-editorial__grid{display:grid;gap:1rem}.runway-editorial__featured-row,.runway-editorial__grid{grid-template-columns:repeat(auto-fit,minmax(14rem,1fr))}.runway-editorial__card{display:flex;flex-direction:column;min-height:100%;overflow:hidden;border:1px solid var(--rw-ed-border);border-radius:1rem;background:var(--rw-ed-surface);box-shadow:0 .8rem 1.8rem #00000038}.runway-editorial__card--text-only{background:linear-gradient(180deg,var(--rw-ed-surface-strong),color-mix(in srgb,var(--rw-ed-surface) 94%,var(--rw-ed-bg)))}.runway-editorial__card-media{aspect-ratio:16 / 9;max-height:10rem;overflow:hidden;background:linear-gradient(135deg,color-mix(in srgb,var(--rw-ed-text) 14%,transparent),color-mix(in srgb,var(--rw-ed-text) 5%,transparent)),color-mix(in srgb,var(--rw-ed-border) 55%,var(--rw-ed-bg))}.runway-editorial__card-media img{display:block;width:100%;height:100%;object-fit:cover}.runway-editorial__card-body{display:flex;flex:1;flex-direction:column;gap:.55rem;padding:.9rem .9rem 1rem}.runway-editorial__card--text-only .runway-editorial__card-body{padding-top:1.2rem}.runway-editorial__card-meta{font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--rw-ed-muted)}.runway-editorial__card-title{margin:0;font-size:.96rem;line-height:1.35}.runway-editorial__card-excerpt{display:-webkit-box;margin:0;overflow:hidden;color:var(--rw-ed-muted);font-size:.84rem;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.runway-editorial__card-actions{margin-top:auto;padding-top:.55rem}@media(min-width:1100px){.runway-editorial__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.runway-editorial__link{display:inline-flex;align-items:center;gap:.45rem;padding:0;border:0;border-bottom:1px solid var(--rw-ed-accent);background:transparent;color:var(--rw-ed-text);cursor:pointer;font:inherit;font-size:.86rem;font-weight:600;text-decoration:none}.runway-editorial__link:hover,.runway-editorial__link:focus-visible{color:var(--rw-ed-accent);outline:none}body.runway-ed-modal-open{overflow:hidden}.runway-editorial__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:max(1rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left));box-sizing:border-box}.runway-editorial__modal[hidden]{display:none!important}.runway-editorial__modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;padding:0;border:0;border-radius:0;background:#0c0c0c80;cursor:pointer}.runway-editorial__modal-panel{position:relative;z-index:1;display:flex;flex-direction:column;width:min(100%,36rem);max-height:min(90vh,52rem);overflow:hidden;border-radius:1rem;background:var(--rw-ed-surface-strong);border:1px solid var(--rw-ed-accent-soft);box-shadow:0 1.5rem 4rem #00000073}.runway-editorial__modal-close{position:absolute;top:.55rem;right:.55rem;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;margin:0;padding:0;border:1px solid var(--rw-ed-border);border-radius:999px;background:color-mix(in srgb,var(--rw-ed-surface-strong) 90%,var(--rw-ed-text));color:var(--rw-ed-text);font-size:1.35rem;line-height:1;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.runway-editorial__modal-close:hover,.runway-editorial__modal-close:focus-visible{background:var(--rw-ed-accent);color:#0a0a0a;border-color:var(--rw-ed-accent);outline:none}.runway-editorial__detail--modal{flex:1 1 auto;min-height:0;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.runway-editorial__modal-hero{flex-shrink:0;width:100%;max-height:min(38vh,22rem);overflow:hidden;background:linear-gradient(135deg,color-mix(in srgb,var(--rw-ed-text) 12%,transparent),color-mix(in srgb,var(--rw-ed-text) 4%,transparent)),var(--rw-ed-bg)}.runway-editorial__modal-hero img{display:block;width:100%;height:100%;max-height:min(38vh,22rem);object-fit:cover}.runway-editorial__modal-body{padding:1rem 3rem 1.35rem 1.35rem}.runway-editorial__modal-title{margin:0 0 .75rem;font-family:var(--font-heading-family, Georgia, serif);font-size:clamp(1.35rem,2.8vw,2rem);line-height:1.12;font-weight:500}.runway-editorial__modal-body a{color:var(--rw-ed-accent);text-decoration:underline;text-underline-offset:.15em}.runway-editorial__modal-body a:hover,.runway-editorial__modal-body a:focus-visible{color:color-mix(in srgb,var(--rw-ed-accent) 85%,#ffffff)}.runway-editorial__modal-body p{margin:0 0 .85rem;font-size:.96rem;line-height:1.75}.runway-editorial__modal-body .is-muted{color:var(--rw-ed-muted);font-size:.85rem}.runway-editorial__modal-footer{margin:1.25rem 0 0;padding-top:.85rem;border-top:1px solid var(--rw-ed-border)}.runway-editorial__detail--modal .runway-editorial__tags{margin-top:.75rem}.runway-editorial__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.runway-editorial__tag{padding:.33rem .7rem;border:1px solid var(--rw-ed-border);border-radius:999px;color:var(--rw-ed-muted);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}.runway-editorial__skeleton{height:7.5rem;border-radius:.75rem;background:linear-gradient(90deg,color-mix(in srgb,var(--rw-ed-border) 70%,var(--rw-ed-bg)),color-mix(in srgb,var(--rw-ed-text) 10%,var(--rw-ed-bg)),color-mix(in srgb,var(--rw-ed-border) 70%,var(--rw-ed-bg)));background-size:200% 100%;animation:runway-editorial-pulse 1.2s ease-in-out infinite}@keyframes runway-editorial-pulse{0%{background-position:0 0}to{background-position:-200% 0}}@media(max-width:749px){.runway-editorial{padding:1.25rem;border-radius:1rem}}@media(prefers-reduced-motion:reduce){.runway-editorial__skeleton{animation:none;background:color-mix(in srgb,var(--rw-ed-text) 8%,var(--rw-ed-bg))}}body.template-page-runway-editorial #MainContent{background:#fff}
/*# sourceMappingURL=/cdn/shop/t/60/assets/runway-editorial-hub.css.map */
