.editorial{--ec-bg: #ffffff;--ec-text: #1a1814;--ec-muted: rgba(26, 24, 20, .6);--ec-border: rgba(26, 24, 20, .15);background:var(--ec-bg);color:var(--ec-text);padding:5rem 3rem}.editorial__page-header{max-width:1200px;margin:0 auto 4rem}.editorial__page-heading{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:2.8rem;line-height:1.1;letter-spacing:-.01em;color:var(--ec-text);margin:0 0 1.5rem}.editorial__page-intro{font-size:15px;font-weight:300;line-height:1.7;color:var(--ec-text);max-width:640px}.editorial__page-intro p{margin:0 0 1rem}.editorial__page-intro p:last-child{margin:0}.editorial__layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:240px 1fr;gap:96px;align-items:start}.editorial__toc{position:sticky;top:2rem;align-self:start}.editorial__sidebar-heading{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);line-height:1.15;letter-spacing:-.005em;color:var(--ec-text);margin:0 0 .6rem}.editorial__sidebar-heading--sm{font-size:1.15rem}.editorial__sidebar-heading--md{font-size:1.55rem}.editorial__sidebar-heading--lg{font-size:1.95rem}.editorial__sidebar-heading--xl{font-size:2.45rem}.editorial__sidebar-label{-webkit-appearance:none;appearance:none;width:100%;text-align:left;border:0;background:transparent;padding:0;cursor:pointer;font:inherit;display:block;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);line-height:1;letter-spacing:-.01em;margin:0 0 2rem;transition:opacity .2s ease}.editorial__sidebar-label:hover{opacity:.7}.editorial__sidebar-label:focus-visible{outline:2px solid currentColor;outline-offset:4px}.editorial__sidebar-label--sm{font-size:1.5rem}.editorial__sidebar-label--md{font-size:2rem}.editorial__sidebar-label--lg{font-size:2.6rem}.editorial__sidebar-label--xl{font-size:3.2rem}.editorial__toc-collapsible{display:grid;grid-template-rows:1fr;transition:grid-template-rows .35s cubic-bezier(.22,.61,.36,1)}.editorial__toc-collapsible[data-open=false]{grid-template-rows:0fr}.editorial__toc-collapsible-inner{overflow:hidden;min-height:0}.editorial__toc-label{display:block;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--ec-muted);margin-bottom:1.25rem}.editorial__toc-list{list-style:none;padding:0;margin:0}.editorial__toc-item{margin:0 0 .6rem}.editorial__toc-link{display:inline-block;font-size:14px;font-weight:400;line-height:1.4;color:var(--ec-text);text-decoration:none;transition:opacity .2s ease}.editorial__toc-link:hover{opacity:.6}.editorial__toc-link.is-active{font-weight:500;position:relative;padding-left:1rem}.editorial__toc-link.is-active:before{content:"";position:absolute;left:0;top:.5em;width:8px;height:1px;background:var(--ec-text)}.editorial__toc-group{list-style:none;margin-top:1.5rem}.editorial__toc-group-label{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;background:transparent;border:0;cursor:pointer;text-align:left;font:inherit;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--ec-muted);margin-bottom:.85rem;transition:color .2s ease}.editorial__toc-group-label:hover{color:var(--ec-text)}.editorial__toc-group-label:focus-visible{outline:2px solid var(--ec-text);outline-offset:4px}.editorial__toc-group-icon{width:9px;height:9px;position:relative;flex-shrink:0;margin-left:.5rem}.editorial__toc-group-icon:before,.editorial__toc-group-icon:after{content:"";position:absolute;background:currentColor;transition:transform .25s ease}.editorial__toc-group-icon:before{top:50%;left:0;width:100%;height:1px;transform:translateY(-50%)}.editorial__toc-group-icon:after{left:50%;top:0;width:1px;height:100%;transform:translate(-50%)}.editorial__toc-group[data-open=true] .editorial__toc-group-icon:after{transform:translate(-50%) scaleY(0)}.editorial__toc-sublist-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.22,.61,.36,1)}.editorial__toc-group[data-open=true] .editorial__toc-sublist-wrapper{grid-template-rows:1fr}.editorial__toc-sublist{overflow:hidden;min-height:0;list-style:none;padding:0;margin:0}.editorial__content{min-width:0}.editorial__topic{border-top:1px solid var(--ec-border)}.editorial__topic:last-child{border-bottom:1px solid var(--ec-border)}.editorial__topic-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.75rem 0;background:transparent;border:none;cursor:pointer;text-align:left;color:var(--ec-text);font:inherit}.editorial__topic-header:focus-visible{outline:2px solid var(--ec-text);outline-offset:4px}.editorial__topic-title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:1.85rem;line-height:1.2;letter-spacing:-.005em;margin:0;color:var(--ec-text);transition:opacity .2s ease}.editorial__topic-header:hover .editorial__topic-title{opacity:.7}.editorial__topic-icon{width:16px;height:16px;position:relative;flex-shrink:0}.editorial__topic-icon:before,.editorial__topic-icon:after{content:"";position:absolute;background:var(--ec-text);transition:transform .3s ease}.editorial__topic-icon:before{top:50%;left:0;width:100%;height:1px;transform:translateY(-50%)}.editorial__topic-icon:after{left:50%;top:0;width:1px;height:100%;transform:translate(-50%)}.editorial__topic[data-open=true] .editorial__topic-icon:after{transform:translate(-50%) scaleY(0)}.editorial__topic-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .45s cubic-bezier(.22,.61,.36,1)}.editorial__topic[data-open=true] .editorial__topic-body{grid-template-rows:1fr}.editorial__topic-body-inner{overflow:hidden;min-height:0}.editorial__topic[data-open=true] .editorial__topic-body-inner{padding-bottom:4rem}.editorial__block{margin-bottom:3rem}.editorial__block:last-child{margin-bottom:0}.editorial__block--text{font-size:15px;font-weight:300;line-height:1.75;color:var(--ec-text);max-width:640px}.editorial__block--text p{margin:0 0 1.2rem}.editorial__block--text p:last-child{margin-bottom:0}.editorial__block--text a{color:var(--ec-text);text-decoration:underline;text-decoration-thickness:.5px;text-underline-offset:3px}.editorial__block--text strong{font-weight:500}.editorial__block--image{margin-left:0;margin-right:0}.editorial__block--image img{display:block;width:100%;height:auto}.editorial__block--video{margin-left:0;margin-right:0}.editorial__video-frame{position:relative;width:100%;aspect-ratio:16 / 9;background:#000;overflow:hidden}.editorial__video-frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.editorial__caption{font-size:12px;font-weight:300;line-height:1.5;color:var(--ec-muted);margin:.85rem 0 0;max-width:640px}.editorial__block--text-media{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}.editorial__block--media-left .editorial__media-content{order:-1}.editorial__block--text-media .editorial__text-content{font-size:15px;font-weight:300;line-height:1.75;color:var(--ec-text)}.editorial__block--text-media .editorial__text-content p{margin:0 0 1.2rem}.editorial__block--text-media .editorial__text-content p:last-child{margin-bottom:0}.editorial__block--text-media .editorial__text-content a{color:var(--ec-text);text-decoration:underline;text-decoration-thickness:.5px;text-underline-offset:3px}.editorial__block--text-media .editorial__media-content img{display:block;width:100%;height:auto}.editorial__block--quote{margin:4rem 0;padding:0;border:0;text-align:center;max-width:720px;margin-left:auto;margin-right:auto}.editorial__quote-text{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:1.65rem;line-height:1.4;letter-spacing:-.005em;font-style:italic;color:var(--ec-text);margin:0 0 1.25rem}.editorial__quote-attribution{display:block;font-size:12px;font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:var(--ec-muted);font-style:normal}.editorial__empty{font-size:14px;color:var(--ec-muted);padding:3rem 0;text-align:center}.editorial__block--gallery{margin-top:2rem}.editorial__gallery-label{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:1.4rem;line-height:1.2;margin:0 0 1rem;color:var(--ec-text)}.editorial__gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:6px}.editorial__gallery-thumb{-webkit-appearance:none;appearance:none;border:0;padding:0;background:transparent;cursor:pointer;overflow:hidden;aspect-ratio:1 / 1;display:block}.editorial__gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .25s ease,transform .4s ease}.editorial__gallery-thumb:hover img,.editorial__gallery-thumb:focus-visible img{opacity:.85;transform:scale(1.02)}.editorial__gallery-thumb:focus-visible{outline:2px solid var(--ec-text);outline-offset:2px}.editorial-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000eb;display:none;align-items:center;justify-content:center;padding:4rem 5rem}.editorial-lightbox[data-open=true]{display:flex}.editorial-lightbox__image{max-width:100%;max-height:100%;object-fit:contain;display:block}.editorial-lightbox__close,.editorial-lightbox__nav{position:absolute;background:transparent;border:0;color:#fff;cursor:pointer;width:44px;height:44px;display:flex;align-items:center;justify-content:center;padding:0;transition:opacity .2s ease}.editorial-lightbox__close:hover,.editorial-lightbox__nav:hover{opacity:.7}.editorial-lightbox__close svg,.editorial-lightbox__nav svg{width:24px;height:24px}.editorial-lightbox__close{top:1.25rem;right:1.25rem}.editorial-lightbox__nav{top:50%;transform:translateY(-50%)}.editorial-lightbox__nav--prev{left:1.25rem}.editorial-lightbox__nav--next{right:1.25rem}@media(max-width:749px){.editorial-lightbox{padding:4rem 1rem}.editorial__gallery-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:4px}}@media screen and (max-width:989px)and (min-width:750px){.editorial{padding:4rem 2rem}.editorial__layout{grid-template-columns:200px 1fr;gap:56px}.editorial__page-heading{font-size:2.2rem}.editorial__topic-title{font-size:1.6rem}.editorial__block--text-media{gap:2rem}}@media screen and (max-width:749px){.editorial{padding:3rem 1.5rem}.editorial__page-header{margin-bottom:3rem}.editorial__page-heading{font-size:1.9rem}.editorial__layout{grid-template-columns:1fr;gap:2.5rem}.editorial__toc{position:static;padding-bottom:1.5rem;border-bottom:1px solid var(--ec-border)}.editorial__topic-header{padding:1.5rem 0}.editorial__topic-title{font-size:1.45rem}.editorial__block{margin-bottom:2rem}.editorial__block--text-media{grid-template-columns:1fr;gap:1.5rem}.editorial__block--text-media .editorial__media-content{order:-1}.editorial__quote-text{font-size:1.3rem}}@media(prefers-reduced-motion:reduce){.editorial__topic-body{transition:none}.editorial__topic-icon:before,.editorial__topic-icon:after{transition:none}html{scroll-behavior:auto}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/section-editorial-hub.css.map */
