:root{--color-bg: #faf7ef;--color-text: #7b1b37;--color-muted: #9b5265;--font-serif: "Junicode", Georgia, serif;--font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;--measure: 62ch;--grid-max: 1400px;--space-unit: 8px;--editorial-column: 640px}.editorial-grid-section{background:var(--color-bg);color:var(--color-text);padding-block:calc(var(--space-unit) * 6);padding-inline:calc(var(--space-unit) * 2)}.editorial-grid-section :is(h1,h2,h3,h4,p){margin:0}.editorial-grid{display:grid;grid-template-columns:1fr;align-items:start;gap:calc(var(--space-unit) * 3);max-width:var(--grid-max);margin-inline:auto;padding:0;list-style:none}@media screen and (min-width:750px){.editorial-grid{grid-template-columns:repeat(2,1fr);gap:calc(var(--space-unit) * 3);padding-inline:calc(var(--space-unit) * 3)}}@media screen and (min-width:990px){.editorial-grid{padding-inline:calc(var(--space-unit) * 4)}.editorial-grid--columns-3{grid-template-columns:repeat(3,1fr)}.editorial-grid--columns-2{grid-template-columns:repeat(2,1fr)}}.editorial-grid__empty{font-family:var(--font-sans);font-size:12px;letter-spacing:.08em;color:var(--color-muted);text-align:center;padding-block:calc(var(--space-unit) * 8)}.editorial-card{display:flex;flex-direction:column;gap:calc(var(--space-unit) * 1);color:var(--color-text);text-decoration:none}.editorial-card:focus-visible{outline:1px solid var(--color-text);outline-offset:calc(var(--space-unit) * .5)}.editorial-card__image-wrap{display:block;aspect-ratio:3 / 4;border:1px solid var(--color-text);overflow:hidden;margin-bottom:calc(var(--space-unit) * 3)}.editorial-card__image{display:block;width:100%;height:100%;object-fit:cover;transition:opacity .15s ease}.editorial-card:hover .editorial-card__image,.editorial-card:focus-visible .editorial-card__image{opacity:.9}.editorial-card__meta{display:flex;justify-content:flex-start;align-items:baseline;gap:calc(var(--space-unit) * .5);font-family:var(--font-sans);font-weight:500;font-size:12px;letter-spacing:.08em;color:var(--color-text);margin-top:auto;padding-top:calc(var(--space-unit) * 1)}.editorial-card__title{font-family:var(--font-sans);font-weight:500;font-style:normal;font-size:16px;line-height:1.3;color:var(--color-text)}.editorial-card__teaser{font-family:var(--font-serif);font-size:16px;line-height:1.45;color:var(--color-text);text-align:justify;-webkit-hyphens:auto;hyphens:auto;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.editorial-article-header{background:var(--color-bg);max-width:var(--grid-max);margin-inline:auto;padding-block:calc(var(--space-unit) * 3);padding-inline:calc(var(--space-unit) * 2)}@media screen and (min-width:750px){.editorial-article-header{padding-inline:calc(var(--space-unit) * 3)}}@media screen and (min-width:990px){.editorial-article-header{padding-inline:calc(var(--space-unit) * 4)}}.editorial-article-header__row{display:flex;flex-wrap:wrap;align-items:baseline;gap:calc(var(--space-unit) * 1) calc(var(--space-unit) * 3)}.editorial-article-header__date{color:var(--color-muted);font-family:var(--font-sans);font-size:12px;letter-spacing:.08em;flex-shrink:0;order:1}.editorial-article-header__subject{color:var(--color-muted);font-family:var(--font-sans);font-size:12px;letter-spacing:.08em;flex-shrink:0;margin-left:auto;order:2}.editorial-article-header__title{flex:1 1 100%;font-family:var(--font-serif);font-style:italic;font-weight:400;font-size:16px;line-height:1.3;color:var(--color-text);margin:0;order:3}@media screen and (min-width:750px){.editorial-article-header__title{flex:1 1 auto;order:2}.editorial-article-header__subject{order:3}}.editorial-article-body-wrap{background:var(--color-bg);color:var(--color-text)}.editorial-article-lead{display:flex;flex-direction:column;gap:calc(var(--space-unit) * 2);max-width:var(--editorial-column);margin-inline:auto;padding-block:calc(var(--space-unit) * 2) calc(var(--space-unit) * 4);padding-inline:calc(var(--space-unit) * 2)}.editorial-article-lead__credits{order:2}.editorial-article-lead__image-wrap{order:1}@media screen and (min-width:990px){.editorial-article-lead{padding-inline:calc(var(--space-unit) * 4)}}.editorial-article-lead__image-wrap{aspect-ratio:3 / 4;border:1px solid var(--color-text);overflow:hidden}.editorial-article-lead__image{display:block;width:100%;height:100%;object-fit:cover}.editorial-article-credits{display:flex;flex-direction:column;gap:calc(var(--space-unit) * .5)}.editorial-article-credits__line{margin:0;font-family:var(--font-sans);font-size:12px;line-height:1.4;color:var(--color-muted)}.editorial-article-credits__label{display:block;letter-spacing:.08em;text-transform:uppercase}.editorial-article-credits__value{display:block}.editorial-article-content{max-width:var(--editorial-column);margin-inline:auto;padding-inline:calc(var(--space-unit) * 2);padding-block:calc(var(--space-unit) * 2) calc(var(--space-unit) * 6)}@media screen and (min-width:990px){.editorial-article-content{padding-inline:calc(var(--space-unit) * 4)}}.editorial-body{font-family:var(--font-serif);font-size:16px;line-height:1.45;color:var(--color-text)}.editorial-body>:first-child{margin-top:0}.editorial-body p{margin:0 0 calc(var(--space-unit) * 2.5);text-align:justify;-webkit-hyphens:auto;hyphens:auto}.editorial-body h3{position:relative;margin:calc(var(--space-unit) * 4) 0 calc(var(--space-unit) * 2);font-family:var(--font-serif);font-style:italic;font-weight:400;font-size:16px;line-height:1.45;color:var(--color-muted)}.editorial-body h3+p,.editorial-body h3+div>p:first-child,.editorial-body div:has(>h3)+p,.editorial-body div:has(>h3)+div>p:first-child{position:relative}.editorial-body h3:before,.editorial-body h3+p:before,.editorial-body h3+div>p:first-child:before,.editorial-body div:has(>h3)+p:before,.editorial-body div:has(>h3)+div>p:first-child:before{font-family:var(--font-sans);font-size:11px;letter-spacing:.08em;color:var(--color-muted)}.editorial-body h3:before{content:"Q"}.editorial-body h3+p:before,.editorial-body h3+div>p:first-child:before,.editorial-body div:has(>h3)+p:before,.editorial-body div:has(>h3)+div>p:first-child:before{content:"A"}.editorial-body h3:before,.editorial-body h3+p:before,.editorial-body h3+div>p:first-child:before,.editorial-body div:has(>h3)+p:before,.editorial-body div:has(>h3)+div>p:first-child:before{display:inline;margin-right:.5em}.editorial-body blockquote{margin:calc(var(--space-unit) * 4) 0;padding:0;font-family:var(--font-serif);font-style:italic;font-size:22px;line-height:1.4;color:var(--color-text)}.editorial-body blockquote p{text-align:left;-webkit-hyphens:none;hyphens:none;margin:0}.editorial-body figure{margin:calc(var(--space-unit) * 4) 0}.editorial-body img{display:block;width:100%;height:auto;border:1px solid var(--color-text)}.editorial-body figcaption{margin-top:calc(var(--space-unit) * 1);font-family:var(--font-sans);font-size:12px;color:var(--color-muted)}@media screen and (min-width:750px){.editorial-body__figure--wide{width:880px;max-width:none;margin-left:calc((var(--editorial-column) - 880px) / 2);margin-right:calc((var(--editorial-column) - 880px) / 2)}}.editorial-article-footer{max-width:var(--grid-max);margin-inline:auto;padding-inline:calc(var(--space-unit) * 2);padding-block:calc(var(--space-unit) * 4) calc(var(--space-unit) * 6);border-top:1px solid var(--color-text)}@media screen and (min-width:750px){.editorial-article-footer{padding-inline:calc(var(--space-unit) * 3)}}@media screen and (min-width:990px){.editorial-article-footer{padding-inline:calc(var(--space-unit) * 4)}}.editorial-article-footer__heading{margin:0 0 calc(var(--space-unit) * 3);font-family:var(--font-sans);font-weight:500;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted)}.editorial-article-footer__related{display:grid;grid-template-columns:1fr;gap:calc(var(--space-unit) * 3);margin:0;padding:0;list-style:none}@media screen and (min-width:750px){.editorial-article-footer__related{grid-template-columns:repeat(3,1fr)}}.editorial-article-footer__next{display:inline-block;font-family:var(--font-serif);font-style:italic;font-size:16px;color:var(--color-text);text-decoration:none;transition:opacity .15s ease}.editorial-article-footer__next:hover,.editorial-article-footer__next:focus-visible{opacity:.7}
/*# sourceMappingURL=/cdn/shop/t/5/assets/editorial.css.map */
